@charset "UTF-8";
/*!
Theme Name: Port Child
Template: portthemetrust
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Lato);
/* line 9, scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, scss/_normalize.scss */
td,
th {
  padding: 0;
}

@media only screen and (min-width: 770px) {
  /* line 26, scss/_variables.scss */
  .visible-pc {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  /* line 26, scss/_variables.scss */
  .visible-pc {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  /* line 35, scss/_variables.scss */
  .visible-sp {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  /* line 35, scss/_variables.scss */
  .visible-sp {
    display: block;
  }
}

/* line 87, scss/_variables.scss */
.opacity-1 {
  opacity: 1;
}
/* line 89, scss/_variables.scss */
.opacity-1:hover {
  opacity: 1;
}

/* line 3, scss/_common.scss */
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #2a0f0f;
  word-wrap: break-word;
  height: 100%;
}
@media only screen and (min-width: 770px) {
  /* line 3, scss/_common.scss */
  html {
    font-weight: 500;
  }
}

/* line 13, scss/_common.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #2a0f0f;
}
@media only screen and (min-width: 770px) {
  /* line 13, scss/_common.scss */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
    font-weight: 500;
  }
}

/* line 21, scss/_common.scss */
a {
  outline: none;
  text-decoration: underline;
  color: #2a0f0f !important;
}
/* line 25, scss/_common.scss */
a:focus {
  outline: none;
}
/* line 28, scss/_common.scss */
a.over {
  opacity: 1.0;
  color: #49b9ad !important;
}
/* line 32, scss/_common.scss */
a:hover {
  opacity: 1.0;
  color: #49b9ad !important;
}

/* line 38, scss/_common.scss */
ol, ul {
  list-style: none !important;
}

/* line 42, scss/_common.scss */
h2 {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0px 40px;
  text-align: center;
  font-weight: bold;
  color: #49b9ad;
  border-left: 1px dotted #2a0f0f;
  border-right: 1px dotted #2a0f0f;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 769px) {
  /* line 42, scss/_common.scss */
  h2 {
    width: 100%;
    text-align: center;
  }
}

/* line 59, scss/_common.scss */
h3, h4 {
  color: #2a0f0f;
  line-height: normal;
  font-size: 120%;
  font-weight: bold;
}

/* line 66, scss/_common.scss */
h5 {
  font-size: 1.1em;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  /* line 66, scss/_common.scss */
  h5 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* line 74, scss/_common.scss */
#wpadminbar a, #wpadminbar a:hover {
  color: #ffffff !important;
}
/* line 77, scss/_common.scss */
#wpadminbar #wp-admin-bar-user-info .display-name {
  color: #ffffff !important;
}

/* line 84, scss/_common.scss */
body {
  height: 100%;
  color: #2a0f0f;
  background-color: #b9d6d3;
}
@media only screen and (min-width: 770px) {
  /* line 89, scss/_common.scss */
  body.home #middle {
    margin: 0px 10px !important;
    padding: 0px !important;
  }
}

/* line 98, scss/_common.scss */
#container {
  background-color: transparent;
}

/* line 102, scss/_common.scss */
#middle {
  z-index: 9;
  max-width: none !important;
}
@media only screen and (min-width: 770px) {
  /* line 102, scss/_common.scss */
  #middle {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 102, scss/_common.scss */
  #middle {
    padding: 0px;
    background: transparent;
  }
}
@media only screen and (min-width: 770px) {
  /* line 113, scss/_common.scss */
  #middle .inside {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 769px) {
  /* line 113, scss/_common.scss */
  #middle .inside {
    margin: 0px 10px;
    padding: 0px;
    background: #ffffff;
  }
}

@media only screen and (min-width: 770px) {
  /* line 126, scss/_common.scss */
  #content {
    width: 70% !important;
    margin-right: 7% !important;
    float: left !important;
  }
}
@media only screen and (max-width: 769px) {
  /* line 126, scss/_common.scss */
  #content {
    width: auto;
    margin: 0px auto !important;
    padding-bottom: 40px !important;
    background: #ffffff;
  }
}
@media only screen and (min-width: 770px) {
  /* line 138, scss/_common.scss */
  #content.twoThirds {
    width: 70% !important;
  }
}
@media only screen and (max-width: 769px) {
  /* line 138, scss/_common.scss */
  #content.twoThirds {
    width: 90% !important;
    margin: 0px auto !important;
  }
}
/* line 146, scss/_common.scss */
#content.twoThirds .page {
  width: 100%;
}

@media only screen and (min-width: 770px) {
  /* line 152, scss/_common.scss */
  #sidebar {
    width: 23% !important;
    max-width: 220px !important;
    float: left !important;
    margin: 0px 0px 30px 0px !important;
    padding: 0px 0px 60px 0px !important;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 769px) {
  /* line 152, scss/_common.scss */
  #sidebar {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #f9fcf5;
  }
}

/* line 173, scss/_common.scss */
#part-footer {
  background-color: #b9d6d3;
}

/* line 176, scss/_common.scss */
.font-roboto {
  font-family: 'Roboto', sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
}

/* line 182, scss/_common.scss */
#pageHead h1 {
  line-height: 27px;
  line-height: 2.7rem;
  color: #49b9ad;
}
/* line 185, scss/_common.scss */
#pageHead h1 span {
  display: none;
}

@media only screen and (min-width: 770px) {
  /* line 192, scss/_common.scss */
  #topcontrol {
    width: 66px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 192, scss/_common.scss */
  #topcontrol {
    width: 56px;
  }
}

@media only screen and (min-width: 770px) {
  /* line 203, scss/_common.scss */
  .link-more {
    float: right;
  }
}
@media only screen and (max-width: 769px) {
  /* line 203, scss/_common.scss */
  .link-more {
    float: none;
    display: block;
    margin: 0px auto;
    font-size: 110%;
    text-align: center;
  }
}
/* line 214, scss/_common.scss */
.link-more a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 770px) {
  /* line 214, scss/_common.scss */
  .link-more a {
    text-decoration: none;
    color: #797979 !important;
  }
}
@media only screen and (max-width: 769px) {
  /* line 214, scss/_common.scss */
  .link-more a {
    text-decoration: underline;
    color: #49b9ad !important;
  }
}
/* line 225, scss/_common.scss */
.link-more a:hover {
  color: #49b9ad !important;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 234, scss/_common.scss */
.icon-category {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 10px;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
}
@media only screen and (min-width: 770px) {
  /* line 234, scss/_common.scss */
  .icon-category {
    padding: 0px 3px;
    padding: 3px 3px 0px 3px\0;
    /* IE10以下 */
  }
}
@media only screen and (max-width: 769px) {
  /* line 234, scss/_common.scss */
  .icon-category {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}

/* line 260, scss/_common.scss */
.search .gsc-result .gs-title {
  height: 1.8em;
}

/* line 3, scss/_header.scss */
#wide-header {
  background-color: #ffffff;
}
@media only screen and (min-width: 770px) {
  /* line 3, scss/_header.scss */
  #wide-header {
    margin: 10px 10px 0px 10px;
    padding-top: 15px;
    position: relative;
    z-index: 9999;
  }
}
@media only screen and (max-width: 769px) {
  /* line 3, scss/_header.scss */
  #wide-header {
    display: none;
  }
}
/* line 14, scss/_header.scss */
#wide-header .top {
  margin: 0px 20px;
}
/* line 16, scss/_header.scss */
#wide-header .top .header-navi-area {
  width: 100%;
  max-width: 970px;
  min-width: 710px;
  margin: 0px auto;
}
/* line 21, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area {
  display: table;
  float: right;
  width: 260px;
  box-sizing: border-box;
  margin-right: 8px;
}
/* line 27, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .text {
  margin-bottom: 0px;
  font-size: 7px;
  font-size: 0.7rem;
  line-height: 9px;
  line-height: 0.9rem;
  text-align: right;
  color: #2a0f0f;
  word-wrap: normal;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Roboto', sans-serif;
}
/* line 36, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .search-block {
  display: table-cell;
}
/* line 39, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .textsize-block {
  display: table-cell;
  width: 72px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 44, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .textsize-block ul.textsize-list {
  display: table;
  height: 25px;
  padding-left: 28px;
}
/* line 48, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .textsize-block ul.textsize-list li {
  display: table-cell;
  padding-top: 4px;
  cursor: pointer;
  z-index: 999999;
  opacity: 0.5;
}
/* line 54, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .textsize-block ul.textsize-list li.textresizer-active {
  opacity: 1.0;
}
/* line 57, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .textsize-block ul.textsize-list li a {
  display: block;
  width: 22px;
}
/* line 63, scss/_header.scss */
#wide-header .top .header-navi-area .user-navi-area .textsize-block .text {
  padding-right: 1px;
}
/* line 69, scss/_header.scss */
#wide-header .top .inside {
  text-align: center;
}
/* line 71, scss/_header.scss */
#wide-header .top .inside #logo {
  float: none;
  margin-bottom: 20px;
}
/* line 74, scss/_header.scss */
#wide-header .top .inside #logo a {
  color: #fff;
}
/* line 79, scss/_header.scss */
#wide-header .top .inside #gnavi ul {
  display: table;
  table-layout: fixed;
  width: 60%;
  max-width: 970px;
  min-width: 710px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* line 87, scss/_header.scss */
