@charset "UTF-8";
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, hr,
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, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
　scroll-padding-top: 55px;
　scroll-behavior: smooth;
}
.btn_inquiry::before {
  top: auto;
}
.btn_faq::before {
  line-height: 13px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
/* min-width: 1036px;
  max-width: 1602px;*/
  margin: 0 auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2.45rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #141415;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea,
select,
input,
button {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, Verdana, sans-serif;
}
button {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
}
label {
  position: relative;
}
a:hover {
  text-decoration: underline;
}

.jss {
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#jing {
    max-width: 1000px;
    margin: 0 auto;
}

/* button */
.page--top a.btn, .page--top button.btn,
.about_regist a.btn, .about_regist button.btn,
#SERCH a.btn, #SERCH button.btn,
.area-search a.btn, .area-search button.btn,
.office_detail a.btn, .office_detail button.btn,
.search--list a.btn, .search--list button.btn {
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  background: #004986;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 2.0rem;
  padding: 14px 20px;
  display: inline-block;
  text-decoration: none;
  width: 50%;
  min-width: 300px;
}
.page--top a.btn[class*='icon-']:before, .page--top button.btn[class*='icon-']:before,
.about_regist a.btn[class*='icon-']:before, .about_regist button.btn[class*='icon-']:before,
#SERCH a.btn[class*='icon-']:before, #SERCH button.btn[class*='icon-']:before,
.area-search a.btn[class*='icon-']:before, .area-search button.btn[class*='icon-']:before,
.office_detail a.btn[class*='icon-']:before, .office_detail button.btn[class*='icon-']:before,
.search--list a.btn[class*='icon-']:before, .search--list button.btn[class*='icon-']:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.search--list a.btn.icon-search:before, .search--list button.btn.icon-search:before,
.page--top a.btn.icon-search:before, .page--top button.btn.icon-search:before,
#SERCH a.btn.icon-search:before, #SERCH button.btn.icon-search:before,
.area-search a.btn.icon-search:before, .area-search button.btn.icon-search:before {
  width: 18px;
  height: 18px;
  background: url(/jing/img/icon-search.svg) center no-repeat;
  background-size: 18px 18px;
  margin-top: -2px;
}

/*-------------------------------　▼　▼ jing-footer　▼　▼ -------------------------------*/
#footer{
    background-color: #fff;;
}
#footer .footer__upper {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 2% 0% 5%;
}
#footer .footer__upper .siteinfo {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 60px 0 50px;
}
#footer .footer__upper .siteinfo:after {
  content: "";
  clear: both;
  display: block;
}
#footer .footer__upper .siteinfo .logo {
  float: left;
}
#footer .footer__upper .siteinfo p {
  margin-left: 290px;
}
#footer .footer__upper .footer-search:after {
  content: "";
  clear: both;
  display: block;
}
#footer .footer__upper .footer-search h3 {
  margin-bottom: 10px;
  color: #004986;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-weight: bold;
}
#footer .footer__upper .footer-search h3:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #004986;
}
#footer .footer__upper .footer-search dl {
  margin-left: 15px;
}
#footer .footer__upper .footer-search dl dt {
  font-weight: bold;
  color: #004986;
}
#footer .footer__upper .footer-search dl dd {
  margin-bottom: 15px;
}
#footer .footer__upper .footer-search dl dd span:before {
  content: "\A";
  white-space: pre;
}
#footer .footer__upper .footer-search__tax {
  width: 50%;
  float: left;
  padding: 25px 1% 0 1%;
}
#footer .footer__upper .footer-search__law {
  width: 50%;
  float: right;
  border-left: 1px solid #eee;
  padding: 25px 1% 0 1%;
}
#footer .footer__upper .footer-search dl dd span {
  display: block;
  height: 0;
  overflow: hidden;
}
#footer .footer__upper .footer-search dl dd a:hover {
  opacity:1;
}
/*-------------------------------　▲　▲ jing-footer　▲　▲ -------------------------------*/

.dn_sp{
  display: none;
}
.wrapper {
  max-width: 1036px;
  padding: 0 2% 0;
  margin-left: auto;
  margin-right: auto
}
/* bread */
.wrapper_bread .breadcrumb{
  margin: 10px 0;
}
.wrapper_bread .breadcrumb li{
  margin-right: 25px;
}
.wrapper_bread .breadcrumb li:after{
  margin-top: -3px;
}

/*-------------------------------　▼　▼ page--top　▼　▼ -------------------------------*/
.page--top .sec-search__map .tab-contents {
  display: none;
}
.page--top .sec-search__map .tab-contents.is-active {
  display: block;
}
#TOP .visual {
  width:100%;
}
#TOP .headline--lv1 {
  font-size: 2.2rem;
  line-height: 38.5px;
  line-height: 3.35rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
  padding: 0;
  margin-bottom: 30px;
}
#TOP .serch_box,
#TOP .con_banner{
  background-color:#f6f6f6;
  margin: 0 auto 0;
  padding: 40px 0 40px;
}
#TOP .con_banner .wrapper{
  text-align: center;
}
#TOP .con_banner .wrapper img{
  width: 70%;
}
#TOP .mapsec_box{
  background-color:#e5ecf3;
  margin: 0 auto 0;
  padding: 40px 0 40px;
}
#TOP .top_banner .wrapper {
  text-align: center;
}
#TOP .top_banner{
  background-color: #f6f6f6;
  margin: 0 auto 0;
  padding: 40px 0 0px;
}
#TOP .top_banner img {
  width: 70%;
}

/*menu*/
#TOP .top_menu{
  margin-top: -7px;
}
/*メニューは共通なので親のクラス名入れていません*/
.top_menu{
  background: #004986;
}
.top_menu ul{
  display: flex;
  margin: 0 auto 0;
  max-width: 1036px;
  padding: 10px;
}
.top_menu ul li{
  padding: 10px 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.top_menu ul li:first-child {
  border-right: 1px solid #fff;
}
.top_menu ul li a{
  color:#fff;
}
.top_menu ul li a:hover{
  text-decoration: none;
}
.top_menu ul li:last-child{
  width: 38%;
  border-right: none;
  background: #fff;
  margin-left: auto;
}
.top_menu ul li:last-child a{
  color: #004986;
  position: relative;
  margin: 0 0 0 -1.5rem;
}
.top_menu ul li:last-child a::before{
  content: "";
  width: 9px;
  height: 22px;
  background: #004986;
  clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -16px;
}
.top_menu ul .li_serch a{
  position: relative;
}
.top_menu ul .li_serch a::after{
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(/jing/img/icon-search.svg) center no-repeat;
  background-size: 16px 16px;
}

/*TOP会計事務所・法律事務所検索・地図で探す*/
.page--top .sec-search__tax {
  /*width: 49.5%;*/
  background: #fff;
}
.page--top .sec-search__tax .flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 736px) {
  .page--top .sec-search__tax .flex {
    flex-wrap: wrap;
  }
  .page--top .sec-search__tax .flex ul {
    width: 100%;
  }
}
.page--top .sec-search__law {
  width: 49.5%;
  background: #ffff;
}

.page--top .sec-search {
  margin: 0 auto 0;
}
.page--top .sec-search .inner {
  text-align: center;
  background: #ffffff;
  padding: 24px;
}
.page--top .sec-search-mapsec {
  margin: 0 auto 0;
}
.page--top .sec-search h2 {
  margin: 0 0 0 28px;
}
.page--top .sec-search h3 {
  font-size: 2rem;
  line-height: 3.35rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 10px;
}
.page--top .sec-search__tax, .page--top .sec-search__law {
  text-align: center;
}
.page--top ul.sec-search__tax, .page--top ul.sec-search__law {
  width: 50%;
}
.page--top ul.sec-search__tax:after, .page--top ul.sec-search__law:after {
  content: "";
  clear: both;
  display: block;
}
.page--top ul.sec-search__tax li, .page--top ul.sec-search__law li {
  width: 33.3%;
  height: 151px;
  display: table;
  background: center 20px no-repeat;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.page--top ul.sec-search__tax li a, .page--top ul.sec-search__law li a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding-top: 80px;
}
.page--top ul.sec-search__tax li a:hover, .page--top ul.sec-search__law li a:hover {
  text-decoration: none;
}
.page--top .sec-search__tax .btn, .page--top .sec-search__law .btn {
  padding: 14px 10px 12px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
  line-height: 1.7rem;
  width: 300px;
}
.page--top ul.sec-search__tax li {
  background-color: #88ce70;
}
.page--top ul.sec-search__tax li:nth-child(even) {
  background-color: #79c85e;
}
.page--top ul.sec-search__tax li:hover {
  background-color: #6eb057;
}
.page--top ul.sec-search__tax li.tax-01 {
  background-image: url(/jing/img/icon-search-tax-01.png);
}
.page--top ul.sec-search__tax li.tax-02 {
  background-image: url(/jing/img/icon-search-tax-02.png);
}
.page--top ul.sec-search__tax li.tax-03 {
  background-image: url(/jing/img/icon-search-tax-03.png);
}
.page--top ul.sec-search__tax li.tax-04 {
  background-image: url(/jing/img/icon-search-tax-04.png);
}
.page--top ul.sec-search__tax li.tax-05 {
  background-image: url(/jing/img/icon-search-tax-05.png);
}
.page--top ul.sec-search__tax li.tax-06 {
  background-image: url(/jing/img/icon-search-tax-06.png);
}
.page--top ul.sec-search__tax li.tax-07 {
  background-image: url(/jing/img/icon-search-tax-07.png);
}
.page--top ul.sec-search__tax li.tax-08 {
  background-image: url(/jing/img/icon-search-tax-08.png);
}
.page--top ul.sec-search__tax li.tax-09 {
  background-image: url(/jing/img/icon-search-tax-09.png);
}
.page--top ul.sec-search__law li {
  background-color: #eead59;
}
.page--top ul.sec-search__law li:nth-child(even) {
  background-color: #eca343;
}
.page--top ul.sec-search__law li:hover {
  background-color: #e59328;
}
.page--top ul.sec-search__law li.law-01 {
  background-image: url(/jing/img/icon-search-law-01.png);
}
.page--top ul.sec-search__law li.law-02 {
  background-image: url(/jing/img/icon-search-law-02.png);
}
.page--top ul.sec-search__law li.law-03 {
  background-image: url(/jing/img/icon-search-law-03.png);
}
.page--top ul.sec-search__law li.law-04 {
  background-image: url(/jing/img/icon-search-law-04.png);
}
.page--top ul.sec-search__law li.law-05 {
  background-image: url(/jing/img/icon-search-law-05.png);
}
.page--top ul.sec-search__law li.law-06 {
  background-image: url(/jing/img/icon-search-law-06.png);
}
.page--top ul.sec-search__law li.law-07 {
  background-image: url(/jing/img/icon-search-law-07.png);
}
.page--top ul.sec-search__law li.law-08 {
  background-image: url(/jing/img/icon-search-law-08.png);
}
.page--top ul.sec-search__law li.law-09 {
  background-image: url(/jing/img/icon-search-law-09.png);
}
.page--top .sec-search__map .tabs {
  padding-top: 16px;
  display: none;
}
.page--top .sec-search__map .tabs:after {
  content: "";
  clear: both;
  display: block;
}
.page--top .sec-search__map .tabs li {
  float: left;
}
.page--top .sec-search__map .tabs li a {
  position: relative;
  z-index: 1;
  width: 200px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #004986;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          border-bottom: 3px solid #e5ecf3;
          border-left: 3px solid #e5ecf3;
}
.page--top .sec-search__map .tabs li a.is-active, .page--top .sec-search__map .tabs li a.is-active:hover {
  width: 200px;
  padding-left: 0;
  background: #fff;
  color: #333;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
.page--top .sec-search__map .tabs li a.is-active:hover{
  opacity: 1;
  text-decoration: none;
}
.page--top .sec-search__map .tab-contents {
  background: #fff;
  padding: 40px;
  position: relative;
}
.page--top .sec-search__map .tab-contents .list {
  font-size: 12px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.5rem;
  letter-spacing: 1px;
}
.page--top .sec-search__map .tab-contents .list a:hover{
  opacity: 1;
}
.page--top .sec-search__map .tab-contents .list dt a {
  color: var(--primary_color);
  font-weight: bold;
  text-decoration: underline;
}
.page--top .sec-search__map .tab-contents .list dd {
  color: #aaa;
}
.page--top .sec-search__map .tab-contents .map {
  width: 514px;
  height: 490px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.page--top .sec-search__map .tab-contents .map li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 19.25px;
  line-height: 1.925rem;
  position: absolute;
  display: table;
}
.page--top .sec-search__map .tab-contents .map li a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background: #004986;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.page--top .sec-search__map .tab-contents li a:hover {
  text-decoration: underline;
}
.page--top .sec-search__map .tab-contents .map li a:hover {
  text-decoration: none;
  background: #fff589;
  color: #004986;
}
.page--top .sec-search__map .tab-contents .map .hokkaido {
  width: 90px;
  height: 90px;
  top: 10px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .aomori {
  width: 62px;
  height: 30px;
  top: 110px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .iwate {
  width: 30px;
  height: 30px;
  top: 142px;
  left: 448px;
}
.page--top .sec-search__map .tab-contents .map .miyagi {
  width: 30px;
  height: 30px;
  top: 174px;
  left: 448px;
}
.page--top .sec-search__map .tab-contents .map .akita {
  width: 30px;
  height: 30px;
  top: 142px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .yamagata {
  width: 30px;
  height: 30px;
  top: 174px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .fukushima {
  width: 30px;
  height: 30px;
  top: 206px;
  left: 448px;
}
.page--top .sec-search__map .tab-contents .map .ibaraki {
  width: 30px;
  height: 30px;
  top: 238px;
  left: 448px;
}
.page--top .sec-search__map .tab-contents .map .tochigi {
  width: 30px;
  height: 30px;
  top: 238px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .gunma {
  width: 30px;
  height: 30px;
  top: 238px;
  left: 384px;
}
.page--top .sec-search__map .tab-contents .map .chiba {
  width: 30px;
  height: 62px;
  top: 270px;
  left: 448px;
}
.page--top .sec-search__map .tab-contents .map .saitama {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .tokyo {
  width: 30px;
  height: 30px;
  top: 302px;
  left: 416px;
}
.page--top .sec-search__map .tab-contents .map .kanagawa {
  width: 62px;
  height: 30px;
  top: 302px;
  left: 352px;
}
.page--top .sec-search__map .tab-contents .map .niigata {
  width: 62px;
  height: 30px;
  top: 206px;
  left: 384px;
}
.page--top .sec-search__map .tab-contents .map .toyama {
  width: 62px;
  height: 30px;
  top: 238px;
  left: 320px;
}
.page--top .sec-search__map .tab-contents .map .ishikawa {
  width: 30px;
  height: 62px;
  top: 206px;
  left: 288px;
}
.page--top .sec-search__map .tab-contents .map .fukui {
  width: 30px;
  height: 30px;
  top: 238px;
  left: 256px;
}
.page--top .sec-search__map .tab-contents .map .yamanashi {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 384px;
}
.page--top .sec-search__map .tab-contents .map .nagano {
  width: 62px;
  height: 30px;
  top: 270px;
  left: 320px;
}
.page--top .sec-search__map .tab-contents .map .gifu {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 288px;
}
.page--top .sec-search__map .tab-contents .map .shizuoka {
  width: 30px;
  height: 62px;
  top: 302px;
  left: 320px;
}
.page--top .sec-search__map .tab-contents .map .aichi {
  width: 30px;
  height: 30px;
  top: 302px;
  left: 288px;
}
.page--top .sec-search__map .tab-contents .map .mie {
  width: 30px;
  height: 30px;
  top: 302px;
  left: 256px;
}
.page--top .sec-search__map .tab-contents .map .shiga {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 256px;
}
.page--top .sec-search__map .tab-contents .map .kyoto {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 224px;
}
.page--top .sec-search__map .tab-contents .map .osaka {
  width: 30px;
  height: 30px;
  top: 302px;
  left: 224px;
}
.page--top .sec-search__map .tab-contents .map .hyogo {
  width: 30px;
  height: 62px;
  top: 270px;
  left: 192px;
}
.page--top .sec-search__map .tab-contents .map .nara {
  width: 30px;
  height: 30px;
  top: 334px;
  left: 224px;
}
.page--top .sec-search__map .tab-contents .map .wakayama {
  width: 62px;
  height: 30px;
  top: 334px;
  left: 256px;
}
.page--top .sec-search__map .tab-contents .map .tottori {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 160px;
}
.page--top .sec-search__map .tab-contents .map .shimane {
  width: 30px;
  height: 30px;
  top: 270px;
  left: 128px;
}
.page--top .sec-search__map .tab-contents .map .okayama {
  width: 30px;
  height: 30px;
  top: 302px;
  left: 160px;
}
.page--top .sec-search__map .tab-contents .map .hiroshima {
  width: 30px;
  height: 30px;
  top: 302px;
  left: 128px;
}
.page--top .sec-search__map .tab-contents .map .yamaguchi {
  width: 30px;
  height: 62px;
  top: 270px;
  left: 96px;
}
.page--top .sec-search__map .tab-contents .map .tokushima {
  width: 30px;
  height: 30px;
  top: 398px;
  left: 160px;
}
.page--top .sec-search__map .tab-contents .map .kagawa {
  width: 30px;
  height: 30px;
  top: 366px;
  left: 160px;
}
.page--top .sec-search__map .tab-contents .map .ehime {
  width: 30px;
  height: 30px;
  top: 366px;
  left: 128px;
}
.page--top .sec-search__map .tab-contents .map .kochi {
  width: 30px;
  height: 30px;
  top: 398px;
  left: 128px;
}
.page--top .sec-search__map .tab-contents .map .fukuoka {
  width: 30px;
  height: 30px;
  top: 334px;
  left: 64px;
}
.page--top .sec-search__map .tab-contents .map .saga {
  width: 30px;
  height: 30px;
  top: 334px;
  left: 32px;
}
.page--top .sec-search__map .tab-contents .map .nagasaki {
  width: 30px;
  height: 30px;
  top: 334px;
  left: 0;
}
.page--top .sec-search__map .tab-contents .map .kumamoto {
  width: 30px;
  height: 30px;
  top: 366px;
  left: 0;
}
.page--top .sec-search__map .tab-contents .map .oita {
  width: 62px;
  height: 30px;
  top: 366px;
  left: 32px;
}
.page--top .sec-search__map .tab-contents .map .miyazaki {
  width: 30px;
  height: 30px;
  top: 398px;
  left: 64px;
}
.page--top .sec-search__map .tab-contents .map .kagoshima {
  width: 62px;
  height: 30px;
  top: 398px;
  left: 0;
}
.page--top .sec-search__map .tab-contents .map .okinawa {
  width: 30px;
  height: 30px;
  top: 440px;
  left: 0;
}
/*-------------------------------　▲　▲ page--top　▲　▲ -------------------------------*/

/*-------------------------------　▼　▼ serch.html 検索ページ　▼　▼ -------------------------------*/
/* form */
.search--list .select-wrap,
.area-search .select-wrap,
#SERCH .select-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  background: #fff;
}
.search--list .select-wrap select,
.area-search .select-wrap select,
#SERCH .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  width: 120% \9;
  margin: 0;
  padding: 0 40px 0 15px;
  height: 40px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
}
.search--list .select-wrap.type-gray,
.area-search .select-wrap.type-gray,
#SERCH .select-wrap.type-gray {
  background: #dcdcdc;
  border-radius: 4px;
}
.search--list .select-wrap.type-white,
.area-search .select-wrap.type-white,
#SERCH .select-wrap.type-white {
  background: #fff;
}
.search--list .select-wrap.type-gray:after,
.area-search .select-wrap.type-gray:after,
#SERCH .select-wrap.type-gray:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #434343;
}
.search--list .select-wrap.type-white:before,
.area-search .select-wrap.type-white:before,
#SERCH .select-wrap.type-white:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #004986;
}
.search--list .select-wrap.type-white.disabled:before,
.area-search .select-wrap.type-white.disabled:before,
#SERCH .select-wrap.type-white.disabled:before {
  background:#707070;
}
.search--list .select-wrap.type-white:after,
.area-search .select-wrap.type-white:after,
#SERCH .select-wrap.type-white:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 7px solid transparent;
  border-top: 9px solid #fff;
}
.search--list .css-form,
.area-search .css-form,
#SERCH .css-form{
  display: none;
}
.drop-contents .tab-label {
  padding-left: 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.drop-contents .tab-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border: 1px solid #999;
  border-radius: 100%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
.drop-contents .tab-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 100%;
  background: #004986;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  left: 3px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
/*
input[type=radio]:checked + .radio:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
*/
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.drop-contents .checkbox,
.area-search .checkbox{
  padding-left: 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
}
.drop-contents .checkbox:after,
.area-search .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border: 1px solid #333;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
}

