@charset "UTF-8";
/* --------------------------------------------

FileName    :    kanjo_top.css

-------------------------------------------- */
#reason .button a {
  opacity: 1;
  transition: opacity 0.3s; }

#reason .button a:hover {
  opacity: 0.7; }

/*====================================================

		Header

====================================================*/
#hd_wrap {
  display: block;
  /*position: fixed;*/
  position: static;
  top: 0;
  height: 100px;
  width: 100%;
  min-width: 1280px;
  background-color: #ffffff;
  z-index: 9999; }

#hd_wrap h1 {
  position: absolute;
  margin: 12px 0 0 2px;
  width: calc(100% - 122px);
  font-size: 9px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#hd_wrap .hd_in {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1460px; }

#hd_wrap .hd_logo {
  float: left;
  margin: 35px 50px 0 0;
  width: 124px; }

#hd_wrap #gnav {
  position: relative; }

#hd_wrap #gnav .finav {
  float: left;
  margin-top: 45px; }

#hd_wrap #gnav .finav li {
  float: left; }

#hd_wrap #gnav .finav li:not(:last-child) {
  margin-right: 40px; }

#hd_wrap #gnav .finav li a {
  display: block;
  padding-right: 30px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg") no-repeat 100% 50%;
  background-size: 13px 15px; }

#hd_wrap #gnav .senav {
  float: right;
  margin: 28px 245px 0 0; }

#hd_wrap #gnav .senav li {
  font-size: 14px; }

#hd_wrap #gnav .senav .senav_01 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dddddd; }

#hd_wrap #gnav .senav .senav_01 a {
  display: block;
  padding: 1px 22px 1px 24px;
  background-repeat: no-repeat;
  background-position: 0% 50%, 100% 50%;
  background-size: 17px 15px, 10px 12px; }

#hd_wrap #gnav .senav .senav_02 a {
  display: block;
  padding: 1px 22px 1px 24px;
  background-repeat: no-repeat;
  background-position: 0% 50%, 100% 50%;
  background-size: 17px 15px, 10px 12px; }

#hd_wrap #gnav .senav .senav_01 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/hd_senav_ic01.png"), url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_gy_ic02.svg"); }

#hd_wrap #gnav .senav .senav_02 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/hd_senav_ic02.png"), url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_gy_ic02.svg"); }

#hd_wrap #gnav .hd_tel {
  position: absolute;
  right: 0;
  margin: 30px 80px 0 0;
  width: 133px; }

#hd_wrap #gnav #hd_search .searchbtn, #hd_wrap #gnav #hd_searchFix .searchbtnFix {
  position: absolute;
  right: 0;
  margin-top: 25px;
  height: 50px;
  width: 50px;
  background: #af207f url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_searchbtn_wh_ic01.svg") no-repeat 50%;
  background-size: 30px;
  cursor: pointer; }

#hd_wrap #gnav #hd_search .searcharea, #hd_wrap #gnav #hd_searchFix .searchareaFix {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  width: 460px;
  background-color: #ffffff;
  border: 4px solid #af207f;
  border-right: none;
  z-index: 99999; }

#hd_wrap #gnav #hd_search .searcharea form, #hd_wrap #gnav #hd_searchFix .searchareaFix form {
  display: table;
  width: 100%; }

#hd_wrap #gnav #hd_search .searcharea .searcharea_field, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_field {
  display: table-cell;
  padding: 10px 20px; }

#hd_wrap #gnav #hd_search .searcharea .searcharea_field input, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_field input {
  height: 30px;
  width: 100%; }

#hd_wrap #gnav #hd_search .searcharea .searcharea_btn, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_btn {
  display: table-cell;
  width: 40px; }

#hd_wrap #gnav #hd_search .searcharea .searcharea_btn input, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_btn input {
  height: 50px;
  width: 50px;
  color: #333333;
  background: #af207f url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_searchbtn_wh_ic01.svg") no-repeat 50%;
  background-size: 26px 26px;
  cursor: pointer; }

#hd_wrap #gnav #menubtn {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 25px;
  height: 50px;
  width: 50px;
  background-color: #af207f;
  cursor: pointer; }

#hd_wrap #gnav #menubtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 30px;
  background-color: #ffffff; }

#hd_wrap #gnav #menubtn span:nth-child(1) {
  top: 12px; }

#hd_wrap #gnav #menubtn span:nth-child(2) {
  top: 20px; }

#hd_wrap #gnav #menubtn span:nth-child(3) {
  top: 28px; }

#hd_wrap #gnav #menubtn span:nth-child(4) {
  top: 36px; }

@media screen and (min-width: 768px) {
  #hd_wrap #gnav #fixedArea {
    display: none; }
  #hd_wrap #gnav #fixedArea.is-fixed {
    display: block;
    width: 690px;
    height: 70px;
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    /*box-shadow: 0 0 10px -2px #999;*/
    box-shadow: 0 0 10px -1px #777;
    z-index: 1000;
    opacity: 1;
    transition: all 0.4s;
    -webkit-animation: fixedArea-fixed 400ms ease 600ms both;
    animation: fixedArea-fixed 400ms ease 600ms both; }
  #hd_wrap.request #gnav #fixedArea.is-fixed {
    display: none; }
  #hd_wrap #gnav #fixedArea.is-fixed.is-hide {
    opacity: 0;
    visibility: hidden; }
  #hd_wrap #gnav .is-fixed #hd_search .searchbtn, #hd_wrap #gnav .is-fixed #hd_searchFix .searchbtnFix {
    width: 70px;
    height: 70px;
    margin-top: 0;
    background-size: 39px !important; }
  #hd_wrap #gnav .is-fixed #hd_search .searcharea, #hd_wrap #gnav .is-fixed #hd_searchFix .searchareaFix {
    width: 690px;
    top: auto;
    bottom: 70px; }
  #hd_wrap #gnav .is-fixed #hd_search .searcharea .searcharea_btn input, #hd_wrap #gnav .is-fixed #hd_searchFix .searchareaFix .searcharea_btn input {
    width: 70px;
    height: 70px;
    background-size: 39px 39px !important; }
  @-webkit-keyframes fixedArea-fixed {
    0% {
      -webkit-transform: translateY(70px);
      transform: translateY(70px); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes fixedArea-fixed {
    0% {
      -webkit-transform: translateY(70px);
      transform: translateY(70px); }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  html.search-open #hd_wrap #gnav .is-fixed #hd_search .searchbtn:before, html.search-open #hd_wrap #gnav .is-fixed #hd_search .searchbtn:after {
    width: 40px; }
  html.search-open #hd_wrap #gnav .is-fixed #hd_searchFix .searchbtnFix:before, html.search-open #hd_wrap #gnav .is-fixed #hd_searchFix .searchbtnFix:after {
    width: 40px; }
  #hd_wrap #gnav .is-fixed .senav {
    margin: auto 0;
    position: absolute;
    left: 30px;
    top: 29px; }
  #hd_wrap #gnav .is-fixed .senav li {
    float: left; }
  #hd_wrap #gnav .is-fixed .senav .senav_01 {
    margin-bottom: 0;
    margin-right: 22px;
    padding-bottom: 0;
    border: none; }
  #hd_wrap #gnav .is-fixed .hd_tel {
    margin: auto 0 !important;
    width: 275px;
    height: 15px;
    right: 100px;
    top: 0;
    bottom: 0; }
  #hd_wrap #gnav .is-fixed .hd_tel a {
    display: inline-block;
    width: 275px;
    height: 15px;
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/hd_tel_tx02.png") no-repeat 0 0; }
  #hd_wrap #gnav .is-fixed .hd_tel a.tel-bugyo-j {
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/hd_tel_tx04.png") no-repeat 0 0; }
  #hd_wrap #gnav .is-fixed .hd_tel img {
    display: none; }
  html.search-close #hd_wrap #gnav .is-fixed #hd_search .searcharea, html.search-close #hd_wrap #gnav .is-fixed #hd_searchFix .searchareaFix {
    display: block;
    -webkit-animation: seracharea-close-fixed 300ms ease 0s 1 normal both running;
    animation: seracharea-close-fixed 300ms ease 0s 1 normal both running; }
  html.search-open #hd_wrap #gnav .is-fixed #hd_search .searcharea, html.search-open #hd_wrap #gnav .is-fixed #hd_searchFix .searchareaFix {
    display: block;
    -webkit-animation: seracharea-open-fixed 300ms ease 0s 1 normal both running;
    animation: seracharea-open-fixed 300ms ease 0s 1 normal both running; }
  @-webkit-keyframes seracharea-close-fixed {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(70px);
      transform: translateY(70px); } }
  @keyframes seracharea-close-fixed {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(70px);
      transform: translateY(70px); } }
  @-webkit-keyframes seracharea-open-fixed {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70px);
      transform: translateY(70px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes seracharea-open-fixed {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70px);
      transform: translateY(70px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } } }

#gnav_sp {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  padding-bottom: 20px;
  margin-top: 100px;
  width: 100%;
  background-color: #ffffff;
  z-index: 9998; }

#overlay {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 100px;
  background-color: #ffffff;
  z-index: 9997; }

@media screen and (max-width: 1480px) {
  #hd_wrap .hd_logo {
    margin-right: 30px; }
  #hd_wrap #gnav .finav li:not(:last-child) {
    margin-right: 24px; }
  #hd_wrap #gnav .finav li a {
    padding-right: 20px; }
  #hd_wrap #gnav .senav {
    margin-right: 225px; }
  #hd_wrap #gnav .hd_tel {
    margin-right: 70px; } }

@media screen and (max-width: 1279px) {
  #hd_wrap #gnav .senav {
    display: none; }
  #hd_wrap #gnav .hd_tel {
    margin-right: 120px; }
  #hd_wrap #gnav #hd_search .searchbtn, #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    margin-right: 60px;
    background-color: transparent;
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_searchbtn_pk_ic01.svg"); }
  #hd_wrap #gnav #menubtn {
    display: block; }
  #gnav_sp .finav {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #666666; }
  #gnav_sp .finav li {
    float: left;
    width: 50%; }
  #gnav_sp .finav li:nth-child(n+3) {
    margin-top: 10px; }
  #gnav_sp .finav li a {
    display: block;
    padding: 12px 30px 12px 15px;
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg") no-repeat right 12px center;
    background-size: 13px 15px; }
  #gnav_sp .senav {
    padding: 0 15px;
    margin-bottom: 30px; }
  #gnav_sp .senav .senav_01 {
    margin-bottom: 20px; }
  #gnav_sp .senav .senav_01 a {
    display: block;
    padding: 15px 30px 15px 40px;
    border: 2px solid #dddddd;
    background-repeat: no-repeat;
    background-position: 15px 50%, right 15px center;
    background-size: 17px 15px, 10px 12px; }
  #gnav_sp .senav .senav_02 a {
    display: block;
    padding: 15px 30px 15px 40px;
    border: 2px solid #dddddd;
    background-repeat: no-repeat;
    background-position: 15px 50%, right 15px center;
    background-size: 17px 15px, 10px 12px; }
  #gnav_sp .senav .senav_01 a {
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/hd_senav_ic01.png"), url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_gy_ic02.svg"); }
  #gnav_sp .senav .senav_02 a {
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/hd_senav_ic02.png"), url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_gy_ic02.svg"); }
  #gnav_sp .hd_tel {
    padding: 8px;
    margin: 0 15px;
    border-left: 2px solid #009f41;
    border-right: 2px solid #009f41; }
  #gnav_sp .hd_tel a {
    display: block;
    margin: auto;
    width: 188px; } }

@media screen and (max-width: 1150px) {
  #hd_wrap #gnav .hd_tel {
    display: none; } }

@media screen and (max-width: 1024px) {
  #hd_wrap #gnav .finav {
    display: none; } }

