@charset "UTF-8";
/* line 5, ../../../../../Library/Ruby/Gems/2.0.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, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.0.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, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.0.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, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.0.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;
}

/*-------------------------------------------
base
-------------------------------------------*/
/* line 8, ../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* line 13, ../sass/style.scss */
body {
  font-size: 21px;
  color: #333333;
  line-height: 1.5em;
}

/* line 19, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 23, ../sass/style.scss */
img {
  vertical-align: bottom;
}

/*-------------------------------------------
layout
-------------------------------------------*/
/* line 31, ../sass/style.scss */
header {
  background-color: #f3dd40;
}

/* line 34, ../sass/style.scss */
.header-inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
/* line 38, ../sass/style.scss */
.header-inner h1 {
  margin-bottom: 5px;
}

/* line 43, ../sass/style.scss */
main {
  display: block;
}

/* line 47, ../sass/style.scss */
.main {
  background-color: #fef6c1;
}

/* line 51, ../sass/style.scss */
.main-inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}

/* line 58, ../sass/style.scss */
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 75px 0 50px;
}

/*見出し*/
/* line 66, ../sass/style.scss */
.ttl-area {
  background-color: #f3dd40;
}
/* line 68, ../sass/style.scss */
.ttl-area h2 {
  width: 1100px;
  margin: 0 auto;
}

/*印象に残る*/
/* line 76, ../sass/style.scss */
.font-main {
  font-size: 28px;
  line-height: 1.3em;
  margin: 15px 0;
}

/* line 82, ../sass/style.scss */
.main-inner {
  background: url(../images/main-image02.png) no-repeat;
  background-position: right top;
  padding-top: 30px;
}
.main-inner h2 img{width:300px;}
/* line 88, ../sass/style.scss */
a.contact {
  color: #ffffff;
  width: 450px;
  font-size: 22px;
  line-height: 3em;
  background-color: #E61E73;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

/* line 101, ../sass/style.scss */
a.tel {
  color: #ffffff;
  width: 450px;
  font-size: 32px;
  line-height: 1.1em;
  background-color: #3B4FA1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin-bottom: 35px;
  padding: 5px 0;
}
/* line 113, ../sass/style.scss */
a.tel .tel-font {
  font-size: 22px;
}

/*こんな悩み・失敗はございませんか？*/
/* line 120, ../sass/style.scss */
.ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
/* line 126, ../sass/style.scss */
.ttl h2 {
  display: inline;
  border-bottom: 5px solid #f3dd40;
}

/* line 132, ../sass/style.scss */
.font-big {
  font-size: 48px;
}

/* line 136, ../sass/style.scss */
ul.check {
  float: right;
  padding-top: 50px;
}
/* line 139, ../sass/style.scss */
ul.check li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  background: url(../images/check.png) no-repeat;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-left: 45px;
}

/*そんな悩めるみなさま　ウェルズにご相談してみませんか？*/
/* line 151, ../sass/style.scss */
.heading h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: 1px solid #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

/* line 162, ../sass/style.scss */
.heading h3:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 35%;
  border-bottom: 1px solid #f3dd40;
}

/*4つのプラン*/
/* line 175, ../sass/style.scss */
.plan {
  overflow: hidden;
  margin-bottom: 90px;
}
/* line 178, ../sass/style.scss */
.plan .economy, .plan .standard {
  float: left;
}
/* line 181, ../sass/style.scss */
.plan .basic, .plan .premium {
  float: right;
}
/* line 184, ../sass/style.scss */
.plan .economy,.plan .standard,.plan .basic, .plan .premium{
  background: url(../images/background-sp.png)repeat !important;
  border: 3px solid #f3dd40;
  border-radius: 10px;
  margin:10px 0;
}
/* line 198, ../sass/style.scss */
.plan .inner {
  width: 530px;
  height: 357px;
  padding: 25px 25px 20px;
  position: relative;
}
/* line 203, ../sass/style.scss */
.plan .inner h3 {
  text-align: center;
  margin-bottom: 20px;
}
/* line 207, ../sass/style.scss */
.plan .inner .text-center {
  position: absolute;
  bottom: 15px;
  width: 90%;
}
/* line 213, ../sass/style.scss */
.plan ul li {
  font-size: 30px;
  line-height: 1.6em;
}
/* line 217, ../sass/style.scss */
.plan p {
  font-size: 30px;
}

