@charset "UTF-8";
/*
#overview
Shotworks SMP Style Guide 2023
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 14px;
  }
}
ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0 none;
}

a {
  color: #2a7ecc;
  text-decoration: none;
  cursor: pointer;
}

/* Layouts
   ========================================================================== */
@media screen and (min-width: 600px) {
  .l-content-wrap--sp, .l-content-wrap--bg2, .l-content-wrap {
    max-width: 950px;
    margin: 0 auto;
  }
}

.l-content-wrap--bg2 {
  background-color: #fdfaf3;
}

.l-content-wrap--sp {
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .l-content-wrap--sp {
    padding: 0;
  }
}

/*#styleguide
ボックス

```
<div class="c-box"><br>コンテンツはこのなかへ<br><br><br><br><br><br><br><br><br><br></div>
<br>
※使用時はbrタグは削除ください

```
*/
.c-box {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/*#styleguide
ボタン

```
[ボタン/サイト共通]
<br><br>
<p class="c-btn--normal">応募する</p>
<br><br>
<p class="c-btn--normal-ghost">応募する</p>
<br><br>
<p class="c-btn--normal-ghost-gray">応募する</p>
<br><br>
<a class="c-btn--option">保存</a>
<br><br>
<a class="c-btn--primary c-btn-arrow-r">応募する</a>
<br><br>
<a class="c-btn--primary--l c-btn-arrow-r">応募する</a>
<br><br>
<a class="c-btn--primary-inverse">応募する</a>
<br><br>
<a class="c-btn--secondary c-btn-arrow-r">応募する</a>
<br><br>
<a class="c-btn--shift c-btn-arrow-r">詳細を見る</a>
<br><br>
<a class="c-btn--small">もっと見る</a>
<br><br>
<a class="c-btn--normal-bl">次のページへ</a>
<br><br>
[ボタン/お気に入り]
<br><br>
<p class="c-btn-fav btn_fav_toggle btn_fav"><span class="c-btn-fav__icon"></span>お気に入り<br>追加</p>
<br><br>
<p class="c-btn-fav btn_fav_toggle btn_off"><span class="c-btn-fav__icon"></span>お気に入り<br>解除</p>
<br><br>
[ボタン/すべて見る]※テキストの切り替えはjsで追加設定が必要
<br><br>
<p class="c-btn-plus">すべて見る</p>
<br><br>
<p class="c-btn-plus is-open">閉じる</p>
<br><br>
[ボタン/削除]
<br><br>
<span class="c-btn-delete"></span>
<br><br>
[ボタン/削除グレー]
<br><br>
<span class="c-btn-delete--gr"></span>
<br><br>
[ボタン/追加]
<br><br>
<span id="js_btn_work_more" class="c-btn-add-contents"><span class="c-btn-add-contents__plus"></span>仕事経験を追加</span>
```
*/
.c-btn--normal-bl, .c-btn--small, .c-btn--shift, .c-btn--secondary, .c-btn--primary-inverse, .c-btn--primary, .c-btn--primary--l, .c-btn--option, .c-btn--normal-ghost-gray, .c-btn--normal-ghost, .c-btn--normal {
  display: inline-block;
  position: relative;
  min-width: 250px;
  padding: 16px 0;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-btn--normal-bl:active, .c-btn--small:active, .c-btn--shift:active, .c-btn--secondary:active, .c-btn--primary-inverse:active, .c-btn--primary:active, .c-btn--primary--l:active, .c-btn--option:active, .c-btn--normal-ghost-gray:active, .c-btn--normal-ghost:active, .c-btn--normal:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.c-btn--primary--l {
  padding: 20px 0;
}

.c-btn-arrow-r:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn--normal {
  border: 1px solid #e5e4e0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #6d6d6d;
}
.c-btn--normal:hover {
  border: 1px solid #f5aa00;
  color: #f5aa00;
}
.c-btn--normal-ghost {
  border: 1px solid #dbd8d0;
  background: transparent;
  color: #6d6d6d;
}
.c-btn--normal-ghost:hover {
  border: 1px solid #f3c866;
  color: #f3c866;
}
.c-btn--normal-ghost-gray {
  border: 1px solid #e5e4e0;
  background: transparent;
  color: #6d6d6d;
}
.c-btn--normal-ghost-gray:hover {
  border: 1px solid #f1c04e;
  color: #f1c04e;
}
.c-btn--option {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: #6d6d6d;
  color: #fff;
}
.c-btn--option:hover {
  background: #878787;
}
.c-btn--primary, .c-btn--primary--l {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: #1dc391;
  color: #fff;
}
.c-btn--primary:hover, .c-btn--primary--l:hover {
  background: #25dfa7;
}
.c-btn--primary-inverse {
  border: 1px solid #1dc391;
  background: #fff;
  color: #1dc391;
}
.c-btn--primary-inverse:hover {
  border: 1px solid #32e1ac;
  color: #32e1ac;
}
.c-btn--secondary {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: #f5aa00;
  color: #fff;
}
.c-btn--secondary:hover {
  background: #ffbd29;
}
.c-btn--shift {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: #0c99ac;
  color: #fff;
}
.c-btn--shift:hover {
  background: #0eb7cd;
}
.c-btn--small {
  min-width: 100px;
  padding: 10px 0;
  border: 1px solid #e5e4e0;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #6d6d6d;
  font-weight: bold;
  font-size: 12px;
}
.c-btn--small:hover {
  border: 1px solid #f5aa00;
  color: #f5aa00;
}
.c-btn--normal-bl {
  min-width: 120px;
  padding: 15px 0;
  border: 1px solid #e5e4e0;
  background: #fff;
  color: #2a7ecc;
  font-size: 14px;
}
.c-btn--normal-bl:hover {
  opacity: 0.7;
}

.c-btn-fav {
  display: inline-block;
  margin: auto 0;
  color: #979797;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}
.c-btn-fav .btn_fav {
  padding: 25px 5px 0;
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_fav2.svg") no-repeat top center;
  background-size: 22px;
}
.c-btn-fav .btn_off {
  padding: 25px 5px 0;
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_fav.svg") no-repeat top center;
  background-size: 22px;
}

.c-btn-plus {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #6d6d6d;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-btn-plus::before, .c-btn-plus::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #979797;
  content: "";
}
.c-btn-plus::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-btn-plus::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-btn-plus.is-open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-btn-delete, .c-btn-delete--gr {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #799bbb;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-btn-delete::before, .c-btn-delete--gr::before, .c-btn-delete::after, .c-btn-delete--gr::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.c-btn-delete::before, .c-btn-delete--gr::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn-delete::after, .c-btn-delete--gr::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-btn-delete::before, .c-btn-delete--gr::before, .c-btn-delete::after, .c-btn-delete--gr::after {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-btn-delete:hover, .c-btn-delete--gr:hover {
  opacity: 0.7;
}
.c-btn-delete--gr {
  width: 20px;
  height: 20px;
  background-color: #bcbcbc;
}
.c-btn-delete--gr::before, .c-btn-delete--gr::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.c-btn-delete--gr::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn-delete--gr::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-btn-delete-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}

.close_msg_box.is_close {
  display: none;
}

.c-btn-add-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-btn-add-contents__plus {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  background-color: #1dc391;
}
.c-btn-add-contents__plus::before, .c-btn-add-contents__plus::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.c-btn-add-contents__plus::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-btn-add-contents__plus::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-btn-add-contents__plus::before, .c-btn-add-contents__plus::after {
  right: 0;
  width: 16px;
  margin: 0 auto;
}

/*#styleguide
見出し

```
<h1 class="c-headline-h1"><span class="c-headline-h1__inner">SP見出しH1</span></h1>
<br><br>
<h1 class="c-headline-h1--return"><span class="return-btn"></span>SP見出し</h1>
<br><br>
<h2 class="c-headline-h2">SP見出しH2</h2>
<br><br>
<h3 class="c-headline-h3">SP見出しH3</h3>
<br><br>
<h3 class="c-headline-h3--l-line">SP見出しH3（左ライン）</h3>
<br><br>
<h4 class="c-headline-h4">SP見出しH4</h3>
<br><br>

```
*/
.c-headline-h1, .c-headline-h1--return {
  width: 100%;
  padding: 14px 10px;
  background-color: #fff;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .c-headline-h1__inner {
    display: block;
    max-width: 930px;
    margin: 0 auto;
  }
}
.c-headline-h1--return {
  position: relative;
  text-align: center;
}
.c-headline-h1--return .return-btn {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.c-headline-h1--return .return-btn:before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #979797;
  border-right: 2px solid #979797;
  width: 12px;
  height: 12px;
}

.c-headline-h2 {
  width: 100%;
  margin: 12px 0;
  padding: 0 10px;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 18px;
}

.c-headline-h3, .c-headline-h3--l-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 12px 0;
  padding: 0;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 16px;
}
.c-headline-h3--l-line {
  padding: 2px 0 2px 10px;
  border-left: 3px solid #f5aa00;
}

.c-headline-h4 {
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 14px;
}

.password-wrap {
  position: relative;
}
.password-wrap .password-icon-off {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_visibility_off.svg) left center no-repeat transparent;
  background-size: 24px 24px;
  font-size: 18px;
}
.password-wrap .password-icon-on {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_visibility_on.svg) left center no-repeat transparent;
  background-size: 24px 24px;
  font-size: 18px;
}

/*#styleguide
入力フォーム

```
[inputテキスト/通常]
<input type="text" class="c-form-text" name="" value="" placeholder="テキストを入力">
<br><br><br><br>

[inputテキスト/アプティブ]
<input type="text" class="c-form-text is-active" name="" value="" placeholder="テキストを入力">
<br><br><br><br>

[inputテキスト/エラー]
<input type="text" class="c-form-text is-error" name="" value="" placeholder="テキストを入力">
<br><br><br><br>

[inputテキスト/別枠色]
<input type="text" class="c-form-text--ptn2" name="" value="" placeholder="テキストを入力">
<br><br><br><br>

[inputテキスト/通常（左右円形）]
<input type="text" class="c-form-text--round" name="" value="" placeholder="テキストを入力">
<br><br><br><br>

[inputテキスト/別枠色（左右円形）]
<input type="text" class="c-form-text--ptn2--round" name="" value="" placeholder="テキストを入力">
<br><br><br><br>

[パスワード]
<input type="password" class="c-form-text--password" name="" value="" placeholder="テキストを入力">
<br><br><br><br>


[検索フォーム/通常]
<form action="" method="">
    <div class="c-form-search">
        <input class="c-form-search__text" type="text" name="" value="" id="" placeholder="テキストを入力">
        <input class="c-form-search__btn" type="submit" value="検索" id="" onclick="ga('send', 'event', '{変数}', 'アクション名', 'テキストを入力');">
    </div>
</form>
<br><br><br><br>
[検索フォーム/別枠色＋緑ボタン]
<form action="" method="">
    <div class="c-form-search--ptn2">
        <input class="c-form-search__text" type="text" name="" value="" id="" placeholder="テキストを入力">
        <input class="c-form-search__btn" type="submit" value="検索" id="" onclick="ga('send', 'event', '{変数}', 'アクション名', 'テキストを入力');">
    </div>
</form>
<br><br><br><br>


[セレクト]
<div class="c-form-select-wrap">
    <select class="c-form-select" name="">
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>
<br><br><br><br>

[セレクト/アクティブ]
<div class="c-form-select-wrap">
    <select class="c-form-select is-active" name="">
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>

<br><br><br><br>

[セレクト/エラー]
<div class="c-form-select-wrap">
    <select class="c-form-select is-error" name="">
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>

<br><br><br><br>

[セレクト/設定不可（disabled）]
<div class="c-form-select-wrap">
    <select class="c-form-select is-disabled" name="" disabled>
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>

<br><br><br><br>

[セレクト/別枠色]
<div class="c-form-select-wrap--ptn2">
    <select class="c-form-select" name="">
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>
<br><br><br><br>


[セレクト/通常（左右円形）]
<div class="c-form-select-wrap--round">
    <select class="c-form-select" name="">
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>
<br><br><br><br>

[セレクト/別枠色（左右円形）]
<div class="c-form-select-wrap--ptn2--round">
    <select class="c-form-select" name="">
        <option value="">勤務開始日</option>
        <option value="1">今日</option>
        <option value="2">明日</option>
        <option value="3">明後日</option>
        <option value="4">明々後日</option>
        <option value="5">今週</option>
        <option value="6">来週</option>
        <option value="7">再来週</option>
        <option value="8">今月</option>
        <option value="9">来月</option>
        <option value="10">再来月</option>
    </select>
</div>
<br><br><br><br>


[ラジオボタン/通常]
<div class="c-radio-wrap">
    <input type="radio" id="radio_sample01" class="c-radio-input visually-hidden" name="radio_sample" value="">
    <label class="c-radio-label" for="radio_sample01">テキスト1</label>

    <input type="radio" id="radio_sample02" class="c-radio-input visually-hidden" name="radio_sample" value="">
    <label class="c-radio-label" for="radio_sample02">テキスト2</label>
</div>
<br><br><br><br>


[ラジオボタン/別色]
<div class="c-radio-wrap">
    <input type="radio" id="radio_sample03" class="c-radio-input visually-hidden" name="radio_sample" value="">
    <label class="c-radio-label--ptn2" for="radio_sample03">テキスト3</label>

    <input type="radio" id="radio_sample04" class="c-radio-input visually-hidden" name="radio_sample" value="">
    <label class="c-radio-label--ptn2" for="radio_sample04">テキスト4</label>
</div>
<br><br><br><br>


[ラジオボタン/ボタン]
<ul class="c-radio-wrap c-radio-btn-wrap">
    <li>
        <input type="radio" id="radio_btn_sample01" class="c-radio-input visually-hidden" name="radio_sample" value="">
        <label class="c-radio-label-btn first" for="radio_btn_sample01">テキスト1</label>
    </li>
    <li>
        <input type="radio" id="radio_btn_sample02" class="c-radio-input visually-hidden" name="radio_sample" value="">
        <label class="c-radio-label-btn middle" for="radio_btn_sample02">テキスト2</label>
    </li>
    <li>
        <input type="radio" id="radio_btn_sample03" class="c-radio-input visually-hidden" name="radio_sample" value="">
        <label class="c-radio-label-btn last" for="radio_btn_sample03">テキスト3</label>
    </li>
</ul>
<br><br><br><br>

[ラジオボタン/ボタン（別色）]
<ul class="c-radio-wrap c-radio-btn-wrap">
    <li>
        <input type="radio" id="radio_btn_sample04" class="c-radio-input visually-hidden" name="radio_sample" value="">
        <label class="c-radio-label-btn--ptn2 first" for="radio_btn_sample04">テキスト1</label>
    </li>
    <li>
        <input type="radio" id="radio_btn_sample05" class="c-radio-input visually-hidden" name="radio_sample" value="">
        <label class="c-radio-label-btn--ptn2 middle" for="radio_btn_sample05">テキスト2</label>
    </li>
    <li>
        <input type="radio" id="radio_btn_sample06" class="c-radio-input visually-hidden" name="radio_sample" value="">
        <label class="c-radio-label-btn--ptn2 last" for="radio_btn_sample06">テキスト3</label>
    </li>
</ul>
<br><br><br><br>


[チェックボックス/通常]
<div class="c-checkbox-wrap">
    <input type="checkbox" id="checkbox_sample" class="c-checkbox-input visually-hidden" name="" value="1">
    <label class="c-checkbox-label" for="checkbox_sample"><span class="c-checkbox-label__check"></span>テキストテキスト</label>
</div>

<br><br><br><br>


[チェックボックス/別色]
<div class="c-checkbox-wrap">
    <input type="checkbox" id="checkbox_sample2" class="c-checkbox-input visually-hidden" name="" value="1">
    <label class="c-checkbox-label--ptn2" for="checkbox_sample2"><span class="c-checkbox-label__check"></span>テキストテキスト</label>
</div>

<br><br><br><br>

[チェックボックス/ボタンまでラベルパターン]
<label class="c-checkbox-wrap--label"  for="checkbox_sample3">
    <input type="checkbox" id="checkbox_sample3" class="c-checkbox-input visually-hidden" name="" value="1">
    <label class="c-checkbox-label" for="checkbox_sample3"><span class="c-checkbox-label__check"></span>テキストテキスト</label>
</label>

<br><br><br><br>


[テキストエリア/通常]
<div class="c-textarea-wrap">
    <textarea cols="20" rows="10" class="c-textarea" name="" placeholder="テキストを入力、row10だと多い？"></textarea>
</div>

<br><br><br><br>


[テキストエリア/別色]
<div class="c-textarea-wrap">
    <textarea cols="20" rows="10" class="c-textarea--ptn2" name="" placeholder="テキストを入力、row10だと多い？"></textarea>
</div>
<br><br><br><br>


[選択中/キャンセルボタン付き]
<div class="c-selected-wrap">
    <ul class="c-selected__list">
        <li class="c-selected__item">
            <div class="c-selected__con">
                <span class="c-selected__text">テキストテキストテキスト</span>
                <span class="c-selected__cancel-btn"></span>
            </div>
        </li>
    </ul>
</div>
<br><br><br><br>

```
*/
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, select:focus, textarea:focus {
  border: 1px solid #c2bb1e;
  color: #3d3d3d;
  outline: none;
}