@media screen and (max-width: 768px) {
  #hd_wrap {
    position: fixed;
    left: 0 !important;
    height: 80px;
    min-width: 320px; }
  #hd_wrap h1 {
    margin: 8px 0 0 2px;
    width: calc(100% - 92px); }
  #hd_wrap .hd_in {
    padding: 0 15px; }
  #hd_wrap .hd_logo {
    margin-top: 25px;
    width: 100px; }
  #hd_wrap #gnav .finav li a {
    background-size: 10px 11px; }
  #hd_wrap #gnav #hd_search .searchbtn, #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    margin-top: 15px; }
  #hd_wrap #gnav #hd_search .searcharea, #hd_wrap #gnav #hd_searchFix .searchareaFix {
    top: 80px;
    right: -15px;
    padding: 0;
    width: calc(100% + 30px); }
  #hd_wrap #gnav #hd_search .searcharea .searcharea_field, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_field {
    padding: 4px 12px; }
  #hd_wrap #gnav #hd_search .searcharea .searcharea_field input, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_field input {
    font-size: 16px; }
  #hd_wrap #gnav #hd_search .searcharea .searcharea_btn, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_btn {
    width: 40px; }
  #hd_wrap #gnav #hd_search .searcharea .searcharea_btn input, #hd_wrap #gnav #hd_searchFix .searchareaFix .searcharea_btn input {
    height: 40px;
    width: 40px;
    background-size: 20px 20px; }
  #hd_wrap #gnav #menubtn {
    margin-top: 15px; }
  #hd_wrap #gnav #fixedArea {
    display: none; }
  #hd_wrap #gnav #fixedArea.is-fixed {
    display: none; }
  #gnav_sp {
    margin-top: 80px; }
  #gnav_sp .finav li a {
    background-size: 10px 11px; }
  #overlay {
    margin-top: 80px; } }

@media screen and (max-width: 640px) {
  #hd_wrap {
    height: 65px; }
  #hd_wrap h1 {
    margin: 5px 0 0 2px;
    width: calc(100% - 86px); }
  #hd_wrap .hd_logo {
    margin-top: 23px;
    width: 80px; }
  #hd_wrap #gnav #hd_search .searchbtn, #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    margin-right: 50px;
    margin-top: 10px;
    background-color: transparent;
    width: 45px;
    height: 45px; }
  #hd_wrap #gnav #hd_search .searcharea, #hd_wrap #gnav #hd_searchFix .searchareaFix {
    top: 65px; }
  #hd_wrap #gnav #menubtn {
    margin-top: 10px;
    width: 44px;
    height: 44px; }
  #hd_wrap #gnav #menubtn span:nth-child(1) {
    top: 9px; }
  #hd_wrap #gnav #menubtn span:nth-child(2) {
    top: 17px; }
  #hd_wrap #gnav #menubtn span:nth-child(3) {
    top: 25px; }
  #hd_wrap #gnav #menubtn span:nth-child(4) {
    top: 33px; }
  #gnav_sp {
    margin-top: 65px; } }

/*====================================================
		検索窓の表示・非表示
====================================================*/
html.search-close #hd_wrap #gnav #hd_search .searcharea, html.search-close #hd_wrap #gnav #hd_searchFix .searchareaFix {
  display: block;
  -webkit-animation: seracharea-close 200ms ease 0s 1 normal both running;
  animation: seracharea-close 200ms ease 0s 1 normal both running; }

html.search-open #hd_wrap #gnav #hd_search .searcharea, html.search-open #hd_wrap #gnav #hd_searchFix .searchareaFix {
  display: block;
  -webkit-animation: seracharea-open 200ms ease 0s 1 normal both running;
  animation: seracharea-open 200ms ease 0s 1 normal both running; }

@-webkit-keyframes seracharea-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

@keyframes seracharea-close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

@-webkit-keyframes seracharea-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes seracharea-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  html.search-open #hd_wrap #gnav #hd_search .searchbtn, html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    background-color: #666666;
    background-image: none; }
  html.search-open #hd_wrap #gnav #hd_search .searchbtn:before, html.search-open #hd_wrap #gnav #hd_search .searchbtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 34px;
    background-color: #ffffff; }
  html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix:before, html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 34px;
    background-color: #ffffff; }
  html.search-open #hd_wrap #gnav #hd_search .searchbtn:before, html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  html.search-open #hd_wrap #gnav #hd_search .searchbtn:after, html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  html.search-open #hd_wrap #gnav #hd_search .searchbtn span, html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix span {
    display: block; } }

@media screen and (max-width: 1279px) {
  html.search-open #hd_wrap #gnav #hd_search .searchbtn, html.search-open #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_searchbtn_gy_ic01.svg"); } }

/*====================================================
		ハンバーガーメニューの表示・非表示
====================================================*/
@media screen and (max-width: 769px) {
  html.menu-open #hd_wrap #gnav #menubtn {
    background-color: #666666; }
  html.menu-open #hd_wrap #gnav #menubtn span {
    display: none; }
  html.menu-open #hd_wrap #gnav #menubtn:before, html.menu-open #hd_wrap #gnav #menubtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 34px;
    background-color: #ffffff; }
  html.menu-open #hd_wrap #gnav #menubtn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  html.menu-open #hd_wrap #gnav #menubtn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  html.menu-close #gnav_sp {
    display: block;
    -webkit-animation: menu-close 200ms ease 0s 1 normal both running;
    animation: menu-close 200ms ease 0s 1 normal both running; }
  html.menu-open #gnav_sp {
    display: block;
    -webkit-animation: menu-open 200ms ease 0s 1 normal both running;
    animation: menu-open 200ms ease 0s 1 normal both running; }
  html.menu-close #overlay {
    display: block;
    -webkit-animation: menu-close 200ms ease 0s 1 normal both running;
    animation: menu-close 200ms ease 0s 1 normal both running; }
  html.menu-open #overlay {
    display: block;
    -webkit-animation: menu-open 200ms ease 0s 1 normal both running;
    animation: menu-open 200ms ease 0s 1 normal both running; }
  @-webkit-keyframes menu-close {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes menu-close {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes menu-open {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-open {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

/*====================================================

		パンくずリスト

====================================================*/
.breadcrumbs {
  background: #ddd; }

.breadcrumbs ul {
  max-width: 1460px;
  min-width: 1280px;
  margin: auto;
  padding: 12px 30px;
  font-size: 0; }

.breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  color: #111; }

.breadcrumbs ul li:first-child {
  padding-left: 26px;
  position: relative; }

.breadcrumbs ul li:first-child:before {
  content: "";
  display: block;
  margin: auto;
  width: 14px;
  height: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_home_ic01.svg") no-repeat 0 0;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0; }

.breadcrumbs ul li:not(:last-child) {
  padding-right: 40px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_arrow_ic01.svg") no-repeat right 15px center/12px 16px; }

.breadcrumbs ul li a {
  display: block;
  padding: 3px 0;
  font-size: 10px;
  color: #333;
  text-decoration: underline; }

.breadcrumbs ul li a:hover {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .breadcrumbs {
    width: 100%;
    position: relative;
    top: 80px; }
  .breadcrumbs ul {
    min-width: 320px;
    width: 100%;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: scroll; }
  .breadcrumbs ul li {
    padding-top: 7px;
    padding-bottom: 7px; }
  .breadcrumbs ul li a {
    padding: 2px 0; } }

@media screen and (max-width: 640px) {
  .breadcrumbs {
    top: 65px; }
  .breadcrumbs ul li {
    padding-top: 5px;
    padding-bottom: 5px; }
  .breadcrumbs ul li:not(:last-child) {
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_arrow_ic01.svg") no-repeat right 15px center/9px 12px; }
  .breadcrumbs ul li a {
    padding: 0; } }

/*====================================================

		Main

====================================================*/
#mn_wrap {
  display: block;
  position: relative;
  /*margin-top:100px;*/
  line-height: 1.25; }

html.fix-nav #mn_wrap {
  padding-top: 70px; }

@media screen and (max-width: 768px) {
  #mn_wrap {
    margin-top: 80px; }
  html.fix-nav #mn_wrap {
    margin-top: 128px;
    padding-top: 0; } }

@media screen and (max-width: 640px) {
  #mn_wrap {
    margin-top: 65px; }
  html.fix-nav #mn_wrap {
    margin-top: 109px; } }

/*====================================================

		Consultation

====================================================*/
#consultation_sec {
  position: relative;
  padding: 60px 0 70px;
  line-height: 1.5;
  color: #1c2c45;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_bg01.jpg") no-repeat 50% 0%;
  background-size: cover; }

#consultation_sec a {
  color: #1c2c45; }

#consultation_sec .sec_in {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1060px;
  z-index: 99; }

#consultation_sec .consultation_head {
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 700; }

#consultation_sec .consultation_head span {
  display: inline-block;
  padding: 0 0 0 50px;
  height: 32px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_head_ic01.png") no-repeat 0% 50%;
  background-size: 32px; }

#consultation_sec .fs-md {
  text-align: center;
  margin-bottom: 40px; }

#consultation_sec dl {
  display: table;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 900px; }

#consultation_sec dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 75px;
  font-size: 14px;
  color: #00a201;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_freedial_ic01.png") no-repeat 0% 50%;
  background-size: 56px; }

#consultation_sec dl dd {
  display: table-cell;
  vertical-align: middle; }

#consultation_sec dl dd .tel {
  font-size: 48px;
  font-weight: 700; }

#consultation_sec dl dd .time {
  font-size: 14px;
  line-height: 1.75; }

#consultation_sec .consultation_finav {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center; }

#consultation_sec .consultation_finav li {
  text-align: center;
  /*float:left;*/
  display: inline-block;
  width: 30.6%;
  font-size: 16px; }

#consultation_sec .consultation_finav li a {
  display: block;
  padding: 0 30px;
  color: #ffffff;
  background-color: #1c2c45; }

#consultation_sec .consultation_finav li a span {
  display: inline-block;
  position: relative;
  padding: 30px 30px 30px 50px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic01.png") no-repeat 0 50%;
  background-size: 36px; }

#consultation_sec .consultation_finav li a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg") no-repeat;
  background-size: contain; }

#consultation_sec .consultation_finav .finav_01 a span {
  background-position: 0 contain; }

#consultation_sec .consultation_finav .finav_02 a span {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic02.png"); }

#consultation_sec .consultation_finav .finav_03 a span {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic03.png"); }

#consultation_sec .consultation_finav .finav_04 a span {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic04.png"); }

#consultation_sec .consultation_finav .finav_05 a span {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic05.png"); }

#consultation_sec .consultation_senav {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  border-left: 4px solid #1c2c45;
  border-right: 4px solid #1c2c45; }

#consultation_sec .consultation_senav li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  width: 50%; }

#consultation_sec .consultation_senav li a {
  display: inline-block;
  position: relative;
  padding: 8px 30px 8px 50px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_senav_ic01.png") no-repeat 0 50%;
  background-size: 32px; }

#consultation_sec .consultation_senav li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_bl_ic01.svg") no-repeat;
  background-size: contain; }

#consultation_sec .consultation_senav .senav_02 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_senav_ic02.png"); }

#consultation_sec.sec-gy:before {
  content: "";
  position: absolute;
  top: 0;
  height: 150px;
  width: 100%;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_bf_bg01.png") repeat-x 50% 0%;
  z-index: 9; }

/*
 前の要素の背景がグレー時
----------------------------------------------------*/
@media screen and (min-width: 601px) {
  #consultation_sec .consultation_senav:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    width: 4px;
    background-color: #1c2c45; } }

@media screen and (min-width: 769px) {
  #consultation_sec .consultation_finav li:not(:last-child) {
    margin-right: 4.1%; } }

@media screen and (min-width: 961px) {
  #consultation_sec dl dd > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px; } }

@media screen and (max-width: 960px) {
  #consultation_sec dl dd .time br {
    display: none; } }

