@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 *//*
figure {
  margin: 1em 40px;
}
*/
figure{
    margin:0 auto;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 2 */
  height: 0;
  /*高さをリセット*/
  margin: 0;
  /*マージンをリセット*/
  padding: 0;
  /*パディングをリセット*/
  border: 0;
  /*ボーダーをリセット*/ }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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


/*-----------------------------------
common
-----------------------------------*/
html, body {
  color: #32353a;
  height: 100%;
  font-size: 16px;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
}

h1, h2, h3, h4, body, header, article,main, section, footer, div, a, dt, dd, dl, ul, ol, li, p{
  box-sizing: border-box; }

section {
  padding: 0; }

li {
  list-style-type: none; }

strong {
  font-size: 2rem; }

a{
    text-decoration: none;
}

figure img{
    flex-shrink: 0
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    margin:0 auto;
    overflow-x: hidden;
    box-sizing: content-box;
}

.mainbox,
.pagebox{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

a, a:hover {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


/*-----------------------------------
会員登録ページ
-----------------------------------*/
.navbar-inverse {
/* TODO: 表示するようにした */
  /* display: none; */
}


.page_content {
  background: #f8f8f4;
}

.contents_wrap {
  max-width: 1346px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

/* タイトル */
.mainvisual {
  width: 100%;
  height: 230px;
  margin: 0 auto;
  box-sizing: border-box;
  background-image: url(../../img/jobcafe/title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.pagetitle {
  width: 100%;
  max-width: 1346px;
  font-size: 44px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #fff;
  margin: auto;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/jobcafe/title_txt.png);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 15% bottom 10px;
}

/* パンくずリスト */
.breadcrumb {
  background: none;
}
.contents_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto 30px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
.breadcrumb ol li {
  list-style-type: none;
  position: relative;
  font-size: 13px;
}
.breadcrumb ol li a {
  color: #343431;
  font-size: 13px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}
.breadcrumb li {
  width: 64px;
}


/* しまね登録 */
.explanation_txt {
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 35px;
  text-align: center;
}
.register_contents {
  background: #fff;
  max-width: 1240px;
  margin: 0 auto 38px;
  padding: 18px 2% 8px;
  position: relative;
}
.heading {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 7px;
  margin: 0 0 40px;
  text-align: center;
}
.heading span {
  position: relative;
}
.heading span:after {
  content: "";
  background-image: url(../../img/jobcafe/head_under.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 165px;
  height: 22px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.shimane_register {
  display: flex;
  justify-content: center;
}
.box1 {
  width: 39%;
}
.box2 {
  width: 20%;
}
.box3 {
  margin: 0 2%;
  width: 20%;
}
.heading_sub {
  font-size: 18px;
  margin: 0 0 14px;
  position: relative;
  text-align: center;
}
.heading_sub::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  height: 3px;
  content: '';
  background: #f8d305;
}
.heading_sub span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.shimane_register_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.box2 .shimane_register_block,
.box3 .shimane_register_block {
  justify-content: center;
}
.box2 .shimane_register_block {
  height: 78%;
}
.site_block {
  background: #f8f8f4;
  padding: 0 12px 16px;
  width: 220px;
}
.site_icon {
  text-align: center;
}
.site_icon img {
  width: 100%;
}
.icon01 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.icon02 {
  margin-top: 17px;
  margin-bottom: 15px;
}
.icon03 {
  margin-top: 7px;
  margin-bottom: 10px;
}
.icon04 {
  margin-top: 7px;
  margin-bottom: 13px;
}
.icon05 {
  margin-top: 30px;
  margin-bottom: 25px;
}
.icon01 img {
  max-width: 196px;
}
.icon02 img {
  max-width: 153px;
}
.icon03 img {
  max-width: 119px;
}
.icon04 img {
  max-width: 167px;
}
.icon05 img {
  max-width: 168px;
}
.site_txt {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin-bottom: 0;
}
.link_btn {
  margin-bottom: 20px;
  text-align: center;
}
.link_btn a {
  display: inline-block;
  width: 29%;
  background: #f8d305;
  color: #32353a;
  font-size: 18px;
  text-align: center;
  padding: 21px 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3, 3, 3, 0.35);
  position: relative;
}
.link_btn a:hover {
  opacity: 1;
  text-decoration: none;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.link_btn a::after {
  content: "";
  background: url(../../img/jobcafe/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 12px;
  position: absolute;
  right: 3%;
  top: 40%;
}

/* 会員限定機能 */
.function_contents {
  background: #fff;
  max-width: 1240px;
  margin: 0 auto 38px;
  padding: 18px 9% 8px;
}
.function_contents .heading {
  margin-bottom: 44px;
}
.function_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.function_box {
  text-align: center;
  max-width: 250px;
  margin-bottom: 30px;
  margin-right: 12%;
  width: 30%;
}
.function_box:nth-child(3),
.function_box:last-child {
  margin-right: 0;
}
.function_img {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.function_txt {
  font-size: 15px;
  line-height: 1.5;
}







/* ご登録は簡単！無料！ */
.image_block {
  margin-bottom: 13px;
  text-align: center;
}
.image {
  margin-bottom: 0;
}
.image img {
  max-width: 634px;
  width: 100%;
}
.arrows {
  margin-top: -11px;
  margin-bottom: 0;
}
.arrows img {
  max-width: 120px;
  margin: 0 auto;
  width: 50%;
}

/* ご登録までの流れ */
.register_select_block {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 92.5%;
}
.register_select_block #smartwizard {
  margin: 0 0 20px;
  padding: 0;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor {
  margin-top: 0;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li {
  margin-right: 1.33%;
  text-align: center;
  width: 24%;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li:last-child {
  margin-right: 0;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li>a {
  font-size: 27.5px;
  line-height: 1;
  padding: 6px 0 0 20px;
  height: 92px;
  width: 100%;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li>a small {
  font-size: 16px;
  line-height: 1;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li:last-child>a:before,
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li:last-child>a:after {
  content: none;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li>a:before {
  left: 105%;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor {
  background: #fff;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a {
  background: #f8d305!important;
  border-color: #f8d305!important;
}
.register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a:after {
  border-left: 30px solid #f8d305!important;
}
.register_select_block .panel {
  background: #f8d305;
  border: 1px solid #f8d305;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.register_select_block .panel-heading {
  background: #f8d305;
  border-color: #f8d305;
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 9px 30px;
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover {
  color: #fff;
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a {
  color: #000 !important;
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a {
  color: #fff;
}
.register_select_block .panel-heading b {
  font-size: 26px;
  font-weight: normal;
}
.register_select_block .panel-body {
  background: #fff;
  font-size: 17.5px;
  margin: 0 auto;
  width: 98.5%;
}
.register_select_block .question_area {
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding: 0 0 27px;
  padding-left: 22px;
  position: relative;
  width: 60%;
}
.register_select_block .question_area label {
  position: relative;
}
.register_select_block .question_area label::before {
  content: "●";
  color: #32353a;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: transparent;
  font-size: 17.5px;
  margin-top: 0;
}
.register_select_block .answer_area {
  padding: 0 0 33px;
  width: 40%;
}
.answer_area .checkbox-inline,
.answer_area .radio-inline {
  padding-left: 20px;
  margin-right: 57px;
}
.register_select_block .required-label:before {
  content: none;
}
.register_select_block .required-label:after {
  content: "必須";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px;
  background-color: #F10A4B;
  line-height: 1;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
  border-radius: 3px;
  margin-top: -0.2em;
}
.register_select_block .answer_area .checkbox + div {
  font-size: 16px;
  line-height: 1.3;
  padding-left:1em;
  text-indent:-1em;
}
.text-info {
  color: #313131;
  font-size: 14px;
  line-height: 1.8;
}
.next_btn button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  text-align: center;
  background: #f8d305;
  border: 2px solid #f8d305;
  padding: 20px 148px;
  position: relative;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 2px;
}
.next_btn button::after {
  content: "";
  background: url(../../img/jobcafe/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 12px;
  position: absolute;
  right: 3%;
  top: 40%;
}
/* btn-primary 色合い変更（青→黄色） */
.btn-primary {
  color: #000;
  text-align: center;
  background: #f8d305;
  border: 2px solid #f8d305;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled {
  background: #fbf494;
  border-color: #fbf494;
  color: #000;
}
/* 戻るボタン・その他ボタン */
.back_btn button,
.other_btn button {
  padding: 20px 148px;
  position: relative;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 2px;
}
/* 戻るボタン（←左矢印） */
.back_btn button::after {
  content: "";
  background: url(../../img/jobcafe/arrow_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 12px;
  position: absolute;
  left: 3%;
  top: 40%;
}

/* ラジオボタン */
.register_select_block .answer_area input[type=radio] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.register_select_block .answer_area label input[type=radio] {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 16px;
  position: relative;
  width: auto;
}
.register_select_block .answer_area label input[type=radio]::before {
  background: #fff;
  border: 2px solid #32353a;
  border-radius: 50%;
  content: '';
  display: block;
  height: 17px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 17px;
}
.register_select_block .answer_area label input[type=radio]::after {
  background: #f8d305;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 10px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 57%;
  width: 6px;
}
.register_select_block .answer_area input[type=radio]:checked::before {
  border: 2px solid #f8d305;
}
.register_select_block .answer_area input[type=radio]:checked::after {
  opacity: 1;
}

/* ラジオボタン .answer_area なし */
.register_select_block input[type=radio] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.register_select_block label input[type=radio] {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 16px;
  position: relative;
  width: auto;
}
.register_select_block label input[type=radio]::before {
  background: #fff;
  border: 2px solid #32353a;
  border-radius: 50%;
  content: '';
  display: block;
  height: 17px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 17px;
}
.register_select_block label input[type=radio]::after {
  background: #f8d305;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 10px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 57%;
  width: 6px;
}
.register_select_block input[type=radio]:checked::before {
  border: 2px solid #f8d305;
}
.register_select_block input[type=radio]:checked::after {
  opacity: 1;
}
/* disabled時 グレーアウト */
.register_select_block label input[type=radio]:disabled::after {
  background-color: #aaa;
}
.register_select_block input[type=radio]:disabled:checked::before {
  border-color: #aaa;
}
.register_select_block input[type=radio]:disabled::before {
  border-color: #aaa;
}
.register_select_block input[type=radio]:disabled:checked::after {
  opacity: 1;
}

/* チェックボックス */
.register_select_block .answer_area input[type=checkbox] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.register_select_block .answer_area .checkbox label {
  padding-left: 32px;
}
.register_select_block .answer_area .checkbox label input[type=checkbox]::before {
  background: #fff;
  border: 2px solid #231815;
  border-radius: 0;
  content: '';
  display: block;
  height: 20px;
  left: -8px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.register_select_block .answer_area .checkbox label input[type=checkbox]::after {
  border-right: 3px solid #f8d305;
  border-bottom: 3px solid #f8d305;
  border-radius: 0;
  background-color: transparent;
  content: '';
  display: block;
  height: 17px;
  left: -1px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 46%;
  transform: rotate(45deg);
  width: 7px;
}
.register_select_block .answer_area .checkbox input[type=checkbox]:checked::before {
  border: 2px solid #f8d305;
}
.register_select_block .answer_area .checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}

/* チェックボックス .answer_area なし */
.register_select_block input[type=checkbox] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.register_select_block .checkbox label {
  padding-left: 32px;
}
.register_select_block .checkbox label input[type=checkbox]::before {
  background: #fff;
  border: 2px solid #231815;
  border-radius: 0;
  content: '';
  display: block;
  height: 20px;
  left: -8px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.register_select_block .checkbox label input[type=checkbox]::after {
  border-right: 3px solid #f8d305;
  border-bottom: 3px solid #f8d305;
  border-radius: 0;
  background-color: transparent;
  content: '';
  display: block;
  height: 17px;
  left: -1px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 46%;
  transform: rotate(45deg);
  width: 7px;
}
.register_select_block .checkbox input[type=checkbox]:checked::before {
  border: 2px solid #f8d305;
}
.register_select_block .checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
/* disabled時 グレーアウト */
.register_select_block .checkbox label input[type=checkbox]:disabled::after {
  border-color: #aaa;
}
.register_select_block .checkbox input[type=checkbox]:checked:disabled::before {
  border-color: #aaa;
}
.register_select_block .checkbox input[type=checkbox]:disabled::before {
  border-color: #aaa;
}

/* テキスト */
.txt-inline {
  width: 100%;
}
.register_select_block .answer_area input[type=text] {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}

/* テキスト .answer_area なし */
.register_select_block input {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
}


/* テキストエリア .answer_area なし */
.txtarea-inline {
  width: 100%;
}
.register_select_block textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
}

/* 区切り線 */
.wrap_hr hr{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #eee;
}

/* 仮登録画面（パネル） */
.panel .panel-body .inner-panel {
  border: 0;
  padding-bottom: 0;
}
.panel .panel-body .inner-panel .panel-body {
  background-color: #fcf8e3;
  width: 100%;
}

/* ラベル（余白調整） */
.register_select_block label {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* modal textarea */
.modal-body textarea {
  border: solid #000 1px;
}

/* checkbox */
.panel-body .checkbox label input::before {
  background: #fff;
  border: 2px solid #000;
}
.panel-body .checkbox label input:checked:before {
  border: 2px solid #f8d305;
}
.panel-body .checkbox label input::after {
  border-right: 3px solid #f8d305;
  border-bottom: 3px solid #f8d305;
}

@media screen and (max-width: 1330px) and (min-width:769px) {

  /* しまね登録 */
  .site_block {
    width: 48%;
  }
  .box2 .site_block,
  .box3 .site_block {
    width: 100%;
  }

  /* 会員限定機能 */
  .function_box:nth-child(3) {
    margin-right: 10%;
  }


}


@media screen and (max-width: 768px) {


  .heading span:before {
    width: 50px;
    left: -61px;
    top: 14px;
    background-size: contain;
  }

  .explanation_txt {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
  }

  /* ページタイトル */
  .mainvisual {
    height: 150px;
    background-size: cover;
    margin-top: 50px;
    background-size: contain;
  }
  .pagetitle {
    height: 150px;
    font-size: 30px;
    background-size: 26%;
  }
  .breadcrumb li a {
    width: 100%;
    padding: 1%;
  }

  /* パンくず */
  .bread_block {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    width: 94%;
  }
  .bread_block li {
    font-size: 15px;
    display: inline;
    padding: 0;
    margin-bottom: 0;
  }

  /* しまね登録 */
  .shimane_register {
    display: block;
  }
  .box1,
  .box2,
  .box3 {
    width: 100%;
  }
  .box2 .shimane_register_block {
    height: auto;
  }
  .site_block {
    width: 48.5%;
  }
  .heading_sub span::before,
  .heading_sub span::after {
    width: 60px;
  }
  .box3 .heading_sub span::before,
  .box3 .heading_sub span::after {
    width: 90px;
  }
  .link_btn a {
    width: 80%;
  }
  .more_link a {
    width: 100%;
  }

  /* 会員限定機能 */
  .function_box {
    width: 45%;
    margin-right: 10%;
  }
  .function_box:nth-child(3) {
    margin-right: 10%;
  }
  .function_box:nth-child(even) {
    margin-right: 0;
  }
  .arrows {
    margin-top: 0;
  }

  /* フォーム部分 */
  .register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li {
    display: none;
  }
  .register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li.active {
    display: block;
    width: 50%;
  }
  .register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li>a:before,
  .register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a:after {
    display: none;
  }
  .register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a {
    border-radius: 5px;
    font-size: 20px;
    padding: 6px 20px 15px;
    height: auto;
  }
  .register_select_block #smartwizard.sw-theme-arrows>ul.step-anchor>li>a small {
    font-size: 14px;
  }
  .register_select_block {
    width: 100%;
  }
  .register_select_block .question_area,
  .register_select_block .answer_area {
    padding-bottom: 5px;
    width: 100%;
  }
  .register_select_block .answer_area {
    margin-bottom: 30px;
  }
  .register_select_block .answer_area .radio-inline {
    display: block;
    margin-bottom: 20px;
  }
  .next_btn button {
    padding: 20px 5%;
    margin-top: 23px;
    width: 100%;
  }

  /* ボタンサイズ調整 */
  .next_btn button,
  .back_btn button,
  .other_btn button {
    padding: 20px 5%;
    margin-top: 23px;
    width: 100%;
  }

}

/*** ジョブカフェ用修正（追加修正）ここから ***/
/* ヘッダー */
.navbar-fixed-top {
  position: initial !important;
  width: 100%;
}
.navbar .menu li {
  letter-spacing: 0.3px;
}
.navbar .menu li a {
  font-size: 15px;
}
.navbar .menu li a span {
  font-size: 11px;
}
/* 矢印 */
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover {
  opacity:1;
}
/*** ジョブカフェ用修正（追加修正）ここまで ***/


@media screen and (max-width: 400px) {
  .pagetitle {
    background-position: right 15% bottom 40px;
  }
}





/*** ジョブカフェ用修正 ***/
.btn_login,
.h_login_btn {
  display: none;
}
.g_navi {
  /* margin-top: 37px; */
  margin-top: 6px;
}
.page-header {
  padding-top: 0;
  margin-top: 0;
}
.navbar .row,
.navbar .navbar-default .col-lg-offset-1 {
  max-width: 1346px;
  margin: 0 auto;
}
.navbar .navbar-default .col-lg-offset-1 {
  padding: 0 15px;
}
.navbar .col-lg-offset-1 {
  margin-left: 0;
  width: 100%;
}
.panel-heading h4 small {
  color: inherit;
}
.panel-body small {
  line-height: 1.5;
}
.col-lg-12 h4 {
  font-size: 16px;
}
.form-control {
  font-size: 16px;
  padding: 6px 12px 6px 10px;
  font-family: 'Noto Sans JP', sans-serif;
  height: auto;
}
.register_select_block input {
  padding: 6px 12px;
}
.radio-inline {
  margin-right: 10px;
}
.panel-body .checkbox input[type=checkbox] {
  margin-top: -1px;
}
.label-info {
  font-weight: normal;
}
.label-info.checked-labels {
  padding: 4px 4px 8px 4px;
}
.label-info .label-close {
  padding-top: 0;
}
label {
  line-height: 1.2;
}
.lead_txt {
  margin-bottom: 20px;
}
.lead_txt p {
  font-size: 16px;
  line-height: 1.5;
}
.up_txt {
  font-size: 16px;
  line-height: 1.5;
}
.dataTables_paginate .pagination {
  font-size: 16px;
}
.dataTables_paginate .pagination li {
  margin-right: 10px;
}
.dataTables_scroll {
  overflow-x: auto;
	white-space: nowrap;
  margin: 20px 0;
}
.table-responsive {
  padding: 10px;
}
.mail_txt {
  line-height: 1.3;
}
.back_btn button,
.other_btn button,
.next_btn button {
  margin-bottom: 20px;
}
.radio-inline #student {
  padding-bottom: 5px;
}
.login_block {
  border: none !important;
  margin: 0 !important;
}
select.form-control {
  background-position: top 16px right 4px;
  background-repeat: no-repeat;
  padding-right: 20px;
}

/* 会員ヘッダー調整 */
#crm-member-header .navbar {
  min-height: 0;
  margin-bottom: 0;
  border-top: #606060 solid 1px;
  border-bottom: #606060 solid 1px;
}
#crm-member-header .navbar-light .navbar-toggle .icon-bar {
  background-color: #080808;
}
#crm-member-header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}
#crm-member-header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}


@media screen and (max-width: 1182px) {

  .address_side input {
    display: inline-block;
  }
  .text-side,
  .school-side select {
    display: inline-block;
    width: 49%;
  }
  .year_side input {
    display: inline-block;
    margin: 0 5px;
  }
  .matriculation-side select {
    display: inline-block;
    width: 30%;
  }
  .score_side input#toeic_score,
  .score_side input#toefl_score {
    display: inline-block;
    margin: 0 5px;
    width: 4em;
  }
  .checkbox_list label {
    margin-bottom: 10px;
    margin-right: 30px;
  }

}



@media screen and (max-width: 768px) {
  nav.navbar.navbar-inverse.navbar-fixed-top {
    display: block;
  }
  .register_select_block {
   padding-bottom: 30px;
  }
  button.btn.btn-primary.btn-ms {
    margin-top: 10px;
  }
  .checkbox input[type=checkbox] {
    width: 90%;
  }
  .panel-body .checkbox input[type=checkbox] {
    width: auto;
  }
  .dataTables_paginate .pagination li {
    margin-right: 0;
  }
  .mypage-table-company-reply,
  .mypage-table-scout,
  .mypage-table-event {
    padding: 5px;
  }
  .dataTables_info {
    margin-bottom: 8px;
  }
  .back_btn button, .other_btn button, .next_btn button {
    margin-bottom: 0;
  }
  .text-info,
  .btn {
    font-size: 16px;
  }
  .register_select_block .panel-body {
    font-size: 15.5px;
  }

  .register_select_block .panel-heading b {
      font-size: 22px;
  }

  .register_select_block .panel-heading{
      font-size: 14px;
  }

  .heading {
      font-size: 26px;
  }

  .form-control {
      font-size: 14px;
  }

  .form-control,
  .register_select_block input {
    font-size: 18px;
  }
  .lead {
    font-size: 18px;
  }
  .lead_txt {
    font-size: 18px;
  }
  .lead_txt p {
    font-size: 18px;
  }
  #crm-member-header .navbar {
    padding-top: 30px;
  }

}