input[type="radio"]:checked + label:after{
  outline-offset: 2px;
  background: #000;
  
}
.drop-contents .checkbox:before,
.area-search .checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #004986;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 3px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
}
label {
  position: relative;
}
body.open {
    overflow: hidden;
}
.drop.fix {
  height: 100%;
  position: fixed;
  bottom: 105%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow-y: hidden;
  transition: all 0.4s ease;
}
.drop.open {
  bottom: 0;
  overflow-y: scroll;
}
.drop .btnArea {
  position: fixed;
  bottom: 0;
}
.drop-contents #tab-search-tax, .drop-contents #tab-search-law {
  display: none;
}
.drop-contents #tab-search-tax, .drop-contents #tab-search-law {
  display: none;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin-right: 8px;
  
}
.drop-contents #tab-search-tax:checked ~ .search-tax, .drop-contents #tab-search-law:checked ~ .search-law {
  display: block;
}
.drop-contents .search-tax, .drop-contents .search-law {
  display: none;
  text-align: left;
  padding-bottom: 100px;
}
.drop-contents .drop-contents__inner {
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 1%;
  text-align: left;
}
.drop-contents .drop-contents__inner_mordal{
  margin: 0 auto 120px;
}
.drop-contents .wrapper{
  text-align: center;
  margin: 3% auto 0;
}
.drop-contents h2{
  color: #004986;
  border-top: 3px solid #004986;
  border-bottom: 3px solid #004986;
  font-size: 3rem;
  font-weight: bold;
  padding: 2% 20%;
}
.drop-contents .tab-label {
  color: #004986;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-weight: bold;
  padding-left: 50px;
  margin: 40px 40px 36px 20px;
  opacity: 1;
}
.drop-contents .tab-label:before {
  left: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #004986;
}
.drop-contents .tab-label:after {
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  top: 17px;
}
.drop-contents input[type="radio"]:checked + label:after{
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  top: 17px;
}
.drop-contents input[type="radio"]:checked + label:after{
  width: 10px;
  height: 10px;
  left: 3px;
  top: 15px;
  background: #004986;
}

.drop-contents fieldset {
  margin-bottom: 20px;
}
.drop-contents fieldset legend {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  border-left: 3px solid #000000;
  padding: 8px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
.drop-contents fieldset legend small {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22.75px;
  line-height: 2.275rem;
  font-weight: normal;
  padding-top: 3px;
}
.drop-contents fieldset legend small.bpf_link a {
  text-decoration: underline;
  position: relative;
  margin: 0 0 0 -1.5rem;
}
.drop-contents fieldset legend small.bpf_link a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -6px;
}
.drop-contents fieldset legend:after {
  content: "";
  clear: both;
  display: block;
}
.drop-contents fieldset .form-elements {
  background: #e5ecf3;
  margin-bottom: 4px;
  padding: 15px 20px;
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin-right: 8px;
}
.drop-contents fieldset .form-elements label {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22.75px;
  line-height: 2.275rem;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 15px;
}
.drop-contents fieldset .form-elements dl dt label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form-elements .accordion-toggle + dl,.form-elements dt {
      display: block;
  }
  .form-elements dl dd {
      display: none;
  }
  .form-elements dl dt input[type=checkbox] {
      position: absolute;
      border: solid 1px red;
      top: 0;
      left: 0;
      display: block;
      width: 40px;
      height: 40px;
      opacity: 0;
  }
  .form-elements dl dt span {
      content: "";
      height: 100%;
      width: 40px;
      background: #004986;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
  }
}
.drop-contents fieldset .form-elements .select-pref1 {
  display: inline-block;
  width: 340px;
  margin-left: 100px;
}
.drop-contents fieldset .form-elements .select-pref2 {
  display: inline-block;
  width: 340px;
  margin-left: 50px;
}
.drop-contents fieldset .form-elements input[type="text"] {
  width: 370px;
  margin: 0 auto;
  display: block;
}
.drop-contents fieldset .column1 {
  margin: 0;
}
.drop-contents fieldset .column1 label {
  width: 100%;
}
.drop-contents fieldset .column2 {
  margin: 0;
}
.drop-contents fieldset .column2 label {
  width: 50%;
}
.drop-contents fieldset .column3 {
  margin: 0;
}
.drop-contents fieldset .column3 label {
  width: 33.3%;
}
.drop-contents fieldset .column4 {
  margin: 0;
}
.drop-contents fieldset .column4 label {
  width: 25%;
}
.drop-contents fieldset .column5 {
  margin: 0;
}
.drop-contents fieldset .column5 label {
  width: 20%;
}
.drop-contents fieldset .column5 label.w2 {
  width: 40%;
}
.drop-contents fieldset .column6 {
  margin: 0;
}
.drop-contents fieldset .column6 label {
  width: 16.6%;
}
/*serch.html ボタン*/
.btnArea {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 1600px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: top;
  opacity: 0; /* 初期状態で非表示 */
  transition: all 0.5s ease; /* アニメーションを設定 */
  z-index: -1;
}
.btnArea.visible {
    display: block;
    opacity: 1; /* スクロール位置で表示 */
    z-index: 800;
}
.on_btnArea .btnArea__inner,
.btnArea .btnArea__inner {
  display: flex;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.on_btnArea .btn,
.btnArea .btn {
  width: 400px;
}
.on_btnArea .btnArea__inner .menu-clear,
.btnArea .btnArea__inner .menu-clear {
  padding: 14px 20px;
    border: 2px solid #004986;
    color: #004986;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    text-decoration: none;
    background-color: #fff;
    vertical-align: top;
}
.on_btnArea .btn--gray,
.btnArea .btn--gray {
  margin-left: 20px;
  cursor: pointer;
}
.btnArea .btnArea__inner .menu-close {
  padding: 14px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    text-decoration: none;
    background-color: #707070;
    vertical-align: top;
}
.btnArea .btnArea__inner .menu-close:before {
  width: 18px;
  height: 18px;
  background: url(/jing/img/icon-close.svg) center no-repeat;
  background-size: 14px 14px;
  margin-top: -2px;
      content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/*-------------------------------　▲　▲ serch.html 検索ページ　▲　▲ -------------------------------*/

/*-------------------------------　▼　▼ search--list 検索一覧ページ　▼　▼ -------------------------------*/
.search--list .search-result {
  padding-right: 0;
  overflow: hidden;
  z-index: 3;
  border-bottom: 5px solid #004986;
  justify-content: space-between;
}
.search--list .search-result h2 {
  height: 84px;
  width: auto;
  padding: 4px 20px 0 0px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 3.15rem;
  letter-spacing: 1.5px;
  color: #004986;
  font-weight: bold;
}
.search--list .search-result p {
  color: #004986;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 31.5px;
  line-height: 3.15rem;
}
.search--list .search-result span {
  margin-right: -8px;
  margin-left: -10px;
}
.search--list .search-result p span {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 56px;
  line-height: 5.6rem;
  padding-right: 5px;
  letter-spacing: 1.5px;
  margin-right: 0px;
  margin-left: 0px;
}
.search--list .search--list__re-search {
  padding-top: 22px;
}
.search--list .search--list__re-search a {
  display: inline-block;
  z-index: 3;
  color: #fff;
}
.search--list__re-search a.btn.icon-plus {
  text-align: center;
  position: relative;
  padding-left: 40px;
  background-color: #0b6fc3;
}
.search--list__re-search a.btn.icon-plus:before, .search--list__re-search a.btn.icon-plus:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search--list__re-search a.btn.icon-plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search--list__contents {
  padding-top: 20px;
  position: relative;
  background:#f6f6f6;
}
.search--list .column2 .col {
  width: 49%;
  margin-right: 1%;
}
.search--list .column2 .co2 {
  width: 49%;
  margin-left: 1%;
}
.search--list .tab__2column li a.selected {
  background: #004986;
}
.search--list .tab__2column li a {
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 11px 0 8px 0;
  color: #fff;
  border: none;
  background: #aaa;
  letter-spacing: 2px;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
}
.search--list .tab__2column li a.selected:before {
  display: block !important;
  border-top-color: #004986;
}
.tab__2column li a:before, .tab__2column li a:after {
  display: none;
}
.search--list__contents .tab__2column .col .head--balloon:before{
  border: 14px solid transparent;
  border-top-color: #004986;
  border-bottom-width: 0;
  bottom: -13px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 0;
  z-index: 1;
}
.search--list__contents{
  background-color: #f6f6f6;
}
.section__inner {
  margin: 0 auto;
  padding: 20px 0 0;
}
.search--list__contents .section__inner .search--list__box {
  position: relative;
  padding: 30px 30px 50px;
  background: #fff;
  margin-bottom: 30px;
}
.search--list__contents .section__inner .search--list__box:last-of-type {
  margin-bottom: 0px;
}
.search--list__contents .section__inner .search--list__box h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  margin-top: -5px;
  width: 67%;
  float: right;
  padding-bottom: 7px;
  letter-spacing: 1px;
}
.search--list__contents .section__inner .search--list__box h3 a {
  font-weight: bold;
}
.search--list__contents .section__inner .search--list__box h3 span {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1rem;
  width: 122px;
  color: #fff;
  padding: 2px 0;
  font-weight: bold;
}
.search--list__contents .section__inner .search--list__box h3 span.tax {
  background-color: #7bc462;
}
.search--list__contents .section__inner .search--list__box h3 span.bpf {
  border: 1px solid #004986;
  color: #004986;
  margin-left: 10px;
}
.search--list__contents .section__inner .search--list__box h3 span.low {
  background-color: #eba142;
}
.search--list__contents .section__inner .search--list__box-l {
  width: 29%;
  float: left;
  margin-right: 4%;
}
.search--list__contents .section__inner .search--list__box-l img {
  width: 100%;
  height: auto;
}
.search--list__contents .section__inner .search--list__box-r {
  float: right;
  width: 67%;
}
.search--list__contents .section__inner .search--list__box:after {
  content: "";
  clear: both;
  display: block;
}
.search--list__contents .section__inner .search--list__box-r h4 {
  font-size: 1.4rem;
  line-height: 2.45rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.search--list__contents .section__inner .search--list__box-r p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22.75px;
  line-height: 2.275rem;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.search--list__contents .section__inner .search--list__box-r dl {
  display: table;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0.5px;
  padding-bottom: 7px;
}
.search--list__contents .section__inner .search--list__box-r dl dt {
  display: table-cell;
  width: 64px;
  font-weight: bold;
}
.search--list__contents .section__inner .search--list__box-r dl dd {
  display: table-cell;
}
.search--list__contents .section__inner .search--list__box-r dl:last-of-type {
  padding-bottom: 0px;
}
.search--list__contents .section__inner .search--list__box__detail {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
}
.search--list__contents .section__inner .search--list__box__detail {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
}
.search--list__contents .section__inner .search--list__box__detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.search--list .pagenation {
  padding: 45px 0;
  margin: 0;
  text-align: center;
  font-size: 0;
}
.search--list .pagenation li.pagenation--active {
  background-color: #004986;
  min-width: 30px;
  height: 38px;
  padding: 4px 4px 0 4px;
}
.search--list .pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin: 3px 9px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  vertical-align: middle;
}
.search--list .pagenation li a {
  display: block;
  color: #fff;
  background-color: #aaa;
  min-width: 30px;
  height: 30px;
  padding: 4px 4px 0 4px;
}
.search--list .pagenation li span.dots{
  color: #000;
}
.serch_btn_box{
  background-color: #f6f6f6;;

}
.serch_btn_box .bottom--btnArea {
  margin: 0 auto;
  text-align: center;
}
.serch_btn_box .bottom--btnArea .search-open-tax {
  position: relative;
  background-color: #0b6fc3;
  width: 400px;
  padding: 20px 30px 20px 80px;
  font-size: 1.6rem;
}
.serch_btn_box .bottom--btnArea a.search-open-tax:before, .serch_btn_box .bottom--btnArea a.search-open-tax:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 85px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.serch_btn_box .bottom--btnArea a.search-open-tax:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.serch_btn_box .bottom--btnArea .search-open-law {
  position: relative;
  background-color: #0b6fc3;
  width: 400px;
  padding: 20px 30px 20px 80px;
  font-size: 1.6rem;
}
.serch_btn_box .bottom--btnArea a.search-open-law:before, .serch_btn_box .bottom--btnArea a.search-open-law:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 85px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.serch_btn_box .bottom--btnArea a.search-open-law:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search--list .con_banner{
  background-color:#f6f6f6;
  margin: 0 auto 0;
  padding: 40px 0 40px;
}
.search--list .con_banner .wrapper{
  text-align: center;
}
.search--list .con_banner .wrapper a{
    display: block;
}
.search--list .con_banner .wrapper img{
  width: 70%;
  display: block;
  margin: 0 auto;
}
/*-------------------------------　▲　▲ search--list 検索一覧ページ　▲　▲ -------------------------------*/

/*-------------------------------　▼　▼ office_detail 企業詳細ページ　▼　▼ -------------------------------*/
.office_detail .page-title {
  margin-top: 20px;
}
.office_detail .page-title h1.office_name {
  font-size: 2.2rem;
  line-height: 38.5px;
  line-height: 3.85rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-left: 6px solid #004986;
  border-bottom: 2px solid #004986;
  padding: 10px 0px 10px 20px;
  margin-bottom: 30px;
}
.office_detail .page-title h1.office_name span {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1rem;
  width: 122px;
  color: #fff;
  padding: 2px 0;
  font-weight: bold;
}
.office_detail .page-title h1.office_name span.tax{
  background-color: #7bc462;
}
.office_detail .page-title h1.office_name span.law{
  background-color: #eba142;
}
.office_detail .page-title h1.office_name span.bpf{
  border: 1px solid #004986;
  color: #004986;
  margin-left: 10px;
}
.office_detail__sumally .page-title-l {
  width: 37%;
  /*height: 260px;*/
  margin-right: 3%;
}
.office_detail__sumally .page-title-r {
  width: 60%;
}
.office_detail__sumally .page-title-r h2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 18px;
  margin-top: -4px;
  border-bottom: 1px solid #aaa;
}
.office_detail__sumally .page-title-r p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
}
.office_detail__sumally .page-title-r div{
  text-align: center;
}
.office_detail .office_detail__sumally .icon-external {
  position: relative;
  background-color: #004986;
  width: 400px;
  padding: 20px 30px 20px 35px;
  font-size: 1.6rem;
}
.office_detail .office_detail__sumally .icon-external::before{
  width: 23px;
  height: 19px;
  background: url(/jing/img/icon-external-w.svg) center no-repeat;
  background-size: 23px 19px;
  margin-top: -2px;
}
.office_detail .characteristic,
.office_detail .qualified__personnel {
  background-color: #e5ecf3;
  margin-top: 40px;
  padding: 40px 0;
  clear: both;
}
.office_detail .ttl_h3{
  font-size: 1.7rem;
  line-height: 1.9rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-left: 3px solid #000;
  padding: 7px 0 7px 12px;
  margin-bottom: 20px;
  color: #000;
}
.office_detail .characteristic__contents > p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-bottom: 30px;
}
.office_detail .characteristic__contents .characteristic__box.graph {
  height: 480px;
  padding: 0;
  background: #fff;
}
.office_detail .characteristic__contents .column2 {
  margin-left: -40px;
}
.office_detail .characteristic__contents .column2 .col {
  width: 46%;
  margin-left: 4%;
  margin-bottom: 40px;
}
.office_detail .characteristic__contents h4 {
  position: relative;
  z-index: 1;
  padding: 0 22px 0 27px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #004986;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.office_detail .characteristic__contents h4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  right: -22px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #004986;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  right: -10px;
}
.office_detail .characteristic__contents .characteristic__box.graph .amcharts-main-div {
  margin-top: -10px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.office_detail .characteristic__contents .characteristic__box.graph .amcharts-main-div .amcharts-chart-div {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-weight: bold;
}
.office_detail .characteristic__contents .characteristic__box.graph g text {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, Verdana, sans-serif;
}
.office_detail .characteristic__contents .characteristic__box.fee {
  margin-bottom: 40px
}
.office_detail .characteristic__contents .characteristic__box.fee p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.5px;
}
.office_detail .characteristic__contents .characteristic__box.charge {
  padding: 0 30px;
  height: 64px;
}
.office_detail .characteristic__contents .characteristic__box p {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.office_detail .characteristic__contents .characteristic__box.charge p {
  font-size: 1.3rem;
  line-height: 6.2rem;
}
.office_detail .characteristic__contents .characteristic__box.graph .amChartsLegend {
  margin-top: -16px;
  padding: 13px;
  border-top: 1px solid #eee;
  /*height: 120px !important;*/
}

.office_detail .characteristic__contents .characteristic__box {
  padding: 25px 29px;
  background: #fff;
}
.office_detail .delegate,
.office_detail .basic__table {
  padding: 40px 0;
}
.office_detail .delegate__contents__l {
  float: left;
  width: 25%;
  padding-right: 5%;
  padding-bottom: 40px;
}
.office_detail .delegate__contents__r dl.position {
  width: 30%;
  padding-right: 2%;
}
.office_detail .delegate__contents__r dl dt {
  font-weight: bold;
  background: #eee;
  padding: 4px 0;
  width: 90px;
  text-align: center;
  letter-spacing: 1px;
}
.office_detail .delegate__contents__r dl dd {
  padding: 7px 0 0 0;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 1px;
}
.office_detail .delegate__contents__r dl.bio {
  width: 68%;
}
.office_detail .delegate__contents__r dl {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.275rem;
}
.office_detail .delegate__contents__l + p {
  margin-left: 200px;
}
.office_detail .delegate__contents p {
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 9px;
  margin-bottom: 14px;
  letter-spacing: 1.5px;
}
.office_detail .delegate__contents p span {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: normal;
  padding-left: 14px;
  letter-spacing: 0px;
}
.office_detail .qualified__personnel__contents {
  padding: 10px 0 0;
}
.office_detail .qualified__personnel__contents dl.col {
  width: 23%;
  margin-left: 2%;
}
.office_detail .qualified__personnel__contents dl dt {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-bottom: 13px;
}
.office_detail .qualified__personnel__contents dl dd {
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.office_detail .qualified__personnel__contents dl dd span {
  font-size: 2.3rem;
  line-height: 4.025rem;
  letter-spacing: 2px;
}
.office_detail .bottom--btnArea {
  margin: 30px auto 10px;
  text-align: center;
}
.office_detail .bottom--btnArea .icon-external {
  position: relative;
  background-color: #004986;
  width: 400px;
  padding: 20px 30px 20px 35px;
  font-size: 1.6rem;
}
.office_detail .bottom--btnArea .icon-external::before{
  width: 23px;
  height: 19px;
  background: url(/jing/img/icon-external-w.svg) center no-repeat;
  background-size: 23px 19px;
  margin-top: -2px;
}
.office_detail .basic__table__contents h5{
  font-size: 1.6rem;
  line-height: 3.15rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.office_detail .basic__table__contents dl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.45rem;
  display: table;
  border-collapse: separate;
  border-spacing: 2px 0;
  padding-bottom: 2px;
  margin-left: -2px;
  width: 100%;
}
.office_detail .basic__table__contents dl dt {
  font-weight: bold;
  width: 25%;
  padding: 18px 12px;
  background: #eeee;
  display: table-cell;
  vertical-align: top;
  letter-spacing: 1px;
}
.office_detail .basic__table__contents dl dd {
  text-align: center;
  padding: 18px 22px;
  width: 75%;
  text-align: left;
  font-weight: normal;
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
}
.office_detail .basic__table__contents dl dd .address {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.basic__table__contents dl dd .address a{
  position: relative;
    padding-left: 15px;
    text-decoration: underline;
}
.basic__table__contents dl dd .address a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(4px) rotate(135deg);
  -ms-transform: translateY(4px) rotate(135deg);
  transform: translateY(4px) rotate(135deg);
}
.office_detail .basic__table__contents dl dd .gmap {
  width: 360px;
  display: inline-block;
}
.office_detail .bottom--btnArea a.icon-return {
  margin-top: 10px;
}
.office_detail .bottom--btnArea p{
  position: relative;
  margin: 30px 0 30px;
}
.office_detail .bottom--btnArea p a.icon-return {
  position: relative;
  padding: 8px 6px 14px 32px !important;
  margin-top: 20px;
  background: #fff;
  color: #333 !important;
  display: block;
  width: 116px;
  margin: 0px auto 0 auto;
  text-decoration: underline;
}
.office_detail .bottom--btnArea p a.icon-return:before {
  left: 12px;
}
.office_detail .bottom--btnArea a.icon-return:after {
  left: 20px;
}
.office_detail .bottom--btnArea p a.icon-return:before,
.office_detail .bottom--btnArea p a.icon-return:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #434343;
  box-shadow: #434343 0 8px 0;
  position: absolute;
  top: 13px;
}
.office_detail .attention {
  margin: 0 auto 20px auto;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
}
.office_detail .attention a {
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-left: 15px;
}
.office_detail .attention a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(4px) rotate(135deg);
  -ms-transform: translateY(4px) rotate(135deg);
  transform: translateY(4px) rotate(135deg);
}
/*-------------------------------　▲　▲ office_detail 企業詳細ページ　▲　▲ -------------------------------*/

