/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

.sp {
  display: block;
}
.sp-inline {
  display: inline;
}
.pc {
  display: none;
}
.pc-inline {
  display: none;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrap {
  background-image: url(../images/snow.png);
}
.sec-inner {
  padding: 60px 0;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
h2 {
  display: inline;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
h2:before, h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  border-radius: 5px;
  width: 26px;
  height: 2px;
}
h2:before {
  margin-left: -40px;
}
h2:after {
  margin-left: 11px;
}
.h2-wrap {
  text-align: center;
}

/*
  top
*/
#top {
  text-align: center;
}
.top-money {
  width: 300px;
  margin: 0 auto;
}
.top-money img {
  width: 100%;
}
#top h1 {
  font-size: 20px;
  font-weight: 900;
  margin: 17px auto;
  letter-spacing: 2px;
}
.top-txt {
  font-size: 13px;
  line-height: 25px;
  margin-top: 17px;
  letter-spacing: .4px;
}

/*
  qu
*/
#qu {
  background-color: #fff;
}
.qu-ppl {
  margin-top: 240px;
  text-align: center;
}
.qu-comments {
  position: relative;
  max-width: 375px;
  margin: auto;
}
.qu-comment {
  position: absolute;
  width: 150px;
}
.qu-comment img {
  width: 100%;
}
.qu-comment01 {
  top: -130px;
  left: 0;
}
.qu-comment02 {
  top: -250px;
  left: 0;
  width: 185px;
}
.qu-comment03 {
  top: -250px;
  right: 0;
  width: 158px;
}
.qu-comment04 {
  top: -110px;
  right: 0;
  width: 180px;
}
.qu-dec {
  font-size: 20px;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 10px;
}
.qu-txt {
  font-size: 13px;
  line-height: 22px;
  margin-top: 24px;
  padding: 0 10px;
}

/*
  price option
*/
#price {
  padding-right: 10px;
  padding-left: 10px;
}
.year-price {
  font-size: 14px;
  margin-top: 40px;
  line-height: 22px;
}
.year-price span {
  font-weight: 700;
}
.so {
  margin-top: 40px;
}
.so-ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
}
.so-ttl-option {
  margin-top: 50px;
}
.soBox {
  border: 2px solid #000;
  border-radius: 5%;
  padding: 20px 15px;
  margin-bottom: 40px;
}
.soBox-ttl {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
.soBox-photo {
  text-align: center;
  margin-top: 20px;
}
.soBox-txt {
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
}
.soBox-txt a {
  color: #ED837D;
  font-weight: 400;
  text-decoration: none;
}

/*
  work
*/
#work {
  background-color: #fff;
}
.work-txt {
  font-size: 14px;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 24px;
}
.work-img {
  text-align: center;
  width: 300px;
  margin: 50px auto 0;
}
.work-img img {
  width: 100%;
}


/*
  back
*/
.back-txt {
  margin-top: 30px;
}
.back-txt p {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 24px;
  margin-bottom: 30px;
}

/*
  work
*/
.back-btn {
  width: 210px;
  margin: auto;
  transition: .5s;
  cursor: pointer;
}
.back-btn:hover {
  opacity: .7;
}
.back-btn img {
  width: 100%;
}


/*
  profile
*/
#profile {
  background-color: #fff;
}
.profile-ttl {
  text-align: center;
  font-weight: 700;
}
.profile-photo {
  width: 140px;
  margin: 15px auto;
}
.profile-photo img {
  width: 100%;
}
.profile-box {
  font-size: 14px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.profile-box02 {
  margin-top: 10px;
}
.about {
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 25px;
}
.about-ttl {
  font-weight: 700;
  margin-bottom: 10px;
}
.about-icn {
  position: relative;
  padding-left: 30px;
}
.about-icn:after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  left: 30px;
  bottom: 3px;
}
.about-tel:after {
  width: 104px;
}
.about-mail:after {
  width: 164px;
}
.about-icn:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 17px;
  height: 17px;
  top: 5px;
}
.about-tel a {
  color: #000;
  text-decoration: none;
}
.about-mail a {
  color: #000;
  text-decoration: none;
}
.about-tel:before {
  background-image: url(../images/icn_tel.png);
}
.about-mail:before {
  background-image: url(../images/icn_mail.png);
}
.about-link {

}
.about-link a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.toTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
.toTop img {
  width: 100%;
}
.toTop:hover {
  opacity: .8;
}

