@charset "utf-8";
/*==============================
ヘッダー
==============================*/
@media only screen and (min-width: 768px) {
	.headbx,.com_bnrbox{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	body{
		min-width: 0px;
	}
	.tpbx,.cntbx, #Gnav{
		display: none;
	}
  #Header {
    width: 100%;
    padding: 7px 0 0 0;
  }
  #Header.fm {
    width: 100%;
    padding: 7px 0 0 0;
  }
  #Header .headbx {
    border-bottom: 1px solid #e4e6e8;
    padding: 0px 10px 11px 10px;
  }
  #Header.fm .headbx {
    margin: 0 0 0 0;
  }
  #Header .headbx .logo {
    float: left;
    width: 220px;
		text-align: left;
  }
  #Header .headbx .navbox {
    float: right;
  }
  #glayLayer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    display: none;
    z-index: 99991;
  }
  #overLayer {
    position: absolute;
    top: 55px;
    left: 0px;
    display: none;
    width: 100%;
    z-index: 99999;
  }
  #overLayer .menu {
    margin: 0 10px 0 10px;
    border: 2px solid #247048;
  }
  #overLayer .menu nav ul {
    width: 100%;
  }
  #overLayer .menu nav ul li {
    border-bottom: 1px solid #c4ddd0;
    background: -moz-linear-gradient(left, #fff, 0.5, #e5f4ec);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e5f4ec));
  }
  #overLayer .menu nav ul li a {
    padding: 17px 10px 17px 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1em;
    display: block;
    color: #000000;
    text-decoration: none;
  }
  #overLayer .menu nav ul li a span {
    padding: 0 15px 0 0;
    background: url(../../images/dec_arw_dot_gr.png) no-repeat right 50%;
    background-size: auto 8px;
    webkit-background-size: auto 8px;
    -moz-background-size: auto 8px;
    font-weight: bold;
    display: block;
  }
  #overLayer .menu p.close {
    background: #f0f2f3;
    text-align: center;
  }
  #overLayer .menu p.close a {
    padding: 10px 0;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
  }
  #overLayer .menu p.close a span {
    padding: 0 23px 0 0;
    font-weight: bold;
    background: url(../../images/icon_close.png) no-repeat right 50%;
    background-size: auto 15px;
    webkit-background-size: auto 15px;
    -moz-background-size: auto 15px;
  }
	/*com_bnrbox*/
.com_bnrbox{
	width:300px;
	margin:0 auto 0 auto ;
}

.com_bnrbox .tel{
	margin:0 0 5px 0;
}

.com_bnrbox ul .lbt{
	float:left;
	width:145px;
}

.com_bnrbox ul .rbt{
	float:right;
	width:145px;
}
}