#wide-header .top .inside #gnavi ul li {
  display: table-cell;
  padding-bottom: 9px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
}
/* line 94, scss/_header.scss */
#wide-header .top .inside #gnavi ul li.gnavi01 {
  width: 24%;
}
/* line 97, scss/_header.scss */
#wide-header .top .inside #gnavi ul li.gnavi02 {
  width: 21%;
}
/* line 100, scss/_header.scss */
#wide-header .top .inside #gnavi ul li.gnavi03 {
  width: 19%;
}
/* line 103, scss/_header.scss */
#wide-header .top .inside #gnavi ul li.gnavi04 {
  width: 21%;
}
/* line 106, scss/_header.scss */
#wide-header .top .inside #gnavi ul li.gnavi05 {
  width: 15%;
}
/* line 109, scss/_header.scss */
#wide-header .top .inside #gnavi ul li a {
  display: inline-block;
  position: relative;
  transition: all .3s;
  padding-bottom: 3px;
  color: #2a0f0f;
  font-weight: bold;
  text-decoration: none;
}
/* line 117, scss/_header.scss */
#wide-header .top .inside #gnavi ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #49b9ad;
  transition: all .3s;
  z-index: 2;
}
/* line 128, scss/_header.scss */
#wide-header .top .inside #gnavi ul li a:hover {
  color: #49b9ad;
}
/* line 130, scss/_header.scss */
#wide-header .top .inside #gnavi ul li a:hover:after {
  width: 100%;
}

@media only screen and (min-width: 770px) {
  /* line 142, scss/_header.scss */
  #header {
    position: relative;
    z-index: 999;
  }
}
@media only screen and (max-width: 769px) {
  /* line 142, scss/_header.scss */
  #header {
    display: none;
  }
}
/* line 150, scss/_header.scss */
#header .top {
  background-color: #ffffff !important;
}
/* line 152, scss/_header.scss */
#header .top.solid {
  -moz-box-shadow: 0px 2px 3px 0px #e8e8e8;
  -webkit-box-shadow: 0px 2px 3px 0px #e8e8e8;
  box-shadow: 0px 2px 3px 0px #e8e8e8;
}
/* line 155, scss/_header.scss */
#header .top .inside {
  max-width: 970px;
  box-sizing: border-box;
  padding: 10px;
}
/* line 159, scss/_header.scss */
#header .top .inside #logo {
  width: 18% !important;
  padding: 10px 0px 0px 0px !important;
}
/* line 162, scss/_header.scss */
#header .top .inside #logo p {
  margin-bottom: 0;
}
/* line 164, scss/_header.scss */
#header .top .inside #logo p a {
  color: #fff;
}
/* line 169, scss/_header.scss */
#header .top .inside #gnavi {
  display: inline-block;
  float: right;
  width: 81%;
  max-width: 615px;
  padding: 10px 0px 0px 1%;
}
/* line 175, scss/_header.scss */
#header .top .inside #gnavi ul {
  display: table;
}
/* line 177, scss/_header.scss */
#header .top .inside #gnavi ul li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1%;
  font-size: 9.5px;
  font-size: 0.95rem;
  font-weight: bold;
}
/* line 183, scss/_header.scss */
#header .top .inside #gnavi ul li.gnavi01 {
  width: 20%;
}
/* line 186, scss/_header.scss */
#header .top .inside #gnavi ul li.gnavi02 {
  width: 18%;
}
/* line 189, scss/_header.scss */
#header .top .inside #gnavi ul li.gnavi03 {
  width: 16%;
}
/* line 192, scss/_header.scss */
#header .top .inside #gnavi ul li.gnavi04 {
  width: 16%;
}
/* line 195, scss/_header.scss */
#header .top .inside #gnavi ul li.gnavi05 {
  width: 10%;
}
/* line 198, scss/_header.scss */
#header .top .inside #gnavi ul li a {
  color: #2a0f0f;
  font-weight: bold;
  text-decoration: none;
}
/* line 203, scss/_header.scss */
#header .top .inside #gnavi ul li.on a {
  color: #49b9ad;
}

/* line 213, scss/_header.scss */
.no-action {
  pointer-events: none;
}

/* line 220, scss/_header.scss */
:not(.scrolled) #container #header {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* line 232, scss/_header.scss */
.scrolled #container #header {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/* line 243, scss/_header.scss */
.search-box-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #231815;
}
/* line 246, scss/_header.scss */
.search-box-block input[type="text"] {
  float: left;
  width: 150px;
  height: 19px;
  padding: 0;
  font-size: 9px;
  font-size: 0.9rem;
  border: none;
  background: none;
}
/* line 255, scss/_header.scss */
.search-box-block input[type="text"]:focus {
  background-color: #fff;
}
/* line 258, scss/_header.scss */
.search-box-block .search-btn {
  display: block;
  float: right;
  width: 17px;
  padding: 1px 5px 0px 0px;
  cursor: pointer;
}
/* line 264, scss/_header.scss */
.search-box-block .search-btn img {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 770px) {
  /* line 243, scss/_header.scss */
  .search-box-block {
    height: 25px;
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 19px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 243, scss/_header.scss */
  .search-box-block {
    width: 100%;
    padding: 8px 13px 6px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 770px) {
  /* line 286, scss/_header.scss */
  #sp-header {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  /* line 286, scss/_header.scss */
  #sp-header {
    position: relative;
    display: block;
    margin: 10px 10px 0px 10px;
    background: #ffffff;
    -moz-box-shadow: 0px 2px 3px 0px #e8e8e8;
    -webkit-box-shadow: 0px 2px 3px 0px #e8e8e8;
    box-shadow: 0px 2px 3px 0px #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 769px) {
  /* line 298, scss/_header.scss */
  #sp-header #logo {
    display: block;
    box-sizing: border-box;
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 306, scss/_header.scss */
#sp-header #logo .logo {
  margin: 0px auto;
  padding: 35px 45px 20px 45px;
}
@media only screen and (max-width: 769px) {
  /* line 309, scss/_header.scss */
  #sp-header #logo .logo a {
    display: block;
    width: 203px;
    margin: 0px auto;
  }
}
/* line 318, scss/_header.scss */
#sp-header .menu-in {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0px;
  right: 0px;
}
/* line 324, scss/_header.scss */
#sp-header .menu-in > p {
  text-align: center;
}
/* line 328, scss/_header.scss */
#sp-header .menu-in #panel-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 44px;
  margin: 0;
  background: none;
  z-index: 999;
}
/* line 337, scss/_header.scss */
#sp-header .menu-in #panel-btn-icon {
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 22px;
  height: 3px;
  margin: 0px auto 0px;
  background: #49b9ad;
  transition: .2s;
}
/* line 349, scss/_header.scss */
#sp-header .menu-in #panel-btn-icon:before, #sp-header .menu-in #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 3px;
  background: #49b9ad;
  transition: .3s;
}
/* line 360, scss/_header.scss */
#sp-header .menu-in #panel-btn-icon:before {
  margin-top: -8px;
}
/* line 363, scss/_header.scss */
#sp-header .menu-in #panel-btn-icon:after {
  margin-top: 6px;
}
/* line 366, scss/_header.scss */
#sp-header .menu-in #panel-btn .close {
  background: transparent;
}
/* line 369, scss/_header.scss */
#sp-header .menu-in #panel-btn .close:before, #sp-header .menu-in #panel-btn .close:after {
  margin-top: 0;
}
/* line 372, scss/_header.scss */
#sp-header .menu-in #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 376, scss/_header.scss */
#sp-header .menu-in #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
@media only screen and (min-width: 770px) {
  /* line 381, scss/_header.scss */
  #sp-header .sp-gnavi {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  /* line 381, scss/_header.scss */
  #sp-header .sp-gnavi {
    position: fixed;
    z-index: 99;
  }
}
/* line 390, scss/_header.scss */
#sp-header .sp-gnavi {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  overflow: auto;
}
/* line 398, scss/_header.scss */
#sp-header .sp-gnavi #panel {
  display: block;
  position: relative;
  z-index: 99;
  height: 100%;
  margin: 0px auto;
  background: #49b9ad;
}
@media only screen and (max-width: 769px) {
  /* line 405, scss/_header.scss */
  #sp-header .sp-gnavi #panel ul.sp-gnavi-list {
    margin: 0px auto;
    padding: 45px 0px 10px 0px;
    text-align: center;
    background: #ffffff;
  }
}
/* line 412, scss/_header.scss */
#sp-header .sp-gnavi #panel ul.sp-gnavi-list li {
  margin-bottom: 20px;
  font-size: 120%;
  background: #ffffff;
}
/* line 416, scss/_header.scss */
#sp-header .sp-gnavi #panel ul.sp-gnavi-list li a {
  color: #2a0f0f;
  display: block;
  text-decoration: none;
}
/* line 421, scss/_header.scss */
#sp-header .sp-gnavi #panel ul.sp-gnavi-list li.sp-gnavi-logo {
  margin-bottom: 40px;
}
/* line 423, scss/_header.scss */
#sp-header .sp-gnavi #panel ul.sp-gnavi-list li.sp-gnavi-logo a {
  display: block;
  width: 203px;
  margin: 0px auto;
}
@media only screen and (max-width: 769px) {
  /* line 431, scss/_header.scss */
  #sp-header .sp-gnavi #panel #part-footer {
    display: block;
    background: #49b9ad;
    padding: 30px 0px 30px 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  /* line 438, scss/_header.scss */
  #sp-header .sp-gnavi #panel #part-footer ul.footer-list {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 769px) {
  /* line 444, scss/_header.scss */
  #sp-header .sp-gnavi #panel #part-footer ul.footer-list li {
    display: block;
    margin-bottom: 10px;
    font-size: 100%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 450, scss/_header.scss */
  #sp-header .sp-gnavi #panel #part-footer ul.footer-list li a {
    color: #ffffff !important;
  }
}
@media only screen and (max-width: 769px) {
  /* line 455, scss/_header.scss */
  #sp-header .sp-gnavi #panel #part-footer ul.footer-list li span {
    font-family: "Roboto", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
    font-weight: bold;
    color: #ffffff;
  }
}

