@charset "UTF-8";
/*
Theme Name: charlie
Description:
Theme URI:
Author:
Author URI:
Version: 0.1
License:
License URI:
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* line 5, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 3, sass/style.scss */
html {
  width: 100%; }

/* line 7, sass/style.scss */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  overflow-x: hidden;
  background: #fafafa; }

/* line 16, sass/style.scss */
#catalog-top-area {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 20, sass/style.scss */
#catalog-top-search {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

/* line 25, sass/style.scss */
#s-form {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 38px;
  padding: 3px 5px;
  background: #ff205a;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 3px 0 rgba(3, 3, 3, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(3, 3, 3, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(3, 3, 3, 0.2); }

/* line 35, sass/style.scss */
#s-txt {
  font-family: "Noto Sans Japanese", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #f8f8f8;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-flex: 2 2 100px;
  flex: 2 2 100px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: none;
  outline: none; }
  /* line 80, sass/parts/_set.scss */
  #s-txt::-webkit-input-placeholder {
    color: #f8f8f8; }
  /* line 83, sass/parts/_set.scss */
  #s-txt:-moz-placeholder {
    opacity: 1;
    color: #f8f8f8; }
  /* line 87, sass/parts/_set.scss */
  #s-txt::-moz-placeholder {
    opacity: 1;
    color: #f8f8f8; }
  /* line 91, sass/parts/_set.scss */
  #s-txt:-ms-input-placeholder {
    color: #f8f8f8; }

/* line 50, sass/style.scss */
#s-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(images/icons/search-white.svg) no-repeat 50% 50%;
  -moz-background-size: auto 80%;
  -o-background-size: auto 80%;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
  border: none;
  outline: none; }

/* line 61, sass/style.scss */
.ct-clist {
  width: 85%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  background: #eeeeee;
  -moz-box-shadow: 1px 1px 2px 0 rgba(5, 5, 5, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(5, 5, 5, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(5, 5, 5, 0.2); }
  /* line 68, sass/style.scss */
  .ct-clist h3 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    background: #2b2b2b;
    font-size: 1.1rem;
    font-weight: 700;
    color: #f8f8f8;
    text-align: center; }

/* line 79, sass/style.scss */
.ct-clist-area {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* line 85, sass/style.scss */
.ct-clist-page {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px; }
  /* line 89, sass/style.scss */
  .ct-clist-page a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #ff205a; }

/* line 97, sass/style.scss */
.ct-clist-area::-webkit-scrollbar {
  width: 8px;
  background: #e2e2e2; }

/* line 102, sass/style.scss */
.ct-clist-area::-webkit-scrollbar-thumb {
  background: #ff205a; }

/* line 106, sass/style.scss */
#catalog-top-news {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ededed;
  position: relative;
  border-top: 3px solid #ff205a; }
  /* line 112, sass/style.scss */
  #catalog-top-news h2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    background: #ff205a;
    font-size: 1.3rem;
    font-weight: 700;
    color: #f8f8f8;
    margin: auto;
    position: absolute;
    top: -17.5px;
    left: 5px; }

/* line 126, sass/style.scss */
#ct-news-area {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 10px 10px 10px; }

/* line 132, sass/style.scss */
.ct-news-child {
  width: 48%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1% auto;
  cursor: pointer; }
  /* line 138, sass/style.scss */
  .ct-news-child figure {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  /* line 144, sass/style.scss */
  .ct-news-child p {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 8px 5px;
    background: #fbfbfb;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ff205a;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

/* line 155, sass/style.scss */
#field-sch {
  padding: 60px 0 30px 0 !important;
  position: fixed;
  top: 0;
  display: none; }

@media only screen and (min-width: 768px) {
  /* line 163, sass/style.scss */
  #catalog-top-search {
    max-width: 550px;
    padding: 0;
    margin: 20px auto; }

  /* line 169, sass/style.scss */
  .ct-clist {
    width: 80%;
    margin: 0 auto 40px auto; }

  /* line 175, sass/style.scss */
  #catalog-top-news h2 {
    padding: 12px;
    font-size: 1.5rem;
    top: -24px;
    left: 10px; }

  /* line 183, sass/style.scss */
  #ct-news-area {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 10px 10px 10px; }

  /* line 189, sass/style.scss */
  .ct-news-child {
    width: 32%; }
    /* line 192, sass/style.scss */
    .ct-news-child figure {
      height: 180px; } }
@media only screen and (min-width: 1001px) {
  /* line 201, sass/style.scss */
  #catalog-top-area {
    font-family: "Noto Sans Japanese", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    min-width: 1000px;
    max-width: 1100px;
    margin: 0 auto;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 209, sass/style.scss */
  #catalog-top-search {
    max-width: none;
    margin: 60px auto 20px auto; }

  /* line 214, sass/style.scss */
  .ct-clist {
    width: 30%;
    margin: 0 auto 80px auto; }

  /* line 219, sass/style.scss */
  #catalog-top-news {
    margin: 0 0 80px 0;
    border: 3px solid #ff205a; }
    /* line 223, sass/style.scss */
    #catalog-top-news h2 {
      padding: 14px;
      font-size: 2rem;
      top: -30px; }

  /* line 231, sass/style.scss */
  #ct-news-area {
    padding: 45px 10px 10px 10px; }

  /* line 235, sass/style.scss */
  .ct-news-child {
    width: 28%;
    margin: 2% auto; }
    /* line 239, sass/style.scss */
    .ct-news-child figure {
      height: 180px; }

  /* line 244, sass/style.scss */
  #field-sch {
    padding: 30px 0 !important; } }