/*==============================
フッター
==============================*/
@media only screen and (min-width: 768px) {
	.com_pgtp,
	.footerin,
	#glayLayer,
	#overLayer{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.com_fxdbtn,
	.tpbx,
	.lnkbx,
	.botbx{
		display: none;
	}
	.com_pagetop.pagebt{
		display: none !important;
	}
  #Footer{
    padding: 0;
    background: none;
  }
  #Footer .footerin {
    background: url(../../images/bg_foot_grad.png) repeat-x 0 0;
    background-size: 1px auto;
    webkit-background-size: 1px auto;
    -moz-background-size: 1px auto;
    padding-top: 3vw;
  }
  #Footer .footerin .logo {
    text-align: center;
    padding: 10px 0 5px 0;
  }
  #Footer .footerin nav ul {
    background: #eff3f2;
    border-top: 1px solid #d5dfdc;
  }
  #Footer .footerin nav ul li {
    float: left;
    border-right: 1px solid #d5dfdc;
    border-bottom: 1px solid #d5dfdc;
  }
  #Footer .footerin nav ul li span {
    background: url(../../images/icon_home.png) no-repeat 0 50%;
    background-size: auto 13px;
    webkit-background-size: auto 13px;
    -moz-background-size: auto 13px;
    padding: 0 0 0 18px;
    font-weight: bold;
  }
  #Footer .footerin nav ul li.nol {
    border-right: 0;
  }
  #Footer .footerin nav ul li.wd1 {
    width: 100%;
    text-align: center;
  }
  #Footer .footerin nav ul li.wd2 {
    width: calc(50% - 0.5px);
  }
  #Footer .footerin nav ul li.wd3 {
    width: 33%;
  }
  #Footer .footerin nav ul li.wd4 {
    width: 34%;
  }
  #Footer .footerin nav ul li a {
    padding: 12px 0 12px 10px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
  }
  #Footer .footerin nav ul li.wd1 a {
    padding: 12px 0 12px 0;
  }
  #Footer .footbox {
    background: #6a6a68;
    padding: 20px 0;
    text-align: center;
  }
  #Footer .footbox ul {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #Footer .footbox ul li {
    display: inline-block;
    margin: 0 15px 10px 15px;
  }
  #Footer .footbox ul li a {
    color: #ffffff;
    text-decoration: underline;
  }
  #Footer .footbox address {
    font-style: normal;
    font-size: 11px;
    color: #ffffff;
  }
  /*com_bnrbox*/

  .com_bnrbox {
    width: 300px;
    margin: 0 auto 0 auto;
    padding-bottom: 5vw;
  }
  .com_bnrbox .tel {
    margin: 0 0 5px 0;
  }
  .com_bnrbox ul .lbt {
    float: left;
    width: 145px;
  }
  .com_bnrbox ul .rbt {
    float: right;
    width: 145px;
  }
}
.pc a[href^="tel:"],
.tablet a[href^="tel:"] {
  pointer-events: none;
}


