@charset "UTF-8";
/* Scss Document */
/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 6, ../sass/top.scss */
.cf:after {
  content: "";
  clear: both;
  display: block; }

/* line 11, ../sass/top.scss */
body {
  font-family: Helvetica,Arial, Roboto,"Droid Sans","游ゴシック medium", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo, sans-serif;
  line-height: 1.6;
  background: #fff;
  box-sizing: border-box;
  width: 100%; }

/* line 19, ../sass/top.scss */
a {
  text-decoration: none;
  color: #0E37BB; }

/* line 24, ../sass/top.scss */
a:hover {
  opacity: 0.8; }

/* line 28, ../sass/top.scss */
header {
  width: 100%;
  background: #FFF;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 10000; }
  /* line 37, ../sass/top.scss */
  header .head_wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  /* line 43, ../sass/top.scss */
  header .site_link_top {
    display: flex;
    box-sizing: border-box; }
    /* line 47, ../sass/top.scss */
    header .site_link_top li {
      padding: 7px 15px 0 0;
      vertical-align: middle; }
  /* line 53, ../sass/top.scss */
  header .site_link_top li:first-child {
    margin-right: auto;
    padding: 0; }
  /* line 58, ../sass/top.scss */
  header .logo {
    font-size: 26px;
    font-weight: bold;
    color: #C82D8C; }

/* line 67, ../sass/top.scss */
.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden; }

/* line 75, ../sass/top.scss */
.slider img {
  width: 100%;
  max-width: 800px; }

/* line 82, ../sass/top.scss */
.site_link {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
   }
  /* line 85, ../sass/top.scss */
  .site_link li {
    text-align: center; 
    padding-right:5px; 
    }
    .site_link li:last-child{
    padding-right:0px;  
    }
  /* .site_link li:nth-child(2) {
    padding: 0 5px; } 
  */
  .site_link img {
    max-width: 230px;
    width: 100%; }

/* line 97, ../sass/top.scss */
.text_wrapper {
  margin: 30px 0;
  background: #FFF6FB;
  border-radius: 5px;
  border: 1px solid #E773BA;
  padding: 20px 12px; }
  /* line 104, ../sass/top.scss */
  .text_wrapper h2 {
    font-size: 1.4em;
    color: #E773BA; }

/* line 110, ../sass/top.scss */
table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 4px 4px;
  border-collapse: separate; }

/* line 117, ../sass/top.scss */
td {
  vertical-align: middle;
  background: #eee;
  padding: 7px;
  margin: 2px; }

/* line 124, ../sass/top.scss */
.gray {
  background: #ccc; }

/* line 128, ../sass/top.scss */
footer {
  width: 100%;
  margin: 30px auto 0;
  padding: 30px 0;
  box-sizing: border-box;
  background-color: #ddd; }
  /* line 135, ../sass/top.scss */
  /*footer .site_link_btm {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    
     }
     footer .site_link_btm li{
		padding-right:15px;
	}
     footer .site_link_btm li:last-child{
		padding-right:0;
	}*/

  footer p {
    text-align: center; }