/* line 1, sass/parts/_headerset.scss */
header {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #494949; }

/* line 6, sass/parts/_headerset.scss */
#head-sim {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 47px 0 0 0;
  background: #2b2b2b; }
  /* line 11, sass/parts/_headerset.scss */
  #head-sim figure {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    background: url(images/icons/logo.svg) no-repeat 50% 50%;
    -moz-background-size: auto 70%;
    -o-background-size: auto 70%;
    -webkit-background-size: auto 70%;
    background-size: auto 70%;
    cursor: pointer; }
  /* line 19, sass/parts/_headerset.scss */
  #head-sim h6 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 0;
    background: #ff205a;
    font-size: 0.9rem;
    font-weight: 700;
    color: #f8f8f8;
    text-align: center; }

/* line 30, sass/parts/_headerset.scss */
#head-dcp {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0.95rem;
  font-weight: 400;
  color: #f8f8f8;
  line-height: 1.25rem; }

/* line 39, sass/parts/_headerset.scss */
#head-menu-icons {
  z-index: 99999999;
  width: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background: #ff205a;
  position: fixed;
  top: 5px;
  left: 5px; }
  /* line 51, sass/parts/_headerset.scss */
  #head-menu-icons figure, #head-menu-icons a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto;
    font-size: 33px;
    color: #f8f8f8;
    cursor: pointer;
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
  /* line 60, sass/parts/_headerset.scss */
  #head-menu-icons .hmi-act {
    color: #ffb9cb; }

@media only screen and (min-width: 768px) {
  /* line 65, sass/parts/_headerset.scss */
  #head-sim {
    padding: 0; }
    /* line 68, sass/parts/_headerset.scss */
    #head-sim figure {
      width: 300px;
      height: 180px;
      margin: 0 auto;
      -moz-background-size: 95% auto;
      -o-background-size: 95% auto;
      -webkit-background-size: 95% auto;
      background-size: 95% auto; }

  /* line 76, sass/parts/_headerset.scss */
  #head-dcp {
    width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.3rem; }

  /* line 83, sass/parts/_headerset.scss */
  #head-menu-icons {
    top: 15px;
    left: 15px; } }