@media screen and (max-width: 768px) {
  #consultation_sec {
    padding: 36px 0 42px; }
  #consultation_sec .consultation_head {
    margin-bottom: 36px;
    font-size: 18px; }
  #consultation_sec .consultation_head span {
    padding: 2px 0 2px 30px;
    background-size: 16px; }
  #consultation_sec .fs-md {
    margin-bottom: 24px; }
  #consultation_sec dl {
    margin-bottom: 36px;
    max-width: 600px; }
  #consultation_sec dl dd .tel {
    font-size: 32px; }
  #consultation_sec dl dd .time {
    font-size: 12px; }
  #consultation_sec .consultation_finav li {
    display: block;
    width: 100%;
    font-size: 14px; }
  #consultation_sec .consultation_finav li:nth-child(n+2) {
    margin-top: 20px; }
  #consultation_sec .consultation_finav li a {
    padding: 0 18px; }
  #consultation_sec .consultation_finav li a span {
    padding: 18px 18px 18px 30px;
    background-size: 18px; }
  #consultation_sec .consultation_finav li a span:after {
    height: 11px;
    width: 10px; }
  #consultation_sec .consultation_senav li a {
    padding: 4px 18px 4px 28px;
    background-size: 16px; }
  #consultation_sec .consultation_senav li a:after {
    height: 11px;
    width: 10px; } }

@media screen and (max-width: 600px) {
  #consultation_sec dl {
    text-align: center;
    max-width: 300px; }
  #consultation_sec dl dt {
    display: inline-block;
    padding-left: 35px;
    background-size: 28px; }
  #consultation_sec dl dd {
    display: block; }
  #consultation_sec .sec_in {
    padding: 0 15px; }
  #consultation_sec .consultation_senav {
    border: none; }
  #consultation_sec .consultation_senav li {
    display: block;
    padding: 0 15px;
    width: 100%;
    border-left: 4px solid #1c2c45;
    border-right: 4px solid #1c2c45; }
  #consultation_sec .consultation_senav .senav_01 {
    margin-bottom: 20px; } }

/*====================================================

		Footer

====================================================*/
#ft_wrap {
  color: #ffffff; }

#ft_wrap a {
  color: #ffffff; }

#ft_wrap .ft_in {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1460px; }

#ft_wrap .ft_top {
  padding: 50px 0 60px;
  background-color: #999999; }

#ft_wrap .ft_top .finav {
  margin: 0 -20px 45px; }

#ft_wrap .ft_top .finav > * {
  float: left;
  width: 50%; }

#ft_wrap .ft_top .finav p:not(:last-child) {
  margin-bottom: 20px; }

#ft_wrap .ft_top .finav p a {
  display: inline-block;
  padding-right: 30px;
  line-height: 1.25;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_gy_ic01.svg") no-repeat 100% 50%;
  background-size: 13px 15px; }

#ft_wrap .ft_top .finav p:not(:last-child) a {
  margin-bottom: 10px; }

#ft_wrap .ft_top .finav .finav_blk {
  float: left;
  padding: 0 20px;
  width: 33.3%; }

#ft_wrap .ft_top .finav .finav_blk ul:not(:last-child) {
  margin-bottom: 40px; }

#ft_wrap .ft_top .finav .finav_blk ul li {
  font-size: 14px; }

#ft_wrap .ft_top .finav .finav_blk ul li:not(:last-child) {
  margin-bottom: 20px; }

#ft_wrap .ft_top .finav .finav_blk ul li a {
  display: inline-block;
  padding-right: 24px;
  font-weight: 300;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_next_gy_ic01.svg") no-repeat 100% 50%;
  background-size: 10px 12px; }

#ft_wrap .ft_top .senav {
  display: table;
  padding-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-top: 2px solid #b3b3b3; }

#ft_wrap .ft_top .senav .senav_l {
  display: table-cell; }

#ft_wrap .ft_top .senav .senav_l li {
  float: left;
  margin-right: 30px;
  font-size: 14px; }

#ft_wrap .ft_top .senav .senav_l li a {
  display: inline-block;
  position: relative;
  padding: 12px 30px 12px 40px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/ft_senav_ic01.svg") no-repeat 0 50%;
  background-size: 24px 24px; }

#ft_wrap .ft_top .senav .senav_l li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_gy_ic01.svg") no-repeat;
  background-size: contain; }

#ft_wrap .ft_top .senav .senav_l .senav_02 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/ft_senav_ic02.svg"); }

#ft_wrap .ft_top .senav .senav_l .senav_03 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/ft_senav_ic03.svg");
  background-size: 33px auto; }

#ft_wrap .ft_top .senav .senav_l .senav_04 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/ft_senav_ic04.svg"); }

#ft_wrap .ft_top .senav .senav_l .senav_05 a {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/ft_senav_ic05.svg");
  background-size: 24px 25px; }

#ft_wrap .ft_top .senav .senav_r {
  display: table-cell;
  vertical-align: top;
  width: 440px; }

#ft_wrap .ft_top .senav .senav_r .senav_searcharea {
  display: table;
  width: 100%; }

#ft_wrap .ft_top .senav .senav_r .senav_searcharea .searcharea_field {
  display: table-cell; }

#ft_wrap .ft_top .senav .senav_r .senav_searcharea .searcharea_field input {
  padding: 5px 10px;
  height: 40px;
  width: 100%; }

#ft_wrap .ft_top .senav .senav_r .senav_searcharea .searcharea_btn {
  display: table-cell;
  width: 40px; }

#ft_wrap .ft_top .senav .senav_r .senav_searcharea .searcharea_btn input {
  height: 40px;
  width: 40px;
  background: #af207f url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_searchbtn_wh_ic01.svg") no-repeat 50%;
  background-size: 24px;
  cursor: pointer; }

#ft_wrap .ft_top .thnav .thnav_sns {
  float: left; }

#ft_wrap .ft_top .thnav .thnav_sns li {
  float: left;
  width: 32px; }

#ft_wrap .ft_top .thnav .thnav_sns li:not(:last-child) {
  margin-right: 30px; }

#ft_wrap .ft_top .thnav .thnav_utility {
  float: right;
  margin-top: 10px; }

#ft_wrap .ft_top .thnav .thnav_utility li {
  float: left;
  font-size: 12px; }

#ft_wrap .ft_top .thnav .thnav_utility li:not(:last-child) {
  margin-right: 30px; }

#ft_wrap .ft_top .thnav .thnav_utility li a {
  padding-right: 20px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_next_gy_ic01.svg") no-repeat 100% 50%;
  background-size: 10px 12px; }

#ft_wrap .ft_btm {
  background-color: #666666; }

#ft_wrap .ft_btm .ft_logo {
  width: 114px; }

#ft_wrap .ft_btm .ft_in small {
  font-size: 12px;
  letter-spacing: .05em; }

#ft_wrap .ft_btm .ft_in #pagetop {
  text-align: center;
  padding-top: 45px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 300;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/ft_pagetop_ic01.svg") no-repeat 50% 0%;
  background-size: 100% auto; }

@media screen and (max-width: 768px) {
  #ft_wrap .ft_in {
    padding: 0 15px; }
  #ft_wrap .ft_top {
    padding: 30px 0 36px; } }

/*====================================================
		first navi
====================================================*/
@media screen and (max-width: 768px) {
  #ft_wrap .ft_top .finav {
    margin: 0 -12px 24px; }
  #ft_wrap .ft_top .finav > * {
    width: 100%; }
  #ft_wrap .ft_top .finav .finav_l {
    margin-bottom: 24px; }
  #ft_wrap .ft_top .finav p:not(:last-child) {
    margin-bottom: 12px; }
  #ft_wrap .ft_top .finav p a {
    padding-right: 18px;
    background-size: 10px 11px; }
  #ft_wrap .ft_top .finav p:not(:last-child) a {
    margin-bottom: 6px; }
  #ft_wrap .ft_top .finav .finav_blk {
    padding: 0 12px; }
  #ft_wrap .ft_top .finav .finav_blk ul:not(:last-child) {
    margin-bottom: 24px; }
  #ft_wrap .ft_top .finav .finav_blk ul li {
    font-size: 12px; }
  #ft_wrap .ft_top .finav .finav_blk ul li:not(:last-child) {
    margin-bottom: 12px; }
  #ft_wrap .ft_top .finav .finav_blk ul li a {
    padding-right: 16px;
    background-size: 8px 10px; } }

@media screen and (max-width: 600px) {
  #ft_wrap .ft_top .finav > * {
    width: 50%; }
  #ft_wrap .ft_top .finav .finav_blk {
    float: none;
    width: 100%; }
  #ft_wrap .ft_top .finav .finav_blk:not(:last-child) {
    margin-bottom: 24px; } }

/*====================================================
		second navi
====================================================*/
@media screen and (max-width: 1024px) {
  #ft_wrap .ft_top .senav .senav_l {
    display: block;
    margin-bottom: 30px; }
  #ft_wrap .ft_top .senav .senav_r {
    display: block;
    width: 100%; } }

@media screen and (max-width: 768px) {
  #ft_wrap .ft_top .senav {
    padding-top: 18px;
    margin-bottom: 18px; }
  #ft_wrap .ft_top .senav .senav_l {
    margin-bottom: 18px; }
  #ft_wrap .ft_top .senav .senav_l li {
    margin-right: 18px;
    font-size: 12px; }
  #ft_wrap .ft_top .senav .senav_l li a {
    padding: 6px 18px 6px 24px;
    background-size: 18px auto; }
  #ft_wrap .ft_top .senav .senav_l li a:after {
    height: 11px;
    width: 10px; }
  #ft_wrap .ft_top .senav .senav_l .senav_03 a {
    background-size: 22px auto; }
  #ft_wrap .ft_top .senav .senav_l .senav_05 a {
    background-size: 18px 20px; } }

@media screen and (max-width: 600px) {
  #ft_wrap .ft_top .senav .senav_l {
    margin: 0 -12px; }
  #ft_wrap .ft_top .senav .senav_l li {
    padding: 0 12px;
    margin: 0 0 18px;
    width: 48%; } }

/*====================================================
		third navi
====================================================*/
@media screen and (max-width: 768px) {
  #ft_wrap .ft_top .thnav .thnav_sns li:not(:last-child) {
    margin-right: 18px; }
  #ft_wrap .ft_top .thnav .thnav_utility li:not(:last-child) {
    margin-right: 18px; }
  #ft_wrap .ft_top .thnav .thnav_utility li a {
    padding-right: 12px;
    background-size: 8px 10px; } }

@media screen and (max-width: 600px) {
  #ft_wrap .ft_top .thnav .thnav_sns {
    float: left; }
  #ft_wrap .ft_top .thnav .thnav_utility {
    margin: 0; }
  #ft_wrap .ft_top .thnav .thnav_utility li {
    float: none; }
  #ft_wrap .ft_top .thnav .thnav_utility li:not(:last-child) {
    margin: 0 0 12px; } }

/*====================================================
		footer bottom
====================================================*/
@media screen and (min-width: 769px) {
  #ft_wrap .ft_btm {
    height: 110px; }
  #ft_wrap .ft_btm .ft_logo {
    float: left;
    margin-top: 36px; }
  #ft_wrap .ft_btm .ft_in small {
    float: left;
    margin: 50px 0 0 30px; }
  #ft_wrap .ft_btm .ft_in #pagetop {
    float: right; } }

@media screen and (max-width: 768px) {
  #ft_wrap .ft_btm {
    text-align: center;
    padding: 15px 0; }
  #ft_wrap .ft_btm .ft_logo {
    margin: 0 auto 5px; }
  #ft_wrap .ft_btm .ft_in small {
    font-size: 10px; }
  #ft_wrap .ft_btm .ft_in #pagetop {
    display: block;
    padding-top: 30px;
    margin: 16px auto 0;
    width: 45px;
    font-size: 10px; } }

/*====================================================

		Common

====================================================*/
.wrap {
  position: relative;
  overflow: hidden; }

/*====================================================
		font
====================================================*/
.fs-lg {
  font-size: 20px; }

.fs-md {
  font-size: 16px; }

