@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Sarina);
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.button08 {
	display:block;
	background:#E4007F;
	color:#FFF!important;
	padding: 0.4em 1em;
	font-size:190%;
	font-weight:bold;
	text-align:center;
	line-height: 1.2em;
	max-width:100%;
	margin:0 0 20px;
	border-radius:60px;
	overflow:hidden;
}

.button08:hover {
	text-decoration:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* clearfix */
.clearfix {
  display: inline-table;
  min-height: 1%; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/* /clearfix */
.justify, #content3 .merit .explain p, #content3 .voice_wrapper .voice p {
  text-align: justify;
  text-justify: inter-ideograph; }

html {
  font-size: 14px; }

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

body {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  min-width: 1000px; }

input,
textarea,
select,
option,
button {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus,
  option:hover,
  option:focus,
  button:hover,
  button:focus {
    outline: 0; }

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="file"]:hover,
select:hover,
option:hover,
label:hover,
button:hover {
  cursor: pointer; }

select option {
  padding: 0.1em 0.5em; }

a {
  text-decoration: none;
  color: #FF6600; }
  a:hover {
    cursor: pointer;
    color: #FF6600;
    text-decoration: underline; }
  a:active, a:focus {
    color: #FF6600; }
  a img:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    text-decoration: none; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  empty-cells: show; }
  table th {
    text-align: left;
    font-weight: normal; }

.td-u-u {
  text-decoration: underline !important; }

.td-u-u:hover {
  text-decoration: underline !important; }

.td-u-n {
  text-decoration: underline !important; }

.td-u-n:hover {
  text-decoration: none !important; }

.td-n-u {
  text-decoration: none !important; }

.td-n-u:hover {
  text-decoration: underline !important; }

.td-n-n {
  text-decoration: none !important; }

.td-n-n:hover {
  text-decoration: none !important; }

.animate1 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate2 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate3 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate4 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate6 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate7 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -ms-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  animation-delay: 2.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate8 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate9 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  -ms-animation-delay: 2.7s;
  -o-animation-delay: 2.7s;
  animation-delay: 2.7s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate10 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate11 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -ms-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate12 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
  -ms-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate13 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.9s;
  -moz-animation-delay: 3.9s;
  -ms-animation-delay: 3.9s;
  -o-animation-delay: 3.9s;
  animation-delay: 3.9s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate14 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
  -moz-animation-delay: 4.2s;
  -ms-animation-delay: 4.2s;
  -o-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate15 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

html {
  height: 100%; }

body {
  height: 100%; }

.content {
  width: 1000px;
  padding: 90px 0;
  margin: 0 auto; }

.content_inner {
  width: 960px;
  margin: 0 auto; }

.social_buttons {
  width: 180px;
  padding-left: 33px;
  margin: 0 auto; }
  .social_buttons .social_button {
    float: left;
    margin-right: 10px; }
  .social_buttons .fb-like {
    padding-top: 2px; }

#side_social_buttons_fixed {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100; }
  #side_social_buttons_fixed .fb-like {
    padding-bottom: 15px; }

#side_navi_fixed {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100; }
  #side_navi_fixed li {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: #000;
    margin-top: 5px; }
    #side_navi_fixed li:first-child {
      margin-top: 0; }
    #side_navi_fixed li.current, #side_navi_fixed li:hover {
      background-color: #1aa0e5; }
  #side_navi_fixed a {
    font-size: 20px;
    font-size: 1.42857rem;
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative; }
    #side_navi_fixed a img {
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 80%; }
      #side_navi_fixed a img:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