@media only screen and (min-width: 1001px) {
  /* line 91, sass/parts/_headerset.scss */
  header {
    height: 80px;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }

  /* line 97, sass/parts/_headerset.scss */
  #head-sim {
    width: 30%;
    height: 100%;
    position: relative; }
    /* line 102, sass/parts/_headerset.scss */
    #head-sim figure {
      width: 100%;
      height: 100%;
      margin: 0;
      background: url(images/icons/logo.svg) no-repeat 50% 4px;
      -moz-background-size: auto 52px;
      -o-background-size: auto 52px;
      -webkit-background-size: auto 52px;
      background-size: auto 52px; }
    /* line 110, sass/parts/_headerset.scss */
    #head-sim h6 {
      margin: auto;
      position: absolute;
      bottom: 0; }

  /* line 116, sass/parts/_headerset.scss */
  #head-dcp {
    width: 550px;
    margin: 0 auto 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.29rem; }

  /* line 124, sass/parts/_headerset.scss */
  #head-menu-icons {
    background: rgba(73, 73, 73, 0.8);
    height: 80px;
    top: 0;
    left: auto;
    right: 0; }
    /* line 131, sass/parts/_headerset.scss */
    #head-menu-icons figure, #head-menu-icons a {
      font-size: 25px;
      color: #f8f8f8; } }
/* line 1, sass/parts/_fn-navi.scss */
#field-sch {
  z-index: 999;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  background: #f3f3f3; }

/* line 8, sass/parts/_fn-navi.scss */
#fs-area1 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px; }
  /* line 12, sass/parts/_fn-navi.scss */
  #fs-area1 #s-form {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 38px;
    padding: 3px 0;
    background: #2b2b2b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px 0 rgba(3, 3, 3, 0.2);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(3, 3, 3, 0.2);
    box-shadow: 1px 1px 3px 0 rgba(3, 3, 3, 0.2); }
  /* line 22, sass/parts/_fn-navi.scss */
  #fs-area1 #s-txt {
    -webkit-order: 1;
    order: 1;
    font-family: "Noto Sans Japanese", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: #afafaf;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 90%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    outline: none; }
    /* line 61, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
    #fs-area1 #s-txt:-moz-placeholder {
      color: #afafaf; }
    /* line 64, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
    #fs-area1 #s-txt::-moz-placeholder {
      color: #afafaf; }
    /* line 67, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
    #fs-area1 #s-txt:-ms-input-placeholder {
      color: #afafaf; }
    /* line 56, C:/Program Files/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
    #fs-area1 #s-txt::-webkit-input-placeholder {
      color: #afafaf; }
  /* line 38, sass/parts/_fn-navi.scss */
  #fs-area1 #s-btn {
    -webkit-order: 0;
    order: 0;
    -webkit-appearance: none;
    width: 10%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(images/icons/single-search.svg) no-repeat 50% 50%;
    -moz-background-size: auto 65%;
    -o-background-size: auto 65%;
    -webkit-background-size: auto 65%;
    background-size: auto 65%;
    border: none;
    outline: none; }

/* line 51, sass/parts/_fn-navi.scss */
#fs-area2 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 55, sass/parts/_fn-navi.scss */
#relation-list {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 60, sass/parts/_fn-navi.scss */
  #relation-list li {
    width: 49%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1% auto 0 auto; }
    /* line 65, sass/parts/_fn-navi.scss */
    #relation-list li a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-decoration: none;
      padding: 8px 0;
      background: #cecece;
      text-align: center;
      font-size: 0.9rem;
      font-weight: 400;
      color: #f9f9f9;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-transition: linear 0.3s;
      -o-transition: linear 0.3s;
      -webkit-transition: linear 0.3s;
      transition: linear 0.3s; }
    /* line 77, sass/parts/_fn-navi.scss */
    #relation-list li .rl-on {
      background: #0b8dff; }