/*
  modal form
*/
.remodal-wrapper {
}
.remodal {
  padding: 20px;
  background-image: url(../images/snow.png);
}
.remodal-inner {
  max-width: 375px;
  margin: 20px auto 0;
}
.modal-ttl {
  font-size: 18px;
}
.modal-des {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  line-height: 18px;
}
.modal-des span {
  font-size: 10px;
  color: blue;
  /*border-bottom: 1px solid blue;*/
}
.form-label {
  float: left;
  display: block;
  width: 120px;
  text-align: left;
  margin-right: auto;
  font-size: 12px;
}
.form-group-ttl-child {
  text-align: left;
  margin-top: 20px;
}
.form-each {
  margin-top: 10px;
}
.form-each input,textarea {
  margin-left: -20px;
  width: 150px;
}
.form-each textarea {
  height: 100px;
}
.form-group-ttl-parent {
  margin-top: 20px;
  text-align: left;
}
.form-agree {
  margin-top: 20px;
}
.form-agree input {
  width: 20px;
  text-align: left;
  margin-right: auto;
  display: block;
  margin-left: 0;
  float: left;
}
.form-agree label {
  display: block;
  width: 180px;
}
.form-agree-txt {
  margin-top: 15px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 15px;
  height: 120px;
  overflow: scroll;
  text-align: left;
  font-size: 12px;
}
.form-agree-txt span {
  font-size: 14px;
  font-weight: 700;
}
.btn-form {
  border: 1px solid #000;
  border-radius: 11px;
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 40px auto;
  background-color: #fff;
  cursor: pointer;
}
.btn-form:hover {
  opacity: .8;
}
.btn-back {
  display: none;
}
.error-msg {
  color: red;
  margin-top: 20px;
}
.remodal .modal-ttl-confine {
  display: none;
}
.btn-send {
  display: none;
}
#form button {
  position: relative;
  left: -300%;
  opacity: 0;
}
.remodal-close {
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  top: 10px;
}
.remodal-close:before {
  font-size: 50px;
}

