@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: 0.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: 135px;
}
#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: 0.4s;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 998;
}
.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: 0.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 .f_h2.ptn2 {
  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 {
  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;
  margin-bottom: 80px;
  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: 0.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: 0.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: calc(50% - 20px);
}
.box_task > .link_list li:nth-of-type(n + 3) {
  margin-top: 10px;
}
.box_task > .link_list.li_03 li {
  width: calc(33.3% - 20px);
}
.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);
}

.link_box_icon {
  display: flex;
  flex-wrap: wrap;
}
.link_box_icon > .col {
  background: #fff;
  border: 1px solid #b9d01b;
  margin-right: 0;
  width: 46%;
  width: calc(100% / 2 - 10px);
}
.link_box_icon > .col:nth-of-type(2n) {
  margin-left: 20px;
}
.link_box_icon a {
  color: #444444;
  display: block;
  font-size: 15px;
  padding: 18px 30px 18px 18px;
  position: relative;
}
.link_box_icon 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;
}
.link_box_icon a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.link_box_icon .col_l_img figure:last-of-type {
  align-self: center;
  min-height: 90px;
  margin-left: 0;
  margin-right: 15px;
  padding: 10px 0;
  text-align: center;
  width: 100px;
}
.link_box_icon .col_l_img .col:not(figure) {
  align-self: center;
  min-height: 90px;
  margin-left: 0;
  width: calc(100% - 100px);
}
.link_box_icon .col_l_img img {
  max-height: 70px;
  max-width: 70px;
  width: auto;
}

/* テーブル */
.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;
}

/* 外部リンク */
.outlink {
  height: 16px;
  margin-left: 10px;
  vertical-align: text-top;
}

/* サブナビゲーション */
.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: 998;
}
.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 35px 16px 70px;
  position: relative;
  line-height: inherit;
  border-bottom: none;
  cursor: pointer;
  transition: 0.3s;
}
#faq .tab_ac dt:hover {
  opacity: 0.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: 0.2s;
}
#faq .tab_ac .open .ac::before {
  opacity: 0;
}

#faq.faq_area {
  border: none;
  padding: 0;
}
#faq.faq_area .tab_ac dt {
  padding: 16px 50px 16px 70px;
}

/* お知らせ
==================================- */
*[id*="news"] .txt_c {
  margin-bottom: 50px;
}
*[id*="news"] .btn_link_type {
  margin-top: 50px;
}
*[id*="news"] .dl_news {
  display: flex;
  align-items: center;
  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;
  margin-right: 15px;
  padding: 0 15px;
}
*[id*="news"] .dl_news .category.active {
  box-shadow: 0 1px 5px #636363b3;
}
/*カテゴリ別*/
*[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: 0.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 .category_place {
  margin-left: 15px;
}
*[id*="news"] .dl_news dt {
  padding-left: 10px;
}
*[id*="news"]:not(#news-category) .dl_news dd:nth-of-type(4n) {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}
*[id*="news"]:not(#news-category)
  .dl_news
  dd:nth-of-type(4n):not(:last-of-type) {
  margin-bottom: 15px;
}
#news-category .category_box {
  display: flex;
}
#news-category .category_box .category {
  margin-bottom: 15px;
}
#news-category .category_box p {
  width: 85px;
  padding-left: 0;
}
#news-category .dl_news {
  border: none;
  padding: 0;
  flex: 1;
}

/* ボタン */
.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 {
}

