@charset "utf-8";
/* Base */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '' !important;
  }
  abbr[title]:after {
    content: '' !important;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
}

:target:before {
  height: 100px;
  margin: -100px 0 0;
  content: '';
  display: block;
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(/wp-content/themes/staticPress/fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
  src: url(/wp-content/themes/staticPress/fonts/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format('woff2'),
    url(/wp-content/themes/staticPress/fonts/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format('woff'),
    url(/wp-content/themes/staticPress/fonts/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format('truetype');
}

@font-face {
  font-family: icomoon;
  src: url('/wp-content/themes/staticPress/fonts/icomoon.eot');
  src: url('/wp-content/themes/staticPress/fonts/icomoon.eot') format('embedded-opentype'),
    url('/wp-content/themes/staticPress/fonts/icomoon.ttf') format('truetype'), url('/wp-content/themes/staticPress/fonts/icomoon.woff') format('woff'),
    url('/wp-content/themes/staticPress/fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* icomoon */
@font-face {
  font-family: icomoon;
  src: url('/wp-content/themes/staticPress/fonts/icomoon.eot');
  src: url('/wp-content/themes/staticPress/fonts/icomoon.eot') format('embedded-opentype'), url('/wp-content/themes/staticPress/fonts/icomoon.ttf') format('truetype'),
    url('/wp-content/themes/staticPress/fonts/icomoon.woff') format('woff'), url('/wp-content/themes/staticPress/fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
}

body {
  font-size: 14px;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, Arial, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.7em;
  font-weight: 500;
}
h1,
h2,
h3,
h4 {
  color: #333;
  line-height: 1.5em;
}

h1 {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 36px;
}
h2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
}
h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 36px;
}
h4 {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 20px;
}
p {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  margin-top: 16px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    margin-top: 30px;
  }
  h2 {
    font-size: 20px;
    margin-top: 40px;
  }
  h3 {
    margin-top: 32px;
  }
}

#copyright {
  letter-spacing: normal;
  font-size: 14px;
  margin-top: 0;
}

header,
nav {
  display: block;
}

ul,
ol,
strong,
em,
img {
  font-weight: normal;
  font-style: normal;
  list-style: none;
  border: 0;
  object-fit: cover;
}

a {
  background-color: transparent;
  color: #eb1e1e;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #3c3c3c;
}
a img {
  border: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

/* IE表示用のCSS　*/
input:-ms-input-placeholder,
:root {
  font-family: Meiryo, sans-serif;
}

.clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  line-height: 0;
}
.clearfix {
  zoom: 100%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* pagetop-button */
p.pagetop_02 {
  background: url(../img/btn/btn_pagetop.png) no-repeat scroll 0 0;
  bottom: 100px;
  height: 200px;
  position: fixed;
  right: 0;
  text-indent: -9999px;
  width: 59px;
  z-index: 9999;
}
@media (max-width: 767px) {
  p.pagetop_02 {
    background: url(../img/btn/btn_pagetop_sp.png) no-repeat scroll 0 0;
    bottom: 104px;
    height: 94px;
  }
}

/* header */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1030px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}

.header {
  padding: 14px 0 15px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .header {
    padding: 8px 0 4px;
  }
}
.header-desktop-fixed {
  background: #fff;
  display: block;
}

.header-desktop-fixed li {
  margin-left: 4px;
  display: inline-block;
}

.header-desktop-fixed i {
  font-size: 14px;
  margin-right: 8px;
}

.link-home {
  font-size: 18px;
  font-weight: 700;
}

.link-home:hover {
  color: #3c3c3c;
}

.logo-sp img {
  max-height: 32px;
}

.header-mobile {
  padding-top: 8px;
  padding-bottom: 4px;
  display: none;
}

.header-mobile-title {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 700;
  display: block;
}

.auth-link {
  padding: 6px 20px;
  display: block;
  font-weight: 700;
  height: 35px;
}
@media (max-width: 767px) {
  .auth-link {
    font-size: 12px;
  }
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 0;
}

.navbar-fixed-top {
  z-index: 5;
  top: 0;
  border-width: 0 0 1px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-6,
.col-xs-3,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-3,
.col-xs-9 {
  float: left;
}

.col-xs-9 {
  width: 75%;
}

.col-sm-6 {
  float: left;
  width: 50%;
}
header .col-sm-6 {
  width: 29%;
}
header .col-sm-6-s {
  width: 70%;
}

.col-xs-3 {
  width: 25%;
}

.icon-m-create:before {
  content: '\e905';
  color: #fff;
}

.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: ' ';
}

.container:after,
.row:after {
  clear: both;
}

.icon-log-in:before {
  content: '\E902';
  color: #eb1e1e;
}

.btn-has-icon-1 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #ffbcac;
  background-color: #fff6f3;
  color: #eb1e1e;
}

.btn-has-icon-1:hover {
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
  border-color: #ff9687;
}

.btn-has-icon-1:hover a,
.btn-has-icon-1:hover i {
  color: #ff9687;
}

.btn-has-icon-2 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #eb1e1e;
  background-color: #eb1e1e;
  color: #fff;
}

.btn-has-icon-2 a {
  color: #fff;
}

.btn-has-icon-2:hover a,
.btn-has-icon-2:hover i {
  color: #fff;
}

.btn-has-icon-2:hover {
  -webkit-transition: none;
  transition: none;
  background-color: #ff9687;
  border-color: #ff9687;
}

.btn-has-icon-3 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background-color: #a0a0a0;
  color: #fff;
}
.btn-has-icon-3 a {
  color: #fff;
}
.btn-has-icon-3:hover a,
.btn-has-icon-3:hover i {
  color: #fff;
}
.btn-has-icon-3:hover {
  -webkit-transition: none;
  transition: none;
  color: #333;
}

