body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  text-align: center;
  font: normal 14px Sans-serif;
  line-height: 160%;
  word-wrap: break-word;
  letter-spacing: 0.05em; }

th, td {
  color: #555;
  vertical-align: top;
  font-weight: normal;
  font: normal 14px Sans-serif;
  line-height: 160%;
  word-wrap: break-word;
  letter-spacing: 0.05em; }

a {
  cursor: pointer; }
  a:link {
    color: #486B97;
    text-decoration: none; }
  a:visited, a:active {
    color: #5B8190;
    text-decoration: none; }
  a:hover {
    color: #946349;
    text-decoration: underline; }

.wrap h1 {
  font-size: 1.3em;
  line-height: 150%;
  margin: 0; }
.wrap h2 {
  font-size: 1.1em;
  line-height: 150%;
  margin: 0 0 10px 0; }
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 767px;
    min-width: 320px;
    padding: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .main_image {
    width: 100%; }
    .main_image img {
      width: 100%; } }
@media only screen and (min-width: 768px) {
  .main_image {
    width: 100%; }
    .main_image img {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .yoyaku_button a {
    display: block;
    margin: 25px auto;
    width: 300px;
    padding: 20px 0 18px 0;
    text-align: center;
    background-color: #e7141e;
    line-height: 100%;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600; } }
@media only screen and (min-width: 768px) {
  .yoyaku_button a {
    display: block;
    margin: 50px auto;
    width: 490px;
    padding: 25px 0 23px 0;
    text-align: center;
    background-color: #e7141e;
    line-height: 100%;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 36px;
    font-weight: 900; } }

@media only screen and (max-width: 767px) {
  .hero {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 15px; }
    .hero img {
      width: 100%; } }
@media only screen and (min-width: 768px) {
  .hero {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 15px; }
    .hero img {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 10px 0 0 0; } }
@media only screen and (min-width: 768px) {
  .content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 10px 0 0 0; } }

.content_head {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #ccc; }

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  @media only screen and (max-width: 767px) {
    .home .prime {
      margin: 0 0 20px 0; }
    .home .sub {
      margin: 0 0 20px 0; } }
  @media only screen and (min-width: 768px) {
    .home .prime {
      width: 60%; }
    .home .sub {
      width: 39%; } }

/*# sourceMappingURL=style.css.map */