@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
  body {
    min-width: 980px;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
	body {
		min-width: 0;
	}
}
.show-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-xs {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-block {
    display: inline-block;
  }
  .com_lybx {
    width: 100%;
  }
  
  .com_tpcpath .com_lybx{
    width: 100%;
    
  }

}
  .com_tpcpath{
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
@media only screen and (max-width: 767px) {
  .com_tpcpath .com_lybx ul.path{
    padding: 0;
  }
}
.column-index{
	font-size: 16px
}
.column-index-intro{
  text-align: center;
}
.column-index-intro h2{
  margin-top:min(2em,4.18vw );
  margin-bottom: 1em;
  font-size: 1.75em;
  color: #1a653c;
  font-weight: 700;
} 
.column-index-intro p{
  font-size: 1.125em;
}
.column-anchor{
  padding: 0em 3%;
}
.column-anchor-list{
  display: flex;
  gap: 1.25em 3%;  
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.25em;
}
.column-anchor-list a{
  text-decoration: none;
  position: relative;
  padding-right: 1.5em;
  font-weight: 700;
  border-bottom: 2px solid;
  padding-bottom: 0.25em;
}
.column-anchor-list a:after{
  display: inline-block;
  content: '﹀';
  color: #1a653c;
  opacity: 0.6;
  transition: transform 0.2s;
  position: absolute;
  right: 0;
  top: 0.3em;
  transform: scaleX(.75);
}
.column-anchor-list a:hover{
  color: #1a653c;
}
.column-anchor-list a:hover:after{
  transform: translateY(3px) scaleX(.75);
}
.column-sitemap{
  padding: min(4em,8.32vw ) 3.125% ;
}
.column-sitemap-inner {
	margin: 0 auto;
	display: grid; 
	gap: 2em 5%;
}

.column-sitemap-col h3 {
	margin-bottom: .5em; 
	padding-bottom: .25em;
	font-size: 1em; 
	color: #1a653c;
	font-weight: 700;
	border-bottom: 2px solid #1a653c;
}
.column-sitemap-col h3 a {
	color: #1a653c;
	text-decoration: none;
	display: flex; 
	align-items: center; 
	gap: 4px;
}
.column-sitemap-col h3 a::after {
	content: '→'; 
	font-size: .857em; 
	opacity: 0.6;
	transition: transform 0.2s;
}
.column-sitemap-col h3 a:hover::after { 
  transform: translateX(3px); 
}

.column-sitemap-col dl{
  display: grid; 
  gap: 3em 5%;
  grid-template-columns: repeat(3, 1fr);
} 
.column-sitemap-col ul { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
}
.column-sitemap-col li { 
  margin-bottom: 2.5px; 
  line-height: 1.5; 
}
.column-sitemap-col li a {
  
	color: #222; 
	text-decoration: none;
	cursor: pointer; 
	font-size: .875em;
	transition: opacity 0.2s;
	display: inline-block;
}
@media (hover: hover) {
	.column-sitemap-col li a:hover { 
		opacity: 0.8;
	}
}
.sitemap-more-btn {
  display: block;
  margin-top: 1em;
  padding: 0.25em;
  color: #1a653c;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0.5em;
  background: #eff3f2;
  transition: color .2s , background .2s;
}
.sitemap-more-btn span{
  font-size: 0.65em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  margin-left: .75em;
}
@media (hover: hover) {
  .sitemap-more-btn:hover {
    color: #fff;
    background: #1a653c;
  }
}
.column-sitemap-col .group-label {
	font-size:.75em; 
	margin: 1.25em 0 4px; 
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #1a653c;
}
.column-sitemap-col .group-label:first-of-type { 
	margin-top: 4px; 
}
.column-sitemap-col li a.external::after {
	content: ' ↗'; font-size: 9px; opacity: 0.5;
}
@media only screen and (min-width: 768px) {
	.column-sitemap-inner {
		width: min(100%, 950px);
	  grid-template-columns: repeat(3, 1fr); 
	}
  .column-sitemap-col:last-child{
    grid-column: 2/ 4;
  }
}
@media only screen and (max-width: 767px) {
	.column-sitemap-inner { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .column-sitemap-col:last-child{
  grid-column: 1/ 3;

  }
}
@media only screen and (max-width: 480px) {
	.column-sitemap-inner { grid-template-columns: 1fr; }
    .column-sitemap-col:last-child{
  grid-column: 1/ 2;

  }
  .column-sitemap-col:last-child dl{
    display: block;

  }
}
.column-block {
	padding: min(6.25em ,13vw)3.125%;
}
.column-block-inner {
	margin: 0 auto; 
}
@media only screen and (min-width: 768px) {
	.column-block-inner {
		width: 950px;
    width: calc(min(100%, 950px) - 6.25%);
	}
}
.column-sec-head {
	margin-bottom: 2em; 
	padding-bottom: .75em;
	border-bottom: 3px solid  #1a653c;
}
.column-sec-head h2 { 
	font-size: 1.375em;
	font-weight: 700;
	color: #1a653c; 
}
.column-sec-head .count { 
	font-size: .875em; 
	color: var(--muted); 
}
.column-sec-head .anchor-tag {
	margin-left: auto; 
	font-size: .75em; 
	background: #eff3f2 ;
	padding: 2px 8px; 
	border-radius: 4px;
}


.column-topic-grid {
	display: grid; 
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5625em;
}
@media only screen and (max-width: 480px) {
  .column-topic-grid { 
    grid-template-columns: 1fr; 
  }
}
.column-topic-card ,
.column-topic-card:link {
  display: flex;
  align-items: center;
  gap: 5% ; 
  border: 1px solid #eff3f2;
	background: #fff; 
	padding: 1.125em 2.5em 1.25em 1.25em; 
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s; 
	text-decoration: none; 
	color: inherit;
	position: relative;
}

.column-topic-img{
  width: 100px  ;
}
.column-topic-img img{
  max-width: 100%;
  height: auto;
}

.column-topics-txt{
  width: calc(95% - 100px);
}

.column-topic-card::before {
	content: '→'; 
	position: absolute; 
	top: 0; 
  bottom: 0;
	right: 1em;
  height: 1em;
  margin: auto;
	font-size: 1em; color: #1a653c; 
	opacity: 0.6;
	transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .column-topic-card ,
  .column-topic-card:link {
    flex-direction: column;
    padding: 1.25em 3%;
  }
  .column-topics-txt{
    width: 100%;
    text-align: center;
  }
  .column-topic-card::before {
    content:none;
  }
}
@media (hover: hover) {
	.column-topic-card:hover{
		border-color: #1a653c;
	}
	.column-topic-card:hover::before { 
		opacity: 1; 
		transform: translate(2px, -2px); 
	}

}

.column-topic-card h3 {
	color: #1a653c;
	font-weight: 700;
  font-size: 1.125em;
}
.column-topic-card .column-topic-cat {
	font-size: .75em;
	color: #666; 
	margin-top:1em;
}

.column-subnav {
  background: #fff; 
	padding: 1em 3%; 
	border-radius: 10px;
	margin-bottom: 1.25em;
  display: flex;
  flex-wrap: wrap;
	gap: .25em 3%; 
  align-items: center;
}

.column-subnav .label {
  width: 100%;
  font-size: .75em;
	font-weight: 700;
}
.column-subnav-img{
  width: min(160px, 30%);
  align-self: flex-start;
}
.column-subnav-img img{
  max-width: 100%;
  height: auto;
}
.column-subnav-list{
  width: calc(97% - min(160px, 30%));
  display: flex; 
	gap:.75em .5em; 
	flex-wrap: wrap; 
	align-items: center;
}
.column-subnav a {
  font-size: .75em; 
  background: #eff3f2;
	display: block;
	padding: 0.25em 1em;
	border-radius: 16px;
	text-decoration: none;
  transition: all 0.2s; 
	cursor: pointer;
}

@media (hover: hover) {
	.column-subnav a:hover ,
	.column-theme .column-subnav a:hover {
		background: #1a653c;
		color: #fff;
	}
}
/* Subsection */
.column-sub {
	background: #fff;
	padding-bottom: min(1.5em,3.25vw);
}
.column-sub-head {
  display: flex; 
	align-items: center;
	gap: 10px;
	margin-top: min(3em,6.5vw);
  margin-bottom: 2em; 
	padding: .5em 3%;
	cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.075em;
  font-size: min(1.25em, 3.8vw);
  position: relative;
  padding: 0.3em 0.6em;
  color: #fff;
  background: #257f7b;
  line-height: 1.35;
}
.column-sub-head:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  border: 10px solid transparent;
  border-top: 10px solid #257f7b;
  width: 0;
  height: 0;
}
.column-sub.collapsed + .column-sub .column-sub-head {
	margin-top: min(1.5em,3.25vw);
}
.column-sub-head h3 {
  font-size: 1.125em;
	font-weight: 700; 
	color: #fff;
}
.column-sub-head .badge {
  background: #fff; 
	color: #1a653c;
  padding: 2px 10px; 
	border-radius: 12px; 
	font-size: .75em;
	font-weight: 700;
}
.column-sub-head .cat-link {
	font-size: .75em;
	color: #fff;
  padding: 4px 10px;;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700;
	border: 1px solid;
	transition: background 0.2s, color 0.2s;
}
@media (hover: hover) {
	.column-sub-head .cat-link:hover {
		background: #fff; 
		color: #1a653c; 
	}
}
.column-sub-head .toggle { 
	margin-left: auto; 
	color: #fff; 
  font-size: 0.75em;
}
.column-sub.collapsed{
	padding-bottom: 0;
}
.column-sub.collapsed .article-list { 
	display: none; 
}

.article-list {
	display: grid;
	gap: 6px;
}
@media only screen and (min-width: 768px) {
	.article-list { 
		grid-template-columns: repeat(2, 1fr); 
	}
	.article-list > li:nth-child(odd)  { 
		margin-left: 1em;
	}
	.article-list > li:nth-child(even) {
		margin-right: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.article-list { 
		grid-template-columns: 1fr;
	}
	.article-item{
		margin: 0 3%;
	}
}
.article-list li { 
  list-style: none; 
  padding-bottom: 0.25em;
  border-bottom: 1px solid #eff3f2;
}
.article-item,
.article-item:link {
  display: flex;
  flex-direction: column;
	gap: .5em; 
	padding: 1em;
	border-radius: 6px; 
	transition: background 0.2s;
	text-decoration: none;
}

.article-item:hover { 	
  color: #1a653c; 
	background: #eff3f2; 
}
.article-item .date {
  margin-left: auto;
	font-size: .875em;
	color: #b9b9b9; 
	font-family: monospace;
}
.article-item .title { 
	margin-right: 0.5em;
  font-weight: 700;
  color: #222;
}
.article-item .tags { 
  width: 100%;
  display: flex; 
  flex-wrap: wrap;
  gap: 4px; 
}
.article-item .tag {
	font-size: .7em; 
	padding: .25em 0.75em; 
  line-height: 1.35;
  font-weight: normal;
	border-radius: 5px;
  border: 1px solid;
  background: #fff; 
}
.article-item .tag.target {
  color: #1a653c; 
}
.article-item .tag.theme { 
  color: #348fe5; 
}
.column-target{
  background: #dae0e7 url(/feature/new_employee_training/assets/img/pattern_check.svg) repeat center / 56px;
}
.column-theme{
	background: #eff3f2;
}

.feature-grid {
  display: grid; 
	grid-template-columns: repeat(3, 1fr);
  gap: 1.5625em;
}
.feature-grid img{
	width: 100%;
	max-width: 100%;
}
.feature-card {
  text-decoration: none; 
  transition: opacity 0.2s;
}
.feature-card:hover {
}
.feature-card.primary {
	display: flex;
  grid-column: 1 / -1;
  flex-direction: row; 
	align-items: center; 
	gap: 16px;
  padding: 16px 24px;
	border: 1px solid #1a653c;
	text-decoration: none;
}
.feature-card.primary h3 {
  flex: 1;  font-size: 18px;
}
.feature-card.primary::after {
  content: '→'; font-size: 22px; color: var(--accent);
}


@media only screen and (max-width: 767px) {
  .feature-grid { 
		grid-template-columns: repeat(2, 1fr);
	}
  .feature-card.primary { flex-direction: column; align-items: stretch; }
  .feature-card.primary::after { display: none; }
}
.column-cta-block {
  padding: min(4em,8.32vw) 3.125% ;
  background: #eff3f2;
}
.related-training{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  border-radius: 10px;
  border: 1px solid #1a653c;
  padding: 1.25em;
  background: #fff;
}

.related-training + .related-training{
  margin-top: 1.25em;
}
.related-training-icon{
  width:5em;
  font-weight: 700;
  text-align: center;
}
.related-training-icon img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.related-training .label{
  width: 100%;
  padding-left: 0.35em;
  padding-bottom: 0.5em;
  margin-bottom: 0.1em;
  font-weight: 700;
  border-bottom: 1px solid #1a653c;
}
.related-training .column-subnav-list{
  width: calc(100% - 6em);
  gap: 0.75em 1em;
}
.related-training .column-subnav-list a{
  font-weight: 700;
  font-size: 1.125em;
}
.md-cta {
	margin-top: min(3em,6.5vw);
	padding: 1.5em 3.125%;
	max-width: calc(min(100%, 950px) - 6.25%); 
	margin: min(3em,6.5vw) auto 0;
	text-align: center;
	border-radius: 10px;
	background: #2ea5aa;
  line-height: 1.5;
}
.md-cta p + p {
  margin-top: 0;
}
.md-cta h2{
  color: #fff;
  margin-bottom: .75em;
}

.cta-btn {
  position: relative;
  z-index: 1;
  padding: 1.5em 0 1em;
}
.cta-btn h2{
	font-size: 1.5em;
	font-weight: 700;
}
.cta-btn p {
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cta-btn .cta-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
.cta-btn .cta-btn-list a {
  display: block;
  background: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.25em;
  text-align: center;
  padding: 0.65em 0.25em;
  letter-spacing: 0.05em;
  position: relative;
}
.cta-btn .cta-btn-list a span {
  display: inline-block;
  padding-left: 2.5em;
  background: no-repeat 0.5em center/1.25em;
}
.cta-btn .cta-btn-list a:before {
  position: absolute;
  content: "";
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 2px solid #ffd342;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cta-btn .cta-btn-list a:after {
  position: absolute;
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  z-index: -1;
  border-radius: 7px;
  left: 0;
  top: 0;
  background: #2ea5aa;
}
@media (hover: hover) {
  .cta-btn .cta-btn-list a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .cta-btn .cta-btn-list a:hover, .cta-btn .cta-btn-list a:active {
    background: #ffd342;
  }
  .cta-btn .cta-btn-list a:hover:before, .cta-btn .cta-btn-list a:active:before {
    border-color: #fff;
  }
}
.cta-btn .cta-btn-list .request span {
  background-image: url(/feature/assets/img/icon_request.svg);
}
.cta-btn .cta-btn-list .contact span {
  background-image: url(/feature/assets/img/icon_contact.svg);
}
.cta-btn .cta-btn-list .search span {
  background-image: url(/images/column/column-index/icon_search.svg);
}
.cta-btn .cta-btn-list .apply a {
  background: #ffd342;
}
.cta-btn .cta-btn-list .apply a:before {
  border-color: #fff;
}
.cta-btn .cta-btn-list .apply a:hover, .cta-btn .cta-btn-list .apply a:active {
  background: #ffb442;
}
.cta-btn .cta-btn-list .apply span {
  background-image: url(/images/column/column-index/icon_apply.svg);
}
@media only screen and (min-width: 768px) {
  .cta-btn .cta-btn-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta-btn .cta-btn-list li {
    width: 31.5%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-btn .cta-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btn .cta-btn-list li {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .column-side {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {

	.column-side {
		display: none;
		position: fixed;
		-webkit-transition: right 0.3s ease-in-out;
		transition: right 0.3s ease-in-out;
		top: 0;
		bottom: 0;
		right: -9em;
		margin: auto;
		z-index: 20;
		font-size: 0.875em;
		line-height: 1.35;
		height: 12.2em;
	}
	.column-side dt {
		position: absolute;
    left: -2.6em;
    padding: 1em 0.25em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: calc(100% - 1em);
		background: #1a653c;
		color: #fff;
		font-weight: 700;
		padding: 0.3em 0.5em 0.1em;
	}
	.column-side dd {
		margin-top: 0.5em;
	}
	.column-side a {
		border: 1px solid #e4e6e8;
		border-right: none;
		display: block;
		padding: 0.3em 0.5em 0.1em;
		background: rgba(255, 255, 255, 0.8);
	}
	@media (hover: hover) {
		.column-side a {
			-webkit-transition: background 0.3s, color 0.3s;
			transition: background 0.3s, color 0.3s;
			text-decoration: none;
		}
		.column-side a:hover, .column-side a:active {
			color: #fff;
			background: rgba(26, 101, 60, 0.7);
		}
	}
}
.column-category-list{
  margin-top: min(3em, 6.5vw);
  background: #fff;
  padding: 1em 3%;
  border-radius: 10px;
}
.column-category-list h4{
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.column-category-list ul{
  columns: 2;
}
@media only screen and (max-width: 480px) {
  .column-category-list ul{
    columns: 1;
  }
}
.column-category-list ul li{
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.column-category-list ul li ::before{
  content: '▶︎';
  color: #1a653c;
  display: inline-block; 
  width: 1em;
  font-size: .5em;
  margin-right: 1em;
  vertical-align: middle;
}