.btn-shadow {
  box-shadow: 0px 3px 0px 0px #990000;
}

[class^='icon-'] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nav {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 55px;
  height: 31px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 959px) {
  .icon-nav {
    width: 45px;
    margin-left: 5px;
  }
}
.header-mobile-top {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.header-mobile-top li {
  margin-left: 4px;
  width: 46px;
  display: inline-block;
  text-align: center;
}
.header-mobile-login-title,
.header-mobile-sign-up-title {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: -10px;
  color: #ffffff;
  border-radius: 3px;
  height: 17px;
  line-height: 17px;
}

.header-mobile-login-title {
  background: #a0a0a0;
}

.header-mobile-sign-up-title {
  background: #eb1e1e;
}
@media (max-width: 399px) {
  .header-main-mobile .icon-nav, .header-main-mobile-top .icon-nav {
    width: 20px;
    margin-left: auto;
    margin-right: 13px;
  }
}
.icon-nav,
.icon-nav span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-nav span {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: block;
  height: 6px;
  width: 100%;
  background: #eb1e1e;
  border-radius: 9px;
  opacity: 1;
  margin-bottom: 6px;
}

.icon-nav.open span:first-child {
  width: 0;
}
.icon-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -12px;
}

.active {
  border-color: #eb1e1e;
  background-color: #eb1e1e;
}
.active a {
  color: #fff;
}

.form-has-bg {
  background: #f5f5f5;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .auth-link {
    padding: 5px 10px 0;
  }
}

/* ハンバーガーメニュー */
.menu-hamburger .before-login-list {
  color: #fff;
}

.menu-hamburger .before-login-list a {
  color: #fff;
}

.open-element {
  display: block !important;
}
.opacity-element {
  opacity: 1 !important;
}

.menu-hamburger {
  font-size: 16px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  text-transform: uppercase;
  overflow-y: auto;
  display: none;
}
@media (max-width: 767px) {
  .menu-hamburger {
    top: 52px;
  }
  .menu-hamburger li a {
    display: block;
    color: inherit;
  }
}
@media (max-width: 399px) {
  .menu-hamburger {
    top: 50px;
  }
}

.menu-hamburger .menu-content {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0;
  background-color: #fafafa;
}

.menu-hamburger .menu-header {
  font-weight: 700;
}

.menu-hamburger .before-login-list {
  background-color: #eb1e1e;
  color: #fff;
}

.menu-hamburger .before-login-list .before-login-item {
  border-top: 1px solid #fff;
}

