@charset "UTF-8";


/* ============================== contents style */


#win10_mfpc .h1Box {
  width: 960px;
  margin: 0 auto 40px;
}

#win10_mfpc hr.dotted {
  display: block;
  width: 860px;
  height: 5px;
  margin: 45px auto 40px;
  border: none;
  background: url(../images/parental2/common_pc/hr_dot.png);
}

#win10_mfpc .breadcrumbBox {
  height: 25px;
}
#win10_mfpc #snsBoxPC {
  top: 0;
}


#win10_mfpc .tabBody .tabInrWrap {
  position: relative;
  padding-top: 27px;
}
#win10_mfpc .tabBody .tabInrWrap .anchorBox {
  position: absolute;
  left:50%;
  padding-left:250px;
	margin:0px auto;
}
#win10_mfpc .tabBody .tabInrWrap .anchorBox li {
  float: left;
  margin-left: 16px;
}
#win10_mfpc .tabBody .tabInrWrap .anchorBox li:last-child {
  clear:both;
  padding-top: 15px;
}
#win10_mfpc .tabBody .tabInrWrap .anchorBox li img {
  vertical-align: top;
}

#win10_mfpc .tabInrWrap h5 {
  text-align: center;
}
#win10_mfpc .appealBox {
  width: 660px;
  margin: 0 auto;
}
#win10_mfpc .appealBox .acdBtn {
  text-align: center;
  background: url(../images/parental2/common_pc/step1_acdbtn_icon_off.png) no-repeat right center;
  border: 1px solid #0179d7;
}
#win10_mfpc .appealBox .acdBtn.active {
  background: url(../images/parental2/common_pc/step1_acdbtn_icon_on.png) no-repeat right center;
}
#win10_mfpc .appealBox .acdBtnBox a {
  display: block;
  width: 660px;
}
#win10_mfpc .appealBox .acdBodyBox {
  display: none;
}
#win10_mfpc .appealBox .acdBodyBox .intro .head {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  background: #0078d7;
}
#win10_mfpc .appealBox .acdBodyBox .intro .body {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
#win10_mfpc .appealBox .acdBodyBox .nml .head {
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  background: #0078d7;
}
#win10_mfpc .appealBox .acdBodyBox .nml .body {
  padding: 15px 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}



#win10_mfpc .tabInrWrap .bodyBox {
  width: 860px;
  margin: 20px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dfdfdf;
  zoom: 1;
}
#win10_mfpc .tabInrWrap .bodyBox:after {
  content: "";
  display: block;
  clear: both;
}
#win10_mfpc .tabInrWrap .bodyBox .textBox {
  float: left;
  width: 345px;
}
#win10_mfpc .tabInrWrap .bodyBox .textBox p.body {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
}
#win10_mfpc .tabInrWrap .bodyBox .textBox p.body span.strong {
  color: #ff3d00;
}
#win10_mfpc .tabInrWrap .bodyBox .imgBox {
  float: right;
  width: 510px;
}

#win10_mfpc .tabInrWrap#step3 .bodyBox {
  margin-top: 30px;
  padding-bottom: 30px;
}
#win10_mfpc .tabInrWrap#step3 .bodyBox h6 {
  margin-bottom: 15px;
}
#win10_mfpc .tabInrWrap#step3 .bodyBox p.body {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

/* ----------------------------------------
START width 980px 修正
---------------------------------------- */
#win10_mfpc .tabBody .tabInrWrap {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 980px;
}
#win10_mfpc .tabBody .tabInrWrap .anchorBox {
  left: auto;
  right: 0;
  padding-left: 0;
	margin: 0;
}
#win10_mfpc hr.dotted {
  display: block;
  width: auto;
  height: 5px;
  margin: 45px 0 40px;
  border: none;
  background: url(../images/parental2/common_pc/hr_dot.png) left top repeat-x;
}
#win10_mfpc .tabInrWrap .bodyBox {
  width: auto;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dfdfdf;
  zoom: 1;
}
#win10_mfpc .tabInrWrap .bodyBox .textBox {
  margin-left: 20px;
}
#win10_mfpc .tabInrWrap .bodyBox .imgBox{
  margin-right: 20px;
}
#win10_mfpc #step3.tabInrWrap .bodyBox p.img{
  text-align: center;
}
#win10_mfpc .tabBody .btn {
  margin: 30px 0;
  text-align: center;  
}
#win10_mfpc .sponsorBox,
#win10_mfpc .sponsorBox ul.wdlc {
  border-top: 0;
}
/* ----------------------------------------
END width 980px 修正　
---------------------------------------- */


