@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/*ヘッダーのベース設定*/
/* line 23, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
/* line 28, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header .header-image {
  max-width: 250px;
  height: 100%;
}
/* line 32, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header .navi {
  background-color: #0058A6;
  line-height: middle;
  height: 40px;
}
/* line 36, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header .navi p {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px #000;
  margin-top: -22px;
}
/* line 41, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header .navi p a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 47, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu {
  list-style-type: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: #0058A6;
}
@media screen and (max-width: 480px) {
  /* line 47, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  header #dropmenu {
    display: none;
  }
}
/* line 55, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li {
  position: relative;
  width: 14%;
  float: left;
  text-align: center;
}
/* line 61, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li a {
  display: block;
  margin: 0;
  padding: 10px 0px 15px;
  color: #fff;
  font-size: 100%;
  text-shadow: 1px 1px 1px #000;
  line-height: 1;
  text-decoration: none;
}
/* line 71, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
/* line 80, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}
/* line 84, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li ul li {
  overflow: hidden;
  width: 300%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
/* line 95, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li ul li a {
  padding: 13px 15px;
  background: #0058A6;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
/* line 102, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li:hover > a {
  background-color: #e6ecf0;
  color: #fff;
}
/* line 107, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 113, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li:hover ul li:first-child {
  border-top: 0;
}
/* line 116, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
/* line 119, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
header #dropmenu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}

/* line 124, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body {
  width: 100%;
  text-align: center;
  /*  メイン画像  */
  /*中央寄せ*/
  /*イエローライン*/
  /*テーブルに関する情報*/
  /*テーブルに関する情報*/
  /* テーブル共通 */
  /* レスポンシブ対応 */
  /* firefox */
  /* firefox */
  /*  Top Wrapper  */
  /*hr*/
  /*number parts big font*/
  /*bold*/
  /* 黒板風　タイトル　3 */
  /* ボックス */
  /* ボックス */
}
/* line 128, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body main {
  margin-top: -65px;
}
/* line 132, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body footer {
  width: 100%;
  height: auto;
  background-color: #E3E5E8;
  padding: 30px;
  margin: 0 auto;
}
/* line 139, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body footer .left {
  text-align: left;
}
/* line 143, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body footer h4 {
  font-size: 15px;
}
/* line 145, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body footer .underline {
  border-bottom: 1px solid #999;
  /* 下側の1本線 */
  width: 100%;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 153, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body footer ul {
  display: inline-block;
}
/* line 157, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body footer li {
  text-align: left;
  padding: 3px 25px;
}
/* line 163, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .back-image-index {
  text-align: center;
  /*イエローライン*/
}
/* line 165, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .back-image-index .index-3 {
  font-size: 3.0vw;
  font-weight: bold;
  line-height: 7vw;
  color: var(--main-color);
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
@media (max-width: 748px) {
  /* line 165, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .back-image-index .index-3 {
    text-align: center;
    font-size: 6.5vw;
    line-height: 12vw;
  }
}
/* line 177, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .back-image-index .index-2 {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 7vw;
  color: var(--main-color);
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
@media (max-width: 748px) {
  /* line 177, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .back-image-index .index-2 {
    text-align: center;
    font-size: 6.5vw;
    line-height: 12vw;
  }
}
/* line 189, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .back-image-index .red {
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 7vw;
  color: red;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
@media (max-width: 748px) {
  /* line 189, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .back-image-index .red {
    text-align: center;
    font-size: 8.0vw;
    line-height: 12vw;
  }
}
/* line 202, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .back-image-index .push {
  text-align: center;
  font-size: 4.3vw;
  color: #F27200;
  font-weight: bold;
  width: 100%;
  text-shadow: 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff, 3px 3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, -3px -3px 3px #fff;
}
@media (max-width: 748px) {
  /* line 202, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .back-image-index .push {
    text-align: center;
    font-size: 7.0vw;
    line-height: 10vw;
  }
}
/* line 218, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .center {
  text-align: center;
  margin: 0 auto;
}
/* line 224, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .push {
  text-align: center;
  font-size: 5.0vw;
  color: orange;
  line-height: 8.5vw;
  font-weight: bold;
  width: 100%;
  text-shadow: 2px 2px 2px #000;
}
@media (max-width: 748px) {
  /* line 224, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .push {
    font-size: 6.5vw;
    line-height: 12vw;
  }
}
/* line 237, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .under {
  background: linear-gradient(transparent 60%, #FFFF66 60%);
}
/* line 244, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body table.company {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1.5vw;
  /* 入力フィールドを100%幅にする */
}
/* line 251, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body table.company th, body table.company td {
  padding: 10px;
}
/* line 253, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body table.company th {
  background: #0058A6;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 1.7vw;
}
/* line 264, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body table.company td {
  background: #f4f4f4;
}
/* line 269, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body table.company td input[type="text"],
body table.company td input[type="email"],
body table.company td input[type="password"],
body table.company td select {
  width: 100%;
  font-size: 1.2rem;
  /* フォームのフォントサイズをアップ */
  padding: 10px;
  /* 余白を増やしてタップしやすく */
  border-radius: 5px;
  /* 角を少し丸める */
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  /* line 283, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body table.company {
    width: 100%;
  }
  /* line 287, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body td input[type="text"],
  body td input[type="email"],
  body td input[type="password"],
  body td select {
    font-size: 2.0rem;
    /* スマホではさらに大きく */
    padding: 12px;
  }
  /* line 294, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body tr {
    font-size: 1.5rem;
  }
}
@-moz-document url-prefix() {
  /* line 301, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #0058A6 10px solid;
    margin-top: -10px;
  }
}
/* line 316, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body input {
  width: 90%;
}
/* line 319, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body textarea {
  width: 90%;
  line-height: 1.5em;
}
/* line 325, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .price {
  color: red;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 333, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .label-cell,
  body .arrow-box-cell {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  /* line 339, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body th.arrow-box-cell {
    font-size: 5vw !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }
  /* line 346, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .label-cell {
    background-color: #f0f0f0 !important;
    /* 任意の背景色に変更 */
  }
  /* line 350, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .responsive-cell {
    display: block;
    width: 100%;
    background-color: #e0e0e0 !important;
    /* 任意の背景色に変更 */
  }
  /* line 356, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .input-container {
    display: block;
    width: 100%;
  }
}
/* line 362, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .pc-image {
  display: none;
}
@media only screen and (max-width: 599px) {
  /* line 367, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .pc-image {
    display: none;
    width: 95%;
  }
  /* line 372, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .mobile-image {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 379, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .pc-image {
    display: block;
    width: 95%;
  }
  /* line 384, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .mobile-image {
    display: none;
  }
}
@-moz-document url-prefix() {
  /* line 392, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #0058A6 10px solid;
    margin-top: -10px;
  }
}
/* line 407, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body input {
  width: 90%;
}
/* line 410, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body textarea {
  width: 90%;
  line-height: 1.5em;
}
/* line 416, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .price {
  color: red;
  font-size: 2.5vw;
  font-weight: bold;
}
/* line 422, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .point {
  color: red;
  font-size: 2.0vw;
  font-weight: bold;
}
/* line 430, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper {
  padding-bottom: 70px;
  position: relative;
  text-align: center;
  /*タイトル*/
}
/* line 435, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper .heading {
  text-align: center;
  color: #666;
  line-height: 36px;
}
/* line 440, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper h2 {
  font-size: 3vw;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  /* line 440, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .top-wrapper h2 {
    font-size: 2rem;
  }
}
/* line 445, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper p {
  font-size: 2vw;
}
/* line 448, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper strong {
  color: #0058A6;
  font-size: 125%;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  /* line 448, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .top-wrapper strong {
    font-size: 2.5rem;
  }
}
/* line 455, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper h6 {
  line-height: 2.0em;
  font-size: 1.5vw;
  margin: 0 50px;
}
@media screen and (max-width: 479px) {
  /* line 455, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .top-wrapper h6 {
    font-size: 1.5rem;
    margin: 0 10px;
  }
}
/* line 465, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper {
  margin: 50px 10px;
  text-align: center;
  font-weight: bold;
}
/* line 470, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper .headline {
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: #f4f4f4;
  /*背景色*/
  border-left: solid 5px #7db4e6;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/
  text-align: left;
  padding-left: 30px;
  margin: 30px auto;
  width: 95%;
  font-size: 21px;
  font-weight: bold;
}
/* line 483, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper p {
  line-height: 2.5;
  font-size: 18px;
  text-align: left;
  margin: 50px;
}
/* line 491, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper h3 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  margin: 50px 30px 40px;
  text-align: left;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  /* line 491, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  body .tops-wrapper h3 {
    font-size: 14px;
  }
}
/* line 502, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper bold {
  font-weight: bold;
}
/* line 506, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper span {
  color: #0058A6;
  font-size: 45px;
  text-decoration: underline;
  font-weight: bold;
}
/* line 512, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .tops-wrapper .red-text {
  color: red;
  font-size: inherit;
  /* 親と同じサイズ */
  font-weight: inherit;
  /* 親と同じ太さ */
  display: inline;
  /* 改行させない */
  text-decoration: none;
  /* 下線を消す */
}
/* line 521, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .line {
  height: 5px;
  background: #0058A6;
  background-image: -webkit-linear-gradient(left, #eee, #0058A6, #eee);
  background-image: -moz-linear-gradient(left, #eee, #0058A6, #eee);
  background-image: -ms-linear-gradient(left, #eee, #0058A6, #eee);
  background-image: -o-linear-gradient(left, #eee, #0058A6, #eee);
  width: 90%;
}
/* line 532, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .wide {
  font-size: 3.5rem;
  color: #FCC100;
  text-shadow: 2px 2px 2px #000;
}
/* line 538, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .bold {
  font-weight: bold;
  font-size: 3rem;
  color: black;
}
/* line 544, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .headline {
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: #f4f4f4;
  /*背景色*/
  border-left: solid 5px #0058A6;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/
  text-align: left;
  padding-left: 30px;
  margin: 30px auto;
  width: 95%;
  font-size: 21px;
  font-weight: bold;
}
/* line 558, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .both-set {
  margin: 0 30px;
  font-size: 12px;
  color: #666;
}
/* line 564, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper {
  margin: 0 40px -50px;
  text-align: left;
}
/* line 567, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper .float-image {
  float: left;
  margin: 0 20px 20px 0px;
}
/* line 571, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .top-wrapper p {
  font-size: 16px;
  line-height: 2.0;
}
/* line 578, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .kokuban-t3 {
  position: relative;
  margin: 2em auto;
  padding: 3.2em 1em 1em;
  width: 90%;
  /* ボックス幅 */
  background-color: #0058A6;
  /* ボックス背景色 */
  color: #fff;
  /* 文章色 */
  border: 10px solid #b2771f;
  /* 枠線 */
  border-radius: 3px;
  /* 角の丸み */
  box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
}
/* line 589, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .kokuban-t3::before,
body .kokuban-t3::after {
  position: absolute;
  content: '';
  bottom: 0;
}
/* line 595, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .kokuban-t3::before {
  right: 10px;
  border: solid 3px #ffff6b;
  /*チョーク（黄色）*/
  width: 20px;
  border-radius: 3px 2px 0 2px;
}
/* line 601, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .kokuban-t3::after {
  right: 40px;
  border: solid 3px #fff;
  /*チョーク（白）*/
  width: 15px;
  border-radius: 8px 5px 2px 5px;
}
/* line 607, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .title-t3 {
  position: absolute;
  left: 1em;
  top: .5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #ffff6b;
  /* タイトル色 */
}
/* line 620, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .mybox {
  border: 3px solid #0058A6;
  /* 線の太さ・種類・色 */
  border-radius: 8px;
  padding: 45px 10px 10px 10px;
  /* 内側の余白 上・右・左・下 */
  position: relative;
  margin-bottom: 40px;
}
/* line 626, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .mybox .title {
  background-color: #0058A6;
  /* タイトル部分背景色 */
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  /* タイトル部分文字色 */
  height: 25px;
  /* タイトル部分高さ */
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 639, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .blue {
  color: #0058A6;
  margin: 15px 0;
  font-size: 115%;
}
/* line 645, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .font-height {
  line-height: 3.0vw;
  margin: 0 40px;
  width: 95%;
}
/* line 651, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .font-height-2 {
  font-size: 0.5vw;
  margin: 0 30px;
}
/* line 656, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .business-wrapper {
  text-align: left;
  margin: 0 30px;
  padding-left: 20px;
}
/* line 660, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .business-wrapper h3 {
  font-size: 21px;
  color: #0058A6;
  font-weight: bold;
}
/* line 667, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .red {
  color: red;
}
/* line 671, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .font-height {
  line-height: 3.0vw;
  margin: 0 30px;
}
/* line 676, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .font-height-2 {
  font-size: 0.5vw;
  margin: 0 30px;
}
/* line 682, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .mybox {
  border: 3px solid #0058A6;
  /* 線の太さ・種類・色 */
  border-radius: 8px;
  padding: 45px 10px 10px 10px;
  /* 内側の余白 上・右・左・下 */
  position: relative;
  margin-bottom: 40px;
}
/* line 688, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .mybox .title {
  background-color: #0058A6;
  /* タイトル部分背景色 */
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  /* タイトル部分文字色 */
  height: 25px;
  /* タイトル部分高さ */
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 701, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .red {
  color: red;
  font-weight: bold;
}
/* line 706, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .label {
  background: red;
}
/* line 710, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .label-blue {
  background: blue;
}
/* line 715, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .call-flow {
  text-align: center;
}
/* line 717, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .call-flow h5 {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
/* line 722, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .call-flow .col-sm-6 {
  padding: 0 40px;
}
/* line 725, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
body .call-flow p {
  font-size: 12px;
}

/* line 735, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #0058A6;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

/* line 749, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
nav.globalMenuSp ul {
  background: #0058A6;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 756, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
nav.globalMenuSp ul li {
  font-size: 1.0em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}

/* 最後はラインを描かない */
/* line 765, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 770, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  line-height: 3em;
}

/* このクラスを、jQueryで付与・削除する */
/* line 777, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

/* line 782, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  background: #e6ecf0;
  text-align: center;
}

/* line 795, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

/* line 806, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle span:nth-child(1) {
  top: 9px;
}

/* line 810, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle span:nth-child(2) {
  top: 18px;
}

/* line 814, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle span:nth-child(3) {
  top: 27px;
}

/* line 818, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
/* line 827, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
/* line 836, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 845, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.infobox {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  height: 20em;
  /* 高さを制限(※) */
  width: 700px;
  overflow: scroll;
  /* スクロールバーを表示(※) */
  border: #000 3px border;
  /* 枠線を追加 */
  background-color: #fff;
  /* 背景色を追加 */
}

