@charset "UTF-8";
@-webkit-keyframes yuge {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes yuge {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-ms-keyframes yuge {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes yuge {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes yuge {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}
@-moz-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}
@-ms-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}
@-o-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}
/* ! */
/* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) */
/* Richard Clark (http://richclarkdesign.com) */
/* http://cssreset.com */
/* line 6, ../../../_core/_reset.sass */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../../../_core/_reset.sass */
body {
  line-height: 1;
}

/* line 29, ../../../_core/_reset.sass */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../../../_core/_reset.sass */
ul {
  list-style: none;
}

/* line 36, ../../../_core/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 39, ../../../_core/_reset.sass */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* line 44, ../../../_core/_reset.sass */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 52, ../../../_core/_reset.sass */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 58, ../../../_core/_reset.sass */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 64, ../../../_core/_reset.sass */
del {
  text-decoration: line-through;
}

/* line 67, ../../../_core/_reset.sass */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 71, ../../../_core/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 76, ../../../_core/_reset.sass */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 84, ../../../_core/_reset.sass */
input, select {
  vertical-align: middle;
}

/******************************************************************************
common.css
******************************************************************************/
/* line 6, ../../../_core/_common.scss */
html, body {
  height: 100%;
}

/* line 10, ../../../_core/_common.scss */
body {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
/* line 14, ../../../_core/_common.scss */
.msie body {
  font-size: 62.5%;
}

/* line 19, ../../../_core/_common.scss */
address {
  font-style: normal;
}

/* line 23, ../../../_core/_common.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 28, ../../../_core/_common.scss */
li {
  list-style: none;
}

/* line 32, ../../../_core/_common.scss */
a {
  text-decoration: none;
}

/* line 38, ../../../_core/_common.scss */
.hide-html {
  display: none;
}

/* margin
-----------------------------------------------------------------------------*/
/* line 58, ../../../_core/_common.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 58, ../../../_core/_common.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* padding
-----------------------------------------------------------------------------*/
/* line 63, ../../../_core/_common.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 63, ../../../_core/_common.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* align
-----------------------------------------------------------------------------*/
/* line 67, ../../../_core/_common.scss */
.t-right {
  text-align: right !important;
}

/* line 68, ../../../_core/_common.scss */
.t-center {
  text-align: center !important;
}

/* line 69, ../../../_core/_common.scss */
.t-center * {
  text-align: center !important;
}

/* line 70, ../../../_core/_common.scss */
.t-left {
  text-align: left !important;
}

/* float
-----------------------------------------------------------------------------*/
/* line 74, ../../../_core/_common.scss */
.f-left {
  float: left;
}

/* line 75, ../../../_core/_common.scss */
.f-right {
  float: right;
}

/* other
-----------------------------------------------------------------------------*/
/* line 80, ../../../_core/_common.scss */
.relative {
  position: relative;
}

/* clear
-----------------------------------------------------------------------------*/
/* line 87, ../../../_core/_common.scss */
.clearfix {
  zoom: 1;
}
/* line 88, ../../../_core/_common.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 93, ../../../_core/_common.scss */
.clearfix:after {
  clear: both;
}

/* line 100, ../../../_core/_common.scss */
.clearboth {
  height: 0px;
  visibility: hidden;
  clear: both;
  line-height: 0;
  font-size: 0px;
  _zoom: 1;
}

/* line 109, ../../../_core/_common.scss */
#jsWarning {
  position: absolute;
  top: 0px;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background-color: #900;
}

/* line 3, _layout.scss */
html, body, #all {
  background: none;
}

/* line 6, _layout.scss */
html {
  font-size: 10px;
}

/* line 9, _layout.scss */
body {
  color: #333;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 13, _layout.scss */
#all {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
}

/* line 19, _layout.scss */
#wrap {
  width: 90%;
  margin: 0 auto;
}