/* line 4, scss/_sidebar.scss */
#sidebar h4 {
  color: #ffffff;
  background: #49b9ad;
}
@media only screen and (min-width: 770px) {
  /* line 4, scss/_sidebar.scss */
  #sidebar h4 {
    margin: 0px;
    padding: 15px 15px 11px 15px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 769px) {
  /* line 4, scss/_sidebar.scss */
  #sidebar h4 {
    padding: 20px 0px 20px 20px;
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: bold;
  }
}
/* line 19, scss/_sidebar.scss */
#sidebar h4 a {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700 !important;
}
/* line 23, scss/_sidebar.scss */
#sidebar h4 a:hover {
  color: #ffffff !important;
  opacity: 0.7;
}
@media only screen and (min-width: 770px) {
  /* line 29, scss/_sidebar.scss */
  #sidebar .sidebarBox {
    float: none !important;
    width: 100% !important;
    max-width: 220px !important;
    margin: 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 29, scss/_sidebar.scss */
  #sidebar .sidebarBox {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
}
@media only screen and (min-width: 770px) {
  /* line 42, scss/_sidebar.scss */
  #sidebar .widgetBox {
    margin: 0px !important;
    padding: 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 42, scss/_sidebar.scss */
  #sidebar .widgetBox {
    margin: 0px !important;
  }
}
/* line 50, scss/_sidebar.scss */
#sidebar .widgetBox ul.post-block {
  background-color: #f9fcf5;
}
@media only screen and (min-width: 770px) {
  /* line 50, scss/_sidebar.scss */
  #sidebar .widgetBox ul.post-block {
    padding: 20px 0px 60px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 50, scss/_sidebar.scss */
  #sidebar .widgetBox ul.post-block {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 58, scss/_sidebar.scss */
  #sidebar .widgetBox ul.post-block li {
    margin-bottom: 20px;
    padding: 0px 15px;
    font-size: 90% !important;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  /* line 58, scss/_sidebar.scss */
  #sidebar .widgetBox ul.post-block li {
    padding: 0px;
    margin-bottom: 20px;
  }
}
/* line 69, scss/_sidebar.scss */
#sidebar .widgetBox ul.post-block li a {
  color: #2a0f0f;
  text-decoration: none;
}
/* line 72, scss/_sidebar.scss */
#sidebar .widgetBox ul.post-block li a:hover {
  color: #49b9ad;
}
/* line 77, scss/_sidebar.scss */
#sidebar .widgetBox ul.post-block li.tag {
  line-height: 20px !important;
  line-height: 2.0rem !important;
}
/* line 82, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit {
  margin-bottom: 20px;
  background: #f9fcf5 url(./images/bg_donation.png) center bottom no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 769px) {
  /* line 82, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit {
    margin: 0px;
    padding: 0;
    border-top: 1px solid #effcde;
  }
}
/* line 91, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit h4 {
  text-align: center;
  color: #2a0f0f;
  box-sizing: border-box;
}
@media only screen and (min-width: 770px) {
  /* line 91, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit h4 {
    padding: 30px 5px 13px 34px;
    line-height: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    background: transparent url(./images/icon_donation.png) -4px 9px no-repeat;
    background-size: 55px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 91, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit h4 {
    width: 100%;
    text-align: center;
    padding: 23px 0px 0px 4%;
    font-size: 130%;
    background: transparent url(./images/icon_donation.png) 5% 0% no-repeat;
  }
}
@media only screen and (min-width: 770px) {
  /* line 110, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside {
    padding: 0px 20px 15px 20px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 110, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside {
    width: 90%;
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
  }
}
/* line 119, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit aside p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
  margin-bottom: 0px;
}
/* line 124, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit aside .summary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a0f0f;
}
@media only screen and (min-width: 770px) {
  /* line 124, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside .summary {
    font-size: 9px;
    font-size: 0.9rem;
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 124, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside .summary {
    width: 100%;
    padding-bottom: 30px;
    font-size: 90%;
  }
}
/* line 138, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit aside .button-block {
  width: 100%;
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  /* line 143, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside .button-block a {
    display: block;
    text-align: center;
  }
}
/* line 148, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit aside .button-block a.button {
  display: block;
  color: #fff !important;
  background: #e98495 !important;
}
@media only screen and (min-width: 770px) {
  /* line 148, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside .button-block a.button {
    margin: 0px auto;
    padding: 15px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 769px) {
  /* line 148, scss/_sidebar.scss */
  #sidebar .widgetBox .donationUnit aside .button-block a.button {
    margin: 0px 0px 10px 0px;
  }
}
/* line 160, scss/_sidebar.scss */
#sidebar .widgetBox .donationUnit aside .button-block a.button:hover {
  opacity: 1.0;
}
@media only screen and (min-width: 770px) {
  /* line 168, scss/_sidebar.scss */
  #sidebar .widgetBox ul.banner-list {
    padding: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  /* line 168, scss/_sidebar.scss */
  #sidebar .widgetBox ul.banner-list {
    width: 90%;
    margin: 0px auto;
    padding: 40px 0px;
  }
}
/* line 178, scss/_sidebar.scss */
#sidebar .widgetBox ul.banner-list li {
  margin-bottom: 10px;
}
/* line 180, scss/_sidebar.scss */
#sidebar .widgetBox ul.banner-list li a {
  display: block;
}
/* line 182, scss/_sidebar.scss */
#sidebar .widgetBox ul.banner-list li a img {
  border: 1px solid #e8e8e8;
}
@media only screen and (min-width: 770px) {
  /* line 182, scss/_sidebar.scss */
  #sidebar .widgetBox ul.banner-list li a img {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 769px) {
  /* line 182, scss/_sidebar.scss */
  #sidebar .widgetBox ul.banner-list li a img {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 770px) {
  /* line 199, scss/_sidebar.scss */
  #sidebar .widgetBox .fb-page {
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  /* line 199, scss/_sidebar.scss */
  #sidebar .widgetBox .fb-page {
    display: block;
    width: 90%;
    height: 300px;
    max-width: 90% !important;
    margin: 20px auto 0px auto;
    overflow: hidden;
  }
}

/* line 3, scss/_footer.scss */
#part-footer {
  max-width: 970px;
  border-bottom: none;
  background: #b9d6d3;
  color: #2a0f0f;
}
@media only screen and (min-width: 770px) {
  /* line 3, scss/_footer.scss */
  #part-footer {
    max-width: 970px;
    margin: 50px auto 40px auto;
    padding: 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 3, scss/_footer.scss */
  #part-footer {
    display: none;
  }
}
@media only screen and (min-width: 770px) {
  /* line 16, scss/_footer.scss */
  #part-footer ul.footer-list {
    display: table;
    width: 100%;
    max-width: 660px;
    margin: 0px auto;
    font-size: 87%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 16, scss/_footer.scss */
  #part-footer ul.footer-list {
    display: none;
  }
}
@media only screen and (min-width: 770px) {
  /* line 27, scss/_footer.scss */
  #part-footer ul.footer-list li {
    display: table-cell;
    width: 23%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 770px) {
  /* line 34, scss/_footer.scss */
  #part-footer ul.footer-list li.wide {
    width: 30%;
  }
}
/* line 39, scss/_footer.scss */
#part-footer ul.footer-list li a {
  text-decoration: none;
}
/* line 41, scss/_footer.scss */
#part-footer ul.footer-list li a:hover {
  color: #2a0f0f !important;
}
/* line 45, scss/_footer.scss */
#part-footer ul.footer-list li span {
  font-size: 80%;
  font-family: 'Roboto', sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
  font-weight: bold;
}

