@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans CJK JP subset';
  font-style: normal;
  font-weight: 400;
  src: url('/common/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
       url('/common/fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
       url('/common/fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans CJK JP subset';
  font-style: normal;
  font-weight: 500;
  src: url('/common/fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKjp-Medium.woff') format('woff'),
       url('/common/fonts/NotoSansCJKjp-Medium.ttf')  format('truetype'),
       url('/common/fonts/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Noto Sans CJK JP subset';
  font-style: normal;
  font-weight: 700;
  src: url('/common/fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
       url('/common/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
       url('/common/fonts/NotoSansCJKjp-Bold.ttf')  format('truetype'),
       url('/common/fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
	word-break: break-all;
}
body {
  font-family: "Noto Sans CJK JP subset", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  color: #444;
  line-height: 1.8;
  position: relative;
  -webkit-print-color-adjust: exact;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
}
p {
  font-size: 14px;
}
p + p {
  margin-top: 20px;
}
a {
  color: #444444;
  transition: .1s;
  text-decoration: none;
}
a[onclick] {
  cursor: pointer;
}
img {
  vertical-align: bottom;
}
figcaption {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
header{
	background: #fff;
}

/* ヘッダー */
#gnav {
  background: #fff;
}
#gnav::after {
	box-shadow: 0 4px 4px #A4A4A4;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: none;
	margin-top: -4px;
	z-index: 99;
}
#gnav.slide_down #mheader > li {
  max-width: 225px;
}
#gnav.slide_down .inner > .link_list > li > a {
  font-size: 18px;
  padding: 0 15px  0 43px
}
#gnav.slide_down .inner > .link_list > li:first-of-type > a {
  font-size: 18px;
  padding: 0;
  text-align: center;
}
#gnav.slide_down .inner .link_list > li > a::after {
  top: 12px;
}
#gnav.slide_down #mheader > li:first-of-type > a {
  border-left: none;
  line-height: 1.8;
}
.slide_down {
  animation-name: slidedown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0;
  animation-duration: .4s;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.slide_down .inner {
  display: flex;
  padding: 0;
}
.slide_down #scroll_logo {
  font-size: 12px;
  line-height: 39px;
}
.slide_down #scroll_logo a {
  display: block;
  width: 200px;
}
.slide_down #scroll_btn_link {
  display: flex;
  font-size: 13px;
}
#scroll_btn_link .document_btn {
  font-size: 13px;
  text-align: center;
  width: 120px;
}
#scroll_btn_link .document_btn > * {
  background: #F15700;
  background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
  background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
  background: -o-linear-gradient( #F48937 0%, #F15700 100%);
  background: linear-gradient( #F48937 0%, #F15700 100%);
  box-shadow: 0 1px 3px #636363B3;
  border: 1px solid #FFFFFF;
  color: #fff;
  display: block;
  padding: 10px 0;
}
#scroll_btn_link .document_btn > *:hover {
	background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
	box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
#scroll_btn_link .login_btn  {
  font-size: 13px;
  margin-left: 10px;
  text-align: center;
  width: 120px;
}
#scroll_btn_link .login_btn > * {
  background: #2C2C2C;
  background: -moz-linear-gradient( #656565 0%, #2C2C2C 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#2C2C2C));
  background: -webkit-linear-gradient( #656565 0%, #2C2C2C 100%);
  background: -o-linear-gradient( #656565 0%, #2C2C2C 100%);
  background: linear-gradient( #656565 0%, #2C2C2C 100%);
  box-shadow: 0 1px 3px #636363B3;
  border: 1px solid #FFFFFF;
  color: #fff;
  display: block;
  padding: 10px 0;
  white-space: nowrap;
}
#scroll_btn_link .login_btn > *:hover {
	background: linear-gradient(to bottom, #878787 0%, #484848 100%);
	box-shadow: 0 0 20px 0px rgba(90, 90, 90, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
#scroll_logo,
#scroll_btn_link {
  display: none;
  margin: 7px 0;
}
.slide_up #scroll_logo,
.slide_up #scroll_btn_link {
  display: none;
}
.slide_down #scroll_logo {
  display: inline-block;
}

@keyframes slidedown {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
@keyframes slidedown-sub {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
.slide_up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0;
  animation-duration: .4s;
  top: -60px;
  width: 100%;
}

@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -60px;
  }
}

/* パンくず */
#pankuzu {
	margin-bottom: 60px;
  padding: 10px 0;
	width: 100%;
}
#pankuzu a {
  color: #969696;
  font-size: 13px;
}
#pankuzu li {
  color: #969696;
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
#pankuzu li:nth-of-type(n+2)::before {
  content: "";
  display: inline-block;
  height: 5px;
  border-top: solid 1px #969696;
  border-right: solid 1px #969696;
  margin: -2px 10px 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}
#pankuzu .language li:nth-of-type(n+2)::before{
  content: none;
}
#pankuzu .language li:nth-of-type(n+2){
  margin-left: 10px;
}

/* =======================================- */
/* ▼▼　コンテンツヘッダー
/* =======================================- */
.cont_header {
  margin-top: 4px;
}
.cont_header_wrap {
  background: url(/common/img/bg_title.png) left top / cover no-repeat;
}
.cont_header_heading {
  font-size: 20px;
  line-height: 1.25;
  padding: 22.5px 0;
  color: #3E7314;
  font-weight: bold;
}

/* =======================================- */
/* ▼▼　ページタイトル
/* =======================================- */
#pagetitle_wrap {
  background: url("/common/img/bg_title.png") no-repeat;
  background-size: cover;
	position: relative;
}
#pagettl_area h1 {
  color: #3E7314;
  font-family: 'ヒラギノ明朝 Pro W6','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
  font-size: 30px;
  line-height: 1.4;
  padding: 65px 0;
}
/*親タイトル*/
#parent_pagettl_area {
	background: #3E7314;
	border: 1px solid #707070;
}
#parent_pagettl_area p {
	color: #ffffff;
	font-family: 'ヒラギノ明朝 Pro W6','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
}

/* =======================================- */
/* ▼▼　コンテンツエリア
/* =======================================- */
section {
  margin-bottom: 60px;
}