/******************************************************************************
header
******************************************************************************/
/* line 28, _layout.scss */
header h1 {
  text-align: center;
  font-size: 3rem;
}
/* line 31, _layout.scss */
header h1 br {
  display: none;
}
@media only screen and (max-width: 787px) {
  /* line 28, _layout.scss */
  header h1 {
    font-size: 2.6em;
    line-height: 1.3;
  }
  /* line 37, _layout.scss */
  header h1 br {
    display: block;
  }
}

/******************************************************************************
footer
******************************************************************************/
/* line 48, _layout.scss */
footer p {
  text-align: center;
  font-size: 1.2rem;
  padding: 50px 0 30px;
}

/******************************************************************************
contents
******************************************************************************/
/*block-keyword*/
/* line 61, _layout.scss */
#wrap .block-keyword h2 {
  text-align: center;
  font-size: 2rem;
  color: #2EAFCB;
  margin-bottom: 15px;
}
/* line 67, _layout.scss */
#wrap .block-keyword ul {
  text-align: center;
}
/* line 69, _layout.scss */
#wrap .block-keyword ul li {
  display: inline-block;
  margin: 0 5px;
}
/* line 72, _layout.scss */
#wrap .block-keyword ul li a {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #333;
  border-radius: 5px;
  text-decoration: none;
}
/* line 80, _layout.scss */
#wrap .block-keyword ul li a:hover {
  color: #999;
  background: #f4f4f4;
}
@media only screen and (max-width: 787px) {
  /* line 88, _layout.scss */
  #wrap .block-keyword h2 {
    font-size: 1.8rem;
  }
  /* line 92, _layout.scss */
  #wrap .block-keyword ul li {
    margin: 5px;
  }
}

/*searchform-large02*/
/* line 101, _layout.scss */
#searchform-large02 {
  padding: 30px 0;
}
/* line 103, _layout.scss */
#searchform-large02 .gsc-control-cse {
  background-color: #FFF !important;
  border: 3px solid #ccc !important;
  border-radius: 6px;
}
@media only screen and (max-width: 787px) {
  /* line 103, _layout.scss */
  #searchform-large02 .gsc-control-cse {
    padding: 5px !important;
  }
}
/* line 111, _layout.scss */
#searchform-large02 .gsc-search-box {
  position: relative;
}
/* line 113, _layout.scss */
#searchform-large02 .gsc-search-box .gsib_b {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 100px;
  margin-top: -10px;
}
@media only screen and (max-width: 787px) {
  /* line 113, _layout.scss */
  #searchform-large02 .gsc-search-box .gsib_b {
    right: 80px;
  }
}
/* line 123, _layout.scss */
#searchform-large02 .gsc-search-box .gsc-input-box,
#searchform-large02 .gsc-search-box .gsc-input-box-hover,
#searchform-large02 .gsc-search-box .gsc-input-box-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 130, _layout.scss */
#searchform-large02 .gsc-search-box .gsc-input-box input,
#searchform-large02 .gsc-search-box .gsc-input-box-hover input,
#searchform-large02 .gsc-search-box .gsc-input-box-focus input {
  height: 40px !important;
  font-size: 1.8rem;
}
/* line 135, _layout.scss */
#searchform-large02 .gsc-search-box .gsc-search-button {
  position: relative;
  background: #2EAFCB;
  cursor: pointer;
  border-radius: 80px;
  width: 90px;
}
/* line 141, _layout.scss */
#searchform-large02 .gsc-search-box .gsc-search-button:before {
  position: absolute;
  top: 34%;
  left: 50%;
  content: '検索' !important;
  color: #FFF;
  font-size: 1.4rem;
  margin-left: -14px;
}
@media only screen and (max-width: 787px) {
  /* line 135, _layout.scss */
  #searchform-large02 .gsc-search-box .gsc-search-button {
    width: 70px;
  }
  /* line 152, _layout.scss */
  #searchform-large02 .gsc-search-box .gsc-search-button:before {
    top: 35%;
  }
}
/* line 157, _layout.scss */
#searchform-large02 .gsc-search-box button.gsc-search-button-v2,
#searchform-large02 .gsc-search-box button.gsc-search-button {
  width: 60px;
  height: 40px;
  padding: 0 !important;
  opacity: 0;
}