/*-------------------------------　▼　▼ area-search 地図から探すページ　▼　▼ -------------------------------*/
#area-search .search-result {
  padding-right: 0;
  overflow: hidden;
  z-index: 3;
  border-bottom: 5px solid #004986;
  justify-content: space-between;
}
#area-search .search-result h2 {
  height: 84px;
  width: auto;
  padding: 4px 20px 0 0px;
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 3.15rem;
  letter-spacing: 1.5px;
  color: #004986;
  font-weight: bold;
}
#area-search .search--list__re-search {
  padding-top: 22px;
}
#area-search .search--list__re-search a {
  display: inline-block;
  z-index: 3;
  color: #fff;
}
#area-search .area-search__notice {
  margin: 0 auto;
  padding: 30px 0 0;
  color: #ff0000;
}
#area-search .area-search__contents > div h3 {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  width: 100%;
}
#area-search .area-search__contents > div h3 label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 31.5px;
  line-height: 3.15rem;
  font-weight: bold;
}
#area-search .area-search__contents > div div.column5 span label {
  width: 20%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22.75px;
  line-height: 2.275rem;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  white-space: nowrap;
}
#area-search .area-search__contents > div {
  font-size: 0;
  padding:40px 0 0;
}
#area-search .bottom--btnArea {
  margin: 30px auto 10px;
  text-align: center;
}
#area-search .bottom--btnArea .icon-search {
  position: relative;
  background-color: #004986;
  width: 400px;
  padding: 20px 30px 20px 35px;
  font-size: 1.6rem;
}
#area-search .bottom--btnArea .icon-search::before {
  width: 23px;
  height: 19px;
  background: url(/jing/img/icon-search.svg) center no-repeat;
  background-size: 23px 19px;
  margin-top: -2px;
}
#area-search .bottom--btnArea a.re-set {
  background-color: transparent;
  color: #333 !important;
  display: block;
  width: 180px;
  margin: 10px auto 0 auto;
  left: 10px;
  position: relative;
  padding-left: 40px;
  text-decoration: underline;
}
#area-search .bottom--btnArea a.re-set:before, #area-search  .bottom--btnArea a.re-set:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border: 0;
  background: #0b6fc3;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#area-search .bottom--btnArea a.re-set:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*-------------------------------　▲　▲ area-search 地図から探すページ　▲　▲ -------------------------------*/

/*-------------------------------　▼　▼ about_regist 新規事業所登録LP　▼　▼ -------------------------------*/
.about_regist__visual {
  background: url(/jing/img/regist_main.jpg) top center no-repeat;
  border-bottom: none;
}
.about_regist__visual > div h2 {
  width: 30%;
  padding: 1% 2% 0;
}
.about_regist__visual > div {
  margin: 0 auto;
    background: url(/jing/img/regist_title_bk.png) center center no-repeat;
    padding: 1% 0 1%;
    background-size: 100%;
}
.about_regist__visual > div > p{
  margin: 1% 1% 0;
}
.about_regist .about_regist__visual > div > p > a {
  background: #f18900;
  width: 30%;
  /* height: 40px; */
  font-size: 22px;
  font-size: 1.6rem;
  line-height: 52px;
  line-height: 1.4rem;
  padding: 20px 20px;
  position: relative;
  text-align: center;
  padding-left: 20px;
  border-radius: 8px;
  margin: 1%;
}
.about_regist .about_regist__visual > div > p > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  top: 20px;
}
.about_regist__role {
  background: #0b6fc3;
  text-align: center;
  color: #fff;
  padding: 40px 0 47px 0;
  position: relative;
  margin-bottom: 70px;
}
.about_regist__role h2 {
  font-size: 2.4rem;
  line-height: 4.55rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.about_regist__role h2 span {
  position: relative;
}

.about_regist__role ul {
  margin: 0 auto;
  overflow: hidden;
}
.about_regist__role:after {
  border: 48px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  border-top: 40px solid #0b6fc3;
  bottom: -80px;
}
.about_regist__role ul li {
  float: left;
  margin-right: 3%;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  width: 30%;
}
.about_regist__role ul li p {
  width: 30%;
  height: 125px;
  vertical-align: middle;
  background: #fff;
  display: table-cell;
  border-radius: 10px;
  color: #004986;
}
.about_regist__role ul li p strong {
  font-size: 2.2rem;
  line-height: 3.2rem;
  background: linear-gradient(transparent 65%, #fff589 65%);
}
.about_regist__lead .lead_text .navi_text {
  display: table-cell;
  height: 68px;
  vertical-align: middle;
}
.about_regist__lead .lead_text {
  color: #004986;
  font-size: 2rem;
  line-height: 5.25rem;
  font-weight: bold;
  position: relative;
  display: table;
  margin: 0 auto;
  background: linear-gradient(transparent 75%, #fff589 75%);
}
.about_regist__lead .lead_text .navi_text {
  display: table-cell;
  height: 68px;
  vertical-align: middle;
}
.about_regist__lead .lead_text .lead_text__inner {
  height: 68px;
  display: table-cell;
  vertical-align: middle;
}
.about_regist__lead .lead_text .navi_logo {
  height: 68px;
  margin: 0 20px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 13px;
  padding-right: 20px;
}
.about_regist__lead .lead_text .navi_text {
  display: table-cell;
  height: 68px;
  vertical-align: middle;
}
.about_regist .is-blue{
  background-color: #f6f6f6;
  text-align: center;
}
.about_regist__sumally:after {
  border: 48px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  border-top: 40px solid #f6f6f6;
  bottom: -80px;
}
.about_regist__sumally {
  position: relative;
  margin-top: 110px;
  padding: 62px 0 55px;
}
.about_regist__sumally .free ul {
  /*position: absolute;*/
  top: -40px;
}
.about_regist__sumally .free ul li:first-child {
  width: 30%;
  margin: 0 10% 0 0;
}
.about_regist__sumally .free ul li {
  display: inline-block;
  background: #004986;
  font-size: 2.4rem;
  line-height: 8.2rem;
  height: 82px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  padding: 0 10% 0 0;
  position: relative;
  width: 57%;
}
.about_regist__sumally .free ul li strong {
  color: #fff589;
  font-size: 2.4rem;
  line-height: 8.2rem;
  letter-spacing: 2px;
  padding-left: 3px;
}
.about_regist__sumally .free ul li .free_icon {
  content: "";
  display: inline-block;
  position: absolute;
  width: 123px;
  height: 132px;
  background: url(/jing/img/regist_icon_free.png) center center no-repeat;
  right: -36px;
  top: -25px;
}
.about_regist__sumally .free ul li .free_icon span {
  position: absolute;
  top: 30px;
  width: 123px;
  height: 132px;
  text-align: center;
  font-size: 3.8rem;
  line-height: 6.65rem;
  right: 8px;
}
.about_regist__sumally .free ul li .free_icon span small {
  font-size: 2.5rem;
  line-height: 4.375rem;
  padding-right: 2px;
}
.about_regist__sumally .about_Jing {
  border: 2px solid #004986;
  background: #fff;
  padding: 10px 40px 20px;
  margin-top: 30px;
}
.about_regist__sumally .about_Jing__head {
  display: table;
  border-bottom: 2px solid #004986;
  width: 100%;
}
.about_regist__sumally .about_Jing__head div:first-child {
  padding-right: 25px;
  vertical-align: middle;
  padding-bottom: 10px;
}
.about_regist__sumally .about_Jing__head div {
  display: table-cell;
  height: 131px;
}
.about_regist__sumally .about_Jing__head div:last-child {
  vertical-align: bottom;
}
.about_regist__sumally .about_Jing__head div {
  display: table-cell;
  height: 131px;
}
.about_regist__sumally .about_Jing__head div h3 {
  color: #004986;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.4rem;
  letter-spacing: 0.5px;
  text-align: left;
}
.about_regist__sumally .about_Jing__head div span {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 10px 0 10px;
  font-size: 1.3rem;
  line-height: 2.275rem;
}
.about_regist__sumally .about_Jing__head div h3 strong {
  font-size: 2.5rem;
  line-height: 3.4rem;
  position: relative;
  letter-spacing: 2px;
  background: linear-gradient(transparent 65%, #fff589 65%);
}

.about_regist__sumally .about_Jing__point {
  padding-top: 25px;
  overflow: hidden;
}
.about_regist__sumally .about_Jing__point div {
  float: right;
  width: 42%;
}
.about_regist__sumally .about_Jing__point div p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.15rem;
  color: #004986;
  font-weight: bold;
  padding-top: 5px;
}
.about_regist__sumally .about_Jing__point div p strong {
  font-size: 2.5rem;
  line-height: 4.375rem;
  color: #eb6100;
}
.about_regist__sumally .about_Jing__point ul {
  float: left;
  margin-right: 2%;
  padding-top: 30px;
  width: 54%;
}
.about_regist__sumally .about_Jing__point ul li {
  display: table;
  margin-bottom: 9px;
  width: 100%;
}
.about_regist__sumally .about_Jing__point ul li span {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  background: #004986;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.about_regist__sumally .about_Jing__point ul li span strong {
  color: #fff589;
}
.about_regist__sumally .about_Jing__point ul li span small {
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.about_regist__sumally .catch {
  text-align: center;
  font-size: 1.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  color: #004986;
  padding: 40px 0 0;
}
.about_regist__sumally .catch strong {
  font-size: 2.8rem;
  line-height: 4.0rem;
  letter-spacing: 2px;
  background: linear-gradient(transparent 65%, #fff589 65%);
}
.about_regist__navi {
  text-align: center;
}
.about_regist__navi ul li {
  display: table;
  margin-right: 2%;
  margin-left: 2%;
}
.about_regist__navi ul li a {
  width: 220px;
  height: 220px;
  background: -webkit-repeating-linear-gradient(135deg, #004986, #004986 50%, #0b6fc3 50%, #0b6fc3 100%);
  background: repeating-linear-gradient(-45deg, #004986, #004986 50%, #0b6fc3 50%, #0b6fc3 100%);
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 10px 10px 0px 0px #e5ecf3;
  -moz-box-shadow: 10px 10px 0px 0px #e5ecf3;
  -webkit-box-shadow: 10px 10px 0px 0px #e5ecf3;
}
.about_regist__navi ul li a span {
  position: absolute;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  display: inline-block;
  border: 1px solid;
  color: #fff;
  text-align: center;
  width: 74px;
  left: 50%;
  margin-left: -35px;
  top: 34px;
}
.about_regist__navi ul li a p {
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: #fff;
  padding-top: 18px;
}
.about_regist__navi ul li a p strong{
  color: #fff589;
  font-size: 2.6rem;
  line-height: 1rem;
}
.about_regist__navi ul li a:hover{
  text-decoration: none;
}
.about_regist__navi ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 14px solid #fff;
    bottom: 14px;
}
.about_regist__navi ul {
  overflow: hidden;
  padding: 50px 0;
}
.about_regist #a01, .about_regist #a02, .about_regist #a03 {
  margin-top: -100px;
  padding-top: 100px;
}
.about_regist__merit__box__head {
  font-weight: bold;
  color: #fff;
  position: relative;
}
.about_regist__merit__box__head div {
  background: #0b6fc3;
  width: 38%;
  float: left;
  padding: 0 0 0 32px;
  position: relative;
  display: table;
}
.about_regist__merit__box__head div:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51px 0 51px 22px;
  border-color: transparent transparent transparent #0b6fc3;
  position: absolute;
  right: -21px;
  top: 0;
}
.about_regist__merit__box__head div span {
  font-size: 4.2rem;
  line-height: 4.2rem;
  padding-right: 25px;
  display: table-cell;
  vertical-align: middle;
}
.about_regist__merit__box__head div p {
  font-size: 2rem;
  line-height: 3rem;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  width: 100%;
}
.about_regist__merit__box__head div:after {
  content: "";
  display: block;
  clear: both;
}
.about_regist__merit__box__head h3 {
  background: #004986;
  height: 100px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 10rem;
  width: 62%;
  color: #fff;
}
.about_regist__merit__box__head h3 strong {
  font-size: 3.2rem;
  line-height: 10rem;
  color: #fff589;
}
.about_regist__merit__box__head .free_icon_mini {
  background: url(/jing/img/free_icon_mini.png) center center no-repeat;
  background-size: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 7rem;
  color: #fff;
  position: absolute;
  top: -26px;
  right: -11px;
}
.about_regist__merit__box__head:after {
  content: "";
  display: block;
  clear: both;
}
.about_regist__merit__box__content {
  border: 2px solid #004986;
  border-top: none;
  overflow: hidden;
  padding: 50px;
  position: relative;
  margin-bottom: 60px;
}
.about_regist__merit__box__content img {
  width: 36%;
}
.about_regist__merit__box__content__r {
  float: right;
  width: 60%;
}
.about_regist__merit__box__content__r h4 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 18px;
}
.about_regist__merit__box__content__r p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.5px;
}

.about_regist__merit__box__content__r p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.5px;
}
.about_regist__inquiry {
  margin: 0 auto 60px auto;
  background-color: #f6f6f6;
  padding: 0;
}
.about_regist__inquiry h4 {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.4rem;
  width: 30%;
  text-align: center;
  font-weight: bold;
  background: #004986;
  padding: 20px;
}
.about_regist__inquiry ul {
  width: 70%;
  text-align: center;
  vertical-align: middle;
}

.about_regist__inquiry ul li {
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  display: inline-block;
  width: 44%;
  padding: 2% 0;
}
.about_regist__inquiry ul li a {
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
  line-height: 3.4rem;
  border-radius: 8px;
  position: relative;
}
.about_regist__inquiry ul li a.icon-arrow-r-orange{
  background: #f18900;
  padding-top: 25px;
  font-size: 1.6rem;
}
.about_regist__inquiry ul li a.icon-arrow-r-gray{
  background: #707070;
  padding-top: 25px;
  font-size: 1.6rem;
}
.about_regist__inquiry ul li a.icon-arrow-r-orange::before,
.about_regist__inquiry ul li a.icon-arrow-r-gray::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.about_regist .about_regist__function {
  padding: 70px 0 50px 0;
  margin-bottom: 60px;
}
.about_regist .title_side-line {
  color: #004986;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  line-height: 5.25rem;
  margin-bottom: 55px;
}
.about_regist .title_side-line span {
  position: relative;
}
.about_regist .title_side-line span:before {
  left: -216px;
}
.about_regist .title_side-line span:after {
  right: -216px;
}
.about_regist .title_side-line span:before, .about_regist .title_side-line span:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 186px;
  top: 19px;
  background: #004986;
}
.about_regist .about_regist__function__box:first-of-type {
  margin-bottom: 50px;
}
.about_regist .about_regist__function__box {
  border-top: none;
}
.about_regist .about_regist__function__box h3.headline--lv1 {
  font-size: 1.7rem;
  line-height: 3.15rem;
  font-weight: bold;
  line-height: 50px;
  padding: 0 1%;
  width: 100%;
  background: #004986;
  color: #fff;
  letter-spacing: 1px;
}
.about_regist .about_regist__function__box h3 span {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-weight: normal;
  display: inline-block;
  text-align: right;
  float: right;
  line-height: 50px;
  width: 86%;
}
.about_regist .about_regist__function__box__content {
  background: #fff;
  padding: 72px 50px 0 50px;
  margin-top: -72px;
  margin-bottom: 50px;
  border-right: 2px solid #004986;
  border-left: 2px solid #004986;
}
.about_regist .about_regist__function__box:first-of-type .about_regist__function__box__content {
  padding-bottom: 50px;
}
.about_regist .about_regist__function__box__content:first-of-type {
  margin-top: 0;
  padding-top: 42px;
}
.about_regist .about_regist__function__box__content:last-child {
  padding-bottom: 70px;
  margin-bottom: 0;
  border-bottom: 2px solid #004986;
}
.about_regist .about_regist__function__box__content__sec {
  position: relative;
}
.about_regist .about_regist__function__box__content__l {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 1%;
}
.about_regist .about_regist__function__box__content__l img:first-child {
  position: static;
}
.about_regist .about_regist__function__box__content__r {
  float: right;
  width: 49%;
  padding: 1%;
}
.about_regist .about_regist__function__box__content__r p{
  text-align: left;
}
.about_regist .about_regist__function__box__content__sec:after {
  content: "";
  display: block;
  clear: both;
}
.about_regist .about_regist__function__box__content__r h4 {
  color: #004986;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3rem;
  padding-bottom: 20px;
}
.about_regist .about_regist__function .about_regist__inquiry ul{
  background: #fff;
}
.about_regist .about_concierge {
  border: 2px solid #004986;
  background: #fff;
  margin: 0 auto 70px auto;
}
.about_regist .about_concierge__head {
  background: #004986;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.75px;
  padding: 10px 0;
}
.about_regist .about_concierge__head h3{
  font-size: 2.6rem;
  line-height: 3.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.about_regist .about_concierge__point {
  padding: 35px 32px 40px 52px;
  overflow: hidden;
}
.about_regist .about_concierge__point img{
  width: 22%;
}
.about_regist .about_concierge__point div {
  float: right;
  width: 70%;
}
.about_regist .about_concierge__point div h4 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-bottom: 13px;
  letter-spacing: 0.5px;
}
.about_regist .about_concierge__point div .fee_notice {
  font-size: 1.1rem;
  line-height: 2.4rem;
  text-align: right;
  padding-bottom: 26px;
}
.about_regist .about_concierge__point div ul li a {
  display: inline-block;
  border: 1px solid #7d7d7d;
  background: #eee;
  font-size: 1.3rem;
  line-height: 5.8rem;
  height: 58px;
  padding: 0 12% 0 12%;
  color: #333;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
}
.about_regist .about_concierge__point div ul li a:before {
  border-top: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/*-------------------------------　▼　▼ about_regist 新規事業所登録LP　▼　▼ -------------------------------*/


@media screen and (max-width: 736px) {
  .dn_sp{
    display: inline-block;
  }
  .dn_pc{
    display: none;
  }
  body {
    min-width: 0;
  }
  #TOP{
    max-width: 100%;
  }
  .wrapper {
    width: 100%;
    padding: 0;
}
.top_menu ul {
    width: 100%;
    padding: 5px 2px;
    line-height: 1.2;
}
.top_menu ul li {
  padding: 5px 10px;
  font-size: 11px;
  display: table;
}
.top_menu ul li:last-child a::before {
  content: "";
  width: 7px;
  height: 18px;
  clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
  right: -12px;
  top: 84%;
  margin-top: -16px;
}
.top_menu ul li a {
  display: table-cell;
  vertical-align: middle;
}
.top_menu ul li:last-child a{
  display: inline;
  margin: 0;
}
.top_menu ul .li_serch a::before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: 0px;
}
#TOP .serch_box{
  padding: 20px 0 0;
}
#TOP .con_banner{
  padding: 20px 0 20px;
}
#TOP .top_banner{
  padding: 20px 0 0px;
}
a.btn.icon-arrow-r:before, button.btn.icon-arrow-r:before,
    [class*='btn--'].icon-arrow-r:before {
     width: 8px;
     height: 8px;
   }