.content_bg_base {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.content_bg_image_1 {
  background-image: url("../img/content1/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.content_bg_image_2 {
  background-color: #000; }

.content_bg_image_3 {
  background-image: url("../img/content3/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.content_bg_image_4 {
  background-image: url("../img/content4/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.content_bg_image_5 {
  background-image: url("../img/content5/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.content_bg_image_6 {
  background-color: #30b1d9; }

.content_intro_wrapper {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-top: -135px;
  position: relative; }
  .content_intro_wrapper .content_intro {
    display: inline-block;
    line-height: 1.6;
    padding: 17px 50px;
    font-weight: 500;
    border: 3px solid #fff;
    background-color: #000;
    color: #fff; }
  .content_intro_wrapper:before, .content_intro_wrapper:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
    z-index: 10; }
  .content_intro_wrapper:after {
    border-top: 27px solid #000;
    border-right: 17px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 17px solid transparent;
    bottom: -50px;
    z-index: 11; }

#content1 .content {
  text-align: left;
  padding: 45px 0 90px 0; }
#content1 .logo_wrapper img {
  max-width: 100%; }
#content1 .main_title_wrapper {
  margin-top: 90px;
  margin-bottom: 45px; }
  #content1 .main_title_wrapper img {
    margin: 0 auto 10px 0;
    max-width: 100%; }
  #content1 .main_title_wrapper .text1,
  #content1 .main_title_wrapper .text2 {
    display: block; }
  #content1 .main_title_wrapper .text1_sp,
  #content1 .main_title_wrapper .text2_sp {
    display: none; }
#content1 .description {
  font-size: 22px;
  font-size: 250%;
  -webkit-text-shadow: 0px 2px 4px #000;
  -moz-text-shadow: 0px 2px 4px #000;
  -ms-text-shadow: 0px 2px 4px #000;
  -o-text-shadow: 0px 2px 4px #000;
  text-shadow: 0px 2px 4px #000;
  color: #fff; }
#content1 .social_buttons {
  margin-top: 90px; }

#content2 .compare_wrapper {
  margin-top: 50px; }
  #content2 .compare_wrapper .compare {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 30.3%;
    margin: 0 1.5%;
    position: relative;
    background-color: #fff;
    float: left; }
    #content2 .compare_wrapper .compare .compare_inner {
      padding: 15px; }
      #content2 .compare_wrapper .compare .compare_inner h3 {
        font-size: 18px;
        font-size: 1.28571rem;
        margin-bottom: 15px; }
        #content2 .compare_wrapper .compare .compare_inner h3 .number {
          font-size: 30px;
          font-size: 2.14286rem;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          position: absolute;
          z-index: 2;
          top: -20px;
          left: -20px;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border: 3px solid #fff;
          background-color: #000;
          color: #fff; }
      #content2 .compare_wrapper .compare .compare_inner .uniform_img_wrapper {
        margin-bottom: 20px; }
        #content2 .compare_wrapper .compare .compare_inner .uniform_img_wrapper img {
          display: block;
          margin: 0 auto;
          max-width: 100%; }
      #content2 .compare_wrapper .compare .compare_inner .uniform_description {
        font-weight: bold; }
      #content2 .compare_wrapper .compare .compare_inner .feature {
        margin-top: 15px; }
        #content2 .compare_wrapper .compare .compare_inner .feature dt {
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          background-color: #fd7822;
          color: #fff; }
        #content2 .compare_wrapper .compare .compare_inner .feature dd {
          padding: 10px;
          text-align: left; }
          #content2 .compare_wrapper .compare .compare_inner .feature dd span {
            display: block; }
          #content2 .compare_wrapper .compare .compare_inner .feature dd .circle {
            float: left; }
          #content2 .compare_wrapper .compare .compare_inner .feature dd .text {
            margin-left: 1em; }
          #content2 .compare_wrapper .compare .compare_inner .feature dd .chart {
            display: block;
            margin: 0 auto;
            max-width: 100%; }
#content2 .bubble {
  margin-top: 40px; }
  #content2 .bubble img {
    max-width: 100%; }
#content2 .explain {
  font-size: 20px;
  font-size: 1.42857rem;
  margin-top: 40px;
  color: #fff; }
  #content2 .explain span {
    font-size: 48px;
    font-size: 3.42857rem;
    font-weight: bold;
    display: block; }

#content3 .content_intro_wrapper .content_intro {
  background-color: #1aa0e5; }
#content3 .content_intro_wrapper:after {
  border-top: 27px solid #1aa0e5; }
