@charset "utf-8";
/*check*/
.dn-sp {
  display: none;
}
.dn-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .dn-sp {
    display: block;
  }
  .dn-pc {
    display: none;
  }
}
.header {
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

.header.is-hide {
  transform: translateY(-136px);
}

.header-nav {
  background: #FFE100;
}

.header-nav-head ul li {
  flex: 1; 
}

.header-nav-head > ul > li:nth-of-type(n+2)::after {
  background-color: rgba(0,0,0,0.75);
} 

.header-nav-head ul li a {
  display: flex;
  height: 46px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.header-nav-head ul li a:hover {
  background: rgba(0,0,0,0.07);
}

.header-top {
  border-top: 5px solid #FFE100;
  background-color: #fff;
  padding-right: 20px;
}

.header-top-body {
  position: relative;
}

.header-top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.header-top-title a {
  color: #1e1e1e;
  text-decoration: none;
}

.header-top-title-eo {
  font-size: 3.8rem;
}

.spnavi-button {
  display: none;
}

.spnavi-body {
  display: none;
}

.section-sns {
  border-top: solid 1px #EAEAEA;
}

.section-column {
  padding: 20px 0 80px 0;
}

.contents-column {
  display: flex;
  justify-content: space-between;
}

.contents-body-primary {
  flex: 1;
  margin-right: 32px;
}

.contents-body-secondary {
  width: 264px;
}

.sidemenu {
  padding: 18px;
  background: #ebebeb;
  border-radius: 10px;
}

.sidemenu-section {
  margin-bottom: 32px
}

.sidemenu .sidemenu-section:last-of-type {
  margin-bottom: 0;
}

.sidemenu .title-h2 {
  margin-bottom: 24px;
}

.sidemenu .title-h2 > h2 {
  font-size: 18px;
  font-weight: bold;
  background-size: 55px;  
}

.list-entries-small ul li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}

.list-entries-small ul li:last-of-type {
  margin-bottom: 0;
}

.list-entries-small ul li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.list-entries-small-image {
  width: 50px;
  margin-right: 12px;
}

.list-entries-small-detail {
  flex: 1;
}

.list-entries-small-detail-date {
  margin-bottom: 4px;
  font-size: 10px;
  color: #707070;
  line-height: 1.3;
}

.list-entries-small-detail-title {
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-tags-small ul {
  margin-bottom: -8px;
}

.list-tags-small ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}

.list-tags-small ul li a {
  display: inline-block;
  padding: 6px 8px;
  background: #fff;
  border: solid 1px #EAEAEA;
  font-size: 12px;
  text-decoration: none;
}

.list-tags-small ul li a:hover {
  background: #f1f1f1;
}

.list-banner ul li {
  margin-bottom: 12px;
  text-align: center;
}

.list-banner ul li:last-of-type {
  margin-bottom: 0;
}
.list-banner ul li img {
 border: 1px solid #cdcdcd;
 width:100%;
}

.contents-body-primary-section {
  margin-bottom: 40px;
}

.contents-body-primary .contents-body-primary-section:last-of-type {
  margin-bottom: 0;
}

.list-entries {
  margin-bottom: 8px;
}

.list-entries > ul {
  display: flex;
  flex-wrap: wrap;
}

.list-entries-item {
  width: 48.5%;
  margin: 0 3% 24px 0;
}

.list-entries .list-entries-item:nth-child(2n) {
  margin-right: 0
}

.list-entries-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.list-entries-item-image {
  margin-bottom: 8px;
  overflow: hidden;
}

.list-entries-item-image img {
  transition: 0.3s;
}

.list-entries-item a:hover img {
  transform: scale(1.04);
}

.list-entries-item-detail {
  padding: 6px 12px 0;
}

.list-entries-item-detail-title {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list-entries-item-detail-tags li {
  display: inline-block;
  margin: 0 4px 8px 0;
}

.list-entries-item-detail-tags li a {
   display: inline-block;
   padding: 6px 8px;
   background: #FAFAFA;
   border: solid 1px #EAEAEA;
   font-size: 12px;
   text-decoration: none;
}

.list-entries-item-detail-tags li span {
   display: inline-block;
   padding: 2px 3px;
   background: #FAFAFA;
   border: solid 1px #eee;
   font-size: 11px;
   text-decoration: none;
   color: #777 !important;
   border-radius: 5px;
}

.list-entries-item-detail-tags li a:hover {
  background: #fff;
}

a:hover .list-entries-item-detail-tags li span {
  color: #000;
}

.list-entries-item-detail-date {
  color: #707070;
  font-size: 14px;
}

.contents-body-primary-section-button {
  text-align: center;
}

.column-button {
  display: inline-block;
  width: 460px;
  max-width: 100%;
  padding: 10px 16px;
  background: #FFE100;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
}

.column-button:hover {
  color: #fff;
  background: #FF930F;
}

.list-news {
  padding: 16px 24px;
  border: solid 2px #EB0731;
  border-radius: 5px;
}

.list-news-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #eaeaea;
  line-height: 1.5;
}

.list-news .list-news-item:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.list-news ul li a {
  display: flex;
  text-decoration: none;
}

.list-news-date {
  width: 124px;
}

.list-news-title {
  flex: 1;
}

figure {
  margin-bottom: 1em;
}

p.linkBox {
  border: 1px solid #ddd;
  background: #ebebeb;
  padding: 1em;
}
p.linkBox.relevance {
  background: #fff;
  display: flex;
  justify-content: flex-start;
}
p.linkBox.relevance>span:nth-child(1){
  display: block;
  margin-right: 1em;
  width: 30%;
}
p.linkBox.relevance>span:nth-child(1) img {
  width: 100%;
}
p.linkBox.relevance > span:nth-child(2){
  display: block;
}
p.linkBox.relevance > span:nth-child(2) .label {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  p.linkBox.relevance {
    padding: .5em;
    position: relative;
  }  
  p.linkBox.relevance>span:nth-child(1){
    width: 40%;
    padding-top: 2em;
  }
  p.linkBox.relevance > span:nth-child(2){
    width: 60%;
  }
  p.linkBox.relevance > span:nth-child(2) .label {
    display: block;
    position: absolute;
    left: .5em;
    font-size: 14px;
  }
}

.ico_exLink:after {
  display: inline-block;
  width: 16px;
  position: relative;
  top: 2px;
  margin-left: 3px;
  content: url(/column/common/img/external-link-alt.svg);
}

.column-pager ul {
  display: flex;
  justify-content: center;
}

.column-pager ul li {
  margin-right: 12px;
}

.column-pager ul li a {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #eaeaea;
  text-decoration: none;
}

.column-pager ul li a:hover {
  background: #fafafa;
}

.column-pager ul li span {
  display: inline-block;
  padding: 8px 16px;
  background: #FFE100;
  color: #1E1E1E;
  font-weight: bold;
}

.column-entry .fs-small {
  font-size: 12px;
}
.column-entry .mb-05em {
  margin-bottom: .5em;
}
.column-entry .mb-2em {
  margin-bottom: 2em;
}

.column-entry-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.column-entry-header-date-created {
  display: inline-block;
  margin-right: 16px;
}

.column-entry-header-date-update {
  display: inline-block;
}

.column-entry-header-category a {
  display: inline-block;
  min-width: 140px;
  padding: 4px 16px;
  background: #FF930F;
  line-height: 1.3;
  color: #1E1E1E;
  text-align: center;
  text-decoration: none;
}

.column-entry-header-category a:hover {
  opacity: 0.7;
}

.column-entry-title {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.column-entry-image {
  margin-bottom: 40px;
}

.column-entry-image img {
  border-radius: 10px;
}

.column-entry-index {
  margin-bottom: 40px;
  padding: 24px;
  border: solid 1px #FFFBE0;
  border-radius: 10px;
  background: #FFFBE0;
}

.column-entry-index ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}

.column-entry-index ul li:last-of-type {
  margin-bottom: 0;
}

.column-entry-index ul li:before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #FF930F;
  border-right: solid 1px #FF930F;
  transform: rotate(45deg);
}