/* line 81, sass/parts/_fn-navi.scss */
#relation-parent {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 85, sass/parts/_fn-navi.scss */
.rp-box {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  display: none; }
  /* line 90, sass/parts/_fn-navi.scss */
  .rp-box:nth-of-type(1) {
    display: block; }
  /* line 92, sass/parts/_fn-navi.scss */
  .rp-box h3 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    font-size: 1.05rem;
    font-weight: 450;
    color: #cecece; }
  /* line 100, sass/parts/_fn-navi.scss */
  .rp-box a {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 5px 0;
    font-size: 0.85rem;
    font-weight: 350;
    color: #2b2b2b; }

/* line 110, sass/parts/_fn-navi.scss */
.not-rp {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: 450;
  color: #2b2b2b; }

@media only screen and (min-width: 768px) {
  /* line 117, sass/parts/_fn-navi.scss */
  #fs-area1 {
    padding: 0; }
    /* line 120, sass/parts/_fn-navi.scss */
    #fs-area1 #s-form {
      max-width: 760px;
      margin: 0 auto; }
    /* line 125, sass/parts/_fn-navi.scss */
    #fs-area1 #s-txt {
      width: 92%; }
    /* line 129, sass/parts/_fn-navi.scss */
    #fs-area1 #s-btn {
      width: 8%; }

  /* line 134, sass/parts/_fn-navi.scss */
  #fs-area2 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 138, sass/parts/_fn-navi.scss */
  #relation-list {
    padding: 30px; }
    /* line 141, sass/parts/_fn-navi.scss */
    #relation-list li {
      width: 24%; }
      /* line 144, sass/parts/_fn-navi.scss */
      #relation-list li a {
        -moz-box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.1);
        -webkit-box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.1);
        box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.1); }

  /* line 150, sass/parts/_fn-navi.scss */
  .rp-box {
    padding: 10px 60px;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none; }
    /* line 155, sass/parts/_fn-navi.scss */
    .rp-box:nth-of-type(1) {
      display: block; }
    /* line 157, sass/parts/_fn-navi.scss */
    .rp-box h3 {
      margin: 0 0 15px 0;
      font-size: 1.4rem; }
    /* line 162, sass/parts/_fn-navi.scss */
    .rp-box a {
      margin: 8px 0;
      font-size: 0.9rem; } }
@media only screen and (min-width: 1001px) {
  /* line 172, sass/parts/_fn-navi.scss */
  .rp-box a {
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
    /* line 175, sass/parts/_fn-navi.scss */
    .rp-box a:hover {
      text-decoration: underline; } }
/* line 3, sass/parts/_footset.scss */
footer {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 3px 0;
  background: #e6e6e6; }

/* line 9, sass/parts/_footset.scss */
#f-share-area {
  width: 260px;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  /* line 15, sass/parts/_footset.scss */
  #f-share-area h1 {
    width: 30%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    background: url(images/icons/arrow-box.svg) no-repeat 50% 50%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 0.9rem;
    font-weight: 450;
    color: #f8f8f8;
    text-align: center; }
  /* line 27, sass/parts/_footset.scss */
  #f-share-area a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #2b2b2b; }

/* line 35, sass/parts/_footset.scss */
#copy-area {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 39, sass/parts/_footset.scss */
#agree {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0;
  font-size: 0.8rem;
  font-weight: 450;
  color: #2b2b2b;
  text-align: center; }
  /* line 47, sass/parts/_footset.scss */
  #agree a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 450;
    color: #2b2b2b; }

/* line 55, sass/parts/_footset.scss */
#mc-txt {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
  color: #2b2b2b;
  text-align: center; }

@media only screen and (min-width: 768px) {
  /* line 64, sass/parts/_footset.scss */
  footer {
    font-family: "Noto Sans Japanese", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    padding: 15px 10px;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }

  /* line 71, sass/parts/_footset.scss */
  #f-share-area {
    -webkit-order: 1;
    order: 1;
    margin: 0 0 0 auto; }
    /* line 75, sass/parts/_footset.scss */
    #f-share-area h1 {
      padding: 20px 0 22px 0;
      font-size: 1rem;
      font-weight: 400; }
    /* line 81, sass/parts/_footset.scss */
    #f-share-area a {
      font-size: 1.8rem; }

  /* line 86, sass/parts/_footset.scss */
  #copy-area {
    width: auto;
    -webkit-order: 0;
    order: 0;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }

  /* line 93, sass/parts/_footset.scss */
  #agree {
    -webkit-order: 1;
    order: 1;
    width: auto;
    margin: 0 0 0 30px;
    font-size: 0.8rem;
    font-weight: 500; }
    /* line 100, sass/parts/_footset.scss */
    #agree a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 500; }

  /* line 107, sass/parts/_footset.scss */
  #mc-txt {
    -webkit-order: 0;
    order: 0;
    width: auto;
    font-size: 1.2rem;
    font-weight: 550; } }