.fs-sm {
  font-size: 14px; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.itemize span {
  display: block;
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 768px) {
  .fs-lg {
    font-size: 18px; }
  .fs-md {
    font-size: 14px; }
  .fs-sm {
    font-size: 12px; } }

/*====================================================
		link
====================================================*/
.stnlink_btn {
  display: block;
  text-align: center;
  padding: 20px 30px;
  margin: auto;
  line-height: 2;
  color: #ffffff;
  background-color: #af207f; }

.stnlink_btn span {
  display: inline-block;
  position: relative;
  padding-right: 30px; }

.stnlink_btn span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg") no-repeat;
  background-size: contain; }

.con_row .stnlink_btn {
  display: inline-block;
  text-align: left;
  padding: 12px 30px;
  color: #111111;
  background-color: #eeeeee; }

.con_row .stnlink_btn:not(:last-child) {
  margin-bottom: 40px; }

.con_row .stnlink_btn:not(:last-of-type) {
  margin: 0 20px 20px 0; }

.con_row .stnlink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg"); }

.pdflink_btn {
  display: block;
  text-align: center;
  padding: 0 30px;
  line-height: 2;
  color: #ffffff;
  background-color: #af207f; }

.pdflink_btn span {
  display: inline-block;
  position: relative;
  padding: 20px 30px 20px 45px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_pdf_wh_ic01.svg") no-repeat 0% 50%;
  background-size: 29px; }

.pdflink_btn span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg") no-repeat;
  background-size: contain; }

.con_row .pdflink_btn {
  display: inline-block;
  text-align: left;
  color: #111111;
  background-color: #eeeeee; }

.con_row .pdflink_btn:not(:last-child) {
  margin-bottom: 40px; }

.con_row .pdflink_btn:not(:last-of-type) {
  margin: 0 20px 20px 0; }

.con_row .pdflink_btn span {
  padding: 12px 30px 12px 45px;
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_pdf_pk_ic01.svg"); }

.con_row .pdflink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg"); }

.stnlink {
  padding-right: 30px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg") no-repeat 100% 50%;
  background-size: 13px 15px; }

.pdflink {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 45px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_pdf_pk_ic01.svg") no-repeat 0% 50%;
  background-size: 29px; }

.ebklink {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 45px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_ebk_pk_ic01.svg") no-repeat 0% 50%;
  background-size: 32px; }

.ebklink02 {
  display: inline-block;
  position: relative;
  margin-left: -9px;
  padding: 0 30px 0 54px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_ebk_pk_ic02.gif") no-repeat 2px 50%;
  background-size: 40px; }

.pclink {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 45px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_pc_pk_ic01.svg") no-repeat 0% 50%;
  background-size: 32px; }

.splink {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 45px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_sp_pk_ic01.svg") no-repeat 0% 50%;
  background-size: 32px; }

.pdflink:after, .ebklink:after, .ebklink02:after, .pclink:after, .splink:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg") no-repeat;
  background-size: contain; }

.txtlink {
  padding-right: 30px;
  text-decoration: underline;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg") no-repeat 100% 50%;
  background-size: 13px 15px; }

.link {
  text-decoration: underline;
  color: #999999; }

/*
 背景がグレー時の要素
----------------------------------------------------*/
.con_sec-gy .stnlink_btn {
  background-color: #633b93; }

.con_sec-gy .con_row .stnlink_btn {
  color: #333333;
  background-color: #ffffff; }

.con_sec-gy .con_row .stnlink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic02.svg"); }

.con_sec-gy .pdflink_btn {
  background-color: #633b93; }

.con_sec-gy .con_row .pdflink_btn {
  color: #333333;
  background-color: #ffffff; }

.con_sec-gy .con_row .pdflink_btn span {
  color: #333333;
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_pdf_pk_ic02.svg"); }

.con_sec-gy .con_row .pdflink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic02.svg"); }

.con_sec-gy .stnlink:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic02.svg"); }

.con_sec-gy .pdflink {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_pdf_pk_ic02.svg"); }

.con_sec-gy .pdflink:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic02.svg"); }

.con_sec-gy .txtlink {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic02.svg"); }

@media screen and (max-width: 768px) {
  .stnlink_btn {
    padding: 12px 18px; }
  .stnlink_btn span {
    padding-right: 18px; }
  .stnlink_btn span:after {
    height: 11px;
    width: 10px; }
  .con_row .stnlink_btn {
    padding: 6px 18px; }
  .con_row .stnlink_btn:not(:last-child) {
    margin-bottom: 24px; }
  .con_row .stnlink_btn:not(:last-of-type) {
    margin: 0 12px 12px 0; }
  .pdflink_btn {
    padding: 0 18px; }
  .pdflink_btn span {
    padding: 12px 18px 12px 24px;
    background-size: 16px; }
  .pdflink_btn span:after {
    height: 11px;
    width: 10px; }
  .con_row .pdflink_btn:not(:last-child) {
    margin-bottom: 24px; }
  .con_row .pdflink_btn:not(:last-of-type) {
    margin: 0 12px 12px 0; }
  .con_row .pdflink_btn span {
    padding: 6px 18px 6px 24px; }
  .stnlink {
    padding-right: 18px;
    background-size: 10px 11px; }
  .pdflink, .ebklink, .pclink, .splink {
    padding: 0 18px 0 24px;
    background-size: 16px; }
  .ebklink02 {
    margin-left: -4px;
    padding: 0 18px 0 28px;
    background-size: 20px; }
  .pdflink:after, .ebklink:after, .ebklink02:after, .pclink:after, .splink:after {
    height: 11px;
    width: 10px; }
  .txtlink {
    padding-right: 18px;
    background-size: 10px 11px; } }

/*====================================================
		見出し
====================================================*/
.con_head {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25; }

.con_head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #af207f; }

.bdhead {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 4px solid #dddddd; }

.bdhead span {
  display: inline-block;
  padding-left: 30px;
  border-left: 8px solid #af207f; }

.bdhead em {
  float: right;
  margin-top: 10px;
  font-size: 14px; }

.bdhead strong.red {
  font-weight: 500;
  color: #af207f;
  margin-right: 15px; }

.crhead {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.25;
  background-color: #f5f3ec; }

.crhead span {
  display: inline-block;
  position: relative;
  padding-left: 30px; }

.crhead span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 3px solid #af207f;
  border-radius: 100%; }

.con_sec .stnhead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5; }

/*
 背景がグレー時の要素
----------------------------------------------------*/
.con_sec-gy .bdhead {
  border-bottom-color: #ffffff; }

.con_sec-gy .bdhead span {
  border-left-color: #633b93; }

.con_sec-gy .crhead {
  background-color: #ffffff; }

@media screen and (max-width: 768px) {
  .con_head {
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 18px; }
  .bdhead {
    padding-bottom: 18px;
    margin-bottom: 30px;
    font-size: 18px; }
  .bdhead span {
    padding-left: 18px; }
  .bdhead em {
    display: block;
    float: none;
    padding-left: 26px;
    margin-top: 10px;
    font-size: 12px; }
  .crhead {
    padding: 12px;
    margin-bottom: 24px;
    font-size: 16px; }
  .crhead span {
    padding-left: 22px; }
  .crhead span:before {
    top: 3px; }
  .con_sec .stnhead {
    margin-bottom: 18px;
    font-size: 16px; } }

/*====================================================
		element
====================================================*/
.bdblk {
  padding: 30px 20px;
  border: 4px solid #dddddd; }

.bdblk .blkttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5; }

/*
 背景がグレー時の要素
----------------------------------------------------*/
.con_sec-gy .bdblk {
  border-color: #ffffff; }

@media screen and (max-width: 768px) {
  .bdblk {
    padding: 20px; }
  .bdblk .blkttl {
    margin-bottom: 12px;
    font-size: 16px; } }

/*====================================================
		list
====================================================*/
.itemize_list li {
  padding-left: 1em;
  text-indent: -1em; }

/*====================================================
		clearfix
====================================================*/
.clr {
  min-height: 1%; }

.clr:after {
  content: "";
  clear: both;
  display: block; }

/*====================================================
		hover
====================================================*/
#hd_wrap a, #ft_wrap a, #consultation_sec a, .stnlink_btn, .pdflink_btn, .stnlink, .pdflink, .ebklink, .ebklink02, .pclink, .splink, .txtlink, .link {
  transition: opacity 0.3s; }

#hd_wrap a:hover, #ft_wrap a:hover, #consultation_sec a:hover, .stnlink_btn:hover, .pdflink_btn:hover, .stnlink:hover, .pdflink:hover, .ebklink:hover, .ebklink02:hover, .pclink:hover, .splink:hover, .txtlink:hover, .link:hover {
  opacity: .7; }

/*====================================================

		PCからのアクセスの場合、TELリンクを起動さない

====================================================*/
a[href^="tel:"].telDisable {
  pointer-events: none;
  text-decoration: none; }

/*====================================================

		360°ブログプレビュー表示調整用

====================================================*/
#hs_cos_wrapper_360_global_header header {
  min-width: 320px;
  position: relative; }

#hs_cos_wrapper_360_global_header header h1 {
  position: static;
  float: left;
  width: 273px;
  margin: 0 50px 0 0; }

@media screen and (max-width: 768px) {
  #hs_cos_wrapper_360_global_header header h1 {
    width: 182px; } }

#blog-360 main#mn_wrap {
  margin-top: 0;
  padding: 50px 0 70px; }

@media screen and (max-width: 1160px) {
  #blog-360 main#mn_wrap {
    padding: 0 80px 30px; } }

@media screen and (max-width: 768px) {
  #blog-360 main#mn_wrap {
    padding: 0 15px 30px; } }

/*

IE用スタイルシート

*/
/*====================================================

		Header

====================================================*/
/*====================================================
		検索窓の表示・非表示
====================================================*/
html.ie8.search-close #hd_wrap #gnav #hd_search .searcharea, html.ie8.search-close #hd_wrap #gnav #hd_searchFix .searchareaFix {
  display: none; }

html.ie9.search-close #hd_wrap #gnav #hd_search .searcharea, html.ie9.search-close #hd_wrap #gnav #hd_searchFix .searchareaFix {
  display: none; }

html.ie8.search-open #hd_wrap #gnav #hd_search .searcharea, html.ie8.search-open #hd_wrap #gnav #hd_searchFix .searchareaFix {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

html.ie9.search-open #hd_wrap #gnav #hd_search .searcharea, html.ie9.search-open #hd_wrap #gnav #hd_searchFix .searchareaFix {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*====================================================

		右下固定表示エリアの配色変更

====================================================*/
#hd_wrap #gnav.patternB #fixedArea {
  width: 730px; }

#hd_wrap #gnav.patternB #fixedArea .senav .senav_01, #hd_wrap #gnav.patternB #fixedArea .senav .senav_02 {
  display: list-item;
  margin-top: -6px; }

#hd_wrap #gnav.patternB #fixedArea .senav .senav_01 a, #hd_wrap #gnav.patternB #fixedArea .senav .senav_02 a {
  padding: 7px 33px 7px 35px; }

#hd_wrap #gnav.patternB #fixedArea .senav .senav_01 a {
  background: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_senav01_or.png") no-repeat 0 0; }

#hd_wrap #gnav.patternB #fixedArea .senav .senav_02 a {
  background: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_senav02_or.png") no-repeat 0 0; }

#hd_wrap #gnav.patternB #fixedArea .senav .senav_01 a span, #hd_wrap #gnav.patternB #fixedArea .senav .senav_02 a span {
  color: transparent !important; }

#hd_wrap #gnav.patternB #fixedArea.is-fixed #hd_searchFix .searchareaFix {
  width: 730px; }

div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav.patternB #fixedArea #hd_searchFix .searchbtnFix {
  background-color: #999; }

/*====================================================

		769px以上の画面幅の場合に1280px表示で固定化

====================================================*/
@media screen and (min-width: 769px) {
  div.wrap:not(#blog360):not(#blog-360) {
    overflow: visible; }
  div.wrap:not(#blog360):not(#blog-360) #mn_wrap {
    overflow: hidden; }
  div.wrap:not(#blog360):not(#blog-360) #hd_wrap .hd_in, div.wrap:not(#blog360):not(#blog-360) .row-fluid, div.wrap:not(#blog360):not(#blog-360) #ft_wrap .ft_in {
    min-width: 1280px; }
  div.wrap:not(#blog360):not(#blog-360) .row-fluid .row-fluid {
    min-width: 0; }
  div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav .finav, div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav .senav {
    display: block; }
  div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav .hd_tel {
    display: block;
    margin-right: 70px; }
  div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav #hd_search .searchbtn, div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    margin-right: 0;
    background: #af207f url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_searchbtn_wh_ic01.svg") no-repeat 50%;
    background-size: 30px; }
  div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav #menubtn {
    display: none; }
  div.wrap:not(#blog360):not(#blog-360) #udnav .udnav_in {
    min-width: 1280px; }
  div.wrap:not(#blog360):not(#blog-360) #udnav .udnav_in ul {
    display: block; }
  div.wrap:not(#blog360):not(#blog-360) .con_sec .sec_in {
    min-width: 1060px; }
  div.wrap:not(#blog360):not(#blog-360) .con_sec .sec_in .row-fluid {
    min-width: 0; }
  div.wrap:not(#blog360):not(#blog-360) #corporate_con .con_sec .sec_in {
    min-width: 100%; }
  div.wrap:not(#blog360):not(#blog-360) #ft_wrap .ft_top .senav .senav_l {
    display: table-cell; }
  div.wrap:not(#blog360):not(#blog-360) #ft_wrap .ft_top .senav .senav_r {
    display: table-cell;
    width: 440px; }
  html.search-open div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav #hd_search .searchbtn, html.search-open div.wrap:not(#blog360):not(#blog-360) #hd_wrap #gnav #hd_searchFix .searchbtnFix {
    background-color: #666;
    background-image: none; } }

