/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #eee;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }
  html {
    overflow-x: hidden;
  }
  body {
    border-width: 4px;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* ヘッダー */
  header {
    background: #fff;
    box-shadow: 0 2px 4px #d3d3d3;
  }
  #h_logo {
    display: block;
    line-height: 38px;
    padding: 15px 0;
  }
  #h_logo a {
    color: #000000;
    font-size: 15px;
  }
  #h_logo img {
    width: 235px;
  }
  #mheader .tab_ac > a {
    position: relative;
  }
  #mheader .tab_ac > a span::before {
    top: 25px;
    right: 23px;
    transform: rotate(90deg);
  }
  #mheader .tab_ac > a span::after {
    top: 27px;
    right: 23px;
  }
  #mheader .tab_ac > a span::before,
  #mheader .tab_ac > a span::after {
    content: "";
    background: #3e7314;
    width: 15px;
    height: 2px;
    position: absolute;
    transition: 0.2s;
  }
  #mheader .tab_ac > a span::before {
    top: 27px;
    right: 23px;
    transform: rotate(90deg);
  }
  #mheader .tab_ac > .open span::before {
    opacity: 0;
  }

  /* グローバルメニュー */
  #gnav #mheader {
    background: #fff;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 79px;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s;
  }
  #gnav #mheader > li {
    height: 0;
    overflow: hidden;
    transition: 0.2s;
  }
  /*	.menu_fixed {
		position: fixed;
	}*/
  .menu_open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: 0s;
  }
  .menu_open #gnav #mheader > li:nth-of-type(-n + 8) {
    height: 60px;
  }
  .menu_open #gnav #mheader > li.open_child:nth-of-type(-n + 8) {
    height: auto;
  }
  .menu_open #gnav #mheader > li:nth-of-type(n + 9) {
    height: auto;
  }
  #gnav #mheader > li > a {
    font-weight: bold;
    color: #3e7314;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    padding: 17px 20px;
    text-decoration: none;
  }
  #gnav #mheader > li:nth-of-type(-n + 8) {
    position: relative;
    border-bottom: 1px solid #cecece;
  }
  #gnav #mheader > li .close {
    background: #f5fce1;
  }
  #gnav #mheader > li .close .h2_menu {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    font-weight: bold;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  #gnav .submenu_wrap {
    margin: 0 -20px;
  }
  #gnav #mheader > li .submenu_wrap li {
    background: none;
  }
  #gnav .close h2 + .link_list li {
    background: none;
  }
  #gnav #mheader > li .close .subtitle + .link_list li:first-of-type {
    margin-top: 0;
  }
  #gnav #mheader > li .close .task_search {
    margin-top: 20px;
  }
  #gnav .close li {
    background: #fff;
    display: flex;
  }
  #gnav #mheader > li .close li {
    border-bottom: 1px solid #cecece;
  }
  #gnav #mheader > li .close .submenu + .submenu {
    margin-top: 15px;
  }
  #gnav #mheader > .submenu {
    font-size: 12px;
    margin-top: 25px;
    position: relative;
  }
  #gnav #mheader > .submenu a {
    padding: 0 40px;
  }
  #gnav #mheader > .submenu::before {
    border-left: 1px solid #3e7314;
    border-bottom: 1px solid #3e7314;
    content: "";
    display: inline-block;
    height: 5px;
    height: 5px;
    margin: 0 8px 0 0;
    position: absolute;
    top: 7px;
    left: 20px;
    transform: rotate(-135deg);
    width: 5px;
  }
  #gnav #mheader > .free_call {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  #gnav #mheader > .free_call p {
    font-weight: bold;
    font-size: 31px;
    line-height: 1.2;
    margin-left: 10px;
  }
  #gnav #mheader > .free_call img {
    width: 45px;
  }
  #gnav #mheader > .free_call span {
    display: block;
    font-size: 15px;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }
  #gnav #mheader > .btn_link {
    display: flex;
    justify-content: center;
  }
  #gnav #mheader .document_btn {
    box-sizing: 0 1px 5px #636363;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
    width: 40%;
  }
  #gnav #mheader .document_btn 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%);
    box-shadow: 0 1px 5px #636363b3;
    border: 1px solid #ffffff;
    color: #fff;
    display: block;
    padding: 10px 0;
  }
  #gnav #mheader .login_btn {
    box-sizing: 0 1px 5px #636363;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
    width: 40%;
  }
  #gnav #mheader .login_btn a {
    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: 10px 0;
  }
  #gnav #mheader .language {
    background: #3e7314;
    display: flex;
    margin-top: 15px;
  }
  #gnav #mheader .language a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 50%;
  }
  #gnav #mheader .language .cn {
    border-right: 1px solid #fff;
  }
  #gnav #mheader > li li {
    margin-left: 0;
    margin-top: 0;
  }
  #gnav #mheader > li .subtitle {
    background: #fff;
    border-bottom: 1px solid #b9d01b;
    font-weight: bold;
  }
  #gnav #mheader > li .subtitle.mt10 {
    margin-top: 0;
  }
  #gnav #mheader > li .h2_menu a,
  #gnav #mheader > li .subtitle a,
  #gnav #mheader > li li a {
    color: #3e7314;
    display: block;
    font-size: 14px;
    padding: 17px 40px;
    width: 100%;
  }
  #gnav #mheader > li .headlink {
    color: #3e7314;
    display: block;
    font-size: 14px;
    padding: 17px 28px;
    width: 100%;
    font-weight: bold;
  }

  #gnav #mheader > li .h2_menu a,
  #gnav #mheader > li .subtitle a {
    padding: 17px 20px;
  }

  /* メニューボタン */
  #h_menu_btn {
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    z-index: 9999;
  }
  #h_menu_btn::before {
    left: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #h_menu_btn button {
    background: none;
    height: 26px;
    width: 30px;
    margin: 26px auto 0;
    padding: 0;
    display: block;
  }
  #h_menu_btn p {
    color: #3e7314;
    font-size: 14px;
    text-align: center;
  }
  #h_menu_btn span {
    position: relative;
    transition: 0.3s opacity;
    height: 2px;
    background: #3e7314;
    display: block;
    margin: 0 auto;
  }
  #h_menu_btn span:last-child {
    display: block;
  }
  .slide_down .inner {
    display: block;
  }
  .slide_down #gnav::after {
    box-shadow: 0 4px 4px #a4a4a4;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: none;
    margin-top: -118px;
    z-index: 99;
  }
  #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,
  #mheader {
    height: 0;
    overflow: hidden;
  }
  .menu_open #mheader {
    display: block;
    height: calc(100vh - 80px);
    right: 0;
    width: 100%;
    transition: all 0.3s;
  }

  /* 1回目のアニメーション */
  #h_menu_btn .top {
    animation: menu-top 0.5s;
    animation-fill-mode: forwards;
    top: 7px;
  }
  #h_menu_btn .middle {
    transition: 0.5s opacity;
    transform: translateY(-1px);
    opacity: 1;
  }
  #h_menu_btn .bottom {
    animation: menu-bottom 0.5s;
    animation-fill-mode: forwards;
    bottom: 7px;
  }

  @keyframes menu-top {
    0% {
      transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-17px) rotate(0deg);
    }
  }
  @keyframes menu-bottom {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(15px) rotate(0deg);
    }
  }
  /* 2回目のアニメーション */
  #h_menu_btn.open .top,
  #h_menu_btn.open .bottom {
    animation: menu-top-close 0.5s;
    animation-fill-mode: forwards;
  }
  #h_menu_btn.open .middle {
    opacity: 0;
    transition: 0.5s opacity;
  }
  #h_menu_btn.open .bottom {
    animation: menu-bottom-close 0.5s;
    animation-fill-mode: forwards;
  }

  @keyframes menu-top-close {
    0% {
      transform: translateY(-17px) rotate(0deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-4px) rotate(-45deg);
    }
  }
  @keyframes menu-bottom-close {
    0% {
      transform: translateY(15px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(6px) rotate(45deg);
    }
  }

  /* =======================================- */
  /* ▼▼　SP:ページタイトル
  /* =======================================- */

  #pagetitle_wrap::before {
    box-shadow: 0px -2px 4px 1px #a4a4a4;
  }
  #pagettl_area h1 {
    font-size: 24px;
    line-height: 1.4;
    padding: 60px 0;
  }

  #pankuzu {
    margin-bottom: 50px;
  }
  #pankuzu .language {
    border: 1px solid #cecece;
    margin-top: 20px;
  }
  #pankuzu .language li {
    display: block;
  }
  #pankuzu .language li a {
    padding: 10px;
    display: block;
  }
  #pankuzu .language li a.link {
    text-indent: 0px;
  }

  /* =======================================- */
  /* ▼▼　SP:コンテンツエリア
  /* =======================================- */
  #main_cont {
    font-size: 14px;
    width: 100%;
  }
  section {
    margin-bottom: 50px;
  }
  .box {
    margin-bottom: 30px;
  }
  .box:last-child {
    margin-bottom: 0;
  }
  .box_s + .box_s {
    margin-top: 20px;
  }

  /* figure */
  figure img {
    width: 100%;
    height: auto;
  }
  .col img {
    width: 100%;
  }

  /* 補足 */
  .caution_box {
    padding: 20px;
  }

  /* テーブル */
  .table_type {
    margin-bottom: 1em;
    width: 100%;
  }
  .table_type th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: middle;
  }
  .table_type tr td:first-of-type,
  .table_type tr th:first-of-type {
    border-left: 1px solid #cecece;
  }
  .table_type th,
  td {
    font-size: 14px;
  }
  .table_scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /*ボタン（サービス名など）*/
  [class*="service_type"] + [class*="service_type"] {
    margin-top: 20px;
  }
  [class*="service_type02"] .col,
  [class*="service_type03"] .col,
  [class*="service_type04"] .col {
    border: 3px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
  }
  .service_type02_01 .col,
  .service_type03_01 .col {
    border: 1px solid #cccccc;
  }
  [class*="service_type02"] .col:last-of-type {
    margin-bottom: 0;
  }
  [class*="service_type"] .service_ico {
    display: flex;
    justify-content: center;
  }
  [class*="service_type"] .service_ico img {
    width: 100px;
  }
  .service_type03_thum .figure img {
    width: 100%;
  }

  /*バター類*/
  .wp_bnr_box {
    background: url(/img/bg_document_sp.jpg) no-repeat right;
    background-size: cover;
  }
  .cont_bnr_box {
    background: url(/img/bg_document_sp.jpg) no-repeat right;
    background-size: cover;
  }
  .cont_bnr_box .inner {
    padding: 50px 0;
  }
  .bnr_box .col .figure {
    align-self: center;
    width: 100px;
  }
  .bnr_box .col .figure img {
    width: 58px;
  }
  .bnr_cont {
    text-align: left;
    width: calc(100% - 100px);
  }
  .bnr_cont p {
    font-weight: 500;
    font-size: 13px;
    padding-right: 10px;
  }
  .bnr_box .col .h4_type01 {
    font-size: 14px;
    padding: 8px 10px;
    text-align: left;
  }
  .cont_bnr_box .btn_link:first-of-type a,
  .cont_bnr_box .btn_link:last-of-type a {
    font-size: 15px;
    padding: 25px 53px 25px 72px;
  }
  .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:last-of-type 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: 20px;
    width: 60px;
  }

  /* アコーディオン
  ==================================- */
  .tab_ac p {
    font-size: 17px;
  }
  .tab_ac .dt {
    padding: 0 0 0 10px;
  }
  .tab_ac .dd {
    padding: 26px 20px 38px 20px;
  }
  .tab_ac .dd .blank::after,
  .tab_ac .dd .pdf::after,
  .tab_ac .dd .word::after,
  .tab_ac .dd .excel::after,
  .tab_ac .dd .mail::after {
    margin-left: 10px;
  }
  .tab_ac tr {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .tab_ac th,
  .tab_ac td {
    width: 72px;
    padding: 15px 10px;
    font-size: 14px;
    margin-right: 6px;
  }
  .tab_ac th:nth-child(3),
  .tab_ac td:nth-child(3) {
    width: 46%;
    margin-right: 0;
  }

  /* お知らせ */
  *[id*="news"] .dl_news dt {
    font-size: 14px;
    width: 115px;
  }
  *[id*="news"] .dl_news dt + dd {
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: -4px !important;
    text-align: center;
    /* width: 88px; */
    width: auto;
    padding: 2px 0;
  }
  *[id*="news"] .dl_news .place {
    
  }
  *[id*="news"] .dl_news dt + dd + dd + dd + dd + dd {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 5px;
    width: 100%;
  }
  *[id*="news"] .btn a {
    padding: 14px 15px;
  }
  .col {
    margin-bottom: 30px;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  .col figure {
    height: auto;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 100%;
  }

  /** 1:1:1:1 */
  .col_05 {
    display: flex;
    flex-wrap: wrap;
  }
  .col_05 .col {
    margin-left: 0;
    width: calc((100% - 20px) / 2);
  }
  .col_05 .col:nth-child(2n) {
    margin-left: 20px;
  }

  /* パンくず */
  #pankuzu li {
    font-size: 12px;
    float: none;
    display: inline-block;
  }

  /* フッター */
  footer .inner {
    margin: 0;
    padding: 0;
  }
  .f_top {
    padding: 0;
  }
  .f_top .submenu_wrap {
    display: block;
  }
  .f_top .submenu_wrap ul + ul {
    margin-left: 0;
  }
  .f_top .tab_ac span {
    padding: 0;
  }
  .f_top .tab_ac .f_h2 {
    margin-bottom: 0;
    line-height: 1;
    padding: 20px 35px;
    position: relative;
  }
  .f_middle .privacy img {
    width: 66px;
  }
  .f_middle .jpx img {
    width: 60px;
  }
  .f_bottom {
    margin-bottom: 0;
    padding: 0 0 17px;
  }
  .f_bottom li:nth-of-type(-n + 3) {
    border-right: 1px solid #cecece;
    margin-left: 0;
  }
  .f_bottom li {
    border-bottom: 1px solid #cecece;
    height: 50px;
    text-align: center;
  }
  .f_bottom li:not(:nth-of-type(2)) {
    line-height: 45px;
  }
  .f_bottom li:nth-of-type(2) {
    line-height: 1.4;
  }
  .f_bottom li::before {
    display: none;
  }
  .f_top .tab_ac .f_h2 span::after {
    top: 50%;
    right: 23px;
  }
  .f_top .tab_ac .f_h2 span::before,
  .f_top .tab_ac .f_h2 span::after {
    content: "";
    background: #3e7314;
    width: 15px;
    height: 2px;
    position: absolute;
    transition: 0.2s;
  }
  .f_top .tab_ac .f_h2 span::before {
    top: 50%;
    right: 23px;
    transform: rotate(90deg);
  }
  .f_top .tab_ac .f_h2 .open::before {
    opacity: 0;
  }
  footer .f_top .col {
    margin-left: 0;
  }
  .f_top .col:not(.submenu) {
    margin-bottom: 0;
  }
  footer .f_top .col:not(:last-of-type) li a {
    color: #3e7314;
    display: block;
    padding: 20px 50px;
    width: 100%;
  }
  footer .f_top .col:not(:last-of-type) li:before {
    left: 35px;
  }
  footer .f_top li:nth-child(n + 2) {
    margin-top: 0;
  }
  .f_top .f_h2,
  .f_top .col_04 {
    margin-bottom: 0;
  }
  .f_top .f_h2,
  .f_top li {
    border-bottom: 1px solid #cecece;
  }
  footer .f_top .col:last-of-type a {
    display: block;
    margin-bottom: 0;
    padding: 20px 35px;
  }
  .f_top .col:not(.submenu) li {
    background: #f5fce1;
    display: flex;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding: 0;
  }
  .f_middle {
    border-top: none;
  }
  .f_bottom .inner {
    display: block;
    padding: 0;
  }
  .f_bottom .submenu > * {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
  }
  .f_bottom li {
    width: 100%;
  }
  .f_bottom li:nth-child(n + 2) {
    margin-left: 0;
  }
  .f_bottom li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }
  .f_bottom li:not(:nth-of-type(2)) a {
    line-height: 45px;
  }
  .f_bottom li:nth-of-type(2) a {
    line-height: 1.4;
    padding-top: 5px;
  }
  #copyright {
    display: block;
    font-size: 10px;
    text-align: center;
  }

  /*モーダルウィンドウ*/
  .modal__content {
    width: 90%;
    max-width: none;
  }

  /* ページトップ */
  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 40px;
  }
  #pagetop a {
    color: #68ab33;
    display: block;
    font-size: 11px;
    height: 50px;
    line-height: 1.6;
    text-align: center;
    width: 50px;
  }

  /* 背景色
  ==================================- */
  .bg_glay {
    background: #efefef;
    padding: 50px 0;
  }
  .bg_green {
    background: #f5fce1;
    padding: 30px 0;
  }

  /* サブナビゲーション */
  .sub_navigation .inner {
    display: block;
    margin: 0;
  }
  .sub_navigation .inner .h2_type01 {
    background: #efefef;
    box-shadow: 0 2px 4px #d3d3d3;
    display: block;
    font-size: 20px;
    margin-right: 0;
    padding: 25px 20px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .sub_navigation .inner li {
    background: #fff;
    border-bottom: 1px solid #cecece;
    margin-left: 0;
  }
  .sidebar_navigation .h3_type01 .ac::before,
  .sidebar_navigation .h3_type01 .ac::after,
  .sub_navigation .h2_type01 .ac::before,
  .sub_navigation .h2_type01 .ac::after {
    content: "";
    background: #3e7314;
    width: 15px;
    height: 2px;
    position: absolute;
    transition: 0.2s;
  }
  .sidebar_navigation .h3_type01 .ac::before,
  .sub_navigation .h2_type01 .ac::before {
    top: 50%;
    right: 23px;
    transform: rotate(90deg) translateY(-50%);
  }
  .sidebar_navigation .h3_type01 .ac::after,
  .sub_navigation .h2_type01 .ac::after {
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
  }
  .sidebar_navigation .h3_type01 .open::before,
  .sub_navigation .h2_type01 .open::before {
    opacity: 0;
  }
  .sidebar_navigation {
    border: none;
    float: inherit;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .sidebar_navigation .h2_type01 {
    background: url("/common/img/bg_title.png") no-repeat;
    background-size: cover;
    box-shadow: 0 2px 4px #d3d3d3;
    color: #3e7314;
    padding: 20px;
    position: relative;
    text-align: left;
  }
  .sidebar_navigation > .link_list > li a {
    padding: 14px 0;
  }
  .sidebar_navigation > .link_list > li {
    padding-left: 0;
  }
  .sub_navigation .link_list li a {
    font-weight: bold;
    padding: 15px 30px 15px 40px;
  }
  .sub_navigation .link_list li::before {
    left: 6px;
  }
  .sidebar_navigation .h3_type01 .ac::before,
  .sub_navigation .h2_type01 .ac::before {
    top: 49%;
  }
  .sub_navigation.slide_down {
    padding: 0;
  }

  /* サブナビゲーション下 */
  .sub_navigation_footer .inner {
  }
  .sub_navigation_footer .h2_type01 {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    width: 100%;
  }
  .sub_navigation_footer .h2_type01 span {
    display: block;
    text-align: left;
    width: calc(100% - 80px);
  }
  .sub_navigation_footer .h2_type01 .ac {
    display: block;
    height: 63px;
    margin-left: 35px;
    margin-right: -20px;
    position: relative;
    width: 63px;
  }
  .sub_navigation_footer .h2_type01 .ac::after {
    top: 50%;
    right: 23px;
  }
  .sub_navigation_footer .h2_type01 .ac::before,
  .sub_navigation_footer .h2_type01 .ac::after {
    content: "";
    background: #3e7314;
    width: 15px;
    height: 2px;
    position: absolute;
    transition: 0.2s;
  }
  .sub_navigation_footer .h2_type01 .ac::before {
    top: 50%;
    right: 23px;
    transform: rotate(90deg);
  }
  .sub_navigation_footer .h2_type01 .open::before {
    opacity: 0;
  }
  .sub_navigation_footer ul {
    font-size: 20px;
  }
  .sub_navigation_footer ul:last-of-type li {
    width: 100%;
  }
  .sub_navigation_footer ul:last-of-type li:not(:nth-of-type(3n)) {
    margin: 0;
    margin-top: 10px;
  }
  .sub_navigation_footer ul:last-of-type li + li {
    margin-top: 10px;
  }

  /* サブナビゲーション（コンテンツ内） */
  .box_task > .link_list {
    display: block;
    margin-left: 20px;
  }
  .box_task > .link_list li {
    width: 100%;
    margin-left: 0;
  }
  .box_task > .link_list li::before {
    left: -30px;
  }
  .link_list > li a {
    font-weight: 400;
  }
  .box_task > .link_list li + li {
    margin-top: 10px;
  }
  .box_task > .link_list li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .box_task > .link_list.li_03 li {
    width: 100%;
  }
  .box_task .lead_01 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .box_task .link_list > li:before {
    width: 5px;
    height: 5px;
    left: -28px;
    margin-bottom: 3px;
    margin-right: 10px;
    position: absolute;
    top: 13px;
    transform: translateY(-50%) rotate(45deg);
  }
  .box_task_full {
    max-width: 100%;
  }

  /* アンカーリンク */
  .link_anc {
    width: 100%;
    margin: 0 auto;
  }

  /* もっと見るボタン */
  .btn_link_type:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .btn_link_type a {
    width: 335px;
    max-width: 100%;
  }
  .btn_link_type02 {
    display: block;
  }
  .btn_link_type02 .btn_link_type {
    max-width: 100%;
  }
  .btn_link_type02 .btn_link_type:nth-of-type(n + 2) {
    margin-left: 0;
    margin: 0 auto;
  }

  .btn_link_type04 {
    display: block;
  }
  .btn_link_type04 .btn_link_type {
    max-width: 100%;
  }
  .btn_link_type04 a {
    display: block;
    width: 100%;
  }

  /* リスト */
  .list_child li::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }

  /* FAQ */
  #faq {
    margin-left: 0;
    margin-right: 0;
  }
  #faq .tab_ac dt {
    display: flex;
    line-height: 1.666666;
    padding: 22px 50px 22px 66px;
    font-weight: 500;
  }
  #faq .tab_ac dd {
    padding: 20px 30px 20px 66px;
  }
  #faq .tab_ac .dd_cont {
    padding-top: 0;
  }
  .tab_ac p {
    font-size: 14px;
    line-height: 1.78;
  }

  /* ボタン */
  [class*="service_type"] .col > .btn_link a {
    padding: 15px 0;
    font-weight: 500;
  }
  [class*="service_type"] .lead_01 {
    font-size: 20px;
    line-height: 1.2;
  }
  [class*="service_type"] .lead_01 a {
    padding: 18px;
    font-size: 18px;
  }
  .service_type02_01 .lead_01 a[target="_blank"] span {
    display: block;
    font-size: 18px;
    margin-right: 24px;
  }
  .service_type02_01 .lead_01 a::after {
    top: 50%;
    margin-top: -8px;
  }
  .service_type03_thum .h4_type01 {
    line-height: 1.25;
  }
  .service_type03_thum .h4_type01 span {
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  /* サービス */
  .service_type03_thum .col {
    border-width: 1px;
  }

  /* スライダー */
  .youtube_slider,
  .service_slider {
    margin-left: 27px;
    margin-right: 27px;
  }
  .youtube_slider .col {
    border: none;
    margin-bottom: 0;
  }

  /* コンテンツバナー（4カラム・見出し付） */
  .bnr_box_learn > .btn_link a {
    padding: 18px 0;
  }
  .bnr_box_learn > .btn_link {
    margin-top: 30px;
  }

  /* テーブル */
  .table_type th {
    font-size: 15px;
  }
  .table_type .th_sub {
    font-weight: bold;
    font-size: 15px;
  }

  /*バナー*/
  iframe {
    width: 100%;
  }

  /*バナー*/
  .bnr_box .flexbox_sp {
    flex-wrap: wrap;
  }
  .bnr_box .col .btn_link {
    width: 100%;
  }
  .bnr_box_learn .col {
    display: block;
    margin-bottom: 20px;
  }
  .bnr_box_learn .col .img_title {
    height: auto;
    margin-top: 0;
  }
  .bnr_box_learn .col .figure {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    width: 100%;
    text-align: left;
  }
  .bnr_box_learn .col .figure span {
    font-weight: 500;
  }
  .bnr_box_learn .col .figure img {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .bnr_box_03 {
    margin: 0;
  }
  .bnr_box_03 .bg_glay {
    padding: 24px;
  }
  .bnr_box_03 .col {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 7px 0;
    width: calc(33% - 6px);
  }
  .bnr_box_03 .col:nth-of-type(n + 2) {
    margin-left: 8px;
  }
  .bnr_box_03 .col h4 {
    line-height: 1.2;
    margin-bottom: 5px;
    min-height: 30px;
  }
  .bnr_box_03 .col .figure {
    padding: 0;
    width: 100%;
  }
  .bnr_btn_link {
    background: url(/common/img/bg_task_sp.png) no-repeat center;
    background-size: cover;
    padding: 45px 20px;
  }
  .bnr_btn_link p {
    font-size: 14px;
  }
  .bnr_btn_link p:not(.txt_c),
  .bnr_btn_link .lead_01 {
    text-align: left;
  }

  /* コンバージョン導線 */
  .bnr_contact {
    padding: 30px 0;
  }
  .bnr_contact #bnr_btn_link .free_call {
    margin-bottom: 30px;
    font-weight: bold;
    background-position: left 10px;
    padding-left: 70px;
  }
  .bnr_contact #bnr_btn_link .free_call .figure img {
    width: 50px;
  }
  .bnr_contact #bnr_btn_link .free_call .tel {
    font-size: 37px;
    letter-spacing: -1px;
    margin-left: 0;
  }
  .bnr_contact #bnr_btn_link .free_call .time {
    font-size: 15px;
    font-weight: normal;
    margin-top: 12px;
  }
  .bnr_contact #bnr_btn_link .document_btn {
    margin-bottom: 20px;
  }
  .bnr_contact #bnr_btn_link .contact_btn > *,
  .bnr_contact #bnr_btn_link .document_btn > * {
    padding: 16px 0;
    font-size: 20px;
    font-weight: bold;
  }
  .bnr_cv {
    display: none;
  }

  .service_type03_03 .col {
    margin-bottom: 23px;
  }
  /* チェックリスト */
  .check_item_ttl {
    font-size: 2.5rem;
  }

  /**/
  .flow {
    padding: 10.6vw 0;
  }
  .flow_list {
    display: block;
  }
  .flow_list .flow_item {
    margin: 0 auto;
  }
  .flow_list .flow_item:not(:first-child) {
    margin-top: 4vw;
  }
  .flow_list .flow_item:not(:last-child):before {
    top: inherit;
    right: calc(50% - 3.46vw);
    bottom: -5.6vw;
    width: 6.93vw;
    height: 8vw;
    background-image: url(/common/img/ico_flow_arrow_sp.png);
  }
  .flow_item {
    width: 89.3vw;
    min-width: inherit;
    padding: 5.3vw 4vw 4vw;
    border-radius: 1vw;
  }
  .flow_item_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.6vw;
  }
  .flow_item_visual {
    display: block;
    width: 12vw;
    height: auto;
    margin: 0 2vw 0 0;
  }
  .flow_item_visual img {
    margin: 0 auto;
    vertical-align: middle;
  }
  .flow_01 .flow_item_visual img {
    width: 9.46vw;
  }
  .flow_02 .flow_item_visual img {
    width: 9.3vw;
  }
  .flow_03 .flow_item_visual img {
    width: 10vw;
  }
  .flow_04 .flow_item_visual img {
    width: 7.3vw;
  }
  .flow_item_ttl {
    margin: 0;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
  .flow_item_text {
    font-size: 2.4rem;
    line-height: 4.8rem;
    letter-spacing: 0.075rem;
  }
  .flow_more_area {
    width: 89.3vw;
    margin: 5.3vw auto 0;
  }
  .flow_more_cv {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .flow_more_cv svg {
    width: 1.3vw;
    height: 2.93vw;
    margin: -0.8vw 0 0 0;
  }
  /**/
}