@media only screen and (min-width: 1001px) {
  /* line 119, sass/parts/_footset.scss */
  #f-share-area a {
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
    /* line 123, sass/parts/_footset.scss */
    #f-share-area a:nth-of-type(1):hover {
      color: #315096; }
    /* line 127, sass/parts/_footset.scss */
    #f-share-area a:nth-of-type(2):hover {
      color: #55acee; }
    /* line 131, sass/parts/_footset.scss */
    #f-share-area a:nth-of-type(3):hover {
      color: #3f729b; }

  /* line 137, sass/parts/_footset.scss */
  #agree a {
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
    /* line 140, sass/parts/_footset.scss */
    #agree a:hover {
      color: #848484; } }
/* line 1, sass/parts/_sch.scss */
#sch-parent {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px; }

/* line 6, sass/parts/_sch.scss */
.result-area {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 9, sass/parts/_sch.scss */
  .result-area h1 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.31rem; }

/* line 19, sass/parts/_sch.scss */
.sch-post {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto 15px auto;
  background: #f4f4f4; }
  /* line 25, sass/parts/_sch.scss */
  .sch-post h2 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0;
    font-size: 0.95rem;
    color: #0b8dff;
    font-weight: 350; }

/* line 34, sass/parts/_sch.scss */
.sch-data {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 5px 0; }
  /* line 40, sass/parts/_sch.scss */
  .sch-data p {
    margin: 0 auto;
    font-size: 0.65rem;
    color: #afafaf; }

/* line 47, sass/parts/_sch.scss */
.sch-string {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 50, sass/parts/_sch.scss */
  .sch-string figure {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #afafaf; }
  /* line 57, sass/parts/_sch.scss */
  .sch-string p {
    display: none; }

@media only screen and (min-width: 768px) {
  /* line 62, sass/parts/_sch.scss */
  #sch-parent {
    min-height: 1000px;
    height: 100%; }

  /* line 67, sass/parts/_sch.scss */
  .result-area {
    max-width: 700px;
    margin: 0 auto; }
    /* line 71, sass/parts/_sch.scss */
    .result-area h1 {
      font-size: 1.4rem;
      padding: 60px 0 30px 0; }

  /* line 77, sass/parts/_sch.scss */
  .sch-post {
    max-width: 600px;
    cursor: pointer; }
    /* line 81, sass/parts/_sch.scss */
    .sch-post h2 {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.2rem; }

  /* line 87, sass/parts/_sch.scss */
  .sch-data {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 5px 0; }
    /* line 93, sass/parts/_sch.scss */
    .sch-data p {
      max-width: 100px;
      font-size: 0.7rem; }
      /* line 97, sass/parts/_sch.scss */
      .sch-data p:nth-of-type(1) {
        margin: 0 50px 0 0; }
      /* line 98, sass/parts/_sch.scss */
      .sch-data p:nth-of-type(2) {
        margin: 0; }

  /* line 102, sass/parts/_sch.scss */
  .sch-string {
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
    /* line 106, sass/parts/_sch.scss */
    .sch-string figure {
      width: 35%;
      height: 80px; }
    /* line 111, sass/parts/_sch.scss */
    .sch-string p {
      display: block;
      width: 65%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 0 0 5px;
      font-size: 0.72rem;
      color: #afafaf;
      font-weight: 300;
      line-height: 1.28rem; } }