/* line 860, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
ul {
  padding: 0;
  width: 90%;
}

/* line 864, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
li {
  list-style-type: none;
}

/* line 867, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
dd {
  margin-left: 0;
}

/* line 871, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li {
  position: relative;
}

/* line 874, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}

/* line 877, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #0058A6;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

/* line 888, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #0058A6;
  border-radius: 10px;
  position: relative;
}

/* line 901, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 911, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #0058A6;
}

/* line 915, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

/* line 919, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #0058A6;
  -ms-flex-preferred-size: 20%;
  flex-basis: 25%;
  margin-right: 2vw;
  text-align: center;
}

/* line 928, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: #0058A6;
  background: -moz-linear-gradient(left, #0058A6 0%, #0058A6 100%);
  background: -webkit-linear-gradient(left, #0058A6 0%, #0058A6 100%);
  background: linear-gradient(to right, #0058A6 0%, #0058A6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}

/* line 945, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.white {
  color: #0058A6;
  font-size: 10px;
}

/* line 951, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 956, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 961, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab {
  position: relative;
  padding-left: 0;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 1em auto;
  color: #0058A6;
}
/* line 969, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab h4 {
  all: unset;
}

/* line 974, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */
/* line 980, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(0, 88, 166, 0.1);
  color: #0058A6;
}

/* line 994, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}

/* line 1002, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #0058A6;
}

/* 質問の＋アイコン */
/* line 1008, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: 'b';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

/* 答え */
/* line 1024, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

/* line 1034, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}

/* line 1042, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
/* line 1048, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(0, 88, 166, 0.1);
}

/* 質問をクリックした時のアイコンの動き */
/* line 1054, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input:checked ~ label {
  color: #0058A6;
  border-radius: 0.5em 0.5em 0 0;
}

/* ＋の回転アニメーション */
/* line 1060, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 1066, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.border {
  padding: 0.5em 1em;
  margin: 0.5em 1em;
  font-size: 2.0vw;
  font-weight: bold;
  color: #0058A6;
  /*文字色*/
  background: #FFF;
  border: solid 5px #0058A6;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}