#TOP .headline--lv1 {
        font-size: 1.8rem;
        margin: 0 10px 10px;
      }
#TOP .sec-search h3{
    font-size: 1.8rem;
  }
#TOP ul.sec-search__tax, .page--top ul.sec-search__law {
    display: block ;
    height: auto ;
  }
  .page--top a.btn, .page--top button.btn,
  .about_regist a.btn, .about_regist button.btn,
  #SERCH a.btn, #SERCH button.btn,
  .area-search a.btn, .area-search button.btn,
  .office_detail a.btn, .office_detail button.btn,
  .search--list a.btn, .search--list button.btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 21px;
        line-height: 2.1rem;
      }
      .search--list a.btn.icon-search:before, .search--list button.btn.icon-search:before,
      .page--top a.btn.icon-search:before, .page--top button.btn.icon-search:before,
      #SERCH a.btn.icon-search:before, #SERCH button.btn.icon-search:before,
      .area-search a.btn.icon-search:before, .area-search button.btn.icon-search:before {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
      }

  body:not(.non-responsive) .page--top ul.sec-search__tax li, body:not(.non-responsive) .page--top ul.sec-search__law li {
    width: 33.3%;
    height: 100px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 11px;
    line-height: 1.1rem;
    background-position: center 8px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li:nth-child(3n+1), body:not(.non-responsive) .page--top ul.sec-search__law li:nth-child(3n+1) {
    width: 33.4%;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li a, body:not(.non-responsive) .page--top ul.sec-search__law li a {
    padding-top: 54px;
  }
  body:not(.non-responsive) .page--top .sec-search__tax,
  body:not(.non-responsive) .page--top .sec-search__law  {
    width: 99%;
    float: none;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-01 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-02 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-03 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-04 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-05 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-06 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-07 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-08 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__tax li.tax-09 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-01 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-02 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-03 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-04 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-05 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-06 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-07 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-08 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top ul.sec-search__law li.law-09 {
    background-size: 80px 56px;
  }
  body:not(.non-responsive) .page--top .sec-search .btn {
    width: 250px;
    display: block;
    text-align: center;
    color: #fff;
  }

/* J-ing footer*/
#footer .footer__upper {
    width: auto;
    padding: 0;
  }
#footer .footer__upper .siteinfo {
    display: none;
  }
#footer .footer__upper .footer-search h3 {
    background: #e5ecf3;
    padding: 10px 20px;
    margin-bottom: 0;
    border-top: 1px solid #004986;
    position: relative;
    padding-right: 40px;
    width: 100%;
  }
#footer .footer__upper .footer-search dl {
    margin-left: 0;
  }
#footer .footer__upper .footer-search dl dt {
    padding: 10px 20px 10px 35px;
    border-top: 1px solid #004986;
    position: relative;
    padding-right: 40px;
  }
#footer .footer__upper .footer-search dl dd {
    padding: 0 20px 0 35px;
  }
#footer .footer__upper .footer-search dl dd a {
    display: inline-block;
  }
#footer .footer__upper .footer-search dl dd span:before {
    content: "";
    white-space: normal;
  }
#footer .footer__upper .footer-search__tax {
    width: auto;
    float: none;
    padding: 0;
  }
#footer .footer__upper .footer-search__law {
    width: auto;
    float: none;
    padding: 0;
    border-bottom: 1px solid #004986;
  }
#footer .footer__upper .footer-search dl dd span {
    display: none;
}

/*検索ページ、検索モーダル*/
.drop-contents h2 {
  border-top: none;
  border-bottom: 3px solid #004986;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2% 5%;
}
.drop.drop-history .drop-contents ul li a .image {
  width: 85px;
  height: 55px;
}
.drop.drop-history .drop-contents ul li a img {
  max-width: 85px;
  max-height: 55px;
}
.drop.drop-history .drop-contents ul li a p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  max-height: none;
  overflow: visible;
  padding: 0 0 0 20px;
}
.drop.drop-history .drop-contents .btnArea {
  display: none;
}
.drop__inner {
  height: calc(100% - 113px - 7px);
}
.drop-contents {
  width: 100%;
  padding-bottom: 1px;
}
.drop-contents .drop-contents__inner {
  width: auto;
}
.drop-contents .tab-label {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-left: 45px;
  margin: 20px 20px 20px 0;
}
.drop-contents .tab-label:before {
  left: 24px;
  margin-top: -5px;
  width: 12px;
  height: 12px;
}
.drop-contents .tab-label:after {
  left: 20px;
  margin-top: -18px;
  width: 20px;
  height: 20px;
  top: 17px;
}
/*
.drop-contents input[type="radio"]:checked + label:after{
  left: 20px;
  margin-top: -18px;
  width: 20px;
  height: 20px;
  top: 17px;
  background: none;
}*/
.drop-contents .search-tax,
.drop-contents .search-law {
  display: none;
  text-align: left;
  padding-bottom: 190px;
}
.drop-contents #tab-search-tax:checked ~ .search-tax,
.drop-contents #tab-search-law:checked ~ .search-law {
  display: block;
}
.drop-contents fieldset {
  margin-bottom: 0px;
}
.drop-contents fieldset legend {
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0;
  background: #0b6fc3;
  color: #fff;
  border-left: 5px solid #004986;
}
.drop-contents fieldset legend small.bpf_link a {
  margin: 0;
  color: #fff;
}
.drop-contents fieldset legend small.bpf_link a::before{
  border-color: transparent transparent transparent #fff;
}
.drop-contents fieldset legend.accordion-toggle {
  position: relative;
  padding-right: 40px;
}
.drop-contents fieldset legend.accordion-toggle:before, .drop-contents fieldset legend.accordion-toggle:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border: 0;
  background: #fff589;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.drop-contents fieldset legend.accordion-toggle:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drop-contents fieldset legend.accordion-toggle.is-open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drop-contents fieldset legend.accordion-toggle.is-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drop-contents fieldset legend.accordion-toggle + .form-elements, .drop-contents fieldset legend.accordion-toggle + .form-elements-wrap {
  display: none;
}
.drop-contents fieldset legend small {
  float: none;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.drop-contents fieldset .form-elements {
  padding: 15px;
  grid-template-columns: 1fr;
}
.drop-contents fieldset .form-elements_last{
  margin-bottom: 0px;
}
.drop-contents fieldset .form-elements .accordion-toggle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-weight: bold;
  background: #fff;
  min-height: 40px;
  padding: 8px 15px;
  position: relative;
  z-index: 1;
  position: relative;
  padding-right: 40px;
  padding-right: 50px;
}
.drop-contents fieldset .form-elements .accordion-toggle:before, .drop-contents fieldset .form-elements .accordion-toggle:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  border: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.drop-contents fieldset .form-elements .accordion-toggle:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drop-contents fieldset .form-elements .accordion-toggle.is-open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drop-contents fieldset .form-elements .accordion-toggle.is-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drop-contents fieldset .form-elements .accordion-toggle:before, .drop-contents fieldset .form-elements .accordion-toggle:after {
  right: 12px;
  margin-top: -1px;
}
.drop-contents fieldset .form-elements .accordion-toggle b:after {
  content: "";
  height: 100%;
  width: 40px;
  background: #004986;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.drop-contents fieldset .form-elements .accordion-toggle + dl {
  margin-top: 15px;
  display: none;
}
.drop-contents fieldset .form-elements label {
  display: block;
}
.drop-contents fieldset .form-elements label:last-child {
  margin-bottom: 0;
}
.drop-contents fieldset .form-elements .select-pref1 {
  display: block;
  width: auto;
  margin-left: 0;
  margin-bottom: 15px;
}
.drop-contents fieldset .form-elements .select-pref2 {
  display: block;
  width: auto;
  margin-left: 0;
}
.drop-contents fieldset .form-elements dl dd {
  padding: 10px 0 0 20px;
}
.drop-contents fieldset .form-elements input[type="text"] {
  width: 100%;
}
.drop-contents fieldset .column1 label {
  width: 100%;
  padding-right: 0;
}
.drop-contents fieldset .column2 label {
  width: 100%;
  padding-right: 0;
}
.drop-contents fieldset .column3 label {
  width: 100%;
  padding-right: 0;
}
.drop-contents fieldset .column4 label {
  width: 100%;
  padding-right: 0;
}
.drop-contents fieldset .column5 label {
  width: 100%;
  padding-right: 0;
}
.drop-contents fieldset .column6 label {
  width: 100%;
  padding-right: 0;
}
body:not(.non-responsive) .drop + .btnArea {
  height: 60px;
  padding-top: 6px;
  max-width: none;
  min-width: 0;
  border-bottom-width: 0;
}
body:not(.non-responsive) .drop + .btnArea .btnArea__inner {
  width: auto;
  padding-left: 0;
}
body:not(.non-responsive) .drop + .btnArea .btn {
  width: 200px;
  padding: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  display: inline-block;
  vertical-align: top;
}
body:not(.non-responsive) .drop + .btnArea .btn--gray {
  display: none;
}
body:not(.non-responsive) .drop + .btnArea .btn--gray.menu-clear {
  display: inline-block;
  vertical-align: top;
  padding: 13px;
  margin-left: 10px;
}
.header-fixed body:not(.non-responsive) .drop.is-open .drop__inner {
  margin-top: 53px;
  height: calc(100% - 53px);
}
.header-fixed body:not(.non-responsive) .drop.drop-history.is-open .drop__inner {
  height: calc(100% - 53px);
}
body:not(.non-responsive) .search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -110%;
  z-index: 700;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
body:not(.non-responsive) .search-overlay.is-active {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/*serch.html 検索ボタン*/
.on_btnArea,
.btnArea {
  max-width: none;
  min-width: 0;
  border-bottom-width: 0;
  padding: 15px 20px 10px 20px;
}
.on_btnArea {
  margin: 16px auto;
}
.on_btnArea .btnArea__inner,
.btnArea .btnArea__inner {
  width: auto;
  padding-left: 0;
}
#SERCH .btnArea__inner  a.btn.size-l,
#SERCH .btnArea a.btn.size-l,
#SERCH .on_btnArea a.btn.size-l {
  width: 200px;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 2.45rem;
  height: 50px;
}
.on_btnArea .btnArea__inner .menu-clear,
.btnArea .btnArea__inner .menu-clear {
  padding: 12px;
  font-size: 1.4rem;
  line-height: 2.45rem;
  width: 100px;
  height: 50px;
  margin-left: 10px;
}
.drop .btnArea .btnArea__inner a.btn.size-l {
  width: 200px;
  padding: 12px;
  font-size: 1.4rem;
  line-height: 2.45rem;
  height: 50px;
}
.btnArea .btnArea__inner .menu-close:before{
  width: 16px;
  height: 16px;
  background-size: 12px 12px;
}

/*検索モーダル用*/
.drop-contents .drop-contents__inner_mordal {
  margin: 0 auto 150px;
}
.btnArea .btnArea__inner .menu-close{
  width: 200px;
  margin: 10px;
  padding: 14px 20px;
}
/*パンくず*/
.wrapper_bread .breadcrumb {
  margin: 10px;
}

