@charset "UTF-8";

/*********************************************************
Title: cfp_top.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
***********************************************************/
p{
  font-size: 14px;
}

.contentBlock{
  width:100%;
  padding: 0;
}

p.intro{
  width:100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

h3{
  width:100%;
  height: auto;
  margin: 20px auto 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #1641B0;
  color:#fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  font-size: 1.15em;
}

p.attention {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 1.0em;
  position: relative;
  font-size: 1.0rem;
}

p.attention:after {
  content: "※";
  width: 10px;
  height: auto;
  margin: auto;
  padding: 3px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 1.0rem;
}


h4.toggleTitle{
  width:100%;
  height: auto;
  min-height: 40px;
  margin: 0 auto;
  padding: 10px 0 10px 40px;
  display:block;
  position: relative;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #1E3278;
  letter-spacing: normal;
  border-bottom: 1px solid #333;
}

h4.toggleTitle:after{
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/btn_toggle.png)0 0 no-repeat;
  background-size: 30px 60px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

h4.toggleTitle.open:after{
  content: "";
  background: url(../img/btn_toggle.png)0 -30px no-repeat;
  background-size: 30px 60px;
}

.toggleArea{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.toggleItem{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.toggleItem:last-child{
  padding: 0;
}

p.areaTitle{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  display:block;
  font-size: 1.0em;
  font-weight: bold;
}

p.num{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  font-size: 1.5em;
  font-weight: bold;
}

p.num.free{
  padding: 10px 10px 5px 45px;
  position: relative;
}

p.num.free:after{
  content: "";
  width:35px;
  height:25px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_freecall.png)0 0 no-repeat;
  background-size:35px 25px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

p.menuNum{
  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;

}

span.discNum{
  width:30px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #1E3278;
  color:#fff;
  font-weight: bold;
}

span.hyphen{
  width:auto;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color:#1641B0;
}

h5{
  width:100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-bottom: 1px solid #333;
  font-size: 1.1em;
  font-weight: bold;
}

/* add */
.mypageBtn {
  right: 10px;
}
.spMenuBtn{
  display: none;
}

/*===============================
ランドスケープ（400px～）
===============================*/
@media screen and (min-width:400px) {

}

/*===============================
タブレット（768px～）
===============================*/
@media screen and (min-width:768px) {


  p.notice{
    width:auto;
    height: auto;
    display: inline-block;
  }

  .inputInner.half{
    position: relative;
    width: 50%;
    float: left;
    height: 100px;
  }

  .inputInner.triple{
    position: relative;
    width: 33%;
    float: left;
    height: 100px;
  }

  .inputInner.half:after,
  .inputInner.triple:after{
    content: "";
    width: 1px;
    height: 70px;
    margin: auto;
    display: block;
    background: #ddd;
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
  }

  .inputInner.triple.noborder:after,
  .inputInner.half.noborder:after{
    content: "";
    background: none;
  }

  .inputItem {
    width: 32.6%;
    height: auto;
    margin: 0 1% 0 0;
    padding: 10px 0 0;
    float: left;
    border:none;
  }

  .inputItem.last{
    margin: 0 0 0 0;
  }

  .inputItem.select {
    width: 100%;
  }

  li.ctgChkBox{
    width: 49%;
    height: 80px;
    margin: 0 1% 5px 0;
    float: left;
  }

  li.ctgChkBox:nth-child(2n){
    margin: 0 0 5px 0;
  }

  .itemHalf{
    width:50%;
    height: auto;
    margin: 0;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
  }


  label.chkBox.full {
    width: auto;
  }

  .itemHalf_inner{
    width:48%;
    height: auto;
    margin: 0 4% 0 0;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    float: left;
  }

  /*ボタン*/
  button.btn p.btnTxt{
    width: auto;
    height: 50px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    font-size: 1.3em;
    font-weight: bold;
  }

  /*検索結果*/

  .pagerWrapper {
    padding: 10px;
    text-align: left;
  }

  p.pagerTxt{
    display: inline-block;
    height: auto;
    margin: 0 auto;
    width: auto;
  }

  ul.pageNav {
    display: inline-block;
    position: absolute;
    margin: auto;
    width: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 25px;
  }

  select {
    background-position:right 5px center;
  }



  .sortInner {
    margin: 0;
    width: 50%;
  }

  .sortInner.dispNum{
    width: auto;
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0;
    top:0;
    bottom:0;
    float: none;
  }

  p.sortTitle {
    width: auto;
    display: inline-block;
  }

  .sortInner select{
    width: auto;
   display: inline-block;
  }

  .memberArea {
    padding: 15px 0;
    width: 100%;
  }

  .photo {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    width:150px;
    float: left;
  }

  .photo img{
    width:150px;
  }
  .info{
    width: 535px;
    height: auto;
    float: left;
  }

  p.memberName{
    width:auto;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    float: left;
    font-size: 1.5em;
  }

  p.nameSub{
    width:auto;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    float: left;
  }


  span.stTitle {
    width: auto;
    float: left;
  }

  ul.goodList {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 3px auto;
    padding: 0;
    width: 455px;
    float: left;
  }

  ul.goodList li {
    background: #ff993f none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    height: auto;
    margin: 0 2% 8px 0;
    padding: 8px 0;
    text-align: center;
    width: 32%;
  }

  ul.goodList li:nth-child(2n) {
    margin: 0 2% 8px 0;
  }

  ul.goodList li:nth-child(3n) {
    margin: 0 0 8px 0;
  }

  .prArea{
    display: block;
    border-top:1px dashed #666;
    padding: 10px 0;
    margin: 5px auto 0;
    box-sizing: border-box;
  }

  p.prTxt {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 3px auto;
    padding: 0;
    width: 455px;
    float: left;
    font-size: 13px;
  }

}

/*===============================
PC（980px～）
===============================*/
@media screen and (min-width:980px) {

}