/* line 1076, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.border p {
  margin: 0;
  padding: 0;
}

/* line 1083, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px 0;
  font-size: 13px;
}

/* line 1090, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th,
table.price td {
  padding: 10px;
}

/* line 1094, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th {
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset;
  border-radius: 5px 5px 10px 10px;
  background: #88b7d5;
  vertical-align: middle;
  text-align: center;
  width: 125px;
  height: 50px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

/* line 1107, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th.c2 {
  background: #ed4993;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cc1445), color-stop(100%, #b6113d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cc1445 1%, #b6113d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 );
  /* IE6-9 */
}

/* line 1117, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th.c1 {
  background: #a2ce1a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #61ae24 1%, #569b20 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #61ae24), color-stop(100%, #569b20));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #61ae24 1%, #ba9b20 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #61ae24 1%, #569b20 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #61ae24 1%, #569b20 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #61ae24 1%, #569b20 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 );
  /* IE6-9 */
}

/* line 1127, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th.c3 {
  background: #1d8ce9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #113f8c), color-stop(100%, #0f387d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #113f8c 1%, #0f387d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 );
  /* IE6-9 */
}

/* firefox */
@-moz-document url-prefix() {
  /* line 1140, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  table.price th {
    text-indent: 10px;
  }

  /* line 1143, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  table.price th::after {
    padding: 0;
    top: 60px;
    left: 0;
    content: "";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 50px solid transparent;
    border-top: #B7D567 15px solid;
  }
}
/* line 1156, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th.c2:after {
  border-top: #b6113d 15px solid;
}

/* line 1159, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price th.c3:after {
  border-top: #0f387d 15px solid;
}

/* line 1163, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price td {
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  text-align: center;
  padding-top: 15px;
  border: none;
  height: 70px;
}

/* line 1171, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
td.black {
  color: black;
  font-size: 21px;
}

/* line 1174, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
td.red {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

/* line 1180, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:nth-child(2n+1) td.c2 {
  background: #ffecf5;
}

/* line 1183, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:nth-child(2n+0) td.c2 {
  background: #ffdfed;
}

/* line 1187, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:nth-child(2n+1) td.c3 {
  background: #fff;
}

/* line 1190, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:nth-child(2n+0) td.c3 {
  background: #eee;
}

/* line 1194, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:last-child td {
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/* line 1199, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:last-child td button {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffaa22;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23));
  background-color: #ffec64;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffee66;
  -webkit-box-shadow: inset 1px 1px 0px 0px #fff6af;
  -moz-box-shadow: inset 1px 1px 0px 0px #fff6af;
  box-shadow: inset 1px 1px 0px 0px #fff6af;
}

/* line 1221, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:last-child td button:hover {
  background: -moz-linear-gradient(center top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64));
  background-color: #ffab23;
}

/* line 1228, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.price tr:last-child td button {
  position: relative;
  top: 1px;
}

/* line 1234, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.text {
  font-size: 16px;
}

/* line 1238, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.contract-wrapper {
  margin: 0 40px;
  text-align: left;
}
/* line 1242, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.contract-wrapper .text {
  font-size: 16px;
  line-height: 2.0;
  padding: 0 50px;
}

/* line 1250, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.contract .text {
  font-size: 14px;
  line-height: 24px;
  margin: 0 40px;
}

/* line 1257, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.organize {
  text-align: left;
  margin: 15px 0;
}
/* line 1261, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.organize a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px #000;
  margin-top: auto;
  margin-top: 8px;
}
/* line 1267, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.organize a a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 1272, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.organize a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 1px #000;
  margin-top: auto;
  margin-top: 8px;
}
/* line 1278, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.organize a a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/*テーブル共通*/
/* line 1288, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.list {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 5px;
  font-size: 1.0vw;
}
/* line 1295, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.list th {
  padding: 10px;
}
/* line 1296, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.list td {
  padding: 8px;
}
/* line 1298, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.list th {
  background: #0058A6;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 1.0vw;
}
/* line 1308, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.list td {
  background: #f4f4f4;
}

/* line 1315, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.set-devise {
  padding-top: 20px;
  padding-right: 35px;
}

/* line 1321, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.responsive-line {
  width: 95%;
  max-width: 100%;
  /* 幅の最大値を親幅に */
  box-sizing: border-box;
  /* パディング・ボーダーを幅に含める */
}
@media only screen and (max-width: 599px) {
  /* line 1321, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .responsive-line {
    width: 100%;
    max-width: 100%;
  }
}

/* line 1332, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.block-image {
  width: 100%;
  display: inline-block;
  /* 親の text-align: center; に従う */
  vertical-align: top;
  /* pタグとの上下ズレ防止 */
  margin: 10px auto;
}
@media only screen and (max-width: 599px) {
  /* line 1332, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .block-image {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

/* line 1345, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.entire-image {
  width: 65%;
  display: block;
  /* inline-block から block に変更して margin: auto が効くように */
  margin: 10px auto;
  /* 上下10px、左右自動で中央寄せ */
  vertical-align: top;
  /* pタグとの上下ズレ防止 */
  max-width: 100%;
  /* 横幅制限（画像がはみ出さないように） */
}
@media only screen and (max-width: 599px) {
  /* line 1345, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .entire-image {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

/* line 1359, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.border2 {
  text-align: center;
  margin: 0em 1.5em;
  font-size: 1.5vw;
  width: 100%;
  font-weight: bold;
  color: #fff;
  /* 文字色 */
  background: #0058A6;
  border: solid 5px #0058A6;
  /* 線 */
  border-radius: 10px;
  padding: 0em 0.2em;
  box-sizing: border-box;
  /* パディングとボーダー込みで幅計算 */
}
@media only screen and (max-width: 599px) {
  /* line 1359, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .border2 {
    font-size: 4.5vw;
    /* スマホで文字大きすぎるのを防ぐ */
    margin: 0.5em 1em;
    /* 左右のマージンを縮めて詰まり防止 */
  }
}

