@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*test*/
/*test 2*/
/*test 3*/
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  font-size: 14px;
  color: #313838;
  list-style: none;
  position: relative; }

p {
  margin: 0; }

h2, #news h2 span, #entry h2 span {
  font-size: 30px;
  margin: 0px;
  color: #10939f; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px;
  margin: 6px; }

h5 {
  font-size: 14px;
  color: #10939f;
  margin: 6px; }

/* header */
#header {
  margin: 0 auto;
  width: 860px;
  padding: 64px 0;
  position: static; }
  #header .header_description {
    margin-bottom: 20px;
    position: static; }
    #header .header_description p {
      position: absolute;
      right: 16px;
      font-size: 16px;
      max-width: 407px;
      width: 30vw;
      min-width: 252px;
      font-weight: bold;
      float: right;
      line-height: 1.25em; }
      #header .header_description p span {
        display: block;
        font-weight: normal;
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.4em;
        color: #10939f; }
  #header .title {
    clear: both;
    text-align: center; }
    #header .title h1 {
      font-size: 22px; }

/* header終わり */
/* glonavi */
#glonavi {
  text-align: center;
  border-top: 2px solid #10939f;
  border-bottom: 2px solid #10939f;
  min-width: 900px; }
  #glonavi ul {
    display: inline-block;
    margin: 12px 0px; }
  #glonavi li {
    font-size: 18px;
    font-weight: bold;
    float: left; }
    #glonavi li a {
      font-size: 18px;
      font-weight: bold;
      color: #10939f;
      text-decoration: none; }
    #glonavi li a:hover {
      color: #e6f3f4;
      background: #10939f; }
  #glonavi li + li {
    padding-left: 16px;
    margin-left: 16px;
    border-left: 2px solid #10939f; }

/* glonavi終わり */
/* news */
.readmore_btn {
  line-height: 14px;
  text-decoration: none;
  font-size: 100%;
  color: #10939f;
  display: inline !important; }

.readmore_btn:hover {
  color: #74afaf; }

#news {
  padding: 64px 0px 36px;
  background-color: #e6f3f4;
  text-align: center;
  min-width: 900px; }
  #news h2 span, #entry h2 #news span span {
    position: relative;
    display: inline-block; }
    #news h2 span:before, #entry h2 #news span span:before {
      content: url(../../img/top/h2head.png);
      margin-top: -32px;
      margin-left: -34px;
      margin-right: 4px;
      display: block;
      float: left; }
  #news .news_box {
    margin-top: 27px;
    margin-bottom: 20px; }
    #news .news_box dl {
      display: table;
      text-align: left;
      width: 900px;
      margin: 0 auto;
      border-bottom: 1px dotted #bbb; }
      #news .news_box dl dt {
        display: table-cell;
        width: 140px;
        color: #10939f;
        padding: 10px 10px 10px 20px; }
      #news .news_box dl dd {
        display: table-cell;
        color: #313838;
        padding: 10px; }
        #news .news_box dl dd a {
          color: #10939f; }
        #news .news_box dl dd a:hover {
          color: #e6f3f4;
          background: #10939f; }
    #news .news_box .past_button {
      margin: 0 auto;
      width: 860px;
      padding-bottom: 24px; }
      #news .news_box .past_button:before, #news .news_box .past_button:after {
        content: "";
        display: table; }
      #news .news_box .past_button:after {
        clear: both; }
      #news .news_box .past_button {
        *zoom: 1; }
      #news .news_box .past_button a {
        border-radius: 3px;
        float: right;
        padding: 6px 24px;
        background-color: #10939f;
        color: #fff;
        text-decoration: none; }
      #news .news_box .past_button a:hover {
        font-weight: bold;
        color: #fff;
        background: #c9caca; }

/* news終わり */
/* introduce */
#introduce {
  margin: 0 auto;
  width: 900px;
  padding: 64px 0;
  text-align: center; }
  #introduce:before, #introduce:after {
    content: "";
    display: table; }
  #introduce:after {
    clear: both; }
  #introduce {
    *zoom: 1; }
  #introduce h2, #introduce #news h2 span, #news h2 #introduce span, #introduce #entry h2 span, #entry h2 #introduce span {
    margin-bottom: 36px; }
  #introduce .introduce_left {
    text-align: left;
    padding: 0 35px 0 0;
    width: 450px;
    float: left; }
    #introduce .introduce_left h3 {
      margin: 0 0 18px; }
    #introduce .introduce_left ul {
      padding: 0; }
    #introduce .introduce_left li + li {
      margin-top: 12px; }
  #introduce .introduce_right {
    text-align: center;
    background-color: #e6f3f4;
    padding: 42px 30px;
    width: 340px;
    float: right; }
    #introduce .introduce_right p {
      font-weight: bold; }
    #introduce .introduce_right h3 {
      margin: 6px; }
    #introduce .introduce_right .introduce_right_subhead {
      display: inline-block; }
      #introduce .introduce_right .introduce_right_subhead h5 {
        text-align: left; }
        #introduce .introduce_right .introduce_right_subhead h5 img {
          margin: 0 10px -6px 0; }
      #introduce .introduce_right .introduce_right_subhead p {
        text-align: left;
        margin: 6px;
        padding: 0 0 0 2.5em;
        font-weight: normal; }
    #introduce .introduce_right .introduce_right_subhead:last-child p {
      margin-top: -26px; }
    #introduce .introduce_right .introduce_right_subhead:last-child img {
      margin: 0 10px -6px 0; }