/* line 222, ../sass/style.scss */
.one-year {
  width: 1100px;
  height: 274px;
  background: url(../images/one-year-bg.png) no-repeat center center;
  padding: 125px 15px 0 0;
}
/* line 227, ../sass/style.scss */
.one-year h3 {
  margin-bottom: 20px;
  text-align: center;
}
/* line 231, ../sass/style.scss */
.one-year ul {
  font-size: 14px;
  line-height: 1.7em;
  text-align: right;
}

/*お問い合わせ*/
/* line 240, ../sass/style.scss */
form {
  width: 650px;
  margin: 0 auto;
}
/* line 243, ../sass/style.scss */
form input, form textarea, form select {
  width: 100%;
  font-size: 21px;
  line-height: 1.9em;
  display: block;
  border: 3px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 252, ../sass/style.scss */
form input[value], form textarea[value], form select[value] {
  color: #999999;
}
/* line 256, ../sass/style.scss */
form select {
  height: 45px;
  background-color: #ffffff;
}
/* line 260, ../sass/style.scss */
form textarea {
  padding: 10px;
}
/* line 263, ../sass/style.scss */
form input.submit {
  width: 200px;
  height: 50px;
  background-color: #f6f1b3;
  border: 3px solid #f3dd40;
  margin: 0 auto 50px;
}

/*footer*/
/* line 276, ../sass/style.scss */
footer nav ul {
  margin: 10px;
  text-align: center;
}
/* line 279, ../sass/style.scss */
footer nav ul li {
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333333;
}
/* line 285, ../sass/style.scss */
footer nav ul li:last-child {
  border-right: 0;
}
/* line 291, ../sass/style.scss */
footer .copyright {
  font-size: 14px;
  background-color: #f3dd40;
  padding: 20px 0;
}
/* line 295, ../sass/style.scss */
footer .copyright small {
  display: block;
  text-align: center;
}

/*共通*/
/* line 304, ../sass/style.scss */
.of {
  overflow: hidden;
}

/* line 308, ../sass/style.scss */
.text-center {
  text-align: center;
}

/* line 312, ../sass/style.scss */
.font-small {
  font-size: 14px;
  text-align: right;
}

/* line 317, ../sass/style.scss */
.alignleft {
  float: left;
}

/* line 321, ../sass/style.scss */
.alignright {
  float: right;
}

/* line 325, ../sass/style.scss */
.mb165 {
  margin-bottom: 165px !important;
}

@media screen and (max-width: 768px) {
  /*-------------------------------------------
  base
  -------------------------------------------*/
  /* line 333, ../sass/style.scss */
  body {
    font-size: 16px;
  }

  /* line 336, ../sass/style.scss */
  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* line 342, ../sass/style.scss */
  br {
    display: none;
  }

  /*-------------------------------------------
  layout
  -------------------------------------------*/
  /* line 348, ../sass/style.scss */
  .header-inner, .main-inner, .container, .ttl-area h2 {
    width: 94%;
    padding: 0 3%;
  }

  /* line 352, ../sass/style.scss */
  .main-inner, .container {
    padding: 30px 3%;
  }

  /* line 355, ../sass/style.scss */
  .main-inner {
    padding-top: 0;
  }

  /* line 358, ../sass/style.scss */
  .alignleft, .alignright {
    float: none;
    margin: 0 auto 30px;
  }

  /*印象に残る*/
  /* line 365, ../sass/style.scss */
  .main-inner {
    background: none;
  }

  /* line 368, ../sass/style.scss */
  .font-main {
    font-size: 19px;
  }

  /* line 371, ../sass/style.scss */
  a.contact, a.tel, a.tel .tel-font {
    font-size: 16px;
    width: 100%;
  }

  /* line 375, ../sass/style.scss */
  a.tel {
    margin-bottom: 0;
    padding: 10px 0;
  }
  /* line 378, ../sass/style.scss */
  a.tel .tel-font {
    display: block;
  }

  /*こんな悩み・失敗はございませんか？*/
  /* line 384, ../sass/style.scss */
  .ttl h2 {
    font-size: 18px;
  }

  /* line 387, ../sass/style.scss */
  .font-big {
    font-size: 24px;
  }

  /* line 390, ../sass/style.scss */
  ul.check {
    padding-top: 0;
  }
  /* line 392, ../sass/style.scss */
  ul.check li {
    font-size: 16px;
  }

  /*そんな悩めるみなさま　ウェルズにご相談してみませんか？*/
  /* line 398, ../sass/style.scss */
  .heading h3 {
    font-size: 20px;
  }

  /*4つのプラン*/
  /* line 403, ../sass/style.scss */
  .plan {
    margin-bottom: 30px;
    padding: 5px 10px;
  }
  /* line 406, ../sass/style.scss */
  .plan .inner {
    width: 100%;
    height: 100%;
    position: static;
  }
  /* line 411, ../sass/style.scss */
  .plan .economy, .plan .basic, .plan .standard, .plan .premium {
    float: none;
    margin-bottom: 15px;
    background-size: 100% 100%;
  }
  /* line 415, ../sass/style.scss */
  .plan .economy h3, .plan .economy h3 img, .plan .basic h3, .plan .basic h3 img, .plan .standard h3, .plan .standard h3 img, .plan .premium h3, .plan .premium h3 img {
    margin-bottom: 10px;
  }
  /* line 418, ../sass/style.scss */
  .plan .economy ul li, .plan .economy p, .plan .basic ul li, .plan .basic p, .plan .standard ul li, .plan .standard p, .plan .premium ul li, .plan .premium p {
    font-size: 18px;
  }
  /* line 421, ../sass/style.scss */
  .plan .economy ul, .plan .basic ul, .plan .standard ul, .plan .premium ul {
    margin-bottom: 20px;
  }
  /* line 424, ../sass/style.scss */
  .plan .economy .text-center, .plan .basic .text-center, .plan .standard .text-center, .plan .premium .text-center {
    position: static;
  }
  /* line 428, ../sass/style.scss */
  .plan ul li {
    font-size: 22px;
  }

  /* line 432, ../sass/style.scss */
  .standard,.basic,.economy,.premium,.one-year{
    background: url(../images/background-sp.png) repeat !important;
    border:3px solid #f3dd40;
    border-radius: 10px;
  }
  .one-year {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    margin-bottom: 30px;
    padding: 15px;
  }
  .more{
    text-align:center;
    color:#FF0000;
    font-size:1.5rem;
    margin-bottom:20px;
    font-weight:bold;
  }

  /* line 438, ../sass/style.scss */
  .one-year h3, .one-year h3 img {
    margin-bottom: 10px;
  }
  /* line 441, ../sass/style.scss */
  .one-year ul {
    font-size: 13px;
    text-align: left;
  }

  /*お問い合わせ*/
  /* line 448, ../sass/style.scss */
  form {
    width: 100%;
  }
  /* line 450, ../sass/style.scss */
  form input[type="submit"] {
    -webkit-appearance: button;
  }

  /* line 454, ../sass/style.scss */
  .mb165 {
    margin-bottom: 30px !important;
  }

  /*フッターナビ*/
  /* line 459, ../sass/style.scss */
  footer{background:#f3dd40;}
  footer nav ul{padding-top:10px;}
  footer nav ul li {
    font-size: 16px;
    display: block;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  footer nav ul li a{
    color:#333;
  }

  /* line 467, ../sass/style.scss */
  .text-right {
    text-align: left;
  }
  br.sp-visible{display:block;}
}
@media screen and (min-width: 769px) {
  /* line 473, ../sass/style.scss */
  .sp-only {
    display: none;
  }
  body{
    min-width:1100px;
  }
  footer nav ul li a{
    color:#333;
  }
  footer nav ul li a:hover{
    color:#999;
  }
  .contact:hover{
    opacity:0.9;
  }
  input:focus{outline:none;}
  .submit:hover{cursor:pointer;}
}


.error{color: #F00;display: none;}