/*検索一覧*/
.search--list .page-title__inner {
  /*height: 75px;*/
  border-bottom: 3px solid #004986;
  margin: 0 auto 10px;
  width: 95%;
}
.search--list .search-result{
  border-bottom: none;
  margin: 0 4%;
}
.search--list .search-result h2 {
  height: initial;
  padding: 16px 0 0 0;
  display: block;
  font-size: 14px;
  font-size: 1.5rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.search--list .search-result span {
  margin-right: -8px;
  margin-left: -10px;
}
.search--list .search-result p {
  display: block;
  padding-top: 7px;
  font-size: 1.4rem;
  line-height: 2.45rem;
  text-align: center;
}
.search--list .search-result p span {
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-right: 5px;
}
.search--list .search--list__re-search {
  position: static;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}
.search--list__re-search a.btn.icon-plus{
  width: 100%;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 10px 20px 10px 40px;
}
.search--list .tab__2column li a {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 24.5px;
  padding: 8px 0 8px 0;
}
.search--list__contents .section__inner {
  width: 100%;
  padding: 20px 3% 0px 3%;
}
.search--list__contents .section__inner .search--list__box {
  padding: 15px;
  margin-bottom: 10px;
}
.search--list__contents .section__inner .search--list__box h3 {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 0px;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 13px;
  width: auto;
  float: none;
  letter-spacing: 0.5px;
}
.search--list__contents .section__inner .search--list__box h3 span{
  font-size: 1.1rem;
  line-height: 1.1rem;
  width: 100px;
  color: #fff;
  padding: 3px 0;
  margin-top: 5px;
}
.search--list__contents .section__inner .search--list__box-l {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  text-align: center;
}
.search--list__contents .section__inner .search--list__box-l img {
  width: auto;
  height: 100%;
}
.search--list__contents .section__inner .search--list__box-r {
  float: none;
  width: 100%;
}
.search--list__contents .section__inner .search--list__box-r h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.search--list__contents .section__inner .search--list__box-r p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
body:not(.non-responsive) .search--list__contents .section__inner .search--list__box-r dl {
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding-bottom: 3px;
}
.search--list__contents .section__inner .search--list__box__detail{
  width: 100%;
  font-size: 1.2rem;
  position: relative;
  margin-top: 12px;
  padding: 10px 0;
  color: #fff;
}
.serch_btn_box .bottom--btnArea .search-open-tax{
    width: 200px;
    padding: 10px 14px 10px 32px;
    font-size: 1.2rem;
}
.serch_btn_box .bottom--btnArea a.search-open-tax:before, .serch_btn_box .bottom--btnArea a.search-open-tax:after {
  left: 24px;
}
.serch_btn_box .bottom--btnArea .search-open-law{
    width: 200px;
    padding: 10px 14px 10px 32px;
    font-size: 1.2rem;
}
.serch_btn_box .bottom--btnArea a.search-open-law:before, .serch_btn_box .bottom--btnArea a.search-open-law:after {
  left: 24px;
}
/*pagenation*/
.search--list .pagenation {
  padding: 25px 0;
}
.serch_btn_box .bottom--btnArea {
  padding: 0 0;
}
.search--list .con_banner {
  padding: 25px 0 25px;
}

/*企業詳細ページ*/
.office_detail .page-title {
  margin-top: 5px;
  padding: 0 3% 0 3%;
}
.office_detail .page-title h1.office_name {
  font-size: 1.4rem;
  line-height: 2.45rem;
  border-left: none;
  border-bottom: 3px solid #004986;
  padding: 10px 0px 10px 0;
  margin-bottom: 30px;
}
.office_detail .page-title h1.office_name span{
  font-size: 1.1rem;
    line-height: 1.1rem;
    color: #fff;
    padding: 3px 0;
    margin-top: 5px;
}
.office_detail__sumally{
  padding: 0 3% 0 3%;
}
.office_detail__sumally .page-title-r {
  width: 100%;
}
.office_detail__sumally .page-title-l {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.office_detail__sumally .page-title-r h2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 15px 0 4px 0;
  margin-bottom: 11px;
  text-align: left;
}
.office_detail__sumally .page-title-r p {
  font-size: 1.2rem;
  line-height: 1.9rem;
  padding-bottom: 16px;
  text-align: left;
  height: inherit;
  margin-bottom: 0;
}
.office_detail .office_detail__sumally .icon-external,
.office_detail .bottom--btnArea .icon-external  {
  width: auto;
  padding: 10px 33px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.office_detail .ttl_h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 15px;
}
.office_detail .characteristic__contents > p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding-bottom: 15px;
}
.office_detail .characteristic__contents .column2 {
  margin-left: 0;
}
.office_detail .characteristic__contents h4{
  font-size: 1.2rem;
  padding: 0 10px 0 15px;
}
.office_detail .characteristic__contents .characteristic__box.graph {
  height: auto;
  padding: 0;
}
.office_detail .characteristic__contents .characteristic__box.graph {
    padding: 0 2%;
  }
 .office_detail .characteristic__contents .characteristic__box.graph .amcharts-main-div {
    margin-top: -10px;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
.office_detail .characteristic__contents .characteristic__box.graph .amcharts-main-div .amcharts-chart-div {
    font-size: 1.2rem;
    line-height: 2.1rem;
    font-weight: bold;
/*    height: 300px !important;*/
  }
.office_detail .characteristic__contents .characteristic__box.graph g text {
    font-size: 1.1rem;
    line-height: 1.925rem;
  }
.office_detail .characteristic__contents .characteristic__box.fee {
    margin-bottom: 10px;
    height: inherit;
  }
.office_detail .characteristic__contents .characteristic__box.fee p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
.office_detail .characteristic__contents .characteristic__box.charge {
    padding: 15px 20px;
    height: inherit;
  }
.office_detail .characteristic__contents .characteristic__box.charge p {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
.office_detail .characteristic__contents .characteristic__box:last-child {
    margin-bottom: 0;
  }

.office_detail .characteristic__contents .characteristic__box.graph g rect {
  display: block;
  width: 100%;
}
.office_detail .characteristic, .office_detail .qualified__personnel {
  margin-top: 20px;
  padding: 20px 0;
}
.office_detail .characteristic .wrapper{
  padding: 0 3%;
}
.office_detail .characteristic__contents .column2 .col {
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}
.office_detail .delegate__contents__r dl.position {
  width: 100%;
  padding-right: 0;
}
.office_detail .qualified__personnel .wrapper{
  padding: 0 3%;
}
.office_detail .qualified__personnel__contents dl.col {
  width: 90%;
  margin-left: 2%;
}
.office_detail .basic__table__contents dl dd .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.office_detail  .basic__table__contents dl {
  font-size: 1.1rem;
  line-height: 1.925rem;
  border-collapse: collapse;
  border-spacing: 0;
  padding-bottom: 0px;
  margin-left: 0px;
  width: 100%;
}
.office_detail .basic__table__contents dl dt {
  width: 100%;
  height: 30px;
  padding: 5px 0 0 20px;
  display: block;
}
.office_detail  .basic__table__contents dl dd {
    text-align: left;
    min-height: 30px;
    padding: 6px 15px 15px 15px;
    width: 100%;
    text-align: left;
    display: block;
}
.office_detail .delegate__contents__l {
  width: 70px;
  height: auto;
  padding: 0;
}
.office_detail .delegate__contents__l img {
  width: 100%;
  height: auto;
}
.office_detail .delegate__contents p {
  margin-left: 85px;
  margin-bottom: 14px;
  font-size: 1.5rem;
    line-height: 2.3rem;
}
.office_detail .delegate__contents__r {
  float: none;
  width: auto;
  padding-left: 0px;
/*  padding-top: 15px;*/
  clear: both;
}
.office_detail .delegate__contents__r dl {
  float: none;
  font-size: 1.3rem;
  line-height: 2.275rem;
}
.office_detail .delegate__contents__r dl dt {
  float: none;
  padding: 4px 0 4px 15px;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  font-size: 1.2rem;
}
.office_detail .delegate__contents__r dl dd {
  font-size: 1.2rem;
  line-height: 1.9rem;
  padding: 8px 15px;
  float: none;
}
.office_detail .delegate__contents__r dl.bio {
  width: 100%;
}
.office_detail .delegate__contents p span {
  font-size: 1.1rem;
  line-height: 1.1rem;
  display: block;
  padding-left: 0;
}
.office_detail .delegate, .office_detail .basic__table {
  padding: 20px 3%;
}
.office_detail .qualified__personnel__contents dl dt {
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 0;
  width: 90px;
  float: left;
}
.office_detail .qualified__personnel__contents dl dd {
  height: 30px;
  padding: 0;
  display: block;
  width: auto;
  margin-bottom: 13px;
  margin: 0px 0 14px 85px;
  font-size: 1.1rem;
  line-height: 1.925rem;
}
.office_detail .qualified__personnel__contents dl dd span {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

/*地図から探す*/
#area-search .search-result h2 {
  height: initial;
  padding: 16px 0 0 0;
  display: block;
  font-size: 14px;
  font-size: 1.5rem;
  line-height: 14px;
  line-height: 1.4rem;
}
#area-search .search--list__re-search {
  position: static;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}
#area-search .search-result {
  border-bottom: none;
  margin: 0 4%;
}
#area-search .page-title__inner {
  height: 45px;
  border-bottom: 3px solid #004986;
  margin: 0 auto 10px;
  width: 95%;
}
#area-search .area-search__notice{
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 0;
}
#area-search .area-search__contents > div {
  padding: 20px 0 0;
}
#area-search .area-search__contents > div h3 {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0 10px 20px;
    background-color: #e5ecf3;
}
#area-search .area-search__contents > div h3 label {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-weight: bold;
}
#area-search .area-search__contents > div div.column5 {
  margin: 0;
  padding: 0;
}
#area-search .area-search__contents > div div.column5 span {
  border-bottom: 1px solid #dcdcdc;
  display: block;
  padding-left: 35px;
}
#area-search .area-search__contents > div div.column5 span label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  width: 100%;
  padding: 15px 0 15px 24px;
  margin-bottom: 0;
}
#area-search .bottom--btnArea{
  width: auto;
  margin: 20px 20px 10px 20px;
  padding: 0;
}
#area-search .bottom--btnArea .icon-search {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.2rem;
}
#area-search .bottom--btnArea .icon-search::before{
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
#area-search .bottom--btnArea a.re-set{
  font-size: 1.2rem;
  margin-bottom: 30px;
  padding-left: 20px;
}

/*新規事業所登録LP　about_regist*/
.about_regist__visual {
  background: url(/jing/img/regist_main_sp.png) top center no-repeat;
  border-bottom: none;
  background-size: 100%;
}
.about_regist__visual > div {
  background: none;
}
.about_regist__visual > div h2 {
  width: 52%;
  padding: 2% 2% 0;
}
.about_regist .about_regist__visual > div > p > a {
  width: 166px;
  font-size: 1.2rem;
  line-height: 52px;
  line-height: 1.4rem;
  padding: 10px 0 10px 10px;
  border-radius: 4px;
  margin: 1%;
}
.about_regist .about_regist__visual > div > p > a:before {
  left: 11px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  top: 13px;
}
.about_regist__role {
  padding: 3% 5%;
  margin-bottom: 40px;
}
.about_regist__role h2 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.about_regist__role ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.about_regist__role ul li {
  display: table;
  float: none;
  margin: 0 0 2% 0;
  font-size: 1.2rem;
  line-height: 3rem;
  width: 100%;
}
.about_regist__role ul li p {
  width: 100%;
  height: 80px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  border-radius: 5px;
}
.about_regist__role ul li p strong {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.about_regist__role:after {
  border: 24px solid transparent;
  left: 50%;
  margin-left: -24px;
  border-top: 20px solid #0b6fc3;
  bottom: -40px;
}
.about_regist .lead_text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  display: block;
  width: 100%;
  letter-spacing: 0;
  text-align: center;
  background: none;
}
.about_regist .lead_text .navi_text {
  height: auto;
  display: block;
  text-align: center;
  line-height: 24px;
}
.about_regist__lead .lead_text .lead_text__inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.about_regist .lead_text .navi_logo {
  height: auto;
  padding-left: 0;
  padding-right: 8px;
  padding-bottom: 5px;
}
.about_regist .lead_text .navi_logo img {
  width: 140px;
  height: auto;
}
.about_regist .lead_text__inner .navi_text {
  display: table-cell;
}
.about_regist .lead_text__inner:after {
  content: "";
  display: inline-block;
  background: #fff589;
  height: 10px;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 27px;
  z-index: -1;
}
.about_regist .about_regist__sumally {
  position: relative;
  margin-top: 3%;
  padding: 10% 3% 5%;
}
.about_regist .about_regist__sumally .free ul {
  margin: 0 auto;
}
.about_regist .about_regist__sumally .free ul li {
  font-size: 1.2rem;
  line-height: 1.2rem;
  height: 45px;
  border-radius: 5px;
  padding: 7px 30px 0 15px;
  width: 50%;
}
.about_regist .about_regist__sumally .free ul li:first-child {
  width: 28%;
  margin: 0px 12% 0 0;
}
.about_regist .about_regist__sumally .free ul li strong {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-left: 0px;
  letter-spacing: 1px;
}
.about_regist .about_regist__sumally .free ul li .free_icon {
  background-size: 60px;
  width: 60px;
  height: 60px;
  right: -35px;
  top: -10px;
}
.about_regist .about_regist__sumally .free ul li .free_icon span {
  top: 8px;
  width: 60px;
  height: 60px;
  font-size: 2.5rem;
  line-height: 4.375rem;
  right: 2px;
}
.about_regist .about_regist__sumally .free ul li .free_icon span small {
  font-size: 1.8rem;
  line-height: 3.15rem;
  padding-right: 2px;
}
.about_regist .about_regist__sumally .about_Jing {
  border: 1px solid #004986;
  padding: 15px;
  margin-top: 15px;
}
.about_regist .about_regist__sumally .about_Jing__head {
  border-bottom: 1px solid #004986;
}
.about_regist .about_regist__sumally .about_Jing__head div {
  display: block;
  height: auto;
}
.about_regist .about_regist__sumally .about_Jing__head div:first-child {
  padding-right: 0;
  text-align: center;
  padding-bottom: 10px;
}
.about_regist .about_regist__sumally .about_Jing__head div:first-child img {
  width: 180px;
  height: auto;
}
.about_regist .about_regist__sumally .about_Jing__head div:last-child {
  vertical-align: bottom;
}
.about_regist .about_regist__sumally .about_Jing__head div h3 {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.5px;
}
.about_regist .about_regist__sumally .about_Jing__head div h3 strong {
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-block;
}
.about_regist .about_regist__sumally .about_Jing__head div span {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 3px 0 10px;
  font-size: 1.1rem;
  line-height: 1.925rem;
}
.about_regist .about_regist__sumally .about_Jing__point {
  padding-top: 15px;
}
.about_regist .about_regist__sumally .about_Jing__point div {
  float: none;
  width: 100%;
}
.about_regist .about_regist__sumally .about_Jing__point div img {
  width: 100%;
  height: auto;
}
.about_regist .about_regist__sumally .about_Jing__point div p {
  font-size: 1.4rem;
  line-height: 2.45rem;
}
.about_regist .about_regist__sumally .about_Jing__point div p strong {
  font-size: 1.8rem;
  line-height: 3.15rem;
}
.about_regist .about_regist__sumally .about_Jing__point ul {
  float: none;
  margin-right: 0;
  padding-top: 5px;
  width: 100%;
}
.about_regist .about_regist__sumally .about_Jing__point ul li {
  margin-bottom: 9px;
}
.about_regist .about_regist__sumally .about_Jing__point ul li span {
  border-radius: 5px;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: bold;
}
.about_regist .about_regist__sumally .catch {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  padding: 10px 0 0;
}
.about_regist .about_regist__sumally .catch strong {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0px;
  padding-top: 5px;

}
.about_regist .about_regist__sumally:after {
  border: 24px solid transparent;
  content: "";
  margin-left: -24px;
  border-top: 20px solid #f6f6f6;
  bottom: -40px;
}
.about_regist .about_regist__navi ul li {
  display: inline-block;
  float: none;
  width: 32%;
  margin: 0;
}
.about_regist .about_regist__navi ul li a {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  box-shadow: 5px 5px 0px 0px #e5eefd;
  -moz-box-shadow: 5px 5px 0px 0px #e5eefd;
  -webkit-box-shadow: 5px 5px 0px 0px #e5eefd;
  display: inline-block;
}
.about_regist .about_regist__navi ul li a span {
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: inline-block;
  border: 1px solid;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  top: 14px;
}
.about_regist .about_regist__navi ul li a p {
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding-top: 33px;
  letter-spacing: 0;
}
.about_regist .about_regist__navi ul li a p strong{
  font-size: 1rem;
  line-height: 1rem;
}
.about_regist .about_regist__navi ul li a:after {
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 7px solid #fff;
  bottom: 0px;
}
.about_regist .about_regist section {
  min-width: inherit;
  max-width: 100%;
}
.about_regist .about_regist__merit {
  padding: 0 3%;
}
.about_regist .about_regist__merit__box__head div {
  width: 100%;
  float: none;
  padding: 0 0 0 15px;
}
.about_regist .about_regist__merit__box__head div:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #0b6fc3;
  border-bottom-width: 0;
  bottom: -10px;
  margin-left: -10px;
  right: inherit;
  left: 50%;
  bottom: -9px;
  top: inherit;
}
.about_regist .about_regist__merit__box__head div span {
  font-size: 1.6rem;
  line-height: 4.2rem;
  padding-right: 0;
  white-space: nowrap;
  width: 40px;
}
.about_regist .about_regist__merit__box__head div p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  height: 65px;
  width: auto;
  padding-top: 3px;
}
.about_regist .about_regist__merit__box__head h3 {
  height: 55px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 6rem;
  width: 100%;
}
.about_regist .about_regist__merit__box__head h3 strong {
  font-size: 2rem;
  line-height: 6rem;
}
.about_regist .about_regist__merit__box__head .free_icon_mini {
  background: url(/jing/img/free_icon_mini.png) center center no-repeat;
  width: 70px;
  height: 70px;
  background-size: 70px;
  line-height: 66px;
}
.about_regist .about_regist__merit__box__content {
  border: 1px solid #004986;
  padding: 15px;
  margin-bottom: 15px;
}
.about_regist .about_regist__merit__box__content > img {
  width: 100%;
  height: auto;
}
.about_regist .about_regist__merit__box__content__r {
  float: none;
  width: 100%;
}
.about_regist .about_regist__merit__box__content__r h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 5px;
  padding-top: 15px;
}
.about_regist .about_regist__merit__box__content__r p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.5px;
}
.about_regist .about_regist__inquiry {
  width: auto;
  margin: 0 auto 35px auto;
}
.about_regist .about_regist__inquiry h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 100%;
  height: 60px;
  display: block;
  padding-top: 7px;
}
.about_regist .about_regist__inquiry ul {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  padding: 2% 8%;
}
.about_regist .about_regist__inquiry ul li:first-child {
  margin-right: 0;
}
.about_regist .about_regist__inquiry ul li {
  display: block;
  width: 100%;
  margin: 0;
}
.about_regist .about_regist__inquiry ul li a{
  height: auto;
  line-height: 1.5rem;
}
.about_regist .about_regist__inquiry ul li a.icon-arrow-r-orange,
.about_regist .about_regist__inquiry ul li a.icon-arrow-r-gray{
  padding: 25px;
}
.about_regist .about_regist__function {
  padding: 5% 3%;
  margin: 0;
}
.about_regist .about_regist__function__box:first-of-type {
  margin-bottom: 2cqmin;
}
.about_regist .title_side-line {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.about_regist .title_side-line span {
  border-bottom: 1px solid;
    padding: 0 0 5px;
}
.about_regist .title_side-line span:before, .about_regist .title_side-line span:after {
  display: none;
}
.about_regist .about_regist__function__box h3.headline--lv1 {
  font-size: 1.7rem;
  line-height: 0.15rem;
  font-weight: bold;
  line-height: 1.9rem;
  padding: 3% 1%;
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
}
.about_regist .about_regist__function__box h3 span {
  font-size: 1.1rem;
  line-height: 1.6rem;
  display: block;
  text-align: left;
  float: none;
  padding: 1% 2% 0;
  width: 100%;
}
.about_regist .about_regist__function__box:first-of-type .about_regist__function__box__content {
  padding: 4%;
    border-width: 1px;
}
.about_regist .about_regist__function__box__content__l {
  position: relative;
  float: none;
}
.about_regist .about_regist__function__box__content__sec img {
  width: 100%;
  height: auto;
}
.about_regist .about_regist__function__box__content__r {
  float: none;
  width: 100%;
  padding: 0;
}
.about_regist .about_regist__function__box__content__l {
  float: none;
  width: 100%;
  padding: 0 0 10px;
}
.about_regist .about_regist__function__box__content__r h4 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 0;
  padding-top: 10px;
}
.about_regist .about_regist__function__box__content__r p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.5px;
  padding: 10px 0;
}
.about_regist .about_regist__function .about_regist__inquiry {
  margin-bottom: 0;
}
.about_regist .about_regist__inquiry__wrap{
  padding: 20px 3%;
}
.about_regist .about_regist .about_concierge {
  border: 1px solid #004986;
  margin: 0 auto 0px auto;
}
.about_regist .about_concierge__head h3{
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.about_regist .about_regist .about_concierge__head strong {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  padding-top: 5px;
}
.about_regist .about_concierge__point {
  padding: 3%;
  overflow: hidden;
  text-align: center;
}
.about_regist .about_concierge__point > img {
  width: 100px;
  height: auto;
}
.about_regist .about_concierge__point div {
  float: none;
  width: auto;
  text-align: left;
}
.about_regist .about_concierge__point div h4 {
  font-size: 1.2rem;
  line-height: 2.1rem;
  padding-bottom: 5px;
  padding-top: 10px;
}
.about_regist .about_concierge__point div .fee_notice {
  font-size: 1.1rem;
  line-height: 1.925rem;
  text-align: left;
  padding-bottom: 10px;
}
.about_regist .about_concierge__point div ul li a {
  width: 100%;
  text-align: center;
}

}
/*----------------------- ▲ ▲ 長島さんcss ▲ ▲ -----------------------*/




/*----------------------- ▲ ▲ 中沢さんcss ▲ ▲ -----------------------*/

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset;
}
@media screen and (max-width: 736px) {
    body {
        min-width: 0;
      }
      #log_in{
        max-width: 100%;
      }
}

/*-----------------------　▼　▼ header　▼　▼ -----------------------*/
#jing_header {
    background-color: #004986;
}
#jing_header .logo img {
    width: 250px;
    margin-right: 50px;
}
#jing_header .header_inner {
    height: 100px;
    justify-content: flex-start;
}
#jing_header .logo {
    display: flex;
    align-items: center;
}
#jing_header .header_right {
    background-color: #0b6fc3;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 8px;
    position: absolute;
    right: 0;
}
#jing_header .header_right:hover {
    text-decoration: none;
}
#jing_header .header_right img {
    width: 52px;
    padding-bottom: 10px;
}
#jing_header .header_center {
    width: auto;
}
#jing_header .header_center p {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    #jing_header .header_inner {
        height: 100px;
    }
    #jing_header .header_right {
        width: auto;
    }
    #jing_header .header_right img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 736px) {
    #jing_header .header_inner {
        height: 55px;
    }
    #jing_header .logo img {
        width: 120px;
        margin-right: 13px;
    }
    #jing_header .header_right {
        padding: 3px 5px 0;
        width: auto;
    }
    #jing_header .header_right p {
        font-size: 0.8rem;
        font-feature-settings: "palt" 1;
    }
    #jing_header .header_right img {
        padding: 5px 0 0;
        width: 22px;
    }
    #jing_header .header_center p {
        font-size: 1.6rem;
    }
  }