/* confine */
.remodal.confine .form-control {
  background-color: #eee;
  border: none;
}
.remodal.confine .form-msg textarea {
  background-color: #eee;
  border: none;
}
.remodal.confine .btn-form {
  float: left;
}
.remodal.confine .btn-back {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.remodal.confine .btn-confine {
  margin-left: 10px;
  margin-right: 0;
}
.remodal.confine .form-agree {
  display: none;
}
.remodal.confine .modal-ttl {
  display: none;
}
.remodal.confine .modal-ttl-confine {
  display: block;
}
.remodal.confine .modal-des {
  display: none;
}
.remodal.confine .btn-send {
  display: block;
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.remodal.confine .btn-confine {
  display: none;
}
.remodal.confine .form-btns {
  overflow: hidden;
  width: 280px;
  margin: auto;
}


@media screen and (min-width:768px) {
  .sp {
    display: none;
  }
  .sp-inline {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc-inline {
    display: inline;
  }

  .sec-inner {
    padding: 80px 0;
    width: 720px;
    max-width: none;
  }
  h2 {
    font-size: 25px;
    letter-spacing: 4px;
  }
  h2:before, h2:after {
    width: 29px;
    height: 3px;
  }
  h2:before {
    margin-left: -44px;
  }
  h2:after {
    margin-left: 15px;
  }

  
  /*
    top
  */
  #top .sec-inner {
    padding-top: 100px;
  }
  .top-money {
    width: 350px;
  }
  #top h1 {
    font-size: 38px;
    margin-top: 35px;
    letter-spacing: 5px;
  }
  .top-txt {
    font-size: 16px;
    line-height: 30px;
    margin-top: 32px;
    letter-spacing: 2px;
  }

  /*
    qu
  */
  .qu-comments {
    max-width: none;
  }
  .qu-comment01 {
    width: 200px;
    top: -40px;
  }
  .qu-comment02 {
    width: 242px;
    top: -200px;
    left: 90px;
  }
  .qu-comment03 {
    width: 210px;
    top: -250px;
    right: 140px;
  }
  .qu-comment04 {
    width: 226px;
    top: -50px;
    right: 10px;
  }
  .qu-dec {
    font-size: 26px;
    line-height: 50px;
    margin-top: 70px;
    letter-spacing: 5px;
    padding: 0;
  }
  .qu-txt {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    padding: 0;
  }

  /*
    price
  */
  .year-price {
    font-size: 17px;
    margin-top: 70px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .so-ttl {
    font-size: 17px;
    margin-left: 2%;
    margin-bottom: 25px;
  }
  .so {
    margin-top: 60px;
    margin-right: -2%;
    margin-left: -2%;
    overflow: hidden;
  }
  .soBox {
    border-radius: 5%;
    padding: 20px 15px;
    width: 46%;
    float: left;
    margin: 0 2% 60px;
    box-sizing: border-box;
  }
  .soBox-ttl {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .soBox-photo {
    margin-top: 37px;
    height: 90px;
  }
  .soBox-txt {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .soBox-txt a {
    display: inline-block;
    margin-top: 6px;
  }
  .soBox01 {
    height: 325px;
  }
  .soBox02 {
    height: 325px;
  }
  /*
    work
  */
  .work-txt {
    font-size: 16px;
    margin-top: 50px;
    line-height: 31px;
    letter-spacing: 1px;
    padding-right: 0;
    padding-left: 0;
  }
  .work-img {
    text-align: center;
    width: 550px;
    margin: 70px auto 0;
  }
  .back-txt {
    margin-top: 50px;
  }
  .back-txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    padding-right: 0;
    padding-left: 0;
  }

  /*
    profile
  */
  .profile-info {
    overflow: hidden;
  }
  .profile-ttl {
    font-size: 18px;
    text-align: left;
    letter-spacing: 2px;
  }
  .profile-photo {
    width: 140px;
    margin: 35px auto 15px -5px;
    margin-right: auto;
    float: left;
  }
  .profile-box {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 271px;
    margin-top: 0px;
    overflow: hidden;
    padding-top: 36px;
  }
  .profile-box02 {
    margin-top: 0;
  }
  .about {
    margin-top: 80px;
    padding-right: 0; 
    padding-left: 0; 
  }
  .about-ttl {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .about-add {
    line-height: 38px;
  }
  .about-contact {
    line-height: 38px;
    overflow: hidden;
  }
  .about-contact-ttl {
    float: left;
  }
  .about-icn {
    padding-left: 30px;
    float: left;
  }
  .about-icn:before {
    left: 8px;
    top: 11px;
  }
  .about-link {
    clear: both;
    margin-top: 4px;
    letter-spacing: 1px;
  }
  .about-icn:after {
    bottom: 9px;
  }

  /*
    totop
  */
  .toTop {
    right: 20px;
    bottom: 30px;
  }

  /*
    modal
  */
  .remodal-inner {
    max-width: 450px;
  }
  .form-each input, textarea {
    margin-left: -110px;
    width: 170px;
  }
  .form-each {
    margin-top: 15px;
  }
  .form-agree input {
    margin-left: 0;
    width: 10px;
  }
  .form-agree label {
    width: 190px;
  }
  .remodal.confine .btn-back {
    margin-left: 40px;
  }
  .remodal.confine .form-btns {
    width: 330px;
  }


}