/* line 53, scss/_footer.scss */
.copyright-block {
  padding: 0px;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  /* line 53, scss/_footer.scss */
  .copyright-block {
    margin: 0px;
    padding: 0px 0px 50px 0px !important;
    font-size: 8px;
    font-size: 0.8rem;
    color: #2a0f0f;
  }
}
@media only screen and (max-width: 769px) {
  /* line 53, scss/_footer.scss */
  .copyright-block {
    width: 90%;
    margin: 0px auto;
    padding: 30px 0px;
    font-size: 80%;
  }
}

/* line 3, scss/_contents.scss */
#pageHead {
  margin: 0 10px;
}
@media only screen and (max-width: 769px) {
  /* line 3, scss/_contents.scss */
  #pageHead {
    padding: 0px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 8, scss/_contents.scss */
  #pageHead .inside {
    max-width: 970px;
    padding: 60px 0px 40px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 8, scss/_contents.scss */
  #pageHead .inside {
    width: 90%;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;
    border-bottom: 3px solid #e8e8e8;
  }
}
/* line 20, scss/_contents.scss */
#pageHead h1 {
  color: #49b9ad;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 770px) {
  /* line 20, scss/_contents.scss */
  #pageHead h1 {
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
@media only screen and (max-width: 769px) {
  /* line 20, scss/_contents.scss */
  #pageHead h1 {
    margin: 0px 0px 20px 0px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    text-align: center;
  }
}
/* line 36, scss/_contents.scss */
#pageHead .description {
  line-height: 11.8px;
  line-height: 1.18rem;
  color: #2a0f0f;
  margin: 0px !important;
}
@media only screen and (min-width: 770px) {
  /* line 36, scss/_contents.scss */
  #pageHead .description {
    padding: 0px 0px 0px 3px !important;
    font-size: 80%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 36, scss/_contents.scss */
  #pageHead .description {
    padding: 0px 0px 5px 0px !important;
    font-size: 8px;
    font-size: 0.8rem;
  }
}
/* line 49, scss/_contents.scss */
#pageHead .breadcrumb-area {
  color: #797979;
  margin: 0 auto;
}
@media only screen and (min-width: 770px) {
  /* line 49, scss/_contents.scss */
  #pageHead .breadcrumb-area {
    padding: 6px 0px 40px 0px;
    max-width: 970px;
    font-size: 90%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 49, scss/_contents.scss */
  #pageHead .breadcrumb-area {
    width: 90%;
    margin: 0px auto;
    padding: 6px 0px 40px 0px;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
/* line 64, scss/_contents.scss */
#pageHead .breadcrumb-area a {
  color: #797979 !important;
}
/* line 66, scss/_contents.scss */
#pageHead .breadcrumb-area a:hover {
  color: #49b9ad;
  opacity: 1.0;
}

/* line 76, scss/_contents.scss */
.table-block {
  width: 100%;
  margin-bottom: 60px;
  font-size: 90%;
}
/* line 80, scss/_contents.scss */
.table-block table {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  /* line 84, scss/_contents.scss */
  .table-block table tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
}
/* line 91, scss/_contents.scss */
.table-block table th, .table-block table td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 769px) {
  /* line 91, scss/_contents.scss */
  .table-block table th, .table-block table td {
    display: block;
    border-bottom: none;
  }
}
/* line 99, scss/_contents.scss */
.table-block table th {
  background: #f4f4f4;
}

/* line 109, scss/_contents.scss */
#content ul.list-block {
  margin: 0px;
  font-size: 90%;
}
/* line 112, scss/_contents.scss */
#content ul.list-block li {
  margin: 0px 0px 30px 0px;
}
/* line 114, scss/_contents.scss */
#content ul.list-block li.list-title {
  font-weight: bold;
}
@media only screen and (min-width: 770px) {
  /* line 114, scss/_contents.scss */
  #content ul.list-block li.list-title {
    margin: 0px 0px 3px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 114, scss/_contents.scss */
  #content ul.list-block li.list-title {
    margin: 0px 0px 5px 0px;
  }
}
/* line 125, scss/_contents.scss */
#content ul.list-block-type {
  margin: 0px;
  font-size: 90%;
}
/* line 128, scss/_contents.scss */
#content ul.list-block-type li {
  margin: 0px 0px 0px 0px;
}
/* line 132, scss/_contents.scss */
#content ul.list-block-type.list-type-disc li {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 138, scss/_contents.scss */
#content ul.list-block-type.list-type-decimal li {
  list-style-type: decimal;
  list-style-position: inside;
}

@media only screen and (min-width: 770px) {
  /* line 146, scss/_contents.scss */
  .info-list-block .info-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 154, scss/_contents.scss */
  .info-list-block .info-list li {
    display: table-cell;
    vertical-align: top;
  }
}
@media only screen and (max-width: 769px) {
  /* line 154, scss/_contents.scss */
  .info-list-block .info-list li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 164, scss/_contents.scss */
  .info-list-block .info-list li .photo {
    display: table-cell;
    vertical-align: middle;
    background: #e8e8e8;
  }
}
@media only screen and (max-width: 769px) {
  /* line 164, scss/_contents.scss */
  .info-list-block .info-list li .photo {
    display: block;
    width: 100%;
  }
}
/* line 174, scss/_contents.scss */
.info-list-block .info-list li .photo img {
  width: 100%;
  height: auto;
}
/* line 179, scss/_contents.scss */
.info-list-block .info-list li .icon-category {
  display: block;
  width: initial;
  margin-top: 10px;
  word-wrap: normal;
}
/* line 185, scss/_contents.scss */
.info-list-block .info-list li h3.info-ttl {
  margin-top: 10px;
  font-size: 100% !important;
  line-height: 1.5rem;
}
/* line 189, scss/_contents.scss */
.info-list-block .info-list li h3.info-ttl a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
/* line 196, scss/_contents.scss */
.info-list-block .info-list li div.info-summary a {
  text-decoration: none;
}

/* line 207, scss/_contents.scss */
#content h2 {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0px 40px;
  text-align: center;
  font-weight: bold;
  color: #49b9ad;
  border-left: 1px dotted #2a0f0f;
  border-right: 1px dotted #2a0f0f;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 769px) {
  /* line 207, scss/_contents.scss */
  #content h2 {
    width: 100%;
    text-align: center;
  }
}
/* line 223, scss/_contents.scss */
#content h3 {
  font-size: 1.1em;
  margin: 0px 0px 10px 0px;
}
/* line 227, scss/_contents.scss */
#content p {
  font-size: 90%;
  color: #2a0f0f;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* line 231, scss/_contents.scss */