/*-----------------------　▲ ▲ header ▲ ▲ -----------------------*/

/*-------------------------------　▼　▼ log_in　▼　▼ -------------------------------*/
#log_in {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#log_in .log_in_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#log_in h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}
#log_in h1 br {
    display: none;
}
#log_in .log_in_headline p {
    color: #141415;
    line-height: 1.7em;
    padding-left: 25px;
}
#log_in .log_in_headline p .underline {
    text-decoration: underline;
}
#log_in .sp_btn_area {
    display: none;
}

#log_in .log_in_contents {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
#log_in h2 {
    font-size: 1.8rem;
    color: #fff;
    padding: 18px 0;
    font-weight: 600;
    text-align: center;
    background-color: #004986;
    margin-bottom: 24px;
    width: 100%;
}
@media screen and (max-width: 736px) {
    #log_in {
        padding: 25px 0;
    }
    #log_in .log_in_inner {
        padding: 0 1% 0;
     }
    #log_in h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin-bottom: 15px;
    }
    #log_in h1 br {
        display: inline;
    }
    #log_in .log_in_headline p {
        font-size: 1.4rem;
        line-height: 1.6em;
        padding: 0 20px;
    }
    #log_in .sp_btn_area {
        text-align: center;
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #log_in .sp_btn_area a {
        font-size: 1.3rem;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }
    #log_in .sp_btn1 {
        background-color: #004986;
        padding: 8px 30px;
        border-radius: 3px;
        margin: 0 10px 7px;
        width: 205px;
    }
    #log_in .sp_btn2 {
        background-color: #f18900;
        padding: 8px 30px;
        border-radius: 3px;
        margin: 0 10px 7px;
        width: 205px;
    }
    #log_in .log_in_contents {
        display: block;
        padding-top: 25px;
    }
    #log_in h2 {
        font-size: 1.5rem;
        padding: 12px 0;
        margin-bottom: 15px;
    }
}


/*-----------------------　▼　▼ left　▼　▼ -----------------------*/
#log_in .log_in-left {
    width: 470px;
    background-color: #fff;
    padding: 25px;
    position: relative;
}
#log_in .log_in-left p {
    font-size: 1.6rem;
    font-weight: 600;
}
#log_in .log_in-left form {
    padding-top: 20px;
}
#log_in .log_in-left dl {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    display: flex;
    justify-content: flex-start;
    border-collapse: separate;
    border-spacing: 2px 0;
    padding-bottom: 2px;
    margin-left: -2px;
  }
#log_in .log_in-left dl dt {
    font-weight: bold;
    width: 130px;
    padding: 18px 12px;
    background: #0b6fc3;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 3px;
  }
#log_in .log_in-left dl dd {
    background: #e5ecf3;
    text-align: center;
    padding: 14px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    width: 100%;
  }
#log_in .log_in-left input[type="text"],input[type="password"] {
    border: none;
    padding: 1rem;
  }
#log_in .log_in_forget {
    padding-top: 10px;
  }
#log_in .log_in_forget a {
    margin-top: 3px;
    display: block;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
  }
#log_in .log_in_forget a::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    width: 7px;
    height: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(4px) rotate(135deg);
    -ms-transform: translateY(4px) rotate(135deg);
    transform: translateY(4px) rotate(135deg);
  }
#log_in .log_in-left .btn a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #004986;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  }
@media screen and (max-width: 736px) {
    #log_in .log_in-left {
        margin: 0 auto 20px;
        width: auto;
        padding: 20px;
        height: auto;
    }
    #log_in .log_in-left p {
        font-size: 1.4rem;
    }
    #log_in .log_in-left form {
        padding-top: 10px;
    }
    #log_in .log_in-left dl {
        font-size: 1.2rem;
        display: flex;
        justify-content: flex-start;

    }
    #log_in .log_in-left dl dt {
        padding: 9px 3px 9px 10px;
        width: 110px;
        display: flex;
        align-items: center;
    }
    #log_in .log_in-left dl dd {
        padding: 9px;
        width: 100%;
    }
    #log_in .log_in-left input[type="text"], input[type="password"] {
        padding: 1rem;
    }
    #log_in .log_in_forget a {
        margin: 0;
        font-size: 1.2rem;
    }
    #log_in .log_in-left .btn {
        margin: 14px auto 0;
    }
    #log_in .log_in-left .btn a {
        padding: 8px 10px;
        position: static;
        display: block;
        width: inherit;
        transform: translate(0);
        width: 205px;
        margin: 0 auto;
    }
}
/*----------------------- ▲ ▲ left ▲ ▲ -----------------------*/


/*-----------------------　▼　▼ right　▼　▼ -----------------------*/
#log_in .log_in-right {
    width: 470px;
    background-color: #fff;
    padding: 25px;
    position: relative;
}
#log_in .log_in-right h2 {
    background-color: #f18900;
}
#log_in .log_in-right p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7em;
}
#log_in .log_in-right_txt {
    text-align: center;
}
#log_in .log_in-right .log_in-right_txt span {
    font-size: 2.2rem;
    background: linear-gradient(transparent 60%, #fff589 60%);
}
#log_in .log_in-right img {
    width: 260px;
    margin: 0 auto;
    display: block;
    padding: 11px 0;
}
#log_in .log_in-right .log_in-right_link {
    margin-top: 3px;
    display: block;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}
#log_in .log_in-right .log_in-right_link::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    width: 7px;
    height: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(4px) rotate(135deg);
    -ms-transform: translateY(4px) rotate(135deg);
    transform: translateY(4px) rotate(135deg);
}
#log_in .log_in-right .btn a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #f18900;
    text-align: center;
    margin-top: 30px;
    display: block;
    margin: 30px auto 0;
    left: 50%;
    width: 300px;
}
@media screen and (max-width: 736px) {
    #log_in .log_in-right {
        margin: 0 auto;
        width: auto;
        padding: 20px;
        height: auto;
    }
    #log_in .log_in-right p {
        font-size: 1.4rem;
    }
    #log_in .log_in-right .log_in-right_txt span {
        font-size: 1.8rem;
    }
    #log_in .log_in-right img {
        width: 230px;
    }
    #log_in .log_in-right .log_in-right_link {
        margin: 0;
        font-size: 1.2rem;
    }
    #log_in .log_in-right .btn {
        margin: 14px auto 0;
    }
    #log_in .log_in-right .btn a {
        padding: 8px 10px;
        position: static;
        display: block;
        width: inherit;
        transform: translate(0);
        width: 205px;
        margin: 0 auto;
    }
  }
/*----------------------- ▲ ▲ right ▲ ▲ -----------------------*/

/*------------------------------- ▲ ▲ log_in ▲ ▲ -------------------------------*/


/*------------------------------- ▼　▼　OfficeUser_new　▼　▼ -------------------------------*/
#OfficeUser_new {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#OfficeUser_new .OfficeUser_new_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#OfficeUser_new h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new {
        padding: 25px 0;
    }
    #OfficeUser_new .OfficeUser_new_inner {
        padding: 0;
    }
    #OfficeUser_new h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#OfficeUser_new .step_login {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}
#OfficeUser_new .step_login li {
    position: relative;
    padding: 12px 30px;
    margin: 0 25px 10px 0;
    background: #aaaaaa;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #fff;
    font-weight: 600;
    width: 29%;
}
#OfficeUser_new .step_login > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    border-width: 26px 25px;
    border-color: transparent transparent transparent #aaaaaa;
    border-style: solid;
}
#OfficeUser_new .step_login li.selected {
    background: #004986;
}
#OfficeUser_new .step_login > li.selected::after {
    border-color: transparent transparent transparent #004986;
}
#OfficeUser_new .step_login .pc-hide {
    display: none;
}
@media screen and (max-width: 736px) {
    #OfficeUser_new .step_login {
        margin-top: 0;
    }
    #OfficeUser_new .step_login li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 15px;
        line-height: 1.5rem;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26%;
        margin: 0 16px 10px 0;
        padding: 12px 4px;
    }
    #OfficeUser_new .step_login > li::after {
        right: -30px;
        border-width: 27px 15px;
    }
    #OfficeUser_new .step_login .pc-hide {
        display: inline!important;
    }
}
#OfficeUser_new .login__contents__box {
    margin: -35px auto 0;
    background: #fff;
    padding: 48px 25px 30px;
}
#OfficeUser_new .admin_text {
    line-height: 1.8em;
    padding: 0 0 30px 0;
}
#OfficeUser_new .admin_text a {
    text-decoration: underline;
}
#OfficeUser_new .login__contents__box h3 {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #004986;
    padding: 12px 20px;
    margin-bottom: 15px;
}
#OfficeUser_new .login__contents__box .sign-up_text {
    padding-bottom: 15px;
}
#OfficeUser_new .login__contents__box .sign-up_table {
    margin-bottom: 30px;
}
#OfficeUser_new .login__contents__box .sign-up_table .radio {
    padding-right: 20px;
}
#OfficeUser_new .basic__table__contents:after {
    content: "";
    clear: both;
    display: block;
}
#OfficeUser_new .basic__table__contents dl {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
    display: table;
    border-spacing: 2px 0;
    padding-bottom: 2px;
}
#OfficeUser_new .basic__table__contents dl dt {
    font-weight: 600;
    width: 259px;
    background: #0b6fc3;
    color: #fff;
    display: table-cell;
    letter-spacing: 1px;
    padding: 12px;
    vertical-align: middle;
}
#OfficeUser_new .basic__table__contents dt span {
    font-size: 1.1rem;
    line-height: inherit;
    padding: 0 5px;
    color: #fff;
    float: right;
    font-weight: 600;
    background-color: #ff0000;
}
#OfficeUser_new .basic__table__contents dt small {
    font-size: 1.1rem;
    line-height: 1.8rem;
    display: block;
}
#OfficeUser_new .basic__table__contents dl dd {
    background: #e5ecf3;
    padding: 18px 22px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 725px;
}
#OfficeUser_new .radio {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#OfficeUser_new input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #000;
}
#OfficeUser_new input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    line-height: 1.2em;
    width: 100%;
    padding: 1.2rem;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}
#OfficeUser_new .admin_table_notice_bottom {
    padding-top: 7px;
    font-size: 1.2rem;
    line-height: 1.8em;
    width: 100% !important;
    margin-bottom: 0;
}
#OfficeUser_new .notice {
    color: #ff0000;
    font-weight: bold;
}
#OfficeUser_new .basic__table__contents dt .mail {
    font-size: 1.4rem;
    line-height: normal;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #OfficeUser_new .contents_step {
        padding-top: 40px !important;
    }
    #OfficeUser_new .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #OfficeUser_new .login__contents__box h3 {
        font-size: 1.5rem;
        padding: 9px 20px;
    }
    #OfficeUser_new .login__contents__box .sign-up_text {
        padding: 0 20px 15px;
    }
    #OfficeUser_new .basic__table__contents dl {
        font-size: 1.4rem;
        line-height: 1.925rem;
        border-collapse: collapse;
        border-spacing: 0;
        padding-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #OfficeUser_new .basic__table__contents dl dt {
        width: 100%;
        min-height: 30px;
        padding: 6px 0 5px 20px;
        display: block;
        height: inherit;
    }
    #OfficeUser_new .basic__table__contents dt span {
        margin-right: 20px;
    }
    #OfficeUser_new .basic__table__contents dl dd {
        text-align: left;
        min-height: 30px;
        padding: 16px 20px 24px 20px;
        width: 100%;
        text-align: left;
        display: block;
        vertical-align: middle;
        line-height: 1.925rem;
        font-size: 1.1rem;
    }
    #OfficeUser_new .radio {
        font-size: 1.3rem;
    }
    #OfficeUser_new input[type="radio"] + label:before {
        margin: 0 9px -3px 0;
    }
    #OfficeUser_new input[type="radio"]:checked + label:after {
        top: 4px;
    }
    #OfficeUser_new .basic__table__contents dt .mail {
        display: inline;
    }
}

#OfficeUser_new .admin_terms_wrap {
    padding: 5px;
    border: 1px solid #dcdcdc;
    margin-top: 25px;
}
#OfficeUser_new .admin_terms {
    padding: 10px 15px;
    height: 160px;
    position: relative;
    overflow: scroll;
}
#OfficeUser_new .admin_terms h4 a{
  text-decoration: underline;
}
#OfficeUser_new ::-webkit-scrollbar {
    width: 12px;
    height: 0;
  }
#OfficeUser_new ::-webkit-scrollbar-track {
    background-color: #fff;
  }
#OfficeUser_new ::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    width: 130px;
  }
#OfficeUser_new .admin_terms h4 {
    font-size: 1.4rem;
    line-height: 2.45rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 6px;
}
#OfficeUser_new .admin_terms p {
    font-size: 1.3rem;
    line-height: 2.2rem;
}
#OfficeUser_new .mCSB_container {
    padding: 17px 20px 27px 20px;
    margin-right: 0 !important;
}

#OfficeUser_new .mCSB_scrollTools {
    width: 10px !important;
}
#OfficeUser_new .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff !important;
    width: 10px !important;
}
#OfficeUser_new .mCSB_scrollTools .mCSB_dragger {
    background-color: #d2d2d2;
    width: 10px !important;
    height: 56px !important;
}
#OfficeUser_new .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d2d2d2 !important;
    opacity: 1 !important;
}

#OfficeUser_new .admin_check {
    text-align: center;
    padding: 30px 0;
}
#OfficeUser_new .checkbox {
    padding-left: 24px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#OfficeUser_new .checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border: 1px solid #333;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
}
#OfficeUser_new .checkbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: #022f78;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    left: 3px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
}
#OfficeUser_new input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
#OfficeUser_new input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    margin-right: 8px;
}
#OfficeUser_new .css-form {
    display: none;
}

#OfficeUser_new .btn_admin {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
#OfficeUser_new .btn_admin li {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    vertical-align: middle;
}
#OfficeUser_new .btn_admin li input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.75px;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
}
#OfficeUser_new .btn_admin li input:hover {
    cursor: pointer;
    opacity: 0.6;
}
#OfficeUser_new .btn_admin li input.opacity_zero_point_six {
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new .admin_terms_wrap {
        margin: 20px;
    }
    #OfficeUser_new .admin_terms {
        margin: 0;
    }
    #OfficeUser_new .admin_check {
        padding: 0 0 25px;
    }
    #OfficeUser_new .btn_admin li input {
        padding: 10px 60px;
        width: auto;
    }
}

/*------------------------------- ▲ ▲ OfficeUser_new ▲ ▲ -------------------------------*/



/*------------------------------- ▼　▼　OfficeUser_new_confirm　▼　▼ -------------------------------*/
#OfficeUser_new_confirm {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#OfficeUser_new_confirm .OfficeUser_new_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#OfficeUser_new_confirm h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new_confirm {
        padding: 25px 0;
    }
    #OfficeUser_new_confirm .OfficeUser_new_inner {
        padding: 0;
    }
    #OfficeUser_new_confirm h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#OfficeUser_new_confirm .step_login {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}
#OfficeUser_new_confirm .step_login li {
    position: relative;
    padding: 12px 30px;
    margin: 0 25px 10px 0;
    background: #aaaaaa;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #fff;
    font-weight: 600;
    width: 29%;
}
#OfficeUser_new_confirm .step_login > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    border-width: 26px 25px;
    border-color: transparent transparent transparent #aaaaaa;
    border-style: solid;
}
#OfficeUser_new_confirm .step_login li.selected {
    background: #004986;
}
#OfficeUser_new_confirm .step_login > li.selected::after {
    border-color: transparent transparent transparent #004986;
}
#OfficeUser_new_confirm .step_login .pc-hide {
    display: none;
}
@media screen and (max-width: 736px) {
    #OfficeUser_new_confirm .step_login {
        margin-top: 0;
    }
    #OfficeUser_new_confirm .step_login li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 15px;
        line-height: 1.5rem;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26%;
        margin: 0 16px 10px 0;
        padding: 12px 4px;
    }
    #OfficeUser_new_confirm .step_login > li::after {
        right: -30px;
        border-width: 27px 15px;
    }
    #OfficeUser_new_confirm .step_login .pc-hide {
        display: inline!important;
    }
}

#OfficeUser_new_confirm .login__contents__box {
    margin: -24px auto 0;
    background: #fff;
    padding: 48px 25px 30px;
}
#OfficeUser_new_confirm .admin_text {
    line-height: 1.8em;
    padding: 0 0 30px 0;
}
#OfficeUser_new_confirm .admin_text a {
    text-decoration: underline;
}
#OfficeUser_new_confirm .login__contents__box h3 {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #004986;
    padding: 12px 20px;
    margin-bottom: 15px;
}
#OfficeUser_new_confirm .login__contents__box .sign-up_text {
    padding-bottom: 15px;
}
#OfficeUser_new_confirm .login__contents__box .sign-up_table {
    margin-bottom: 30px;
}
#OfficeUser_new_confirm .basic__table__contents dl {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
    display: table;
    border-spacing: 2px 0;
    padding-bottom: 2px;
}
#OfficeUser_new_confirm .basic__table__contents dl dt {
    font-weight: 600;
    width: 278px;
    background: #0b6fc3;
    color: #fff;
    display: table-cell;
    letter-spacing: 1px;
    padding: 12px;
    vertical-align: middle;
}
#OfficeUser_new_confirm .basic__table__contents dl dd {
    background: #e5ecf3;
    padding: 18px 22px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 725px;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new_confirm .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #OfficeUser_new_confirm .contents_step {
        padding-top: 40px !important;
    }
    #OfficeUser_new_confirm .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #OfficeUser_new_confirm .login__contents__box h3 {
        font-size: 1.5rem;
        padding: 9px 20px;
    }
    #OfficeUser_new_confirm .login__contents__box .sign-up_text {
        padding: 0 20px 15px;
    }
    #OfficeUser_new_confirm .basic__table__contents dl {
        font-size: 1.4rem;
        line-height: 1.925rem;
        border-collapse: collapse;
        border-spacing: 0;
        padding-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #OfficeUser_new_confirm .basic__table__contents dl dt {
        width: 100%;
        min-height: 30px;
        padding: 6px 0 5px 20px;
        display: block;
        height: inherit;
    }
    #OfficeUser_new_confirm .basic__table__contents dl dd {
        text-align: left;
        min-height: 30px;
        padding: 16px 20px 24px 30px;
        width: 100%;
        text-align: left;
        display: block;
        vertical-align: middle;
        line-height: 1.925rem;
        font-size: 1.1rem;
    }
}


#OfficeUser_new_confirm .btn_admin {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}
#OfficeUser_new_confirm .btn_admin li {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    vertical-align: middle;
}
#OfficeUser_new_confirm .btn_admin li a {
    width: 300px;
}
#OfficeUser_new_confirm .btn_admin li input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.75px;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
}
#OfficeUser_new_confirm .btn_admin li input:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new_confirm .btn_admin li input {
        padding: 10px 0px;
        width: 159px;
    }
}

