@charset "UTF-8";
/*
Theme Name: setagaya
Theme URI:
Description: 東京都社会保険労務士会 世田谷支部
Version: 1.0
Author: sr-setagaya.com
Author URI: https://sr-setagaya.com/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cnt, .pan, .search-inner, .top .info-inner, .top .service-inner, .top .contact .forminput .formbox, .under .ct-inner, .under-our-works .ct-2 .step-inner {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

/* ========================================================= */
/* カラー */
/* ========================================================= */
.c_orange {
  color: #fbb03b;
}

.c_green {
  color: #7ac943;
}

.c_pink {
  color: #f1518b;
}

.c_blue {
  color: #00aaeb;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
}

.f_ar {
  font-family: "arial";
}

.f_arb {
  font-family: "arial black";
}

.f_imp, .under-our-works .ct-2 .step-ttl strong {
  font-family: "impact";
}

.f_org1, header .site-ttl a, .g-menu li a, .drawer-nav ul li a, article .pagenavi a, footer .f-inner .site-ttl a, #btm-btn ul li a.fd, .contactbtn li a {
  /* 400,700 */
  font-family: kozuka-gothic-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b,
.bold,
strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani, .contactbtn li a, .top .contact .forminput .formbox .btnarea input, .under-our-works .ct-2 .step-blk .support ul li a::after {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@keyframes ani01 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-8px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate-ani01 {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  3% {
    transform: rotate(-5deg) translateY(-8px);
  }
  6% {
    transform: rotate(0deg) translateY(0);
  }
  9% {
    transform: rotate(4deg);
  }
  11% {
    transform: rotate(0);
  }
  /*  75% {
    transform: rotate(5deg);
  }*/
  100% {
    transform: rotate(0deg);
  }
}
@keyframes zoom-ani01 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-ani02 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.mtop-25 {
  margin-top: 25px;
}

.mauto, .pan, .search-inner, .top .info-inner, .top .service-inner, .top .contact .forminput .formbox, .under .ct-inner, .under-our-works .ct-2 .step-inner,
article .mauto,
article .pan,
article .search-inner,
article .top .info-inner,
.top article .info-inner,
article .top .service-inner,
.top article .service-inner,
article .top .contact .forminput .formbox,
.top .contact .forminput article .formbox,
article .under .ct-inner,
.under article .ct-inner,
article .under-our-works .ct-2 .step-inner,
.under-our-works .ct-2 article .step-inner {
  margin-left: auto;
  margin-right: auto;
}

.br-pc,
.dn-pc {
  display: block;
}

.br-sp,
.dn-sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.scroll::-webkit-scrollbar-thumb {
  /* スクロールバーのツマミの色 */
  background: rgba(255, 255, 255, 0.4);
}

/* tableにスクロールバーを追加 ここまで↑ */
.scroll table {
  /* tableの幅を100%に */
  width: 100%;
}

.scrollbox, .under-contact-form .privacy_wrap .privacy {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar, .under-contact-form .privacy_wrap .privacy::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal, .under-contact-form .privacy_wrap .privacy::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button, .under-contact-form .privacy_wrap .privacy::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb, .under-contact-form .privacy_wrap .privacy::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner, .under-contact-form .privacy_wrap .privacy::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #505050;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  /*  overflow-x: hidden;*/
  position: relative;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p,
li,
dt,
dd,
table,
th,
td {
  line-height: 2;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #00aaeb;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:visited {
  color: #00aaeb;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

#wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 190px;
  background-color: white;
  position: relative;
}
header .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 50px;
  position: relative;
  background: url(img/common/header.svg) no-repeat calc(100% - 220px - 100px) bottom;
  background-size: auto 90%;
  /*    &::before{
    content: "";
    display: inline-block;
    // width: ;
  }*/
}
header .site-ttl a {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  color: #505050;
  text-decoration: none;
  position: relative;
}
header .site-ttl a::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: url(img/common/logo.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
header .site-ttl a.logout {
  margin-left: 30px;
  padding: .25em 1em;
  font-size: 1.4rem;
  border: 1px solid #505050;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
header .site-ttl a.logout::before {
  display: none;
}
header .contact-btn {
  display: block;
  width: 220px;
  padding: 0.75em 0;
  background-color: #fbb03b;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
header .contact-btn::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 24px;
  height: 19px;
  background: url(img/icon/envelope.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ----------------------------------------- */
/* グローバルメニュー
/* ----------------------------------------- */
.g-menu {
  display: -webkit-flex;
  display: flex;
  background-color: #f0f0f0;
}
.g-menu li {
  width: 14.28571%;
}
.g-menu li a {
  padding: 15px 0;
  display: block;
  color: #505050;
  font-size: 1.7rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}
.g-menu li a::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 36px;
}
.g-menu li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #999;
}
.g-menu li a.g-1::before {
  background: url(img/common/g-1.svg) no-repeat center;
  background-size: contain;
}
.g-menu li a.g-2::before {
  background: url(img/common/g-2.svg) no-repeat center;
  background-size: contain;
}
.g-menu li a.g-3::before {
  background: url(img/common/g-3.svg) no-repeat center;
  background-size: contain;
}
.g-menu li a.g-4::before {
  background: url(img/common/g-4.svg) no-repeat center;
  background-size: contain;
}
.g-menu li a.g-5::before {
  background: url(img/common/g-5.svg) no-repeat center;
  background-size: contain;
}
.g-menu li a.g-6::before {
  background: url(img/common/g-6.svg) no-repeat center;
  background-size: contain;
}
.g-menu li a.g-7::before {
  background: url(img/common/g-7.svg) no-repeat center;
  background-size: contain;
}
.g-menu li:last-child a::after {
  display: none;
}

/* ----------------------------------------- */
/* メニュー
/* ----------------------------------------- */
.d_nav {
  display: none;
}

.drawer-hamburger,
.drawer-close .drawer-hamburger {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  top: 10px;
  left: 0;
}

.drawer-hamburger .dr-txt {
  color: #505050;
  position: absolute;
  bottom: 0.5em;
  font-size: 1rem;
}

.drawer-hamburger-icon {
  margin-top: -10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 25px;
  height: 2px;
  background-color: #505050;
}

.drawer-open .drawer-hamburger {
  /*  left: auto;
  right: 0;*/
}
.drawer-open .drawer-hamburger .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #505050;
}

.drawer-nav {
  width: 30rem;
  background-color: transparent !important;
  color: white;
}

.drawer-overlay {
  background-color: rgba(240, 240, 240, 0.95);
}

.drawer-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}
.drawer-nav ul li {
  width: calc(100% / 2);
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #505050;
}
.drawer-nav ul li:nth-of-type(2n) a::after {
  display: none;
}
.drawer-nav ul li a {
  padding: 15px 0;
  display: block;
  color: #505050;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}
.drawer-nav ul li a::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 36px;
}
.drawer-nav ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #999;
}
.drawer-nav ul li a.g-1::before {
  background: url(img/common/g-1.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul li a.g-2::before {
  background: url(img/common/g-2.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul li a.g-3::before {
  background: url(img/common/g-3.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul li a.g-4::before {
  background: url(img/common/g-4.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul li a.g-5::before {
  background: url(img/common/g-5.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul li a.g-6::before {
  background: url(img/common/g-6.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul li a.g-7::before {
  background: url(img/common/g-7.svg) no-repeat center;
  background-size: contain;
}
.drawer-nav ul.ctmenu {
  margin-top: 50px;
  padding-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.drawer-nav ul.ctmenu li {
  width: 50%;
  border: none;
}
.drawer-nav ul.ctmenu li a {
  padding: 0.5em 1em;
  color: #505050;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
}
.drawer-nav ul.ctmenu li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.dropdown-backdrop {
  display: none;
}

.drawer-dropdown {
  background-color: transparent;
  border: none;
}

.drawer-nav ul li .drawer-dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.drawer-nav ul li .drawer-dropdown-menu ul.submenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.drawer-nav ul li .drawer-dropdown-menu ul.submenu li {
  width: 50%;
  font-size: 1.4rem;
  border-bottom: none;
}
.drawer-nav ul li .drawer-dropdown-menu ul.submenu li a {
  padding: 0.5em;
  position: relative;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  text-align: left;
  position: relative;
  overflow: hidden;
}

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
article p {
  margin-top: 50px;
}

/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
article table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
article ul,
article ol {
  margin-top: 50px;
}
article ul.list-disc li,
article ol.list-disc li {
  margin-left: 20px;
  list-style-type: disc;
}
article ul.list-none li,
article ol.list-none li {
  margin-left: 20px;
  list-style-type: none;
}
article ul.list-num,
article ol.list-num {
  counter-reset: list-num;
}
article ul.list-num li,
article ol.list-num li {
  position: relative;
  padding-left: 2.5em;
}
article ul.list-num li::before,
article ol.list-num li::before {
  counter-increment: list-num;
  content: "(" counter(list-num) ")";
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------------------------- */
/* Other */
/* --------------------------------------------------- */
article .pagenavi {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}
article .pagenavi a {
  display: inline-block;
  margin: 0 15px;
  padding: 1em 2em;
  background-color: white;
  border: 1px solid #505050;
  text-decoration: none;
  color: #505050;
  font-size: 1.6rem;
}
article .pagenavi a:hover {
  background-color: #006b33;
  border-color: #006b33;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btm_pgnav .wp-pagenavi {
  padding: 1em 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.btm_pgnav .wp-pagenavi a,
.btm_pgnav .wp-pagenavi span {
  text-decoration: none;
  border: none;
  border-right: 1px solid #505050;
  padding: 0.5em 1em;
  margin: 0;
  color: #505050;
  box-sizing: border-box;
}
.btm_pgnav .wp-pagenavi a.page, .btm_pgnav .wp-pagenavi a.current,
.btm_pgnav .wp-pagenavi span.page,
.btm_pgnav .wp-pagenavi span.current {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.btm_pgnav .wp-pagenavi a.pages, .btm_pgnav .wp-pagenavi a.nextpostslink, .btm_pgnav .wp-pagenavi a.previouspostslink,
.btm_pgnav .wp-pagenavi span.pages,
.btm_pgnav .wp-pagenavi span.nextpostslink,
.btm_pgnav .wp-pagenavi span.previouspostslink {
  border: none;
}
.btm_pgnav .wp-pagenavi a.pages:hover, .btm_pgnav .wp-pagenavi a.nextpostslink:hover, .btm_pgnav .wp-pagenavi a.previouspostslink:hover,
.btm_pgnav .wp-pagenavi span.pages:hover,
.btm_pgnav .wp-pagenavi span.nextpostslink:hover,
.btm_pgnav .wp-pagenavi span.previouspostslink:hover {
  background-color: transparent;
  color: #505050;
  font-weight: normal;
}
.btm_pgnav .wp-pagenavi a:hover,
.btm_pgnav .wp-pagenavi span.current {
  color: #00aaeb;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: bold;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  margin: auto 0 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #f0f0f0;
}
footer .f-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 50px;
}
footer .f-inner .unei {
  position: relative;
}
footer .f-inner .unei p {
  margin: 20px 0 0 55px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
footer .f-inner .unei .ssl-seal {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
footer .f-inner .unei .ssl-seal li {
  margin-right: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2;
}
footer .f-inner .site-ttl a {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  color: #505050;
  text-decoration: none;
  position: relative;
}
footer .f-inner .site-ttl a::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: url(img/common/logo.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
footer .f-inner .f-menu {
  display: -webkit-flex;
  display: flex;
}
footer .f-inner .f-menu ul {
  margin-left: 40px;
}
footer .f-inner .f-menu ul li {
  padding-left: 15px;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: left;
  position: relative;
}
footer .f-inner .f-menu ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #505050;
  position: absolute;
  top: 0.5em;
  left: 0;
}
footer .f-inner .f-menu ul li:last-child {
  margin-bottom: 0;
}
footer .f-inner .f-menu ul li a {
  color: #505050;
  text-decoration: none;
}
footer .f-inner .f-menu ul li.sub::before {
  display: none;
}
footer .copyright {
  display: block;
  padding: 1em 0;
  background-color: #7ac943;
  color: white;
  font-size: 1.1rem;
}

#btm-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.fd {
  font-size: 2.8rem;
  font-weight: 600;
  color: #505050;
  position: relative;
  text-decoration: none;
  display: none;
}
#btm-btn ul li a.fd::before {
  content: "";
  display: inline-block;
  margin-right: 0;
  width: 38px;
  height: 32px;
  background: url(img/icon/fd.svg) no-repeat;
  background-size: contain;
  vertical-align: -0.15em;
}
#btm-btn ul li a.contact-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #006b33;
  font-size: 1.4rem;
  color: #fff100;
  text-decoration: none;
  display: none;
}
#btm-btn ul li a.contact-btn::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 21px;
  height: 14px;
  background: url(img/icon/mail_yellow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#btm-btn ul li a.pagetop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: #7ac943;
  color: white;
}
#btm-btn ul li a.pagetop img {
  width: 22px;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.5em;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
.contactbtn {
  margin-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: -webkit-flex;
  display: flex;
}
.contactbtn li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.contactbtn li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.contactbtn li a {
  margin: 0 auto;
  width: 60px;
  height: 180px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(24, 138, 177, 0.9);
  font-weight: 700;
  font-size: 1.7rem;
  color: white;
  line-height: 1.2;
  font-feature-settings: "palt";
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
.contactbtn li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/icon/arrow_w.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  transform: rotate(90deg);
}
.contactbtn li a::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(24, 138, 177, 0.9) transparent transparent;
  border-width: 0 60px 40px 0;
  z-index: 50;
}
.contactbtn li a:hover {
  height: 240px;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.iziModal_iframe {
  display: none;
  max-width: 60% !important;
}

.iziModal_video {
  display: none;
  max-width: 60% !important;
}
.iziModal_video video {
  width: 100% !important;
}

.pan {
  padding: 1em 0 0;
  text-align: left;
  font-size: 1.2rem;
}

.link-btn {
  display: block;
  width: 350px;
  margin: 50px auto 0;
  padding: 1em 0;
  background-color: #7ac943;
  color: white;
  text-decoration: none;
  text-align: center;
}
.link-btn:visited {
  color: white;
}

.search {
  padding: 70px 0;
}
.search-ttl {
  display: table;
  margin: 50px auto 0;
  font-size: 3rem;
  font-weight: bold;
  color: #7ac943;
  text-align: center;
  position: relative;
}
.search-ttl::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 130px;
  background: url(img/top/search-ttl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: -180px;
}
.search .lead-txt {
  text-align: center;
}
.search-inner {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search-box {
  width: 45%;
}
.search-box .ttl {
  padding: 0.5em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-bottom: 5px solid #7ac943;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.search .areamap {
  margin-top: 30px;
  position: relative;
}
.search .areamap a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: white;
  text-decoration: none;
  position: relative;
}
.search .areamap a span {
  display: table;
  padding: 0.5em 1em;
  background-color: white;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.search .areamap a.kitazawa {
  background-color: #ffce00;
}
.search .areamap a.kitazawa span {
  color: #ffce00;
}
.search .areamap a.setagaya {
  background-color: #e7374a;
}
.search .areamap a.setagaya span {
  color: #e7374a;
}
.search .areamap a.tamagawa {
  background-color: #187fc3;
}
.search .areamap a.tamagawa span {
  color: #187fc3;
  right: calc(50px + 1em);
}
.search .areamap a.karasuyama {
  width: 50%;
  height: 140px;
  background-color: #ef7300;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.search .areamap a.karasuyama:hover {
  background-color: #f28f33;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search .areamap a.karasuyama span {
  color: #ef7300;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.search .areamap a.kinuta {
  width: calc(50% - 50px);
  height: 190px;
  background-color: #8cc456;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 5;
}
.search .areamap a.kinuta:hover {
  background-color: #a3d078;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search .areamap a.kinuta span {
  color: #8cc456;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.search .consul li a {
  display: block;
  padding: 0.5em 100px 0.5em 30px;
  color: #505050;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
}
.search .consul li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/top/list-mark.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.search .consul li a::after {
  content: "≫一覧を見る";
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #7ac943;
  color: white;
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 1.2rem;
}

.catelink-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 70px;
}
.catelink-btn li {
  width: calc(100% / 3 - 50px);
  margin: 0 15px;
  text-align: center;
}
.catelink-btn li a {
  display: block;
  padding: 0.5em 0;
  color: white;
  font-size: 2.1rem;
  text-decoration: none;
}
.catelink-btn li a.information, .catelink-btn li a.mem_act {
  background-color: #ff931e;
}
.catelink-btn li a.event, .catelink-btn li a.mem_info {
  background-color: #7ac943;
}
.catelink-btn li a.other, .catelink-btn li a.mem_movie {
  background-color: #00aaeb;
}
.catelink-btn li a.mem_download {
  background-color: #b3b3b3;
}
.catelink-btn-top li a {
  background-color: #ccc;
  box-sizing: border-box;
  position: relative;
}
.catelink-btn-top li a::before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catelink-btn-top li a.information {
  background-color: #ccc;
  border: 1px solid #ff931e;
}
.catelink-btn-top li a.information.active {
  background-color: #ff931e;
}
.catelink-btn-top li a.information::before {
  background-color: #ff931e;
}
.catelink-btn-top li a.event {
  background-color: #ccc;
  border: 1px solid #7ac943;
}
.catelink-btn-top li a.event.active {
  background-color: #7ac943;
}
.catelink-btn-top li a.event::before {
  background-color: #7ac943;
}
.catelink-btn-top li a.other {
  background-color: #ccc;
  border: 1px solid #00aaeb;
}
.catelink-btn-top li a.other.active {
  background-color: #00aaeb;
}
.catelink-btn-top li a.other::before {
  background-color: #00aaeb;
}
.catelink-btn-act {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.catelink-btn-act li {
  width: calc(100% / 4 - 20px);
  margin: 0 25px 25px 0;
  text-align: center;
}
.catelink-btn-act li:nth-of-type(4n) {
  margin-right: 0;
}

/* ================================================================== */
/* TOP */
/* ================================================================== */
.top .fv {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 480px;
  position: relative;
  z-index: 1;
  border-bottom: 20px solid #c4d700;
  box-sizing: border-box;
  overflow: hidden;
}
.top .fv-ttl {
  width: 100%;
}
.top .fv-ttl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  object-position: bottom;
}
.top .info {
  padding: 70px 0;
  background-color: #f0f0f0;
}
.top .info-ttl {
  display: table;
  margin: 50px auto 0;
  font-size: 3rem;
  font-weight: bold;
  color: #7ac943;
  text-align: center;
  position: relative;
}
.top .info-ttl::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 100px;
  background: url(img/top/info-ttl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -130px;
}
.top .info-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top .info-box {
  margin-top: 50px;
  width: 48%;
  max-width: 48%;
  padding: 15px;
  box-sizing: border-box;
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.top .info-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
.top .info-box a:hover {
  cursor: pointer;
}
.top .info-box dt {
  padding: 0.75em 0 0.75em 90px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.top .info-box dt .date {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0.5em 0.25em;
  background-color: #7ac943;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 1.8rem;
}
.top .info-box dt .date strong {
  font-weight: normal;
  font-size: 2.4rem;
}
.top .info-box dt.new::before {
  content: "NEW!";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 90px;
  color: red;
  font-size: 1.3rem;
  font-weight: normal;
}
.top .info-box dd {
  padding-top: 1em;
  line-height: 1.5;
}
.top .service {
  padding: 150px 0 70px;
}
.top .service-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .service-box {
  width: 45%;
}
.top .service-box .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100px;
  border: 5px solid #7ac943;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #7ac943;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.top .service-box .subttl {
  margin-top: 30px;
  padding-left: 1em;
  font-size: 2.1rem;
  color: #7ac943;
  line-height: 1.5;
  border-left: 8px solid #7ac943;
}
.top .service-box p {
  display: block;
  height: 15em;
  margin-top: 30px;
  font-size: 1.4rem;
}
.top .service .job .ttl::before {
  content: "";
  display: inline-block;
  width: 155px;
  height: 155px;
  background: url(img/top/job-ttl-b.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .service .job .ttl::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 75px;
  background: url(img/top/job-ttl-a.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.top .service .management .ttl {
  padding-left: 100px;
}
.top .service .management .ttl::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 170px;
  background: url(img/top/management-ttl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .contact {
  padding: 100px 0 100px;
  background-color: #f0f2f5;
}
.top .contact .ct-ttl::before {
  border-top: 22px solid #f0f2f5;
}
.top .contact .forminput {
  text-align: center;
}
.top .contact .forminput .conf_mes {
  display: none;
}
.top .contact .forminput .formbox {
  padding: 30px;
  margin-top: 50px;
  text-align: left;
  overflow: hidden;
  background-color: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
  -webkit-box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.top .contact .forminput .formbox dl {
  width: 100%;
  display: table;
  margin-top: 0;
  padding: 1em 0;
  box-sizing: border-box;
}
.top .contact .forminput .formbox dl dt,
.top .contact .forminput .formbox dl dd {
  display: table-cell;
  padding: 0 1em;
  vertical-align: top;
}
.top .contact .forminput .formbox dl dt {
  width: 25%;
  font-weight: bold;
}
.top .contact .forminput .formbox dl dt small {
  display: block;
  font-size: 1.3rem;
}
.top .contact .forminput .formbox dl dt .notnull {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.5em;
  background-color: #0e1a47;
  color: white;
  font-size: 1.1rem;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.top .contact .forminput .formbox dl dd {
  width: 75%;
}
.top .contact .forminput .formbox dl dd input[type="text"],
.top .contact .forminput .formbox dl dd input[type="email"],
.top .contact .forminput .formbox dl dd input[type="url"],
.top .contact .forminput .formbox dl dd select,
.top .contact .forminput .formbox dl dd textarea {
  font-size: 1.6rem;
  padding: 0.5em;
  border: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.top .contact .forminput .formbox dl dd input[type="text"]::placeholder,
.top .contact .forminput .formbox dl dd input[type="email"]::placeholder,
.top .contact .forminput .formbox dl dd input[type="url"]::placeholder,
.top .contact .forminput .formbox dl dd select::placeholder,
.top .contact .forminput .formbox dl dd textarea::placeholder {
  font-size: 1.4rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.top .contact .forminput .formbox dl dd input[type="radio"],
.top .contact .forminput .formbox dl dd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: -0.2em;
}
.top .contact .forminput .formbox dl dd input[type="radio"] + label,
.top .contact .forminput .formbox dl dd input[type="checkbox"] + label {
  margin-right: 1em;
}
.top .contact .forminput .formbox dl dd select {
  width: auto;
  padding-right: 20px;
  font-size: 100%;
  font-size: 1.5rem;
}
.top .contact .forminput .formbox dl dd textarea {
  width: 80%;
  font-family: sans-serif;
}
.top .contact .forminput .formbox dl dd input[name="会社名"],
.top .contact .forminput .formbox dl dd input[name="お名前"] {
  width: 50%;
}
.top .contact .forminput .formbox dl dd input[name="usermail"],
.top .contact .forminput .formbox dl dd textarea[name="other"] {
  width: 80%;
}
.top .contact .forminput .formbox dl dd .caution {
  display: block;
  margin: 0;
  padding-left: 1.5em;
  font-size: 1.2rem;
  margin-top: 0.5em;
  position: relative;
}
.top .contact .forminput .formbox dl dd .caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.top .contact .forminput .formbox .btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  justify-content: center;
  margin-top: 15px;
}
.top .contact .forminput .formbox .btnarea input {
  margin-top: 0;
  font-weight: 800;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.8rem;
  padding: 1em 5em;
  border: none;
  cursor: pointer;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.top .contact .forminput .formbox .btnarea input.send_btn {
  background-color: #2c2c2c;
  color: white;
}
.top .contact .forminput .formbox .btnarea input.upd_btn {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(30, 30, 30, 0.5);
}
.top .contact .mw_wp_form_confirm .list_caution {
  display: none;
}
.top .contact .mw_wp_form_confirm .conf_mes {
  display: block;
}
.top .contact .mw_wp_form_confirm .formbox {
  margin-top: 50px;
}
.top .contact .mw_wp_form_confirm .formbox dl dd small {
  display: none;
}

/* ================================================================== */
/* Under */
/* ================================================================== */
.under {
  padding-bottom: 100px;
  /* ================================================================== */
  /* Single */
  /* ================================================================== */
  /* ================================================================== */
  /* Our Works */
  /* ================================================================== */
  /* ================================================================== */
  /* Results */
  /* ================================================================== */
  /* ================================================================== */
  /* Freeconsul */
  /* ================================================================== */
  /* ================================================================== */
  /* About */
  /* ================================================================== */
  /* ================================================================== */
  /* Organization */
  /* ================================================================== */
  /* ================================================================== */
  /* Links */
  /* ================================================================== */
  /* ================================================================== */
  /* Contact */
  /* ================================================================== */
  /* ================================================================== */
  /* Privacy */
  /* ================================================================== */
  /* ================================================================== */
  /* Login */
  /* ================================================================== */
  /* ================================================================== */
  /* Password */
  /* ================================================================== */
  /* ================================================================== */
  /* Mem_movie */
  /* ================================================================== */
  /* ================================================================== */
  /* Mem_download */
  /* ================================================================== */
}
.under .ct {
  padding: 70px 0;
}
.under .ct-ttl {
  display: table;
  margin: 50px auto 0;
  font-size: 3rem;
  font-weight: bold;
  color: #7ac943;
  text-align: center;
  position: relative;
}
.under .ct-ttl::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 100px;
  background: url(img/top/info-ttl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -130px;
}
.under .ct-ttl-2::before {
  background: url(img/common/ico-1.svg) no-repeat;
  background-size: contain;
}
.under .ct-ttl-3::before {
  background: url(img/common/ico-3.svg) no-repeat;
  background-size: contain;
}
.under .ct .ttl-green {
  padding: 0.75em 1em 0.75em 2.5em;
  background-color: #7ac943;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.under .ct .ttl-green::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  position: absolute;
  top: 1em;
  left: 1em;
}
.under .ct .subttl-gray {
  margin-top: 50px;
  padding: 0.75em 2em;
  background-color: #f2f2f2;
  position: relative;
}
.under .ct .btm-link {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under .ct .btm-link li {
  width: calc(100% / 3 - 25px);
}
.under .ct .btm-link li a {
  display: block;
  padding: 1em 0;
  background-color: #7ac943;
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.under .ct .btm-link li a.active {
  background-color: #fbb03b;
}
.under .ct .btm-link li a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.under .ct .btm-link li a.job::before {
  background: url(img/common/g-1-w.svg) no-repeat;
  background-size: contain;
}
.under .ct .btm-link li a.search::before {
  background: url(img/common/g-2-w.svg) no-repeat;
  background-size: contain;
}
.under .ct .btm-link li a.about::before {
  background: url(img/common/g-4-w.svg) no-repeat;
  background-size: contain;
}
.under .ct .btm-link li a.freeconsul::before {
  background: url(img/common/g-3-w.svg) no-repeat center;
  background-size: contain;
}
.under-single .cate-ttl {
  display: block;
  width: 30%;
  margin: 70px auto 0;
  padding: 1em 0;
  text-align: center;
  font-size: 2.1rem;
  color: white;
}
.under-single .cate-ttl.information {
  background-color: #ff931e;
}
.under-single .cate-ttl.event {
  background-color: #7ac943;
}
.under-single .cate-ttl.other {
  background-color: #00aaeb;
}
.under-single .term-ttl {
  margin: 50px auto 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.under-single .post {
  margin-top: 70px;
}
.under-single .post-ttl {
  padding-top: 1.5em;
  padding-left: 120px;
  font-size: 2.1rem;
  position: relative;
}
.under-single .post-ttl::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 84px;
  background: url(img/common/ico-1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.under-single .post-meta {
  margin-top: 70px;
  margin-bottom: 30px;
  padding-left: 20px;
  display: -webkit-flex;
  display: flex;
  border-left: 10px solid #7ac943;
}
.under-single .post-meta li {
  margin-right: 30px;
}
.under-single .post-meta li.cate {
  display: block;
  width: 150px;
  padding: 0;
  color: white;
  text-align: center;
}
.under-single .post-meta li.cate.information {
  background-color: #ff931e;
}
.under-single .post-meta li.cate.event {
  background-color: #7ac943;
}
.under-single .post-meta li.cate.other {
  background-color: #00aaeb;
}
.under-single .post-meta li.cate.meminfo {
  background-color: #7ac943;
}
.under-single .post .context {
  margin: 50px auto 0;
}
.under-single .post .context p,
.under-single .post .context ul,
.under-single .post .context ol {
  margin: 0;
}
.under-single .post .context p li,
.under-single .post .context ul li,
.under-single .post .context ol li {
  margin-left: 1em;
}
.under-single .post .context p.wp-caption-text {
  margin-top: 0;
}
.under-single .post .context img {
  display: block;
  height: auto;
  max-width: 100%;
}
.under-single .post .context img.alignleft {
  margin: 0 50px 50px 0;
  float: left;
}
.under-single .post .context img.alignright {
  margin: 0 0 50px 50px;
  float: right;
}
.under-single .post .context img.aligncenter {
  margin: 0 auto 50px;
}
.under-single .archive-list {
  margin-top: 70px;
}
.under-single .archive-list-ttl {
  padding-top: 1.5em;
  padding-left: 120px;
  font-size: 2.1rem;
  position: relative;
}
.under-single .archive-list-ttl::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 84px;
  background: url(img/common/ico-2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.under-single .archive-list dl {
  display: table;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #505050;
}
.under-single .archive-list dl:nth-of-type(1) {
  margin-top: 30px;
}
.under-single .archive-list dl dt,
.under-single .archive-list dl dd {
  display: table-cell;
}
.under-single .archive-list dl dt {
  width: 10%;
}
.under-single .archive-list dl dd:nth-of-type(1) {
  width: 15%;
}
.under-single .archive-list dl dd:nth-of-type(1) .cate {
  display: block;
  width: 150px;
  color: white;
  padding: 0;
  text-align: center;
}
.under-single .archive-list dl dd:nth-of-type(1) .cate.information {
  background-color: #ff931e;
}
.under-single .archive-list dl dd:nth-of-type(1) .cate.event {
  background-color: #7ac943;
}
.under-single .archive-list dl dd:nth-of-type(1) .cate.other {
  background-color: #00aaeb;
}
.under-single .archive-list dl dd:nth-of-type(1) .cate.meminfo {
  background-color: #7ac943;
}
.under-single .archive-list dl dd a {
  color: #505050;
  text-decoration: none;
}
.under-single .wp-pagenavi {
  margin-top: 50px;
  padding: 1em 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.under-single .wp-pagenavi a,
.under-single .wp-pagenavi span {
  text-decoration: none;
  border: none;
  border-right: 1px solid #505050;
  padding: 0.25em 1em;
  margin: 0;
  color: #505050;
  box-sizing: border-box;
}
.under-single .wp-pagenavi a.page, .under-single .wp-pagenavi a.current,
.under-single .wp-pagenavi span.page,
.under-single .wp-pagenavi span.current {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.under-single .wp-pagenavi a.pages, .under-single .wp-pagenavi a.nextpostslink, .under-single .wp-pagenavi a.previouspostslink,
.under-single .wp-pagenavi span.pages,
.under-single .wp-pagenavi span.nextpostslink,
.under-single .wp-pagenavi span.previouspostslink {
  border: none;
}
.under-single .wp-pagenavi a.pages:hover, .under-single .wp-pagenavi a.nextpostslink:hover, .under-single .wp-pagenavi a.previouspostslink:hover,
.under-single .wp-pagenavi span.pages:hover,
.under-single .wp-pagenavi span.nextpostslink:hover,
.under-single .wp-pagenavi span.previouspostslink:hover {
  background-color: transparent;
  color: #505050;
  font-weight: normal;
}
.under-single .wp-pagenavi a:hover,
.under-single .wp-pagenavi span.current {
  color: #7ac943;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.under-our-works .ct-1 p:nth-of-type(1) {
  margin-top: 70px;
}
.under-our-works .ct-2 {
  padding-top: 0;
}
.under-our-works .ct-2 .step {
  margin-top: 100px;
  position: relative;
}
.under-our-works .ct-2 .step::before {
  content: "";
  display: block;
  width: 30%;
  height: 240px;
  background-color: #7ac943;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.under-our-works .ct-2 .step-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.under-our-works .ct-2 .step-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 300px;
  max-width: 300px;
  height: 240px;
  padding-left: 50px;
  background-color: #7ac943;
  font-size: 3.2rem;
  font-weight: bold;
  color: white;
  position: relative;
  box-sizing: border-box;
}
.under-our-works .ct-2 .step-ttl::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 120px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.under-our-works .ct-2 .step-ttl strong {
  margin-bottom: 0.3em;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.under-our-works .ct-2 .step-subttl {
  font-size: 2.1rem;
  font-weight: bold;
}
.under-our-works .ct-2 .step-blk {
  width: calc(100% - 300px - 100px);
}
.under-our-works .ct-2 .step-blk .support {
  margin: 30px 0 0;
  padding: 25px;
  border: 4px solid #7ac943;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.under-our-works .ct-2 .step-blk .support-ttl {
  padding-bottom: 0.5em;
  font-size: 2.1rem;
  color: #7ac943;
  font-weight: bold;
  border-bottom: 2px solid #7ac943;
}
.under-our-works .ct-2 .step-blk .support ul {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-our-works .ct-2 .step-blk .support ul li {
  margin-right: 2em;
}
.under-our-works .ct-2 .step-blk .support ul li a {
  padding-bottom: 0.25em;
  position: relative;
  color: #505050;
  text-decoration: none;
}
.under-our-works .ct-2 .step-blk .support ul li a:hover {
  color: #7ac943;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.under-our-works .ct-2 .step-blk .support ul li a:hover::before {
  border-color: #7ac943;
}
.under-our-works .ct-2 .step-blk .support ul li a:hover::after {
  width: 100%;
}
.under-our-works .ct-2 .step-blk .support ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.35em;
  width: 12px;
  height: 12px;
  border: 1px solid #505050;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.under-our-works .ct-2 .step-blk .support ul li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #7ac943;
  position: absolute;
  bottom: 0;
  left: 0;
}
.under-our-works .ct-2 .step-blk .support p {
  margin-top: 15px;
  color: #7ac943;
}
.under-our-works .ct-2 .step-blk .note-list {
  display: table;
  margin: 15px 0 0 auto;
}
.under-our-works .ct-2 .step-blk .note-list li {
  padding-left: 1em;
  text-align: right;
  position: relative;
}
.under-our-works .ct-2 .step-blk .note-list li::before {
  content: "＊";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.under-our-works .ct-3 {
  padding-top: 0;
}
.under-our-works .ct-3 .faq-tb th,
.under-our-works .ct-3 .faq-tb td {
  vertical-align: middle;
}
.under-our-works .ct-3 .faq-tb td {
  padding: 2em;
}
.under-our-works .ct-3 .faq-tb .question th {
  width: 140px;
  padding: 25px 0;
  background-color: #7ac943;
}
.under-our-works .ct-3 .faq-tb .question th img {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.under-our-works .ct-3 .faq-tb .question td {
  font-size: 2.1rem;
  font-weight: bold;
}
.under-our-works .ct-3 .faq-tb .answer td {
  background-color: #e4f4d9;
}
.under-results-list-ttl {
  padding: 50px 0 20px 10px;
  background: url(img/common/header.svg) no-repeat bottom right;
  background-size: auto 100%;
  border-bottom: 2px solid #7ac943;
  font-size: 2.1rem;
  position: relative;
}
.under-results-list-ttl::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 24px;
  height: 24px;
  background: url(img/icon/search.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.under-results-list .results-info {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.under-results-list .results-info:nth-of-type(1) {
  margin-top: 20px;
}
.under-results-list .results-info table {
  margin-top: 30px;
  background-color: #cae9b4;
  border-collapse: separate;
  border-spacing: 10px;
}
.under-results-list .results-info table th,
.under-results-list .results-info table td {
  padding: 0.25em;
  background-color: white;
  box-sizing: border-box;
}
.under-results-list .results-info table th {
  width: 180px;
  max-width: 180px;
  padding-left: 2em;
  position: relative;
}
.under-results-list .results-info table th::before {
  content: "❐";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0.5em;
}
.under-results-list .results-info table tr:nth-of-type(1) td:nth-of-type(1) {
  width: 400px;
}
.under-freeconsul .pg-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-freeconsul .pg-link li {
  width: calc(100% / 2 - 25px);
}
.under-freeconsul .pg-link li a {
  display: block;
  padding: 1em 0;
  background-color: #ccc;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
}
.under-freeconsul .pg-link li a.active {
  background-color: #fbb03b;
}
.under-freeconsul .pg-link li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #fbb03b;
}
.under-freeconsul .consul {
  margin-top: 50px;
}
.under-freeconsul .consul .ttl-green {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  padding: 0;
  padding-left: 100px;
  font-size: 2.1rem;
}
.under-freeconsul .consul .ttl-green::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 63px;
  background: url(img/common/ico-1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.under-freeconsul .consul-wrap {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-freeconsul .consul-wrap .lb {
  display: table;
  padding: 1em 0;
  width: 240px;
  background-color: #00aaeb;
  color: white;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.under-freeconsul .consul-wrap .lb.no-reception {
  position: relative;
}
.under-freeconsul .consul-wrap .lb.no-reception::after {
  content: "＊現在は、行っていません";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -2em;
  font-size: 1.4rem;
  color: #505050;
  font-weight: normal;
}
.under-freeconsul .consul-info {
  width: calc(100% - 240px - 50px);
}
.under-freeconsul .consul-info-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.under-freeconsul .consul-info-ttl:not(:nth-of-type(1)) {
  margin-top: 50px;
}
.under-freeconsul .consul-info-ttl::before, .under-freeconsul .consul-info-ttl::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #505050;
}
.under-freeconsul .consul-info-ttl::before {
  margin-right: 10px;
  padding-left: 15px;
}
.under-freeconsul .consul-info-ttl::after {
  margin-left: 10px;
  padding-right: 15px;
}
.under-freeconsul .consul-info dl {
  display: table;
  margin-top: 15px;
  width: 100%;
}
.under-freeconsul .consul-info dl:nth-of-type(1) {
  margin-top: 30px;
}
.under-freeconsul .consul-info dl dt,
.under-freeconsul .consul-info dl dd {
  display: table-cell;
  padding: 1em;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.5;
}
.under-freeconsul .consul-info dl dt {
  width: 30%;
  max-width: 30%;
  background-color: #f2f2f2;
}
.under-freeconsul .consul-info dl dd {
  padding-left: 50px;
}
.under-freeconsul .consul-info ul.note-list li {
  padding-left: 1.5em;
  position: relative;
}
.under-freeconsul .consul-info ul.note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.under-freeconsul .consul-info2 {
  padding: 0 100px;
}
.under-freeconsul .app-box {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #7ac943;
  box-sizing: border-box;
}
.under-freeconsul .app-box-ttl {
  font-size: 2.1rem;
  font-weight: bold;
  color: #7ac943;
  text-align: center;
}
.under-freeconsul .app-box .tel {
  margin-top: 15px;
  font-size: 1.8rem;
}
.under-freeconsul .app-box-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 80%;
  margin: 15px auto 0;
}
.under-freeconsul .app-box-wrap p {
  margin-top: 0;
  width: 80%;
}
.under-freeconsul .app-box-wrap .linkbtn {
  display: block;
  padding: 0.75em 2em;
  background-color: #7ac943;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.under-about .sub-ttl {
  margin-top: 70px;
  font-size: 3rem;
  text-align: center;
}
.under-about-greeting {
  margin-top: 50px;
}
.under-about-greeting .blk-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-about-greeting img {
  display: block;
  margin-top: 50px;
  width: 250px;
}
.under-about-greeting .txt-blk {
  width: calc(100% - 250px - 150px);
}
.under-about-greeting .sign {
  font-size: 2.1rem;
  text-align: right;
}
.under-about-activity {
  margin-top: 50px;
}
.under-about-activity .link-list li {
  margin-left: 1em;
  list-style-type: disc;
}
.under-about-activity .link-list li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #505050;
  text-decoration: none;
}
.under-about-gaiyo {
  margin-top: 50px;
}
.under-about-gaiyo table th,
.under-about-gaiyo table td {
  padding: 0.5em 1.5em;
  border: 1px solid #ccc;
}
.under-about-access {
  margin-top: 50px;
}
.under-about-access .map {
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 450px;
}
.under-organization .sub-ttl {
  margin-top: 70px;
  font-size: 3rem;
  text-align: center;
}
.under-organization-chart {
  margin-top: 50px;
}
.under-organization-chart a {
  pointer-events: none;
}
.under-organization-chart img {
  display: block;
  margin-top: 70px;
  width: 100%;
}
.under-organization-chart dl {
  display: table;
  padding: 1em 0;
  width: 100%;
}
.under-organization-chart dl:nth-of-type(1) {
  margin-top: 70px;
}
.under-organization-chart dl dt,
.under-organization-chart dl dd {
  display: table-cell;
}
.under-organization-chart dl:last-child dd {
  border-bottom: none;
}
.under-organization-chart dl dt {
  width: 25%;
}
.under-organization-chart dl dt .lb {
  display: block;
  padding: 1em 0;
  width: 80%;
  background-color: #999999;
  color: white;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.under-organization-chart dl dt .lb.lb2 {
  padding: 2em 0;
  background-color: #7ac943;
}
.under-organization-chart dl dd {
  border-bottom: 1px dashed #ccc;
}
.under-links-info {
  margin-top: 70px;
}
.under-links-info .link-list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-links-info .link-list-wrap li {
  width: 50%;
  max-width: 50%;
  margin: 0 0 .5em;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.under-links-info .link-list-wrap li a {
  display: block;
  padding: 1em 0;
  padding-left: 50px;
  color: #505050;
  text-decoration: none;
  position: relative;
}
.under-links-info .link-list-wrap li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 25px;
  background-color: #7ac943;
  position: absolute;
  top: 1.25em;
  left: 20px;
}
.under-links-info .link-list-wrap li:nth-of-type(4n), .under-links-info .link-list-wrap li:nth-of-type(4n-1) {
  background-color: #f2f2f2;
}
.under-links-info .link-list {
  display: table;
  padding: 25px 0;
  width: 100%;
}
.under-links-info .link-list:nth-of-type(1) {
  margin-top: 50px;
}
.under-links-info .link-list:nth-of-type(2n) {
  background-color: #f2f2f2;
}
.under-links-info .link-list dt,
.under-links-info .link-list dd {
  display: table-cell;
  padding: 0 1.5em;
  box-sizing: border-box;
}
.under-links-info .link-list dt {
  width: 45%;
  max-width: 45%;
  padding-left: 50px;
  position: relative;
}
.under-links-info .link-list dt::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 25px;
  background-color: #7ac943;
  position: absolute;
  top: 0.25em;
  left: 20px;
}
.under-links-info .link-list dt a {
  color: #505050;
  text-decoration: none;
}
.under-contact-form {
  margin-top: 70px;
}
.under-contact-form .notnull {
  color: red;
  font-weight: normal;
}
.under-contact-form .inp_mes {
  text-align: left;
}
.under-contact-form .conf_mes {
  display: none;
}
.under-contact-form .formbox table {
  margin-top: 10px;
}
.under-contact-form .formbox table th,
.under-contact-form .formbox table td {
  padding: 1.5em;
  box-sizing: border-box;
  z-index: -1;
  border-bottom: 1px solid #ccc;
}
.under-contact-form .formbox table tr:nth-of-type(1) th,
.under-contact-form .formbox table tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.under-contact-form .formbox table th {
  width: 25%;
  max-width: 25%;
  position: relative;
  vertical-align: top;
  background-color: #f2f2f2;
  text-align: left;
  font-weight: bold;
}
.under-contact-form .formbox table td .row {
  margin-top: 0.75em;
  overflow: hidden;
}
.under-contact-form .formbox table td .row:nth-of-type(1) {
  margin-top: 0;
}
.under-contact-form .formbox table td input[type="text"],
.under-contact-form .formbox table td input[type="email"],
.under-contact-form .formbox table td select,
.under-contact-form .formbox table td textarea {
  font-size: 1.6rem;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: white;
  box-sizing: border-box;
}
.under-contact-form .formbox table td input[type="text"]::placeholder,
.under-contact-form .formbox table td input[type="email"]::placeholder,
.under-contact-form .formbox table td select::placeholder,
.under-contact-form .formbox table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.under-contact-form .formbox table td input[type="text"]:nth-last-of-type(1),
.under-contact-form .formbox table td input[type="email"]:nth-last-of-type(1),
.under-contact-form .formbox table td select:nth-last-of-type(1),
.under-contact-form .formbox table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.under-contact-form .formbox table td input[type="radio"],
.under-contact-form .formbox table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.under-contact-form .formbox table td select {
  width: auto;
  font-size: 100%;
}
.under-contact-form .formbox table td textarea {
  width: 80%;
  font-family: sans-serif;
}
.under-contact-form .formbox table td input[name="個人事業主様名（姓）"],
.under-contact-form .formbox table td input[name="個人事業主様名（名）"],
.under-contact-form .formbox table td input[name="個人事業主様名（セイ）"],
.under-contact-form .formbox table td input[name="個人事業主様名（メイ）"],
.under-contact-form .formbox table td input[name="ご担当者（姓）"],
.under-contact-form .formbox table td input[name="ご担当者（名）"],
.under-contact-form .formbox table td input[name="ご担当者（セイ）"],
.under-contact-form .formbox table td input[name="ご担当者（メイ）"] {
  width: 30%;
}
.under-contact-form .formbox table td input[name="ご担当者（セイ）"],
.under-contact-form .formbox table td input[name="ご担当者（メイ）"] {
  margin-bottom: 0;
}
.under-contact-form .formbox table td input[name="御社名"],
.under-contact-form .formbox table td input[name="御社名カナ"] {
  width: 80%;
  max-width: 80%;
}
.under-contact-form .formbox table td input[name="住所1"],
.under-contact-form .formbox table td input[name="住所2"] {
  width: 80%;
  max-width: 80%;
}
.under-contact-form .formbox table td input[name="郵便番号"] {
  width: 8em;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.under-contact-form .formbox table td input[type="email"] {
  width: 80%;
  max-width: 80%;
}
.under-contact-form .formbox table td .mwform-tel-field input,
.under-contact-form .formbox table td .mwform-zip-field input {
  width: auto;
}
.under-contact-form .mwform-checkbox-field {
  display: block;
  overflow: hidden;
}
.under-contact-form .mwform-checkbox-field input[type="radio"],
.under-contact-form .mwform-checkbox-field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.under-contact-form .btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.under-contact-form .btnarea input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 5em;
  font-size: 2rem;
  color: white;
  border: none;
  cursor: pointer;
}
.under-contact-form .btnarea input.send_btn, .under-contact-form .btnarea input.send_btn2 {
  background-color: #7ac943;
  color: white;
}
.under-contact-form .btnarea input.send_btn:disabled, .under-contact-form .btnarea input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.under-contact-form .btnarea input.upd_btn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: #505050;
}
.under-contact-form .pr-check {
  margin-top: 30px;
}
.under-contact-form .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.under-contact-form .privacy_wrap {
  margin: 0;
}
.under-contact-form .privacy_wrap .inp_mes {
  font-weight: bold;
}
.under-contact-form .privacy_wrap .privacy {
  counter-reset: num;
  width: auto;
  height: 150px;
  margin: 50px auto 0;
  padding: 2em;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
}
.under-contact-form .privacy_wrap .privacy h2 {
  margin-top: 20px;
}
.under-contact-form .privacy_wrap .privacy h2::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0.75em;
  left: 1em;
}
.under-contact-form .privacy_wrap .privacy p {
  margin: 10px 0 0;
  line-height: 1.5;
}
.under-contact-form .privacy_wrap .privacy p strong {
  font-size: 1.4rem;
  font-weight: bold;
}
.under-contact-form .privacy_wrap .privacy ul {
  margin-top: 10px;
}
.under-contact-form .privacy_wrap .privacy ul li {
  margin-left: 1em;
  list-style: disc;
}
.under-contact-form .privacy_wrap .privacy ol {
  margin-top: 10px;
}
.under-contact-form .privacy_wrap .privacy ol li {
  margin-left: 1em;
  list-style-type: none;
}
.under .mw_wp_form_input .btnarea input.send_btn2 {
  display: none;
  background-color: #fbb03b;
  color: white;
}
.under .mw_wp_form_confirm .inp_mes {
  display: none;
}
.under .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.under .mw_wp_form_confirm .privacy {
  display: none !important;
}
.under .mw_wp_form_confirm .conf_mes {
  display: block;
}
.under-privacy .pri-ttl {
  margin-top: 70px;
  text-align: center;
  font-size: 2.1rem;
}
.under-privacy .policy {
  counter-reset: num;
  margin-top: 50px;
}
.under-privacy .policy .t-area {
  padding: 0 30px;
}
.under-privacy .policy .subttl-gray {
  padding-left: 2.5em;
}
.under-privacy .policy .subttl-gray::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0.75em;
  left: 1em;
}
.under-login .um-login {
  max-width: 70% !important;
  margin: 100px auto 0;
  box-sizing: border-box;
}
.under-login ._um_row_1 {
  padding: 50px 150px;
  border: 4px solid #7ac943;
}
.under-login ._um_row_1 .um-col-1 .um-field {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
}
.under-login ._um_row_1 .um-col-1 .um-field-username .um-field-label label {
  font-size: 0 !important;
}
.under-login ._um_row_1 .um-col-1 .um-field-username .um-field-label label::before {
  content: "社労士登録番号";
  font-size: 1.6rem;
}
.under-login ._um_row_1 .um-col-1 .um-field-label,
.under-login ._um_row_1 .um-col-1 .um-field-area {
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.under-login ._um_row_1 .um-col-1 .um-field-label {
  width: 30%;
}
.under-login ._um_row_1 .um-col-1 .um-field-area {
  width: 70%;
}
.under-login .um-col-alt .um-field-area .um-field-checkbox {
  display: table;
  margin: 30px auto;
  width: auto;
}
.under-login .um-col-alt #um-submit-btn {
  background-color: #7ac943;
}
.under-password .um-password {
  max-width: 50% !important;
  margin: 100px auto 0;
  box-sizing: border-box;
}
.under-password .um-form {
  padding: 50px 100px;
  border: 4px solid #7ac943;
}
.under-password .um-form .um-field-block {
  line-height: 1.5;
}
.under-password .um-col-alt #um-submit-btn {
  background-color: #7ac943;
}
.under-mem_movie-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.under-mem_movie-list .movie-blk {
  width: 30%;
  margin-top: 60px;
  margin-right: 60px;
}
.under-mem_movie-list .movie-blk-ttl {
  margin-top: 1.5em;
  text-align: center;
  font-size: 2rem;
}
.under-mem_movie-list .movie-blk p {
  margin-top: 20px;
}
.under-mem_movie-list .movie-blk img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.under-mem_movie-list .movie-blk:nth-of-type(3n) {
  margin-right: 0;
}
.under-mem_download-list {
  margin-top: 70px;
}
.under-mem_download-list .dl-blk {
  margin-top: 50px;
  overflow: hidden;
}
.under-mem_download-list table {
  border-collapse: collapse;
}
.under-mem_download-list table th,
.under-mem_download-list table td {
  padding: 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.under-mem_download-list table th {
  background-color: #f2f2f2;
  text-align: center;
}
.under-mem_download-list table th:nth-of-type(1) {
  width: 30%;
  max-width: 30%;
}
.under-mem_download-list table th:nth-of-type(3) {
  width: 20%;
  max-width: 20%;
}
.under-mem_download-list table td {
  line-height: 1.5;
  vertical-align: middle;
}
.under-mem_download-list table td .btn {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.error-pink input[type="text"],
.error-pink input[type="email"],
.error-pink input[type="tel"],
.error-pink input[type="url"],
.error-pink select {
  background: rgba(255, 192, 203, 0.5) !important;
}

/* ================================================================== */
/* SMP */
/* ================================================================== */
@media screen and (max-width: 767px) {
  .cnt, .pan, .search-inner, .top .info-inner, .top .service-inner, .top .contact .forminput .formbox, .under .ct-inner, .under-our-works .ct-2 .step-inner {
    max-width: 90%;
  }

  .br-pc,
  .dn-sp {
    display: none;
  }

  .br-sp,
  .dn-pc {
    display: block;
  }

  body {
    font-family: sans-serif;
    min-width: initial;
    font-size: 1.4rem;
  }

  /* ====================================================================== */
  /* HEADER */
  /* ====================================================================== */
  header {
    width: 100%;
    height: auto;
    background-color: white;
    border-bottom: 10px solid #f0f0f0;
    position: fixed;
    z-index: 50;
  }
  header .inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 20px 10px;
    background: url(img/common/header.svg) no-repeat right bottom;
    background-size: auto 60%;
  }
  header .site-ttl {
    margin-left: 60px;
  }
  header .site-ttl a {
    padding-left: 45px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3;
  }
  header .site-ttl a::before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .contact-btn {
    display: none;
  }

  .d_nav {
    display: block;
  }

  .g-menu {
    display: none;
  }

  /* ====================================================================== */
  /* CONTENT */
  /* ====================================================================== */
  article table th,
  article table td {
    padding: 1em;
  }

  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
  article .pagenavi {
    margin-top: 50px;
  }
  article .pagenavi a {
    display: inline-block;
    margin: 0 10px;
    padding: 0.75em 1em;
    font-size: 1.4rem;
  }

  /* ====================================================================== */
  /* Footer */
  /* ====================================================================== */
  footer .f-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
  }
  footer .f-inner .unei {
    padding-right: 0;
    position: relative;
  }
  footer .f-inner .unei p {
    display: table;
    margin: 20px auto 0;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
  }
  footer .f-inner .unei .ssl-seal {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    display: none;
  }
  footer .f-inner .unei .ssl-seal li {
    margin: 0 1em;
    font-size: 1.1rem;
  }
  footer .f-inner .site-ttl a {
    padding-top: 0.5em;
    padding-left: 45px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3;
  }
  footer .f-inner .site-ttl a::before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .f-inner .f-menu {
    display: none;
  }
  footer .copyright {
    font-size: 1rem;
    line-height: 1.2;
  }

  #btm-btn ul li a.pagetop {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    transform: scale(0.9);
  }
  #btm-btn ul li a.pagetop img {
    width: 15px;
    height: auto;
    object-fit: cover;
    margin-bottom: 0.5em;
  }

  .contactbtn li a {
    width: 45px;
    height: 120px;
    font-size: 1.4rem;
  }
  .contactbtn li a::before {
    width: 12px;
    height: 12px;
    bottom: 0;
  }
  .contactbtn li a::after {
    bottom: -25px;
    border-width: 0 45px 25px 0;
  }

  .iziModal {
    max-width: 90% !important;
    margin-top: 180px !important;
  }

  .iziModal_iframe {
    max-width: 90% !important;
    max-height: 240px !important;
  }
  .iziModal_iframe .iziModal-iframe {
    height: 200px !important;
  }

  .iziModal_video {
    max-width: 90% !important;
  }

  .link-btn {
    width: 80%;
    margin: 30px auto 0;
  }

  .search {
    padding: 30px 0 50px;
  }
  .search-ttl {
    display: table;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .search-ttl::before {
    width: 80px;
    height: 75px;
    top: -50px;
    left: -90px;
  }
  .search .lead-txt {
    margin-top: 0;
  }
  .search-inner {
    margin-top: 50px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .search-box {
    width: auto;
  }
  .search-box .ttl {
    font-size: 1.6rem;
  }
  .search-box:nth-of-type(2) {
    margin-top: 30px;
  }
  .search .areamap {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  .search .areamap a {
    height: 100px;
  }
  .search .areamap a span {
    display: block;
    width: 100px;
    padding: 0.5em 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .search .areamap a.karasuyama {
    height: 120px;
  }
  .search .areamap a.kinuta {
    height: 190px;
    top: 110px;
  }
  .search .consul {
    margin-top: 30px;
  }
  .search .consul li a {
    padding: 0.5em 70px 0.5em 30px;
    font-size: 1.3rem;
  }
  .search .consul li a::before {
    width: 15px;
    height: 15px;
  }
  .search .consul li a::after {
    content: "≫一覧";
    font-size: 1.1rem;
  }

  .catelink-btn {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catelink-btn li {
    width: calc(100% / 2 - 10px);
    margin: 10px 5px 0;
  }
  .catelink-btn li a {
    font-size: 1.5rem;
  }
  .catelink-btn-top {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .catelink-btn-top li {
    width: 80%;
    margin: 0 auto 10px;
  }
  .catelink-btn-top li:last-child {
    margin-bottom: 0;
  }
  .catelink-btn-top li a::before {
    width: 20px;
  }
  .catelink-btn-act {
    -webkit-flex-direction: initial;
    flex-direction: initial;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .catelink-btn-act li {
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px;
    text-align: center;
  }
  .catelink-btn-act li:nth-of-type(4n) {
    margin-right: 0;
  }
  .catelink-btn-act li a {
    font-size: 1.3rem;
  }

  /* ================================================================== */
  /* TOP */
  /* ================================================================== */
  .top .fv {
    margin-top: 100px;
    min-height: 260px;
    border-bottom: 10px solid #c4d700;
  }
  .top .info {
    padding: 50px 0;
  }
  .top .info-ttl {
    display: table;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .top .info-ttl::before {
    width: 70px;
    height: 58px;
    top: -20px;
    left: -80px;
  }
  .top .info-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top .info-box {
    margin-top: 15px;
    width: auto;
    max-width: initial;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .top .info-box:nth-of-type(1) {
    margin-top: 30px;
  }
  .top .info-box dt {
    padding: 0.75em 0 0.75em 70px;
    font-size: 1.6rem;
  }
  .top .info-box dt .date {
    font-size: 1.4rem;
  }
  .top .info-box dt .date strong {
    font-size: 1.8rem;
  }
  .top .info-box dt.new::before {
    left: 70px;
    font-size: 1.2rem;
  }
  .top .info-box dd {
    font-size: 1.2rem;
  }
  .top .service {
    padding: 50px 0 50px;
  }
  .top .service-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top .service-box {
    width: auto;
  }
  .top .service-box .ttl {
    height: 70px;
    border: 4px solid #7ac943;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 2rem;
  }
  .top .service-box .subttl {
    font-size: 1.6rem;
    border-left: 6px solid #7ac943;
  }
  .top .service-box p {
    height: auto;
  }
  .top .service .job .ttl::before {
    width: 90px;
    height: 90px;
  }
  .top .service .job .ttl::after {
    width: 60px;
    height: 50px;
    right: 10px;
  }
  .top .service .management {
    margin-top: 70px;
  }
  .top .service .management .ttl {
    padding-left: 80px;
  }
  .top .service .management .ttl::before {
    width: 120px;
    height: 100px;
  }

  /* ================================================================== */
  /* Under */
  /* ================================================================== */
  .under {
    padding-top: 100px;
    padding-bottom: 0;
    /* ================================================================== */
    /* Single */
    /* ================================================================== */
    /* ================================================================== */
    /* Our Works */
    /* ================================================================== */
    /* ================================================================== */
    /* Results */
    /* ================================================================== */
    /* ================================================================== */
    /* Freeconsul */
    /* ================================================================== */
    /* ================================================================== */
    /* About */
    /* ================================================================== */
    /* ================================================================== */
    /* Organization */
    /* ================================================================== */
    /* ================================================================== */
    /* Links */
    /* ================================================================== */
    /* ================================================================== */
    /* Contact */
    /* ================================================================== */
    /* ================================================================== */
    /* Privacy */
    /* ================================================================== */
    /* ================================================================== */
    /* Login */
    /* ================================================================== */
    /* ================================================================== */
    /* Password */
    /* ================================================================== */
    /* ================================================================== */
    /* Mem_movie */
    /* ================================================================== */
    /* ================================================================== */
    /* Mem_download */
    /* ================================================================== */
  }
  .under .ct {
    padding: 50px 0;
  }
  .under .ct-ttl {
    display: table;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .under .ct-ttl::before {
    width: 70px;
    height: 58px;
    top: -20px;
    left: -80px;
  }
  .under .ct .ttl-green {
    padding: 0.75em 1em 0.75em 2em;
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .under .ct .ttl-green::before {
    width: 8px;
    height: 8px;
    left: 0.75em;
  }
  .under .ct .btm-link {
    margin-top: 50px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under .ct .btm-link li {
    width: auto;
    margin-bottom: 15px;
  }
  .under .ct .btm-link li:last-child {
    margin-bottom: 0;
  }
  .under .ct .btm-link li a {
    font-size: 1.8rem;
  }
  .under .ct .btm-link li a::before {
    width: 40px;
    height: 40px;
  }
  .under-single .cate-ttl {
    width: 70%;
    margin: 30px auto 0;
    font-size: 1.8rem;
  }
  .under-single .term-ttl {
    margin: 30px auto 0;
    font-size: 1.8rem;
  }
  .under-single .post {
    margin-top: 30px;
  }
  .under-single .post-ttl {
    padding-top: 0.5em;
    padding-left: 60px;
    font-size: 1.6rem;
  }
  .under-single .post-ttl::before {
    width: 40px;
    height: 42px;
  }
  .under-single .post-meta {
    margin-top: 30px;
    padding-left: 20px;
    border-left: 6px solid #7ac943;
  }
  .under-single .post-meta li {
    margin-right: 20px;
  }
  .under-single .post-meta li.cate {
    width: 160px;
  }
  .under-single .post .context img {
    width: 100%;
  }
  .under-single .post .context img.alignleft {
    margin: 0 auto 50px;
    float: none;
  }
  .under-single .post .context img.alignright {
    margin: 0 auto 50px;
    float: none;
  }
  .under-single .post .context img.aligncenter {
    margin: 0 auto 50px;
  }
  .under-single .archive-list {
    margin-top: 70px;
  }
  .under-single .archive-list-ttl {
    padding-top: 0.5em;
    padding-left: 60px;
    font-size: 1.8rem;
  }
  .under-single .archive-list-ttl::before {
    width: 40px;
    height: 42px;
  }
  .under-single .archive-list dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .under-single .archive-list dl:nth-of-type(1) {
    margin-top: 30px;
  }
  .under-single .archive-list dl dt,
  .under-single .archive-list dl dd {
    display: block;
  }
  .under-single .archive-list dl dt {
    width: 30%;
  }
  .under-single .archive-list dl dd:nth-of-type(1) {
    width: 70%;
  }
  .under-single .archive-list dl dd:nth-of-type(1) .cate {
    width: 160px;
  }
  .under-single .archive-list dl dd:nth-of-type(2) {
    padding-top: 1em;
  }
  .under-our-works .ct-1 p:nth-of-type(1) {
    margin-top: 50px;
  }
  .under-our-works .ct-2 .step {
    margin-top: 50px;
  }
  .under-our-works .ct-2 .step::before {
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  .under-our-works .ct-2 .step-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-our-works .ct-2 .step-ttl {
    width: 100%;
    max-width: 100%;
    height: 120px;
    font-size: 2.4rem;
  }
  .under-our-works .ct-2 .step-ttl::before {
    height: 80px;
  }
  .under-our-works .ct-2 .step-ttl strong {
    font-size: 4rem;
  }
  .under-our-works .ct-2 .step-subttl {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .under-our-works .ct-2 .step-blk {
    width: auto;
    margin-top: 50px;
  }
  .under-our-works .ct-2 .step-blk .support ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-our-works .ct-2 .step-blk .note-list li {
    font-size: 1.3rem;
  }
  .under-our-works .ct-3 {
    padding-top: 0;
  }
  .under-our-works .ct-3 .faq-tb th,
  .under-our-works .ct-3 .faq-tb td {
    line-height: 1.5;
  }
  .under-our-works .ct-3 .faq-tb td {
    padding: 1em;
  }
  .under-our-works .ct-3 .faq-tb .question th {
    width: 15%;
    padding: 15px 0;
    background-color: #7ac943;
  }
  .under-our-works .ct-3 .faq-tb .question th img {
    display: block;
    width: auto;
    height: 40px;
    margin: 0 auto;
  }
  .under-our-works .ct-3 .faq-tb .question td {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .under-results-list-ttl {
    background-size: auto 50%;
    font-size: 1.8rem;
  }
  .under-results-list .results-info table {
    margin-top: 30px;
    border-collapse: collapse;
    border: 6px solid #cae9b4;
    box-sizing: border-box;
  }
  .under-results-list .results-info table th,
  .under-results-list .results-info table td {
    display: block;
  }
  .under-results-list .results-info table th {
    width: auto;
    max-width: initial;
    border-top: 6px solid #cae9b4;
  }
  .under-results-list .results-info table td {
    padding: 0 0.25em 0.25em 2em;
  }
  .under-results-list .results-info table tr:nth-of-type(1) th {
    border-top: none;
  }
  .under-results-list .results-info table tr:nth-of-type(1) td:nth-of-type(1) {
    width: auto;
  }
  .under-results-list .results-info table tr:nth-of-type(2) td:nth-of-type(1) {
    width: auto;
  }
  .under-freeconsul .pg-link {
    margin-top: 30px;
  }
  .under-freeconsul .pg-link li {
    width: calc(100% / 2 - 10px);
  }
  .under-freeconsul .pg-link li a {
    font-size: 1.5rem;
  }
  .under-freeconsul .consul {
    margin-top: 50px;
  }
  .under-freeconsul .consul .ttl-green {
    height: 46px;
    padding-left: 70px;
    font-size: 1.8rem;
  }
  .under-freeconsul .consul .ttl-green::before {
    width: 40px;
    height: 42px;
  }
  .under-freeconsul .consul-wrap {
    margin-top: 50px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-freeconsul .consul-wrap .lb {
    width: 180px;
    font-size: 1.6rem;
  }
  .under-freeconsul .consul-info {
    margin-top: 30px;
    width: auto;
  }
  .under-freeconsul .consul-info dl:nth-of-type(1) {
    margin-top: 15px;
  }
  .under-freeconsul .consul-info dl dt,
  .under-freeconsul .consul-info dl dd {
    padding: 0.5em;
  }
  .under-freeconsul .consul-info dl dt {
    width: 40%;
    max-width: 40%;
  }
  .under-freeconsul .consul-info dl dd {
    padding-left: 15px;
  }
  .under-freeconsul .consul-info p:nth-of-type(1) {
    margin-top: 15px;
  }
  .under-freeconsul .consul-info ul.note-list {
    margin-top: 15px;
  }
  .under-freeconsul .consul-info2 {
    padding: 0;
  }
  .under-freeconsul .consul-2 .consul-wrap {
    margin-top: 30px;
  }
  .under-freeconsul .consul-2 .consul-wrap .consul-info {
    margin-top: 0;
  }
  .under-freeconsul .consul-2 .consul-wrap .consul-info p:nth-of-type(1) {
    margin-top: 0;
  }
  .under-freeconsul .app-box {
    margin-top: 30px;
    padding: 20px;
  }
  .under-freeconsul .app-box-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .under-freeconsul .app-box .tel {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .under-freeconsul .app-box-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 15px auto 0;
  }
  .under-freeconsul .app-box-wrap p {
    margin-top: 0;
    width: auto;
  }
  .under-freeconsul .app-box-wrap .linkbtn {
    margin-top: 15px;
  }
  .under-about .sub-ttl {
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .under-about-greeting .blk-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-about-greeting img {
    display: block;
    width: 60%;
    margin: 50px auto 0;
  }
  .under-about-greeting .txt-blk {
    width: auto;
  }
  .under-about-greeting .sign {
    font-size: 1.8rem;
  }
  .under-about-activity .link-list li a {
    font-size: 1.6rem;
  }
  .under-about-gaiyo table th,
  .under-about-gaiyo table td {
    padding: 0.5em 1em;
  }
  .under-about-gaiyo table th {
    width: 30%;
  }
  .under-about-access .map {
    height: 250px;
  }
  .under-organization .sub-ttl {
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .under-organization-chart {
    margin-top: 30px;
  }
  .under-organization-chart a {
    pointer-events: visible;
  }
  .under-organization-chart img {
    margin-top: 30px;
    width: 100%;
  }
  .under-organization-chart dl {
    width: 100%;
  }
  .under-organization-chart dl:nth-of-type(1) {
    margin-top: 50px;
  }
  .under-organization-chart dl dt {
    width: 35%;
  }
  .under-organization-chart dl dt .lb {
    padding: 0.5em 0;
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
  }
  .under-organization-chart dl dt .lb.lb2 {
    padding: 1em 0.5em;
    background-color: #7ac943;
    line-height: 1.2;
  }
  .under-organization-chart dl dd {
    vertical-align: top;
  }
  .under-links-info {
    margin-top: 50px;
  }
  .under-links-info .link-list-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-links-info .link-list-wrap li {
    width: auto;
    max-width: initial;
    margin: 0 0 .5em;
    padding: 0;
  }
  .under-links-info .link-list-wrap li a::before {
    left: 10px;
  }
  .under-links-info .link-list-wrap li:nth-of-type(4n), .under-links-info .link-list-wrap li:nth-of-type(4n-1) {
    background-color: transparent;
  }
  .under-links-info .link-list-wrap li:nth-of-type(2n) {
    background-color: #f2f2f2;
  }
  .under-links-info .link-list {
    display: block;
  }
  .under-links-info .link-list:nth-of-type(1) {
    margin-top: 30px;
  }
  .under-links-info .link-list dt,
  .under-links-info .link-list dd {
    display: block;
  }
  .under-links-info .link-list dt {
    width: auto;
    max-width: initial;
    padding-left: 40px;
  }
  .under-links-info .link-list dd {
    padding-top: 1em;
  }
  .under-contact-form {
    margin-top: 50px;
  }
  .under-contact-form .formbox table {
    margin-top: 10px;
    display: block;
  }
  .under-contact-form .formbox table th,
  .under-contact-form .formbox table td {
    padding: 1em;
    display: block;
  }
  .under-contact-form .formbox table tr:nth-of-type(1) td {
    border-top: none;
  }
  .under-contact-form .formbox table th {
    width: auto;
    max-width: initial;
  }
  .under-contact-form .formbox table td .row {
    margin-top: 0.75em;
    overflow: hidden;
  }
  .under-contact-form .formbox table td input[type="text"],
  .under-contact-form .formbox table td input[type="email"],
  .under-contact-form .formbox table td select,
  .under-contact-form .formbox table td textarea {
    font-size: 1.4rem;
    padding: 0.75em;
    box-sizing: border-box;
  }
  .under-contact-form .formbox table td textarea {
    width: 100%;
    max-width: 100%;
  }
  .under-contact-form .formbox table td input[name="個人事業主様名（姓）"],
  .under-contact-form .formbox table td input[name="個人事業主様名（名）"],
  .under-contact-form .formbox table td input[name="個人事業主様名（セイ）"],
  .under-contact-form .formbox table td input[name="個人事業主様名（メイ）"],
  .under-contact-form .formbox table td input[name="ご担当者（姓）"],
  .under-contact-form .formbox table td input[name="ご担当者（名）"],
  .under-contact-form .formbox table td input[name="ご担当者（セイ）"],
  .under-contact-form .formbox table td input[name="ご担当者（メイ）"] {
    width: 45%;
    max-width: 45%;
  }
  .under-contact-form .formbox table td input[name="ご担当者（セイ）"],
  .under-contact-form .formbox table td input[name="ご担当者（メイ）"] {
    margin-bottom: 0;
  }
  .under-contact-form .formbox table td input[name="御社名"],
  .under-contact-form .formbox table td input[name="御社名カナ"] {
    width: 100%;
    max-width: 100%;
  }
  .under-contact-form .formbox table td input[name="住所1"],
  .under-contact-form .formbox table td input[name="住所2"] {
    width: 100%;
    max-width: 100%;
  }
  .under-contact-form .formbox table td input[name="郵便番号"] {
    width: 8em;
    margin-bottom: 1em;
    font-size: 14px;
    padding: 0.75em;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .under-contact-form .formbox table td input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .under-contact-form .formbox table td .mwform-tel-field input,
  .under-contact-form .formbox table td .mwform-zip-field input {
    width: auto;
  }
  .under-contact-form .btnarea {
    margin-top: 30px;
  }
  .under-contact-form .btnarea input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 1em 3em;
    font-size: 1.6rem;
  }
  .under-contact-form .pr-check {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .under-contact-form .btm-txt {
    margin: 30px 0 0;
    font-size: 1.5rem;
  }
  .under-contact-form .privacy_wrap {
    margin: 0;
  }
  .under-contact-form .privacy_wrap .inp_mes {
    font-weight: bold;
  }
  .under-contact-form .privacy_wrap .privacy {
    height: 120px;
    margin: 30px auto 0;
  }
  .under-privacy .pri-ttl {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .under-privacy .policy {
    margin-top: 25px;
  }
  .under-privacy .policy .t-area {
    padding: 0 15px;
  }
  .under-login .um-login {
    max-width: 90% !important;
    margin: 50px auto 0;
  }
  .under-login ._um_row_1 {
    padding: 15px;
  }
  .under-login ._um_row_1 .um-col-1 .um-field {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-login ._um_row_1 .um-col-1 .um-field-label,
  .under-login ._um_row_1 .um-col-1 .um-field-area {
    height: auto;
  }
  .under-login ._um_row_1 .um-col-1 .um-field-label {
    width: auto;
  }
  .under-login ._um_row_1 .um-col-1 .um-field-area {
    width: auto;
  }
  .under-password .um-password {
    max-width: 90% !important;
    margin: 50px auto 0;
  }
  .under-password .um-form {
    padding: 15px;
  }
  .under-mem_movie-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
  .under-mem_movie-list .movie-blk {
    width: auto;
    margin-top: 30px;
    margin-right: 0;
  }
  .under-mem_movie-list .movie-blk-ttl {
    font-size: 1.8rem;
  }
  .under-mem_movie-list .movie-blk img {
    width: 100%;
    height: 180px;
  }
  .under-mem_download-list {
    margin-top: 50px;
  }
  .under-mem_download-list .dl-blk {
    margin-top: 30px;
  }
  .under-mem_download-list table {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
  }
  .under-mem_download-list table th,
  .under-mem_download-list table td {
    display: block;
  }
  .under-mem_download-list table th {
    display: none;
  }
  .under-mem_download-list table td {
    line-height: 1.5;
    border-top: none;
    border-bottom: none;
    position: relative;
  }
  .under-mem_download-list table td::before {
    content: "ファイル名";
    display: block;
    margin-bottom: 1em;
    padding: 0.25em 0;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
  }
  .under-mem_download-list table td:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .under-mem_download-list table td:nth-of-type(2)::before {
    content: "内容";
  }
  .under-mem_download-list table td:nth-of-type(3)::before {
    content: "ダウンロードファイル";
  }

  a[href^="tel:"] {
    pointer-events: visible;
  }
}

.sch-pre{
  width: 100%;
  margin: 0 auto;
  text-align: center;

}
.schedule-btn{
  background: #7ac943;
  display: inline-block;
  text-align: center;
  margin: 50px 0 -20px -40px;
  padding: 15px 40px;
}
.sch-pre a{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.schedule-btn:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 34px;
  height: 40px;
  background: url(img/icon/schedule.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .schedule-btn{
    margin: 30px 0 20px 0;
    padding: 10px 15px;
  }
  .sch-pre a{
    font-size: 16px;
  }
.sm-mt80{
	margin-top:60px;
}
.pd40-40 .ct-ttl::before {
    width: 40px;
    height: 58px;
    top: -10px;
    left: -50px;
}
.pd40-40 .ct-ttl {
    font-size: 1.8rem;
}
.today-button {
    display: none!important;
}
	td#td-print-text-id{
		display:none;
	}
}
.pd40-40{
  padding: 40px 0!important;
}
.ct-inner2{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px 40px;
}

.gglcptch div {
  margin: 0 auto;
}

.rc-anchor-compact, .gglcptch {
  width: 100%!important;
}