/*====================================================


		下層


====================================================*/
/*====================================================

		下層 共通

====================================================*/
.con_sec {
  padding: 70px 0 80px;
  line-height: 2; }

.con_sec .sec_in {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1060px; }

.con_sec .con_row:not(:last-child) {
  margin-bottom: 80px; }

.con_sec .con_row .col_2 {
  float: left;
  width: 48%; }

.con_sec .con_row .row_in:not(:last-child) {
  margin-bottom: 60px; }

/*
 背景がグレー時の要素
----------------------------------------------------*/
.con_sec-gy {
  color: #111111;
  background: url(//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_sec_gy_bg01.gif); }

@media screen and (min-width: 601px) {
  .con_sec .con_row .col_2:nth-child(odd) {
    clear: both;
    margin-right: 4%; }
  .con_sec .con_row .col_2:nth-child(n+3) {
    margin-top: 36px; } }

@media screen and (min-width: 768px) {
  .con_sec .con_row .col_2:nth-child(n+3) {
    margin-top: 60px; } }

@media screen and (max-width: 768px) {
  .con_sec {
    padding: 42px 0 48px; }
  .con_sec .sec_in {
    padding: 0 15px; }
  .con_sec .con_row:not(:last-child) {
    margin-bottom: 48px; }
  .con_sec .con_row .row_in:not(:last-child) {
    margin-bottom: 36px; } }

@media screen and (max-width: 600px) {
  .con_sec .con_row .col_2 {
    width: 100%; }
  .con_sec .con_row .col_2:nth-child(n+2) {
    margin-top: 36px; } }

/*====================================================
		下層 共通 製品のビジュアル
====================================================*/
#dir_img {
  position: relative;
  height: 188px;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/corporate/index_dir_bg01.jpg"); }

#dir_img .dir_ttl {
  text-align: center;
  position: relative;
  top: 50%;
  margin: auto;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  #dir_img {
    height: 122px; }
  #dir_img .dir_ttl {
    font-size: 24px; } }

/*====================================================
		下層 共通 ナビゲーション1
====================================================*/
#udnav {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  height: 70px;
  width: 100%;
  min-width: 1280px;
  color: #ffffff;
  background-color: #666666;
  z-index: 9996; }

#udnav.is-fixed {
  position: fixed;
  -webkit-animation: udnav-fixed 400ms ease 600ms both;
  animation: udnav-fixed 400ms ease 600ms both; }

#udnav a {
  color: #ffffff; }

#udnav .udnav_in {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1460px; }

#udnav .udnav_in .udnav_logo {
  height: 70px; }

#udnav .udnav_in .udnav_logo a {
  display: inline-block;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s; }

#udnav .udnav_in .udnav_logo a:hover {
  opacity: 0.7; }

#udnav .udnav_in .udnav_logo img, #udnav .udnav_in .udnav_logo span {
  display: inline-block;
  position: relative;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#udnav .udnav_in ul {
  float: right;
  margin-right: -20px; }

#udnav .udnav_in ul li {
  position: relative;
  float: left; }

#udnav .udnav_in ul li:not(:last-child) {
  margin-right: 2px; }

#udnav .udnav_in ul li a {
  display: block;
  padding: 25px 50px 25px 20px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg") no-repeat right 20px center;
  background-size: 13px 15px; }

#udnav .udnav_in ul li.current a:before, #udnav .udnav_in ul li a:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #af207f; }

@-webkit-keyframes udnav-fixed {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes udnav-fixed {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 769px) {
  #udnav .udnav_in .udnav_logo {
    float: left; } }

@media screen and (max-width: 1480px) {
  #udnav .udnav_in ul li a {
    padding-right: 45px; } }

@media screen and (max-width: 1320px) {
  #udnav .udnav_in ul li a {
    padding-right: 43px; } }

@media screen and (max-width: 1279px) {
  #udnav .udnav_in ul {
    display: none; }
  #gnav_sp #udnav {
    position: relative;
    top: 0;
    height: auto; }
  #gnav_sp #udnav .udnav_in {
    padding: 0; }
  #gnav_sp #udnav .udnav_in .udnav_logo {
    text-align: center;
    float: none;
    margin: auto;
    height: 70px; }
  #gnav_sp #udnav .udnav_in ul {
    display: block;
    float: none;
    padding-bottom: 25px;
    margin: 0; }
  #gnav_sp #udnav .udnav_in ul li {
    margin: 0;
    width: 50%; }
  #gnav_sp #udnav .udnav_in ul li:nth-child(odd) {
    clear: both; }
  #gnav_sp #udnav .udnav_in ul li:nth-child(n+3) {
    margin-top: 10px; }
  #gnav_sp #udnav .udnav_in ul li a {
    padding: 12px 30px 12px 15px;
    background-position: right 12px center; }
  #gnav_sp #udnav .udnav_in ul li.current a:before, #gnav_sp #udnav .udnav_in ul li a:hover:before {
    display: none; } }

@media screen and (max-width: 768px) {
  #udnav {
    position: absolute;
    top: -48px;
    height: 48px;
    min-width: 320px; }
  #udnav.is-fixed {
    position: absolute; }
  #udnav .udnav_in {
    padding: 0 15px; }
  #udnav .udnav_in .udnav_logo {
    text-align: center;
    margin: auto;
    height: 48px; }
  #udnav .udnav_in .udnav_logo span {
    font-size: 18px; }
  #udnav .udnav_in .udnav_logo img {
    max-height: 38px; }
  #gnav_sp #udnav .udnav_in .udnav_logo {
    height: 48px; }
  #gnav_sp #udnav .udnav_in ul li a {
    background-size: 10px 11px; } }

@media screen and (max-width: 640px) {
  #udnav {
    position: absolute;
    top: -44px;
    height: 44px; }
  #udnav .udnav_in .udnav_logo {
    height: 44px; }
  #udnav .udnav_in .udnav_logo span {
    font-size: 17px; }
  #gnav_sp #udnav .udnav_in .udnav_logo {
    height: 44px; } }

/*====================================================
		業務サービス ナビゲーション1
====================================================*/
.service #udnav .udnav_in .udnav_logo {
  width: auto; }

.service #udnav .udnav_in .udnav_logo img {
  height: 40px; }

@media screen and (max-width: 768px) {
  /*.service #udnav .udnav_in .udnav_logo { width:124px;}*/
  .service #udnav .udnav_in .udnav_logo img {
    width: 124px;
    height: auto; } }

/*====================================================
		下層 共通 ナビゲーション2
====================================================*/
#sbnav {
  padding: 70px 30px 0;
  margin: 0 auto;
  max-width: 1060px; }

#sbnav ul li {
  float: left;
  border-right: 2px solid #ffffff; }

#sbnav ul li a {
  display: block;
  padding: 0 20px;
  height: 90px;
  color: #111111;
  background-color: #eeeeee; }

#sbnav ul li a span {
  display: block;
  position: relative;
  top: 50%;
  padding-right: 20px;
  line-height: 2;
  background: url(//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_pk_ic01.svg) no-repeat 100% 50%;
  background-size: 13px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#sbnav ul li.current a, #sbnav ul li a:hover {
  color: #ffffff;
  background-color: #af207f; }

#sbnav ul li.current a span, #sbnav ul li a:hover span {
  background-image: url(//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg); }

@media screen and (min-width: 1025px) {
  #sbnav .col_3 li {
    width: 33.3%; }
  #sbnav .col_4 li {
    width: 25%; }
  #sbnav .col_5 li {
    width: 20%; }
  #sbnav .col_6 li {
    width: 16.6%; } }

@media screen and (max-width: 1024px) {
  #sbnav ul li {
    width: 33.3%;
    border-bottom: 2px solid #ffffff; }
  #sbnav ul li a {
    height: 60px; }
  #sbnav ul li a span {
    line-height: 1.5; }
  #sbnav ul li a span br {
    display: none; } }

@media screen and (max-width: 768px) {
  #sbnav {
    padding: 42px 15px 0; }
  #sbnav ul li a {
    padding: 0 12px; }
  #sbnav ul li a span {
    padding-right: 18px;
    background-size: 10px 11px; } }

@media screen and (max-width: 600px) {
  #sbnav ul li {
    width: 50%; } }

/*====================================================
		下層 共通 見出し
====================================================*/
.con_sec .sec_head {
  position: relative;
  text-align: center;
  padding-bottom: 70px;
  margin-bottom: 128px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75; }

.con_sec .sec_head:after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  height: 58px;
  width: 100%;
  background: url(//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_sec_head_bg01.png) no-repeat 50% 0%; }

.con_sec .sec_head em {
  color: #af207f; }

/*
 背景がグレー時の要素
----------------------------------------------------*/
.con_sec-gy .sec_head em {
  color: #633b93; }

@media screen and (max-width: 768px) {
  .con_sec .sec_head {
    padding-bottom: 42px;
    margin-bottom: 100px;
    font-size: 22px; } }

/*====================================================
    奉行シリーズ 共通 上層ナビゲーション
====================================================*/
#udnav .udnav_in .udnav_logo {
  width: 124px; }

#dir_img {
  height: auto;
  padding: 33px 0; }

#dir_img .dir_img_in {
  display: table;
  width: 1060px;
  margin: auto;
  padding: 0 30px;
  table-layout: fixed;
  position: relative; }

#dir_img .dir_img_in > .notice {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: -22px; }

#dir_img .lead {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28;
  color: #fff; }

#dir_img .ttl {
  max-width: 356px;
  height: 100px;
  margin-bottom: 30px; }

#dir_img .row:after {
  content: "";
  display: block;
  clear: both; }

#dir_img .dir_blk_list {
  float: right;
  width: 478px;
  margin-bottom: 25px; }

#dir_img .dir_blk_list:after {
  content: "";
  display: block;
  clear: both; }

#dir_img .dir_blk_list li {
  float: left;
  width: 230px;
  padding: 25px 10px;
  background: #fff;
  box-shadow: 7px 3px 10px #782f62;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  position: relative; }

#dir_img .dir_blk_list li:nth-child(odd) {
  margin-right: 18px; }

#dir_img .dir_blk_list li:nth-child(n+3) {
  margin-top: 16px; }

#dir_img .dir_blk_list li .mr5 {
  margin-right: 5px; }

#dir_img .dir_blk_list li .small {
  font-size: 26px;
  font-size: 1.625rem; }