/*------------------------------- ▲ ▲ OfficeUser_new_confirm ▲ ▲ -------------------------------*/


/*----------------------- ▼　▼ OfficeUser_new_commit　▼　▼ -----------------------*/

#OfficeUser_new_commit {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#OfficeUser_new_commit .OfficeUser_new_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#OfficeUser_new_commit h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
}

@media screen and (max-width: 736px) {
    #OfficeUser_new_commit {
        padding: 25px 0;
    }
    #OfficeUser_new_commit .OfficeUser_new_inner {
        padding: 0;
    }
    #OfficeUser_new_commit h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#OfficeUser_new_commit .step_login {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}
#OfficeUser_new_commit .step_login li {
    position: relative;
    padding: 12px 30px;
    margin: 0 25px 10px 0;
    background: #aaaaaa;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #fff;
    font-weight: 600;
    width: 29%;
}
#OfficeUser_new_commit .step_login > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    border-width: 26px 25px;
    border-color: transparent transparent transparent #aaaaaa;
    border-style: solid;
}
#OfficeUser_new_commit .step_login li.selected {
    background: #004986;
}
#OfficeUser_new_commit .step_login > li.selected::after {
    border-color: transparent transparent transparent #004986;
}
#OfficeUser_new_commit .step_login .pc-hide {
    display: none;
}
@media screen and (max-width: 736px) {
    #OfficeUser_new_commit .step_login {
        margin-top: 0;
    }
    #OfficeUser_new_commit .step_login li {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 15px;
        line-height: 1.5rem;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26%;
        margin: 0 16px 10px 0;
        padding: 12px 4px;
    }
    #OfficeUser_new_commit .step_login > li::after {
        right: -30px;
        border-width: 27px 15px;
    }
    #OfficeUser_new_commit .step_login .pc-hide {
        display: inline!important;
    }
}

#OfficeUser_new_commit .login__contents__box {
    margin: -24px auto 0;
    background: #fff;
    padding: 48px 25px 30px;
}
#OfficeUser_new_commit .admin_text {
    line-height: 1.8em;
    padding: 0 0 30px 0;
}
#OfficeUser_new_commit .login__contents__box .btn_wrap {
    text-align: center;
}
#OfficeUser_new_commit .login__contents__box .btn {
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.3rem;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
@media screen and (max-width: 736px) {
    #OfficeUser_new_commit .login__contents__box .btn {
        width: 200px;
    }
}

/*------------------------------- ▲ ▲ OfficeUser_new_commit ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ reminder_password ▼ ▼ -------------------------------*/
#reminder_password {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#reminder_password .reminder_password_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#reminder_password h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #reminder_password {
        padding: 25px 0;
    }
    #reminder_password .reminder_password_inner {
        padding: 0;
    }
    #reminder_password h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}
#reminder_password .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#reminder_password .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}
#reminder_password .login__contents__box .sign-up_table {
    margin-bottom: 25px;
}
#reminder_password .basic__table__contents dl {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
    display: table;
    border-spacing: 2px 0;
    padding-bottom: 2px;
}
#reminder_password .basic__table__contents dl dt {
    font-weight: 600;
    width: 240px;
    background: #0b6fc3;
    color: #fff;
    display: table-cell;
    letter-spacing: 1px;
    padding: 12px;
    vertical-align: middle;
}
#reminder_password .basic__table__contents dl dd {
    background: #e5ecf3;
    padding: 18px 22px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 725px;
}
#reminder_password input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    line-height: 1.2em;
    width: 100%;
    padding: 1.2rem;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    #reminder_password .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #reminder_password .contents_step {
        padding-top: 20px !important;
    }
    #reminder_password .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #reminder_password .basic__table__contents dl {
        font-size: 1.4rem;
        line-height: 1.925rem;
        border-collapse: collapse;
        border-spacing: 0;
        padding-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #reminder_password .basic__table__contents dl dt {
        width: 100%;
        min-height: 30px;
        padding: 6px 0 5px 20px;
        display: block;
        height: inherit;
    }
    #reminder_password .basic__table__contents dl dd {
        text-align: left;
        min-height: 30px;
        padding: 16px 20px 24px 20px;
        width: 100%;
        text-align: left;
        display: block;
        vertical-align: middle;
        line-height: 1.925rem;
        font-size: 1.1rem;
    }
}

#reminder_password .btn_admin {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
#reminder_password .btn_admin li {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    vertical-align: middle;
}
#reminder_password .btn_admin li input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.75px;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
}
#reminder_password .btn_admin li input:hover {
    cursor: pointer;
    opacity: 0.6;
}
#reminder_password .log_in_forget {
    padding-top: 20px;
    text-align: center;
  }
#reminder_password .log_in_forget a {
    margin-top: 3px;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}
#reminder_password .log_in_forget a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    width: 7px;
    height: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(4px) rotate(135deg);
    -ms-transform: translateY(4px) rotate(135deg);
    transform: translateY(4px) rotate(135deg);
}

@media screen and (max-width: 736px) {
    #reminder_password .admin_terms_wrap {
        margin: 20px;
    }
    #reminder_password .admin_terms {
        margin: 0;
    }
    #reminder_password .admin_check {
        padding: 0 0 25px;
    }
    #reminder_password .btn_admin li input {
        padding: 10px 0;
        width: 200px;
    }
    #reminder_password .log_in_forget {
        padding-top: 10px;
    }
    #reminder_password .log_in_forget a {
        margin: 0;
        font-size: 1.2rem;
    }
}

/*------------------------------- ▲ ▲ reminder_password ▲ ▲ -------------------------------*/


/*------------------------------- ▼ ▼ reminder_id ▼ ▼ -------------------------------*/

#reminder_id {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#reminder_id .reminder_id_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#reminder_id h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #reminder_id {
        padding: 25px 0;
    }
    #reminder_id .reminder_id_inner {
        padding: 0;
    }
    #reminder_id h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}
#reminder_id .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#reminder_id .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}
#reminder_id .login__contents__box .sign-up_table {
    margin-bottom: 25px;
}
#reminder_id .basic__table__contents dl {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
    display: table;
    border-spacing: 2px 0;
    padding-bottom: 2px;
}
#reminder_id .basic__table__contents dl dt {
    font-weight: 600;
    width: 240px;
    background: #0b6fc3;
    color: #fff;
    display: table-cell;
    letter-spacing: 1px;
    padding: 12px;
    vertical-align: middle;
}
#reminder_id .basic__table__contents dl dd {
    background: #e5ecf3;
    padding: 18px 22px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 725px;
}
#reminder_id input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    line-height: 1.2em;
    width: 100%;
    padding: 1.2rem;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    #reminder_id .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #reminder_id .contents_step {
        padding-top: 20px !important;
    }
    #reminder_id .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #reminder_id .basic__table__contents dl {
        font-size: 1.4rem;
        line-height: 1.925rem;
        border-collapse: collapse;
        border-spacing: 0;
        padding-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #reminder_id .basic__table__contents dl dt {
        width: 100%;
        min-height: 30px;
        padding: 6px 0 5px 20px;
        display: block;
        height: inherit;
    }
    #reminder_id .basic__table__contents dl dd {
        text-align: left;
        min-height: 30px;
        padding: 16px 20px 24px 20px;
        width: 100%;
        text-align: left;
        display: block;
        vertical-align: middle;
        line-height: 1.925rem;
        font-size: 1.1rem;
    }
}

#reminder_id .btn_admin {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
#reminder_id .btn_admin li {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    vertical-align: middle;
}
#reminder_id .btn_admin li input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.75px;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
}
#reminder_id .btn_admin li input:hover {
    cursor: pointer;
    opacity: 0.6;
}
#reminder_id .log_in_forget {
    padding-top: 20px;
    text-align: center;
  }
#reminder_id .log_in_forget a {
    margin-top: 3px;
    text-decoration: underline;
    position: relative;
    padding-left: 15px;
}
#reminder_id .log_in_forget a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    width: 7px;
    height: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(4px) rotate(135deg);
    -ms-transform: translateY(4px) rotate(135deg);
    transform: translateY(4px) rotate(135deg);
}

@media screen and (max-width: 736px) {
    #reminder_id .admin_terms_wrap {
        margin: 20px;
    }
    #reminder_id .admin_terms {
        margin: 0;
    }
    #reminder_id .admin_check {
        padding: 0 0 25px;
    }
    #reminder_id .btn_admin li input {
        padding: 10px 0;
        width: 200px;
    }
    #reminder_id .log_in_forget {
        padding-top: 10px;
    }
    #reminder_id .log_in_forget a {
        margin: 0;
        font-size: 1.2rem;
    }
}

/*------------------------------- ▲ ▲ reminder_id ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ reminder_account　▼ ▼ -------------------------------*/

#reminder_account {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#reminder_account .reminder_account_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#reminder_account h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #reminder_account {
        padding: 25px 0;
    }
    #reminder_account .reminder_account_inner {
        padding: 0;
    }
    #reminder_account h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}
#reminder_account .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#reminder_account .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}
#reminder_account .login__contents__box .sign-up_table {
    margin-bottom: 25px;
}
#reminder_account .basic__table__contents dl {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
    display: table;
    border-spacing: 2px 0;
    padding-bottom: 2px;
}
#reminder_account .basic__table__contents dl dt {
    font-weight: 600;
    width: 240px;
    background: #0b6fc3;
    color: #fff;
    display: table-cell;
    letter-spacing: 1px;
    padding: 12px;
    vertical-align: middle;
}
#reminder_account .basic__table__contents dl dd {
    background: #e5ecf3;
    padding: 18px 22px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 725px;
}
#reminder_account input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    line-height: 1.2em;
    width: 100%;
    padding: 1.2rem;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    #reminder_account .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #reminder_account .contents_step {
        padding-top: 20px !important;
    }
    #reminder_account .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #reminder_account .basic__table__contents dl {
        font-size: 1.4rem;
        line-height: 1.925rem;
        border-collapse: collapse;
        border-spacing: 0;
        padding-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #reminder_account .basic__table__contents dl dt {
        width: 100%;
        min-height: 30px;
        padding: 6px 0 5px 20px;
        display: block;
        height: inherit;
    }
    #reminder_account .basic__table__contents dl dd {
        text-align: left;
        min-height: 30px;
        padding: 16px 20px 24px 20px;
        width: 100%;
        text-align: left;
        display: block;
        vertical-align: middle;
        line-height: 1.925rem;
        font-size: 1.1rem;
    }
}

#reminder_account .btn_admin {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
#reminder_account .btn_admin li {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    vertical-align: middle;
}
#reminder_account .btn_admin li input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.75px;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
}
#reminder_account .btn_admin li input:hover {
    cursor: pointer;
    opacity: 0.6;
}
#reminder_account .mail_forget {
    text-align: right;
    padding-top: 20px;
    font-size: 1.2rem;
}
#reminder_account .mail_forget a {
    border-bottom: solid 1px #141415;;
}

@media screen and (max-width: 736px) {
    #reminder_account .admin_terms_wrap {
        margin: 20px;
    }
    #reminder_account .admin_terms {
        margin: 0;
    }
    #reminder_account .admin_check {
        padding: 0 0 25px;
    }
    #reminder_account .btn_admin li input {
        padding: 10px 0;
        width: 200px;
    }
    #reminder_account .mail_forget {
        margin: 0 20px;
        font-size: 1.1rem;
        line-height: 1.7em;
    }
}

/*------------------------------- ▲ ▲ reminder_account ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ reminder_password-completion　▼ ▼ -------------------------------*/

#reminder_password-completion {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#reminder_password-completion .reminder_password-completion_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}
#reminder_password-completion h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #reminder_password-completion {
        padding: 25px 0;
    }
    #reminder_password-completion .reminder_password-completion_inner {
        padding: 0;
    }
    #reminder_password-completion h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#reminder_password-completion .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#reminder_password-completion .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}

@media screen and (max-width: 736px) {
    #reminder_password-completion .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #reminder_password-completion .contents_step {
        padding-top: 20px !important;
    }
    #reminder_password-completion .admin_text {
        padding: 0 20px 25px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

#reminder_password-completion .edit_btn a {
    color: #fff;
    background: #004986;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 4px;
    line-height: 24.5px;
    line-height: 2.45rem;
    font-weight: 600;
    width: 300px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}
#reminder_password-completion .edit_btn a:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #reminder_password-completion .edit_btn a {
        padding: 10px 0;
        width: 200px;
    }
}

/*------------------------------- ▲ ▲ reminder_password-completion ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ password_change　▼ ▼ -------------------------------*/

#password_change {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#password_change .password_change_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}

#password_change h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #password_change {
        padding: 25px 0;
    }
    #password_change .password_change_inner {
        padding: 0;
    }
    #password_change h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}



#password_change .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#password_change .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}
#password_change .login__contents__box .sign-up_table {
    margin-bottom: 25px;
}
#password_change .basic__table__contents dl {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
    display: table;
    border-spacing: 2px 0;
    padding-bottom: 2px;
}
#password_change .basic__table__contents dl dt {
    font-weight: 600;
    width: 240px;
    background: #0b6fc3;
    color: #fff;
    display: table-cell;
    letter-spacing: 1px;
    padding: 12px;
    vertical-align: middle;
}
#password_change .basic__table__contents dl dd {
    background: #e5ecf3;
    padding: 18px 22px;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 725px;
}
#password_change input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    line-height: 1.2em;
    width: 100%;
    padding: 1.2rem;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    #password_change .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #password_change .contents_step {
        padding-top: 20px !important;
    }
    #password_change .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #password_change .basic__table__contents dl {
        font-size: 1.4rem;
        line-height: 1.925rem;
        border-collapse: collapse;
        border-spacing: 0;
        padding-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    #password_change .basic__table__contents dl dt {
        width: 100%;
        min-height: 30px;
        padding: 6px 0 5px 20px;
        display: block;
        height: inherit;
    }
    #password_change .basic__table__contents dl dd {
        text-align: left;
        min-height: 30px;
        padding: 16px 20px 24px 20px;
        width: 100%;
        text-align: left;
        display: block;
        vertical-align: middle;
        line-height: 1.925rem;
        font-size: 1.1rem;
    }
}

#password_change .btn_admin {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
#password_change .btn_admin li {
    display: inline-block !important;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    vertical-align: middle;
}
#password_change .btn_admin li input {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #004986;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.75px;
    line-height: 2.275rem;
    padding: 10px 20px;
    border: 0;
    width: 300px;
}
#password_change .btn_admin li input:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #password_change .admin_terms_wrap {
        margin: 20px;
    }
    #password_change .admin_terms {
        margin: 0;
    }
    #password_change .admin_check {
        padding: 0 0 25px;
    }
    #password_change .btn_admin li input {
        padding: 10px 0;
        width: 200px;
    }
}

/*------------------------------- ▲ ▲ password_change ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ password_change-completion　▼ ▼ -------------------------------*/

#password_change-completion {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#password_change-completion .password_change-completion_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}
#password_change-completion h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #password_change-completion {
        padding: 25px 0;
    }
    #password_change-completion .password_change-completion_inner {
        padding: 0;
    }
    #password_change-completion h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#password_change-completion .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#password_change-completion .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}

@media screen and (max-width: 736px) {
    #password_change-completion .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #password_change-completion .contents_step {
        padding-top: 20px !important;
    }
    #password_change-completion .admin_text {
        padding: 0 20px 25px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

#password_change-completion .edit_btn a {
    color: #fff;
    background: #004986;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 4px;
    line-height: 24.5px;
    line-height: 2.45rem;
    font-weight: 600;
    width: 300px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}
#password_change-completion .edit_btn a:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #password_change-completion .edit_btn a {
        padding: 10px 0;
        width: 200px;
    }
}

/*------------------------------- ▲ ▲ password_change-completion ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ reminder_account-completion　▼ ▼ -------------------------------*/

#reminder_account-completion {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#reminder_account-completion .reminder_account-completion_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}
#reminder_account-completion h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #reminder_account-completion {
        padding: 25px 0;
    }
    #reminder_account-completion .reminder_account-completion_inner {
        padding: 0;
    }
    #reminder_account-completion h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#reminder_account-completion .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#reminder_account-completion .admin_text {
    line-height: 1.8em;
    padding: 0 0 25px 0;
}

@media screen and (max-width: 736px) {
    #reminder_account-completion .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #reminder_account-completion .contents_step {
        padding-top: 20px !important;
    }
    #reminder_account-completion .admin_text {
        padding: 0 20px 25px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

#reminder_account-completion .edit_btn a {
    color: #fff;
    background: #004986;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 4px;
    line-height: 24.5px;
    line-height: 2.45rem;
    font-weight: 600;
    width: 300px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}
#reminder_account-completion .edit_btn a:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #reminder_account-completion .edit_btn a {
        padding: 10px 0;
        width: 200px;
    }
}

/*------------------------------- ▲ ▲ reminder_account-completion ▲ ▲ -------------------------------*/



/*------------------------------- ▼ ▼ reminder_account-error　▼ ▼ -------------------------------*/

#reminder_account-error {
    background-color: #f6f6f6;
    margin: 0 auto 0;
    padding: 40px 0 40px;
}
#reminder_account-error .reminder_account-error_inner {
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
}
#reminder_account-error h1 {
    background: #004986;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.85rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 0px 15px 25px;
    margin-bottom: 23px;
}

@media screen and (max-width: 736px) {
    #reminder_account-error {
        padding: 25px 0;
    }
    #reminder_account-error .reminder_account-error_inner {
        padding: 0;
    }
    #reminder_account-error h1 {
        font-size: 1.6rem;
        line-height: 1.7em;
        padding: 6px 0px 6px 20px;
        margin: 0 1% 15px;
    }
}

#reminder_account-error .login__contents__box {
    margin: 0 auto;
    background: #fff;
    padding: 25px 30px;
}
#reminder_account-error .admin_text {
    line-height: 1.8em;
    padding: 0 0 20px 0;
}

@media screen and (max-width: 736px) {
    #reminder_account-error .login__contents__box {
        width: 100%;
        padding: 10px 0 20px 0;
    }
    #reminder_account-error .contents_step {
        padding-top: 20px !important;
    }
    #reminder_account-error .admin_text {
        padding: 0 20px 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}

#reminder_account-error .inquiry {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 674px;
    border: 1px solid #141415;
    margin: 0 auto 25px;
}
#reminder_account-error .inquiry_tell {
    font-weight: 600;
    padding: 25px 0px;
    border-right: 1px solid #141415;
    width: 230px;
    display: flex;
    justify-content: center;;
}
#reminder_account-error .inquiry_contents {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    width: 600px;
}
#reminder_account-error .inquiry_contents p {
    padding: 0 15px 5px 0;
}
#reminder_account-error .inquiry_contents p:last-child {
    padding: 0;
}
#reminder_account-error .inquiry_contents p span {
    font-weight: 600;
}
#reminder_account-error .inquiry_contents  br {
    display: none;
}
#reminder_account-error .inquiry_contents  .tell {
    padding-left: 15px;
}