/* introduce終わり */
/* entry */
#entry {
  background-color: #51b2bc;
  background-image: url(../../img/top/back_footer.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  min-width: 900px; }
  #entry p, #entry a, #entry h4 {
    color: #fff; }
  #entry h2, #news h2 #entry span, #entry h2 span {
    padding-bottom: 12px; }
  #entry h2 span, #news h2 #entry span span {
    color: #fff;
    position: relative;
    display: inline-block;
    border-bottom: none  !important; }
    #entry h2 span:before, #news h2 #entry span span:before {
      content: url(../../img/top/h2head_white.png);
      margin-top: -32px;
      margin-left: -42px;
      margin-right: 4px;
      display: block;
      float: left; }
  #entry .entry_wrapper {
    margin: 0 auto;
    width: 860px;
    padding: 64px 0;
    text-align: center; }
    #entry .entry_wrapper h2, #news h2 #entry .entry_wrapper span, #entry .entry_wrapper h2 span, #entry h2 .entry_wrapper span {
      color: #fff;
      border-bottom: 1px dotted #fff; }
    #entry .entry_wrapper .entry_form {
      padding: 36px;
      border-bottom: 1px dotted #fff; }
      #entry .entry_wrapper .entry_form a {
        background-color: #fff;
        display: inline-block;
        border-radius: 3px;
        width: 240px;
        margin: 12px 12px;
        padding: 6px 30px;
        text-decoration: none; }
        #entry .entry_wrapper .entry_form a h4 {
          color: #10939f; }
      #entry .entry_wrapper .entry_form a:hover {
        background-color: #e6f3f4; }
    #entry .entry_wrapper .entry_adress {
      display: inline-block;
      width: 788px;
      padding: 36px;
      border-bottom: 1px dotted #fff; }
      #entry .entry_wrapper .entry_adress p {
        margin-left: 78px;
        text-align: left; }
    #entry .entry_wrapper .totop {
      float: right;
      display: inline-block;
      margin-top: 36px;
      text-decoration: none; }
    #entry .entry_wrapper a:hover {
      color: #e6f3f4;
      text-decoration: none; }
    #entry .entry_wrapper img {
      margin: 36px 0 0 94px; }

/* entry終わり */
/* news */
#news_detail {
  background-color: #e6f3f4; }
  #news_detail p {
    padding: 8px 0; }
  #news_detail h4 {
    text-align: left;
    max-width: 720px;
    margin: 32px auto 16px; }
  #news_detail #header_wrapper {
    width: 100%;
    background-color: #fff;
    /*     border-bottom: solid 2px $green;  */ }
    #news_detail #header_wrapper #header {
      width: 950px;
      padding: 9px 0; }
      #news_detail #header_wrapper #header .logo {
        display: inline-block; }
        #news_detail #header_wrapper #header .logo img {
          height: 54px; }
      #news_detail #header_wrapper #header .right {
        display: inline-block;
        float: right; }
        #news_detail #header_wrapper #header .right img {
          margin-top: 4px; }
  #news_detail #contents {
    border-top: solid 4px #10939f;
    margin: 0 auto;
    width: 860px;
    padding: 64px 0;
    background-color: #fff;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 81px;
    padding: 18px 45px 72px; }
    #news_detail #contents p {
      text-align: left;
      width: 720px;
      margin: 0 auto; }
    #news_detail #contents .photo_box {
      margin: 27px 0; }
      #news_detail #contents .photo_box img {
        width: 351px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 16px; }
      #news_detail #contents .photo_box .vertical {
        display: inline-block;
        width: 351px;
        text-align: center;
        margin-right: 16px; }
        #news_detail #contents .photo_box .vertical img {
          height: 261px;
          width: auto;
          padding: 0 auto; }
    #news_detail #contents .pamph_button a {
      background-color: #fff;
      display: inline-block;
      border-radius: 3px;
      width: 240px;
      margin: 12px 12px;
      padding: 6px 30px;
      text-decoration: none; }
      #news_detail #contents .pamph_button a h4 {
        color: #10939f; }
    #news_detail #contents .tohome a {
      background-color: #10939f;
      display: inline-block;
      border-radius: 3px;
      width: 90px;
      margin: 36px 12px 12px;
      padding: 6px 30px 6px 36px;
      text-decoration: none; }
      #news_detail #contents .tohome a p {
        width: auto;
        color: #fff; }

.pagetitle {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: left;
  border-bottom: 2px dotted #10939f;
  margin: 45px 0;
  padding: 18px 0;
  padding-left: 72px; }

.panel {
  display: block;
  width: 720px;
  border: 1px solid #dcdcdc;
  margin: 0 auto; }

.photo_box_full {
  display: block;
  width: 720px;
  margin: 0 auto; }

#footer .footer_wrapper {
  text-align: center; }
  #footer .footer_wrapper img {
    display: block;
    margin: 40px auto 56px; }

#footer .totop {
  display: inline-block; }

@media screen and (max-width: 770px) {
  #header {
    position: relative; }
    #header .header_description p br {
      display: none; } }
