@charset "UTF-8";
@import url(/css/common.css);
/*==================================================================*/
/* style css */
/*==================================================================*/
/* -------------------------------------------- */
/*  */
/* -------------------------------------------- */
#headtitle {
  background: url(/profile/image/title_bg.jpg);
  background-size: cover;
  background-position: right center;
}

.clear {
  clear: both;
}

#nothing {
  margin: 0 auto;
}
#nothing h1 {
  margin: 0 auto 2.5em;
  text-align: center;
}

#nothing p.left {
  float: left;
}

#nothing p.right {
  float: right;
}

#nothing p {
  line-height: 22px;
}

#nothing p img {
  margin: 0 10px;
}

#nothing p.link {
  font-size: 25px;
  text-align: right;
  margin: 30px 0 40px;
}

#nothing h2 {
  margin: 0 0 30px;
}

#nothing .nothing-block {
  margin: 0 0 50px;
}

/* -------------------------------------------- */
/* step */
/* -------------------------------------------- */
.red {
  color: #ff0000;
}

#step * {
  margin: 0;
  padding: 0;
}

#step {
  width: 604px;
  margin: 0 auto;
}

#step h2 {
  margin: 25px 0 0;
}

#step p {
  margin: 15px 0 20px;
}

#step p.shisaku {
  margin: 0 0 15px;
}

#step p.qus {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}

#step p.contact {
  text-align: right;
  margin: 0 0 70px;
}

#step .step-block {
  width: 569px;
  margin: 10px auto 45px;
}

/* IE繝上ャ繧ｯ */
* + html #step .step-block {
  margin: 0 auto 35px;
}

#step .step-block-bottom {
  width: 569px;
  margin: 10px auto 0;
}

#step ul {
  background: #efefef;
  width: 545px;
  margin: 20px 0;
  padding: 10px;
  font-size: 1.25em;
}

#step ul.example {
  background: #fff;
  width: 560px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.25em;
}

#step li {
  background-image: url("../image/complaint.gif");
  background-repeat: no-repeat;
  list-style-type: none;
  background-position: left center;
  padding-left: 35px;
  line-height: 230%;
}

#step ul.example li {
  background-image: url("../image/example.gif");
  background-position: left center;
  padding-left: 65px;
  margin-top: 25px;
  line-height: 220%;
}

#step ul.example li.line {
  line-height: 150%;
}

/* ---------------------------------------------------------  
 PC
 ------------------------------------------------------ --- */
/* ---------------------------------------------------------  
 tablet
 ------------------------------------------------------ --- */
@media screen and (max-width: 769px) {
  #nothing p.left {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }

  #nothing p.right {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }
}
/* ---------------------------------------------------------  
 phone
 ------------------------------------------------------ --- */