/* オレンジボタン */
.btn_link_type05 {
  display: block;
}
.btn_link_type05 a {
  background: #f15700;
  background: -moz-linear-gradient(#f48937 0%, #f15700 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f48937),
    to(#f15700)
  );
  background: -webkit-linear-gradient(bottom, #f48937 0%, #f15700 100%);
  background: -o-linear-gradient(bottom, #f48937 0%, #f15700 100%);
  background: linear-gradient(#f48937 0%, #f15700 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_type05 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);
}
.btn_link_type05 a:hover span::before {
}
.btn_link_type05 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;
}

/*ボタン（サービス名など）*/
[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: 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.border_none {
  border: none;
}

[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);
}

/* サイトマップで幅99％のボタン 221130 */
[class*="service_type03"] .col.w100 {
  width: calc(99% - 12px);
}
[class*="service_type03"] .col.w100 .btn a {
  max-width: 99%;
}
/* 幅99％のボタンここまで */

[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: 220px;
  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_type03_thum02 .figure {
  margin-bottom: 0;
  height: auto;
  text-align: center;
  padding-top: 4%;
}
.service_type03_thum02 .figure img {
  width: 80%;
}
.service_slider,
.youtube_slider {
  margin: 0 auto 50px;
}
.youtube_slider .col {
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: calc(100% / 3);
}
.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: inline-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 {
  opacity: 0;
  padding: 11px 0;
  position: fixed;
  bottom: 0;
  transition: 0.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: 10%;
  top: 15px;
}
.bnr_cv_close a {
  color: #fff;
  display: block;
  line-height: 1;
  position: relative;
  height: 28px;
  width: 28px;
}
.bnr_cv_close a::before {
  background: #333;
  border: 1px solid #333;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 38px;
}
.bnr_cv_close a::after {
  background: #333;
  border: 1px solid #333;
  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: 50%;
  overflow: scroll;
  height: 500px;
}
.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: 0.1s;
  }
  a:hover img,
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }

  /* カラム
  ==================================- */
  .col_02,
  .col_01_02,
  .col_01_03,
  .col_03,
  .col_04,
  .col_05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col_01_03{
    align-items: center;
  }

  /* =======================================- */
  /* ▼▼　PC:コンテンツエリア
  /* =======================================- */
  .box {
    margin-bottom: 60px;
  }
  .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:3 */
  .col_01_03 .col:nth-child(2n-1) {
    width: 25%;
    text-align: right;
  }
  .col_01_03 .col:nth-child(2n) {
    margin-left: 6%;
    width: 69%;
  }

  /** 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: 19px;
  }

  /** 1:1:1:1 */
  .col_04 .col {
    margin-left: 25px;
    width: calc((100% - 49px) / 4);
  }
  footer .f_top .col.submenu {
    margin-left: 40px !important;
  }

  /** 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: 280px;
  }
  #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(5) > 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 0.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.ptn2:first-of-type .inner {
    justify-content: center;
  }
  #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.ptn2 {
    margin-left: 30px !important;
  }
  #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 .subtitle. {
    color: #3e7314;
    font-weight: bold;
    margin-bottom: 2px;
  }
  #gnav .close .link_list + .subtitle {
    margin-top: 20px;
  }
  #gnav .close li {
    text-align: left;
  }
  #gnav li.headlink {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    border-bottom: solid 1px #cecece;
    margin-bottom: 5px;
  }
  #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;
  }
  /* チェックリスト */
  /**/
  .flow {
    padding: 80px 0 0;
    background-color: #edf7fc;
  }

  .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .flow_list .flow_item {
    position: relative;
    margin: 9px;
  }
  .flow_list_none .flow_item {
    margin: 9px;
  }

  .flow_list .flow_item:not(:last-child):before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    right: -18px;
    width: 26px;
    height: 22px;
    background: url("/common/img/ico_flow_arrow.png") no-repeat center/cover;
    z-index: 1;
  }
  .flow_list_none .flow_item:not(:last-child):before {
    content: none;
  }

  .flow_item {
    width: 23%;
    padding: 20px 20px 30px;
    background-color: #f5fce1;
    border-radius: 5px;
  }

  .flow_item_head {
    text-align: center;
  }
  .flow_list_none .flow_item_head {
    display: block;
  }

  .flow_item_visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin: 0 0 15px;
  }

  .flow_list_none .flow_item_visual {
    width: 30%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .flow_item_ttl {
    margin: 0 0 15px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #3e7314;
  }

  .flow_more_area {
    margin: 30px 0 0;
  }

  .flow_more_cv {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .flow_more_cv svg {
    display: inline-block;
    fill: #1a1a1a;
    width: 5px;
    height: 11px;
    margin: -3px 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
  }

  @media only screen and (min-width: 991px) {
    .flow_more_cv:hover {
      color: #117ad6;
    }
    .flow_more_cv:hover svg {
      fill: #117ad6;
    }
  }

  @media only screen and (max-width: 767px) {
    .sp_none {
      display: none;
    }
  }

  /**/
}
/* flex折り返し可能化 */

.flwrap{
	flex-wrap: wrap;
}
.service_type02.flwrap .col:nth-of-type(odd){
	margin-left: 0;
}
.service_type02.flwrap .col{
	margin-bottom: 30px;
}

section.inner .adjustment_m{
 margin-top: 20px;
}

section.inner div.wp_conversion01{
	border:1px solid #cecece;
	width: 70%;
	margin: 3% auto;
    padding: 3% 0;
	background-image: linear-gradient(#eeffcd, #f2fbfc 87%);
}

section.inner div.wp_conversion01 ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.inner div.wp_conversion01 ul li:first-child{
	width: 40%;
}

section.inner div.wp_conversion01 ul li:first-child img{
	width: 100%;
}

section.inner div.wp_conversion01 ul li:last-child{
	width: 60%;
}

section.inner div.wp_conversion01 ul li:last-child p{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 3%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
section.inner div.wp_conversion01{
	width: 100%;
	margin: 3% auto;
    padding: 6% 0;
}

section.inner div.wp_conversion01 ul{
	width: 90%;
	display: block;
	margin: 0 auto;
}

section.inner div.wp_conversion01 ul li:first-child{
	width: 100%;
	margin-bottom: 6%;
}
section.inner div.wp_conversion01 ul li:last-child{
	width: 100%;
}

section.inner div.wp_conversion01 ul li:last-child p{
	font-size: 14px;
	margin-bottom: 0%;
}
}



/* flex単体 */
.b_flex,
.b_flex .col{
	display: flex;
}
.j_center{
	justify-content: center;
}
.a_center{
	align-items: center;
}
.p10{
	padding: 10px;
}
.auto_width{
	max-width: none!important;
}

@media only screen and (max-width: 767px) {
	.b_flex,
	.b_flex .col{
		display: block;
	}
}