.menu-hamburger .menu-footer-item {
  padding: 11px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  height: 50px;
}

.menu-hamburger .before-login-item {
  padding: 11px 15px;
  height: 50px;
}

.menu-hamburger .menu-footer {
  border-top: 1px solid #e1e1e1;
}
.menu-hamburger .icon-setting .path1:before,
.menu-hamburger .path2:before {
  color: #3c3c3c;
}
.menu-hamburger .special-item {
  height: 30px;
}

/* nav */
#nav #nav_box,
#path {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  #nav #nav_box,
  #path {
    width: 100%;
    margin: 0 auto;
  }
}

#nav {
  position: relative;
  top: 60px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  padding-top: 21px;
  background-color: #fafafa;
  box-shadow: 0 1px 5px #e4e4e4;
}
@media (max-width: 1020px) {
  #nav {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  #nav {
    display: none;
  }
}

#nav #nav_box li {
  *float: left; /* IE7 以下 */
  width: 20%;
}

#nav a {
  color: #3c3c3c;
  display: block;
  height: 50px;
  /*  text-indent: -9999px;*/
  float: left;
  font-weight: 700;
  text-align: center;
}
#nav a:hover {
  color: #eb1e1e;
  background-position: 0 100px !important;
}

.link-home-logo {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  width: 16.66666667%;
}
.container-top {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.top-gnav-box {
  width: 54%;
  float: left;
  
}
.top-gnav-box .auth-link {
  padding: 6px 10px;
  color: inherit;
}
/* path */
#path {
  height: 20px;
  font-size: 12px;
  margin-top: 70px;
  display: block;
}
@media (max-width: 1172px) {
  #path {
    top: 68px;
    margin-top: 70px;
  }
}

@media (max-width: 399px) {
  #path {
    margin-top: 70px;
  }
}
#path li {
  float: left;
}
#path li a {
  background: url(../img/arrow_01.png) no-repeat scroll right center;
  margin-right: 10px;
  padding-right: 20px;
}

/* end Base */

/* Detail */

/* contents */
#contents {
  width: calc(1030px - 30px);
  margin: 32px auto 0;
}
#main {
  margin: 0 28px 0 0;
  width: 742px;
  height: 100%;
}
#aside-content-list {
  width: 230px;
  margin-top: 78px;
}

/* margin-top */
.mt80 {
  margin-top: 80px;
}
.mt40 {
  margin-top: 40px;
}
.mt32 {
  margin-top: 32px;
}
.mt20 {
  margin-top: 20px;
}
.mt16 {
  margin-top: 16px;
}
.mt14 {
  margin-top: 14px;
}
.mb80 {
  margin-bottom: 80px;
}

/* 2カラム */
#column2 {
  display: block;
}
.column_left {
  float: left;
}
.column_right {
  float: right;
}
@media (max-width: 767px) {
  .column_left {
    float: none;
  }
  .column_right {
    float: none;
  }
}

/* サイドメニュー */
.side-menu h2 {
  font-size: 20px;
  margin-top: 0px;
}
.side-menu h3 {
  margin-top: 4px;
}

/* H2見出しライン */
.h2-line {
  position: relative;
  width: 742px;
  border-bottom: solid 2px #dcdcdc;
}
.h2-line:after {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  bottom: -2px;
  border-bottom: solid 2px #db1817;
}

/* 文字装飾 */
.area_icon {
  position: relative;
  margin-left: 30px;
}
.area_icon:before {
  display: inline-block;
  content: '';
  background-image: url('../img/area-icon.png');
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  position: absolute;
  left: -30px;
  transform: translateY(25%);
}
.ct-blue {
  color: #1e4eeb;
}
.ct-green {
  color: #3c903d;
}
.ct-red {
  color: #eb1e1e;
  font-weight: bold;
}