.c-form-text, .c-form-text--password, .c-form-text--ptn2--round, .c-form-text--ptn2, .c-form-text--round {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e5e4e0;
  border-radius: 16px;
  box-shadow: none;
  background-color: #fff;
  color: #3d3d3d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.c-form-text::-webkit-input-placeholder, .c-form-text--password::-webkit-input-placeholder, .c-form-text--ptn2--round::-webkit-input-placeholder, .c-form-text--ptn2::-webkit-input-placeholder, .c-form-text--round::-webkit-input-placeholder {
  color: #d1d1d1;
}
.c-form-text:-ms-input-placeholder, .c-form-text--password:-ms-input-placeholder, .c-form-text--ptn2--round:-ms-input-placeholder, .c-form-text--ptn2:-ms-input-placeholder, .c-form-text--round:-ms-input-placeholder {
  color: #d1d1d1;
}
.c-form-text::placeholder, .c-form-text--password::placeholder, .c-form-text--ptn2--round::placeholder, .c-form-text--ptn2::placeholder, .c-form-text--round::placeholder {
  color: #d1d1d1;
}
.c-form-text::-webkit-search-cancel-button, .c-form-text--password::-webkit-search-cancel-button, .c-form-text--ptn2--round::-webkit-search-cancel-button, .c-form-text--ptn2::-webkit-search-cancel-button, .c-form-text--round::-webkit-search-cancel-button {
  width: 16px;
  height: 16px;
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.c-form-text.is-active, .is-active.c-form-text--password, .is-active.c-form-text--ptn2--round, .is-active.c-form-text--ptn2, .is-active.c-form-text--round {
  border: 1px solid #c2bb1e;
}
.c-form-text.is-error, .is-error.c-form-text--password, .is-error.c-form-text--ptn2--round, .is-error.c-form-text--ptn2, .is-error.c-form-text--round {
  border: 1px solid #f36363;
  color: #f36363;
}
.c-form-text.is-error::-webkit-input-placeholder, .is-error.c-form-text--password::-webkit-input-placeholder, .is-error.c-form-text--ptn2--round::-webkit-input-placeholder, .is-error.c-form-text--ptn2::-webkit-input-placeholder, .is-error.c-form-text--round::-webkit-input-placeholder {
  color: #f36363;
}
.c-form-text.is-error:-ms-input-placeholder, .is-error.c-form-text--password:-ms-input-placeholder, .is-error.c-form-text--ptn2--round:-ms-input-placeholder, .is-error.c-form-text--ptn2:-ms-input-placeholder, .is-error.c-form-text--round:-ms-input-placeholder {
  color: #f36363;
}
.c-form-text.is-error::placeholder, .is-error.c-form-text--password::placeholder, .is-error.c-form-text--ptn2--round::placeholder, .is-error.c-form-text--ptn2::placeholder, .is-error.c-form-text--round::placeholder {
  color: #f36363;
}
.c-form-text.inp_error, .inp_error.c-form-text--password, .inp_error.c-form-text--ptn2--round, .inp_error.c-form-text--ptn2, .inp_error.c-form-text--round {
  border: 1px solid #f36363;
  color: #f36363;
}
.c-form-text--round {
  border-radius: 30px;
}
.c-form-text--ptn2 {
  border: 1px solid #f5ebdb;
}
.c-form-text--ptn2--round {
  border: 1px solid #f5ebdb;
  border-radius: 30px;
}
.c-form-text--password {
  padding: 16px 50px 16px 20px;
}

.c-form-search, .c-form-search--ptn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-form-search__text {
  width: 80%;
  padding: 16px 20px;
  border: 1px solid #e5e4e0;
  border-radius: 30px 0 0 30px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form-search__text::-webkit-input-placeholder {
  color: #d1d1d1;
}
.c-form-search__text:-ms-input-placeholder {
  color: #d1d1d1;
}
.c-form-search__text::placeholder {
  color: #d1d1d1;
}
.c-form-search__btn {
  width: 20%;
  padding: 15px 0;
  border: 1px solid #6d6d6d;
  border-radius: 0 30px 30px 0;
  box-sizing: border-box;
  background-color: #6d6d6d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.c-form-search--ptn2 .c-form-search__btn {
  border: 1px solid #1dc391;
  background-color: #1dc391;
}

.c-form-select-wrap, .c-form-select-wrap--ptn2--round, .c-form-select-wrap--ptn2, .c-form-select-wrap--round {
  position: relative;
  width: 100%;
}
.c-form-select-wrap:after, .c-form-select-wrap--ptn2--round:after, .c-form-select-wrap--ptn2:after, .c-form-select-wrap--round:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
  top: calc(50% - 7px);
}
.c-form-select-wrap--round .c-form-select {
  border-radius: 30px;
}
.c-form-select-wrap--ptn2:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #eac19a;
  border-right: 2px solid #eac19a;
}
.c-form-select-wrap--ptn2 .c-form-select {
  border: 1px solid #f5ebdb;
}
.c-form-select-wrap--ptn2--round:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #eac19a;
  border-right: 2px solid #eac19a;
}
.c-form-select-wrap--ptn2--round .c-form-select {
  border: 1px solid #f5ebdb;
  border-radius: 30px;
}

.c-form-select {
  width: 100%;
  height: 50px;
  padding: 16px 20px;
  border: 1px solid #e5e4e0;
  border-radius: 16px;
  box-shadow: none;
  background-color: #fff;
  color: #3d3d3d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form-select option {
  text-align: left;
}
.c-form-select.is-active {
  border: 1px solid #c2bb1e;
}
.c-form-select.is-error {
  border: 1px solid #f36363;
  color: #f36363;
}
.c-form-select.is-disabled {
  border: 1px solid #e5e4e0;
  color: #979797;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.c-checkbox-wrap, .c-checkbox-wrap--label, .c-radio-btn-wrap, .c-radio-wrap, .c-radio-wrap--label {
  display: block;
  padding: 5px 0;
}

.c-checkbox-label, .c-checkbox-label--ptn2, .c-radio-label, .c-radio-label--ptn2 {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  cursor: pointer;
}

.c-radio-label, .c-radio-label--ptn2 {
  display: block;
}
.c-radio-label::before, .c-radio-label--ptn2::before, .c-radio-label::after, .c-radio-label--ptn2::after {
  display: block;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-radio-label::before, .c-radio-label--ptn2::before {
  left: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e4e0;
  background-color: #fff;
}
.c-radio-label::after, .c-radio-label--ptn2::after {
  opacity: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #ffe100;
}
.c-radio-label--ptn2::before {
  border: 2px solid #eac19a;
  background-color: #fdfaf3;
}

.c-radio-wrap input:checked + label::after, .c-radio-wrap--label input:checked + label::after {
  opacity: 1;
}
.c-radio-wrap input:checked + label.c-radio-label--ptn2::before, .c-radio-wrap--label input:checked + label.c-radio-label--ptn2::before {
  border: 2px solid #e5e4e0;
  background-color: #fff;
}

.c-radio-label-btn, .c-radio-label-btn--ptn2 {
  display: inline-block;
  min-width: 110px;
  padding: 16px 20px;
  border: 1px solid #e5e4e0;
  box-sizing: border-box;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-radio-label-btn.first, .first.c-radio-label-btn--ptn2, .c-radio-label-btn--num0 {
  border-radius: 16px 0 0 16px;
}
.c-radio-label-btn.last, .last.c-radio-label-btn--ptn2, .c-radio-label-btn--num1 {
  border-radius: 0 16px 16px 0;
}
.c-radio-label-btn--ptn2 {
  border: 1px solid #eac19a;
}

.c-radio-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-radio-btn-wrap input:checked + label.c-radio-label-btn, .c-radio-btn-wrap input:checked + label.c-radio-label-btn--ptn2 {
  border: 1px solid #ffe100;
  background-color: #ffe100;
}

.c-radio-wrap--label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 15px;
  border: 1px solid #e5e4e0;
  border-radius: 16px;
  cursor: pointer;
}
.c-radio-wrap--label .c-radio-label, .c-radio-wrap--label .c-radio-label--ptn2 {
  display: block;
  position: static;
  left: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-radio-wrap--label .c-radio-label::before, .c-radio-wrap--label .c-radio-label--ptn2::before, .c-radio-wrap--label .c-radio-label::after, .c-radio-wrap--label .c-radio-label--ptn2::after {
  position: absolute;
  top: 50%;
}
.c-radio-wrap--label .c-radio-label__wrap {
  display: block;
  position: relative;
  padding: 6px 0 6px 35px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.c-radio-wrap--label input:checked + label.c-radio-label__wrap > .c-radio-label, .c-radio-wrap--label input:checked + label.c-radio-label__wrap > .c-radio-label--ptn2, .c-radio-wrap--label input:checked + span.c-radio-label__wrap > .c-radio-label::after, .c-radio-wrap--label input:checked + span.c-radio-label__wrap > .c-radio-label--ptn2::after {
  opacity: 1;
}

.c-checkbox-label, .c-checkbox-label--ptn2 {
  padding: 6px 30px;
}
.c-checkbox-label__check {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #e5e4e0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-checkbox-label__check::before, .c-checkbox-label__check::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-checkbox-label__check::before {
  opacity: 0;
  top: 6px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 2px;
  height: 8px;
  border-radius: 5px;
  background-color: #fff;
  vertical-align: middle;
}
.c-checkbox-label__check::after {
  opacity: 0;
  top: 2px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2px;
  height: 12px;
  border-radius: 5px;
  background-color: #fff;
  vertical-align: middle;
}
.c-checkbox-label--ptn2 .c-checkbox-label__check {
  border: 2px solid #eac19a;
  background-color: #fdfaf3;
}

.c-checkbox-wrap input:checked + label.c-checkbox-label > .c-checkbox-label__check, .c-checkbox-wrap--label input:checked + label.c-checkbox-label > .c-checkbox-label__check, .c-checkbox-wrap input:checked + label.c-checkbox-label--ptn2 > .c-checkbox-label__check, .c-checkbox-wrap--label input:checked + label.c-checkbox-label--ptn2 > .c-checkbox-label__check, .c-checkbox-wrap input:checked + span.c-checkbox-label > .c-checkbox-label__check, .c-checkbox-wrap--label input:checked + span.c-checkbox-label > .c-checkbox-label__check, .c-checkbox-wrap input:checked + span.c-checkbox-label--ptn2 > .c-checkbox-label__check, .c-checkbox-wrap--label input:checked + span.c-checkbox-label--ptn2 > .c-checkbox-label__check {
  border: 2px solid #ffe100;
  background-color: #ffe100;
}
.c-checkbox-wrap input:checked + label.c-checkbox-label > .c-checkbox-label__check::before, .c-checkbox-wrap--label input:checked + label.c-checkbox-label > .c-checkbox-label__check::before, .c-checkbox-wrap input:checked + label.c-checkbox-label--ptn2 > .c-checkbox-label__check::before, .c-checkbox-wrap--label input:checked + label.c-checkbox-label--ptn2 > .c-checkbox-label__check::before, .c-checkbox-wrap input:checked + label.c-checkbox-label > .c-checkbox-label__check::after, .c-checkbox-wrap--label input:checked + label.c-checkbox-label > .c-checkbox-label__check::after, .c-checkbox-wrap input:checked + label.c-checkbox-label--ptn2 > .c-checkbox-label__check::after, .c-checkbox-wrap--label input:checked + label.c-checkbox-label--ptn2 > .c-checkbox-label__check::after, .c-checkbox-wrap input:checked + span.c-checkbox-label > .c-checkbox-label__check::before, .c-checkbox-wrap--label input:checked + span.c-checkbox-label > .c-checkbox-label__check::before, .c-checkbox-wrap input:checked + span.c-checkbox-label--ptn2 > .c-checkbox-label__check::before, .c-checkbox-wrap--label input:checked + span.c-checkbox-label--ptn2 > .c-checkbox-label__check::before, .c-checkbox-wrap input:checked + span.c-checkbox-label > .c-checkbox-label__check::after, .c-checkbox-wrap--label input:checked + span.c-checkbox-label > .c-checkbox-label__check::after, .c-checkbox-wrap input:checked + span.c-checkbox-label--ptn2 > .c-checkbox-label__check::after, .c-checkbox-wrap--label input:checked + span.c-checkbox-label--ptn2 > .c-checkbox-label__check::after {
  opacity: 1;
}

.c-checkbox-wrap--label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 15px;
  border: 1px solid #e5e4e0;
  border-radius: 16px;
  cursor: pointer;
}
.c-checkbox-wrap--label .c-checkbox-label, .c-checkbox-wrap--label .c-checkbox-label--ptn2 {
  display: block;
  line-height: 1.2;
}

.c-textarea-wrap {
  display: block;
}

.c-textarea, .c-textarea--ptn2 {
  width: 100%;
  padding: 15px;
  border: 1px solid #e5e4e0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
}
.c-textarea::-webkit-input-placeholder, .c-textarea--ptn2::-webkit-input-placeholder {
  color: #d1d1d1;
}
.c-textarea:-ms-input-placeholder, .c-textarea--ptn2:-ms-input-placeholder {
  color: #d1d1d1;
}
.c-textarea::placeholder, .c-textarea--ptn2::placeholder {
  color: #d1d1d1;
}
.c-textarea--ptn2 {
  border: 1px solid #f5ebdb;
}

.c-selected__con {
  display: inline-block;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 40px 16px 20px;
  border: 1px solid #ffe100;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #ffe100;
  text-align: center;
}
.c-selected__text {
  color: #3d3d3d;
}
.c-selected__cancel-btn {
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #bcbcbc;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 5px;
}
.c-selected__cancel-btn:hover {
  background: #d6d6d6;
}
.c-selected__cancel-btn::before, .c-selected__cancel-btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 4px;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
.c-selected__cancel-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-selected__cancel-btn::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*#styleguide
リスト系

```
[リスト系/リンクリスト]
<br><br>
<a href="#" class="c-list-link">テキストテキスト</a>
<br><br><br><br>

[リスト系/リンクリスト]
<br><br>
<ol class="c-list">
    <li class="c-list__item">
        <a href="#" class="c-list-link">テキストテキスト</a>
    </li>
    <li class="c-list__item">
        <a href="#" class="c-list-link">テキストテキスト</a>
    </li>
    <li class="c-list__item">
        <a href="#" class="c-list-link">テキストテキスト</a>
    </li>
</ol>
<br><br><br><br>


[リスト系/リンクリスト（角丸リスト）]
<br><br>
<ol class="c-list--round">
    <li class="c-list__item">
        <a href="#" class="c-list-link">テキストテキスト</a>
    </li>
    <li class="c-list__item">
        <a href="#" class="c-list-link">テキストテキスト</a>
    </li>
    <li class="c-list__item">
        <a href="#" class="c-list-link">テキストテキスト</a>
    </li>
</ol>
<br><br><br><br>


```
*/
.c-list-link {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #3d3d3d;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-list-link:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
}
.c-list-link:hover {
  opacity: 0.7;
}

.c-list, .c-list--round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list__item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: 1px solid #e5e4e0;
}
.c-list__item:not(:first-child) {
  border-top: none;
}
.c-list--round {
  border-radius: 16px;
}
.c-list--round .c-list__item:first-child {
  border-radius: 16px 16px 0 0;
}
.c-list--round .c-list__item:first-child .c-list-link {
  border-radius: 16px 16px 0 0;
}
.c-list--round .c-list__item:last-child {
  border-radius: 0 0 16px 16px;
}
.c-list--round .c-list__item:last-child .c-list-link {
  border-radius: 0 0 16px 16px;
}

.c-list--sd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--sd__item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 5px 0;
  border: 1px solid #e5e4e0;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.c-list--sd__item:not(:first-child) {
  border-top: none;
}
.c-list--sd__link {
  display: block;
  position: relative;
  padding: 15px 20px;
}
.c-list--sd__link:after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
}
.c-list--sd__link:hover {
  opacity: 0.7;
}
.c-list--sd__sub-txt {
  display: block;
  color: #979797;
  font-size: 12px;
}
.c-list--sd__main-txt {
  display: block;
  color: #1886ec;
  font-weight: bold;
  font-size: 18px;
}

/*#styleguide
メッセージ系

```
[メッセージ/動的メッセージ]
<div class="alert_box success" style="position: static;">○○が完了しました</div>
<br><br>
<div class="alert_box error" style="position: static;">○○のエラーです</div>
<br><br><br><br>

[メッセージ/固定メッセージ]
<div class="c-alert--success">successメッセージ</div>
<br><br>
<div class="c-alert--warning">warningメッセージ</div>
<br><br>
<div class="c-alert--error">errorメッセージ</div>
<br><br>

[メッセージ/注意メッセージ]
<div class="c-msg-attention">
    <p class="c-msg-attention__ttl">採用後の注意</p>
    <ul class="c-msg-attention__list">
        <li class="c-msg-attention__item">・採用後の<span class="emph">無断欠勤・連絡欠勤は厳禁</span>です。<span class="emph">一定数以上の欠勤をした場合、応募ができなくなります。</span></li>
        <li class="c-msg-attention__item">・<span class="emph">勤務開始日の2日前以降</span>は、連絡ナビ経由での辞退はご遠慮ください。</li>
    </ul>
</div>
<br><br>

[メッセージ/完了メッセージ]
<div class="c-msg-complete">
    <div class="c-msg-complete__icon-wrap">
        <svg class="c-msg-complete__svg-circle" width="68" height="68" viewBox="0 0 88 88">
            <circle class="c-msg-complete__svg-circle__circle" cx="44" cy="44" r="42" />
        </svg>
        <div class="c-msg-complete__check"></div>
    </div>
    <p class="c-msg-complete__txt">○○が完了しました</p>
</div>
<br><br>

[メッセージ/データが0件の時]
<br>
<div class="none_data">該当するデータはありません。</div>

```
*/
.alert_box, .c-msg--error, .c-msg--complete {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.c-msg-close {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
}
.c-msg-close::before, .c-msg-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #fff;
  content: "";
}
.c-msg-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-msg-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-msg--complete {
  opacity: 0.95;
  background: #1dc391;
}

.c-msg--error {
  opacity: 0.95;
  background: #f36363;
}