#content p.text {
  font-size: 90%;
}
@media only screen and (min-width: 770px) {
  /* line 231, scss/_contents.scss */
  #content p.text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 231, scss/_contents.scss */
  #content p.text {
    margin-bottom: 40px;
  }
}
/* line 240, scss/_contents.scss */
#content p.mb0 {
  margin-bottom: 0px;
}
/* line 243, scss/_contents.scss */
#content p span.note {
  font-size: 100%;
  color: #b12323;
}
/* line 251, scss/_contents.scss */
#content .list-area {
  margin: 0;
}
@media only screen and (min-width: 770px) {
  /* line 251, scss/_contents.scss */
  #content .list-area {
    float: left;
    width: 48%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 251, scss/_contents.scss */
  #content .list-area {
    width: 100%;
    float: none;
  }
}
/* line 261, scss/_contents.scss */
#content .list-area:last-child {
  float: right;
}
/* line 264, scss/_contents.scss */
#content .list-area .text-catch {
  font-size: 90%;
  margin: 0px 0px 30px 0px;
}
/* line 268, scss/_contents.scss */
#content .list-area h2 {
  width: 100%;
}
/* line 272, scss/_contents.scss */
#content .post-block {
  margin: 0px;
}
/* line 274, scss/_contents.scss */
#content .post-block .thumbnail-block {
  width: 50px;
  float: left;
}
@media only screen and (min-width: 770px) {
  /* line 278, scss/_contents.scss */
  #content .post-block .txt-block {
    margin-left: 65px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 278, scss/_contents.scss */
  #content .post-block .txt-block {
    margin-left: 60px;
  }
}
/* line 285, scss/_contents.scss */
#content .post-block .txt-block h3 {
  font-size: 100% !important;
  line-height: 1.5rem;
}
/* line 288, scss/_contents.scss */
#content .post-block .txt-block h3 a {
  color: #2a0f0f;
  text-decoration: none;
  font-weight: bold;
}
/* line 292, scss/_contents.scss */
#content .post-block .txt-block h3 a:hover {
  color: #2a0f0f;
  opacity: 0.8;
}
/* line 298, scss/_contents.scss */
#content .post-block .txt-block p {
  font-size: 90%;
}
/* line 303, scss/_contents.scss */
#content .bg-gray-block {
  margin-bottom: 20px;
  font-size: 90%;
  background: #f9f9f9;
}
@media only screen and (min-width: 770px) {
  /* line 303, scss/_contents.scss */
  #content .bg-gray-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 303, scss/_contents.scss */
  #content .bg-gray-block {
    padding: 30px 20px;
  }
}
/* line 314, scss/_contents.scss */
#content .bg-pink-block {
  margin-bottom: 40px;
  background: #fcf7f8;
}
@media only screen and (min-width: 770px) {
  /* line 314, scss/_contents.scss */
  #content .bg-pink-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 314, scss/_contents.scss */
  #content .bg-pink-block {
    padding: 30px 20px;
  }
}
/* line 323, scss/_contents.scss */
#content .bg-pink-block .text-pink {
  margin: 0px !important;
  color: #b12323;
  font-size: 100%;
  font-weight: bold;
}
/* line 328, scss/_contents.scss */
#content .bg-pink-block .text-pink span {
  font-size: 90%;
}
/* line 333, scss/_contents.scss */
#content ul.arrow-list {
  margin: 0px;
}
/* line 335, scss/_contents.scss */
#content ul.arrow-list li {
  margin: 5px 0px 5px 0px;
  position: relative;
  padding-left: 20px;
}
/* line 339, scss/_contents.scss */
#content ul.arrow-list li:before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 6px;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #49b9ad;
}
@media only screen and (min-width: 770px) {
  /* line 359, scss/_contents.scss */
  #content.detail img {
    margin: 0px 24px 24px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 359, scss/_contents.scss */
  #content.detail img {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin: 0px auto 20px auto !important;
    padding: 0px !important;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) {
  /* line 372, scss/_contents.scss */
  #content.detail img.alignleft {
    margin: 0px 24px 24px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 372, scss/_contents.scss */
  #content.detail img.alignleft {
    display: block;
    float: none;
    margin: 0px auto 20px auto !important;
    padding: 0px !important;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) {
  /* line 384, scss/_contents.scss */
  #content.detail img.alignright {
    margin: 0px 0px 24px 24px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 384, scss/_contents.scss */
  #content.detail img.alignright {
    display: block;
    float: none;
    margin: 0px auto 20px auto !important;
    padding: 0px !important;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) {
  /* line 396, scss/_contents.scss */
  #content.detail img.aligncenter {
    margin: 0px 0px 24px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 396, scss/_contents.scss */
  #content.detail img.aligncenter {
    display: block;
    margin: 0px auto 20px auto !important;
    padding: 0px !important;
  }
}
/* line 407, scss/_contents.scss */
#content.detail p {
  margin-bottom: 30px;
  font-size: 90%;
  color: #2a0f0f;
}
/* line 411, scss/_contents.scss */
#content.detail p.block-indent {
  margin-bottom: 60px;
}
/* line 414, scss/_contents.scss */
#content.detail p.headline {
  margin-bottom: 40px;
}
/* line 418, scss/_contents.scss */
#content.detail h3 {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0px 40px;
  text-align: center;
  font-weight: bold;
  color: #49b9ad;
  border-left: 1px dotted #2a0f0f;
  border-right: 1px dotted #2a0f0f;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 769px) {
  /* line 418, scss/_contents.scss */
  #content.detail h3 {
    width: 100%;
    text-align: center;
  }
}
/* line 434, scss/_contents.scss */
#content.detail h4 {
  font-size: 120%;
  font-weight: bold;
}
/* line 438, scss/_contents.scss */
#content.detail hr {
  margin: 60px 0px;
}
/* line 442, scss/_contents.scss */
#content.detail a.entry-button {
  color: #fff !important;
  background: #e98495 !important;
  padding: 15px 40px 15px 40px;
}
@media only screen and (max-width: 769px) {
  /* line 453, scss/_contents.scss */
  #content.library .list-area {
    margin-bottom: 40px;
  }
}
/* line 459, scss/_contents.scss */
#content.library .post-block li {
  margin: 0px 0px 20px 0px;
  padding: 30px 20px 10px 20px;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
}
/* line 466, scss/_contents.scss */
#content.library .library-apply-block {
  margin-top: 40px;
}
/* line 474, scss/_contents.scss */
#content.info p {
  clear: both;
}
/* line 478, scss/_contents.scss */
#content.info .post-block li {
  display: block;
  width: auto;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
}
/* line 487, scss/_contents.scss */
#content.info .date {
  display: block;
  font-size: 9px;
  font-size: 0.9rem;
  color: #2a0f0f;
}
@media only screen and (min-width: 770px) {
  /* line 487, scss/_contents.scss */
  #content.info .date {
    padding-top: 5px;
  }
}
/* line 495, scss/_contents.scss */
#content.info .photo {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* line 499, scss/_contents.scss */
#content.info .photo img {
  width: 100%;
}
/* line 503, scss/_contents.scss */
#content.info h4 {
  font-size: 105%;
  margin-bottom: 5px;
}
/* line 506, scss/_contents.scss */
#content.info h4 .sstext {
  font-size: 85%;
}
/* line 514, scss/_contents.scss */
#content .button-block {
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  /* line 516, scss/_contents.scss */
  #content .button-block a {
    display: block;
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
/* line 522, scss/_contents.scss */
#content .button-block a.button {
  color: #fff !important;
  background: #e98495 !important;
}
@media only screen and (min-width: 770px) {
  /* line 522, scss/_contents.scss */
  #content .button-block a.button {
    margin: 0px 10px 0px 0px;
    padding: 15px 25px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 769px) {
  /* line 522, scss/_contents.scss */
  #content .button-block a.button {
    margin: 0px 0px 10px 0px;
    padding: 13px 20px;
  }
}
/* line 536, scss/_contents.scss */
#content .button-block span.note {
  display: block;
  color: #2a0f0f;
  font-size: 90%;
}
@media only screen and (min-width: 770px) {
  /* line 543, scss/_contents.scss */
  #content.donation .button-block a.button {
    margin-bottom: 10px;
  }
}
/* line 550, scss/_contents.scss */
#content.activity ul.arrow-list {
  margin: 0px 0px 80px 0px;
}
/* line 555, scss/_contents.scss */
#content.tax .formula {
  margin-bottom: 0px;
  font-size: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  /* line 560, scss/_contents.scss */
  #content.tax ul {
    margin: 0px 0px 20px 0px !important;
  }
}
/* line 564, scss/_contents.scss */
#content.tax ul li {
  font-size: 100% !important;
  font-weight: bold;
}
/* line 571, scss/_contents.scss */
#content.bequeath ul {
  margin: 0px 0px 0px 0px !important;
}
/* line 576, scss/_contents.scss */
#content.member ul {
  margin: 0px 0px 60px 0px !important;
}
/* line 580, scss/_contents.scss */
#content .kiyaku {
  height: 500px;
  border: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 770px) {
  /* line 580, scss/_contents.scss */
  #content .kiyaku {
    padding: 30px;
    margin: 40px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 580, scss/_contents.scss */
  #content .kiyaku {
    width: 95%;
    height: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 40px auto;
    padding: 30px 15px;
  }
}
/* line 596, scss/_contents.scss */
#content .kiyaku h4 {
  margin: 0px;
}
@media only screen and (min-width: 770px) {
  /* line 596, scss/_contents.scss */
  #content .kiyaku h4 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 596, scss/_contents.scss */
  #content .kiyaku h4 {
    font-size: 100%;
  }
}
/* line 606, scss/_contents.scss */
#content .mail-list-block {
  margin-top: 40px;
}
/* line 609, scss/_contents.scss */
#content ul.mail-list {
  margin: 0px;
}
/* line 611, scss/_contents.scss */
#content ul.mail-list li {
  margin-bottom: 0px;
}
/* line 613, scss/_contents.scss */
#content ul.mail-list li.station {
  font-weight: bold;
  color: #49b9ad;
  margin-top: 30px;
}
/* line 618, scss/_contents.scss */
#content ul.mail-list li:first-child {
  margin-top: 0px;
}
/* line 624, scss/_contents.scss */
#content dl.head dd {
  border-left: 7px solid #ffc1bd;
  padding: 0 0 0 12px;
  margin-bottom: 16px;
}
/* line 634, scss/_contents.scss */
#content .contact-form .formItem {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 637, scss/_contents.scss */
#content .contact-form .formItem .label {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 641, scss/_contents.scss */
#content .contact-form .formItem .label.required::after {
  content: " [必須]";
  color: red;
}
/* line 646, scss/_contents.scss */
#content .contact-form .formItem .input {
  padding-left: 10px;
}
/* line 649, scss/_contents.scss */
#content .contact-form .formItem .input.amount .error {
  float: left;
  width: 100%;
}
/* line 653, scss/_contents.scss */
#content .contact-form .formItem .input.amount::after {
  content: " 円";
}
/* line 657, scss/_contents.scss */
#content .contact-form .formItem .input input, #content .contact-form .formItem .input textarea {
  background: #fff none repeat scroll 0 0;
  border-width: 2px;
  padding: 5px;
}
/* line 663, scss/_contents.scss */
#content .contact-form .formItem .attention {
  padding-left: 10px;
  margin-top: 10px;
  color: #797979;
  font-size: 90%;
}
/* line 670, scss/_contents.scss */
#content .contact-form .btnBox {
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  /* line 677, scss/_contents.scss */
  #content .about {
    margin-bottom: 60px;
  }
}
/* line 681, scss/_contents.scss */
#content .about h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 770px) {
  /* line 684, scss/_contents.scss */
  #content .about .photo {
    float: right;
    margin: 0px 0px 24px 24px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 684, scss/_contents.scss */
  #content .about .photo {
    float: none;
    margin: 0px 0px 20px 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  /* line 694, scss/_contents.scss */
  #content .about .photo img {
    margin: 0px auto;
  }
}
/* line 700, scss/_contents.scss */
#content .about .name {
  line-height: 9px;
  line-height: 0.9rem;
  text-align: right;
}
@media only screen and (min-width: 770px) {
  /* line 700, scss/_contents.scss */
  #content .about .name {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 700, scss/_contents.scss */
  #content .about .name {
    margin-top: 60px;
  }
}
/* line 710, scss/_contents.scss */
#content .about .simplemap {
  margin-bottom: 20px;
}
/* line 713, scss/_contents.scss */
#content .about .bg-gray-block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 769px) {
  /* line 713, scss/_contents.scss */
  #content .about .bg-gray-block {
    padding: 40px 20px;
  }
}
/* line 720, scss/_contents.scss */
#content .about .summary-block ul {
  margin: 0px !important;
}
/* line 723, scss/_contents.scss */
#content .about .summary-block ul.summary-list {
  margin: 0px;
}
/* line 725, scss/_contents.scss */
#content .about .summary-block ul.summary-list li {
  position: relative;
}
/* line 727, scss/_contents.scss */
#content .about .summary-block ul.summary-list li h4 {
  padding-bottom: 5px;
  font-size: 110%;
  color: #49b9ad;
  border-bottom: 1px dotted #ddd;
}
@media only screen and (min-width: 770px) {
  /* line 733, scss/_contents.scss */
  #content .about .summary-block ul.summary-list li p {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 733, scss/_contents.scss */
  #content .about .summary-block ul.summary-list li p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 749, scss/_contents.scss */
  #content.privacypolicy ul.list-block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 749, scss/_contents.scss */
  #content.privacypolicy ul.list-block {
    margin-bottom: 40px;
  }
}
/* line 756, scss/_contents.scss */
#content.privacypolicy ul.list-block li.list-title {
  color: #49b9ad;
}
/* line 766, scss/_contents.scss */
#content.about-archives .archive-list-block ul.archive-list {
  margin: 0px;
}
/* line 768, scss/_contents.scss */
#content.about-archives .archive-list-block ul.archive-list li {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 772, scss/_contents.scss */
#content.about-archives .archive-list-block ul.archive-list li a {
  font-weight: bold;
  text-decoration: underline;
}
/* line 776, scss/_contents.scss */
#content.about-archives .archive-list-block ul.archive-list li ul.arrow-list {
  padding: 0px;
}
@media only screen and (min-width: 770px) {
  /* line 776, scss/_contents.scss */
  #content.about-archives .archive-list-block ul.archive-list li ul.arrow-list {
    margin: 15px 0px 15px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 776, scss/_contents.scss */
  #content.about-archives .archive-list-block ul.archive-list li ul.arrow-list {
    margin: 15px 0px 0px 0px;
  }
}
/* line 784, scss/_contents.scss */
#content.about-archives .archive-list-block ul.archive-list li ul.arrow-list li {
  margin-bottom: 15px;
}
/* line 786, scss/_contents.scss */
#content.about-archives .archive-list-block ul.archive-list li ul.arrow-list li a {
  font-weight: normal;
  text-decoration: underline;
}