/* テーブル */
table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 100%;
}
tr {
  border: 1px solid #cccccc;
  height: 56px;
}
tr:nth-child(even) {
  background: #f6f6f6;
}
td {
  border: 1px solid #cccccc;
  padding: 8px 24px;
}
th {
  padding: 8px 24px;
}
/* テーブル 2分割 */
.table-cell {
  vertical-align: top;
  text-align: left;
  width: 50%;
  padding: 16px 24px;
}
.tbl-10 {
  width: 10%;
}
.tbl-20 {
  width: 20%;
}
.tbl-25 {
  width: 25%;
}
.tbl-40 {
  width: 40%;
}
.tbl-80 {
  width: 80%;
}
.tbl-90 {
  width: 90%;
}
.tbl-h79 {
  height: 79px;
}
.tbl-h102 {
  height: 102px;
}
.tbl-h125 {
  height: 125px;
}
.tbl-h79-sp {
  height: auto;
}
/* テーブル スクロール */
.table-mc {
  display: flex;
}
.table-mc-l {
  float: left;
}
.table-mc-l table {
  width: 170px;
}
.table-mc-r {
  float: right;
  /* overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-face-color: #aaa;
  white-space: nowrap; */
  /* -webkit-overflow-scrolling: touch; */
}
/* スクロールの幅の設定 */
.table-mc-r::-webkit-scrollbar {
  height: 4px;
}
/* スクロールのつまみ部分の設定 */
.table-mc-r::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #aaa;
}
.table-mc-r table {
  width: 570px;
  table-layout: fixed;
}
.table-mc-l td,
.table-mc-r td {
  padding: 16px 24px;
  overflow-wrap: break-word;
}

/* テーブル セル均等割り当て */
.municipal-table {
  table-layout: fixed;
  width: 100%;
}
.municipal-table td {
  overflow-wrap: break-word;
  padding: 16px 24px;
}
/* テーブル色合わせ */
.tbl-wh {
  background-color: #ffffff !important;
}
.tbl-gy {
  background-color: #f6f6f6 !important;
}

/* 登録リンクボタン */
.signup-button {
  margin: 32px auto 0;
  width: 275px;
  display: none;
}
@media (max-width: 767px) {
  .signup-button {
    display: block;
  }
}
.signup-link {
  display: inline-block;
  width: 275px;
  font-size: 17px;
  padding: 12px 0;
  border-radius: 10px;
  background: #eb1e1e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: auto;
}