.alert_box {
  opacity: 0.85;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.alert_box.success {
  background: #1dc391;
}
.alert_box.error {
  background: #f36363;
}
.alert_box:before, .alert_box:after {
  display: block;
  position: absolute;
  top: 47%;
  right: 15px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.alert_box:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alert_box:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.c-alert--error, .c-alert--warning, .c-alert--success {
  width: 100%;
  padding: 15px 15px 15px 40px;
  border-radius: 7px;
  font-size: 14px;
}
.close_msg_box.c-alert--error, .close_msg_box.c-alert--warning, .close_msg_box.c-alert--success {
  position: relative;
  padding: 15px 30px 15px 40px;
}

.c-alert--success {
  background: #effafa url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_attention_success.svg) 15px center no-repeat;
  background-size: 20px;
  color: #0c99ac;
}

.c-alert--warning {
  background: #fdfce2 url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_attention_warning.svg) 15px center no-repeat;
  background-size: 20px;
  color: #807b14;
}

.c-alert--error {
  background: #fef1f1 url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_attention_error.svg) 15px center no-repeat;
  background-size: 20px;
  color: #f36363;
}

.c-alert-wrap {
  padding: 15px;
}

.c-msg-attention {
  padding: 15px;
  background-color: #fdfaf3;
  color: #3d3d3d;
  font-size: 12px;
  line-height: 1.2;
}
.c-msg-attention__ttl {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_attention_error.svg) 0 center no-repeat;
  background-size: 20px;
  font-size: 14px;
}
.c-msg-attention__list {
  display: block;
}
.c-msg-attention__item {
  margin: 5px 0 0 0;
}
.c-msg-attention__item .emph {
  font-weight: bold;
}
.c-msg-attention .attention--red {
  color: #f36363;
}

.c-msg-complete {
  width: 100%;
  color: #1dc391;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.c-msg-complete__icon-wrap {
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.c-msg-complete__txt {
  margin: 20px 0 0 0;
}
.c-msg-complete__check {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-msg-complete__check::before, .c-msg-complete__check::after {
  display: block;
  position: absolute;
  top: 40px;
  left: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 3px;
  margin: auto;
  border-radius: 10px;
  background: #1dc391;
  content: "";
}
.c-msg-complete__check::after {
  top: 34px;
  left: 26px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 32px;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-msg-complete__svg-circle {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-msg-complete__svg-circle__circle {
  -webkit-animation: circleAnim 1.5s forwards;
  animation: circleAnim 1.5s forwards;
  stroke: #1dc391;
  stroke-width: 2px;
  fill: transparent;
  stroke-dasharray: 264px;
  stroke-dashoffset: 264px;
}
@-webkit-keyframes circleAnim {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnim {
  to {
    stroke-dashoffset: 0;
  }
}

.none_data {
  margin: 0 auto;
  padding: 40px 0;
  color: #3d3d3d;
  font-weight: bold;
  text-align: center;
}

/*#styleguide
モーダル

```
<div style="height:200px;">

<section class="c-modal js-modal" style="display: block;">
    <div class="c-modal__inner">
        <h2 class="c-modal__header">モーダルタイトル<span class="c-modal__close-btn js_close_btn"></span></h2>
        <div class="c-modal__body">
            モーダルのbody

            <div class="c-modal__btn-wrap">
                <p class="c-btn--primary c-btn-arrow-r c-modal__primary-btn js_modal_submit_btn" onclick="ga('send', 'event', '{$googlecategory}', 'telAuthModal', 'btn_next_auth');">認証に進む</p>
                <p class="c-text-link--wl c-modal__btn-cancel link_close js_close_btn" onclick="ga('send', 'event', '{$googlecategory}', 'telAuthModal', 'link_edit');">内容を変更する</p>
            </div>
        </div>
    </div>
</section>

</div>

<div class="modal_overlay"></div>
<br><br>
<br><br>


```
*/
.c-modal {
  display: none;
  position: absolute;
  z-index: 100;
  width: 90%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #6d6d6d;
}
.c-modal__inner {
  position: relative;
}
.c-modal__header {
  position: relative;
  padding: 20px 10px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e5e4e0;
}
.c-modal__body {
  padding: 20px;
  text-align: center;
}
.c-modal__body--left {
  padding: 20px;
  text-align: left;
}
.c-modal__close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
}
.c-modal__close-btn::before, .c-modal__close-btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #c4c4c4;
  content: "";
}
.c-modal__close-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal__close-btn::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-modal__close-btn::before, .c-modal__close-btn::after {
  width: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-modal__close-btn:hover::before, .c-modal__close-btn:hover::after {
  background-color: #dedede;
}
.c-modal__btn-wrap {
  padding: 15px 0;
}
.c-modal__primary-btn {
  margin: 10px 0;
}
.c-modal__btn-cancel {
  padding: 10px;
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.modal_overlay--gray {
  background-color: rgba(17, 17, 17, 0.7);
}

.c-modal-wrap--station-select .modal_overlay {
  background-color: rgba(17, 17, 17, 0.7);
}

#modal_overlay, #modal_overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.85);
}

/*#styleguide
ページャー

```
[ページャー]
<br><br>
<div class="c-pager">
    <div class="c-pager__inner">
        <div class="c-pager__counter">158件中1～15件目を表示</div>

        <ul class="c-pager__list">
            <li class="c-pager__item current">1</li>
            <li class="c-pager__item"><a href="#">2</a></li>
            <li class="c-pager__item"><a href="#">3</a></li>
            <li class="c-pager__item"><a href="#">4</a></li>
            <li class="c-pager__item"><a href="#">5</a></li>
        </ul>

        <ul class="c-pager__prev-next">
            <li class="c-pager__prev"><a href="#" class="c-pager__prev-next__btn c-btn--normal-bl"></a></li>
            <li class="c-pager__next"><a href="#" class="c-pager__prev-next__btn c-btn--normal-bl">次のページへ</a></li>
        </ul>
    </div>
</div>

<br><br>
<br><br>

[ページャー/リンク無効]
<br><br>
<div class="c-pager">
    <div class="c-pager__inner">
        <div class="c-pager__counter">4件中1～4件目を表示</div>

        <ul class="c-pager__prev-next">
            <li class="c-pager__prev--nolink"><span class="c-btn--normal-bl"></span></li>
            <li class="c-pager__next--nolink"><span class="c-btn--normal-bl">次のページへ</span></li>
        </ul>
    </div>
</div>

<br><br>
<br><br>

```
*/
.c-pager {
  display: block;
  width: 100%;
  color: #3d3d3d;
}
.c-pager__inner {
  width: 100%;
}
.c-pager__counter {
  margin: 5px 0;
  font-size: 12px;
  text-align: center;
}
.c-pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.c-pager__item {
  -webkit-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  margin: 0 15px;
}
.c-pager__item a {
  display: block;
  padding: 15px 0;
  color: #2a7ecc;
  text-decoration: none;
}
.c-pager__item a:hover {
  opacity: 0.7;
}
.c-pager__prev-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  text-align: center;
}
.c-pager__prev-next__btn {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0;
}
.c-pager__prev .c-btn--normal-bl {
  position: relative;
  min-width: 60px;
}
.c-pager__prev .c-btn--normal-bl:before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #2a7ecc;
  border-right: 2px solid #2a7ecc;
  left: calc(50% - 3px);
}
.c-pager__prev .c-btn--normal-bl:hover {
  opacity: 0.7;
}
.c-pager__prev--nolink span {
  display: block;
  position: relative;
  min-width: 60px;
  background-color: #e5e4e0;
  -webkit-transition: none;
  transition: none;
}
.c-pager__prev--nolink span:before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
  left: calc(50% - 3px);
}
.c-pager__prev--nolink span:hover {
  opacity: 1;
  cursor: default;
}
.c-pager__prev--nolink span:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.c-pager__next--nolink span {
  display: block;
  position: relative;
  background-color: #e5e4e0;
  color: #bcbcbc;
  -webkit-transition: none;
  transition: none;
}
.c-pager__next--nolink span:hover {
  opacity: 1;
  cursor: default;
}
.c-pager__next--nolink span:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*#styleguide
ステップ

```
[ステップ]<br>
状態はliタグへclass付与で設定<br>
完了：completed<br>
現在：current<br>

<br><br>
<ol class="c-step">
    <li class="c-step__item completed">
        <span class="c-step__icon done"></span>
        <div class="c-step__text">メール送信</div>
    </li>
    <li class="c-step__item current">
        <span class="c-step__icon"></span>
        <div class="c-step__text">情報入力</div>
    </li>
    <li class="c-step__item">
        <span class="c-step__icon"></span>
        <div class="c-step__text">登録完了</div>
    </li>
    <li class="c-step__item">
        <span class="c-step__icon"></span>
        <div class="c-step__text">認証完了</div>
    </li>
</ol>
<br><br>
<br><br>

```
*/
.c-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .c-step {
    max-width: 700px;
    margin: 0 auto;
  }
}
.c-step__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.c-step__item .c-step__icon {
  display: block;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: 1px auto 10px;
  border-radius: 50%;
  background: #e5e4e0;
  content: "";
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.c-step__item .c-step__icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.c-step__item .c-step__text {
  color: #bcbcbc;
}
.c-step__item::after {
  position: relative;
  top: 10px;
  left: 50%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  height: 2px;
  background-color: #e5e4e0;
  content: "";
}
.c-step__item:last-child::after {
  width: 0;
}
.c-step__item.current .c-step__icon {
  background: #1dc391;
}
.c-step__item.current .c-step__icon::after {
  -webkit-animation: pulseMotion 1.4s linear infinite;
  animation: pulseMotion 1.4s linear infinite;
}
.c-step__item.current .c-step__text {
  color: #1dc391;
  font-weight: bold;
}
.c-step__item.done .c-step__icon {
  background: #1dc391;
}
.c-step__item.done::after {
  background: #1dc391;
}
.c-step__item.done .c-step__text {
  color: #1dc391;
  font-weight: bold;
}

@-webkit-keyframes pulseMotion {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(29, 195, 145, 0.4);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
    transform: translate(-50%, -50%) scale(3, 3);
    background-color: rgba(29, 195, 145, 0);
  }
}

@keyframes pulseMotion {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(29, 195, 145, 0.4);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
    transform: translate(-50%, -50%) scale(3, 3);
    background-color: rgba(29, 195, 145, 0);
  }
}
/*#styleguide
タグ

```
[サイト共通タグ]
<br>
<div class="c-tag-l c-tag--gray">タグです</div>
<br><br>
<div class="c-tag-l c-tag--ptn2">タグです</div>
<br><br>
<div class="c-tag-sm c-tag--rtype">登録制</div>
<br><br>
<div class="c-tag-sm c-tag--new">登録制</div>
<br><br>
<div class="c-tag-sm c-tag--sft">長期</div>

<br><br><br><br>

[必須・任意タグ]
<h3 class="c-headline-h3">勤務希望日<span class="c-txt-tag--required">必須</span></h3>
<h3 class="c-headline-h3">いきごみメッセージ<span class="c-txt-tag--any">任意</span></h3>

<br><br><br><br>
[応募履歴ステータス]
<br><br>
<div class="c-tag-sm c-tag--selection-status1">プロフィール確認済み</div>
<br><br>
<div class="c-tag-sm c-tag--selection-status2">選考中</div>
<br><br>
<div class="c-tag-sm c-tag--selection-status3">選考終了</div>
<br><br>

<br><br><br><br>
[テキストのみタグ]
<span class="c-txt-tag--new">タグ</span>


```
*/
.c-tag-sm, .c-tag-l {
  display: inline-block;
  border-radius: 4px;
}

.c-tag-l {
  padding: 8px 12px;
  font-size: 14px;
}

.c-tag-sm {
  padding: 4px 8px 3px;
  font-weight: bold;
  font-size: 12px;
}

.c-tag--gray {
  border: 1px solid #e5e4e0;
  color: #6d6d6d;
}
.c-tag--ptn1 {
  border: 1px solid #f1c04e;
  background: #f1c04e;
  color: #fff;
}
.c-tag--ptn2 {
  border: 1px solid #ebd093;
  color: #956800;
}
.c-tag--ptn3 {
  border: 1px solid #f1c04e;
  background: #fff;
  color: #f1c04e;
}
.c-tag--rtype {
  border: 1px solid #f1c04e;
  background: #fff;
  color: #f1c04e;
}
.c-tag--new {
  border: 1px solid #f36363;
  background: #f36363;
  color: #fff;
}
.c-tag--sft {
  border: 1px solid #0c99ac;
  background: #0c99ac;
  color: #fff;
}
.c-tag--selection-status1 {
  background: #1dc391;
  color: #fff;
}
.c-tag--selection-status2 {
  background: #ffe100;
  color: #979797;
}
.c-tag--selection-status3 {
  background: #bcbcbc;
  color: #fff;
}

.c-txt-tag, .c-txt-tag--new, .c-txt-tag--any, .c-txt-tag--required {
  padding: 0 0 0 5px;
  font-size: 12px;
}
.c-txt-tag--required {
  color: #f36363;
}
.c-txt-tag--any {
  color: #a1a1a1;
}
.c-txt-tag--new {
  color: #f36363;
}

/*#styleguide
テキスト

```
[テキスト/通常]
<br><br>
<p class="c-text">デフォルトはbodyの設定が反映されますデフォルトはbodyの設定が反映されますデフォルトはbodyの設定が反映されますデフォルトはbodyの設定が反映されます</p>
<br><br>
<br><br>

[テキスト/注釈、補足テキストなど]
<br><br>
<p class="c-text-caption">不協和音を 僕は恐れたりしない嫌われたって 僕には僕の正義があるんだ殴ればいいさ 一度妥協したら死んだも同然支配したいなら僕を倒してから行けよ!君はyes と言うのか軍門に下るのか理不尽なこととわかっているだろう君はyes と言うのかプライドさえも捨てるか反論することに何を怯えるんだ?大きなその力で (oh! oh! oh!)　ねじ伏せられた怒りよ (oh! oh!)見て見ぬ振りしなきゃ仲間外れか真実の声も届くって信じていたよOh! oh! 僕は嫌だ</p>
<br><br>
<br><br>

[テキスト/注釈、補足テキストなど（グレー色）]
<br><br>
<p class="c-text-caption--c02">不協和音を 僕は恐れたりしない嫌われたって 僕には僕の正義があるんだ殴ればいいさ 一度妥協したら死んだも同然支配したいなら僕を倒してから行けよ!君はyes と言うのか軍門に下るのか理不尽なこととわかっているだろう君はyes と言うのかプライドさえも捨てるか反論することに何を怯えるんだ?大きなその力で (oh! oh! oh!)　ねじ伏せられた怒りよ (oh! oh!)見て見ぬ振りしなきゃ仲間外れか真実の声も届くって信じていたよOh! oh! 僕は嫌だ</p>
<br><br>

[テキスト/注釈、補足テキストなど（薄いグレー）]
<br><br>
<p class="c-text-caption--c03">不協和音を 僕は恐れたりしない嫌われたって 僕には僕の正義があるんだ殴ればいいさ 一度妥協したら死んだも同然支配したいなら僕を倒してから行けよ!君はyes と言うのか軍門に下るのか理不尽なこととわかっているだろう君はyes と言うのかプライドさえも捨てるか反論することに何を怯えるんだ?大きなその力で (oh! oh! oh!)　ねじ伏せられた怒りよ (oh! oh!)見て見ぬ振りしなきゃ仲間外れか真実の声も届くって信じていたよOh! oh! 僕は嫌だ</p>
<br><br>


```
*/
.c-text {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.4;
}

.c-text-caption, .c-text-caption--c03, .c-text-caption--c02 {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 1.6;
}
.c-text-caption--c02 {
  color: #979797;
}
.c-text-caption--c03 {
  color: #bcbcbc;
}

/*#styleguide
テキストリンク

```
※配色のみのclass。フォントサイズはproject/配下のパーシャルファイルか、個別ページのscssで設定する
<br><br>
[テキストリンク/通常]
<br><br>
<p class="c-text"><a href="#" class="c-text-link">テキストリンクテキストリンク</a></p>
<br><br>
<br><br>

[テキストリンク/グレー]
<br><br>
<p class="c-text"><a href="#" class="c-text-link--gr">テキストリンクテキストリンク</a></p>
<br><br>
<br><br>

[テキストリンク/濃い青]
<br><br>
<p class="c-text"><a href="#" class="c-text-link--wl">テキストリンクテキストリンク</a></p>
<br><br>
<br><br>

```
*/
.c-text-link, .c-text-link--wl, .c-text-link--gr {
  color: #2a7ecc;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-text-link:hover, .c-text-link--wl:hover, .c-text-link--gr:hover {
  opacity: 0.7;
}
.c-text-link--gr {
  color: #979797;
}
.c-text-link--wl {
  color: #799bbb;
}

.p-acd-list-link a {
  display: block;
}
.p-acd-list-link__all {
  border-bottom: 1px solid #f1f0ed;
}
.p-acd-list-link__all-link {
  padding: 18px 10px;
}
.p-acd-list-link__list-dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f1f0ed;
}
.p-acd-list-link__list-dt .p-acd-list-link__list-link {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  padding: 18px 10px 18px 20px;
}
.p-acd-list-link__list-dt .p-acd-list-link__list-link h2 {
  font-weight: normal;
  font-size: 14px;
}
.p-acd-list-link__list-dt .p-acd-list-link__list-link-btn {
  position: relative;
  width: 50px;
  height: auto;
  background-color: #f6f6f6;
}
.p-acd-list-link__list-dt .p-acd-list-link__list-link-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
  top: calc(50% - 2px);
  right: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-acd-list-link__list-dt.close .p-acd-list-link__list-link-arrow {
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-acd-list-link__child-list__item {
  border-bottom: 1px solid #f1f0ed;
}
.p-acd-list-link__child-list__item .p-acd-list-link__list-link {
  padding: 18px 10px 18px 40px;
}

.add-home-wrap {
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 1000;
  text-align: center;
}

.add-home {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  background: #4c88dc;
  color: #fff;
}
.add-home:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-color: #4c88dc transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.add-home-wrap.jump {
  -webkit-animation: 0.5s jump infinite alternate linear;
  animation: 0.5s jump infinite alternate linear;
}