@media screen and (max-width: 736px){
    #reminder_account-error .inquiry {
        display: block;
        width: auto;
        margin: 0 20px 25px;
    }
    #reminder_account-error .inquiry_tell {
        display: block;
        width: auto;
        border-right: none;
        padding: 10px 15px;
        border-bottom: 1px solid;
    }
    #reminder_account-error .inquiry_contents {
        display: block;
        width: auto;
        padding: 10px 15px;
    }
    #reminder_account-error .inquiry_contents p {
        padding-left: 4em;
        text-indent: -4em;
    }
    #reminder_account-error .inquiry_contents p:last-child {
        padding: 0;
        text-indent: 0;
    }
    #reminder_account-error .inquiry_contents  br {
        display: inline;
    }
    #reminder_account-error .inquiry_contents  .tell {
        padding-left: 0;
    }
}

#reminder_account-error .edit_btn a {
    color: #fff;
    background: #004986;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 4px;
    line-height: 24.5px;
    line-height: 2.45rem;
    font-weight: 600;
    width: 300px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}
#reminder_account-error .edit_btn a:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 736px) {
    #reminder_account-error .edit_btn a {
        padding: 10px 0;
        width: 200px;
    }
}

/*------------------------------- ▲ ▲ reminder_account-error ▲ ▲ -------------------------------*/



/*----------------------- ▼ ▼ footer　▼ ▼ -----------------------*/
#jing_footer {
    background-color: #004986;
    display: block;
}
#jing_footer .footer_top {
    max-width: 980px;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 1.2rem;
}
#jing_footer .footer_top_inner {
    text-align: center;
    display: flex;
    justify-content: center;
}
#jing_footer .footer_top_inner a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}
#jing_footer .footer_top .per_info{
    text-align: center;
}
#jing_footer .footer_top .per_info a{
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}
#jing_footer .line {
    margin: 6px 3rem;
    width: 1px;
    background-color: #fff;
}
#jing_footer .footer_bottom {
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}
#jing_footer .footer_bottom p {
   color: #141415;
   font-size: 1.2rem;
}
#jing_footer .footer_bottom br {
  display: none;
}
@media screen and (max-width: 736px) {
    #jing_footer .footer_top {
        padding: 15px 10px;
    }
    #jing_footer .footer_top_inner {
        flex-wrap: wrap;
    }
    #jing_footer .footer_top_inner a {
        font-size: 1.2rem;
        line-height: 2em;
    }
    #jing_footer .line {
        margin: 6px 1.2rem;
    }
    #jing_footer .footer_bottom p {
        font-size: 1rem;
        line-height: 1.5em;
    }
    #jing_footer .footer_bottom br {
        display: inline;
    }
}
/*----------------------- ▲ ▲ footer ▲ ▲ -----------------------*/


/*----------------------- ▼ ▼ guide ▼ ▼ -----------------------*/
#guide {
    word-break: break-all;
  }
/*パンくずリスト*/
#guide .breadcrumb {
    height: 49px;
    line-height: 49px;
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#guide .breadcrumb:after {
    content: "";
    clear: both;
    display: block;
}
#guide .breadcrumb .contents-inner {
    max-width: 1000px;
}
#guide .breadcrumb li {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin-right: 0;
}
#guide .breadcrumb li::after {
    content: none;
}
#guide .breadcrumb li span {
    padding: 0 10px;
}
#guide .breadcrumb li span[itemprop="name"] {
    padding: 0;
}
@media screen and (max-width: 736px) {
    #guide .breadcrumb {
        width: 100%;
        padding: 0 2%;
        line-height: 43px;
    }
    #guide .breadcrumb li {
        display: inline;
        font-size: 11px;
        font-size: 1.1rem;
    }
}

/*メニュー*/
#guide .top_menu{
    margin-top: -7px;
}
#guide .top_menu{
    background: #004986;
}
#guide .top_menu .dn_sp {
    display: none;
}
#guide .top_menu ul {
    display: flex;
    margin: 0 auto 0;
    max-width: 1036px;
    padding: 10px;
}
#guide .top_menu ul li {
    padding: 10px;
    width: 25%;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-right: 1px solid #fff;
}
#guide .top_menu ul li a {
    color:#fff;
}
#guide .top_menu ul li a:hover {
    text-decoration: none;
}
#guide .top_menu ul li:last-child {
    width: 38%;
    border-right: none;
    background: #fff;
    margin-right: 1%;
}
#guide .top_menu ul li:last-child a {
    color: #004986;
    position: relative;
    margin: 0 0 0 -1.5rem;
}
#guide .top_menu ul li:last-child a::before {
    content: "";
    width: 9px;
    height: 22px;
    background: #004986;
    clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -16px;
    }
#guide .top_menu ul .li_serch a{
    position: relative;
    margin: 0 0 0 -1.5rem;
}
#guide .top_menu ul .li_serch a::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(/jing/img/icon-search.svg) center no-repeat;
    background-size: 16px 16px;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -7px;
}
@media screen and (max-width: 736px) {
    #guide .top_menu .dn_sp {
        display: inline-block;
    }
    #guide .dn_pc {
        display: none;
    }
    #guide .top_menu ul {
        width: 100%;
        padding: 5px 2px;
        line-height: 1.2;
    }
    #guide .top_menu ul li {
        padding: 5px 2px;
        width: 25%;
        font-size: 11px;
        display: table;
    }
    #guide .top_menu ul li:last-child a::before {
        content: "";
        width: 7px;
        height: 18px;
        clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
        right: -12px;
        top: 84%;
        margin-top: -16px;
    }
    #guide .top_menu ul li a {
        display: table-cell;
        vertical-align: middle;
    }
    #guide .top_menu ul li:last-child a{
        display: inline;
        margin: 0;
    }
    #guide .top_menu ul .li_serch a::before {
        width: 13px;
        height: 13px;
        background-size: 13px 13px;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: 0px;
    }
}

/*タイトル、内容*/
#guide .page-title {
    overflow: hidden;
}
#guide .page-title > div {
    width: 1036px;
    padding: 0 2% 0;
    margin: 40px auto;
}
#guide .page-title .headline--edge {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    font-weight: 600;
    border-left: solid 5px #004986;
    padding: 6px 0 6px 15px;
    border-bottom: none;
}
#guide .section__inner {
    max-width: 1036px;
    margin: 0 auto;
    padding: 0 2% 60px;
  }
#guide h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31.5px;
    line-height: 3.15rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    display: block;
    text-align: left;
    margin: 0;
}
#guide .guide__contents p {
    padding-top: 20px;
}
#guide .guide__contents ul {
    padding: 20px 0 0 0;
}
#guide .guide__contents ul li {
    padding: 0 0 15px 15px;
    position: relative;
}
#guide .guide__contents ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    float: left;
    position: absolute;
    top: 9px;
    left: 0px;
    background: #004986;
}
#guide .guide__contents:last-child {
    padding-bottom: 60px;
}
@media screen and (max-width: 736px) {
    #guide .page-title > div {
        width: 100%;
        margin: 20px 0;
    }
    #guide .page-title .headline--edge {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 2px 0 2px 15px;
    }
    #guide .section__inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 2% 60px;
    }
    #guide h3 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24.5px;
        line-height: 2.45rem;
        padding-bottom: 10px;
    }
    #guide .guide__contents {
        padding: 0 2% 20px;
    }
    #guide .guide__contents p {
        padding-top: 15px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 19.25px;
        line-height: 1.925rem;
    }
    #guide .guide__contents ul {
        padding: 15px 0 0 0;
    }
    #guide .guide__contents ul li {
        padding-bottom: 10px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 19.25px;
        line-height: 1.925rem;
    }
    #guide .guide__contents ul li:before {
        top: 6px;
        left: 0px;
    }
    #guide .guide__contents:last-child {
        padding-bottom: 20px;
    }
}

/*J-ing footer*/
#footer{
    background-color: #fff;;
}
#footer .footer__upper {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 2% 2% 5%;
}
#footer .footer__upper .siteinfo {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 20px 0 50px;
}
#footer .footer__upper .siteinfo:after {
  content: "";
  clear: both;
  display: block;
}
#footer .footer__upper .siteinfo .logo {
  float: left;
}
#footer .footer__upper .siteinfo p {
  margin-left: 290px;
}
#footer .footer__upper .footer-search:after {
  content: "";
  clear: both;
  display: block;
}
#footer .footer__upper .footer-search h3 {
  margin-bottom: 10px;
  color: #004986;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-weight: bold;
}
#footer .footer__upper .footer-search h3:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #004986;
}
#footer .footer__upper .footer-search dl {
  margin-left: 15px;
}
#footer .footer__upper .footer-search dl dt {
  font-weight: bold;
  color: #004986;
}
#footer .footer__upper .footer-search dl dd {
  margin-bottom: 15px;
}
#footer .footer__upper .footer-search dl dd span:before {
  content: "\A";
  white-space: pre;
}
#footer .footer__upper .footer-search__tax {
  width: 50%;
  float: left;
  padding: 25px 15px 0 0;
}
#footer .footer__upper .footer-search__law {
  width: 50%;
  float: right;
  border-left: 1px solid #eee;
  padding: 25px 0 0 20px;
}
#footer .footer__upper .footer-search dl dd span {
  display: block;
  height: 0;
  overflow: hidden;
}
#footer .footer__upper .footer-search dl dd a:hover {
  opacity:1;
}

@media screen and (max-width: 736px) {
    #footer .footer__upper {
        width: auto;
        padding: 0;
      }
    #footer .footer__upper .siteinfo {
        display: none;
      }
    #footer .footer__upper .footer-search h3 {
        background: #e5ecf3;
        padding: 10px 20px;
        margin-bottom: 0;
        border-top: 1px solid #004986;
        position: relative;
        padding-right: 40px;
        width: 100%;
      }
    #footer .footer__upper .footer-search dl {
        margin-left: 0;
      }
    #footer .footer__upper .footer-search dl dt {
        padding: 10px 20px 10px 35px;
        border-top: 1px solid #004986;
        position: relative;
        padding-right: 40px;
      }
    #footer .footer__upper .footer-search dl dd {
        padding: 0 20px 0 35px;
      }
    #footer .footer__upper .footer-search dl dd a {
        display: inline-block;
      }
    #footer .footer__upper .footer-search dl dd span:before {
        content: "";
        white-space: normal;
      }
    #footer .footer__upper .footer-search__tax {
        width: auto;
        float: none;
        padding: 0;
      }
    #footer .footer__upper .footer-search__law {
        width: auto;
        float: none;
        padding: 0;
        border-bottom: 1px solid #004986;
      }
    #footer .footer__upper .footer-search dl dd span {
        display: none;
    }
}

/*----------------------- ▲ ▲ guide ▲ ▲ -----------------------*/



/*----------------------- ▼ ▼ about ▼ ▼ -----------------------*/

#about {
    word-break: break-all;
  }
/*パンくずリスト*/
/*
#about .breadcrumb {
    height: 49px;
    line-height: 49px;
    max-width: 1036px;
    padding: 0 2% 0;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#about .breadcrumb:after {
    content: "";
    clear: both;
    display: block;
}
#about .breadcrumb .contents-inner {
    max-width: 1000px;
}
#about .breadcrumb li {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin-right: 0;
}
#about .breadcrumb li::after {
    content: none;
}
#about .breadcrumb li span {
    padding: 0 10px;
}
#about .breadcrumb li span[itemprop="name"] {
    padding: 0;
}
@media screen and (max-width: 736px) {
    #about .breadcrumb {
        width: 100%;
        padding: 0 2%;
        line-height: 43px;
    }
    #about .breadcrumb li {
        display: inline;
        font-size: 11px;
        font-size: 1.1rem;
    }
}*/

/*メニュー*/
#about .top_menu{
    margin-top: -7px;
}
#about .top_menu{
    background: #004986;
}
#about .top_menu .dn_sp {
    display: none;
}
#about .top_menu ul {
    display: flex;
    margin: 0 auto 0;
    max-width: 1036px;
    padding: 10px;
}
/*
#about .top_menu ul li {
    padding: 10px;
    width: 25%;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-right: 1px solid #fff;
}
#about .top_menu ul li a {
    color:#fff;
}
#about .top_menu ul li a:hover {
    text-decoration: none;
}
#about .top_menu ul li:last-child {
    width: 38%;
    border-right: none;
    background: #fff;
    margin-right: 1%;
}
#about .top_menu ul li:last-child a {
    color: #004986;
    position: relative;
    margin: 0 0 0 -1.5rem;
}
#about .top_menu ul li:last-child a::before {
    content: "";
    width: 9px;
    height: 22px;
    background: #004986;
    clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -16px;
    }
    */
#about .top_menu ul .li_serch a{
    position: relative;
    margin: 0 0 0 -1.5rem;
}
/*
#about .top_menu ul .li_serch a::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(/jing/img/icon-search.svg) center no-repeat;
    background-size: 16px 16px;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -7px;
}
*/
@media screen and (max-width: 736px) {
    #about .top_menu .dn_sp {
        display: inline-block;
    }
    #about .dn_pc {
        display: none;
    }
    #about .top_menu ul {
        width: 100%;
        padding: 5px 2px;
        line-height: 1.2;
    }
    #about .top_menu ul li {
        padding: 5px 2px;
        width: 25%;
        font-size: 11px;
        display: table;
    }
    #about .top_menu ul li:last-child a::before {
        content: "";
        width: 7px;
        height: 18px;
        clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
        right: -12px;
        top: 84%;
        margin-top: -16px;
    }
    #about .top_menu ul li a {
        display: table-cell;
        vertical-align: middle;
    }
    #about .top_menu ul li:last-child a{
        display: inline;
        margin: 0;
    }
    #about .top_menu ul .li_serch a::before {
        width: 13px;
        height: 13px;
        background-size: 13px 13px;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: 0px;
    }
}

/*FV*/
#about .visual {
    width: 100%;
}
#about .dn_sp {
    display: none;
}
@media screen and (max-width: 736px) {
    #about .dn_sp {
        display: block;
    }
    #about .dn_pc {
        display: none;
    }
}

#about .section__inner {
    max-width: 1036px;
    margin: 0 auto;
    padding: 0 2% 60px;
}
#about .page-title h2 {
    font-size: 2.2rem;
    padding: 10px 0px;
    text-align: center;
    margin: 40px auto 30px;
    border: solid 3px #004986;
    color: #004986;
    font-weight: 600;
    display: block;
    width: 360px;
}
#about .page-title .page-title_txt {
    text-align: center;
    line-height: 1.8em;
}

@media screen and (max-width: 736px) {
    #about .section__inner {
        padding: 0 2% 0;
    }
    #about .page-title h2 {
        font-size: 1.8rem;
        padding: 5px 0px;
        margin: 20px auto;
        width: 160px;
    }
    #about .page-title .page-title_txt {
        text-align: left;
        font-size: 1.2rem;
        padding: 0 20px;
    }
}

#about .target {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
#about .target h3 {
    font-size: 2.2rem;
    background-color: #004986;
    font-weight: 600;
    padding: 15px 0;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
#about .target h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
#about .company {
    padding-right: 30px;
    flex: 1;
    position: relative;
    border-right: solid 1px #dcdcdc;
}
#about .company a {
    display: block;
    max-width: 360px;
    margin: 10px auto 0;
    text-align: center;
    padding: 8px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 29.75px;
    line-height: 2.975rem;
    background-color: #004986;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-55%, -0%);
    width: 320px;
    text-decoration: none;
}
#about .office {
    padding-left: 30px;
    flex: 1;
}
#about .office p span {
    color: #ff0000;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin: 16px 0 19px;
}
#about .office a {
    display: block;
    width: 320px;
    margin: 10px auto 0;
    text-align: center;
    padding: 8px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 29.75px;
    line-height: 2.975rem;
    background-color: #f18900;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

@media screen and (max-width: 736px) {
    #about .target {
        margin-top: 30px;
        display: block;
    }
    #about .target p {
        font-size: 1.2rem;
        padding: 0 20px;
        line-height: 1.8em;
    }
    #about .target h3 {
        font-size: 1.8rem;
        padding: 10px 0 10px 20px;
        text-align: left;
    }
    #about .target h4 {
        padding: 0 20px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    #about .company {
        padding-right: 0;
        border: none;
    }
    #about .company a {
        position: static;
        transform: none;
        font-size: 1.4rem;
        padding: 8px 20px;
        width: 240px;
        margin: 15px auto 35px;
        border-radius: 3px;
    }
    #about .office {
        padding-left: 0;
    }
    #about .office p span {
        margin: 10px 0 15px;
    }
    #about .office a {
        font-size: 1.4rem;
        padding: 8px 20px;
        width: 240px;
        margin: 15px auto 35px;
        border-radius: 3px;
    }
}

#about .about__MSJ {
    background-color: #f6f6f6;
}
#about .about__MSJ h3 {
    background-color: #004986;
    padding: 15px 20px 15px 260px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    width: 550px;
}
#about .about__MSJ h3 span {
    font-size: 1.6rem;
    line-height: 24.5px;
    line-height: 2.45rem;
    padding: 0 10px;
}
#about .about__MSJ h3::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 10px solid #fff;
}
#about .about__MSJ .section__inner {
    display: flex;
    justify-content: flex-start;
    padding: 50px 2%;
}
#about .about__MSJ h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
    letter-spacing: 0.75px;
    font-weight: 600;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 12px;
    margin-bottom: 11px;
}
#about .about__MSJ .about_MSJ_L {
    padding-right: 40px;
}
#about .about__MSJ img {
    width: 130px;
}
#about .about__MSJ .about_MSJ_R div {
    margin-top: 17px;
}
#about .about__MSJ .about_MSJ_R a {
    float: right;
    padding: 14px 65px;
    margin-top: 10px;
    background: #004986;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    text-decoration: none;
}
#about .about__MSJ .about_MSJ_R a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(/jing/img/btn_icon.png) no-repeat;
    background-size: 16px 14px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    position: absolute;
}

@media screen and (max-width: 736px) {
    #about .about__MSJ {
        padding: 0 2% 0;
    }
    #about .about__MSJ h3 {
        display: block;
        width: auto;
        font-size: 1.8rem;
        padding: 10px 0 10px 20px;
    }
    #about .about__MSJ .section__inner {
        display: block;
        padding: 20px;
    }
    #about .about__MSJ h4 {
        font-size: 1.6rem;
        line-height: 1.7em;
    }
    #about .about__MSJ .about_MSJ_L {
        padding-right: 0px;
    }
    #about .about__MSJ img {
        width: 80px;
        display: block;
        margin: 0 auto 20px;
    }
    #about .about__MSJ .about_MSJ_R div {
        margin-top: 12px;
    }
    #about .about__MSJ .about_MSJ_R p {
        font-size: 1.2rem;
        line-height: 1.8em;
    }
    #about .about__MSJ .about_MSJ_R a {
        float: none;
        font-size: 1.4rem;
        padding: 8px 20px;
        width: 240px;
        margin: 25px auto 10px;
        border-radius: 3px;
        display: block;
        line-height: 2.975rem;
        text-align: center;
        position: relative;
    }
    #about .about__MSJ .about_MSJ_R a:after {
        margin: 0 0 0 6px;
        position: absolute;
        top: 15px;
    }
}

/*----------------------- ▲ ▲ about ▲ ▲ -----------------------*/

body:not(.non-responsive) .page--top .sec-search .btn {
  margin: 16px auto 0 auto;
}