p + section,div + section,ul + section{
	margin-top: 50px;
}
figure + section{
	margin-top: 50px;
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
footer * {
  line-height: 1;
}
.f_top {
  border-top: 1px solid #CECECE;
  padding: 45px 0;
}
.f_top .f_h2 {
  font-size: 14px;
	font-weight: 600;
  margin-bottom: 15px;
  color: #3E7314;
}
.f_top .submenu_wrap {
	display: flex;
}
.f_top .submenu_wrap ul + ul {
	margin-left: 20px;
}
footer .f_top li:nth-child(n+2) {
  margin-top: 10px;
}
footer .f_top .col_04 {
	justify-content: center;
}
footer .f_top .col {
	margin-left: 60px;
	width: auto;
}
footer .f_top .col:not(:last-of-type) a {
  color: #666666;
  font-size: 13px;
	line-height: 1.4;
}
footer .f_top .col:last-of-type a {
  color: #3E7314;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.f_middle {
  border-top: 1px solid #CECECE;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 45px 0;
}
footer .f_middle a {
  color: #666666;
}
footer .f_middle > * + * {
  margin-left: 30px;
}
footer .f_middle .figure {
  text-align: center;
}
footer .f_middle figcaption {
  margin-top: 13px;
}
footer .f_middle a[target="_blank"] figcaption {
  background: url("/common/img/ico_blank.png") no-repeat right;
  background-size: 14px;
  margin-top: 10px;
  padding-right: 20px;
}
.f_bottom {
  background: #234607;
  color: #E3E2E2;
  padding: 17px 0;
}
.f_bottom .inner {
  display: flex;
  justify-content: space-between;
}
.f_bottom .submenu > * {
  display: flex;
}
.f_bottom li:nth-child(n+2) {
  margin-left: 30px;
  margin-top: 0;
}
.f_bottom li::before{
    border-left: 1px solid #E3E2E2;
    border-bottom: 1px solid #E3E2E2;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0 8px 1px -20px;
    transform: rotate(-135deg);
    width: 5px;
}
.f_bottom a {
  color: #E3E2E2;
  font-size: 12px;
}
footer .f_top a:hover,
footer .f_middle a:hover,
footer .f_bottom a:hover {
  text-decoration: underline;
}
#copyright {
  justify-content: flex-end;
  font-size: 10px;
}