#dir_img .dir_blk_list li .big {
  font-size: 32px;
  font-size: 2rem;
  position: relative; }

#dir_img .dir_blk_list li sup {
  font-size: 12px;
  font-size: 0.75rem;
  top: -1.2em; }

#dir_img .dir_blk_list li sup.other01 {
  position: absolute;
  right: -1em;
  top: 0; }

#dir_img .dir_blk_list li .color {
  color: #a31574; }

#dir_img .dir_blk_list li .notice {
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  right: 18px;
  bottom: 8px; }

#dir_img .inline_list {
  text-align: right;
  font-size: 0; }

#dir_img .inline_list li {
  display: inline-block;
  font-size: 1em; }

#dir_img .inline_list li:not(:first-child) {
  margin-left: 15px; }

#dir_img .col_2 {
  display: table-cell;
  width: 50%;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  #dir_img {
    height: auto;
    padding: 0; }
  #dir_img .dir_img_in {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 25px 15px 12px; }
  #dir_img .dir_img_in > .notice {
    margin-top: 17px;
    text-align: center;
    font-size: 10px;
    font-size: 0.71429rem;
    position: static; }
  #dir_img .lead {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 1.42857rem; }
  #dir_img .ttl {
    max-width: 267px;
    height: 76px;
    margin: 0 auto 25px; }
  #dir_img .dir_blk_list {
    float: right;
    width: 100%; }
  #dir_img .dir_blk_list li {
    float: left;
    width: 48%;
    padding: 20px 5px;
    box-shadow: 7px 3px 10px #782f62;
    font-size: 13px;
    font-size: 0.92857rem; }
  #dir_img .dir_blk_list li:nth-child(odd) {
    margin-right: 4%; }
  #dir_img .dir_blk_list li:nth-child(n+3) {
    margin-top: 4%; }
  #dir_img .dir_blk_list li .small {
    font-size: 18px;
    font-size: 1.28571rem; }
  #dir_img .dir_blk_list li .big {
    font-size: 22px;
    font-size: 1.57143rem; }
  #dir_img .dir_blk_list li sup {
    font-size: 10px;
    font-size: 0.71429rem;
    top: -1.2em; }
  #dir_img .dir_blk_list li sup.other01 {
    right: -1.5em; }
  #dir_img .dir_blk_list li .notice {
    font-size: 10px;
    font-size: 0.71429rem;
    right: 12px;
    bottom: 6px; }
  #dir_img .inline_list {
    text-align: center; }
  #dir_img .inline_list li:not(:first-child) {
    margin-left: 10px; }
  #dir_img .col_2 {
    display: block;
    width: 100%; }
  #dir_img .col_2 + .col_2 {
    margin-top: 25px; } }

#dir_img.dir_img02 .dir_img_in {
  position: relative; }

#dir_img.dir_img02 .dir_img_in .col_2:nth-child(2) {
  padding-bottom: 15px;
  vertical-align: bottom; }

@media screen and (max-width: 768px) {
  #dir_img.dir_img02 .dir_img_in .col_2:nth-child(2) {
    padding-bottom: 0; } }

.dir_img_bottom .dir_blk_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.dir_img_bottom .dir_blk_list:after {
  content: "";
  display: block;
  clear: both; }

.dir_img_bottom .dir_blk_list li {
  width: 240px;
  padding: 25px 10px;
  background: #fff;
  box-shadow: 0px 2px 10px #aaa;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  position: relative; }

.dir_img_bottom .dir_blk_list li:not(:last-child) {
  margin-right: 18px; }

.dir_img_bottom .dir_blk_list li .mr5 {
  margin-right: 5px; }

.dir_img_bottom .dir_blk_list li .small {
  font-size: 26px;
  font-size: 1.625rem; }

.dir_img_bottom .dir_blk_list li .big {
  font-size: 32px;
  font-size: 2rem;
  position: relative; }

.dir_img_bottom .dir_blk_list li sup {
  font-size: 12px;
  font-size: 0.75rem;
  top: -1.2em; }

.dir_img_bottom .dir_blk_list li sup.other01 {
  position: absolute;
  right: -1em;
  top: 0; }

.dir_img_bottom .dir_blk_list li .color {
  color: #a31574; }

.dir_img_bottom .dir_blk_list li .notice {
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  right: 18px;
  bottom: 8px; }

@media screen and (max-width: 768px) {
  .dir_img_bottom .dir_blk_list {
    display: block;
    margin: 20px auto;
    padding: 0 15px; }
  .dir_img_bottom .dir_blk_list li {
    float: left;
    width: 48%;
    padding: 20px 5px;
    font-size: 13px;
    font-size: 0.92857rem; }
  .dir_img_bottom .dir_blk_list li:not(:last-child) {
    margin-right: 0; }
  .dir_img_bottom .dir_blk_list li:nth-child(odd) {
    margin-right: 4%; }
  .dir_img_bottom .dir_blk_list li:nth-child(n+3) {
    margin-top: 4%; }
  .dir_img_bottom .dir_blk_list li .small {
    font-size: 18px;
    font-size: 1.28571rem; }
  .dir_img_bottom .dir_blk_list li .big {
    font-size: 22px;
    font-size: 1.57143rem; }
  .dir_img_bottom .dir_blk_list li sup {
    font-size: 10px;
    font-size: 0.71429rem;
    top: -1.2em; }
  .dir_img_bottom .dir_blk_list li sup.other01 {
    right: -1.5em; }
  .dir_img_bottom .dir_blk_list li .notice {
    font-size: 10px;
    font-size: 0.71429rem;
    right: 12px;
    bottom: 6px; } }

/* ----------------

トップページ改正対応の追加

---------------- */
#bugyo_kura.bugyo_top #dir_img.dir_img02,
#bugyo_akinai.bugyo_top #dir_img.dir_img02 {
  height: auto;
  padding: 40px 0; }

@media screen and (max-width: 768px) {
  #bugyo_kura.bugyo_top #dir_img.dir_img02,
  #bugyo_akinai.bugyo_top #dir_img.dir_img02 {
    padding: 0; } }

.bugyo_top #dir_img.dir_img02 ul {
  right: 40px;
  bottom: -10px; }

@media screen and (max-width: 768px) {
  .bugyo_top #dir_img.dir_img02 .dir_img_in {
    padding-bottom: 20px; }

  .bugyo_top #dir_img.dir_img02 ul {
    position: static;
    text-align: center; }
  .bugyo_top #dir_img.dir_img02 ul li {
    display: inline-block;
    float: none; }
  .bugyo_top #dir_img.dir_img02 ul li img {
    width: auto;
    height: auto; } }

.dir_img_in {
  position: relative; }

.dir_img_in .dir_lead {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.6;
  color: #fff; }

.dir_img_in .dir_logo {
  max-width: 356px; }

.dir_img_in .btn_revision {
  display: block;
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s; }

.dir_img_in .btn_revision:hover {
  opacity: 0.8; }

@media screen and (max-width: 768px) {
  .dir_img_in .dir_lead {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center; }
  .dir_img_in .dir_logo {
    max-width: 267px;
    margin: 0 auto 25px; }
  .dir_img_in .btn_revision {
    display: block;
    width: auto;
    max-width: 100px;
    height: auto;
    margin: 15px auto;
    text-align: center;
    position: static; } }

.con_sec .sec_head {
  padding-bottom: 0;
  margin-bottom: 80px; }

.con_sec .sec_head:after {
  display: none; }

.con_sec .stnlink_btn {
  max-width: 316px; }

@media screen and (max-width: 768px) {
  .con_sec .sec_head {
    margin-bottom: 48px;
    line-height: 1.5; }
  .con_sec .sec_head + p {
    line-height: 1.6; } }

.shadow_btn {
  display: block;
  width: 340px;
  padding: 25px 55px;
  background: #f18101;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 6px 0 #773761;
  position: relative;
  top: 0;
  transition: all 0.1s; }

.shadow_btn:after {
  content: "";
  display: block;
  margin: auto;
  width: 35px;
  height: 35px;
  background: #fff url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/com_bdnext_or_ic01.svg") no-repeat 57% 50%;
  border-radius: 35px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0; }

.shadow_btn:hover {
  top: 6px;
  box-shadow: 0 0 0 #773761; }

@media screen and (max-width: 768px) {
  .shadow_btn {
    width: 250px;
    margin: 0 auto;
    padding: 16px 40px;
    font-size: 16px;
    font-size: 1.14286rem;
    box-shadow: 0 4px 0 #773761;
    top: 0; }
  .shadow_btn:after {
    width: 26px;
    height: 26px;
    background: #fff url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/com_bdnext_or_ic01.svg") no-repeat 57% 50%/11px auto;
    right: 15px;
    top: 0;
    bottom: 0; }
  .shadow_btn:hover {
    top: 4px; } }

#reason {
  padding: 100px 0; }

#reason .sec_lead {
  margin-bottom: 70px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center; }

#reason .figure_left {
  margin-bottom: 25px; }

#reason .figure_left:after {
  content: "";
  display: block;
  clear: both; }

#reason .figure_left:not(:first-of-type) {
  margin-top: 100px; }

#reason .figure_left figure {
  float: left;
  margin-right: 20px; }

#reason .figure_left .detail {
  overflow: hidden;
  position: relative;
  top: -5px; }

#reason .figure_left .sub {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 20px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem; }

#bugyo_kanjo #reason .figure_left .sub {
  background: #af207f; }

#reason .figure_left .ttl {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 41px;
  font-size: 2.5625rem; }

#bugyo_kanjo #reason .figure_left .ttl {
  color: #af207f; }

#reason .figure_left .txt {
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem; }

#reason .row:after {
  content: "";
  display: block;
  clear: both; }

#reason .col_3 {
  float: left;
  width: 306px; }

#reason .col_3:nth-child(n+4) {
  margin-top: 41px; }

#reason .col_3:not(:nth-child(3n)) {
  margin-right: 41px; }

#reason .blk_box {
  border: 3px solid #ddd; }

#reason .blk_box dt {
  display: block;
  padding: 12px 5px;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 24px;
  font-size: 1.5rem;
  background: #ddd; }

#reason .blk_box dd {
  padding: 25px 23px;
  line-height: 1.5; }

#reason .button {
  position: relative; }

#reason .button a {
  display: block;
  width: 100%;
  padding: 15px 35px;
  background: #af207f;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0; }

#reason .button a:after {
  content: "";
  width: 14px;
  height: 17px;
  margin: auto;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg") no-repeat 0 0/cover;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0; }

@media screen and (max-width: 768px) {
  #reason {
    padding: 40px 0; }
  #reason .sec_lead {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 22px;
    font-size: 1.57143rem; }
  #reason .figure_left {
    margin-bottom: 20px; }
  #reason .figure_left:not(:first-of-type) {
    margin-top: 50px; }
  #reason .figure_left figure {
    margin-right: 25px;
    margin-bottom: 20px; }
  #reason .figure_left .detail {
    overflow: visible; }
  #reason .figure_left .sub {
    font-size: 14px;
    font-size: 1rem; }
  #reason .figure_left .ttl {
    margin-bottom: 20px;
    letter-spacing: -0.07em;
    font-size: 28px;
    font-size: 2rem; }
  #reason .figure_left .txt {
    clear: both;
    display: block;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1rem; }
  #reason .col_3 {
    width: 48%; }
  #reason .col_3:nth-child(n+3) {
    margin-top: 4%; }
  #reason .col_3:not(:nth-child(3n)) {
    margin-right: auto; }
  #reason .col_3:not(:nth-child(2n)) {
    margin-right: 4%; }
  #reason .blk_box {
    border: 2px solid #ddd; }
  #reason .blk_box dt {
    display: block;
    padding: 8px 5px 10px;
    letter-spacing: -0.02em;
    line-height: 1.26;
    font-size: 15px;
    font-size: 1.07143rem; }
  #reason .blk_box dd {
    padding: 10px;
    font-size: 13px;
    font-size: 0.92857rem; }
  #reason .button {
    position: relative; }
  #reason .button a {
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-size: 13px;
    font-size: 0.92857rem; }
  #reason .button a:after {
    content: "";
    width: 9px;
    height: 10px;
    background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg") no-repeat 0 0/contain;
    right: 10px; } }