/* 見出し目次 */
.header-list div::before {
  font: #eb1e1e;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.hl-title p::before {
  font: #aaaaaa;
}
.header-list li::before {
  content: '\025b6';
  color: #eb1e1e;
  font-size: 10px;
  padding-right: 5px;
}
.header-list a:hover {
  color: #eb1e1e;
  text-decoration: underline;
}
.header-subttl li::before {
  padding-left: 15px;
  content: '\025b7';
  color: #eb1e1e;
}
.ul-column-style {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

/* リスト */
.list li {
  margin-top: 16px;
  font-size: 16px;
}
.list li::before {
  content: '\025cf';
  color: #eb1e1e;
  font-size: 8px;
  padding-right: 8px;
}
.list-s li::before {
  padding-left: 15px;
  content: '\025cb';
  color: #eb1e1e;
}
.list-style {
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.list-m li::before {
  content: '';
  font-size: 8px;
}

/* 会員登録おすすめ */
.cv-set {
  position : relative;
  width : 100%;
  height : 75px;
  margin : 0px;
}

.cv-set .jigyousya-button-01, .cv-set .jigyousya-button-02, .cv-set .joinfree-button-01, .cv-set .joinfree-button-02 {
  position : absolute;
  top : 32px;
}

.cv-set .jigyousya-text-p {
  text-align : center;
}

.cv-set .jigyousya-text-b {
  top : -10px;
  font-size : 16px;
}

.cv-set .jigyousya-link {
  outline : none;
  text-decoration-line : none;
  text-decoration-thickness : initial;
  text-decoration-style : initial;
  text-decoration-color : initial;
  width : 260px;
  height : 80px;
  font-size : 18px;
  padding : 12px;
  line-height : 56px;
  border-radius : 5px;
  background : rgb(255, 255, 255);
  border : 1px solid rgb(235, 30, 30);
  color : rgb(235, 30, 30);
  font-weight : 600;
  text-align : center;
}

.cv-set .joinfree-link {
  outline : none;
  text-decoration-line : none;
  text-decoration-thickness : initial;
  text-decoration-style : initial;
  text-decoration-color : initial;
  width : 260px;
  height : 80px;
  font-size : 18px;
  padding : 15px 2.5em 0px 2.5em;
  border-radius : 5px;
  background : rgb(235, 30, 30);
  border : 1px solid rgb(235, 30, 30);
  color : rgb(255, 255, 255);
  font-weight : 600;
  text-align : center;
}

.cv-set .jigyousya-link:hover, .cv-set .joinfree-link:hover {
  cursor : pointer;
  opacity : 0.8;
}

.cv-set .joinfree-link:hover, .cv-set .joinfree-link-sp:hover {
  transition-duration : 0s;
  transition-timing-function : ease;
  transition-delay : 0s;
  transition-property : none;
  background-color : rgb(255, 150, 135);
  border-color : rgb(255, 150, 135);
}

.cv-set .cv-5min {
  position : absolute;
  right : 50px;
  bottom : 36px;
}

.cv-r .jigyousya-button-02, .cv-r .joinfree-button-02 {
  position : absolute;
}

.cv-r .jigyousya-link, .cv-r .joinfree-link {
  height : 50px;
  font-size : 14px;
  line-height : 24px;
  width: 260px;
}

.cv-r .joinfree-link {
  padding : 15px 1.5em 0px 1.5em;
}

.cv-r .cv-5min {
  position : absolute;
  right : 40px;
  bottom : 44px;
}

.cv-set {
  width : 100%;
  height : 120px;
  margin : 50px 0px 60px 0px !important;
}
@media (max-width: 767px) {
  .cv-set {
    position : relative;
    width : 100%;
    height : 50px;
  }

  .cv-set .jigyousya-text-p {
    text-align : left;
  }

  .cv-set .jigyousya-text-b {
    font-size : 11px;
  }

  .cv-set .jigyousya-button-02 {
    position : absolute;
    left : -2vw;
    top : auto;
    bottom : auto;
    margin : 0px;
  }

  .cv-set .jigyousya-link,
  .cv-r .jigyousya-link {
    width : 152px;
    height : 50px;
    font-size : 14px;
    line-height : 26px;
  }

  .cv-set .joinfree-link {
    display : none;
  }

  .cv-set .joinfree-button-02 {
    position : absolute;
    top : auto;
    bottom : auto;
    right : 6vw;
    margin : 0px;
  }

  .cv-set .joinfree-link-sp,
  .cv-r .joinfree-link-sp  {
    display : block;
    outline : none;
    text-decoration-line : none;
    text-decoration-thickness : initial;
    text-decoration-style : initial;
    text-decoration-color : initial;
    width : 152px;
    height : 50px;
    font-size : 12px;
    padding : 2px 6px;
    border-radius : 5px;
    background : rgb(235, 30, 30);
    border : 1px solid rgb(235, 30, 30);
    color : rgb(255, 255, 255);
    font-weight : 600;
    text-align : center;
  }

  .cv-set .cv-5min {
    position : absolute;
    right : -16px;
    width : 20%;
    bottom : 12px;
  }

  .cv-r-sp {
    height : 100%;
  }

  .cv-r .jigyousya-button-02, .cv-r .joinfree-button-02 {
    position : absolute;
    bottom : -60px;
  }

  .cv-r .cv-5min {
    position : absolute;
    right : -20px;
    width : 20%;
    bottom : -30px;
  }

  .cv-set {
    height : 86px;
    margin : 50px 0px 60px 0px !important;
  }
}
.cv-nr,
.cv-r {
  position: relative;
  margin-top: 64px;
  width: 742px;
}

.cv-nr-sp,
.cv-r-sp {
  display: none;
}
.cv-free {
  position: absolute;
  top: -25px;
  left: -15px;
}
.cv-5min {
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.side-cv {
  position: relative;
  margin-top: 24px;
  width: 228px;
  height: 228px;
}
.sidecv-button {
  position: absolute;
  display: block;
  left: 24px;
  bottom: 30px;
}
.sidecv-link {
  outline: none;
  text-decoration: none;
  width: 152px;
  height: 42px;
  font-size: 12px;
  padding: 8px 8px;
  border-radius: 5px;
  background: #eb1e1e;
  border: solid 1px #eb1e1e;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.cv-footer-sp {
  display: none;
}
.hikkoshi-signup-lifeline {
  width: 400px;
  height: 42px;
  margin: 0 auto;
}
.hikkoshi-signup-link {
  display: block;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 10px;
  background: #eb1e1e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 4px #627295;
}

/* 事業者を確認するボタン */
.jigyousya-button-01 {
  position: absolute;
  display: block;
  left: 84px;
  bottom: 40px;
}
.jigyousya-button-02 {
  position: absolute;
  display: block;
  left: 84px;
  bottom: 25px;
}
.jigyousya-link {
  outline: none;
  text-decoration: none;
  width: 228px;
  height: 50px;
  font-size: 15px;
  padding: 12px 12px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #eb1e1e;
  color: #eb1e1e;
  font-weight: 600;
  text-align: center;
}

/* 無料登録をするボタン */
.joinfree-button-01 {
  position: absolute;
  display: block;
  right: 84px;
  bottom: 40px;
}
.joinfree-button-02 {
  position: absolute;
  display: block;
  right: 84px;
  bottom: 25px;
}
.joinfree-link {
  outline: none;
  text-decoration: none;
  width: 228px;
  height: 50px;
  font-size: 15px;
  padding: 12px 12px;
  border-radius: 5px;
  background: #eb1e1e;
  border: solid 1px #eb1e1e;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.joinfree-link-sp {
  display: none;
}

.jigyousya-link:hover,
.joinfree-link:hover,
.sidecv-button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.joinfree-link:hover,
.joinfree-link-sp:hover {
  -webkit-transition: none;
  transition: none;
  background-color: #ff9687;
  border-color: #ff9687;
}

/* SP時のみ表示する固定フッター */
.cv-sp-footer {
  display: none;
}

/* PC時のみに表示するCVバナー */
#js-sticky-banner {
  display: none;
  position: fixed;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgba(0, 0, 0, 0.8);
  height: 70px;
  z-index: 4;
}
.cv-float-left {
  width: 57%;
  float: left;
  text-align: right;
  /* padding-right: 54px;
  padding-left: 32px; */
  padding-right: 3vw;
  padding-left: 2vw;
}
.cv-float-left p {
  color: #ffffff;
  margin: 20px 0px;
}
.cv-float-right {
  width: 43%;
  float: right;
}
.cv-float-left-box {
  position: relative;
  width: 560px;
  margin-left: auto;
}
.sticky-banner-icon {
  position: absolute;
  width: 113px;
  left: -22px;
  top: -41px;
}
@media (max-width: 767px) {
  .sticky-banner-icon {
    width: 110px;
    left: 5px;
    top: -24px;
  }
}
.cv-float-right-box {
  position: relative;
  width: 308px;
}
.cv-free-sticky-banner {
  position: absolute;
  right: -11px;
  bottom: 26px;
  width: 60px;
}
.cv-float-link {
  display: block;
  margin: 15px 16px 16px 16px;
  width: 278px;
  height: 40px;
  font-size: 18px;
  border-radius: 10px;
  background: #eb1e1e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.stickybanner-close {
  position: absolute;
  padding: 3px 5px;
  background-color: #eee;
  top: -31px;
  right: 100px;
  color: #333;
  border: 1px solid #4c4c4c;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.stickybanner-close-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  font-size: 18px;
  font-weight: bold;
}

/* local-contents */
#contents-top {
  width: auto;
  height: auto;
}
.contents-top-block1 {
  width: auto;
  height: auto;
}
.municipal-title {
  font-size: 20px;
}
.contents-top-block2 {
  width: auto;
  height: auto;
}
.lifeline-side-capture {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 20px;
}
.lifeline-side-list span {
  display: block;
  font-size: 12px;
  margin-top: 16px;
}

.hidden-show > .procedure-form-line:not(:last-child),
.procedure-form > .procedure-form-line {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  margin-top: 8px;
}
.procedure-form {
  margin-top: 48px;
  margin-bottom: 32px;
}
.other_lifelines {
  font-weight: bold;
  border-bottom: dashed 1px #000;
}

/* 新local-contents */
.contents-top-block2 > .procedure-desciption {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 4%;
}
.procedure-desciption li {
  margin-top: 12px;
}

.h3-lifeline {
  text-align: left;
  float: left;
  margin: 0;
}

/* the point of procedure */
.point-of-lifeline {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin-left: 40px;
  padding-top: 2px;
}
@media (max-width:767px) {
  .point-of-lifeline {
    clear: both;
    display: flex;
    text-align: left;
    margin: 0;
  }
}
.point-of-procedure {
  display: inline;
  font-size: 14px;
  margin-left: 40px;
  font-weight: 400;
}

/* サイドバー上部ライン */
.lifeline-side-border {
  position: relative;
  width: 100%;
  border-bottom: solid 2px #f2e0da;
}
.lifeline-side-border:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  bottom: -2px;
  border-bottom: solid 2px #eb1e1e;
}

