@charset "UTF-8";

/*
***********************************************************
Title: userguide.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
***********************************************************
*/
p{
  font-size: 14px;
}

/*タイトル
================*/
h2.userguide{
  width:100%;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  color: #22b573;
  background: #ffffd4;
  line-height: 90px;
  font-size: 1.3em;
  text-align: center;
}

/*LIMEできること
================*/
.contentBlock{
  width: 100%;
  padding: 0 15px;
}

.contentBlock.bg{
  width:100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: url(../img/pic_user.jpg)0 0 no-repeat;
  background-color: #f2f2f2;
  background-size: cover;
}

h3.notice{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 15px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  position: relative;
  font-size: 1.4em;
  text-align: left;
}


h3.notice:after {
  content: "";
  width: 22.5px;
  height: 14.5px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/pic_titlefuncy_gr.png)0 0 no-repeat;
  background-size: 22.5px auto;
  position: absolute;
  top:15px;
  left: 0px;
}

.innerWrapper{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.innerArea{
  width:100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.innerArea.pic img{
  width:60%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.innerArea ul li{
  width:100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.innerArea.txt ul li:last-child{
  margin: 0 auto;
}


h4.listTitle{
  width:100%;
  height: auto;
  margin: 0 auto 5px;
  padding: 0 0 0 4.0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  position: relative;
  color:#22b573;
}

h4.listTitle.num:after{
  content: "";
  width: 4.0em;
  height: 25px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background:#ffb900;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  line-height: 25px;
  border-radius: 8px;
  text-align: center;
  color:#333;
  font-size: 0.8em;
}

.innerArea.txt ul li:nth-child(1) h4.listTitle.num:after{
  content: "その1";
}

.innerArea.txt ul li:nth-child(2) h4.listTitle.num:after{
  content: "その2";
}

.innerArea.txt ul li:nth-child(3) h4.listTitle.num:after{
  content: "その3";
}

..innerArea.txt ul li p{
  width:95%;
  height: auto;
  margin: 0 auto;
}

.innerArea.txt ul li p a{
  color:#22b573;
  text-decoration: underline;
}

.innerArea.txt ul li p a:hover{
  text-decoration: none;
}

/*ボタン*/
.guideWrapper{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  text-align: center;
}

a.guideBtn{
  width:100%;
  max-width: 230px;
  height: auto;
  margin: 0 ;
  padding: 12px 40px 12px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position: relative;
  font-size: 1.1em;
  background: #22B573;
  color:#fff;
  border: none;
  border-bottom: 5px solid #258E5C;
  border-radius: 8px;
  text-align: left;
  font-family: "mplus", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

a.guideBtn:hover{
  top: 3px;
  border-bottom: 2px solid #258E5C;
  margin: 0 auto 3px ;
}

a.guideBtn:after {
  content: "";
  width: 30px;
  height: 30px;
  padding: 0 0 0 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_btn_linkarr.png)0 0 no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top:0;
  bottom:0;
  right: 10px;
  left: auto;
}


/*おすすめ設定
================*/
.contentBlock.cl{
  background: #fcf7e4;
}

p.introExp{
  width:100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border: 1px solid #22b573;
  background: #fff;
}


/*マイページでできること
================*/
h4.listTitle.icon{
  padding: 0 0 0 32px;
}

h4.listTitle.icon:after{
  content: "";
  width: 4.0em;
  height: 25px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top:-5px;
  bottom:0;
  left: 0;
  text-align: center;
  color:#333;
  font-size: 0.8em;
}

h4.listTitle.icon.order:after{
  background: url(../img/icon_h2_noworder.png)0 0 no-repeat;
  background-size: 25px 25px;
}

h4.listTitle.icon.user:after{
  background: url(../img/icon_h2_user.png)0 0 no-repeat;
  background-size: 25px 25px;
}

h4.listTitle.icon.office:after{
  background: url(../img/icon_h2_office.png)0 0 no-repeat;
  background-size: 25px 25px;
}

h4.listTitle.icon.manage:after{
  background: url(../img/icon_h2_manage.png)0 0 no-repeat;
  background-size: 25px 25px;
}

h4.listTitle.icon.staff{
  padding: 0 0 0 42px;
}

h4.listTitle.icon.staff:after{
  width:35px;
  height: 20px;
  background: url(../img/icon_h2_staff.png)0 0 no-repeat;
  background-size: 35px 20px;
}

h4.listTitle.icon.price:after{
  background: url(../img/icon_h2_price.png)0 0 no-repeat;
  background-size: 25px 25px;
}

h4.listTitle.icon.analyze{
  padding: 0 0 0 42px;
}

h4.listTitle.icon.analyze:after{
  width:35px;
  height: 20px;
  background: url(../img/icon_h2_analyze.png)0 0 no-repeat;
  background-size: 35px 20px;
}


/*===============================
ランドスケープ（400px～）
===============================*/
@media screen and (min-width:400px) {

}

/*===============================
タブレット（768px～）
===============================*/

@media screen and (min-width:768px) {
  h2.userguide {
    height: 150px;
    line-height: 150px;
    font-size: 2.0em;
  }

  .contentBlock{
    padding: 0 0 20px 0;
  }

  .innerWrapper{
    width:740px;
    margin: 0 auto 20px;
  }

  .innerArea.txt ul li {
    margin: 0 auto 40px;
  }

  h4.listTitle{
    margin: 0 auto 10px;
  }

  .innerArea.txt ul li p {
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }

  h3.notice{
    width:740px;
    padding: 40px 15px;
    font-size: 1.8em;
  }

  h3.notice:after {
    position: absolute;
    top:25px;
    left: 0px;
  }

  .innerArea.pic{
    width: 40%;
    float: left;
    position: relative;
  }


  .innerArea.pic img {
    width:100%;
    max-width: 300px;
    position: absolute;
    margin: auto;
    top:0;
    bottom:0;
  }

  .innerArea.txt{
    width: 60%;
    float: left;
  }

  p.introExp{
    width: 740px;
    padding: 20px;
    margin: 0 auto 50px;
  }

  .guideWrapper{
    padding: 30px 0
  }
}

/*===============================
PC（980px～）
===============================*/

@media screen and (min-width:980px) {
  .innerWrapper{
    width:800px;
  }

  .innerArea.txt ul li {
    padding: 0 0 0 20px;
  }

  h3.notice{
    width:800px;
  }

  p.introExp{
    width:800px;
  }

}