#revision .sec_head {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  #revision .sec_head {
    margin-bottom: 30px; } }

#revision .col_03 dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #009140; }

#bugyo_kura #revision .col_03 dt {
  color: #5cb030; }

.kanjo #revision .col_03 dt,
#bugyo_kanjo #revision .col_03 dt {
  color: #af1980; }

#revision .col_03 dt span {
  width: 100%; }

#revision .col_03 dd {
  line-height: 1.5; }

#revision .col_03 dd figure {
  height: 145px;
  margin-bottom: 20px;
  text-align: center; }

#revision .col_03 dd .ttl {
  font-size: 18px;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  #revision .col_03:nth-child(n+2) {
    margin-top: 30px; }
  #revision .col_03 dt {
    display: block;
    margin-bottom: 15px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px; }
  #revision .col_03 dd figure {
    height: auto; }
  #revision .col_03 dd .ttl {
    font-size: 14px; } }

#support {
  padding: 70px 0 60px; }

#support .sec_head {
  margin-bottom: 60px; }

#support .support_remote {
  margin-top: 20px;
  padding: 15px 20px;
  background: #fff; }

#support .support_remote .lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 40px; }

#support .support_remote figure {
  margin-bottom: 30px;
  text-align: center; }

#support .support_remote p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }

#support .support_remote p img {
  margin-left: 20px;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  #support {
    padding: 50px 0 40px; }
  #support .sec_head {
    margin-bottom: 25px; }
  #support .support_remote {
    margin-top: 30px;
    padding: 15px 20px; }
  #support .support_remote .lead {
    margin-bottom: 17px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1rem; }
  #support .support_remote figure {
    max-width: 80%;
    margin: 0 auto 25px; }
  #support .support_remote p {
    text-align: center;
    font-size: 12px;
    font-size: 0.85714rem; }
  #support .support_remote p img {
    display: block;
    margin-top: 12px;
    margin-left: 0; } }

#voice {
  overflow: hidden; }

#voice .sec_in {
  position: relative; }

#voice .sec_in:after {
  content: "";
  display: block;
  width: 200vw;
  height: 2px;
  background: #e1e4e4;
  position: absolute;
  left: -50vw;
  bottom: -45px; }

#voice .con_row {
  margin-bottom: 45px;
  padding-top: 40px;
  position: relative; }

#voice .con_row:before {
  content: "";
  display: block;
  width: 200vw;
  height: 2px;
  background: #e1e4e4;
  position: absolute;
  left: -50vw;
  top: 0; }

#voice .row_l {
  float: left;
  width: 175px; }

#voice .row_l figure {
  margin-bottom: 15px;
  text-align: center; }

#voice .row_l figure figcaption {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem; }

#voice .row_r {
  float: right;
  width: calc(100% - 250px); }

#voice .ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25; }

#bugyo_kanjo #voice .ttl em {
  color: #a31574; }

#voice .detail {
  margin-top: 20px;
  border-top: 1px solid #999;
  padding-top: 15px; }

#voice .detail dl {
  display: inline-block; }

#voice .detail dl:after {
  content: "";
  display: block;
  clear: both; }

#voice .detail dl:not(:last-child) {
  margin-right: 30px; }

#voice .detail dl dt {
  float: left;
  display: inline-block;
  width: 110px;
  margin-right: 15px;
  padding: 5px 10px;
  background: #999;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff; }

#voice .detail dl dd {
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem; }

#voice .pdflink_btn {
  width: 100%;
  padding: 0;
  text-align: center;
  background: #eee; }

#voice .pdflink_btn span {
  font-size: 11px;
  font-size: 0.6875rem;
  background-size: 20px auto;
  background-position: 12px 50%; }

#voice .pdflink_btn span:after {
  width: 9px;
  height: 10px;
  right: 10px; }

#voice .stnlink_btn {
  margin: auto;
  background: #633b93; }

#voice .con_sec-gy .ttl:after {
  background-color: #a31574; }

#voice .con_sec-gy .bdblk .blkttl {
  color: #a31574; }

@media screen and (max-width: 768px) {
  #voice .sec_in:after {
    width: 110%;
    height: 1px;
    left: -15px;
    bottom: -45px; }
  #voice .con_row {
    margin-bottom: 50px;
    padding-top: 25px; }
  #voice .con_row:before {
    width: 110%;
    height: 1px;
    left: -15px; }
  #voice .con_row.pdf {
    padding-bottom: 60px; }
  #voice .row_l {
    float: none;
    width: 100%; }
  #voice .row_l figure {
    margin-bottom: 20px; }
  #voice .row_l figure figcaption {
    margin-top: 12px;
    font-size: 13px;
    font-size: 0.92857rem; }
  #voice .row_r {
    float: none;
    width: 100%; }
  #voice .ttl {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 1.4; }
  #voice .ttl + p {
    line-height: 1.4; }
  #voice .detail {
    margin-top: 35px;
    border-top: 1px solid #999;
    padding-top: 20px; }
  #voice .detail dl {
    display: block; }
  #voice .detail dl:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px; }
  #voice .detail dl dt {
    display: inline-block;
    font-size: 12px;
    font-size: 0.85714rem; }
  #voice .detail dl dd {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.6; }
  #voice .pdflink_btn {
    position: absolute;
    left: 0;
    bottom: 0; }
  #voice .pdflink_btn span {
    font-size: 13px;
    font-size: 0.92857rem;
    background-size: 16px auto;
    background-position: 0 50%; }
  #voice .pdflink_btn span:after {
    width: 9px;
    height: 10px;
    right: 0; }
  #voice .stnlink_btn {
    margin: auto;
    background: #633b93; }
  #voice .con_sec-gy .ttl:after {
    background-color: #a31574; }
  #voice .con_sec-gy .bdblk .blkttl {
    color: #a31574; }
  #voice.pdf {
    padding-bottom: 60px; } }

#price {
  padding: 100px 0; }

#price .bdbox {
  margin: 50px auto 40px;
  padding: 60px 32px 35px;
  border: 8px solid #c9c9c9;
  background: #fff; }

#price .bdbox .Voucher_storage{
  margin: 60px auto;
}

#price .bdbox .Voucher_storage em{
  font-weight: bold;
}
#price .bdbox .Voucher_storage .vs_box .ttl{
  margin: 40px auto;
}

#price .bdbox .Voucher_storage .vs_box .ttl em{
  font-size: 32px;
  font-size: 2rem;
}


#price .bdbox .Voucher_storage.kanjo em{
  color: #a31574;
}

#price .shadow_btn {
  width: 620px;
  margin: 30px auto 0;
  padding: 20px 55px;
  box-shadow: 0 6px 0 #bbb; }

#price .shadow_btn:after {
  right: 30px; }

#price .shadow_btn:hover {
  box-shadow: 0 0 0 #bbb; }

#price .row:after {
  content: "";
  display: block;
  clear: both; }

#price .col_2 {
  float: left;
  width: 50%; }

#price .col_2:first-child {
  padding-right: 3.4785%;
  border-right: 1px solid #999; }

#price .col_2:nth-child(2) {
  padding-left: 3.4785%; }

#price .bd_head {
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 4px solid #a31574;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem; }

#price .bd_head em {
  margin-left: 35px;
  color: #a31574; }

#price .price {
  display: table;
  width: 100%;
  margin-bottom: 35px; }

#price .price p {
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold; }

#price .price em {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #a31574; }

#price .price .big {
  display: table-cell;
  font-size: 33px;
  font-size: 2.0625rem;
  vertical-align: middle; }

#price .price .big em {
  font-size: 48px;
  font-size: 3rem; }

#price .option:after {
  content: "";
  display: block;
  clear: both; }

#price .option dt {
  float: left;
  display: inline-block;
  width: 110px;
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 30px;
  border: 2px solid #999;
  text-align: center;
  color: #999;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem; }

#price .option dd {
  font-weight: 600;
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem; }

#price .notice {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem; }

#price .conversion_lead {
  margin: 40px auto 25px;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600; }

#price .conversion_list {
  text-align: center; }

#price .conversion_list li {
  display: inline-block;
  width: 30.6%;
  margin: 0 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: middle; }

#price .conversion_list li a {
  display: block;
  padding: 0 30px;
  color: #ffffff;
  background-color: #1c2c45; }

#price .conversion_list li a span {
  display: inline-block;
  position: relative;
  padding: 30px 30px 30px 50px;
  background: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic01.png?t=1516342342322") no-repeat 0 50%;
  background-size: 36px;
  line-height: 1.2;
  text-align: left; }

#price .conversion_list li a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 13px;
  background: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg?t=1516342342322") no-repeat;
  background-size: contain; }

#price .conversion_list li:nth-child(1) a span {
  background-image: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic02.png?t=1516342342322"); }

#price .conversion_list li:nth-child(2) a span {
/*   padding: 21px 30px 21px 50px; */
  background-image: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic03.png?t=1516342342322"); }

@media screen and (max-width: 768px) {
  #price {
    padding: 50px 0 40px; }
  #price .sec_head {
    margin-bottom: 25px; }
  #price .bdbox {
    margin: 25px auto;
    padding: 25px 22px;
    border: 3px solid #c9c9c9; }
  #price .shadow_btn {
    width: 100%;
    margin: 30px auto 0;
    padding: 10px 40px 10px 20px;
    box-shadow: 0 3px 0 #bbb;
    font-size: 15px;
    font-size: 1.07143rem; }
  #price .shadow_btn:after {
    width: 26px;
    height: 26px;
    right: 15px; }
  #price .shadow_btn:hover {
    top: 3px;
    box-shadow: 0 0 0 #bbb; }
  #price .col_2 {
    float: none;
    width: 100%;
    margin-bottom: 35px; }
  #price .col_2:first-child {
    padding-right: 0;
    border-right: none; }
  #price .col_2:nth-child(2) {
    padding-left: 0; }
  #price .bd_head {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #a31574;
    font-size: 19px;
    font-size: 1.35714rem; }
  #price .bd_head em {
    margin-left: 20px; }
  #price .price {
    display: block;
    margin-bottom: 15px; }
  #price .price img {
    width: 30%;
    margin-right: 5%;
    vertical-align: sub; }
  #price .price p {
    font-size: 17px;
    font-size: 1.21429rem; }
  #price .price em {
    font-size: 25px;
    font-size: 1.78571rem; }
  #price .price .big {
    font-size: 22px;
    font-size: 1.57143rem; }
  #price .price .big em {
    font-size: 30px;
    font-size: 2.14286rem; }
  #price .option dd {
    font-size: 19px;
    font-size: 1.35714rem; }
  #price .notice {
    font-size: 12px;
    font-size: 0.85714rem; }
  #price .conversion_lead {
    margin: 25px auto 15px;
    font-size: 16px;
    font-size: 1.14286rem; }
  #price .conversion_list {
    text-align: center; }
  #price .conversion_list li {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1rem; }
  #price .conversion_list li:not(:last-child) {
    margin-bottom: 17px; }
  #price .conversion_list li a {
    display: block;
    padding: 0; }
  #price .conversion_list li a br {
    display: none; }
  #price .conversion_list li a span {
    display: inline-block;
    padding: 18px 30px 18px 30px;
    background: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic01.png?t=1516342342322") no-repeat 0 50%;
    background-size: 15px auto; }
  #price .conversion_list li a span:after {
    width: 10px;
    height: 11px;
    background-size: contain; }
  #price .conversion_list li:nth-child(1) a span {
    background-image: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic02.png?t=1516342342322"); }
  #price .conversion_list li:nth-child(2) a span {
/*     padding: 18px 30px 18px 30px; */
    background-image: url("https://cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/consultation_finav_ic03.png?t=1516342342322"); } }

#comparison {
  padding: 85px 0; }