/* 手続き項目内リスト */
.procedure-list {
  margin-bottom: 28px;
}
.procedure-list dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.procedure-list dd,
.procedure-list dt {
  padding-top: 16px;
}
.procedure-list dt {
  float: left;
  color: #b3b3b3;
  font-weight: 700;
}
.procedure-list dd {
  padding-left: 140px;
  word-wrap: break-word;
}

.local-contents-cv {
  display: inline-block;
  width: 100%;
  height: 100px;
  border: solid 3px #fafafa;
  border-radius: 10px;
  background: #fafafa;
  padding: 26px 0;
  margin-top: 48px;
}

/* 行政手続きプルダウン表示 */
.procedure-box {
  margin-top: 20px;
  padding: 0;
}
.procedure-box label {
  position: relative;
  cursor: pointer;
}
.procedure-box label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #eb1e1e;
  border-right: 2px solid #eb1e1e;
  transform: translateX(0%) rotate(135deg);
}
.procedure-box label:hover {
  color: #eb1e1e;
}
.procedure-box input {
  display: none;
}
.procedure-box .hidden-show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin-left: 4%;
}
.procedure-box input:checked ~ .hidden-show {
  padding: 0;
  height: auto;
  opacity: 1;
}
.procedure-box input:checked ~ label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: -24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #eb1e1e;
  border-right: 2px solid #eb1e1e;
  transform: translateX(0%) rotate(-45deg);
}
.procedure-box .procedure-form-line {
  margin-top: 20px;
}
.procedure-name {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 32px;
}