/* line 1378, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.border2 p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  /* line 1383, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .center-on-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* line 1391, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.blue-2 {
  color: #0058A6;
  font-size: 45px;
  font-weight: bold;
  margin: 15px 0;
}

/* テーブル共通 */
/* line 1399, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.review {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}
/* line 1406, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.review .font-middle {
  font-size: 1.7rem;
}
/* line 1407, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.review .red {
  color: red;
}
/* line 1409, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.review th, table.review td {
  background: #f4f4f4;
  padding: 10px;
  line-height: 3rem;
  font-weight: bold;
}
/* line 1416, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.review .title {
  background-color: #0058A6;
  font-size: 1.5vw;
  color: white;
}
/* line 1422, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.review td {
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  position: relative;
  color: #333;
  font-size: 1.3vw;
}
@media (max-width: 768px) {
  /* line 1433, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  table.review .title {
    font-size: 4vw;
  }
  /* line 1436, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  table.review td {
    font-size: 3.5vw;
  }
}

/* line 1441, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.left {
  margin: 5px 0px 5px 50px;
}

/* line 1442, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
table.right {
  margin: 5px 50px 5px 0px;
}

/* line 1445, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.check-mark {
  font-size: 60px;
}

/* line 1448, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.check {
  font-size: 60px;
  font-size: bold;
}

/* 全体ラッパー */
/* line 1455, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.category-wrapper {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: left;
}

/* 大見出し */
/* line 1463, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.headline {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

/* 求人カード */
/* line 1472, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(5, 5, 238, 0.2);
  padding: 24px;
  margin-bottom: 24px;
  transition: box-shadow 0.3s ease;
}

/* line 1481, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* line 1485, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #2c3e50;
}

/* line 1491, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-card p {
  margin: 6px 0;
  font-size: 15px;
  color: #555;
}

/* ボタン */
/* line 1498, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-card .btn-detail {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  background-color: #3498db;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* line 1509, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-card .btn-detail:hover {
  background-color: #2980b9;
}

/* 求人詳細ページ専用ラッパー */
/* line 1514, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* 大見出し */
/* line 1525, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper h1.job-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: center;
}

/* サブテキスト */
/* line 1535, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper p.job-subtitle {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 24px;
  text-align: center;
}

/* セクションタイトル */
/* line 1543, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper h2.section-title {
  font-size: 1.6rem;
  color: #34495e;
  border-bottom: 2px solid #3498db;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 24px;
}

/* テーブル全体 */
/* line 1553, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper table.job-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
}

/* ラベルセル */
/* line 1560, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper table.job-table td.label-cell {
  width: 30%;
  font-weight: 600;
  color: #2c3e50;
  padding: 10px 12px;
  background-color: #f4f7fa;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* データセル */