@media only screen and (max-width: 667px) {


  #win10_mfpc {
    background: #f4f4f2;
  }
  #win10_mfpc .h1Box {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #win10_mfpc .h1Box img {
    width: 100%;
  }
  #win10_mfpc #snsBoxPC {
    position: absolute;
    right: 0;
    top: -500px;
  }
  #win10_mfpc hr.dotted {
    width: 100%;
    height: 23px;
    margin: 0;
    border: none;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    background: #fff url(../images/common_sp/hr_dot.png) repeat-x left bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #win10_mfpc .tabHead .btn {
    max-width: 100%;
    padding: 0 10px;
  }
  #win10_mfpc .tabHead .btn li {
    max-width: 49%;
    margin-left: 0;
  }
  #win10_mfpc .tabHead .btn li:last-child {
    float: right;
  }
  #win10_mfpc .tabHead .btn li a {
    max-width: 100%;
    padding-right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #062c6a), color-stop(0.00, #093f96));
    background: -webkit-linear-gradient(top, #093f96 0%, #062c6a 95%);
    background: -moz-linear-gradient(top, #093f96 0%, #062c6a 95%);
    background: -o-linear-gradient(top, #093f96 0%, #062c6a 95%);
    background: -ms-linear-gradient(top, #093f96 0%, #062c6a 95%);
    background: linear-gradient(top, #093f96 0%, #062c6a 95%);
    /*background-image: none;*/
  }
  #win10_mfpc .tabHead .btn li p {
    max-width: 100%;
  }
  #win10_mfpc .tabHead .btn li img {
    max-width: 130px;
  }
  #win10_mfpc .tabHead .body h3 {
    padding-top: 20px;
  }
  #win10_mfpc .tabHead .body h3 img {
    max-width: 100%;
  }
  #win10_mfpc .tabHead .body {
    padding: 0 10px;
    background: none;
  }
  #win10_mfpc .tabHead .body .innerWrap {
    padding-bottom: 20px;
    background: #0078D7;
  }
  #win10_mfpc .appealBox {
    width: 100%;
    padding: 0 10px;
    background: #fff;
  }
  #win10_mfpc .appealBox .acdBtnBox a {
    width: 100%;
  }
  #win10_mfpc .appealBox .acdBtnBox a img {
    width: 100%;
  }
  #win10_mfpc .appealBox .acdBodyBox {
    background: #fff;
  }
  #win10_mfpc .appealBox .acdBodyBox .intro .head {
    padding: 10px 16px;
    text-align: left;
    font-size: 12px;
  }
  #win10_mfpc .appealBox .acdBodyBox .intro .body {
    padding: 20px 10px;
    font-size: 12px;
  }
  #win10_mfpc .appealBox .acdBodyBox .nml .head {
    font-size: 12px;
  }
  #win10_mfpc .appealBox .acdBodyBox .nml .body {
    padding: 15px 10px;
    font-size: 12px;
    padding: 0px 5px;
  }

  #win10_mfpc .tabHead .body .catch {
    font-size: 13px;
    text-align: left;

  }
  #win10_mfpc .tabBody {
    background: none;
  }
  #win10_mfpc .tabBody .tabInrWrap {
    max-width: 100%;
    padding: 0 10px;
    /*margin: 0 10px;*/
    /*background: #fff;*/
  }
  #win10_mfpc .tabBody .innerWrap {
    padding: 0;
    background: #fff;
  }
  #win10_mfpc .tabBody .innerWrap .cnt {
    text-align: center;
    background: #fff;
  }
  #win10_mfpc .tabBody .innerWrap .cnt img {
    width: 100%;
  }

  #win10_mfpc .tabBody .anxiolyticBox {
    margin-top: 10px;
    padding: 0 10px;
  }
  #win10_mfpc .tabBody .innerWrap {
    background: none;
  }
  #win10_mfpc .tabBody h4 {
    margin-bottom: 0;
    background: #0078d7;
  }
  #win10_mfpc .tabBody h4 img {
    width: 100%;
  }
  #win10_mfpc .tabInrWrap h5 {
    margin-bottom: 0;
    text-align: center;
    background: #fff;
  }
  #win10_mfpc .tabInrWrap h5 img {
    width: 100%;
  }


  #win10_mfpc .tabInrWrap .bodyBox {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dfdfdf;
    background: #fff;
    zoom: 1;
  }
  #win10_mfpc .tabInrWrap .bodyBox .textBox {
    float: none;
    width: 100%;
  }
  #win10_mfpc .tabInrWrap .bodyBox .textBox .num {
    text-align: center;
  }
  #win10_mfpc .tabInrWrap .bodyBox .textBox .num img {
    width: 25px;
  }

  #win10_mfpc .tabInrWrap .bodyBox .textBox p.body {
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 11px;
  }
  #win10_mfpc .tabInrWrap .bodyBox .imgBox {
    float: none;
    width: 100%;
  }
  #win10_mfpc .tabInrWrap .bodyBox .imgBox img {
    width: 100%;
  }

  #win10_mfpc .tabBody .tabInrWrap .anchorBox {
    position: static;
    padding-left: 0;
    margin: 0;
    background: #fff;
  }
  #win10_mfpc .tabBody .tabInrWrap .anchorBox li {
    float: none;
    margin-left: 0;
  }
  #win10_mfpc .tabBody .tabInrWrap .anchorBox li:last-child {
    clear: both;
    padding-top: 0;
  }
  #win10_mfpc .tabBody .tabInrWrap .anchorBox li.pdfDL {
    max-width: 100%;
    padding: 15px 10px 0;
  }
  #win10_mfpc .tabBody .tabInrWrap .anchorBox li.pdfDL img {
    width: 100%;
  }
  #win10_mfpc .tabBody .tabInrWrap .anchorBox li img {
    vertical-align: top;
  }

  #win10_mfpc .tabInrWrap#step3 .bodyBox {
    margin-top: 0;
  }
  #win10_mfpc .tabInrWrap#step3 .bodyBox h6 img {
    width: 100%;
  }
  #win10_mfpc .tabInrWrap#step3 .bodyBox p.body {
    padding: 0 10px;
    font-size: 11px;
  }
  #win10_mfpc .tabInrWrap#step3 .bodyBox p.img img {
    width: 100%;
    padding: 0;
  }

  #win10_mfpc .tabInrWrap .bodyBox {
    position: relative;
    border-bottom: none;
  }
  #win10_mfpc .tabInrWrap .bodyBox:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 93%;
    height: 1px;
    padding: 0 10px;
    border-bottom: 1px dashed #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #win10_mfpc .tabInrWrap .bodyBox:last-child:after {
    content: "";
    display: none;
  }
}

/* ----------------------------------------
START レスポンシブ 修正
---------------------------------------- */
@media only screen and (max-width: 667px) {
  .content #win10_mfpc {
    padding-top: 25px;
    max-width: 100%;
  }

  #win10_mfpc .appealBox {
    max-width: 100%;
    padding: 0;
  }

  #win10_mfpc .catch{
    padding: 10px;
  }
  #win10_mfpc .tabInrWrap .bodyBox .textBox {
    margin-left: 0;
  }
  #win10_mfpc .tabBody .btn {
    margin: 15px 10px;
  }
  #win10_mfpc .tabBody .btn img {
    max-width: 100%;
    height: auto;
  }
  #win10_mfpc .sponsorBox {
    border-top: 1px solid #eee;
  }
}
/* ----------------------------------------
END レスポンシブ 修正
---------------------------------------- */