#content3 .merit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 700px;
  background-color: #fff;
  text-align: left;
  position: relative;
  margin: 80px auto 0 auto; }
  #content3 .merit .merit_img_wrapper {
    position: absolute;
    z-index: 2;
    top: -50px;
    left: -40px; }
  #content3 .merit .sub_title {
    font-size: 30px;
    font-size: 2.14286rem;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    background-color: #1aa0e5;
    padding: 10px 20px 10px 130px;
    color: #fffd38; }
  #content3 .merit .explain {
    padding: 15px; }
    #content3 .merit .explain p {
      padding: 7px 0; }
    #content3 .merit .explain .merit_visual_wrapper {
      float: left;
      margin-right: 15px;
      padding: 0; }
      #content3 .merit .explain .merit_visual_wrapper img {
        width: 210px; }
#content3 .merit2 .sub_title {
  background-color: #e33a30; }
#content3 .merit3 {
  margin-bottom: 90px; }
  #content3 .merit3 .sub_title {
    background-color: #29a73f; }
#content3 .lead_sentence_wrapper img {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 100%; }
#content3 .voice_wrapper {
  margin-top: 45px; }
  #content3 .voice_wrapper .voice {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    width: 47%;
    margin: 1.5%;
    float: left; }
    #content3 .voice_wrapper .voice h3 {
      font-size: 18px;
      font-size: 1.28571rem;
      color: #1aa0e5;
      line-height: 1;
      padding: 30px 0 10px 0; }
      #content3 .voice_wrapper .voice h3 img {
        display: block;
        position: absolute;
        z-index: 2;
        top: -15px;
        left: -15px; }
    #content3 .voice_wrapper .voice p {
      padding: 20px 20px 0 20px; }
      #content3 .voice_wrapper .voice p img {
        display: block;
        float: left;
        margin-right: 15px;
        max-width: 40%; }
      #content3 .voice_wrapper .voice p .large {
        font-size: 16px;
        font-size: 1.14286rem;
        padding-bottom: 15px;
        text-align: left;
        font-weight: bold; }
    #content3 .voice_wrapper .voice .margin_box {
      font-size: 1px;
      font-size: 0.07143rem;
      height: 20px;
      width: 1px;
      display: block; }

#content4 .intro p,
#content4 .bottom_p p {
  font-size: 24px;
  font-size: 1.71429rem;
  padding-bottom: 1em;
  color: #fff;
  font-weight: bold; }
#content4 .bottom_p {
  margin-top: 90px; }