.pc_contents {
  display: block;
}
.sp_contents {
  display: none;
}

/* end Detail */

/* SP */
@media (max-width: 767px) {
  /* H2見出し線　SP */
  .h2-line {
    width: 100%;
  }
  .h2-line:after {
    width: 80px;
  }

  /* header SP */
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
  .header-main-mobile,
  .header-main-mobile-top,
  .header-main-sp {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
  }

  .header-mobile {
    display: block;
  }
  .header-main-mobile-top {
    display: block;
  }
  .header-main-mobile-top {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
  }
  .header-main-mobile-top .text-left,
  .header-main-mobile .text-left {
    padding-top: 3px;
  }
  .header-main-mobile-top .link-home {
    font-size: 15px;
  }
  .col-xs-9 {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -90px;
  }
  .icon-nav {
    width: 21px;
    margin-left: 12px;
  }
  .icon-nav span {
    height: 3px;
    margin-bottom: 4px;
    background: #3C3C3C;
  }
  .header-mobile-title {
    font-size: 10px;
    margin-top: -10px;
    line-height: 17px;
  }
  .icon-nav.open span:nth-child(3) {
    margin-top: -7px;
  }

  /* nav SP */
  #path {
    font-size: 11px;
    padding: 5px 20px 40px 20px;
    z-index: 1;
  }
  #path li {
    line-height: 1.6em;
  }

  /* contents SP */
  #contents {
    padding: 0 5.3vw;
  }
  #main {
    margin: 32px 0 0;
    width: auto;
  }
  #aside {
    margin: 32px 0 0;
    width: auto;
  }
  #aside-content-list {
    display: none !important;
  }
  .main-parts32 {
    margin: 32px 0 0;
  }
  .main-parts20 {
    margin: 20px 0 0;
  }
  #contents {
    float: none;
    width: 100%;
    margin-right: 30px;
  }
  .table-mc-r {
    float: right;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-face-color: #aaa;
    /* white-space: nowrap; */
    /* -webkit-overflow-scrolling: touch; */
  }

  /* 会員登録おすすめ */
  .cv-nr,
  .cv-r {
    width: 100%;
  }
  .cv-r {
    height: 100%;
    margin-bottom: 60px;
  }
  .cv-nr-img,
  .cv-r-img {
    display: none;
  }

  .cv-nr-sp,
  .cv-r-sp {
    display: block;
    width: 100%;
  }
  .cv-free {
    display: none;
  }
  .cv-5min {
    display: none;
  }
  .hikkoshi-signup-lifeline {
    width: 100%;
    max-width: 400px;
  }

  /* 事業者を確認するボタン */
  .jigyousya-button-01 {
    margin: 0;
    left: 3vw;
    bottom: 6vh;
  }
  .jigyousya-button-02 {
    margin: 0;
    left: 3vw;
    bottom: 2vh;
  }
  .jigyousya-link {
    width: 152px;
    height: 50px;
  }

  /* 無料登録をするボタン */
  .joinfree-button-01 {
    margin: 0;
    right: 2vw;
    bottom: 6vh;
  }
  .joinfree-button-02 {
    margin: 0;
    right: 2vw;
    bottom: 2vh;
  }
  .joinfree-link {
    display: none;
  }
  .joinfree-link-sp {
    display: block;
    outline: none;
    text-decoration: none;
    width: 152px;
    height: 50px;
    font-size: 15px;
    padding: 12px 12px;
    border-radius: 5px;
    background: #eb1e1e;
    border: solid 1px #eb1e1e;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }

  /* SP時のみ表示する固定フッター */
  .cv-footer-sp {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    height: 90px;
    z-index: 4;
  }
  .cv-footer-sp p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cv-footer-link:hover {
    -webkit-transition: none;
    transition: none;
    background-color: #ff9687;
    border-color: #ff9687;
    opacity: 0.8;
  }
  .cv-footer-button {
    display: inline-block;
    width: 275px;
    font-size: 17px;
    padding: 8px 0;
    border-radius: 10px;
    background: #eb1e1e;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }

  /* local-contents */
  .municipal-title {
    font-size: 16px;
  }
  .municipal-name01 {
    font-size: 20px;
  }
  .municipal-name02 {
    font-size: 16px;
  }
  .procedure-form {
    margin-top: 36px;
  }

  .local-contents-cv {
    height: auto;
    border: none;
    border-radius: 10px;
    background: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* 行政手続きプルダウンメニュー */
  .procedure-box label:hover {
    color: #000;
  }

  /* 市町村区ページ内テーブル */
  .municipal-table {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-face-color: #aaa;
    white-space: nowrap;
  }
  .municipal-table::-webkit-scrollbar {
    height: 4px;
  }
  .municipal-table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #aaa;
  }
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
}

@media (max-width: 321px) {
  .header-main-mobile-top {
    padding: 8px 0 4px;
  }
  .header-main-mobile-top .icon-nav {
    width: 20px;
  }
  .header-main-mobile-top .link-home {
    font-size: 13px;
  }
  .cv-footer-sp p {
    font-size: 11px;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-top: 10px;
  }

  .cv-set .jigyousya-text-b {
    font-size: 10px;
  }
  .cv-set .cv-5min {
    right: -17px;
    bottom: 12px;
  }
  .cv-r .cv-5min {
    right: -16px;
    bottom: -24px;
}
  .cv-set .joinfree-link-sp,
  .cv-set .jigyousya-link,
  .cv-r .joinfree-link-sp,
  .cv-r .jigyousya-link {
    width: 137px;
  }
  
  .cv-set .jigyousya-link,
  .cv-r .jigyousya-link {
    padding: 12px 4px;
  }
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
}

/* end SP */