.column-entry-index ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
}

.column-entry-index ul li a:hover {
  text-decoration: underline;
}

.column-entry-index-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: solid 1px #FF930F;
  text-align: center;
}

.column-entry-body {
  margin-bottom: 40px;
}

.column-entry-body a {
    color: #FF930F;
}

.column-entry-body a.innerlink {
    border: solid 1px #00808B;
	border-radius: 1em;
	padding: 1em 2em;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: fit-content;
}



.column-entry-body h1 {
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
}

.column-entry-body h2 {
  margin-bottom: 1.2em;
  margin-top: 2em;
  padding: 8px 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  background: #ebebeb;
  border-left: solid 4px #FF930F;
}

.column-entry-body h3 {
  margin-bottom: .5em;
  margin-top: 2em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #FF930F;
}

.column-entry-body h4 {
  margin-bottom: 1.2em;
  margin-top: 2em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.column-entry-body .fs-small {
  font-size: small;
}
.column-entry-body p {
  margin-bottom: 1.2em;
}
.column-entry-body p.mb-05 {
  margin-bottom: .5em;
}

.column-entry-body > ul {
  margin-bottom: 40px;
}

.column-entry-body ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .2em;
}

.column-entry-body ul li:last-of-type {
  margin-bottom: 0;
}

.column-entry-body ul li ul {
  margin-top: 8px;
}

