@charset "UTF-8";
/*  import
-----------------------------------------------------------------------------*/
/* Font */
@import url(all.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,300;1,700&display=swap');
/*
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
*/
@import url(layout.css) print, screen and (min-width: 769px);
/* SP */
@import url(sp_layout.css) screen and (max-width: 768px);

/*  reset
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
}

nav, ul, li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

/* common
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 100%;
  flex-direction: column;
  display: flex;
}

#wrapper {
  flex-grow: 1;
}

.font_serif {
  font-family: "游明朝", YuMincho, serif;
  font-weight: bold;
}

.font_roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

/*  link
-----------------------------------------------------------------------------*/
a {
  color: #222;
  text-decoration: underline;
}

a:visited {
  color: #222;
  text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: none;
}

a img {
  border: 0;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

/*  float
-----------------------------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

/*  form
-----------------------------------------------------------------------------*/
button, input[type=text], input[type="submit"], textarea, [placeholder] {
  font-family: -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input, textarea {
  border-radius: 5px;
  font-size: 16px;
  padding: 18px 20px;
  border: none;
  background: #f9f9f9;
}

textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
}

.select-wrap {
  display: inline-block;
  position: relative;
}

.select-wrap:before {
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  width: 9px;
  height: 9px;
  z-index: 1;
  top: 0;
  right: 15px;
  bottom: 24px;
  content: "";
  position: absolute;
}

select {
  -moz-appearance: none;
  text-overflow: '';
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  font-family: -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: inherit;
  color: inherit;
  text-indent: 0.01px;
  vertical-align: middle;
  padding: 10px 50px 10px 20px;
  border: none;
  height: 55px;
  background: none transparent;
  background: #f9f9f9;
  outline: none;
}

select option {
  color: #333;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc
}

.w100 {
  width: 100%;
}

.w35 {
  width: 35%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}