@media only screen and (max-width: 769px) {
  /* line 4, scss/_top.scss */
  .home .top {
    margin-top: 18px;
  }
}
/* line 8, scss/_top.scss */
.home .top #middle {
  padding: 0 !important;
}
@media only screen and (min-width: 770px) {
  /* line 11, scss/_top.scss */
  .home .top .border-sp-block {
    padding-bottom: 0px;
    background: none;
  }
}
@media only screen and (max-width: 769px) {
  /* line 11, scss/_top.scss */
  .home .top .border-sp-block {
    padding-bottom: 45px;
    background: transparent url("./images/border.png") bottom left repeat-x;
  }
}
@media only screen and (min-width: 770px) {
  /* line 21, scss/_top.scss */
  .home .top .border-pc-block {
    padding-bottom: 60px;
    background: transparent url("./images/border.png") bottom left repeat-x;
  }
}
@media only screen and (max-width: 769px) {
  /* line 21, scss/_top.scss */
  .home .top .border-pc-block {
    padding-bottom: 0px;
    background: none;
  }
}
/* line 31, scss/_top.scss */
.home .top h2 {
  color: #2a0f0f;
}
@media only screen and (min-width: 770px) {
  /* line 31, scss/_top.scss */
  .home .top h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 31, scss/_top.scss */
  .home .top h2 {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 770px) {
  /* line 42, scss/_top.scss */
  .home .top .head-block {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 42, scss/_top.scss */
  .home .top .head-block {
    margin-top: 45px;
  }
}

/* line 56, scss/_top.scss */
.top .mainvisual-pc {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 770px) {
  /* line 56, scss/_top.scss */
  .top .mainvisual-pc {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 56, scss/_top.scss */
  .top .mainvisual-pc {
    display: none;
  }
}
/* line 66, scss/_top.scss */
.top .mainvisual-pc img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 71, scss/_top.scss */
.top .mainvisual-pc p.catchcopy {
  position: relative;
  z-index: 9999;
  margin: -28px auto 0px auto;
  letter-spacing: 0.3rem;
  text-align: center;
  background: url("./images/bg_catchcopy_l_pc.png") top left no-repeat, url("./images/bg_catchcopy_r_pc.png") top right no-repeat;
  top: 75px;
}
@media only screen and (min-width: 770px) {
  /* line 71, scss/_top.scss */
  .top .mainvisual-pc p.catchcopy {
    width: 46%;
    padding: 0px 40px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 31px;
    line-height: 3.1rem;
  }
}
@media only screen and (min-width: 770px) {
  /* line 87, scss/_top.scss */
  .top .mainvisual-sp {
    display: none;
  }
}
/* line 91, scss/_top.scss */
.top .mainvisual-sp img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 96, scss/_top.scss */
.top .mainvisual-sp p.catchcopy {
  position: relative;
  top: 16px;
  z-index: 9999;
  box-sizing: border-box;
  width: 94%;
  margin: -28px auto 0px auto;
  padding-left: 1.9%;
  letter-spacing: 0.16rem;
  line-height: 12.8px;
  line-height: 1.28rem;
  text-align: center;
  font-size: 110%;
  background: url("./images/bg_catchcopy_l_sp.png") top left no-repeat, url("./images/bg_catchcopy_r_sp.png") top right no-repeat;
  background-size: 40px;
}
/* line 115, scss/_top.scss */
.top .top-info-area {
  position: relative;
}
@media only screen and (min-width: 770px) {
  /* line 115, scss/_top.scss */
  .top .top-info-area {
    display: inline-block;
    max-width: 605px;
    width: 62%;
    vertical-align: top;
  }
}
@media only screen and (max-width: 769px) {
  /* line 115, scss/_top.scss */
  .top .top-info-area {
    display: block;
    width: 90% !important;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 770px) {
  /* line 128, scss/_top.scss */
  .top .top-info-area .link-more {
    position: absolute;
    top: 60px;
    right: 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 128, scss/_top.scss */
  .top .top-info-area .link-more {
    position: static;
    display: block;
    margin: 30px auto 0px auto;
  }
}
@media only screen and (min-width: 770px) {
  /* line 140, scss/_top.scss */
  .top .top-info-area .head-block {
    padding: 0px 0px 50px 0px !important;
  }
}
@media only screen and (max-width: 769px) {
  /* line 140, scss/_top.scss */
  .top .top-info-area .head-block {
    display: table;
    width: 100%;
    margin: 0px auto;
    padding: 45px 0px 0px 0px !important;
    text-align: center;
  }
}
/* line 151, scss/_top.scss */
.top .top-info-area .head-block h2 {
  margin: 0px;
}
@media only screen and (min-width: 770px) {
  /* line 151, scss/_top.scss */
  .top .top-info-area .head-block h2 {
    float: left !important;
    font-size: 11.2px;
    font-size: 1.12rem;
  }
}
/* line 158, scss/_top.scss */
.top .top-info-area .head-block p.description {
  display: inline-block;
  margin-left: 20px !important;
  font-size: 90%;
}
@media only screen and (max-width: 769px) {
  /* line 164, scss/_top.scss */
  .top .top-info-area .top-info-block {
    display: block;
    width: 100%;
    margin: 30px auto 0px auto;
  }
}
/* line 171, scss/_top.scss */
.top .top-info-area .top-info-block ul.post-block li {
  float: none;
  width: auto;
}
@media only screen and (min-width: 770px) {
  /* line 171, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 171, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li {
    margin-bottom: 20px;
  }
}
/* line 180, scss/_top.scss */
.top .top-info-area .top-info-block ul.post-block li .icon-category {
  display: inline-block;
  vertical-align: top;
  font-size: 8px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 770px) {
  /* line 180, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li .icon-category {
    max-width: 80px;
    width: 17%;
    height: auto;
  }
}
/* line 190, scss/_top.scss */
.top .top-info-area .top-info-block ul.post-block li .info-text-block {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 770px) {
  /* line 190, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li .info-text-block {
    max-width: 500px;
    margin-left: 4%;
    width: 79%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 190, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li .info-text-block {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 203, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li .info-text-block h3 {
    margin: 0px 0px 10px 0px;
    line-height: 13px;
    line-height: 1.3rem;
    font-size: 100%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 203, scss/_top.scss */
  .top .top-info-area .top-info-block ul.post-block li .info-text-block h3 {
    margin: 0px 0px 5px 0px;
    line-height: 12px;
    line-height: 1.2rem;
    font-size: 90%;
  }
}
/* line 214, scss/_top.scss */
.top .top-info-area .top-info-block ul.post-block li .info-text-block h3 a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
/* line 222, scss/_top.scss */
.top .top-info-area .top-info-block ul.post-block li .info-summary-block p {
  margin: 0px;
  font-size: 80%;
}
/* line 226, scss/_top.scss */
.top .top-info-area .top-info-block ul.post-block li .info-summary-block a {
  text-decoration: none;
}
/* line 237, scss/_top.scss */
.top .facebook-feed {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 770px) {
  /* line 237, scss/_top.scss */
  .top .facebook-feed {
    display: inline-block;
    max-width: 300px;
    width: 30%;
    margin: 74px 0px 0px 5%;
    padding: 40px 20px 20px 20px;
    vertical-align: top;
    border: 1px solid #b9d6d3;
  }
}
@media only screen and (max-width: 769px) {
  /* line 237, scss/_top.scss */
  .top .facebook-feed {
    display: block;
    width: 90%;
    margin: 105px auto 0px auto;
  }
}
/* line 254, scss/_top.scss */
.top .facebook-feed h2.h2-fb {
  position: absolute;
  padding: 0px 10px !important;
  color: #2a0f0f;
  box-sizing: border-box;
}
/* line 259, scss/_top.scss */
.top .facebook-feed h2.h2-fb span.bg-h2-fb {
  padding: 0px 30px;
  background: #ffffff;
}
@media only screen and (min-width: 770px) {
  /* line 259, scss/_top.scss */
  .top .facebook-feed h2.h2-fb span.bg-h2-fb {
    padding: 0px 3% 0px 3%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 770px) {
  /* line 254, scss/_top.scss */
  .top .facebook-feed h2.h2-fb {
    top: -15px;
    width: 62%;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 769px) {
  /* line 254, scss/_top.scss */
  .top .facebook-feed h2.h2-fb {
    top: -60px;
    left: 0px;
  }
}
/* line 279, scss/_top.scss */
.top .facebook-feed .created-time {
  margin-bottom: 5px;
  font-size: 9px;
  font-size: 0.9rem;
  background: #fff url(./images/icon_date.png) left top no-repeat;
}
@media only screen and (min-width: 770px) {
  /* line 279, scss/_top.scss */
  .top .facebook-feed .created-time {
    padding-left: 40px;
    height: 28px;
    line-height: 18px;
    line-height: 1.8rem;
    background-size: 28px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 279, scss/_top.scss */
  .top .facebook-feed .created-time {
    background-size: 29px;
    height: 29px;
    line-height: 29px;
    padding-left: 37px;
  }
}
/* line 296, scss/_top.scss */
.top .facebook-feed .img-area {
  min-height: 100px;
  text-align: center;
  margin: 0px auto 20px auto;
}
@media only screen and (min-width: 770px) {
  /* line 296, scss/_top.scss */
  .top .facebook-feed .img-area {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 296, scss/_top.scss */
  .top .facebook-feed .img-area {
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 770px) {
  /* line 310, scss/_top.scss */
  .top .facebook-feed .img-area .img-block {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 769px) {
  /* line 310, scss/_top.scss */
  .top .facebook-feed .img-area .img-block {
    display: block;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 320, scss/_top.scss */
  .top .facebook-feed .img-area .img-block img {
    width: 100%;
    margin: 0px auto;
  }
}
/* line 328, scss/_top.scss */
.top .facebook-feed .message {
  font-size: 90%;
  height: 90px;
  line-height: 14px;
  line-height: 1.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  /* line 328, scss/_top.scss */
  .top .facebook-feed .message {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (min-width: 770px) {
  /* line 338, scss/_top.scss */
  .top .facebook-feed .link-more {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 338, scss/_top.scss */
  .top .facebook-feed .link-more {
    margin-top: 30px;
  }
}
/* line 350, scss/_top.scss */
.top .top-feature-area {
  position: relative;
}
@media only screen and (min-width: 770px) {
  /* line 350, scss/_top.scss */
  .top .top-feature-area {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 350, scss/_top.scss */
  .top .top-feature-area {
    display: block;
    width: 90% !important;
    margin: 45px auto 0px auto;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 361, scss/_top.scss */
  .top .top-feature-area .link-more {
    position: absolute;
    top: 4px;
    right: 0px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 370, scss/_top.scss */
  .top .top-feature-area .info-list-block .info-list li {
    width: 33%;
    border-right: 25px solid #ffffff;
  }
}
@media only screen and (min-width: 770px) {
  /* line 375, scss/_top.scss */
  .top .top-feature-area .info-list-block .info-list li:nth-child(3n) {
    width: 33%;
    border-right: 0px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 381, scss/_top.scss */
  .top .top-feature-area .info-list-block .info-list li .photo {
    width: 33%;
    height: 225px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 769px) {
  /* line 381, scss/_top.scss */
  .top .top-feature-area .info-list-block .info-list li .photo {
    height: auto;
    overflow: visible;
  }
}
/* line 391, scss/_top.scss */
.top .top-feature-area .info-list-block .info-list li .photo span {
  display: block;
  max-height: 225px;
  overflow: hidden;
}
/* line 404, scss/_top.scss */
.top .top-about-area {
  background: #f9fcf5;
}
@media only screen and (max-width: 769px) {
  /* line 404, scss/_top.scss */
  .top .top-about-area {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 409, scss/_top.scss */
  .top .top-about-area .inside {
    margin: 0px !important;
    background: transparent !important;
  }
}
/* line 415, scss/_top.scss */
.top .top-about-area .top-about-block {
  position: relative;
}
@media only screen and (min-width: 770px) {
  /* line 415, scss/_top.scss */
  .top .top-about-area .top-about-block {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 415, scss/_top.scss */
  .top .top-about-area .top-about-block {
    display: block;
    width: 90% !important;
    margin: 0px auto 0px auto !important;
    padding-bottom: 45px !important;
  }
}
@media only screen and (min-width: 770px) {
  /* line 426, scss/_top.scss */
  .top .top-about-area .top-about-block .link-more {
    position: absolute;
    top: 60px;
    right: 0px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 434, scss/_top.scss */
  .top .top-about-area .head-block {
    margin-top: 0px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 434, scss/_top.scss */
  .top .top-about-area .head-block {
    margin-top: 0px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 445, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/* line 451, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li {
  position: relative;
}
@media only screen and (min-width: 770px) {
  /* line 451, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list li {
    float: left;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 451, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 465, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li:last-child {
  margin-right: 0%;
}
/* line 468, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .ttl {
  display: table;
  height: 180px;
}
@media only screen and (min-width: 770px) {
  /* line 468, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list li .ttl {
    padding-left: 175px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 468, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list li .ttl {
    position: relative;
    z-index: 99;
    padding-left: 56%;
  }
}
/* line 479, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .ttl.bg-about01 {
  background: transparent url(./images/about01.png) top left no-repeat;
  background-size: 180px;
}
/* line 483, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .ttl.bg-about02 {
  background: transparent url(./images/about02.png) top left no-repeat;
  background-size: 180px;
}
/* line 487, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .ttl.bg-about03 {
  background: transparent url(./images/about03.png) top left no-repeat;
  background-size: 180px;
}
/* line 491, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .ttl .catch {
  display: table-cell;
  height: 180px;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}
/* line 496, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .ttl .catch span {
  display: block;
  margin-left: -10px;
}
/* line 502, scss/_top.scss */
.top .top-about-area .top-about-list ul.about-list li .text {
  line-height: 15px;
  line-height: 1.5rem;
  font-size: 80%;
}
@media only screen and (min-width: 770px) {
  /* line 502, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list li .text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 502, scss/_top.scss */
  .top .top-about-area .top-about-list ul.about-list li .text {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 519, scss/_top.scss */
  .top .top-donation-area {
    padding-bottom: 60px;
    background: #fff url(./images/img_donation.jpg) top left no-repeat;
    background-size: 480px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 519, scss/_top.scss */
  .top .top-donation-area {
    background: #fff url(./images/img_donation.jpg) bottom center no-repeat;
    background-size: 100%;
  }
}
/* line 529, scss/_top.scss */
.top .top-donation-area .top-donation-block {
  display: block;
}
@media only screen and (min-width: 770px) {
  /* line 529, scss/_top.scss */
  .top .top-donation-area .top-donation-block {
    width: 53%;
    max-width: 500px;
    padding: 70px 0px 0px 47%;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  /* line 529, scss/_top.scss */
  .top .top-donation-area .top-donation-block {
    width: 100%;
    padding: 45px 0px 165px 0px;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
/* line 542, scss/_top.scss */
.top .top-donation-area .top-donation-block span {
  display: block;
}
@media only screen and (min-width: 770px) {
  /* line 542, scss/_top.scss */
  .top .top-donation-area .top-donation-block span {
    margin-top: 30px;
    font-size: 130%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 542, scss/_top.scss */
  .top .top-donation-area .top-donation-block span {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 770px) {
  /* line 554, scss/_top.scss */
  .top .top-donation-area .top-donation-block .button-block {
    margin-top: 59px;
  }
}
/* line 560, scss/_top.scss */
.top .top-donation-area .top-donation-block .button-block a.button {
  padding: 9px 15px 9px 20px;
  background-color: #49b9ad !important;
  color: #fff !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
}
@media only screen and (min-width: 770px) {
  /* line 560, scss/_top.scss */
  .top .top-donation-area .top-donation-block .button-block a.button {
    float: right;
  }
}
@media only screen and (max-width: 769px) {
  /* line 560, scss/_top.scss */
  .top .top-donation-area .top-donation-block .button-block a.button {
    display: block;
    width: 64%;
    box-sizing: border-box;
    margin: 27px auto 0px auto;
    padding: 10px 26px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  /* line 579, scss/_top.scss */
  .top .top-donation-area .top-donation-block .sp-inside {
    display: block;
    width: 90%;
    margin: 0px auto;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 770px) {
  /* line 592, scss/_top.scss */
  .top .top-banner-area {
    margin-top: 60px;
    padding-bottom: 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) {
  /* line 598, scss/_top.scss */
  .top .top-banner-area ul.banner-list {
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 769px) {
  /* line 598, scss/_top.scss */
  .top .top-banner-area ul.banner-list {
    width: 90%;
    margin: 0px auto;
    padding: 45px 0px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 608, scss/_top.scss */
  .top .top-banner-area ul.banner-list li {
    display: inline-block;
    max-width: 19%;
    box-sizing: border-box;
    margin: 0px 1% 20px 0px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  /* line 608, scss/_top.scss */
  .top .top-banner-area ul.banner-list li {
    margin-bottom: 10px;
  }
}
/* line 621, scss/_top.scss */
.top .top-banner-area ul.banner-list li:nth-child(5) {
  margin-right: 0% !important;
}
@media only screen and (min-width: 770px) {
  /* line 624, scss/_top.scss */
  .top .top-banner-area ul.banner-list li a {
    display: block;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 769px) {
  /* line 624, scss/_top.scss */
  .top .top-banner-area ul.banner-list li a {
    display: block;
  }
}
/* line 632, scss/_top.scss */
.top .top-banner-area ul.banner-list li a img {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  /* line 632, scss/_top.scss */
  .top .top-banner-area ul.banner-list li a img {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
  }
}

/* line 6, scss/_form.scss */
input[type="email"], input[type="text"], input[type="password"], textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #2a0f0f;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 770px) {
  /* line 6, scss/_form.scss */
  input[type="email"], input[type="text"], input[type="password"], textarea {
    font-weight: 500;
  }
}

/* line 14, scss/_form.scss */
input[type="text"], textarea {
  width: 95%;
  padding: 5px;
  font-size: 100%;
  border: 1px solid #ddd;
}

/* line 21, scss/_form.scss */
.button, a.button, #footer a.button, #searchsubmit, input[type="submit"] {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (min-width: 770px) {
  /* line 21, scss/_form.scss */
  .button, a.button, #footer a.button, #searchsubmit, input[type="submit"] {
    font-weight: bold;
  }
}

@media only screen and (min-width: 770px) {
  /* line 30, scss/_form.scss */
  #content .contact-form .formItem {
    padding-bottom: 15px;
  }
}
/* line 34, scss/_form.scss */
#content .contact-form .formItem .input {
  padding: 0px !important;
  color: #797979;
}
@media only screen and (max-width: 769px) {
  /* line 34, scss/_form.scss */
  #content .contact-form .formItem .input {
    width: 100%;
  }
}
/* line 40, scss/_form.scss */
#content .contact-form .formItem .input input, #content .contact-form .formItem .input textarea {
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 2px solid #ddd;
}
@media only screen and (min-width: 770px) {
  /* line 40, scss/_form.scss */
  #content .contact-form .formItem .input input, #content .contact-form .formItem .input textarea {
    width: 95%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 40, scss/_form.scss */
  #content .contact-form .formItem .input input, #content .contact-form .formItem .input textarea {
    width: 100%;
  }
}
/* line 52, scss/_form.scss */
#content .contact-form .formItem .input select {
  position: relative;
  padding: 5px;
  color: #2a0f0f;
  border: 2px solid #ddd;
  border-radius: 0px;
  background: #F8f8f8;
}
@media only screen and (min-width: 770px) {
  /* line 52, scss/_form.scss */
  #content .contact-form .formItem .input select {
    width: 95%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 52, scss/_form.scss */
  #content .contact-form .formItem .input select {
    width: 100%;
  }
}
/* line 65, scss/_form.scss */
#content .contact-form .formItem .input select:before {
  position: absolute;
  content: "▽";
  background: #000;
}
/* line 73, scss/_form.scss */
#content .contact-form .formItem .input .mwform-zip-field input, #content .contact-form .formItem .input .mwform-tel-field input {
  display: inline-block;
  width: 20%;
}
/* line 78, scss/_form.scss */
#content .contact-form .formItem .input.amount {
  margin-bottom: 5px;
}
/* line 80, scss/_form.scss */
#content .contact-form .formItem .input.amount input {
  display: inline-block;
  width: 40%;
}
@media only screen and (min-width: 770px) {
  /* line 84, scss/_form.scss */
  #content .contact-form .formItem .input.amount .error {
    width: 95%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 84, scss/_form.scss */
  #content .contact-form .formItem .input.amount .error {
    margin-bottom: 10px;
  }
}
/* line 94, scss/_form.scss */
#content .contact-form .formItem .attention {
  padding-left: 0px;
  color: #797979;
  line-height: 12px;
  line-height: 1.2rem;
}
@media only screen and (min-width: 770px) {
  /* line 94, scss/_form.scss */
  #content .contact-form .formItem .attention {
    width: 95%;
    margin: 2px 0px 0px 0px;
  }
}
@media only screen and (max-width: 769px) {
  /* line 94, scss/_form.scss */
  #content .contact-form .formItem .attention {
    width: 100%;
    margin: 3px 0px 5px 0px;
  }
}
/* line 107, scss/_form.scss */
#content .contact-form .formItem .label {
  font-size: 9px;
  font-size: 0.9rem;
  padding-bottom: 3px;
}
/* line 111, scss/_form.scss */
#content .contact-form .formItem .label.required::after {
  color: #b12323;
}
/* line 117, scss/_form.scss */
#content .contact-form .btnBox {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  /* line 117, scss/_form.scss */
  #content .contact-form .btnBox {
    width: 93%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 117, scss/_form.scss */
  #content .contact-form .btnBox {
    width: 97%;
    margin: 30px auto 30px auto;
  }
}
/* line 126, scss/_form.scss */
#content .contact-form .btnBox input[type="submit"] {
  display: inline-block;
  background: #49b9ad;
}
@media only screen and (min-width: 770px) {
  /* line 126, scss/_form.scss */
  #content .contact-form .btnBox input[type="submit"] {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 126, scss/_form.scss */
  #content .contact-form .btnBox input[type="submit"] {
    margin-right: 3%;
  }
}
/* line 138, scss/_form.scss */
#content .mw_wp_form .error {
  font-size: 90%;
}
/* line 142, scss/_form.scss */
#content.confirm .attention {
  display: none;
}

/*# sourceMappingURL=style.css.map */
