@charset "UTF-8";

#page-container .attention-container,
#page-container .howtodl-container,
#page-container .hero-container {
    overflow:hidden;
    width:100%;
    margin:0;
    padding:62px 0 55px;
}
#page-container .howtodl-container,
#page-container .hero-container {
    border-bottom:#d6d6d6 1px solid;
}

#page-container .attention__body,
#page-container .howtodl__body,
#page-container .hero__body {
    width:960px;
    margin:0 auto;
}

#page-container .hero__ttl {
    overflow: hidden;
    width: 393px;
    height: 27px;
    white-space: nowrap;
    text-indent: 100%;
    background:url(img/ttl_01.png) no-repeat transparent ;
    margin:0 auto 30px;
}

#page-container .hero__text {
    overflow: hidden;
    width: 663px;
    height: 51px;
    white-space: nowrap;
    text-indent: 100%;
    background:url(img/text_01.png) no-repeat transparent ;
    margin:0 auto 25px;
}

#page-container .howtodl__ttl {
    overflow: hidden;
    width: 504px;
    height: 28px;
    white-space: nowrap;
    text-indent: 100%;
    background:url(img/ttl_02.png) no-repeat transparent ;
    margin:0 auto 25px;
}

#page-container .hero__stext {
    text-align: center;
    font-size: 100%;
    line-height: 2.2;
    margin-bottom: 35px;
}

#page-container .hero__img {
    width: 880px;
    height: 260px;
    margin: 0 auto;
}

#page-container .hero__note {
    font-size: 78.5714%;
    line-height: 1.8;
    width: 880px;
    margin: 0px auto;
    color: #7D7D7D;
    text-align:center;
}

#page-container .btn_area {
    width:100%;
    margin-top:50px;
}

#page-container .item__btn{
    text-decoration: none;
}

#page-container .item__btn.eshop{
    width: 463px;
    height: 110px;
    float: left;
    text-align: center;
    position: relative;
    display: block;
    border: 3px solid #ff7e00;
    background:url(img/btn_eshop_img.png) no-repeat;
    border-radius: 12px;
    background-position: 40px 33px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-container .item__btn.eshop:after {
  content: "";
  background-image: url(img/arrow_cardtab.png);
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

#page-container .item__btn.eshop:before {
  content: "";
  display: block;
  border: 20px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-right-radius: 12px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom-color: #ff7e00;
  border-right-color: #ff7e00;
}

#page-container .item__btn.eshop .txt_eshop:after{
    content:"";
    display:block;
    position:absolute;
    border:0px solid #ff7e00;
    border-radius: 12px;
    width: 469px;
    height: 116px;
    top:-3px;
    left:-3px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-container .item__btn.eshop:hover .txt_eshop:after{
    border-width:6px;
    width:457px;
    height:104px;
}

#page-container .item__btn.dlnumber{
    width: 463px;
    height: 110px;
    float: right;
    text-align: center;
    position: relative;
    display: block;
    border: 3px solid #ce181e;
    background:url(img/btn_dlnumber_img.png) no-repeat;
    border-radius: 12px;
    background-position: 40px 3px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-container .item__btn.dlnumber:after {
  content: "";
  background-image: url(img/arrow_cardtab.png);
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

#page-container .item__btn.dlnumber:before {
  content: "";
  display: block;
  border: 20px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-right-radius: 12px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom-color: #ce181e;
  border-right-color: #ce181e;
}

#page-container .item__btn.dlnumber .txt_dlnumber:after{
    content:"";
    display:block;
    position:absolute;
    border:0px solid #ce181e;
    border-radius: 12px;
    width: 469px;
    height: 116px;
    top:-3px;
    left:-3px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-container .item__btn.dlnumber:hover .txt_dlnumber:after{
    border-width:6px;
    width:457px;
    height:104px;
}

#page-container .txt_eshop{
    width: 170px;
    color: #FF7E00;
    margin: 33px 0 0 262px;
    text-align: left;
}

#page-container .txt_dlnumber{
    width: 240px;
    color: #ce181e;
    margin: 33px 0 0 180px;
    text-align: left;
}

#page-container .attention__body {
    width:960px;
    margin:0 auto;
    border: 8px solid #eaeaea;
    border-radius: 12px;
}

#page-container .attention__main {
    padding:30px;
}

#page-container .attention__ttl{
    padding: 0 0 15px 5px;
    position: relative;
    color: #ce181e;
}

#page-container .attention__ttl:before{
    content: "";
    display: table-cell;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    background-color: #ce181e;
}

#page-container .attention__ttl span{
    display: table-cell;
    padding: 0px 0px 1px 10px;
    font-size: 128.57143%;
    line-height: 1.2;
}

#page-container .attention_list li{
    padding: 5px 0px 5px 20px;
    font-size: 93%;
    line-height: 2;
    text-indent: -20px;
    color: #7D7D7D;
}

#page-container .attention_list li:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #eaeaea;
    border-radius: 50%;
    vertical-align: middle;
    margin: -6px 10px -4px 0px;
}

#page-container .attention__stext{
    margin-top:20px;
    font-size: 93%;
    color: #7D7D7D;
}

#page-container .linkline{
    color: #ce181e;
}

#page-container .linkline:before{
    content: "";
    display: inline-block;
    margin: 0px 5px 0px 3px;
    width: 10px;
    height: 10px;
    background: url(../../../../common/css/img/arrow_link_00.png) no-repeat scroll left top transparent;
}