/* line 1571, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper table.job-table td.data-cell {
  padding: 10px 12px;
  border: 1px solid #ddd;
  color: #555;
  vertical-align: top;
  white-space: pre-line;
}

/* ボタンラッパー */
/* line 1580, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .action-buttons,
.job-detail-wrapper .admin-actions {
  margin-top: 30px;
  text-align: center;
}

/* ボタン共通 */
/* line 1587, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 0 8px;
}

/* 青ボタン */
/* line 1599, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn-primary {
  background-color: #3498db;
  color: white;
  border: none;
}

/* line 1605, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn-primary:hover {
  background-color: #2980b9;
}

/* 赤ボタン */
/* line 1610, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn-danger {
  background-color: #e74c3c;
  color: white;
  border: none;
}

/* line 1616, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn-danger:hover {
  background-color: #c0392b;
}

/* グレーのセカンダリーボタン */
/* line 1621, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn-secondary {
  background-color: #bdc3c7;
  color: #2c3e50;
  border: none;
}

/* line 1627, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.job-detail-wrapper .btn-secondary:hover {
  background-color: #95a5a6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  /* line 1633, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .category-wrapper {
    padding: 0 12px;
  }

  /* line 1637, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .headline {
    font-size: 22px;
  }

  /* line 1641, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-card {
    padding: 16px;
  }

  /* line 1645, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-card h3 {
    font-size: 24px;
    font-weight: bold;
  }

  /* line 1650, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-card p {
    font-size: 14px;
  }

  /* line 1654, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper {
    padding: 0 12px;
  }

  /* line 1658, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper h1.job-title {
    font-size: 1.8rem;
  }

  /* line 1662, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper p.job-subtitle {
    font-size: 1rem;
  }

  /* line 1666, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper h2.section-title {
    font-size: 1.4rem;
  }

  /* line 1670, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper table.job-table td.label-cell,
  .job-detail-wrapper table.job-table td.data-cell {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  /* line 1677, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper table.job-table td.label-cell {
    background-color: #eef2f7;
    border-bottom: none;
  }

  /* line 1682, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .job-detail-wrapper table.job-table td.data-cell {
    border-top: none;
    margin-bottom: 12px;
  }
}
/* ===============================
   J Work 専用デザインスタイル
   =============================== */