.column-entry-body ul li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  display: block;
  content: "";
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #FF930F;
  border-radius: 50%;
}

.column-entry-body > ol {
  margin-bottom: 40px;
  padding-left: 1em;
}

.column-entry-body ol li {
  position: relative;
  margin-bottom: .2em;
  list-style: decimal;
  list-style-position: outside;
}

.column-entry-body ol li:last-of-type {
  margin-bottom: 0;
}

.column-entry-body ol li ol {
  padding-left: 1em;
  margin-top: 8px;
}

.column-entry-body blockquote {
  padding: 24px;
  margin-bottom: 40px;
  border-left: solid 4px #AAAAAA;
}

/* user comment old */
.column-entry-body pre {
  margin-bottom: 40px;
  padding: 24px 24px;
  border: solid 1px #EAEAEA;
  background: #fafafa;
  white-space: pre-wrap ;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.column-entry-body pre.prettyprint ul {
  line-height: 0;
}
.column-entry-body pre.prettyprint ul li {
  margin-bottom: .5em;
  line-height: 1.5em;
}
.column-entry-body pre.prettyprint ul li:last-child {
  margin-bottom: 0;
}
.column-entry-body pre.prettyprint ul li:before {
  background: #1E1E1E;
}

/* user comment new */
.column-entry-body .usercomment {
  margin-left: 55px;
  margin-bottom: 20px;
  padding: 24px 24px;
  border: solid 1px #ffffff;
  background: #f5f5f5;
  border-radius: 10px;
  position: relative;
}
.column-entry-body .usercomment::before {
  content: "";
  background:url("/column/common/img/icon_comment.png");
  display: inline-block;
  position: absolute;
  top: calc(50% - 25px); 
  left: -55px;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.column-entry-body .usercomment ul {
}
.column-entry-body .usercomment ul li {
  margin-bottom: .5em;
  line-height: 1.5em;
}
.column-entry-body .usercomment ul li:last-child {
  margin-bottom: 0;
}
.column-entry-body .usercomment ul li:before {
  background: #1E1E1E;
}

/* eo comment */
.column-entry-body .eocomment {
  margin-left: 55px;
  margin-bottom: 40px;
  /*width: calc(100% - 52px);*/
  padding: 24px 24px .5em;
  border: solid 2px #FFE102;
  /*border: solid 2px #cdcdcd;*/
  background: #fff;
  border-radius: 10px;
  position: relative;
}
/*
.column-entry-body .eocomment::before {
  content: "";
  background:url("/column/common/img/icon_megaphone.png");
  display: inline-block;
  position: absolute;
  top: calc(50% - 25px); 
  left: -55px;
  width: 50px;
  height: 50px;
  background-size: contain;
  transform: scale(-1, 1);
}
*/
.column-entry-body .eocomment ul {
}
.column-entry-body .eocomment ul li {
  margin-bottom: .5em;
  line-height: 1.5em;
}
.column-entry-body .eocomment ul li:last-child {
  margin-bottom: 0;
}
.column-entry-body .eocomment ul li:before {
  background: #1E1E1E;
}
.column-entry-body .eocomment p.linkBox {
  background: none;
}
/* ----- */

.column-entry-body table {
  width: 100%;
  margin-bottom: 40px;
  border-top: solid 1px #EAEAEA;
  border-left: solid 1px #EAEAEA;
  table-layout: fixed;
}

.column-entry-body table th {
  padding: 8px;
  border-right: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
  background: #FAFAFA;
  vertical-align: middle;
}

.column-entry-body table td {
  padding: 8px;
  border-right: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
  vertical-align: middle;
}
.column-entry-body table td.va-top {
  vertical-align: top;
}
/* サムネイル付き */
.column-entry-body .flex {
  display: flex;
}
.column-entry-body .flex.type-1 {
  justify-content:space-between;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.column-entry-body .flex.type-1.last {
  margin-bottom: 0;
  border: none;
}
.column-entry-body .flex.type-1 .box-l {
  width: 32%;
}
.column-entry-body .flex.type-1 .box-r {
  width: 65%;
}
.column-entry-body .flex h3 {
  margin-top: 0;
}
.column-entry-body .flex figure {
  margin-bottom: 0;
}
.column-entry-body p.al-r {
  text-align:right;
}

.column-entry-body .marker-pink {
  background: linear-gradient(to bottom, rgba(255, 153, 204, 0) 60%, #FFBEDA 60%);
  font-weight: bold; }
.column-entry-body .marker-blue {
  background: linear-gradient(to bottom, rgba(158, 206, 255, 0) 60%, #9eceff 60%);
  font-weight: bold; }
.column-entry-body .marker-yellow {
  background: linear-gradient(to bottom, rgba(255, 220, 0, 0) 60%, #ffdc00 60%);
  font-weight: bold; }

  /* 注釈 super sub */
  span.txt-super {
    font-size: 0.8em;
    vertical-align: super;
  }
  span.txt-sub {
    font-size: 0.8em;
    vertical-align: sub;
  }
  p.note {
    font-size:1.375rem;
  }
  /* ----- */

@media screen and (max-width: 767px) {
  .column-entry-body .flex {
    flex-wrap: wrap;
  }
  .column-entry-body .flex.type-1 {
    padding-bottom: 0.5em;
  }
  .column-entry-body .flex.type-1 .box-l,
  .column-entry-body .flex.type-1 .box-r {
    width: 100%;
  }  
  .column-entry-body .flex h3 {
    margin-top: 1em;
  }
}

.column-entry-body a:hover {
  text-decoration: none;
}

.column-entry-tags {
  margin-bottom: 36px;
}

.column-entry-tags ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}

.column-entry-tags ul li a {
  display: inline-block;
  padding: 4px 8px;
  background: #FAFAFA;
  border: solid 1px #EAEAEA;
  text-decoration: none;
}

.column-entry-tags ul li a:hover {
  background: none;
}

.column-entry-author {
  display: flex;
  margin-bottom: 40px;
  padding: 24px;
  background: #EAEAEA;
  border-radius: 10px;
  text-decoration: none;
}

a.column-entry-author:hover {
  color: #000;
  background: #F0F8F7;
}

.column-entry-author-image {
  width: 120px;
  margin-right: 24px;
}

.column-entry-author-detail {
  flex: 1;
}

.column-entry-author-detail-head {
  margin-bottom: 8px
}

.column-entry-author-detail-head-type {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
}

.column-entry-author-detail-head-name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.column-entry-sns {
  margin-bottom: 40px;
}

.column-entry-sns ul {
  display: flex;
  justify-content: center;
}

.column-entry-sns ul li {
  margin: 0 8px;
}

.column-entry-sns ul li img {
  width: 48px;
}

.column-entry-sns ul li a:hover {
  opacity: 0.7;
}

.column-entry-relation {
  padding-top: 60px;
  border-top: solid 5px #EAEAEA; 
}

.column-entry-relation-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #eaeaea;
}

.column-entry-relation .column-entry-relation-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.column-entry-relation-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.column-entry-relation-image {
  width: 48.5%;
  overflow: hidden;
}

.column-entry-relation-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.column-entry-relation-item a:hover img {
  transform: scale(1.03);
}

.column-entry-relation-detail {
  width: 48.5%;
}

.column-entry-relation-detail-date {
  margin-bottom: 8px;
  font-size: 14px;
  color: #707070;
}

.column-entry-relation-detail-title {
  font-weight: bold;
}

.recent-post {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.recent-post img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-post:hover img {
  transform: scale(1.03);
}

.recent-post-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 180px 24px 24px 24px;
  color: #fff;
  background: linear-gradient(to top, rgba(153,141,50,1), rgba(0,149,161,0));
  /* background: linear-gradient(to top, rgba(255,147,15,1), rgba(0,149,161,0)); */
  /* background: linear-gradient(to top, rgba(255,225,0,1), rgba(0,149,161,0)); */
}

.recent-post-date {
  margin-bottom: 8px;
}

.recent-post-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

.list-authors .column-entry-author {
  margin-bottom: 0;
}

.list-authors li {
  margin-bottom: 24px;
}

.list-authors li:last-of-type {
  margin-bottom: 0px;
}

.column-cta {
  display: flex;
  padding: 24px;
  margin-bottom: 36px;
  border: solid 1px #FFE100;
  border-radius: 10px;
}

.column-cta-detail {
  flex: 1;
  text-align: center;
}

.column-cta-detail-title {
  margin-bottom: 16px;
  line-height: 1.5;
}

.column-cta-detail-button {
  margin-bottom: 16px;
}

.column-cta-detail-button a {
  display: inline-block;
  padding: 12px 16px;
  min-width: 220px;
  background: #FFE100;
  color: #1E1E1E;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

.column-entry-body .column-cta-detail-button a {
    color:#1E1E1E;
    background:#FFE100;
}

.column-entry-body .before_toc .column-cta-detail-button a {
  color: #1E1E1E;
  background: #FFE100;
}

.column-cta-detail-button a:hover {
  opacity: 0.7;
}

.column-cta-detail-note {
  font-size: 12px;
}

.column-cta .is-sp {
  display: none;
}
.column-cta.service {
  padding: 16px 12px 0;
}
.column-cta.service2 {
  align-items: center;
  /*border: none;
  padding: 0;*/
}
.column-cta.service2.border-none {
  align-items: center;
  border: none;
  padding: 0;
}
.column-cta.service2 > div:nth-child(1) {
  width: 50%;
}
.column-cta.service2 .column-cta-detail-button {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column-cta.service2 > div:nth-child(1) {
    width: 100%;
  }
}
.column-cta.border-none {
    border: none;
    background: #ebebeb;
    margin-top: 1.5em;
}
.column-cta-detail-title {
    font-weight: bold;
}
#wrapper.pm-fixedbox {
    padding-bottom: 3em;
}
.footFixedBox {
    position:fixed;
    bottom: 0;
    width:100%;
    padding:15px 10px;
    background: #738792;
    background: rgb(30 30 30 / 65%);
}
.footFixedBox ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
}
.footFixedBox ul li {
    width: 48%;
    text-align: center;
}
.footFixedBox ul li a {
    display: block;
    /*background: #00808B;*/
    background: #FFE100;
    padding: .5em 1em;
    color: #1E1E1E;
    text-decoration: none;
    border: 2px solid #FFE100;
    border-radius: 10px;
    font-weight: 700;
}
.footFixedBox ul li a:hover {
    background: #fff;
    border: 2px solid #FFE100;
}
.footFixedBox ul li:nth-child(2) a {
    background: #EB0731;
    border: 2px solid #EB0731;
    color: #fff;
}
.footFixedBox ul li:nth-child(2) a:hover {
    border: 2px solid #EB0731;
    background: #fff;
    color: #1E1E1E;
}
.footFixedBox ul li a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: .5em;
    background: url(/column/common/img/ico_notebook_b.svg) no-repeat;
    background-size: contain;
}
.footFixedBox ul li a.ico_bulb_w::before {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: url(/column/common/img/ico_bulb_w.svg) no-repeat;
}
.footFixedBox ul li a.ico_bulb_w:hover::before {
    background: url(/column/common/img/ico_bulb_r.svg) no-repeat;
}
@media screen and (max-width: 767px) {
    .column-cta-detail-title {
        font-size: 16px;
    }
    #wrapper.pm-fixedbox {
        padding-bottom: 5em;
    }
    .footFixedBox ul li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 2em;
        height: 100%;
    }
    .footFixedBox ul li a::before {
        display: block;
        position: absolute;
        top: 38%;
        left: .5em;
    }
	.footFixedBox.spnavi {
		position:initial;
    	background:none;
	}
    #wrapper.pm-fixedbox .footer-pagetop.on {
        bottom: 113px;
    }
}

