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

 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background: #2C2C2C;
  color: #333435;
  font: normal 17px/1.8 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  /*color: #1a0dab;*/
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  border: none;
  display: block;
}

ul {
  list-style: none;
}

h1 {
  font-size: 1.9em;
}
h1, h2, h3, h4 {
  color: #252627;
}

button {
  font: normal 1em -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  outline: none;
}

input[type=text],
textarea {
  border: 1px solid #888;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1) inset;
  font: normal 1em -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  outline: none;
  padding: 4px;
  width: 100%;
}
input[type=submit] {
  -webkit-appearance: none;
}
iframe {
  border: none;
}

.clear {
  clear: both;
}

.ch-ruby {
  color: #bfbfbf;
  font-size: .7em;
  font-style: italic;
  padding: 0 0 0 8px;
}


#header {
  background: #F6F6F8;
  width: 100%;
}
.h-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 2%;
  width: 100%;
  max-width: 1200px;
}
.h-left {
}
.h-humburger {
  color: #999;
  font-size: 1.4em;
  margin: 0 20px 0 0;
}
.h-logo {
  width: 140px;
}
.h-logo img {
  width: 100%;
}


.h-center {
  margin: 4px 0 0 16px;
}
.h-center-list {
  font-size: .9em;
}
.h-center-list li {
  display: inline-block;
  padding: 4px 8px;
}


.h-userinfo {
  color: #888;
  cursor: pointer;
  display: table;
  position: relative;
  transition: all .2s ease-out;
}
.h-userinfo:hover {
  color: #000;
}
.hui-login {
}
.hui-thumb {
  background: #ccc;
  border-radius: 50%;
  display: table-cell;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.hui-thumb img {
  border-radius: 50%;
  width: 100%;
}
.hui-username {
  display: table-cell;
  font-size: 1em;
  padding: 0 0 0 8px;
  vertical-align: middle;
}
.hui-menu {
  background: #fff;
  border: 1px solid #ebebeb;
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 2;
}
.hui-list li {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 24px;
}
.hui-list li:last-child {
  border-bottom: none;
}


.left-usermenu {
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: none;
  padding: 16px;
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 2;
  width: 200px;
}


/* ログインしてない用ページ */
.login-wrapper {
  background: #fff;
  margin: 0 auto;
  padding: 80px 2%;
  text-align: center;
  max-width: 1100px;
}
.lw-icon {
  color: #ccc;
  font-size: 6em;
}
.lw-login-btn {
  background: #167ac6 !important;
  border: 1px solid #167ac6 !important;
  border-radius: 2px;
  display: inline-block;
  margin: 16px auto;
  padding: 4px 16px;
}

.an-content {
  margin: 12px auto;
}
.an-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.an-content-thumb {
  margin: 0 4px 0 0;
  flex-basis: 45%;
  height: 92px;
}
.an-content-thumb img {
  width: 100%;
}
.an-content-header {
  flex-basis: 50%;
  font-size: .85em;
}


/* 募集ページ */
.top-boshu {
  background: #EDF1F2;
  padding: 80px 2%;
  text-align: center;
}
.top-boshu .content-header {
  margin: 0 auto 8px;
}
.top-boshu-ul {
  margin: 12px auto 32px;
}
.top-boshu-ul li {

}
.top-boshu-btn {
  background: #000;
  border-radius: 2px;
  color: #fff;
  display: table;
  font-size: 1.1em;
  margin: 28px auto 0;
}
.top-boshu-btn a {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 16px;
  width: 280px;
}




#footer {
  background: #F6F6F8;
  border-top: 1px solid #ebebeb;
  width: 100%;
}
.f-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 32px 4%;
  width: 100%;
  max-width: 1100px;
}
#footer .fw-item {
  padding: 0 4%;
}
#footer .fw-item li {
  padding: 4px 0;
}
#footer .fw-item a {
  color: #777;
}
.f-copyright {
  display: block;
  margin: 0 auto 4px;
  text-align: center;
}


@media screen and (max-width:550px) {
html,
body {
  font-size: 14px;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}

.h-logo {
  width: 120px;
}
.hui-username {
  display: none;
}
.hui-thumb {
  width: 33px;
  height: 33px;
}
.hui-menu {
  top: 42px;
  width: 120px;
}

.h-center {
  display: none;
}

.left-usermenu {
  top: 50px;
}


.top-boshu {
  padding: 40px 2%;
}

}