/* line 1697, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-section {
  background: #f9fafb;
  padding: 60px 0;
  border-bottom: 1px solid #e6e6e6;
}

/* line 1703, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-headline {
  font-size: 2.5rem;
  color: #222;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

/* line 1712, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-headline::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #007aff;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* line 1722, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-intro-text {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.9;
  text-align: justify;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* line 1731, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-intro-text p {
  margin-bottom: 20px;
}

/* line 1735, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-rules-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin: 0 auto;
  max-width: 900px;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

/* line 1747, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-rules-box p {
  margin-bottom: 12px;
}

/* line 1751, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-rules-box p::before {
  content: "・";
  color: #007aff;
  font-weight: bold;
  margin-right: 4px;
}

/* line 1758, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-image-area {
  text-align: center;
}

/* line 1762, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-image-area img {
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* line 1768, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-example-box {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

/* line 1777, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-example-box p {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.8;
}

/* line 1784, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-section h1 {
  line-height: 1.8;
  min-height: 120px;
  /* 高さを確保して詰まり防止 */
}

@media (max-width: 768px) {
  /* line 1790, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
  .jwork-section h1 {
    min-height: 160px;
    /* スマホ時はさらに余裕を確保 */
  }
}
/* line 1794, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-container {
  display: flex;
  gap: 20px;
  /* ボックス間の隙間 */
  justify-content: space-between;
}

/* line 1800, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-box {
  border: 1px solid #ccc;
  padding: 15px;
  width: 30%;
  /* 3列に収めるため */
  box-sizing: border-box;
  text-align: center;
}

/* line 1808, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.jwork-example-box img,
.jwork-example-box .image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* line 1818, /opt/webroot/jwork/app/assets/stylesheets/application.scss */
.condition {
  color: red;
  font-weight: bold;
}