/* 見出し */
.h2_type01 {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.h3_type01 {
  font-size: 20px;
}

/*リスト*/
.list_cont {
  font-size: 14px;
  margin-left: 20px;
}
.list_cont li {
  position: relative;
}
.list_cont li::before {
  background: #F9A954;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  left: -16px;
  top: 8px;
  width: 8px;
}

/*子要素*/
.list_child {
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.list_child li::before {
  background: #A5A5A5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  left: -14px;
  top: 11px;
  width: 6px;
}

/*画像*/
.figure_cont {
  margin: 20px 0;
}

/*番号*/
.ol_type {
  counter-reset: ol_list;
  font-size: 14px;
  padding-left: 5px;
}
.ol_type li:nth-child(n+2) {
  margin-top: .5em;
}
.ol_type > li {
	position: relative;
    padding-left: 1.5em;
}
.ol_type > li:before {
  color: #EC911B;
  content: counter(ol_list) ".";
  counter-increment: ol_list;
  width: 1.5em;
  position: absolute;
  left: 0;
}

.link_list {
  font-size: 14px;
}
.link_list > li {
	text-indent: -15px;
	margin-left: 15px;
}
.link_list :nth-child(n+2) {
  margin-top: .5em;
}

/*POINT*/
.point_box {
  border: 1px solid #F9B76F;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 40px 30px 15px 35px;
  position: relative;
}
.point_box .point {
  background: #F9A954;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 0px 15px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.point_box .point::before {
  background: none;
  border-right: 8px solid transparent;
  border-top: 8px solid #F9A954;
  border-left: 8px solid transparent; 
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 15px;
  top: 27px;
  bottom: -10px;
  width: 0;
}

/*課題リスト*/
.box_task {
  border: 1px solid #CECECE;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.box_task .col {
	margin-left: 20px;
	margin-right: 20px;
}
.box_task .small_ttl {
  background: #fff;
  background: -moz-linear-gradient( #F5FCE1 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FCE1), to(#fff));
  background: -webkit-linear-gradient( #F5FCE1 0%, #fff 100%);
  background: -o-linear-gradient( #F5FCE1 0%, #fff 100%);
  background: linear-gradient( #F5FCE1 0%, #fff 100%);
  font-size: 20px;
  padding: 22px;
  margin: 0 -19px;
}
.col_01_02 .col:first-of-type {
  text-align: right;
}
.box_task > .link_list {
  display: flex;
  flex-wrap: wrap;
}
.box_task > .link_list li {
  margin-left: 20px;
  margin-top: 0;
  width: 45%;
  width: calc(50% - 20px);
}
.box_task > .link_list li:nth-of-type(n+3) {
  margin-top: 10px;
}
.box_task_full {
  max-width: 1100px;
}


/* 補足 */
.caution {
  padding-left: 25px;
}
.caution::before {
  content: '※';
  display: inline-block;
  height: 11px;
  margin: 0 10px 0 -20px;
  width: 11px;
}

/* アンカーリンク */
.link_anc {
	width: 100%;
	max-width: 1100px;
  margin: 0 auto;
	font-size: 14px;
	background: #efefef;
	padding: 20px;
	letter-spacing: -0.4em;
}
.link_anc li{
	display: inline-block;
	padding: 5px 0;
	vertical-align: top;
	letter-spacing: normal;
	margin-bottom: 0;
}
.link_anc li a{
	position: relative;
	padding: 0 15px;
	margin-right: 15px;
	border-right: dotted 1px #cccccc;
}
.link_anc li a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3E7314;
  border-bottom: 1px solid #3E7314;
  -webkit-transform: rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}





/* テーブル */
.table_type {
  width: 100%;
}
.table_type th {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  background: #3E7314;
  color: #fff;
  padding: 14px 20px;
}
.table_type th + th {
  border-left: 1px solid #fff;
}
.table_type .th_sub {
  background: #F5FCE1;
	text-align: center;
}
.table_type td,
.table_type .th_sub {
  padding: 14px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
}
.table_type td:first-of-type,
.table_type .th_sub:first-of-type {
  border-left: 1px solid #CECECE;
}

/* サブナビゲーション */
.sub_navigation .inner .h2_type01 {
	border-bottom: none;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
  white-space: nowrap;
}
.sub_navigation .inner .h2_type01::after {
	display: none;
}
.sub_navigation .inner li {
  margin-top: 0;
	padding: 2px;
}
.sub_navigation .inner a {
  color: #3E7314;
	display: block;
  font-size: 14px;
  font-weight: 600;
}

/*サブナビゲーション（下）*/
.sub_navigation_footer .h2_type01 {
  color: #3E7314;
  font-weight: 600;
	text-align: center;
}
.sub_navigation_footer .link_box {
  display: flex;
  flex-wrap: wrap;
}
.sub_navigation_footer li {
  margin-top: 0;
}
.sub_navigation_footer .h3_type01 li {
	width: 100%;
}
.sub_navigation_footer .link_box a {
  color: #444444;
  display: block;
  font-size: 15px;
	height: 100%;
  padding: 18px 30px;
  position: relative;
}
.sub_navigation_footer .link_box a::before {
  background: #7B7B7B;
  background: -moz-linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#7B7B7B));
  background: -webkit-linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  background: -o-linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  background: linear-gradient( #A0A0A0 0%, #7B7B7B 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
}
.sub_navigation_footer .link_box a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 3px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.sub_navigation_footer .link_box li {
  background: #fff;
  border: 1px solid #B9D01B;
  margin-right: 0;
  width: 30%;
  width: calc(100% / 3 - 14px);
}
.sub_navigation_footer .link_box li:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.sub_navigation_footer li:nth-of-type(n+4) {
  margin-top: 20px;
}
.sub_navigation {
	z-index: 999;
}
.sub_navigation.slide_top {
	top: -60px;
} 
.sub_navigation.slide_down {
	animation-name: slidedown-sub;
	top: 0;
	padding: 15px 0;
	position: fixed;
	box-shadow: 0 2px 6px #A4A4A4;
}
.sub_navigation.slide_down + #main_cont {
	margin-top: 120px;
}

/*サイドバー*/
.sidebar_navigation {
  border: 2px solid #CECECE;
  float: right;
  width: 357px;
}
.sidebar_navigation .h3_type01 {
  background: #3F7414;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
}
.sidebar_navigation > .link_list > li {
  margin-top: 0;
  padding: 14px 0 14px 20px;
}
.sidebar_navigation > .link_list > li:nth-of-type(n+2) {
  border-top: 1px solid #CECECE;
}
.sidebar_navigation > .link_list > li > a {
  color: #3F7414;
  font-weight: 600;
}
.sidebar_navigation > .link_list .link_list {
  background: #F5FCE1;
  margin-bottom: -15px;
  margin-top: 15px;
  padding: 5px 0 15px;
}
.sidebar_navigation > .link_list .link_list li {
  margin-top: 15px;
  padding: 0 0 0 20px;
}

/*FAQ*/
#faq .tab_ac {
  border: 1px solid #CECECE;
  margin-bottom: 20px;
}
#faq .tab_ac dt {
  color: #3E7314;
  font-size: 15px;
  background: #F5FCE1;
  padding: 16px 20px 16px 70px;
  position: relative;
  line-height: inherit;
  border-bottom: none;
  cursor: pointer;
  transition: .3s;
}
#faq .tab_ac dt:hover {
  opacity: .7;
}
#faq .tab_ac dt::before {
  display: block;
  width: 20px;
  height: 25px;
  margin: auto;
  content: "Q";
  color: #3E7314;
  font-size: 25px;
  font-family: 'ヒラギノ明朝 Pro W6','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  line-height: 1;
  text-align: center;
}
#faq .tab_ac dd {
  position: relative;
  align-items: baseline;
  background: #FCFCFB;
  display: flex;
  padding: 16px 20px 16px 70px;
}
#faq .tab_ac dd .dd_cont {
  width: 845px;
  max-width: 100%;
  line-height: 1.8;
  padding-top: 4px;
}
#faq .tab_ac dd::before {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 30px;
  content: "A";
  color: #EC911B;
  font-size: 25px;
  font-family: 'ヒラギノ明朝 Pro W6','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
  line-height: 1;
  text-align: center;
}
#faq .tab_ac dt .ac::before {
  top: 49%;
  right: 24px;
  transform: rotate(90deg) translateY(-50%);
}
#faq .tab_ac dt .ac::after {
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
#faq .tab_ac dt .ac::before,
#faq .tab_ac dt .ac::after {
  content: "";
  background: #3E7314;
  width: 15px;
  height: 2px;
  position: absolute;
  transition: .2s;
}
#faq .tab_ac .open .ac::before {
  opacity: 0;
}

/* お知らせ
==================================- */
*[id*="news"] .txt_c {
	margin-bottom: 50px;
}
*[id*="news"] .btn_link_type {
	margin-top: 50px;
}
*[id*="news"] .dl_news {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EEEEEE;
  margin: 0 auto;
  padding-top: 15px;
}
/*通常*/
*[id*="news"] .dl_news .category {
  background: #ECECEC;
  font-size: 14px;
	line-height: 2;
  margin-top: 2px;
  padding: 0 15px;
}
/*カテゴリ別*/
*[id*="news"] .dl_news .place {
  border-bottom: none;
  font-size: 14px;
  margin-top: 0;
  margin-left: 15px;
}
*[id*="news"]  .dl_news .yoshin {
  background: #E9FDD8;
  font-size: 14px;
  margin-top: 2px;
  padding: 0 15px;
}
*[id*="news"]  .dl_news .general {
  background: #C2DCFF;
  font-size: 14px;
  margin-top: 2px;
  padding: 0 15px;
}
*[id*="news"]  .dl_news .operation {
  background: #FFFBBE;
  font-size: 14px;
  margin-top: 2px;
  padding: 0 15px;
}
*[id*="news"]  .dl_news .education {
  background: #FFE3E9;
  font-size: 14px;
  margin-top: 2px;
  padding: 0 15px;
}
*[id*="news"]  .btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  max-width: 260px;
}
*[id*="news"]  .btn a {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #000;
  display: block;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  transition: .3s;
}
*[id*="news"]  .dl_news .place {
  width: 115px;
  font-size: 14px;
}
*[id*="news"]  .dl_news .place {
  align-self: start;
  border: 1px solid #444;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 2px;
  margin-right: 15px;
  text-align: center;
  width: 100px;
  display: table;
}
*[id*="news"]  .dl_news dt {
  padding-left: 10px;
}
*[id*="news"]  .dl_news dd:nth-of-type(3n) {
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  width: 100%
}
*[id*="news"]  .dl_news dd:nth-of-type(3n):not(:last-of-type) {
  margin-bottom: 15px;
}