@-webkit-keyframes jump {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@keyframes jump {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.app_appeal_wrap {
  display: block;
  position: relative;
  top: -8px;
  width: 92%;
  margin: 14px auto 20px auto;
  padding: 12px 0;
  border: 1px solid #e5e4e0;
  background: #f6f6f6;
  text-align: center;
}
.app_appeal_wrap:before {
  display: block;
  position: absolute;
  top: -30px;
  left: 46%;
  border: 15px solid transparent;
  content: "";
  border-bottom: 15px solid #e5e4e0;
}
.app_appeal_wrap:after {
  display: block;
  position: absolute;
  top: -29px;
  left: 46%;
  border: 15px solid transparent;
  content: "";
  border-bottom: 15px solid #f6f6f6;
}
.app_appeal_wrap .app_appeal {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.app_appeal_wrap .app_appeal .app_icon {
  display: inline-block;
  text-align: center;
  margin-right: 1.5%;
}
.app_appeal_wrap .app_appeal .app_copy_area {
  display: inline-block;
  text-align: left;
}
.app_appeal_wrap .app_appeal .app_copy_area .app_main_copy {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 3px;
}
.app_appeal_wrap .app_appeal .app_copy_area .app_main_copy.two_line {
  line-height: 1.4;
}
.app_appeal_wrap .app_appeal .app_copy_area .app_sub_copy {
  color: #6d6d6d;
  font-size: 12px;
}

.p-banner-submit__wrapper {
  min-height: 135px;
  padding: 10px 0;
  overflow: hidden;
}
.p-banner-submit__wrapper--bg {
  background: #fdfaf3;
}
.p-banner-submit__list {
  display: block;
  height: auto;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.p-banner-submit__item {
  display: block;
  float: left;
  width: calc(100% - 20px);
  padding: 0 10px;
  text-align: center;
}
.p-banner-submit__item img {
  width: 100%;
  max-width: 425px;
  height: auto;
  max-height: 133px;
}

.app-download {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.p-app-dl-popup {
  display: none;
}
.p-app-dl-popup__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
}
.p-app-dl-popup__link {
  display: block;
  width: 300px;
  height: 200px;
}
.p-app-dl-popup__img {
  width: 300px;
  height: auto;
}
.p-app-dl-popup__agreement {
  padding: 5px;
  background: #fff;
  text-align: center;
}
.p-app-dl-popup__agreement__check {
  color: #6d6d6d;
}
.p-app-dl-popup__agreement__btn {
  padding: 5px;
  color: #1dc391;
  font-size: 14px;
  text-decoration: underline;
}
.p-app-dl-popup__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* calendar
   ========================================================================== */
/*#styleguide
カレンダー

```
[カレンダー/入力]
<br>
※既存からの変更箇所：tableタグ、trタグのclass名を変更。曜日をtheadタグの子要素に変更。土日に曜日にclassを付与。
<br><br>
<table class="p-calendar p-calendar-input">
    <caption>2022年11月</caption>
    <thead>
        <tr class="p-calendar__weekday">
            <td>月</td>
            <td>火</td>
            <td>水</td>
            <td>木</td>
            <td>金</td>
            <td class="sat">土</td>
            <td class="sun">日</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="weekBody noDate"></td>
            <td id="2022-11-01" class="weekBody weekday2 workDayNothing">
            1
            </td>
            <td id="2022-11-02" class="weekBody weekday3 workDayNothing">
            2
            </td>
            <td id="2022-11-03" class="weekBody flagday weekday4 workDayNothing">
            3
            </td>
            <td id="2022-11-04" class="weekBody weekday5 workDayNothing">
            4
            </td>
            <td id="2022-11-05" class="weekBody weekday6 workDayNothing sat">
            5
            </td>
            <td id="2022-11-06" class="weekBody weekday7 workDayNothing sun">
            6
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-07" class="weekBody weekday1 workDayNothing">
            7
            </td>
            <td id="2022-11-08" class="weekBody weekday2 workDayNothing">
            8
            </td>
            <td id="2022-11-09" class="weekBody weekday3 workDayNothing">
            9
            </td>
            <td id="2022-11-10" class="weekBody weekday4 workDayNothing">
            10
            </td>
            <td id="2022-11-11" class="weekBody weekday5 workDayNothing">
            11
            </td>
            <td id="2022-11-12" class="weekBody weekday6 workDayNothing sat">
            12
            </td>
            <td id="2022-11-13" class="weekBody weekday7 workDaySelect clickable sun">
            13
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-14" class="weekBody weekday1 workDayAvailable clickable">
            14
            </td>
            <td id="2022-11-15" class="weekBody weekday2 workDayAvailable clickable">
            15
            </td>
            <td id="2022-11-16" class="weekBody weekday3 workDayNothing">
            16
            </td>
            <td id="2022-11-17" class="weekBody weekday4 workDayNothing">
            17
            </td>
            <td id="2022-11-18" class="weekBody weekday5 workDayNothing">
            18
            </td>
            <td id="2022-11-19" class="weekBody weekday6 workDayNothing sat">
            19
            </td>
            <td id="2022-11-20" class="weekBody weekday7 workDayNothing sun">
            20
            </td>
        </tr>
            <tr class="day">
            <td id="2022-11-21" class="weekBody weekday1 workDayNothing">
            21
            </td>
            <td id="2022-11-22" class="weekBody weekday2 workDayNothing">
            22
            </td>
            <td id="2022-11-23" class="weekBody flagday weekday3 workDayNothing">
            23
            </td>
            <td id="2022-11-24" class="weekBody weekday4 workDayNothing">
            24
            </td>
            <td id="2022-11-25" class="weekBody weekday5 workDayNothing">
            25
            </td>
            <td id="2022-11-26" class="weekBody weekday6 workDayNothing sat">
            26
            </td>
            <td id="2022-11-27" class="weekBody weekday7 workDayNothing sun">
            27
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-28" class="weekBody weekday1 workDayNothing">
            28
            </td>
            <td id="2022-11-29" class="weekBody weekday2 workDayNothing">
            29
            </td>
            <td id="2022-11-30" class="weekBody weekday3 workDayNothing">
            30
            </td>
            <td class="weekBody noDate"></td>
            <td class="weekBody noDate"></td>
            <td class="weekBody noDate sat"></td>
            <td class="weekBody noDate sun"></td>
        </tr>
    </tbody>
</table>


<br><br><br><br>
[カレンダー/詳細]
<table class="p-calendar p-calendar-detail">
    <caption>2022年11月</caption>
    <thead>
        <tr class="p-calendar__weekday">
            <td>月</td>
            <td>火</td>
            <td>水</td>
            <td>木</td>
            <td>金</td>
            <td class="sat">土</td>
            <td class="sun">日</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="weekBody noDate"></td>
            <td id="2022-11-01" class="weekBody weekday2 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            1
                </span>
            </span>
            </td>
            <td id="2022-11-02" class="weekBody weekday3 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            2
                </span>
            </span>
            </td>
            <td id="2022-11-03" class="weekBody flagday weekday4 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            3
                </span>
            </span>
            </td>
            <td id="2022-11-04" class="weekBody weekday5 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            4
                </span>
            </span>
            </td>
            <td id="2022-11-05" class="weekBody weekday6 workDayNothing sat">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            5
                </span>
            </span>
            </td>
            <td id="2022-11-06" class="weekBody weekday7 workDayNothing sun">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            6
                </span>
            </span>
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-07" class="weekBody weekday1 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            7
                </span>
            </span>
            </td>
            <td id="2022-11-08" class="weekBody weekday2 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            8
                </span>
            </span>
            </td>
            <td id="2022-11-09" class="weekBody weekday3 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            9
                </span>
            </span>
            </td>
            <td id="2022-11-10" class="weekBody weekday4 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            10
                </span>
            </span>
            </td>
            <td id="2022-11-11" class="weekBody weekday5 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            11
                </span>
            </span>
            </td>
            <td id="2022-11-12" class="weekBody weekday6 workDayNothing sat">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            12
                </span>
            </span>
            </td>
            <td id="2022-11-13" class="weekBody weekday7 workDaySelect clickable sun">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            13
                </span>
            </span>
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-14" class="weekBody weekday1 workDayAvailable entried">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            14
                </span>
            </span>
            </td>
            <td id="2022-11-15" class="weekBody weekday2 workDayAvailable clickable">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            15
                </span>
            </span>
            </td>
            <td id="2022-11-16" class="weekBody weekday3 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            16
                </span>
            </span>
            </td>
            <td id="2022-11-17" class="weekBody weekday4 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            17
                </span>
            </span>
            </td>
            <td id="2022-11-18" class="weekBody weekday5 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            18
                </span>
            </span>
            </td>
            <td id="2022-11-19" class="weekBody weekday6 workDayNothing sat">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            19
                </span>
            </span>
            </td>
            <td id="2022-11-20" class="weekBody weekday7 workDayNothing sun">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            20
                </span>
            </span>
            </td>
        </tr>
            <tr class="day">
            <td id="2022-11-21" class="weekBody weekday1 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            21
                </span>
            </span>
            </td>
            <td id="2022-11-22" class="weekBody weekday2 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            22
                </span>
            </span>
            </td>
            <td id="2022-11-23" class="weekBody flagday weekday3 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            23
                </span>
            </span>
            </td>
            <td id="2022-11-24" class="weekBody weekday4 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            24
                </span>
            </span>
            </td>
            <td id="2022-11-25" class="weekBody weekday5 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            25
                </span>
            </span>
            </td>
            <td id="2022-11-26" class="weekBody weekday6 workDayNothing sat">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            26
                </span>
            </span>
            </td>
            <td id="2022-11-27" class="weekBody weekday7 workDayNothing sun">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            27
                </span>
            </span>
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-28" class="weekBody weekday1 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            28
                </span>
            </span>
            </td>
            <td id="2022-11-29" class="weekBody weekday2 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            29
                </span>
            </span>
            </td>
            <td id="2022-11-30" class="weekBody weekday3 workDayNothing">
            <span class="p-calendar-detail__day__bg">
                <span class="p-calendar-detail__day__txt">
            30
                </span>
            </span>
            </td>
            <td class="weekBody noDate"></td>
            <td class="weekBody noDate"></td>
            <td class="weekBody noDate sat"></td>
            <td class="weekBody noDate sun"></td>
        </tr>
    </tbody>
</table>



<br><br><br><br>
[カレンダー/詳細画面での追加応募]
<table class="p-calendar p-calendar-input-add">
    <caption>2022年11月</caption>
    <thead>
        <tr class="p-calendar__weekday">
            <td>月</td>
            <td>火</td>
            <td>水</td>
            <td>木</td>
            <td>金</td>
            <td class="sat">土</td>
            <td class="sun">日</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="weekBody noDate"></td>
            <td id="2022-11-01" class="weekBody weekday2 workDayNothing">
            1
            </td>
            <td id="2022-11-02" class="weekBody weekday3 workDayNothing">
            2
            </td>
            <td id="2022-11-03" class="weekBody flagday weekday4 workDayNothing">
            3
            </td>
            <td id="2022-11-04" class="weekBody weekday5 workDayNothing">
            4
            </td>
            <td id="2022-11-05" class="weekBody weekday6 workDayNothing sat">
            5
            </td>
            <td id="2022-11-06" class="weekBody weekday7 workDayNothing sun">
            6
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-07" class="weekBody weekday1 workDayNothing">
            7
            </td>
            <td id="2022-11-08" class="weekBody weekday2 workDayNothing">
            8
            </td>
            <td id="2022-11-09" class="weekBody weekday3 workDayNothing">
            9
            </td>
            <td id="2022-11-10" class="weekBody weekday4 workDayNothing">
            10
            </td>
            <td id="2022-11-11" class="weekBody weekday5 workDayNothing">
            11
            </td>
            <td id="2022-11-12" class="weekBody weekday6 workDayNothing sat">
            12
            </td>
            <td id="2022-11-13" class="weekBody weekday7 workDaySelect clickable sun">
            13
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-14" class="weekBody weekday1 workDayAvailable clickable">
            14
            </td>
            <td id="2022-11-15" class="weekBody weekday2 workDayAvailable clickable">
            15
            </td>
            <td id="2022-11-16" class="weekBody weekday3 workDayNothing">
            16
            </td>
            <td id="2022-11-17" class="weekBody weekday4 workDayNothing">
            17
            </td>
            <td id="2022-11-18" class="weekBody weekday5 workDayNothing">
            18
            </td>
            <td id="2022-11-19" class="weekBody weekday6 workDayNothing sat">
            19
            </td>
            <td id="2022-11-20" class="weekBody weekday7 workDayNothing sun">
            20
            </td>
        </tr>
            <tr class="day">
            <td id="2022-11-21" class="weekBody weekday1 workDayNothing">
            21
            </td>
            <td id="2022-11-22" class="weekBody weekday2 workDayNothing">
            22
            </td>
            <td id="2022-11-23" class="weekBody flagday weekday3 workDayNothing">
            23
            </td>
            <td id="2022-11-24" class="weekBody weekday4 workDayNothing">
            24
            </td>
            <td id="2022-11-25" class="weekBody weekday5 workDayNothing">
            25
            </td>
            <td id="2022-11-26" class="weekBody weekday6 workDayNothing sat">
            26
            </td>
            <td id="2022-11-27" class="weekBody weekday7 workDayNothing sun">
            27
            </td>
        </tr>
        <tr class="day">
            <td id="2022-11-28" class="weekBody weekday1 workDayNothing">
            28
            </td>
            <td id="2022-11-29" class="weekBody weekday2 workDayNothing">
            29
            </td>
            <td id="2022-11-30" class="weekBody weekday3 workDayNothing">
            30
            </td>
            <td class="weekBody noDate"></td>
            <td class="weekBody noDate"></td>
            <td class="weekBody noDate sat"></td>
            <td class="weekBody noDate sun"></td>
        </tr>
    </tbody>
</table>


```
*/
table.p-calendar {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
}

.p-calendar {
  position: relative;
  margin-top: 30px;
}
.p-calendar:first-child {
  margin-top: 0;
}
.p-calendar caption {
  margin: 10px 0;
  color: #6d6d6d;
  font-size: 12px;
  text-align: left;
}
.p-calendar thead {
  width: 100%;
}
.p-calendar thead td {
  width: 14.2857142857%;
  padding: 5px 0;
}
.p-calendar__weekday {
  color: #6d6d6d;
  font-size: 12px;
}
.p-calendar__weekday .sat {
  color: #2a7ecc;
}
.p-calendar__weekday .sun {
  color: #f36363;
}
.p-calendar tbody {
  font-size: 14px;
}

.p-calendar-input tbody {
  background-color: #f6f6f6;
}
.p-calendar-input .day {
  border: 1px solid #e5e4e0;
}
.p-calendar-input .day:last-child {
  border: none;
}
.p-calendar-input .weekBody {
  padding: 14px 0;
  border: 1px solid #e5e4e0;
  color: #bcbcbc;
  border-width: 0 1px 0 0;
}
.p-calendar-input .weekBody.clickable {
  background-color: #fff;
  color: #6d6d6d;
  font-weight: bold;
}
.p-calendar-input .weekBody.clickable.workDaySelect {
  background-color: #ffe100;
  color: #6d6d6d;
}
.p-calendar-input .weekBody:first-child {
  border-left: 1px solid #e5e4e0;
}
.p-calendar-input .weekBody:nth-child(6).clickable {
  color: #2a7ecc;
}
.p-calendar-input .weekBody:nth-child(7).clickable {
  color: #f36363;
}
.p-calendar-input__err {
  border: 2px solid #f36363;
}
.p-calendar-input .noDate:empty {
  padding: 0;
}
.p-calendar-input:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #e5e4e0;
  content: "";
}

.p-calendar-detail .weekBody {
  height: 38px;
  padding: 0;
  color: #bcbcbc;
}
.p-calendar-detail .weekBody.clickable .p-calendar-detail__day__bg, .p-calendar-detail .weekBody.entried .p-calendar-detail__day__bg, .p-calendar-detail .weekBody.workDaySelect .p-calendar-detail__day__bg, .p-calendar-detail .weekBody.workDayAvailable .p-calendar-detail__day__bg {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 25px;
}
.p-calendar-detail .weekBody.clickable .p-calendar-detail__day__txt, .p-calendar-detail .weekBody.entried .p-calendar-detail__day__txt, .p-calendar-detail .weekBody.workDaySelect .p-calendar-detail__day__txt, .p-calendar-detail .weekBody.workDayAvailable .p-calendar-detail__day__txt {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
}
.p-calendar-detail .weekBody.clickable .p-calendar-detail__day__bg {
  background-color: #fdf5e2;
  color: #6d6d6d;
}
.p-calendar-detail .weekBody.clickable .p-calendar-detail__day__txt {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
}
.p-calendar-detail .weekBody.entried .p-calendar-detail__day__bg {
  background-color: #bcbcbc;
  color: #fff;
}
.p-calendar-detail .weekBody.entried .p-calendar-detail__day__txt {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
}
.p-calendar-detail .weekBody.workDaySelect .p-calendar-detail__day__bg {
  background-color: #ffe100;
  color: #3d3d3d;
}
.p-calendar-detail .weekBody.workDaySelect .p-calendar-detail__day__txt {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
}
.p-calendar-detail .weekBody.workDayAvailable {
  color: #3d3d3d;
}
.p-calendar-detail .weekBody:nth-child(6).workDayAvailable {
  color: #2a7ecc;
}
.p-calendar-detail .weekBody:nth-child(6).workDaySelect .p-calendar-detail__day__bg {
  color: #2a7ecc;
}
.p-calendar-detail .weekBody:nth-child(7).workDayAvailable {
  color: #f36363;
}
.p-calendar-detail .weekBody:nth-child(7).workDaySelect .p-calendar-detail__day__bg {
  color: #f36363;
}
.p-calendar-detail .weekBody.sat {
  color: #2a7ecc;
}
.p-calendar-detail .weekBody.sun {
  color: #f36363;
}
.p-calendar-detail .noDate:empty {
  height: 0;
}

.p-calendar-input-add tbody {
  background-color: #f6f6f6;
}
.p-calendar-input-add .day:last-child {
  border: none;
}
.p-calendar-input-add .noDate:empty {
  padding: 0;
  border-bottom: none;
}
.p-calendar-input-add .weekBody {
  padding: 14px 0;
  border: 1px solid #e5e4e0;
  color: #bcbcbc;
}
.p-calendar-input-add .weekBody.entried {
  background-color: #bcbcbc;
  color: #fff;
}
.p-calendar-input-add .weekBody.clickable {
  background-color: #fff;
  color: #6d6d6d;
}
.p-calendar-input-add .weekBody.clickable.workDaySelect {
  background-color: #1dc391;
  color: #fff;
}
.p-calendar-input-add .weekBody.sat {
  color: #2a7ecc;
}
.p-calendar-input-add .weekBody.sun {
  color: #f36363;
}

.p-cam-bnr__wrap {
  max-width: 425px;
  margin: 0 auto;
  padding: 10px;
}
.p-cam-bnr__wrap--bg {
  background: #fdfaf3;
}
.p-cam-bnr__img a {
  display: block;
  text-align: center;
}
.p-cam-bnr__img img {
  width: 100%;
  max-width: 425px;
  height: auto;
}
.p-cam-bnr__ribbon {
  display: inline-block;
  position: relative;
  height: 28px;
  padding: 7px 8px;
  box-sizing: border-box;
  background: #CE3636;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
}
.p-cam-bnr__ribbon:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 8px 14px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.p-cam-bnr__ribbon p {
  margin: 0;
  padding: 0 10px 0 5px;
  color: #fff;
  line-height: 1em;
}
.p-cam-bnr__msg {
  position: relative;
  margin: 0 5px 25px;
  padding: 20px 10px;
  border-radius: 20px;
  background: #fdf5e2;
  text-align: center;
}
.p-cam-bnr__msg p {
  font-weight: bold;
  font-size: 12px;
}
.p-cam-bnr__msg:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 100;
  width: 0;
  height: 0;
  margin: 0 0 0 -20px;
  content: "";
  border-width: 20px 15px 0 15px;
  border-style: solid;
  border-color: #fdf5e2 transparent transparent transparent;
}

.p-company-bnr__wrap {
  max-width: 425px;
  margin: 0 auto;
  padding: 10px;
}
.p-company-bnr__wrap--bg {
  background: #fdfaf3;
}
.p-company-bnr__img a {
  display: block;
  text-align: center;
}
.p-company-bnr__img img {
  width: 100%;
  max-width: 425px;
  height: auto;
}

.p-faq-list {
  border: 1px solid #e5e4e0;
  border-radius: 3px;
}
.p-faq-list__item {
  background: #fff;
  border-bottom: 1px solid #e5e4e0;
}
.p-faq-list__item:last-child {
  border-bottom: none;
}
.p-faq-list__item span {
  display: block;
}
.p-faq-list__item__q, .p-faq-list__item__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.p-faq-list__item__q .icon, .p-faq-list__item__a .icon {
  display: block;
  -webkit-flex-basis: 24px;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
}
.p-faq-list__item__q .txt, .p-faq-list__item__a .txt {
  display: block;
  width: 90%;
  padding: 0 0 0 15px;
}
.p-faq-list__item__q a, .p-faq-list__item__a a {
  display: inline-block;
  list-style: none;
  margin: 5px 0;
  text-decoration: underline;
}
.p-faq-list__item__q {
  position: relative;
  margin: 0;
  padding: 20px 35px 20px 15px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-faq-list__item__q:before {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 2px solid #f5aa00;
  border-right: 2px solid #f5aa00;
}
.p-faq-list__item__q.open:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.p-faq-list__item__q .icon {
  background-color: #fdf5e2;
  color: #f5aa00;
}
.p-faq-list__item__q:first-child {
  border-radius: 3px 3px 0 0;
}
.p-faq-list__item__q:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: none;
}
.p-faq-list__item__a {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.p-faq-list__item__a .icon {
  background-color: #f5aa00;
  color: #fff;
}
.p-faq-list__item__con {
  display: none;
  padding: 20px 35px 20px 15px;
  border-top: 1px solid #e5e4e0;
}

.p-feature-search__item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.p-feature-search__item.c-list__item:nth-child(2) {
  border-top: 1px solid #e5e4e0;
}
.p-feature-search__item.c-list__item:nth-child(even) {
  border-left: none;
}
.p-feature-search__link {
  position: relative;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 16px;
}
.p-feature-search__link:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
.p-feature-search__link.tomorrow:before {
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_tomorrow.svg");
}
.p-feature-search__link.daypay1:before {
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_money.svg");
}
.p-feature-search__link.short:before {
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_clock.svg");
}
.p-feature-search__link.nointerview:before {
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_nointerview.svg");
}
.p-feature-search__link.new:before {
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_new.svg");
}
.p-feature-search__link.saiyo:before {
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_saiyo.svg");
}
.p-feature-search__link-ttl {
  padding-left: 3px;
}
.p-feature-search__area {
  padding: 15px 0;
  text-align: right;
}
.p-feature-search__area__link {
  font-weight: bold;
  font-size: 14px;
}

/* Footer
   ========================================================================== */
.p-footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e5e4e0;
}
.p-footer__inner {
  padding: 0;
  text-align: center;
}
.p-footer__inner .ad-box {
  margin-bottom: 30px;
}
.p-footer__breadcrumb {
  border-bottom: 1px solid #e5e4e0;
}
.p-footer__breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
  word-break: keep-all;
  overflow-x: scroll;
}
.p-footer__breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.p-footer__breadcrumb__item {
  list-style: none;
  padding: 15px 20px 15px 0;
}
.p-footer__breadcrumb__item:first-child {
  padding: 15px 20px 15px 35px;
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_home.svg) 15px center no-repeat;
  background-size: 16px;
}
.p-footer__breadcrumb__item:not(:last-child) {
  position: relative;
}
.p-footer__breadcrumb__item:not(:last-child) ::after {
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  content: "";
  border-bottom: 1px solid #e5e4e0;
  border-right: 1px solid #e5e4e0;
}
.p-footer__breadcrumb a {
  font-size: 12px;
  text-decoration: none;
}
.p-footer__breadcrumb__crr-txt {
  color: #6d6d6d;
  font-size: 12px;
}
.p-footer__unlogin {
  margin: 30px 0;
}
.p-footer__unlogin-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-footer__unlogin-list__item {
  margin: 0 10px;
}
.p-footer__unlogin-list__item a {
  display: inline-block;
  text-decoration: none;
}
.p-footer__unlogin-list__link, .p-footer__unlogin-list__link--regist, .p-footer__unlogin-list__link--login {
  padding: 10px 10px 10px 30px;
  color: #6d6d6d;
  font-size: 14px;
}
.p-footer__unlogin-list__link--login {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_login2.svg) 2px center no-repeat;
  background-size: 22px;
}
.p-footer__unlogin-list__link--regist {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_profile2.svg) 2px center no-repeat;
  background-size: 22px;
}
.p-footer__login {
  width: 100%;
  margin: 30px 0;
}
.p-footer__login__inner {
  text-align: center;
}
.p-footer__login__loginid {
  width: 120px;
  margin: 0 auto;
  padding: 5px 0;
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
}
.p-footer__login a {
  display: block;
  text-decoration: none;
}
.p-footer__login__logout {
  width: 120px;
  margin: 0 auto;
  padding: 5px 20px;
  color: #799bbb;
  font-size: 14px;
  text-align: center;
}
.p-footer__nav {
  width: 100%;
  padding: 0 10px;
}
.p-footer__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-footer__nav__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-footer__nav__item {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
@media screen and (min-width: 600px) {
  .p-footer__nav__item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 5px;
    text-align: center;
  }
}
.p-footer__nav__item a {
  display: inline-block;
  text-decoration: none;
}
.p-footer__nav__link {
  padding: 5px;
  color: #979797;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-footer__nav__link {
    padding: 10px;
  }
}
.p-footer__logo-wrap {
  display: block;
  margin: 30px auto 0;
}
@media screen and (min-width: 600px) {
  .p-footer__logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-footer__kagaiboushi_bnr {
  margin: 30px auto;
}
@media screen and (min-width: 600px) {
  .p-footer__kagaiboushi_bnr {
    margin: 0 20px;
  }
}
.p-footer__kagaiboushi_bnr img {
  width: 227px;
  height: auto;
}
.p-footer__isms_mark {
  margin: 30px auto;
}
@media screen and (min-width: 600px) {
  .p-footer__isms_mark {
    margin: 0 20px;
  }
}
.p-footer__isms_mark img {
  width: 227px;
  height: auto;
}
.p-footer__yuryonintei_mark {
  margin: 30px auto;
}
@media screen and (min-width: 600px) {
  .p-footer__yuryonintei_mark {
    margin: 0 20px;
  }
}
.p-footer__yuryonintei_mark img {
  width: 227px;
  height: auto;
}
.p-footer__logo {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
.p-footer__logo__link {
  display: inline-block;
  padding: 5px;
}
.p-footer__copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.p-footer__copyright__text {
  padding: 10px 0;
  color: #bcbcbc;
}

/* Footer Common
   ========================================================================== */
.ftr-common {
  display: block;
  padding: 0 0 40px 0;
  overflow: hidden;
  background: #fdfaf3;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .ftr-common {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ftr-common .ftr-container {
  padding: 40px 0;
}
.ftr-common .ftr-container__ttl {
  margin: 0 0 30px;
}
.ftr-common .ftr-container__ttl.c-headline-h3, .ftr-common .ftr-container__ttl.c-headline-h3--l-line {
  margin: 0 0 20px 0;
  padding: 0 0 0 16px;
}
.ftr-common .ftr-container__description {
  padding: 0 15px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .ftr-common .ftr-container__description {
    text-align: center;
  }
}
.ftr-common .ftr-container__link {
  padding: 30px 0 0;
}
@media screen and (min-width: 1025px) {
  .ftr-common .ftr-container .sp {
    display: none;
  }
}
.ftr-common .ftr-container.faq, .ftr-common .ftr-container.no1, .ftr-common .ftr-container.register, .ftr-common .ftr-container.app {
  border-bottom: 1px solid #e5e4e0;
}
@media screen and (min-width: 425px) {
  .ftr-common .ftr-container__btn {
    min-width: 300px;
    padding: 20px 0;
  }
}
.ftr-common .visual {
  display: block;
  position: relative;
  height: 290px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 425px) {
  .ftr-common .visual {
    height: 330px;
  }
}
@media screen and (min-width: 1025px) {
  .ftr-common .visual {
    display: none;
  }
}
.ftr-common .visual__pic img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.ftr-common .visual__con {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
}
.ftr-common .visual__sw {
  width: 90%;
  margin: 10px auto 0;
  padding: 20px 0;
  border-radius: 4px;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media screen and (min-width: 425px) {
  .ftr-common .visual__sw {
    width: 400px;
  }
}
.ftr-common .visual__sw__copy {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
}
.ftr-common .visual__sw img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .ftr-common .visual {
    display: none;
  }
}
.ftr-common .register__ttl {
  margin: 0 0 30px;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.ftr-common .register .step {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.ftr-common .register .step::before, .ftr-common .register .step::after {
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 16px;
  background: #f5aa00;
  vertical-align: middle;
  content: "";
}
.ftr-common .register .step::before {
  left: -10px;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.ftr-common .register .step::after {
  right: -10px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media screen and (min-width: 1025px) {
  .ftr-common .register {
    display: none;
  }
}
.ftr-common .app {
  padding-bottom: 40px;
}
.ftr-common .app p {
  margin: 16px 0;
  color: #3d3d3d;
  font-size: 14px;
}
.ftr-common .app .app-page {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.ftr-common .app .ftr-link img {
  width: auto;
  height: 54px;
}
@media screen and (min-width: 1025px) {
  .ftr-common .app {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .ftr-common .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .ftr-common .condition__ttl {
    margin: 40px 0 30px 0;
    font-size: 20px;
    text-align: left;
  }
}
.ftr-common .condition__list:last-child {
  border-bottom: 1px solid #e5e4e0;
}
.ftr-common .condition__accordion-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 20px 16px;
  background-color: #fff;
  color: #6d6d6d;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  border-top: 1px solid #e5e4e0;
}
.ftr-common .condition__accordion-hd span {
  color: #bcbcbc;
  margin-right: 24px;
}
.ftr-common .condition__accordion-hd .icon-arrow {
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ftr-common .condition__accordion-hd .icon-arrow:before, .ftr-common .condition__accordion-hd .icon-arrow:after {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #aaa;
  content: "";
}
.ftr-common .condition__accordion-hd .icon-arrow:before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ftr-common .condition__accordion-hd .icon-arrow:after {
  right: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ftr-common .condition__accordion-hd.open .icon-arrow {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.ftr-common .condition__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 15px 10px;
  background: #fff;
  text-align: left;
}
.ftr-common .condition__link-list li {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .ftr-common .condition__link-list li {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .ftr-common .condition__link-list {
    border: none;
  }
}
.ftr-common .condition__txt-link {
  display: block;
  padding: 10px;
  font-size: 14px;
}
.ftr-common .condition__job {
  display: block;
}
.ftr-common .condition__job li {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .ftr-common .condition__job li {
    width: 50%;
  }
}
.ftr-common .condition__work-day li {
  width: 24%;
}
@media screen and (min-width: 600px) {
  .ftr-common .condition__work-day li {
    width: 15%;
  }
}
.ftr-common .condition__working-hours li {
  width: 24%;
}
@media screen and (min-width: 600px) {
  .ftr-common .condition__working-hours li {
    width: 15%;
  }
}
.ftr-common .feature__list:last-child {
  border-bottom: 1px solid #e5e4e0;
}
@media screen and (min-width: 1025px) {
  .ftr-common .freewords {
    display: none;
  }
}
.ftr-common .freewords .freeForm {
  padding: 0 15px;
}
.ftr-common .relation-service .service-list .service-item {
  border-top: 1px solid #f1f0ed;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.ftr-common .relation-service .service-list .service-item:not(:first-child) {
  border-bottom: 1px solid #f1f0ed;
}
.ftr-common .relation-service .service-list .service-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
}
.ftr-common .relation-service .service-list .service-imgbox {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border: 1px solid #f1f0ed;
}
.ftr-common .relation-service .service-list .service-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ftr-common .relation-service .service-list .service-name {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.ftr-common .relation-service .service-list .service-desc {
  display: block;
  font-size: 12px;
}
.ftr-common .ftr-common-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ftr-common .ftr-common-pc {
    display: block;
    width: 1100px;
  }
  .ftr-common .ftr-common-pc .condition__txt-link {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
  }
  .ftr-common .ftr-common-pc input {
    display: none;
  }
  .ftr-common .ftr-common-pc ul {
    border: none;
  }
  .ftr-common .ftr-common-pc li {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.ftr-common .condition-pc__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.ftr-common .condition-pc__ttl {
  color: #3d3d3d;
  font-size: 18px;
  text-align: left;
  padding-left: 8px;
  margin-bottom: 24px;
  border-left: 4px solid #f5aa00;
}
.ftr-common .condition-pc__box {
  margin-top: 50px;
}
.ftr-common .condition-pc__box--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ftr-common .condition-pc__box--flex-l {
  -webkit-flex-basis: 770px;
  -ms-flex-preferred-size: 770px;
  flex-basis: 770px;
}
.ftr-common .condition-pc__box--flex-r {
  -webkit-flex-basis: 330px;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  padding: 0 0 0 20px;
}
.ftr-common .condition-pc__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.ftr-common .condition-pc__job .condition-pc__link-list li {
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
.ftr-common .condition-pc__min-work-day {
  margin-top: 30px;
}
.ftr-common .condition-pc__salary .condition-pc__link-list li {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.ftr-common .condition-pc__kodawari {
  margin-top: 50px;
}
.ftr-common .condition-pc__kodawari .condition-pc__link-list li {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.ftr-common .condition-pc__working-hours {
  margin-top: 30px;
}
.ftr-common .features-pc {
  width: 100%;
  padding: 30px;
  border: 1px solid #e5e4e0;
  border-radius: 4px;
  background: #fff;
  margin-top: 40px;
}
.ftr-common .features-pc__ttl {
  color: #3d3d3d;
  font-size: 18px;
  text-align: left;
  border-left: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.ftr-common .features-pc__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.ftr-common .relation-service-pc {
  margin-top: 40px;
}
.ftr-common .service-pc__ttl {
  padding: 0 0 0 15px;
  color: #3d3d3d;
  font-size: 18px;
  text-align: left;
}
.ftr-common .service-pc__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}
.ftr-common .service-pc__link-list li {
  margin: 0 30px 0 0;
}

/*#styleguide
フォームセット

```
[フォームセット/基本]
<br>
<h2 class="c-headline-h2 p-form-hd">お名前<span class="c-txt-tag--required">必須</span></h2>


[フォームセット/エラーリスト（リンクあり）]
<br>
<div class="p-form__error-list-wrap">
    <div class="c-alert--error">
        <p class="p-form__error-title">入力項目にエラーがあります</p>
        <ul class="p-form__error-list">
            <li id="" class="p-form__error-item "><a href="#">名字（漢字）が未入力です</a></li>
            <li id="" class="p-form__error-item "><a href="#">名字（漢字）の入力文字数制限を超えています</a></li>
            <li id="" class="p-form__error-item "><a href="#">名字（漢字）は全角文字で入力してください（スペースや記号は入力できません）</a></li>
        </ul>
    </div>
</div>
<br><br><br><br>

[フォームセット/お名前]※各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて拡張してください。
<br>
<div class="p-form">
    <h2 class="c-headline-h2 p-form__ttl">お名前<span class="c-txt-tag--required">必須</span></h2>
    <dl class="p-form__inner name">
        <dt class="p-form__dt">氏名</dt>
        <dd>
            <div class="name-con">
                <input type="text" name="" id="" size="20" maxlength="60" class="c-form-text " value="" placeholder="姓" />
            </div>
            <div class="name-con">
                <input type="text" name="" id="" size="20" maxlength="60" class="c-form-text " value="" placeholder="名" />
            </div>
        </dd>
    </dl>
</div>


<br><br><br><br>

[フォームセット/性別]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<div class="p-form">
    <h2 class="c-headline-h2 p-form-hd">性別<span class="c-txt-tag--required">必須</span></h2>
    <div class="p-form__inner sex" id="Sex">
        <div class="c-radio-wrap c-radio-btn-wrap">
            <input type="radio" name="Sex" class="radio_sex c-radio-input visually-hidden" value="0" id="sex0">
            <label for="sex0" id="label_sex0" class="c-radio-label-btn c-radio-label-btn--num0 inputchk inp_must">男性</label>
            <input type="radio" name="Sex" class="radio_sex c-radio-input visually-hidden" value="1" id="sex1">
            <label for="sex1" id="label_sex1" class="c-radio-label-btn c-radio-label-btn--num1 inputchk inp_must">女性</label>
        </div>
    </div>
</div>


<br><br><br><br>

[フォームセット/年月日]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<div class="p-form">
    <h2 class="c-headline-h2 p-form-hd">生年月日<span class="c-txt-tag--required">必須</span></h2>
    <div class="p-form__inner birthyear">
        <div class="birthyear-con">
            <div class="c-form-select-wrap">
                <select name="BirthYear" class="c-form-select inputchk inp_must" id="BirthYear">
                    <option value="">年</option>
                    <option label="2007年" value="2007">2007</option>
                    <option label="2006年" value="2006">2006</option>
                    <option label="2005年" value="2005">2005</option>
                    <option label="2004年" value="2004">2004</option>
                    <option label="2003年" value="2003">2003</option>
                    <option label="2002年" value="2002">2002</option>
                    <option label="2001年" value="2001">2001</option>
                    <option label="2000年" value="2000">2000</option>
                </select>
            </div>
            <p id="errNullBirthYear" class="msg_err mle js_err_hide">年が未入力です</p>
        </div>
        <div class="birthyear-con">
            <div class="c-form-select-wrap">
                <select name="BirthMonth" class="c-form-select inputchk inp_must" id="BirthMonth">
                    <option value="">月</option>
                    <option label="1月" value="01">1</option>
                    <option label="2月" value="02">2</option>
                    <option label="3月" value="03">3</option>
                    <option label="4月" value="04">4</option>
                    <option label="5月" value="05">5</option>
                    <option label="6月" value="06">6</option>
                    <option label="7月" value="07">7</option>
                    <option label="8月" value="08">8</option>
                    <option label="9月" value="09">9</option>
                    <option label="10月" value="10">10</option>
                    <option label="11月" value="11">11</option>
                    <option label="12月" value="12">12</option>
                </select>
            </div>
            <p id="errNullBirthMonth" class="msg_err mle js_err_hide">月が未入力です</p>
        </div>
        <div class="birthyear-con">
            <div class="c-form-select-wrap">
                <select name="BirthDay" class="c-form-select inputchk inp_must" id="BirthDay">
                    <option value="">日</option>
                    <option label="1日" value="01">1</option>
                    <option label="2日" value="02">2</option>
                    <option label="3日" value="03">3</option>
                    <option label="4日" value="04">4</option>
                    <option label="5日" value="05">5</option>
                    <option label="6日" value="06">6</option>
                    <option label="7日" value="07">7</option>
                    <option label="8日" value="08">8</option>
                    <option label="9日" value="09">9</option>
                    <option label="10日" value="10">10</option>
                    <option label="11日" value="11">11</option>
                    <option label="12日" value="12">12</option>
                    <option label="13日" value="13">13</option>
                    <option label="14日" value="14">14</option>
                    <option label="15日" value="15">15</option>
                    <option label="16日" value="16">16</option>
                    <option label="17日" value="17">17</option>
                    <option label="18日" value="18">18</option>
                    <option label="19日" value="19">19</option>
                    <option label="20日" value="20">20</option>
                    <option label="21日" value="21">21</option>
                    <option label="22日" value="22">22</option>
                    <option label="23日" value="23">23</option>
                    <option label="24日" value="24">24</option>
                    <option label="25日" value="25">25</option>
                    <option label="26日" value="26">26</option>
                    <option label="27日" value="27">27</option>
                    <option label="28日" value="28">28</option>
                    <option label="29日" value="29">29</option>
                    <option label="30日" value="30">30</option>
                    <option label="31日" value="31">31</option>
                </select>
            </div>
            <p id="errNullBirthDay" class="msg_err mle js_err_hide">日が未入力です</p>
        </div>
    <p id="errDateBirthDate" class="msg_err mle js_err_hide">日付が正しくありません</p>
    <p id="errWorkingAgeBirthDate" class="msg_err mle js_err_hide">就業可能な最低年齢に達していません</p>
    </div>
</div>


<br><br><br><br>

[フォームセット/住所]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<div class="p-form">
    <h2 class="c-headline-h2 p-form-hd">住所<span class="c-txt-tag--required">必須</span></h2>
    <dl class="p-form__inner postal_code">
        <dt class="p-form__hd">
            郵便番号
            <a href="http://www.post.japanpost.jp/zipcode/" target="_blank" class="search_post_code">郵便番号を探す</a>
        </dt>
        <dd class="mo_postal_wrap">
            <span class="postalnumber">
                <input type="tel" name="PostalCode" id="PostalCode" size="20" maxlength="8" class="c-form-text " value="" placeholder="例）1230001" />
            </span>

            <div class="p-form__hd hd-pref">都道府県</div>
            <div class="c-form-select-wrap">
                <select name="PrefCode" class="c-form-select inputchk" id="PrefCode">
                    <option label="都道府県を選択する" value="">都道府県を選択する</option>
                    <option label="北海道" value="01">北海道</option>
                    <option label="青森県" value="02">青森県</option>
                    <option label="岩手県" value="03">岩手県</option>
                    <option label="宮城県" value="04">宮城県</option>
                    <option label="秋田県" value="05">秋田県</option>
                    <option label="山形県" value="06">山形県</option>
                    <option label="福島県" value="07">福島県</option>
                    <option label="東京都" value="13">東京都</option>
                    <option label="神奈川県" value="14">神奈川県</option>
                    <option label="埼玉県" value="11">埼玉県</option>
                    <option label="千葉県" value="12">千葉県</option>
                    <option label="茨城県" value="08">茨城県</option>
                    <option label="栃木県" value="09">栃木県</option>
                    <option label="群馬県" value="10">群馬県</option>
                </select>
            </div>

            <div class="p-form__hd hd-municipality">市区町村</div>
            <input type="text" name="Municipality" id="Municipality" size="40" maxlength="60" class="c-form-text " value="" placeholder="市区町村" />

            <div class="p-form__hd hd-address">番地・マンション・建物名</div>
            <input type="text" name="Address" id="Address" size="40" maxlength="60" class="c-form-text" value="" placeholder="番地・マンション・建物名" />

        </dd>
    </dl>
</div>

<br><br><br><br>


[フォームセット/最寄り駅]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<div class="p-form__inner station" id="StationCode">
    <div class="p-form__hd">駅名</div>
    <div id="js_add_station" class="c-form-text add_station btn_plus inputchk inp_must">
        <span id="js_disp" class="disp"><span class="default-txt">駅名</span></span>
    </div>
    <input type="hidden" id="hiddenstationcode" name="StationCode" value="">
    <p class="c-text-caption--c03 note">駅名を入力して、最寄駅を選択してください。</p>

    <p id="errNullStationCode" class="msg_err js_err_hide">最寄駅が未入力です</p>

    <div id="station_by_walk" class="station-by-walk">
        <div class="p-form__hd required-time">最寄り駅から徒歩</div>
        <input type="tel" name="RequiredTime" id="RequiredTime" size="10" maxlength="3" value="" class="c-form-text inputchk" placeholder="分">
        &nbsp;分
        <span class="required_mark c-txt-tag--required" id="station_walk_notnull" style="display: none;">必須</span>
    </div>
    <p id="errNullRequiredTime" class="msg_err js_err_hide">駅徒歩が未入力です</p>
    <p id="errIntRequiredTime" class="msg_err js_err_hide">駅徒歩が半角数字ではありません</p>
</div>


<br><br><br><br>

[フォームセット/パスワード]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<dl class="password">
    <dt class="p-form__dt">パスワード</dt>
    <dd>
        <div class="password-wrap">
            <input type="password" name="LoginPassword" id="password" class="c-form-text--password inputchk inp_must" value="" placeholder="パスワードを入力">
            <span class="js-password-public">
                <span class="password-icon-off material-icons"></span><span class="password-icon-on material-icons"></span>
            </span>
        <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div></div>
    </dd>

    <dt class="p-form__dt">パスワード（確認用）</dt>
    <dd>
        <div class="password-wrap">
            <input type="password" name="LoginPassword2" id="re_password" class="c-form-text--password inputchk inp_must" value="" placeholder="パスワードを再入力">
            <span class="js-password-public">
                <span class="password-icon-off material-icons"></span><span class="password-icon-on material-icons"></span>
            </span>
        <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div></div>
                                                                                                                    <p id="errNullLoginPassword" class="msg_err js_err_hide">パスワードが未入力です</p>
        <p id="errMissmatchLoginPassword" class="msg_err js_err_hide">1度目に入力したパスワードと一致しません</p>
        <p id="errPasswordLoginPassword" class="msg_err js_err_hide">パスワードは「半角英字大文字」「半角英字小文字」「半角数字」「半角記号」を3種類以上使用し、8文字以上16文字以下で設定してください</p>
        <p id="errNullLoginPassword2" class="msg_err js_err_hide">パスワード(確認用)が未入力です</p>

        <p class="c-text-caption--c03 note">パスワードは「半角英字大文字」「半角英字小文字」「半角数字」「半角記号」を3種類以上使用し、8文字以上16文字以下で設定してください</p>
    </dd>
</dl>

<br><br><br><br>

[ボタン/submit]※IDやname属性や、data属性、各変数名などの値は各画面ごとに異なる可能性があります。
<br>
<div class="submit_area p-submit-btn-wrap">
    <p class="p-submit-btn-wrap__txt-link">
        <a href="{$https_home_url}/{$property}/contents/docs/regulation.html" target="_blank" class="c-text-link--wl" onclick="ga('send', 'event', '{$googlecategory}', 'basicInputBox', 'link_infomation_policy');">利用規約</a>と
        <a href="https://tghd.co.jp/personalinfo.htm" target="_blank" class="c-text-link--wl" onclick="ga('send', 'event', '{$googlecategory}', 'basicInputBox', 'link_privacy_policy');">「個人情報の取り扱いについて」</a>に同意して</p>
    <p class="c-btn--primary c-btn-arrow-r event js_customer_confirm" data-modal='{if $isApp}{literal}{"name":"modal_tel_auth", "device":"app"}{/literal}{else}{literal}{"name":"modal_tel_auth", "device":"notapp"}{/literal}{/if}' onclick="ga('send', 'event', '{$googlecategory}', 'basicInputBox', 'btn_customer_regist_first');">会員登録する</p>
</div>
<br><br><br><br>

```
*/
.js_err_hide {
  display: none;
}

.p-form__station-modal, .modal_panel {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  margin: 0 auto;
}

.p-form {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 600px) {
  .p-form {
    max-width: 700px;
    margin: 0 auto;
  }
}
.p-form:first-child {
  padding: 10px 0 0 0;
}
.p-form__inner {
  padding: 5px 15px;
}
.p-form__dt, .p-form__hd {
  margin: 15px 0 5px 0;
  color: #6d6d6d;
  font-size: 12px;
}
.p-form .note.c-text-caption--c03 {
  margin-top: 3px;
}
.p-form .p-form-hd .note.c-text-caption--c03 {
  display: inline-block;
  padding: 0 0 0 15px;
  font-weight: normal;
}
.p-form .msg_err {
  padding: 3px 0 0 0;
  color: #f36363;
  font-size: 12px;
}
.p-form .name dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-form .name .name-con {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.p-form .birthyear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-form .birthyear .birthyear-con {
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
.p-form .birthyear .msg_err {
  width: 100%;
}
.p-form .postal_code .search_post_code {
  padding: 0 0 0 10px;
}
.p-form .postal_code .postalnumber .c-form-text, .p-form .postal_code .postalnumber .c-form-text--round, .p-form .postal_code .postalnumber .c-form-text--ptn2, .p-form .postal_code .postalnumber .c-form-text--ptn2--round, .p-form .postal_code .postalnumber .c-form-text--password {
  width: 200px;
}
.p-form .station .add_station .default-txt {
  color: #d1d1d1;
}
.p-form .station .station-by-walk .required-time {
  display: block;
  margin-top: 10px;
}
.p-form .station .station-by-walk .c-form-text, .p-form .station .station-by-walk .c-form-text--round, .p-form .station .station-by-walk .c-form-text--ptn2, .p-form .station .station-by-walk .c-form-text--ptn2--round, .p-form .station .station-by-walk .c-form-text--password {
  width: 120px;
}
.p-form .station .station-by-walk .c-txt-tag--required {
  font-weight: bold;
}
.p-form__station-modal .c-modal__body {
  background-color: #fdfaf3;
}
.p-form__station-modal .station_select_area {
  padding: 0;
  text-align: left;
}
.p-form__station-modal .station_select_area .stationTxt {
  margin: 15px 0 5px;
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
}
.p-form__station-modal .station_select_area label {
  display: inline-block;
  margin: 5px;
  padding: 10px 15px;
  border: 1px solid #f5ebdb;
  border-radius: 16px;
  background-color: #fff;
  color: #3d3d3d;
}
.p-form .phone .c-checkbox-wrap:not(:first-child), .p-form .phone .c-checkbox-wrap--label:not(:first-child) {
  margin-top: 15px;
}
.p-form .work-ex .work_box {
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #e5e4e0;
}
.p-form .work-ex .work_box:first-child .c-headline-h4, .p-form .work-ex .work_box:first-child .career-ttl {
  padding: 0;
}
.p-form .work-ex .work_box .c-headline-h4, .p-form .work-ex .work_box .career-ttl {
  position: relative;
  padding: 15px 0;
}
.p-form .work-ex .work_box .c-btn-delete, .p-form .work-ex .work_box .c-btn-delete--gr {
  position: absolute;
  top: 11px;
  right: 0;
}
.p-form .countTxt {
  display: block;
  color: #979797;
  text-align: right;
}
.p-form__add-btn-wrap {
  margin: 15px 0 30px;
}
.p-form .skill-wrap .c-headline-h4 {
  padding: 0;
  font-size: 12px;
}
.p-form .skill-wrap .c-headline-h4 h4 {
  font-weight: bold;
}
.p-form .skill-wrap .skill_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-form .skill-wrap .skill_item {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin: 0 0 10px 0;
}
.p-form .skill-wrap .c-checkbox-wrap--label {
  padding: 0 0 0 5px;
}
.p-form .skill-wrap .c-checkbox-label, .p-form .skill-wrap .c-checkbox-label--ptn2 {
  font-size: 12px;
}
@media screen and (min-width: 425px) {
  .p-form .skill-wrap .c-checkbox-label, .p-form .skill-wrap .c-checkbox-label--ptn2 {
    font-size: 14px;
  }
}
.p-form .more_skill-wrap {
  width: 100%;
  text-align: right;
}
.p-form .more_skill-wrap .c-btn-plus {
  padding: 15px 0 15px 20px;
}

.p-submit-btn-wrap {
  width: 100%;
  margin: 40px 0 0 0;
  text-align: center;
}
.p-submit-btn-wrap__icon-wrap {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
.p-submit-btn-wrap__txt-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 15px;
}
.p-submit-btn-wrap__txt-link a {
  display: inline-block;
  margin: 0;
  padding: 5px;
  color: #799bbb;
  font-size: 14px;
}
.p-submit-btn-wrap__inner:not(:first-child) {
  margin-top: 20px;
}

.p-form__error-list-wrap {
  padding: 15px;
}
.p-form__error-list-wrap .c-alert--error {
  background-position: 15px 15px;
}
.p-form__error-title {
  color: #f36363;
  font-size: 14px;
}
.p-form__error-list {
  margin: 15px 0 0 -20px;
}
.p-form__error-item {
  margin: 8px 0 0 0;
}
.p-form__error-item a {
  display: block;
  color: #f36363;
  font-size: 14px;
}
.p-form__error-item a::before {
  padding: 0 5px 0 0;
  color: #f36363;
  font-size: 14px;
  content: "▼";
}
.p-form__error-item .sub-txt {
  font-size: 12px;
}

.submit_sms_supply {
  margin: 30px 0 15px;
  font-size: 14px;
  text-align: center;
}

/* global navigation
   ========================================================================== */
.p-gnav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e4e0;
}
.p-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-gnav__list {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.p-gnav__item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
}
.p-gnav__item a {
  display: block;
  color: #6d6d6d;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
}
.p-gnav__link {
  position: relative;
  padding: 35px 5px 5px 5px;
}
.p-gnav__link.nav {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_nav.svg) center 10px no-repeat;
  background-size: 26px;
}
.p-gnav__link.entry {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_entry.svg) 56% 6px no-repeat;
  background-size: 26px;
}
.p-gnav__link.profile {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_profile.svg) center 4px no-repeat;
  background-size: 34px;
}
.p-gnav__link.fav {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_fav.svg) center 9px no-repeat;
  background-size: 24px;
}
.p-gnav__link.regular {
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_regular.svg) center 10px no-repeat;
  background-size: 22px;
}
.p-gnav__link__cnt {
  position: absolute;
  top: 2px;
  right: 12px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: #f76800;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-gnav__link__cnt {
    right: 30%;
  }
}

/* Header
   ========================================================================== */
.p-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e4e0;
}
.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-header__inner {
    max-width: 950px;
    margin: 0 auto;
  }
}
.p-header__logo {
  padding: 5px;
}
.p-header__logo a {
  display: inline-block;
}
.p-header__logo img {
  margin: 9px 5px;
}
.p-header__logo-link {
  padding: 9px 5px;
}
.p-header__logo-link img {
  margin: 0;
}
.p-header__nav {
  padding: 5px;
}
.p-header__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header__nav__item {
  box-sizing: border-box;
}
.p-header__nav__item:not(:first-child) {
  margin-left: 6px;
}
.p-header__nav__item a {
  display: inline-block;
  color: #757272;
  font-size: 8px;
  text-decoration: none;
  text-align: center;
}
.p-header__nav__help {
  padding: 22px 5px 0 0;
  background: #fff url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_help.svg) no-repeat;
  background-size: 20px;
  background-position-x: center;
}
.p-header__nav__login {
  padding: 22px 0 0 0;
  background: #fff url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_login.svg) 5px -2px no-repeat;
  background-size: 24px;
}

.p-header--simple .p-header__logo {
  width: 100%;
  padding: 5px 5px 3px 5px;
  text-align: center;
}
.p-header--simple .p-header__logo img {
  width: 110px;
}
.p-header--simple .p-header__nav {
  display: none;
}

/*#styleguide
ヘルプモーダル

```
<br><br>
<div class="p-help">
    <p class="p-help__link js-modal c-text-link--wl">SMS認証についてのヘルプ</p>
</div>


```
*/
.p-help {
  padding: 10px;
}
.p-help__link {
  display: inline-block;
  padding: 0 0 0 20px;
  background: transparent url(../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_help2.svg) 0 center no-repeat;
  background-size: 16px;
}

/* modal
   ========================================================================== */
/*#styleguide
モーダル

```
[ゲスト全国トップで使用中のモーダル]
<br>
<div style="position: relative; height: 200px;">
    <section class="modal_normal_wrapper" style="top: 0; left:0; display: block;">
        <div class="modal_normal_header">
        モーダルタイトル
            <span class="btn_close"></span>
        </div>
        <div class="modal_normal_inner">
            <p>モーダルの中身です。表示と中央揃え、バツボタンの挙動はattentionModal.jsで行います。<br>オーバーレイの表示はスタイルガイドでは表示していませんが、同scssに記述しています。</p>
        </div>
    </section>
    <div id="modal_overlay"></div>
</div>


[ログインモーダル]
<br>
<div style="position: relative; height: 500px;">
<section class="modal_login js_modal_login" style="display: block;">
    <div class="modal_login_header">
    ログイン／会員登録
        <span class="btn_close js_close_btn"></span></div>
    <div class="modal_login_inner">
        <form id="frmloginmenu" action="https://shotworks.jp/sw/confirm/login" method="post" enctype="multipart/form-data">
            <p id="loginerr" class="message error hide c-alert--error">ID、またはパスワードが間違っています<br><span class="err_supply">パスワードのヒント：半角英字・半角数字・半角記号のすべてを含む、8文字以上16文字以下</span></p>
            <label class="p-input-label">ショットワークスID</label>
            <input id="loginmail" name="email" type="email" placeholder="メールアドレス" class="c-form-text p-form-text">
            <label class="p-input-label">パスワード</label>
            <div class="password-wrap">
                <input id="loginpass" name="password" type="password" placeholder="パスワード" class="c-form-text p-form-text">
                <span class="js-password-public">
                    <span class="password-icon-off material-icons"></span>
                    <span class="password-icon-on material-icons"></span>
                </span>
            <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div></div>
            <input type="hidden" name="shotLoginUrl" value="https://shotworks.jp/?st=1">
            <input type="submit" id="js_btn_login" value="ログイン" class="c-btn--primary-inverse p-login-btn">
                                <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div></form>
        <ul class="sub_link_list">
            <li class="sub_link_item"><a href="/sw/reset/password" class="c-text-link p-login-txt-link">パスワードを忘れた方</a></li>
            <li class="sub_link_item"> / <a href="/sw/remind/loginid" class="c-text-link p-login-txt-link">IDを忘れた方</a></li>
        </ul>

    </div>
    <div class="regist">
        <div class="cap">簡単！無料登録！</div>
        <div class="btn_wrapper"><a href="https://shotworks.jp/sw/start/loginid" class="c-btn--primary p-regist-btn">会員登録<span>(無料)</span></a></div>
    </div>
</section>
</div>
```
*/
.modal_login .btn_close, .modal_normal_wrapper .btn_close {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal_login .btn_close::before, .modal_normal_wrapper .btn_close::before, .modal_login .btn_close::after, .modal_normal_wrapper .btn_close::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #c4c4c4;
  content: "";
}
.modal_login .btn_close::before, .modal_normal_wrapper .btn_close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_login .btn_close::after, .modal_normal_wrapper .btn_close::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.modal_login .btn_close::before, .modal_normal_wrapper .btn_close::before, .modal_login .btn_close::after, .modal_normal_wrapper .btn_close::after {
  width: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal_login .btn_close:hover::before, .modal_normal_wrapper .btn_close:hover::before, .modal_login .btn_close:hover::after, .modal_normal_wrapper .btn_close:hover::after {
  background-color: #dedede;
}

.modal_normal_wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #6d6d6d;
}
.modal_normal_wrapper .modal_normal_header {
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.modal_normal_wrapper .modal_normal_inner {
  padding: 15px;
}
#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.85);
}

.modal_login {
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #6d6d6d;
}
.modal_login_header {
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.modal_login_inner {
  padding: 15px;
}
.modal_login_inner .cap {
  margin: 0 0 10px 0;
}
.modal_login_inner .btn_wrapper {
  margin: 10px auto 0;
}
.modal_login_inner .btn_yid {
  margin: 10px auto 0;
}
.modal_login_inner .p-input-label {
  display: inline-block;
  margin: 0 0 5px 0;
  color: #6d6d6d;
  font-size: 12px;
}
.modal_login_inner .p-form-text {
  margin: 0 0 15px 0;
}
.modal_login_inner .p-login-btn {
  width: 100%;
  margin: 15px 0;
}
.modal_login_inner .p-login-txt-link {
  font-size: 12px;
}
.modal_login .message {
  margin: 0 0 10px 0;
}
.modal_login .message.error .err_supply {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
}
.modal_login .hide {
  display: none;
}
.modal_login .show {
  display: block;
}
.modal_login .cap {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.modal_login .sub_link_list {
  list-style-type: none;
  margin: 12px 0 0;
  color: #979797;
}
.modal_login .sub_link_item {
  display: inline-block;
}
.modal_login .sub_link_item a {
  color: #3b92c8;
}
.modal_login .form_text {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 0 10px;
  padding: 0 45px 0 12px;
  border: 1px solid #cfd9df;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal_login .form_text.error {
  border: 1px solid #efcac6;
  background-color: #ffddd9;
}
.modal_login .divider {
  position: relative;
  height: 10px;
  margin: 20px 0 10px;
}
.modal_login .divider:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  content: "";
  border-top: 1px solid #eee;
}
.modal_login .divider_ttl {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 199;
  padding: 0 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
}
.modal_login .btn_yid {
  display: block;
  width: 100%;
  padding: 14px 0;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
  color: #555;
  font-size: 16px;
  text-align: center;
}
.modal_login .btn_yid img {
  display: inline-block;
  width: 27px;
  height: 13px;
  margin: -3px 3px 0 0;
  vertical-align: middle;
}
.modal_login .regist {
  padding: 15px 15px 10px;
  border-radius: 0 0 3px 3px;
  background-color: #fdfaf3;
  text-align: center;
}
.modal_login .regist.regist_top {
  margin: 15px 15px 0 15px;
}
.modal_login .regist.regist_guest {
  margin: 0;
  background: #fffce9;
}
.modal_login .regist_cap {
  color: #6d6d6d;
  text-align: center;
}
.modal_login .regist .btn_wrapper {
  margin: 10px 0;
}
.modal_login .regist .p-regist-btn {
  width: 100%;
}
.modal_login .login_ttl {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .modal_login {
    max-width: 500px;
  }
}

.p-point-wrap a {
  text-decoration: none;
}
.p-point-wrap .p-point {
  padding: 8px;
  border: 4px solid #f5aa00;
  border-radius: 4px 4px 0 0;
  background: #fff;
}
.p-point-wrap .p-point__main {
  position: relative;
  text-align: center;
  border-bottom: 1px dashed #b7b4b4;
  padding-bottom: 8px;
}
.p-point-wrap .p-point__main__outer {
  display: inline-block;
  position: relative;
}
.p-point-wrap .p-point__main__subtitle {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
}
.p-point-wrap .p-point__main__outer:before, .p-point-wrap .p-point__main__outer:after {
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 16px;
  height: 2px;
  background-color: #3d3d3d;
  content: "";
}
.p-point-wrap .p-point__main__outer:before {
  left: -21px;
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
}
.p-point-wrap .p-point__main__outer:after {
  right: -18px;
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
}
.p-point-wrap .p-point h2 {
  display: inline-block;
  color: #f76800;
  font-size: 16px;
  border-bottom: 2px solid #f5aa00;
  border-top: 2px solid #f5aa00;
}
.p-point-wrap .p-point__detail {
  padding: 8px 4px 4px 4px;
  color: #555;
}
.p-point-wrap .p-point span {
  color: #f76800;
  font-weight: bold;
  font-size: 13px;
}
.p-point-wrap .p-point__link {
  padding: 4px 0 8px;
  border-radius: 0 0 4px 4px;
  background: #f5aa00;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.p-rankup__list {
  padding: 10px;
  background: #fdfaf3;
}
.p-rankup__item {
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding-left: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-rankup__item a {
  line-height: 21px;
}
.p-rankup__item:before {
  position: absolute;
  left: 0;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #2a7ecc;
  color: #fff;
  font-size: 12px;
  content: "注目";
}

.p-recent-search-condition {
  background: #fdfaf3;
}
.p-recent-search-condition__list {
  padding: 0 10px;
}
.p-recent-search-condition__item {
  display: inline-block;
  max-width: 100%;
}
.p-recent-search-condition__link {
  display: inline-block;
  max-width: 100%;
  margin: 0 5px 10px 0;
  padding: 10px 20px;
  border: 1px solid #e5e4e0;
  border-radius: 30px;
  box-sizing: border-box;
  background: #fff;
  color: #3d3d3d;
  font-size: 14px;
}
.p-recent-search-condition .condition-hidden {
  display: none;
}

.p-recent-wrapper {
  background: #fdfaf3;
}

.p-recent-seen-work__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.p-recent-seen-work__list::-webkit-scrollbar {
  display: none;
}
.p-recent-seen-work__item {
  width: 100%;
  height: 100%;
  margin: 2px;
  border: 1px solid #e5e4e0;
  border-radius: 15px;
  background: #fff;
}
.p-recent-seen-work__item a {
  display: block;
  width: 300px;
  max-width: 300px;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.p-recent-seen-work__work-ttl {
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-recent-seen-work__company-name {
  color: #979797;
  font-size: 13px;
  padding-top: 10px;
}

.recommend_bookmark_modal_box {
  display: none;
  position: absolute;
  z-index: 100;
  width: 85%;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #3d3d3d;
}
.recommend_bookmark_modal_box .modal_regist_inner {
  padding: 30px 15px;
}
.recommend_bookmark_modal_box .title_txt {
  margin: 20px 0 26px 0;
  color: #f5aa00;
  font-weight: bold;
}
.recommend_bookmark_modal_box .title_txt p {
  padding: 80px 0 0 0;
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common/bg_icon_shot.png") #fff top center no-repeat;
  background-size: 60px auto;
  font-size: 20px;
  text-align: center;
}
.recommend_bookmark_modal_box .main_txt {
  font-size: 14px;
  text-align: center;
}
.recommend_bookmark_modal_box .main_txt .primary_txt {
  margin: 0 0 10px 0;
}
.recommend_bookmark_modal_box .main_txt .emph {
  color: #f76800;
  font-weight: bold;
}
.recommend_bookmark_modal_box .main_txt .home_add_arrow {
  margin: 0 2px;
}
.recommend_bookmark_modal_box .main_txt .home_add_arrow img {
  width: 12px;
}
.recommend_bookmark_modal_box .btn_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.recommend_bookmark_modal_box .btn_close:before, .recommend_bookmark_modal_box .btn_close:after {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #ddd;
  content: "";
}
.recommend_bookmark_modal_box .btn_close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.recommend_bookmark_modal_box .btn_close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.js_rec_bookmark_modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.85);
}

.p-recommend-link {
  padding: 20px 0;
  background-color: #fdfaf3;
}
.p-recommend-link__ttl {
  color: #e28c0a;
  text-align: center;
}
.p-recommend-link__inner {
  padding: 15px;
}
.p-recommend-link__sec:not(:first-child) {
  margin: 20px 0 0 0;
}

.p-recommend-link--02 {
  margin: 30px 0 0 0;
  padding: 0;
  color: #e5e4e0;
  text-align: left;
}
.p-recommend-link--02 .other-arbeit__item {
  padding-bottom: 5px;
}

/*#styleguide
レコメンド（ワークカセット型）

```
[補足]
<br>
以下のjsを読み込む必要がある。
<br>
html/customer/d/d801_smp/js/acordion.js
<br>

<div class="p-recommend-list-wrap js-acd-list-wrap">
    <h3 class="p-recommend-list__ttl">こちらのバイトもオススメです。<br>ぜひ応募してみてください！</h3>
    <ul class="p-recommend-list">
        <li class="p-recommend-list__item">
            <div class="c-box a_box">
                <section>
                    <p class="day"><span class="min-day">最低1日勤務</span><span class="start-date">開始1/16～</span></p>
                    <h3 class="a_info none catch-copy"><a href="" target="_blank">タイトルMAXテストワークタイトルMAXテストワークタイトルMAXテストワークタイトルMA</a></h3>
                    <ul class="work-info">
                        <li class="job">その他</li>
                        <li class="pay"><span class="payroll">時給1,200円</span></li>
                        <li class="company">株式会社テキスト</li>
                    </ul>
                </section>
            </div>
        </li>
        <li class="p-recommend-list__item">
            <div class="c-box a_box">
                <section>
                    <p class="day"><span class="min-day">最低1日勤務</span><span class="start-date">開始1/16～</span></p>
                    <h3 class="a_info none catch-copy"><a href="" target="_blank">カスタマーサポート</a></h3>
                    <ul class="work-info">
                        <li class="job">コールセンター系</li>
                        <li class="pay"><span class="payroll">時給1,200円</span></li>
                        <li class="company">株式会社テキスト</li>
                    </ul>
                </section>
            </div>
        </li>
        <li class="p-recommend-list__item">
            <div class="c-box a_box">
                <section>
                    <p class="day"><span class="min-day">最低1日勤務</span><span class="start-date">開始2/21～</span></p>
                    <h3 class="a_info none catch-copy"><a href="" target="_blank">日給12000</a></h3>
                    <ul class="work-info">
                        <li class="job">運送・ドライバー系</li>
                        <li class="pay"><span class="payroll">日給12,000円</span></li>
                        <li class="company">テストです2株式会社</li>
                    </ul>
                </section>
            </div>
        </li>
    </ul>

    <div class="p-recommend-list__more-btn-wrap">
        <p class="toggle_trigger c-btn--small p-recommend-list__more-btn"><a href="#">もっと見る</a></p>
    </div>

</div>

```
*/
.p-recommend-list-wrap {
  padding: 15px;
  background-color: #fdfaf3;
}
.p-recommend-list__ttl {
  margin: 15px 0;
  color: #3d3d3d;
  font-size: 16px;
  text-align: center;
}
.p-recommend-list__item:not(:first-child) {
  margin: 15px 0 0 0;
}
.p-recommend-list__item .day {
  font-weight: bold;
  font-size: 14px;
}
.p-recommend-list__item .day .min-day {
  padding: 2px 8px 1px;
}
.p-recommend-list__item .day .start-date {
  margin: 0 0 0 5px;
  padding: 2px 8px 1px;
}
.p-recommend-list__item .catch-copy {
  margin: 5px 0 0 0;
}
.p-recommend-list__item .catch-copy a {
  color: #3d3d3d;
  text-decoration: underline;
}
.p-recommend-list__item .work-info {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.p-recommend-list__item .work-info li {
  padding: 3px 0 0 20px;
}
.p-recommend-list__item .work-info li:not(:first-child) {
  margin: 2px 0 0 0;
}
.p-recommend-list__item .work-info .job {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-job.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-recommend-list__item .work-info .pay {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-pay.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-recommend-list__item .work-info .company {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-company.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-recommend-list .c-box {
  padding: 15px;
}
.p-recommend-list__more-btn-wrap {
  margin: 10px 0 0 0;
  text-align: right;
}
.p-recommend-list__more-btn a {
  color: #6d6d6d;
}

.smart_app_banner_wrap {
  display: none;
  width: 100%;
  background: #f2f2f2;
  text-align: center;
}
.smart_app_banner_wrap .smart_app_banner {
  display: table;
  margin: 0 auto;
}
.smart_app_banner_wrap .smart_app_banner .sab_close {
  display: table-cell;
  width: 6%;
  text-align: center;
  vertical-align: middle;
}
.smart_app_banner_wrap .smart_app_banner .sab_close:before, .smart_app_banner_wrap .smart_app_banner .sab_close:after {
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #999;
  content: "";
}
.smart_app_banner_wrap .smart_app_banner .sab_close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.smart_app_banner_wrap .smart_app_banner .sab_close:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link {
  display: table;
  display: table-cell;
  padding: 8px 0;
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link .sab_icon {
  display: table-cell;
  padding: 0 7px 0 0;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link .sab_copy_area {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 7px;
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link .sab_copy_area .sab_main_copy {
  color: #7f4200;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 3px;
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link .sab_copy_area .sab_main_copy.two_line {
  line-height: 1.4;
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link .sab_copy_area .sab_sub_copy {
  color: #636363;
  font-size: 12px;
}
.smart_app_banner_wrap .smart_app_banner .sab_store_link .sab_text_link {
  display: table-cell;
  color: #0087e2;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  vertical-align: middle;
}

.mame_txt {
  padding: 40px 15px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .mame_txt {
    width: 1100px;
    margin: 40px auto 0;
    padding: 40px 0;
  }
  .mame_txt.ftr-container {
    display: block;
  }
}
.mame_txt .mame_ttl {
  margin: 24px 0;
  color: #6d6d6d;
  font-size: 14px;
}
.mame_txt .mame_ttl:first-child {
  margin-top: 0;
}
.mame_txt .mame_txt_para {
  color: #6d6d6d;
  font-size: 12px;
  line-height: 1.6;
}

.swfamily_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #f6f6f6;
  border-bottom: 1px solid #f5ebdb;
}

.swfamily_mod {
  margin: 0 auto;
}
.swfamily_mod_box {
  margin: 15px auto;
}
.swfamily_mod_link {
  display: block;
  position: relative;
  padding: 18px 10px 14px 28px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swfamily_mod_link:hover {
  background: #fffdf2;
}
.swfamily_mod_link:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  background: transparent;
  content: "";
  margin-top: -4px;
  border-left: 2px solid #a4a49b;
  border-top: 2px solid #a4a49b;
}

/*#styleguide
タブメニュー

```
[タブメニュー]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<nav id="js_switch_menu" class="tabs_list_simple">
    <ul class="js_switch_list tabs_list_simple__list">
        <li class="js_switch_item tabs_list_simple__item on" onclick="ga('send', 'event', 'FAVORLIST', 'favorTabBox', 'tab_active');">
            <span class="tabs_list_simple__link"><span class="tabs_list_simple__text">募集中バイト<br><span class="count_num">(0件)</span></span></span>
        </li>
        <li class="js_switch_item tabs_list_simple__item">
            <span class="tabs_list_simple__link"><span class="tabs_list_simple__text">募集終了バイト<br><span class="count_num">(2件)</span></span></span>
        </li>
    </ul>
</nav>
<br><br><br><br>

[タブメニュー/ボタン]※htmlレンダリング後のソースです。実際の変数設定、各属性の値、エラー分岐などは下記には含まれてません。各画面ごとの仕様にあわせて設定・拡張してください。
<br>
<div class="pills_list_wrapper ntype">
    <ul class="pills_list">
        <li class="pills_item pills_item--weak on"><span class="pills_box"><span class="pills_text">通常バイト</span></span></li>
        <li class="pills_item pills_item--weak"><a class="pills_link pills_box" href="/sw/list/entry/?rtype=1" onclick="ga('send', 'event', 'ENTRYLIST', 'workTypeTabBox', 'tab_rtype_work');"><span class="pills_text">登録制バイト</span></a></li>
    </ul>
</div>
```
*/
.tabs_list_simple {
  background-color: #fff;
}

.tabs_list_simple__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  box-shadow: 0 -1px 0 #e5e4e0 inset;
}

.tabs_list_simple__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.tabs_list_simple__item .tabs_list_simple__link {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 16px 18px 13px;
  box-sizing: border-box;
  color: #3d3d3d;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.tabs_list_simple__item .count_num {
  display: inline-block;
  padding: 3px 0 0 0;
  font-size: 12px;
}
.tabs_list_simple__item.on .tabs_list_simple__link {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  border-bottom: none;
}
.tabs_list_simple__item.on .tabs_list_simple__link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 3px;
  margin: auto;
  background-color: #f5aa00;
  content: "";
}

.pills_list {
  display: table;
  width: 100%;
  padding: 0;
  text-align: center;
  table-layout: fixed;
  border-collapse: separate;
}
.pills_list .pills_item {
  display: table-cell;
  height: 50px;
  border: 1px solid #e5e4e0;
  box-sizing: border-box;
  font-size: 14px;
}
.pills_list .pills_item:first-child {
  border-radius: 16px 0 0 16px;
}
.pills_list .pills_item:last-child {
  border-radius: 0 16px 16px 0;
}
.pills_list .pills_item.on {
  background-color: #ffb100;
  color: #fff;
}
.pills_list .pills_item--weak.on {
  border: 1px solid #ffe100;
  background-color: #ffe100;
  color: #3d3d3d;
  font-weight: bold;
}
.pills_list .pills_item .pills_box {
  display: block;
  width: 100%;
  height: 100%;
}
.pills_list .pills_item .pills_link {
  color: #666;
}
.pills_list .pills_item .pills_text {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*#styleguide
認証番号入力

```
[認証番号入力]※htmlタグ内の属性と値は画面ごとに異なる可能性があるため、このままhtmlはコピーしない。classのみ参考にする。
<br><br>
追記：ライブラリに差し替えたかったが、半角入力制御が難しく断念した
<br>
https://www.kabanoki.net/5193/
<br>
https://jsfiddle.net/kabanoki/myrdg1ct/
<br>
<div class="p-tel-auth__main-txt-con">
    <p class="p-tel-auth__main-txt"><span>認証番号を入力してください</span></p>
</div>
<br>
<div class="p-tel-auth">
    <div class="p-tel-auth__form-wrap">
        <input type="tel" name="authcode" class="c-form-text" size="20" maxlength="13" placeholder="4桁の認証番号を入力" onclick="ga('send', 'event', '{$googlecategory}', 'smsBox', 'input_auth_number');">
    </div>
</div>

<br><br><br><br>
<div class="p-tel-auth__main-txt-con">
    <p class="p-tel-auth__main-txt"><span>認証番号を入力してください</span></p>
</div>

<div class="p-tel-auth">
    <div id="app">
        <vue-fake-input
                :length="4"
                :font-size="40"
                input-color="#c2bb1e"
                font-color="#6d6d6d"
                :allow-paste="false"
                v-model="fullValue"
                name="authcode"
        ></vue-fake-input>
    </div>
    <div class="p-tel-auth__btn-wrap">
        <div class="c-btn-arrow-r">
            <input type="submit" class="c-btn--primary" value="認証する" onclick="ga('send', 'event', 'TELAUTHREGIST', 'smsBox', 'btn_tel_auth');">
        </div>
    </div>
</div>
<br><br>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-fake-input@1.0.5/dist/vue-fake-input.umd.min.js"></script>
<script>
    const VueFakeInput = window['VueFakeInput'];
    Vue.component('vue-fake-input', VueFakeInput);

    let app = new Vue({
        el: '#app',
        data: {
            fullValue:''
        }
    });
</script>

```
*/
.p-tel-auth {
  width: 100%;
  margin: 30px auto 5px;
  text-align: center;
}
.p-tel-auth__main-txt-con {
  margin: 30px 0 0 0;
  padding: 0 15px;
  text-align: center;
}
.p-tel-auth__main-txt {
  color: #6d6d6d;
  font-weight: bold;
  font-size: 18px;
}
.p-tel-auth__sub-txt {
  margin: 20px 0 0 0;
  color: #6d6d6d;
  font-size: 14px;
}
.p-tel-auth__sub-txt .emph {
  color: #f76800;
  font-weight: bold;
}
.p-tel-auth input[type=text]:focus, .p-tel-auth input[type=text]:active {
  border: none;
  color: #3d3d3d;
  outline: none;
}
.p-tel-auth__hd {
  display: block;
  margin: 15px 0;
  color: #6d6d6d;
  font-size: 18px;
  text-align: center;
}
.p-tel-auth__form-wrap {
  padding: 0 15px;
}
.p-tel-auth__input-wrap {
  position: relative;
  width: 240px;
  margin: 30px auto 0;
  text-align: center;
}
.p-tel-auth__input-wrap:before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 19px;
  background: #fff;
  content: "";
}
.p-tel-auth__input {
  width: 240px;
  padding: 0 0 10px 0;
  border: none;
  color: #6d6d6d;
  font-size: 46px;
  letter-spacing: 36px;
  border-bottom: 21px dashed #e5e4e0;
}
.p-tel-auth__btn-wrap {
  display: block;
  position: relative;
  width: 250px;
  margin: 30px auto;
  text-align: center;
}

.attention_modal_box {
  text-align: center;
}
.attention_modal_box .attention_modal_box__header {
  margin: 0;
}
.attention_modal_box .phone_number {
  padding: 20px 0 0 0;
  font-weight: bold;
}
.attention_modal_box .phone_number p {
  padding: 80px 0 0 0;
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/img_phone.svg") #fff 54% top no-repeat;
  background-size: 67px 77px;
  color: #3d3d3d;
  font-size: 22px;
  text-align: center;
}
.attention_modal_box .main_txt {
  padding: 20px 0;
}
.attention_modal_box .primary_txt {
  color: #979797;
  font-size: 14px;
  text-align: left;
}
.attention_modal_box .primary_txt .emph {
  color: #f5aa00;
  font-weight: bold;
}
.attention_modal_box .btn_list {
  text-align: center;
}

.stretched-link, .stretched-link--sm {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
}
.stretched-link:after, .stretched-link--sm:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: auto;
}
.stretched-link--sm {
  font-size: 14px;
}

.p-work-cassette {
  display: block;
  position: relative;
  margin: 15px 10px;
  padding: 0 0 20px 0;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.p-work-cassette.is_entry_end::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  content: "";
  border-bottom: 4em solid transparent;
  border-right: 4em solid rgba(246, 246, 246, 0.9);
}
.p-work-cassette.is_entry_end::after {
  display: block;
  position: absolute;
  top: 11px;
  right: 3px;
  z-index: 4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #bcbcbc;
  font-weight: bold;
  font-size: 12px;
  content: "終了";
}
.p-work-cassette.is_already_read::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  content: "";
  border-bottom: 4em solid transparent;
  border-right: 4em solid rgba(246, 246, 246, 0.9);
}
.p-work-cassette.is_already_read::after {
  display: block;
  position: absolute;
  top: 11px;
  right: 3px;
  z-index: 4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #bcbcbc;
  font-weight: bold;
  font-size: 12px;
  content: "既読";
}
.p-work-cassette__ttl {
  padding: 10px;
  background: #fff;
  border-top: 3px solid #f5aa00;
  border-bottom: none;
}
.p-work-cassette__ttl__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 4px 0;
}
.p-work-cassette__ttl__head--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
}
.p-work-cassette__ttl__pr {
  padding: 3px 8px;
  border: 1px solid #f76800;
  color: #f76800;
}
.p-work-cassette__ttl__workday {
  display: inline-block;
  padding: 4px 8px 3px;
  border-radius: 4px;
  background: #f1c04e;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.p-work-cassette__ttl__period {
  display: inline-block;
  padding: 4px 8px 3px;
  border: 1px solid #f1c04e;
  border-radius: 4px;
  color: #f1c04e;
  font-weight: bold;
  font-size: 12px;
}
.p-work-cassette__ttl__txt {
  display: -webkit-box;
  overflow: hidden;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 375px) {
  .p-work-cassette__ttl__txt {
    font-size: 15px;
    line-height: 1.5;
  }
}
.p-work-cassette__ttl .c-tag--rtype {
  padding: 4px 8px 3px;
}
.p-work-cassette__ttl-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}
.p-work-cassette__ttl-img-wrap .p-work-cassette__ttl__txt {
  max-width: calc(100% - 98px);
}
.p-work-cassette__ttl-img-wrap .imgCompany-wrap {
  max-width: 88px;
  max-height: 68px;
  text-align: center;
  margin-left: 10px;
}
.p-work-cassette__ttl-img-wrap .imgCompany {
  max-width: 100%;
  max-height: 100%;
}
.p-work-cassette__con {
  padding: 0 10px;
}
.p-work-cassette__job-info {
  display: block;
}
.p-work-cassette__job-item {
  padding: 3px 0 0 20px;
  overflow: hidden;
}
.p-work-cassette__job-item.pay {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-pay.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette__job-item.place {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-place.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette__job-item.calendar {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-calendar.svg") no-repeat 1px 4px;
  background-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette__job-item.job {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-job.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette__job-item.company {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-company.svg") no-repeat 0 4px;
  background-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette__job-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 15px;
}
.p-work-cassette__job-dt {
  width: 20%;
  min-width: 70px;
  padding: 5px 0 5px 20px;
  box-sizing: border-box;
  color: #f5aa00;
  line-height: 1.3;
}
.p-work-cassette__job-dt.pay {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-pay.svg") no-repeat 0 6px;
  background-size: 16px;
}
.p-work-cassette__job-dt.place {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-place.svg") no-repeat 0 5px;
  background-size: 16px;
}
.p-work-cassette__job-dt.calendar {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-calendar.svg") no-repeat 1px 5px;
  background-size: 14px;
}
.p-work-cassette__job-dt.job {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-job.svg") no-repeat 0 6px;
  background-size: 16px;
}
.p-work-cassette__job-dt.company {
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon-list-company.svg") no-repeat 0 5px;
  background-size: 16px;
}
.p-work-cassette__job-dd {
  width: 80%;
  max-width: calc(100% - 70px);
  padding: 5px 0;
  overflow: hidden;
  box-sizing: border-box;
  color: #3d3d3d;
}
.p-work-cassette__job-dd.pay .daypay {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 3px;
}
.p-work-cassette__job-dd.pay .daypay-txt {
  display: inline-block;
  font-size: 10px;
}
.p-work-cassette__job-dd.pay .transportation {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
}
.p-work-cassette__job-dd.pay .hourly-pay {
  font-size: 12px;
}
.p-work-cassette__job-dd.pay .daypay-naturally {
  display: inline;
  font-weight: bold;
  font-size: 16px;
}
.p-work-cassette.rtype .p-work-cassette__job-dd {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette .box_rikuopu .p-work-cassette__job-dd {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-work-cassette .box_rikuopu .p-work-cassette__job-dd.calendar {
  overflow: hidden;
}
.p-work-cassette__entry {
  color: #6d6d6d;
  font-size: 13px;
  padding-bottom: 5px;
}
.p-work-cassette .company_name {
  position: relative;
  margin: 15px 0 7px;
  padding: 15px 10px;
  overflow: hidden;
  background: #f8f7f7;
  color: #3d3d3d;
  font-weight: bold;
}
.p-work-cassette__company-passing .company_probability .percent.passing--low {
  color: #f36363;
}
.p-work-cassette__company-passing .company-passing-txt, .p-work-cassette__company-passing .company-passing-txt--high, .p-work-cassette__company-passing .company-passing-txt--low {
  font-size: 11px;
  padding-top: 5px;
}
.p-work-cassette__company-passing .company-passing-txt--low {
  color: #f36363;
}
.p-work-cassette__company-passing .company-passing-txt--high {
  color: #1dc391;
}
.p-work-cassette__company_info {
  position: relative;
  padding: 15px 10px;
  border: 1px solid #f1f0ed;
  border-radius: 3px;
}
.p-work-cassette__company_info .addNgCompnayLink {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_visibility_off.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
.p-work-cassette__company_info .addNgCompnayLink.derivation-ng {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-work-cassette__company_info .company_probability {
  display: inline-block;
  padding: 5px 5px 0 0;
  color: #3d3d3d;
  font-size: 12px;
}
.p-work-cassette__company_info .company_probability .percent {
  color: #1dc391;
  font-weight: bold;
  font-size: 13px;
  padding-left: 3px;
}
.p-work-cassette__company_info .company_selection-wrap {
  text-align: right;
  margin-top: 10px;
}
.p-work-cassette__company_info .company_selection {
  display: inline-block;
  color: #6d6d6d;
  font-size: 13px;
  margin-left: 5px;
}
.p-work-cassette__company_info .company_selection::before {
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_medal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  content: "";
}
.p-work-cassette__company_info .logo_swc, .p-work-cassette__company_info .logo_swd {
  width: 145px;
}
.p-work-cassette__company_info .logo_swc img, .p-work-cassette__company_info .logo_swd img {
  max-width: 100%;
  height: auto;
}
.p-work-cassette__company_info .konohini_limited, .p-work-cassette__company_info .kg_limited {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-work-cassette__company_info .konohini_limited_msg, .p-work-cassette__company_info .kg_limited_msg {
  display: inline-block;
  color: #3d3d3d;
  font-size: 10px;
  padding-left: 10px;
}
.p-work-cassette__company_info .logo_topspot {
  width: 110px;
  margin-bottom: -3px;
}
.p-work-cassette__company_info .logo_topspot img {
  max-width: 100%;
  height: auto;
}
.p-work-cassette__company_info .logo_rikuopu {
  width: 100px;
  margin-bottom: -3px;
}
.p-work-cassette__company_info .logo_rikuopu img {
  max-width: 100%;
  height: auto;
}
.p-work-cassette__company_info .logo_konohini {
  width: 50px;
}
.p-work-cassette__company_info .logo_konohini img {
  max-width: 100%;
  height: auto;
}
.p-work-cassette__company_info .logo_kg {
  width: 40px;
}
.p-work-cassette__company_info .logo_kg img {
  max-width: 100%;
  height: auto;
}
.p-work-cassette__company_name {
  max-width: calc(100% - 30px);
  color: #3d3d3d;
  font-weight: bold;
  font-size: 13px;
}
.p-work-cassette__company-note {
  color: #6d6d6d;
  font-size: 10px;
  margin-top: 3px;
}
.p-work-cassette__apply-end-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-work-cassette__apply-end-date .apply-end-date {
  width: 70%;
  min-width: auto;
  margin: 5px 0 -12px 0;
  color: #1dc391;
  text-align: center;
}
.p-work-cassette__apply-end-date .apply-end-date span {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_clock.svg") no-repeat 3px 4px;
  background-size: 13px;
  text-align: center;
}
.p-work-cassette__apply-end-date .apply-end-date--blank {
  width: 30%;
}
.p-work-cassette__apply-end-date .apply-end-date--only {
  width: 100%;
}
.p-work-cassette__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 0 0;
}
.p-work-cassette__btn .c-btn--normal {
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  .p-work-cassette__btn .c-btn--normal {
    margin: 0 15px 0 0;
  }
}
.p-work-cassette__btn.derivation-guest {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-work-cassette__btn-fav {
  width: 30%;
}
.p-work-cassette__btn-primary.btn_only {
  width: 100%;
  min-width: auto;
}
.p-work-cassette__btn-primary.btn_second {
  width: 70%;
  min-width: auto;
  margin-left: 10px;
}
.p-work-cassette .btn_delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
}
.p-work-cassette .btn_delete:before {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 0 3px 0;
  background: url("../../../../customer/image/sw/cu/d/d801_smp/common2/icon/icon_trash.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-work-cassette .btn_delete span {
  display: block;
  color: #bcbcbc;
  font-size: 12px;
}

.p-work-cassette-sm {
  position: relative;
  padding: 15px;
  border: 1px solid #e5e4e0;
  border-radius: 7px;
  background: #fff;
}
.p-work-cassette-sm__ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.p-work-cassette-sm .p-work-cassette__job-item.pay .daypay {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 3px;
}
.p-work-cassette-sm .p-work-cassette__job-item.pay .daypay-txt {
  display: inline-block;
  font-size: 10px;
}
.p-work-cassette-sm .p-work-cassette__job-item.pay .transportation {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
}
.p-work-cassette-sm .p-work-cassette__job-item.pay .hourly-pay {
  font-size: 12px;
}
.p-work-cassette-sm .p-work-cassette__job-item.pay .salary-attention {
  font-weight: normal;
  font-size: 10px;
  padding-top: 3px;
}

/* ======================
LP広告 注目マーク
====================== */
.p-event-campaign_ribbon {
  display: inline-block;
  position: relative;
  height: 28px;
  padding: 7px 10px;
  box-sizing: border-box;
  background: #ed6f43;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.p-event-campaign_ribbon::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 8px 14px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.p-event-campaign_ribbon p {
  margin: 0;
  padding: 0 20px 0 10px;
  color: #fff;
  line-height: 1em;
}

/* Utility br
    ======================================================================== */
.u-br-tab {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-br-tab {
    display: none;
  }
}

.u-br-sp {
  display: block;
}
@media screen and (min-width: 600px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-sp2 {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-br-sp2 {
    display: block;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-br-pc {
    display: block;
  }
}

/* Utility display
    ======================================================================== */
.u-dis--pc-only-block {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-dis--pc-only-block {
    display: block;
  }
}

.u-dis--sp-only-block {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-dis--sp-only-block {
    display: none;
  }
}

.u-dis--pc-only-inline {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-dis--pc-only-inline {
    display: inline-block;
  }
}

.u-dis--sp-only-inline {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .u-dis--sp-only-inline {
    display: none;
  }
}

/* Utility margin
    ======================================================================== */
.u-m-none {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

/* Utility white-space
    ======================================================================== */
.u-p-wrap {
  white-space: pre-wrap !important;
}
