@charset "utf-8";
/* ************************************************
*  Base, reset, normalize
* ************************************************ */

html, body, div, span, object, iframe, p,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Responsive images and other embedded objects */
img,
object,
embed,
video,
iframe {
  max-width: 100%;
  display: block;
}

/* Responsive images aspeсt ratio */
img,
video /* ,iframe */
{
  height: auto;
}

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 2em;
}
caption, th, td {
  text-align: left;
  padding: 0.5em;
  vertical-align: middle;
}
caption, th {
  font-weight: bold;
}
thead th,
thead td {
  font-weight: bold;
  text-align: center;
}

/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}

/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
}

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
input[type="reset"],
button {
  cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}

/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

/* clearFix */
.clearFix::after {
  content: "";
  display: block;
  clear: both;
}


/* ************************************************
*  Standard Style
* ************************************************ */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.0;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
  body {
  font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  clear: both;
  font-size: 100%;
}
p {
  margin: 0 0 1em;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4 {
  margin-bottom: .1em;
}
.subheader {
  font-size: 1.2em;
  font-weight: normal;
  color: #8f8f8f;
  margin-bottom: 1em;
}
ol, ul {
  list-style: none;
}
hr, hgroup, form, fieldset {
  margin: 0;
}
ul, ol, dl, pre, blockquote {
  margin: 0 0 1em;
}
dl dt {
  font-weight: bold;
}

blockquote {
  margin: 1em 0;
  padding: 1.5em;
  border-left: 1px solid #ddd;
  color: #666;
}
blockquote small,
cite {
  color: #666;
  font-style: italic;
}
blockquote p {
  margin-bottom: 1em;
  font-style: italic;
}
small,
blockquote cite {
  font-size: 85%;
  line-height: 1.2;
}
blockquote .pull-right,
.row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block;
}
address {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  font-size: 85%;
}
ins, mark {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-size: 90%;
  font-family: Menlo, Monaco, monospace, sans-serif;
}

/*pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1.5em;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f8f8f8;
  border: 1px solid #ddd;
}*/

kbd {
  padding: 0 6px;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fff inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: bold;
  white-space: nowrap;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  font-size: 16px;
  line-height: 1.4;
  border: 1px #bbb solid;
  padding: 0.4em 1em;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 480px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  padding: 0.3em 0.6em;
  }
}

fieldset {
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}
legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
}



/* ************************************************
*  Goodies
* ************************************************ */
/* 画像リンクのマウスオーバーに透かし */
a:hover img {
  opacity: 0.8;
}

.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 680px) {
  .alignleft {
  float: none;
  width: auto;
  margin: 0 auto 20px;
  }
  .alignright {
  float: none;
  width: auto;
  margin: 0 auto 20px;
  }
}

p.wp-caption-text {
  position: relative;
  margin: 10px 0 0;
}
p.wp-caption-text::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}
.supersmall {
  font-size: 70%;
}
.small {
  font-size: 85%;
}
.big {
  font-size: 120%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.clear {
  clear: both;
}
.last {
  margin-right: 0 !important;
}
.end {
  margin-bottom: 0 !important;
}
.handle {
  cursor: move;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

/* Colors */
.black {
  color: #333;
}
.gray-dark {
  color: #555555;
}
.gray {
  color: #777777;
}
.gray-light {
  color: #999999;
}
.white {
  color: #fff;
}
.red, .error {
  color: #da3e5a;
}
.green, .success {
  color: #18a011;
}
.blue{
  color: #1e73be;
}


/* margin */
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}


/* PageTop */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  font-size: 0px;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#page-top a::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
#page-top a:hover {
  opacity: 0.8;
}