#content4 .order_type_wrapper {
  margin-top: 45px; }
  #content4 .order_type_wrapper .order_type {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 45px;
    position: relative;
    background-color: #fff; }
    #content4 .order_type_wrapper .order_type .order_type_inner {
      padding: 25px; }
      #content4 .order_type_wrapper .order_type .order_type_inner h2 {
        font-size: 26px;
        font-size: 1.85714rem;
        color: #fd7822;
        margin-bottom: 10px; }
        #content4 .order_type_wrapper .order_type .order_type_inner h2 .number {
          font-size: 30px;
          font-size: 2.14286rem;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          position: absolute;
          z-index: 2;
          top: -20px;
          left: -20px;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border: 3px solid #fff;
          background-color: #fd7822;
          color: #fff; }
      #content4 .order_type_wrapper .order_type .order_type_inner .sub_title {
        font-size: 22px;
        font-size: 1.57143rem;
        font-weight: bold;
        margin-bottom: 3px; }
      #content4 .order_type_wrapper .order_type .order_type_inner .explain {
        font-size: 16px;
        font-size: 1.14286rem;
        text-align: left; }
      #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper {
        margin-top: 20px; }
        #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper a {
          display: block;
          border: 5px solid transparent; }
          #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper a img {
            display: block;
            max-width: 100%; }
            #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper a img:hover {
              opacity: 1;
              filter: alpha(opacity=100); }
          #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper a.current, #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            border-color: #e33a30; }
        #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper .uniform_gallery_large {
          padding: 0 20px 10px 20px; }
          #content4 .order_type_wrapper .order_type .order_type_inner .uniform_gallery_wrapper .uniform_gallery_large img {
            max-width: 100%;
            display: block;
            margin: 0 auto; }
      #content4 .order_type_wrapper .order_type .order_type_inner .feature {
        margin-top: 22.5px; }
        #content4 .order_type_wrapper .order_type .order_type_inner .feature dl dt {
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          background-color: #fd7822;
          color: #fff; }
        #content4 .order_type_wrapper .order_type .order_type_inner .feature dl dd {
          padding-top: 10px; }
        #content4 .order_type_wrapper .order_type .order_type_inner .feature .chart {
          float: left;
          width: 48.5%; }
          #content4 .order_type_wrapper .order_type .order_type_inner .feature .chart img {
            max-width: 100%; }
        #content4 .order_type_wrapper .order_type .order_type_inner .feature .price {
          float: right;
          width: 48.5%; }
          #content4 .order_type_wrapper .order_type .order_type_inner .feature .price .one_row {
            display: block; }
            #content4 .order_type_wrapper .order_type .order_type_inner .feature .price .one_row .large {
              font-size: 18px;
              font-size: 1.28571rem;
              font-weight: bold; }
      #content4 .order_type_wrapper .order_type .order_type_inner .link_wrapper {
        text-align: center;
        margin-top: 22.5px; }
        #content4 .order_type_wrapper .order_type .order_type_inner .link_wrapper a {
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          -o-border-radius: 7px;
          border-radius: 7px;
          font-size: 20px;
          font-size: 1.42857rem;
          background-color: #e33a30;
          color: #fff;
          padding: 25px 0; }
          #content4 .order_type_wrapper .order_type .order_type_inner .link_wrapper a .fa {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            font-size: 32px;
            font-size: 2.28571rem;
            display: inline-block;
            vertical-align: middle;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #fff;
            color: #000;
            font-weight: bold;
            text-align: center;
            margin-right: 15px; }
          #content4 .order_type_wrapper .order_type .order_type_inner .link_wrapper a span {
            display: inline-block;
            vertical-align: middle; }
          #content4 .order_type_wrapper .order_type .order_type_inner .link_wrapper a:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
            text-decoration: none; }
#content4 .owl-theme {
  position: relative; }
  #content4 .owl-theme .owl-prev,
  #content4 .owl-theme .owl-next {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 0 2px 0 #fd7822;
    -moz-box-shadow: 0 0 2px 0 #fd7822;
    -ms-box-shadow: 0 0 2px 0 #fd7822;
    -o-box-shadow: 0 0 2px 0 #fd7822;
    box-shadow: 0 0 2px 0 #fd7822;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fd7822;
    border: 1px solid #fff; }
  #content4 .owl-theme .owl-prev {
    left: -15px;
    margin-left: 0; }
  #content4 .owl-theme .owl-next {
    right: -15px;
    margin-right: 0; }
#content4 .owl-theme .owl-controls {
  margin: 0; }

#content5 h2 {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 45px; }
#content5 h3 {
  color: #fff;
  margin-bottom: 45px; }
  #content5 h3 span {
    font-size: 18px;
    font-size: 1.28571rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 0.75em 1.5em; }
#content5 .intro {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #fff;
  max-width: 760px;
  margin: 0 auto 45px auto; }
  #content5 .intro span {
    display: block; }
#content5 .defference_table {
  color: #fff;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  text-align: left;
  margin-bottom: 90px; }
  #content5 .defference_table th,
  #content5 .defference_table td {
    padding: 1em;
    vertical-align: middle; }
  #content5 .defference_table tfoot td {
    font-size: 12px;
    font-size: 0.85714rem;
    padding-left: 0; }
  #content5 .defference_table .col1 {
    width: 33.3%;
    background-color: #000; }
  #content5 .defference_table .col2 {
    width: 33.3%;
    background-color: #1aa0e5; }
  #content5 .defference_table .col3 {
    width: 33.3%;
    background-color: #29a73f; }
#content5 .place_list {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 45px; }
  #content5 .place_list th,
  #content5 .place_list td {
    padding: 0.5em;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #29a73f; }
  #content5 .place_list .ward {
    font-size: 18px;
    font-size: 1.28571rem;
    color: #1aa0e5;
    padding: 0;
    border-left: 1px solid #1aa0e5; }
    #content5 .place_list .ward:before {
      content: '';
      display: inline-block;
      height: 55px;
      width: 7px;
      margin-right: 5px;
      background-color: #1aa0e5;
      vertical-align: middle; }
  #content5 .place_list .site_btn {
    font-size: 12px;
    font-size: 0.85714rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    background-color: #29a73f;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 5px; }
  #content5 .place_list .line_btn {
    display: block;
    width: 82px;
    height: 20px; }