div.scroll .is-sp {
  display: none;
}
table.va-top td:nth-child(n+2) {
  vertical-align: top;
}
table span.d-box {
  display: block;
  margin-bottom: .5em;
}
table span.fw-bold {
  font-weight: 900;
}
table span.ta-center {
  text-align: center;
}


/*---------------------------------------- w767>
*/


@media screen and (max-width: 767px) {
  html {
    height: -webkit-fill-available;
  }
  
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  
  body.is-spnavi-open {
    overflow: hidden;
  }
  
  .header.is-hide {
    transform: translateY(-60px);
  }
  
  .header-top-title {
    transform: translateX(-50%) translateY(-45%);
    font-size: 20px;
  }
  
  .header-top-title-eo {
    font-size: 2.7rem;
  }
  
  .header-top-search {
    margin-right: 56px;
  }
  
  .header-search {
    top: 60px;
  }
  
  .header-search:before {
    display: none;
  }
  
  .spnavi-button {
    position: fixed;
    top: 13px;
    right: 14px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 1000;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  
  .header.is-hide + .spnavi-button {
    transform: translateY(-60px);
  }
  
  .spnavi-button button {
    position: relative;
    display: block;
    width: 40px;
    height: 38px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
  }
  
  .spnavi-button button span {
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #FFE100;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .spnavi-button button span:nth-child(1) {
    top: 6px;
    left: 0;
    transition: top .2s .25s linear, transform .2s .5s linear, background-color .2s .5s linear;
  }
  
  .spnavi-button button span:nth-child(2) {
    top: 50%;
    left: 0;
    margin-top: -1.5px;
    transition: opacity .2s linear;
  }
  
  .spnavi-button button span:nth-child(3) {
    bottom: 6px;
    left: 0;
    transition: bottom .2s .25s linear, transform .2s .5s linear, background-color .2s .5s linear;
  }
  
  .is-spnavi-open .spnavi-button button span:nth-child(1) {
    top: 17.5px;
    transform: rotate(45deg);
    background-color: #000;
  }
  
  .is-spnavi-open .spnavi-button button span:nth-child(2) {
    opacity: 0;
  }
  
  .is-spnavi-open .spnavi-button button span:nth-child(3) {
    bottom: 17.5px;
    transform: rotate(-45deg);
    background-color: #000;
  }
  
  .spnavi-body {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    min-height: 100vh;
    background: #FFFDCE;
    z-index: 900;
    overflow: auto;
  }
  
  .spnavi-body-inner {
    padding: 64px 20px 20px 20px;
  }
  
  .spnavi-body-navi {
    border-top: solid 2px #000;
  }
  
  .spnavi-body-navi > li {
    border-bottom: solid 2px #000;
  }
  
  .spnavi-body-navi li a {
    position: relative;
    display: block;
    padding: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .spnavi-body-navi li a:before {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
  }
  
  .header-nav {
    display: none;
  }
  
  #wrapper {
    padding-top: 48px;
  }
  
  .contents-column {
    flex-direction: column;
  }
  
  .contents-body-primary {
    margin-right: 0;
    margin-bottom: 40px;
  }
  
  .contents-body-secondary {
    width: 100%;
  }
  
  .section-column {
    padding: 20px 0 40px 0;
  }
  
  .list-news {
    padding: 8px 16px;
  }
  
  .list-news-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  
  .list-news ul li a {
    flex-direction: column;
  }
  
  .list-news-date {
    width: 100%;
    font-size: 14px;
  }
  
  .list-entries {
    margin: 0 -20px 16px;
  }
  
  .list-entries-item {
    width: 50%;
    margin: 0 0 16px 0;
  }
  
  .list-entries .list-entries-item:nth-child(odd) {
    padding-right: 1.5px;
  }
  
  .list-entries .list-entries-item:nth-child(even) {
    padding-left: 1.5px;
  }
  
  .list-entries-item-image {
    margin-bottom: 0;
  }
  
  .list-entries-item-detail {
    padding: 8px 8px 0;
  }
  
  .list-entries-item-detail-title {
    font-size: 14px;
  }
  
  .list-entries-item-detail-tags li {
    margin: 0 2px 4px 0;
  }
  
  .list-entries-item-detail-tags li a,
  .list-entries-item-detail-tags li span {
    padding: 4px 6px;
    font-size: 10px;
  }
  
  .list-entries-item-detail-date {
    font-size: 12px;
    text-align: right;
  }
  
  .column-button {
    padding: 12px 16px;
    font-size: 16px;
  }
  
  .list-entries-small-image {
    width: 60px;
  }
  
  .list-entries-small-detail-title {
    font-size: 14px;
  }
  
  .column-entry-header {
    margin-bottom: 16px;
  }
  
  .column-entry-header-date {
    font-size: 12px;
    line-height: 1.5;
  }
  
  .column-entry-header-category a {
    min-width: 100px;
    font-size: 14px;
  }
  
  .column-entry-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
  
  .column-entry-image {
    margin-bottom: 32px;
  }
  
  .column-entry-index {
    margin-bottom: 32px;
    padding: 16px;
  }
  
  .column-entry-body {
    margin-bottom: 32px;
  }

  .column-entry-body h1 {
    font-size: 20px;
  }

  .column-entry-body h2 {
    padding: 8px 16px;
    font-size: 20px;
  }

  .column-entry-body h3 {
    font-size: 19px;
  }

  .column-entry-body h4 {
    font-size: 16px;
  }

  .column-entry-body p {
    margin-bottom: 1.2em;
  }

  .column-entry-body > ul {
    margin-bottom: 32px;
  }

  .column-entry-body > ol {
    margin-bottom: 32px;
  }

  .column-entry-body pre {
    margin-bottom: 32px;
  }
  /* user comment new */
  .column-entry-body .usercomment {
    margin-left: 2em;
    padding: 1em 1em;
  }
  .column-entry-body .usercomment::before {
    top: calc(50% - 1.2em); 
    left: -2.5em;
    width: 2em;
    height: 2em;
  }
  /* eo comment */
  .column-entry-body .eocomment {
    margin-left: 2em;
    margin-bottom: 3em;
    border: solid 2px #FFE102;
    /*border: solid 2px #cdcdcd;*/
  }
  /* ----- */

  .column-entry-body table {
    margin-bottom: 32px;
    line-height: 1.5;
    font-size: 14px;
  }
  
  .column-entry-tags {
    margin-bottom: 24px;
  }

  .column-entry-tags ul li {
    margin-right: 4px;
    margin-bottom: 8px;
  }

  .column-entry-tags ul li a {
    font-size: 14px;
  }

  .column-entry-author {
    margin-bottom: 32px;
    padding: 16px;
  }

  .column-entry-author-image {
    width: 80px;
    margin-right: 16px;
  }

  .column-entry-author-detail-head-name {
    font-size: 16px;
  }
  
  .column-entry-author-detail-profile {
    font-size: 14px;
  }

  .column-entry-sns {
    margin-bottom: 32px;
  }

  .column-entry-sns ul li img {
    width: 38px;
  }

  .column-entry-relation {
    padding-top: 40px;
  }


  .column-entry-relation-item a {
    align-items: flex-start;
  }

  .column-entry-relation-image {
    width: 30%;
  }

  .column-entry-relation-detail {
    width: 66%;
  }

  .column-entry-relation-detail-date {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 1.3;
  }

  .column-entry-relation-detail-title {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .column-entry-header-date-created {
    display: block;
    margin-right: 0;
  }

  .column-entry-header-date-update {
    display: block;
  }
  
  .recent-post {
    margin: 0 -20px;
    border-radius: 0;
  }
  
  .recent-post-body {
    padding: 40px 16px 16px 16px;
  }
  
  .recent-post-date {
    font-size: 12px;
  }
  
  .recent-post-title {
    font-size: 18px;
  }
  
  .column-cta {
    flex-direction: column;
    padding: 16px 12px;
  }
  
  .column-cta-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  
  .column-cta-detail-title {
    text-align: center;
    font-size: 14px;
  }
  
  .column-cta-detail-button {
    text-align: center;
  }
  
  .column-cta-detail-note {
    font-size: 10px;
  }
  
  .column-cta .is-sp {
    display: inline;
  }
  
  div.scroll {
    width: 100%;
    display:block;
    overflow: auto;
  }
  div.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
    height: 5px;
  }
  div.scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  div.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  div.scroll .is-sp {
    display: inline;
  }
  .scroll table {
    border-collapse: collapse;
    border:1px solid #eaeaea;
  }
  .scroll table th {
    background:#bcbcbc;
  }
  /*4行おき、3,4行に背景色*/
  .scroll table tr:nth-child(4n+3),
  .scroll table tr:nth-child(4n+4) {
    background:#f5f5f5;
  }
/*5行おき、2,3,4行に背景色*/
  .scroll table.l5-234 tr:nth-child(4n+3),
  .scroll table.l5-234 tr:nth-child(4n+4) {
    background:none;
  }
  .scroll table.l5-234 tr:nth-child(5n+2),
  .scroll table.l5-234 tr:nth-child(5n+3),
  .scroll table.l5-234 tr:nth-child(5n+4){
    background:#f5f5f5;
  }
  .scroll table {
  }
  table.w12per {
    width: 120%;
  }
  table.w13per {
    width: 130%;
  }
  table.w14per {
    width: 140%;
  }
  table.w15per {
    width: 150%;
  }
  table.w16per {
    width: 160%;
  }
  table.w17per {
    width: 170%;
  }
  table.w18per {
    width: 180%;
  }
  table.w19per {
    width: 190%;
  }
  table.w200per {
    width: 200%;
  }
  table.w250per {
    width: 250%;
  }
  
}
.x-test {
    display: flex;
    width: 100%;
    max-width: 900px;
    justify-content: space-between;
over-flow: hidden;
}
.x-test > div {
    width: 48%;
}

element.style {
}
@media screen and (max-width: 767px) {
.x-test {
    display: block;
}
.x-test > div {
    width: 100%;
}
}