#comparison .sec_head {
  margin-bottom: 50px; }

#comparison .sec_head + p {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  #comparison {
    padding: 50px 0 40px; }
  #comparison .sec_head {
    margin-bottom: 40px; }
  #comparison .sec_head + p {
    margin-bottom: 30px; } }

#lineup .sec_head {
  margin-bottom: 50px;
  padding-bottom: 0; }

#lineup .sec_head:after {
  display: none; }

#lineup .ttl {
  margin-bottom: 55px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600; }

#lineup.con_sec .con_row {
  margin-bottom: 0; }

#lineup ul {
  margin: 0 -50px;
  text-align: left; }

#lineup ul:after {
  content: "";
  display: block;
  clear: both; }

#lineup ul dl dt {
  margin-bottom: 14px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6; }

#lineup ul li {
  float: left;
  padding: 0 50px; }

#lineup ul li a {
  display: inline-block;
  padding-right: 40px;
  font-weight: 600;
  position: relative;
  transition: opacity 0.3s; }

#lineup ul li a:hover {
  opacity: .7; }

#lineup ul li a:after {
  content: "";
  margin: auto;
  width: 19px;
  height: 20px;
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/common/com_bdnext_wh_ic01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

#lineup ul li.kanjo a {
  color: #af1980; }

#lineup ul li.kanjo a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic02.svg"); }

#lineup ul li.kanjo-kobetsu a {
  color: #e83436; }

#lineup ul li.kanjo-kobetsu a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo-kobetsu/kanjo-kobetsu_bdnext_ic02.svg"); }

#lineup ul li.kanjo-kensetsu a {
  color: #704025; }

#lineup ul li.kanjo-kensetsu a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo-kensetsu/kanjo-kensetsu_bdnext_ic01.svg"); }

#lineup ul li.syokyaku a {
  color: #5c2977; }

#lineup ul li.syokyaku a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/syokyaku/syokyaku_bdnext_ic02.svg"); }

#lineup ul li.shinkoku-hc a {
  color: #e16806; }

#lineup ul li.shinkoku-hc a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/shinkoku-hc/shinkoku-hc_bdnext_ic02.svg"); }

#lineup ul li.shinkoku-ug a {
  color: #e76088; }

#lineup ul li.shinkoku-ug a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/shinkoku-ug/shinkoku-ug_bdnext_ic02.svg"); }

#lineup ul li.jcloud a {
  color: #01A9E4; }

#lineup ul li.jcloud a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-j/jcloud/jcloud_bdnext_ic01.svg"); }

#lineup ul li.jinji a {
  color: #00a8b7; }

#lineup ul li.jinji a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/jinji/jinji_bdnext_ic02.svg"); }

#lineup ul li.kyuyo a {
  color: #0075c1; }

#lineup ul li.kyuyo a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kyuyo/kyuyo_bdnext_ic02.svg"); }

#lineup ul li.shugyo a {
  color: #00438b; }

#lineup ul li.shugyo a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/shugyo/shugyo_bdnext_ic02.svg"); }

#lineup ul li.houteichosyo a {
  color: #009dd3; }

#lineup ul li.houteichosyo a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/houteichosyo/houteichosyo_bdnext_ic02.svg"); }

#lineup ul li.kyuyo-j a {
  color: #414F98; }

#lineup ul li.kyuyo-j a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-j/kyuyo-j/kyuyo-j_bdnext_ic01.svg"); }

#lineup ul li.akinai a {
  color: #009140; }

#lineup ul li.akinai a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/akinai/akinai_bdnext_ic02.svg"); }

#lineup ul li.kura a {
  color: #5cb030; }

#lineup ul li.kura a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kura/kura_bdnext_ic02.svg"); }

#lineup ul li.akinai-j a {
  color: #636533; }

#lineup ul li.akinai-j a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-j/akinai-j/akinai-j_bdnext_ic01.svg"); }

#lineup ul li.kura-j a {
  color: #903A29; }

#lineup ul li.kura-j a:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-j/kura-j/kura-j_bdnext_ic01.svg"); }

#lineup ul.column02 li {
  width: 50%; }

#lineup ul.column02 li:nth-child(n+3) {
  margin-top: 40px; }

#lineup ul.column02 li:nth-child(2n+1) {
  clear: both; }

@media screen and (max-width: 768px) {
  #lineup .sec_head {
    margin-bottom: 36px; }
  #lineup .ttl {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.28571rem; }
  #lineup ul {
    margin: 0 -4%;
    padding: 0 20px; }
  #lineup ul dl dt {
    font-size: 16px;
    font-size: 1.14286rem; }
  #lineup ul li {
    padding: 0 2%; }
  #lineup ul li a {
    padding-right: 30px; }
  #lineup ul li a:after {
    width: 12px;
    height: 13px; }
  #lineup ul.column02 li {
    width: 50%; }
  #lineup ul.column02 li:nth-child(n+3) {
    margin-top: 32px; }
  #lineup ul.column02 li:nth-child(2n+1) {
    clear: both; } }

@media screen and (max-width: 600px) {
  #lineup ul {
    margin: 0 auto;
    padding: 0; }
  #lineup ul dl dt {
    margin-bottom: 6px; }
  #lineup ul li {
    float: none;
    padding: 0; }
  #lineup ul.column02 li {
    width: 100%; }
  #lineup ul.column02 li:nth-child(n+2) {
    margin-top: 24px; } }

/*====================================================


        非リンク設定


====================================================*/
.con_row .stnlink_btn.noLink span {
  padding-right: 0; }

.con_row .stnlink_btn.noLink span:after {
  display: none; }

.con_row .stnlink_btn.noLink:hover {
  opacity: 1 !important; }

/*====================================================


        勘定奉行用配色設定


====================================================*/
#bugyo_kanjo.bugyo_top #dir_img {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/index_dir_bg01.png"); }

@media screen and (max-width: 768px) {
  #bugyo_kanjo.bugyo_top #dir_img {
    background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/index_dir_bg01_sp.png");
    background-size: 768px auto;
    background-position: top center;
    background-color: #be67a1; } }

#bugyo_kanjo .con_sec .stnlink_btn {
  background-color: #af207f; }

#bugyo_kanjo .con_sec .con_row .stnlink_btn {
  background-color: #eee; }

#bugyo_kanjo .con_sec .sec_head em {
  color: #af207f; }

#bugyo_kanjo .con_sec .bdhead span {
  border-left-color: #af207f; }

#bugyo_kanjo .con_sec .txtlink {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic01.svg"); }

#bugyo_kanjo .con_sec-gy .stnlink_btn {
  background-color: #a31574; }

#bugyo_kanjo .con_sec-gy .con_row .stnlink_btn {
  background-color: #ffffff; }

#bugyo_kanjo .con_sec-gy .con_row .stnlink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic01.svg"); }

#bugyo_kanjo .con_sec-gy .con_row .pdflink_btn span {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_pdf_ic01.svg"); }

#bugyo_kanjo .con_sec-gy .con_row .pdflink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic01.svg"); }

#bugyo_kanjo .con_sec-gy .txtlink {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic02.svg"); }

#bugyo_kanjo .con_sec-gy .sec_head em {
  color: #a31574; }

#bugyo_kanjo .con_sec-gy .bdhead span {
  border-left-color: #a31574; }

#bugyo_kanjo .con_row .stnlink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic02.svg"); }

#bugyo_kanjo .con_row .pdflink_btn span {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_pdf_ic02.svg"); }

#bugyo_kanjo .con_row .pdflink_btn span:after {
  background-image: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo/kanjo/kanjo_bdnext_ic02.svg"); }

/* add kokan 190212 */
.tax_link {
  margin-top: 50px; }

.tax_link .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tax_link figure {
  margin-right: 30px; }

.tax_link .detail {
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.tax_link .desc {
  display: block;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3; }

.tax_link .button {
  display: inline-block;
  min-width: 300px;
  padding: 10px 25px;
  background: #ff6f00;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  position: relative;
  top: -4px;
  box-shadow: 0 4px 0 rgba(34, 34, 34, 0.3); }

.tax_link .button:after {
  content: "";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-cloud/com_arrow_circle_wh01.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0; }

.tax_link .button:hover {
  box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
  top: 0; }

.tax_link .button small {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2; }

@media screen and (max-width: 768px) {
  .tax_link {
    margin-top: 40px; }
  .tax_link .row {
    display: block; }
  .tax_link figure {
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 15px; }
  .tax_link .detail {
    display: block; }
  .tax_link .desc {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px; }
  .tax_link .button {
    display: inline-block;
    min-width: 280px;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 40px;
    top: -3px;
    box-shadow: 0 3px 0 rgba(34, 34, 34, 0.3); }
  .tax_link .button:after {
    width: 18px;
    height: 18px;
    right: 10px; }
  .tax_link .button small {
    margin-bottom: 5px;
    font-size: 11px; } }

/* add kokan 190212 */
.tax_link {
  margin-top: 50px; }

.tax_link .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tax_link figure {
  margin-right: 30px; }

.tax_link .detail {
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.tax_link .desc {
  display: block;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3; }

.tax_link .button {
  display: inline-block;
  min-width: 300px;
  padding: 10px 25px;
  background: #ff6f00;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  position: relative;
  top: -4px;
  box-shadow: 0 4px 0 rgba(34, 34, 34, 0.3); }

.tax_link .button:after {
  content: "";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("//cdn2.hubspot.net/hubfs/2684654/obc/assets/images/bugyo-cloud/com_arrow_circle_wh01.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0; }

.tax_link .button:hover {
  box-shadow: 0 0 0 rgba(34, 34, 34, 0.3);
  top: 0; }

.tax_link .button small {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2; }

@media screen and (max-width: 768px) {
  .tax_link {
    margin-top: 40px; }
  .tax_link .row {
    display: block; }
  .tax_link figure {
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 15px; }
  .tax_link .detail {
    display: block; }
  .tax_link .desc {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px; }
  .tax_link .button {
    display: inline-block;
    min-width: 280px;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 40px;
    top: -3px;
    box-shadow: 0 3px 0 rgba(34, 34, 34, 0.3); }
  .tax_link .button:after {
    width: 18px;
    height: 18px;
    right: 10px; }
  .tax_link .button small {
    margin-bottom: 5px;
    font-size: 11px; } }


/* add kokan 20200327 */
.bugyo_top #dir_img {
  color: #fff;
  height: 376px; }

.bugyo_top #dir_img .dir_ttl {
  max-width: 340px; }

.bugyo_top #dir_img ul {
  position: absolute;
  bottom: 30px;
  right: 40px; }

.bugyo_top #dir_img ul li {
  float: left;
  margin-left: 10px; }

.bugyo_top #dir_img.c-support_blk .c-support {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.bugyo_top #dir_img.c-support_blk .c-support ul{
    position: relative;
    right: 0;
    bottom: 20px;
  }
@media screen and (max-width: 768px) {
    .bugyo_top #dir_img.c-support_blk{
        padding: 20px 0 115px!important;
    }
    .bugyo_top #dir_img.c-support_blk .c-support {
        position: absolute;
        bottom: 30px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .bugyo_top #dir_img.c-support_blk .c-support ul {
        position: absolute;
        left: 50%;
        bottom: 80px;
        transform: translateX(-50%);
        right: auto;
    }
}

.bugyo_top #dir_img .dir_ttl {
  top: 44%; }

.bugyo_top #dir_img .bugyo_h1 {
  margin: auto;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 66%;
  left: 0;
  right: 0; }

@media screen and (max-width: 768px) {
  .bugyo_top #dir_img {
    height: 188px; }
  .bugyo_top #dir_img .dir_ttl {
    max-width: 170px; }
  .bugyo_top #dir_img ul {
    bottom: 10px;
    right: 15px; }
  .bugyo_top #dir_img ul li img {
    height: 32px;
    width: auto; }
  .bugyo_top #dir_img .dir_ttl {
    top: 30%;
    font-size: 24px; }
  .bugyo_top #dir_img .bugyo_h1 {
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.5;
    top: 50%; }
}