/* ボタン */
.btn {
	text-align: center;
}
.btn a{
	border: 1px solid #CCCCCC;
	position: relative;
	color: #444444;
	display: inline-block;
	line-height: 1.4;
	max-width: 323px;
	padding: 20px 40px 20px 15px;
	text-align: center;
	width: 100%;
	height: 100%;
}
.btn a::after {
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotate(-135deg) translateY(-50%);
	width: 6px;
}
.btn_link span::after {
	background: url("/common/img/ico_tab.png") no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	margin-left: 10px;
	vertical-align: middle;
	width: 11px;
}
.btn_link_type {
	display: block;
}
.btn_link_type a {
  background: #65AD29;
  background: -moz-linear-gradient(bottom, #3E9600 0%, #65AD29 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#3E9600), to(#65AD29));
  background: -webkit-linear-gradient(bottom, #3E9600 0%, #65AD29 100%);
  background: -o-linear-gradient(bottom, #3E9600 0%, #65AD29 100%);
  background: linear-gradient(to top, #3E9600 0%, #65AD29 100%);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  max-width: 323px;
	width: 100%;
  padding: 14px 40px 14px 14px;
  position: relative;
  text-align: center;
	transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn_link_type a:hover {
  background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
	box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
	opacity: 1;
  transform: scale(1.05);
}
.btn_link_type a:hover span::before {
}
.btn_link_type a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.btn_link_type02 {
  display: flex;
  justify-content: center;
} 
.btn_link_type02 .btn_link_type {
  margin-top: 0;
  max-width: 350px;
  text-align: center;
  width: 100%;
}
.btn_link_type02 .btn_link_type:nth-of-type(n+2) {
	margin-left: 20px;
}

/* グレー枠白背景緑文字 */
.btn_link_type03 {
	background: #fff;
	color: #3E7314;
	padding: 0!important;
	font-size: 14px;
	line-height: 1.4;
}
.btn_link_type03 a {
	border: 1px solid #CCCCCC;
	position: relative;
	color: #3E7314;
	padding: 10px 15px;
	display: inline-block;
	align-items: center;
	height: 100%;
}
.btn_link_type03 a:hover {
	background: #F5FCE1;
}

.btn_link_type04 {
  display: flex;
  justify-content: center;
} 
.btn_link_type04 .btn_link_type {
  margin-top: 0;
  max-width: 260px;
  text-align: center;
  width: 100%;
}
.btn_link_type04 .btn_link_type a {
}

/*ボタン（サービス名など）*/
[class*="service_type"] .ttl{
	font-family: 'ヒラギノ明朝 Pro W6',"游明朝", YuMincho, 'Hiragino Mincho Pro', 'serif';
	font-weight: 600;
  background: #fff;
  background: -moz-linear-gradient( #fff 0%, #F5FCE1 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5FCE1));
  background: -webkit-linear-gradient( #fff 0%, #F5FCE1 100%);
  background: -o-linear-gradient( #fff 0%, #F5FCE1 100%);
  background: linear-gradient( #fff 0%, #F5FCE1 100%);
  border-bottom: 1px solid #CCCCCC;
  font-size: 22px;
  text-align: left;
  padding: 17px 55px 17px 15px;
	position: relative;
  margin-bottom: 0;
}
.service_type03_04 .col:nth-of-type(1) .ttl::after {
	background: url("/img/ico_credit_nav.svg") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
.service_type03_04 .col:nth-of-type(2) .ttl::after {
	background: url("/img/ico_management.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
.service_type03_04 .col:nth-of-type(3) .ttl::after {
	background: url("/img/ico_portfolio.png") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
[class*="service_type"] .ttl a {
  color: #3E7314;
  padding: 30px 10px;
	display: flex;
	align-items: center;
	height: 100%;
}
[class*="service_type"] .col > p:not(.ttl),
[class*="service_type"] .col > ul:not(.point_box) {
  padding: 5px 15px 15px;
}
[class*="service_type"] .h4_type01 {
  margin-bottom: 0;
  padding: 18px 15px 0;
}
[class*="service_type"] .service_ico {
  margin-bottom: 20px;
  text-align: center;
}
[class*="service_type"] .service_ico img:nth-of-type(n+2) {
  margin-left: 50px;
}
[class*="service_type"] .point_box {
	height: 100%;
  margin: 0 15px 20px;
}
[class*="service_type"] .col > .btn_link {
  border: 1px solid #CCCCCC;
  margin: auto 15px 15px;
  text-align: center;
}
[class*="service_type"] .col > .btn_link span{
  color: #444444;
  display: block;
  font-size: 14px;
  padding: 15px 0;
  position: relative;
}
[class*="service_type"] .col > .btn_link span {
  display: block;
  font-size: 14px;
  position: relative;
}
[class*="service_type"] .col > .btn_link span::after {
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
[class*="service_type"] .col {
	background: #fff;
  border: 3px solid #CCCCCC;
	display: flex;
	flex-direction: column;
  width: calc(50% - 20px);
}
[class*="service_type"] .col.border_none {
  border: none;
}
[class*="service_type03"] .col {
  width: calc(33% - 12px);
}
[class*="service_type01_full"] .col {
	width: 100%;
}
.service_type01 .col ,
.service_type01_02 .col {
  border: 3px solid #CCCCCC;
  max-width: 530px;
  margin: 0 auto;
	width: 100%;
}
.service_type01_02 .col:nth-of-type(1) .ttl::after {
    background: url(/img/ico_credit_nav.svg) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 37px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
}
.service_type02_01 ,
.service_type03_01 {
	justify-content: center;
}
.service_type02_01 .col {
	border: none;
	max-width: 323px;
}
.service_type02_01 .btn,
.service_type03_01 .btn {
  border-bottom: none;
	color: #444444;
  padding: 0!important;
	line-height: 1.4;
}
.service_type02_01 .btn a ,
.service_type03_01 .btn a {
  position: relative;
	color: #444444;
	display: block;
	padding: 20px 40px 20px 15px;
	text-align: center;
	height: 100%;
	margin: 0 auto;
}
.service_type02_01 .btn a::after ,
.service_type03_01 .btn a::after {
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotate(-135deg) translateY(-50%);
	width: 6px;
}
a[target="_blank"] > span:not([class])::after{
  background: url(/common/img/ico_blank_03.png) no-repeat right;
  background-size: 14px;
	content: "";
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-left: 3px;
	vertical-align: text-top;
}
a[target="_blank"] > span.white::after {
  background: url(/common/img/ico_tab.png) no-repeat right;
  background-size: 14px;
	content: "";
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-left: 3px;
	vertical-align: text-top;
}
.btn a:hover ,
.service_type02_01 .btn a:hover ,
.service_type03_01 .btn a:hover {
	background: #F5FCE1;
}
.service_type03_01.btn_layput .col {
	border: none;
} 
.service_type03_01.btn_layput .col p {
	border: none;
	height: 100%;
} 
.service_type03_thum .col {
  background: #fff;
  border: 1px solid #CCCCCC;
}
.service_type03_thum .figure {
  margin-bottom: 0;
	max-height: 100%;
	height: auto;
}
.service_type03_thum .figure img {
	width: 100%;
}
.service_type03_thum .h4_type01 {
  font-size: 20px;
  margin-bottom: 0;
}
.service_type03_thum .h4_type01 span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.service_slider,
.youtube_slider {
  margin: 0 auto 100px;
}
.youtube_slider .col {
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.youtube_slider iframe {
  vertical-align: middle;
  width: 100%;
}

/* バナー類
==================================- */
.banner_02 .col_02 {
  justify-content: center;
}
.banner_02 .col {
  max-width: 400px;
}
.bnr_box .col {
  background: #F6FFEE;
  background: -moz-linear-gradient( #fff 0%, #F6FFEE 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F6FFEE));
  background: -webkit-linear-gradient( #fff 0%, #F6FFEE 100%);
  background: -o-linear-gradient( #fff 0%, #F6FFEE 100%);
  background: linear-gradient( #fff 0%, #F6FFEE 100%);
  border: 3px solid #68AB33;
  text-align: center;
}
.bnr_box .col .figure {
  height: 100px;
  margin-bottom: 0;
  padding: 12px 0;
}
.bnr_box .col .h4_type01 {
  background: #68AB33;
  color: #fff;
  font-size: 17px;
  padding: 3px 0;
}
.bnr_box .col p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.bnr_box .col .btn_link {
  border-top: 1px solid #68AB33;
  font-weight: 500;
}
.bnr_box .col .btn_link span {
  color: #68AB33;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
}
.bnr_box .col .btn_link span::after {
  border-left: 1px solid #68AB33;
  border-bottom: 1px solid #68AB33;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}

/* 知る・学ぶ */
.bnr_box_learn .col .img_title {
  height: 186px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.bnr_box_learn .col .figure {
  height: auto;
  font-size: 17px;
}
.bnr_box_learn .col .figure img {
  margin-bottom: 20px;
}
.bnr_box_learn .col figcaption {
  line-height: 1.6;
}
.bnr_box_learn .col span {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.bnr_box_learn > .btn_link {
  margin-top: 50px;
  text-align: center;
}
.bnr_box_learn .col .btn_link span {
	color: #68AB33;
	font-size: 14px;
	position: relative;
}
.bnr_box_learn > .btn_link a {
  background: #3E9600;
  background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
  background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: linear-gradient( #65AD29 0%, #3E9600 100%);
  color: #fff;
  display: block;
	font-size: 14px;
  margin: 0 auto;
  max-width: 323px;
  padding: 14px 0;
  position: relative;
  text-align: center;
	transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bnr_box_learn > .btn_link a:hover {
	background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
	box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
.bnr_box_learn > .btn_link a::after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotate(-135deg) translateY(-50%);
	transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
	width: 6px;
}

/* ホワイトペーパーバナー */
.wp_bnr_box {
  background: url("/img/bg_document.jpg") no-repeat;
  background-size: cover;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
}
.wp_bnr_box .inner {
  padding: 50px 0;
}
.wp_bnr_box h4 {
  font-size: 20px;
}
.wp_bnr_box .col_02 {
	justify-content: center;
}
.wp_bnr_box .btn_link {
  margin-top: 20px;
}
.wp_bnr_box .btn_link a {
	background: #F15700;
	background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
	background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
	background: -o-linear-gradient( #F48937 0%, #F15700 100%);
	background: linear-gradient( #F48937 0%, #F15700 100%);
  color: #fff;
  display: block;
  min-width: 323px;
  padding: 14px 40px;
  position: relative;
  font-size: 14px;
  text-align: center;
	transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-weight: normal;
}
.wp_bnr_box .btn_link a:hover {
	background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
	box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
.wp_bnr_box .btn_link a::before {
	background: url("/common/img/ico_wp.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 12px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.wp_bnr_box .btn_link a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.wp_bnr_box .figure {
  margin-bottom: 0;
}

/* コンテンツバナー */
.cont_bnr_box {
  background: url("/img/bg_document.jpg") no-repeat;
  background-size: cover;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
}
.cont_bnr_box .inner {
  padding: 60px 0;
}
.cont_bnr_box .col .figure {
  height: 100px;
  margin-bottom: 0;
  padding: 12px 0;
}
.cont_bnr_box .btn_link a {
  font-weight: 500;
  line-height: 1.8;
}
.cont_bnr_box .btn_link:first-of-type a::before {
  background: url("/img/ico_document_01.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 60px;
}
.cont_bnr_box .btn_link:first-of-type a:hover {
    background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
    box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
    opacity: 1;
    transform: scale(1.05);
}
.cont_bnr_box .btn_link:nth-of-type(2) a::before {
  background: url("/img/ico_document_02.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  width: 60px;
}
.cont_bnr_box .btn_link:nth-of-type(2) a:hover {
	background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
	box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
.cont_bnr_box .btn_link:first-of-type a {
  background: #3E9600;
  background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
  background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: linear-gradient( #65AD29 0%, #3E9600 100%);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 30px 40px 30px 80px;
  position: relative;
}
.cont_bnr_box .btn_link:nth-of-type(2) a {
  background: #F15700;
  background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
  background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
  background: -o-linear-gradient( #F48937 0%, #F15700 100%);
  background: linear-gradient( #F48937 0%, #F15700 100%);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 30px 95px 30px 133px;
  position: relative;
}
.cont_bnr_box .btn_link a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 10px;
}

/*バナー3カラム*/
.bnr_box_03 .bg_glay {
  padding: 25px 0;
}
.bnr_box_03 .col_03 {
  justify-content: center;
} 
.bnr_box_03 .col {
  background: #fff;
  border: none;
  max-width: 200px;
}
.bnr_box_03 .col a{
	padding: 15px;
	display: block;
}
.bnr_box_03 .col h4 {
  background: #fff;
  color: #444444;
  font-size: 16px;
  padding: 10px 0 0;
}
.bnr_box_03 .col .figure {
  height: auto;
  padding: 0;
}

/* ホワイトペーパーバナー */
.bnr_btn_link {
  background: url("/common/img/bg_task.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
.bnr_btn_link p {
  font-size: 15px;
}
.bnr_btn_link > .btn_link {
  margin-top: 30px;
}
.bnr_btn_link > .btn_link a {
  background: #3E9600;
  background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
  background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: linear-gradient( #65AD29 0%, #3E9600 100%);
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 323px;
  padding: 14px 0;
  position: relative;
  text-align: center;
	transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bnr_btn_link > .btn_link a:hover {
	background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
	box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
	opacity: 1;
	transform: scale(1.05);
}
.bnr_btn_link > .btn_link a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.bnr_btn_link > .btn_link a:hover::after {
  border-left: 1px solid #3E9600;
  border-bottom: 1px solid #3E9600;
}

/* コンバージョン導線 */
.bnr_contact {
  background: #FFF7C6;
  background: -moz-linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFE5), to(#FFF7C6));
  background: -webkit-linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
  background: -o-linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
  background: linear-gradient( #FFFFE5 0%, #FFF7C6 100%);
  padding: 60px 0;
  text-align: center;
}
.sub_navigation_footer + .bnr_contact {
	border-top: 1px solid #CECECE;
}
.bnr_contact #bnr_btn_link .free_call {
  padding-left: 62px;
  background: url(/common/img/ico_freecall.png) left 14px / 62px auto no-repeat;
}
.bnr_contact #bnr_btn_link .free_call .tel {
  font-family: "Noto Sans CJK JP","Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 0;
  margin-left: 10px;
  text-align: left;
}
.bnr_contact #bnr_btn_link .free_call .time {
  display: block;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
}
.bnr_contact #bnr_btn_link .document_btn > * {
  background: #F15700;
  background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
  background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
  background: -o-linear-gradient( #F48937 0%, #F15700 100%);
  background: linear-gradient( #F48937 0%, #F15700 100%);
  box-shadow: 0 1px 5px #636363B3;
  border: 1px solid #FFFFFF;
  color: #fff;
  display: block;
  padding: 14px 0;
}
.bnr_contact #bnr_btn_link .contact_btn > * {
  background: #3E9600;
  background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
  background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: linear-gradient( #65AD29 0%, #3E9600 100%);
  box-shadow: 0 1px 5px #636363B3;
  border: 1px solid #FFFFFF;
  color: #fff;
  display: block;
  padding: 14px 0;
}

/*コンバージョン導線（追従）*/
.bnr_cv {
  background: #000000;
  opacity: 0;
  padding: 11px 0;
  position: fixed;
  bottom: 0;
  transition: .3s;
  width: 100%;
  z-index: 1;
}
.bnr_cv.fadeon {
  opacity: 1;
}
.bnr_cv.fadeout {
  opacity: 0;
}
.bnr_cv.close {
  display: none!important;
}
.bnr_cv .inner {
  position: relative;
}
.bnr_cv_close {
  position: absolute;
  right: 0;
  top: 0;
}
.bnr_cv_close a {
  color: #fff;
  display: block;
  line-height: 1;
  position: relative;
  height: 28px;
  width: 28px;
}
.bnr_cv_close a::before {
  background: #fff;
  border: 1px solid #fff;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 38px;
}
.bnr_cv_close a::after {
  background: #fff;
  border: 1px solid #fff;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  top: 15px;
  position: absolute;
  transform: rotate(-45deg);
  width: 38px;
}
.bnr_cv .inner {
  display: flex;
  justify-content: center;
}
.bnr_cv .contact_btn {
  margin-left: 50px;
}
.bnr_cv .document_btn > *, 
.bnr_cv .contact_btn > * {
  border: 1px solid #fff;
  font-size: 18px;
}
.bnr_cv .document_btn, 
.bnr_cv .contact_btn {
	background: #fff;
  max-width: 350px;
  text-align: center;
  width: 100%;
}
.bnr_cv .contact_btn > * {
  background: #F15700;
  background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
  background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
  background: -o-linear-gradient( #F48937 0%, #F15700 100%);
  background: linear-gradient( #F48937 0%, #F15700 100%);
  box-shadow: 0 1px 5px #636363B3;
  color: #fff;
  display: block;
  padding: 19px 0;
}
.bnr_cv .document_btn > * {
  background: #3E9600;
  background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
  background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
  background: linear-gradient( #65AD29 0%, #3E9600 100%);
  box-shadow: 0 1px 5px #636363B3;
  color: #fff;
  display: block;
  padding: 19px 0;
}

/*モーダルウィンドウ*/
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}
.modal img{
	width: 100%;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 35%;
}
.js_modal_close {
	display: block;
}
.modal_mode .bnr_cv.fadeon,
.modal_mode #pagetop {
	z-index: -1;
}

/* ページトップ
==================================- */
#pagetop {
  position: fixed;
  right: 50px;
  bottom: 120px;
}
#pagetop figure {
  background: #fff;
  border: 1px solid #90BD6D;
  padding: 10px;
  text-align: center;
}
#pagetop a {
  color: #68AB33;
  display: block;
  font-size: 11px;
  height: 50px;
  line-height: 1.6;
  position: relative;
  text-align: center;
  width: 50px;
}
#pagetop a::before {
  background: none;
  border-top: solid 1px #3E7314;
  border-right: solid 1px #3E7314;
  content: "";
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 2px;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
  top: -10px;
  left: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and ( min-width: 768px ) {
  header,
  #gnav .close {
    width: 100%;
  }
  #main_cont,
  footer {
    overflow: hidden;
  }
	#main_cont {
		position: relative;
		min-height: calc(100vh - 102px);
		z-index: 0;
	}
  a img {
    transition: .1s;
  }
  a:hover img,
  a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }

  /* カラム
  ==================================- */
  .col_02,
  .col_01_02,
  .col_03,
  .col_04,
  .col_05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  /* =======================================- */
  /* ▼▼　PC:コンテンツエリア
  /* =======================================- */
  .box {
    margin-bottom: 30px;
  }
  .box:last-child {
    margin-bottom: 0;
  }
  .box_s {
    margin-bottom: 30px;
  }

  /* カラム */
  [class*="service_type"] {
    display: flex;
  }
  [class*="service_type"] + [class*="service_type"] {
    margin-top: 30px;
  }
  .figure {
    margin-bottom: 15px;
  }
	
  /** 1:1 */
  .col_02 .col {
    width: calc((100% - 40px) / 2);
  }
  .col_02 .col:nth-child(2n) {
    margin-left: 40px;
  }

  /** 1:2 */
  .col_01_02 .col:nth-child(2n-1) {
    width: 32%;
  }
  .col_01_02 .col:nth-child(2n) {
    margin-left: 6%;
    width: 62%;
  }

  /** 1:1:1 */
  .col_03 {
    justify-content: space-between;
  }
  .col_03 .col {
    width: calc((100% - 40px) / 3);
  }
  .col_03 .col:not(:nth-of-type(3n-2)) {
    margin-left: 20px;
  }

  /** 1:1:1:1 */
  .col_04 .col {
    margin-left: 25px;
    width: calc((100% - 75px) / 4);
  }
  .col_04 .col:nth-child(4n+1) {
    margin-left: 0;
  }

  /** 1:1:1:1 */
	.col_05 {
		flex-wrap: wrap;
	}
  .col_05 .col {
    margin-left: 20px;
    width: calc((100% - 80px) / 5);
  }
  .col_05 .col:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_05 .col:nth-child(n+6) {
		margin-top: 20px;
  }

  /** 画像カラム */
	.col_l_img,
	.col_r_img {
		display: flex;
	}
  .col_r_img .col:last-of-type,
  .col_l_img .col:last-of-type {
    margin-left: 40px;
  }
	
  /* ヘッダー */
  header .inner {
    overflow-x: visible;
  }
  header a {
    color: inherit;
  }
  #h_logo {
    display: inline-block;
    margin: 20px 0;
  }
  #h_logo a {
    display: block;
    font-weight: bold;
    line-height: 56px;
  }
  #h_nav_wrap li,
  #gnav li {
    margin-top: 0;
  }

  /* ヘッダーメニュー */
  #h_nav {
    float: right;
  }
  #h_nav::after {
    contents: '';
    clear: both;
    display: block;
  }
  #h_nav_wrap {
    clear: both;
    padding: 10px 0 0 0;
  }
  #h_nav_wrap a {
    text-decoration: none;
  }
  #h_nav_wrap .link_list {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
  }
  #h_nav_wrap > .link_list > li {
    font-size: 12px;
  }
  #h_nav_wrap > .link_list > li:nth-child(n+2) {
    margin-left: 30px;
  }
	#h_nav_wrap > .link_list > .language {
		display: none;
	}
	#top_page .link_list > .language {
		display: block;
	}
  #h_nav_wrap > .link_list > li::before {
    background: none;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 12px;
    margin-bottom: 2px;
    width: 6px;
    height: 6px;
}
  #h_btn_link {
    display: flex;
    margin: 15px 0 0;
		justify-content: flex-end;
  }
  #h_btn_link .free_call {
    display: flex;
  }
  #h_btn_link .free_call .tel {
    font-family: "Noto Sans CJK JP","Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 10px;
  }
  #h_btn_link .free_call .time {
    display: block;
    font-size: 10px;
    font-weight: 400;
  }
  #h_btn_link .document_btn {
    font-size: 13px;
    margin-left: 10px;
    text-align: center;
    width: 120px;
  }
  #h_btn_link .document_btn > * {
    background: #F15700;
    background: -moz-linear-gradient( #F48937 0%, #F15700 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#F48937), to(#F15700));
    background: -webkit-linear-gradient( #F48937 0%, #F15700 100%);
    background: -o-linear-gradient( #F48937 0%, #F15700 100%);
    background: linear-gradient( #F48937 0%, #F15700 100%);
    box-shadow: 0 1px 5px #636363B3;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: block;
    padding: 6.5px 0;
		transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #h_btn_link .document_btn > *:hover {
    background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
    box-shadow: 0 0 10px 0px rgba(244, 137, 55, 0.4);
    opacity: 1;
    transform: scale(1.05);
  }
  #h_btn_link .login_btn  {
    font-size: 13px;
    margin-left: 10px;
    text-align: center;
    width: 120px;
  }
  #h_btn_link .login_btn > * {
    background: #2C2C2C;
    background: -moz-linear-gradient( #656565 0%, #2C2C2C 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#2C2C2C));
    background: -webkit-linear-gradient( #656565 0%, #2C2C2C 100%);
    background: -o-linear-gradient( #656565 0%, #2C2C2C 100%);
    background: linear-gradient( #656565 0%, #2C2C2C 100%);
    box-shadow: 0 1px 5px #636363B3;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: block;
    padding: 6.5px 0;
  }
  #h_btn_link .login_btn > *:hover {
    background: linear-gradient(to bottom, #878787 0%, #484848 100%);
    box-shadow: 0 0 10px 0px rgba(90, 90, 90, 0.4);
    opacity: 1;
    transform: scale(1.05);
  }
	
  /* グローバルメニュー */
  #gnav {
		background: #fff;
    box-shadow: 0 2px 6px #A4A4A4;
  }
  #gnav .close a {
    font-size: 14px;
    text-decoration: none;
  }
  #gnav #mheader {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #gnav #mheader > li {
    font-family: 'Noto Sans CJK JP', sans-serif;
    text-align: center;
    width: 100%;
  }
	#gnav #mheader > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: none;
    margin-top: -4px;
    z-index: 999;
    position: relative;
	}
	#gnav.slide_down #mheader > li::after {
		bottom: -10px
	}
	#gnav #mheader > li::after:hover {
		cursor: pointer;
	}
  #gnav .submenu_wrap ul + ul {
    margin-left: 30px;
  }
  #gnav #mheader > li > a {
    border-left: 1px solid #CCCCCC;
    display: block;
    padding: 12px 0;
		transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #gnav.slide_down #mheader > li {
    padding: 10px 0;
  }
  #gnav.slide_down #mheader > li > a {
    height: 100%;
    padding: 5px 0;
  }
  #gnav #mheader > li:nth-of-type(4) > a {
    border-right: 1px solid #CCCCCC;
  }
  #gnav #mheader > li > a {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    text-decoration: none;
  }
  #gnav #mheader > li > a:hover {
    opacity: 1;
  }
  #gnav #mheader > li:hover {
    background: #3E9600;
    background: -moz-linear-gradient( #65AD29 0%, #3E9600 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#65AD29), to(#3E9600));
    background: -webkit-linear-gradient( #65AD29 0%, #3E9600 100%);
    background: -o-linear-gradient( #65AD29 0%, #3E9600 100%);
    background: linear-gradient( #65AD29 0%, #3E9600 100%);
    color: #fff;
  }
  
  /* サブメニュー */
  #gnav .link_list + .link_list {
    margin-top: 30px;
  }
  #gnav li:hover > .close {
    height: auto;
    padding: 30px 0 40px;
  }
  #gnav .close {
    background: #F2F2F2;
    background: -moz-linear-gradient( #FFFFFF 0%, #F2F2F2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
    background: -webkit-linear-gradient( #FFFFFF 0%, #F2F2F2 100%);
    background: -o-linear-gradient( #FFFFFF 0%, #F2F2F2 100%);
    background: linear-gradient( #FFFFFF 0%, #F2F2F2 100%);
    color: #444;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-align: left;
    transition: all .3s;
    width: 99vw;
    width: calc(100vw - 17px);
    z-index: 1;
  }
  #gnav.slide_down #mheader .close {
    margin-top: 10px;
  }
  #gnav .close .inner {
    display: flex;
		justify-content: center;
    max-width: 1000px;
    padding: 0;
  }
  #gnav .tab_ac:first-of-type .inner,
  #gnav .tab_ac:last-of-type .inner {
    justify-content: space-between;
  }
  #gnav .tab_ac:last-of-type .inner {
    justify-content: center;
  }
  #gnav .close .h2_menu {
    color: #3E7314;
    font-size: 15px;
		font-weight: bold;
  }
  #gnav .close .submenu + .submenu {
    margin-left: 50px;
  }
  #gnav .close .submenu .h2_menu::before {
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 10px;
    margin-bottom: -5px;
    width: 0;
    border-style: solid;
    border-color: #3E7314 transparent transparent transparent;
    border-width: 8px 0 8px 8px;
    transform: rotate(45deg);
  }
  #gnav .close .subtitle {
    color: #3E7314;
		font-weight: bold;
    margin-bottom: 2px;
  }
  #gnav .close .link_list + .subtitle {
    margin-top: 20px;
  }
  #gnav .close li {
    text-align: left;
  }
  #gnav .close .task_search a {
    border: 1px solid #3F7414;
    color: #3E7314;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 22px 30px 22px 30px;
  }
  #gnav .close .task_search a:hover {
		background: #3F7414;
    color: #fff;
		opacity: 1;
  }
  #gnav .close .task_search a:hover::before {
    background: url("/common/img/ico_search_on.png") no-repeat;
    background-size: contain;
  }
  #gnav .close .task_search a::before {
    background: url("/common/img/ico_search.png") no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 20px;
  }
  #gnav .submenu_wrap {
    display: flex;
  }
  #gnav .submenu_wrap .link_list {
    margin-top: 0;
  }
  #gnav .submenu_wrap .link_list + .link_list {
    margin-left: 150px;
  }
  
  /*テーブル*/
  .table_type th + .th_sub {
    width: 200px;
  }

  /* メニューボタン */
  #h_menu_btn,
  #h_menu_close {
    display: none;
  }
  
  /*faq*/
  #faq {
    border: 1px solid #3E7314;
    padding: 50px;
  }
  
  /* ボタン（サービス名など） */
  [class*="service_type02"] .col + .col {
    margin-left: 40px;
  }
  [class*="service_type03"] .col + .col {
    margin-left: 20px;
  }
  
  /*サブナビゲーション*/
  .sub_navigation {
    background: #EFEFEF;
    padding: 20px 0;
  }
  .sub_navigation li {
    margin-top: 5px;
  }
  .sub_navigation .inner {
    display: flex;
    align-items: center;
  }
  .sub_navigation .inner .link_list {
    display: flex;
    flex-wrap: wrap;
  }

  /*バナー類*/
  .bnr_box .col_02 .col + .col {
    margin-left: 20px;
  }
  .wp_bnr_box .col_img {
    margin-left: 40px;	
  }
  .cont_bnr_box .col_02 .col + .col {
    margin-left: 40px;
  }
  
  /*コンバージョン導線*/
  .bnr_contact #bnr_btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bnr_contact #bnr_btn_link .document_btn {
    margin-left: 40px;
    margin-right: 20px;
  }
	.bnr_contact #bnr_btn_link .document_btn:hover a {
		background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
    box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
    opacity: 1;
    transform: scale(1.05);
	}
  .bnr_contact #bnr_btn_link .document_btn > *, 
  .bnr_contact #bnr_btn_link .contact_btn > * {
    font-size: 20px; 
  }
	.bnr_contact #bnr_btn_link .contact_btn:hover a {
		background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
    box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
    opacity: 1;
    transform: scale(1.05);
	}
  .bnr_contact #bnr_btn_link .document_btn, 
  .bnr_contact #bnr_btn_link .contact_btn {
    max-width: 200px;
    width: 100%;
  }
  .col_bottom_btn_link {
    position: relative;
    padding-bottom: 60px;
  }
  .col_bottom_btn_link .btn_link {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0 !important;
    padding: 0 15px;
  }
	.language {
		float: right;
		display: inline-block;
		margin-top: -22px;
	}
	/* ページトップ */
	#pagetop a:hover {
		opacity: 1;
	}
	#pagetop a:hover figure {
		background: #68AB33 url("/common/img/img_pagetop_hover.png") no-repeat center center;
	}
}