#content5 #gmap {
  height: 500px; }

#content6 h2 {
  color: #fff;
  margin-bottom: 45px; }
  #content6 h2 .text_wrapper {
    font-size: 20px;
    font-size: 1.42857rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #1d6a82;
    display: inline-block;
    padding: 0.75em 1.5em; }
    #content6 h2 .text_wrapper span {
      display: none; }
#content6 .social_buttons_extend > div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top; }

.content_bg_image_footer {
  background-color: #fff; }

#content_footer .content {
  padding-top: 15px;
  padding-bottom: 15px; }
#content_footer .breadcrumb_wrapper {
  text-align: left; }
  #content_footer .breadcrumb_wrapper .breadcrumb li {
    display: inline; }
    #content_footer .breadcrumb_wrapper .breadcrumb li img,
    #content_footer .breadcrumb_wrapper .breadcrumb li a,
    #content_footer .breadcrumb_wrapper .breadcrumb li span {
      display: inline;
      color: #009FE8;
      vertical-align: middle; }
    #content_footer .breadcrumb_wrapper .breadcrumb li img {
      height: 30px;
      margin-right: 5px; }
    #content_footer .breadcrumb_wrapper .breadcrumb li a {
      text-decoration: underline; }
      #content_footer .breadcrumb_wrapper .breadcrumb li a:hover {
        text-decoration: none; }
    #content_footer .breadcrumb_wrapper .breadcrumb li:before {
      font-size: 24px;
      font-size: 1.71429rem;
      color: #009FE8;
      content: ' >';
      display: inline;
      vertical-align: sub;
      margin: 0 0.2em; }
  #content_footer .breadcrumb_wrapper .breadcrumb .home:before {
    display: none; }
  #content_footer .breadcrumb_wrapper .breadcrumb .current span {
    color: #666; }
#content_footer .logo_wrapper {
  margin-top: 22.5px; }
  #content_footer .logo_wrapper .logo {
    width: 150px; }
#content_footer .url {
  margin-bottom: 10px; }
  #content_footer .url a {
    color: #009FE8; }
#content_footer .copyright {
  margin-bottom: 22.5px;
  color: #009FE8; }
.ex_contents_navi .column2box {
  font-size: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  .ex_contents_navi .column2box .column {
    -webkit-box-shadow: 0 0 2px 1px #eee;
    -moz-box-shadow: 0 0 2px 1px #eee;
    -ms-box-shadow: 0 0 2px 1px #eee;
    -o-box-shadow: 0 0 2px 1px #eee;
    box-shadow: 0 0 2px 1px #eee;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: 1.5%;
    width: 30%;
    padding: 15px; }
    .ex_contents_navi .column2box .column p,
    .ex_contents_navi .column2box .column a {
      font-size: 14px;
      font-size: 1rem; }
    .ex_contents_navi .column2box .column a {
      color: #009FE8; }
    .ex_contents_navi .column2box .column img {
      max-width: 100%; }
.futsalbutton {
    display: block;
    background: #1dc231;
    color: #FFF!important;
    padding: 0.6em 0.4em 0.4em 0.4em;
    font-size: 190%;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-shadow: 1px 1px 2px #115919;
    width: 90%;
    margin: 25px auto 0 auto;
    border: 1px solid #24842f;
    border-radius: 60px;
    box-shadow: 0 3px 4px rgba(120, 120, 120, 0.4);
    background-image: -moz-linear-gradient( top, #0ced24 0%, ##1dc231 40%, #00b015 52%, #258330);
    background-image: -webkit-gradient( linear,left top,left bottom, from(#0ced24), color-stop(0.49,#1dc231), color-stop(0.52,#00b015), to(#258330));
}
@media screen and (min-width:769px){
	.pc769_none {
		display:none!important;
	}
}

/*# sourceMappingURL=style.css.map */
