@charset "utf-8";
/* LP common style
 ========================================================================================================================================= */
/*---------------------------------------------
   テキストリンク
---------------------------------------------*/
#cp .contentsLinkList p {
  margin-top: 0 !important;
  text-align: left !important;
}
#cp .linkColor {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #3f6974 !important;
}

/*---------------------------------------------
  キャンペーン期間
---------------------------------------------*/
#cp .kikanArea {
    text-align: center;
    background: #404040;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
  #cp .kikanArea {
    font-size: 14px;
    line-height: 1.4em;
    padding: 16px;
  }
  #cp .kikanArea span {
    font-size: 18px;
  }
  #cp .kikanArea span.sp_fs14 {
    font-size: 14px;
  }
}

/*---------------------------------------------
  PC_エントリーボタン
---------------------------------------------*/
.entryBtnBox {
  margin: 60px auto;
  text-align: center;
}
[class*="entryBtnType"] span {
  color:#FFEA0E;
}
.entryBtnBox .list {
  margin-top: 15px;
}
[class*="entryBtnType"] {
  color: #3F3205;
  background-color: #F9ED25;
  border-radius: 5px;
  box-shadow: 0 5px 0 #AEA72A;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class*="entryBtnType"]::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  width: 48px;
  height: 48px;
  background: url(/campaign/cfd/mini/common_fx/images/ic_con01.webp) 0 0 / 100% auto no-repeat ;
}
[class*="entryBtnType"]:hover {
  box-shadow: 0 0 0 #AEA72A;
  opacity: 1!important;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
[class*="entryBtnType"] .txt {
  font-size: 28px;
  line-height: 1.2;
}
/*---------------------------------------------
  SP_エントリーボタン
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .entryBtnBox {
    margin: 50px auto;
    text-align: center;
  }
  [class*="entryBtnType"] {
    height: 60px;
  }
  [class*="entryBtnType"]::after {
    width: 24px;
    height: 24px;
  }
  [class*="entryBtnType"] .txt {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 450px) {

  [class*="entryBtnType"]::after {
    position: initial;
    margin-left: 4%;
  }
}
@media screen and (max-width: 390px) {
  [class*="entryBtnType"] .txt {
    font-size: 4vw;
    font-weight: 900;
  }
}
/*========================================================================================================================================= ページ固有 */

.fwB {font-weight: bold;}

@media screen and (max-width: 767px) {
  .sp_pd0 {padding: 0;}
}
/*---------------------------------------------
  全体
---------------------------------------------*/
#contents {letter-spacing: 1px;}
#contents .pcOnly {
  display: inline-block!important;
}
#contents .spOnly {
  display: none!important;
}
.containerInner {
  text-align: center;
  line-height: 1.75;
  font-size: 20px;
  color: #3F3205;
}
.containerInner [class*="Area"] {
  padding-top: 40px;
  margin-top:-40px;
}
.containerInner div.sectionInner {
  width: 910px;
  margin: 0 auto;
}
.containerInner h2 {
  background-color: #FFFEE9;
  font-size: 28px;
  font-weight: bold;
  padding: 55px 0;
  margin: 100px auto 60px;
}
.containerInner section:nth-of-type(n + 3) h2 {
  margin: 120px auto 60px;
}
.containerInner h2 div {
  max-width: 970px;
  margin: 0 auto;
}
.containerInner h2 div span {
  font-size: 34px;
  font-weight: 900;
  background:linear-gradient(transparent 75%, #F9ED25 0%);
  padding: 0 10px;
}
.containerInner div.subTtl {
  font-weight: bold;
  margin: 0 auto 60px;
  position: relative;
}
.containerInner div.subTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95px;
  height: 83px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con04.webp) 0 0 / 100% auto no-repeat ;
}
.containerInner div.subTtl::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95px;
  height: 83px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con05.webp) 0 0 / 100% auto no-repeat ;
}
.containerInner div.subTtl span {
  font-weight: 900;
}
.containerInner p.backMenu {
  width: 970px;
  margin: 30px auto 0;
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
}
.containerInner p.backMenu a {
  color: #3F3205 !important;
}

#cp .w640 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
#cp .lp_cnt {
  max-width: 910px;
  width: 100%;
  margin:0 auto;
  box-sizing: border-box;
}
#cp .list {
  font-size: 14px;
  font-weight: normal;
}
#cp ul.list > * {
  text-align: left;
}

/*---------------------------------------------
  SP全体
---------------------------------------------*/
@media screen and (max-width: 767px) {
  #cp .lp_cnt {
    width: 92%;
  }
  #cp .spPTB20 {padding: 20px 0;}
  #cp #contents .spPLR10 {padding-left: 10px;padding-right: 10px;}
  #cp #contents .spPLR25 {padding-left: 25px;padding-right: 25px;}

  #contents .pcOnly {
    display: none!important;
  }
  #contents .spOnly {
    display: inline-block!important;
  }
  .containerInner  {
    font-size: 16px;
  }
  .containerInner h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 40px;
    margin: 60px auto 30px;
  }
  .containerInner section:nth-of-type(n + 3) h2 {
    margin: 60px auto 30px;
  }
  .containerInner h2 div {
    width: auto;
    padding: 0 15px;
  }
  .containerInner h2 div span {
    font-size: 20px;
    padding: 0 5px;
  }
  .containerInner div.subTtl {
    margin: 0 auto 30px;
  }
  .containerInner div.subTtl::before {
    bottom: 0;
    width: 56px;
    height: 50px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con04.webp) 0 0 / 100% auto no-repeat ;
  }
  .containerInner div.subTtl::after {
    bottom: 0;
    width: 56px;
    height: 50px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con05.webp) 0 0 / 100% auto no-repeat ;
  }
  .containerInner p.backMenu {
    width: 100%;
  }
  .ttl_02 {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .ttl_02.icTtl {margin-bottom: 50px;}
  .ttl_03 {margin-bottom: 12px;font-size: 21px;}
  .ttl_03::before {
    width: 17px;
    height: 17px;
    top: 24%;
  }
}

/*---------------------------------------------
  screen and (min-width: 768px) and (max-width: 910px)
---------------------------------------------*/


@media screen and (min-width: 768px) and (max-width: 910px) {
  #cp .lp_cnt {
    width: 92%;
  }
  .containerInner h2 {
    font-size: 3vw;
  }
  .containerInner h2 div span {
    font-size: 3.5vw;
  }
  .containerInner p.backMenu {
    width: 100%;
  }
}


/*---------------------------------------------
  メインビジュアル
---------------------------------------------*/
#visualArea {
  background-color: #F9ED25;
  overflow: hidden;
  text-align: center;
}
#visualArea img {
  max-width: 970px;
}

/*---------------------------------------------
  linkArea
---------------------------------------------*/
.linkArea {
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
  box-sizing: border-box;
}
.linkArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 690px;
}
.linkArea ul li {
  border-left: 2px dashed #3F3205;
  width: 225px;
  padding: 15px 0 45px;
  position: relative;
}
.linkArea ul li a div.linkInner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  width: 15px;
  height: 11px;
  background: url(/campaign/cfd/mini/common_fx/images/ic_con06.webp) 0 0 / 100% auto no-repeat ;
}
.linkArea ul li:last-child {
  border-right: 2px dashed #3F3205;
}
.linkArea ul li a {
  color: #3F3205;
  font-size: 16px;
}
.linkArea ul li a img {
  display: block;
  height: 32px;
  margin: 0 auto 13px;
}



@media screen and (max-width: 767px) {
  .linkArea ul {
    display: block;
    width: auto;
  }
  .linkArea ul li {
    border-left: none;
    border-bottom: 2px dashed #3F3205;
    width: auto;
    padding: 19px 10px;
  }
  .linkArea ul li:first-child {
    border-top: 2px dashed #3F3205;
  }
  .linkArea ul li:last-child {
    border-right: none;
  }
  .linkArea ul li a div.linkInner {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
    position: relative;
    height: 40px;
  }
  .linkArea ul li a div.linkInner::after {
    top: 15px;
    right: 10px;
    width: 15px;
    height: 11px;
  }
  .linkArea ul li a img {
    margin: 0 20px 0 10px;
    width: 25px;
    height: auto;
  }
  .linkArea ul li:first-of-type a div.linkInner p {
    padding-top: 0;
  }
}

/*---------------------------------------------
  miniCFDArea
---------------------------------------------*/
section.miniCFDArea h2 div {
  position: relative;
}
section.miniCFDArea h2 div::before {
  content: "";
  display: block;
  position: absolute;
  top: -85px;
  left: 0;
  width: 143px;
  height: 299px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con02.webp) 0 0 / 100% auto no-repeat ;
}
section.miniCFDArea h2 div::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 127px;
  height: 133px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con03.webp) 0 0 / 100% auto no-repeat ;
}
.containerInner section.miniCFDArea div.subTtl {
  font-size: 24px;
}
.containerInner section.miniCFDArea div.subTtl span {
  font-size: 26px;
}
.containerInner section.miniCFDArea div.subTtl p::before {
  left: 8%;
}
.containerInner section.miniCFDArea div.subTtl p::after {
  right: 8%;
}
div.priceImg div.priceTxt {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}
.containerInner section.miniCFDArea div.priceImg div.Img span.BrownTxt {
  font-size: 18px;
  color: #3F3205;
  font-weight: bold;
}
.containerInner section.miniCFDArea div.priceImg div.Img span.BrownTxt span.BrownNum {
  font-size: 26px;
  margin: 0 7px;
}
.containerInner section.miniCFDArea div.priceImg div.Img span.OrangeTxt {
  font-size: 20px;
  color: #F9530B;
  font-weight: bold;
  text-shadow: -2px -2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,2px 2px 0 #fff,0 5px 2px #E5CFC5;
}
.containerInner section.miniCFDArea div.priceImg div.Img span.OrangeTxt span.OrangeNum {
  font-size: 38px;
  margin: 0 7px;
}
.containerInner section.miniCFDArea div.priceImg div.Img {
  position: relative;
  display: grid;
  grid-template-rows: auto;
}
.containerInner section.miniCFDArea div.priceImg div.Img table {
  position: absolute;
  top: 17.5%;
  left: 29.5%;
  width: 70.5%;
  height: 82%;
}
.containerInner section.miniCFDArea div.priceImg div.Img table tr {
  height: 25%;
}
.containerInner section.miniCFDArea div.priceImg div.Img table tr th {
  text-align: center;
}
.containerInner section.miniCFDArea div.priceImg div.Img table tr th:first-of-type {
  width: 47%;
}
.containerInner section.miniCFDArea div.priceImg div.Img table tr th:last-of-type {
  width: 53%;
}




@media screen and (max-width: 767px) {
  section.miniCFDArea h2 div::before {
    top: 30px;
    left: 10px;
    width: 54px;
    height: 75px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con02.webp) 0 0 / 100% auto no-repeat ;
  }
  section.miniCFDArea h2 div::after {
    top: 45px;
    right: 10px;
    width: 54px;
    height: 56px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con03.webp) 0 0 / 100% auto no-repeat ;
  }
  .containerInner section.miniCFDArea div.subTtl {
    font-size: 14px;
  }
  .containerInner section.miniCFDArea div.subTtl span {
    font-size: 15px;
  }
  .containerInner section.miniCFDArea div.subTtl p::before {
    left: -3%;
  }
  .containerInner section.miniCFDArea div.subTtl p::after {
    right: -3%;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.BrownTxt {
    font-size: 9px;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.BrownTxt span.BrownNum {
    font-size: 12px;
    margin: 0 3px;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.OrangeTxt {
    font-size: 10px;
    text-shadow: -1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff,0 4px 2px #E5CFC5;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.OrangeTxt span.OrangeNum {
    font-size: 18px;
    margin: 0 3px;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img table {
    position: absolute;
    top: 19.5%;
    left: 27.5%;
    width: 72.5%;
    height: 81%;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img table tr {
    height: 25%;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img table tr th {
    text-align: center;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img table tr th:first-of-type {
    width: 45%;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img table tr th:last-of-type {
    width: 55%;
  }
}



@media screen and (min-width: 768px) and (max-width: 910px) {
  section.miniCFDArea h2 div::before {
    top: -50px;
    left: 5px;
    width: 108px;
    height: 150px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con02.webp) 0 0 / 100% auto no-repeat ;
  }
  section.miniCFDArea h2 div::after {
    top: -15px;
    right: 5px;
    width: 108px;
    height: 112px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con03.webp) 0 0 / 100% auto no-repeat ;
  }
  .containerInner section div.subTtl {
    font-size: 2.4vw;
  }
  .containerInner section div.subTtl span {
    font-size: 2.7vw;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.BrownTxt {
    font-size: 14px;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.BrownTxt span.BrownNum {
    font-size: 22px;
    margin: 0 4px;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.OrangeTxt {
    font-size: 18px;
  }
  .containerInner section.miniCFDArea div.priceImg div.Img span.OrangeTxt span.OrangeNum {
    font-size: 34px;
    margin: 0 4px;
  }
}

/*---------------------------------------------
  presentArea
---------------------------------------------*/
section.presentArea h2 div {
  position: relative;
}
section.presentArea h2 div::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: -30px;
  width: 127px;
  height: 176px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con07.webp) 0 0 / 100% auto no-repeat ;
}
section.presentArea h2 div::after {
  content: "";
  display: block;
  position: absolute;
  top: -85px;
  right: -30px;
  width: 141px;
  height: 200px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con08.webp) 0 0 / 100% auto no-repeat ;
}
.containerInner section.presentArea  div.subTtl {
  font-size: 20px;
}
.containerInner div.subTtl span {
  font-size: 22px;
}
.containerInner section.presentArea div.subTtl p::before {
  left: 3%;
}
.containerInner section.presentArea div.subTtl p::after {
  right: 3%;
}
.containerInner div.kouzaCap img.pcOnly {
  max-width: 650px;
}



@media screen and (max-width: 767px) {
  section.presentArea h2 div::before {
    top: 35px;
    left: 10px;
    width: 54px;
    height: 75px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con07.webp) 0 0 / 100% auto no-repeat ;
  }
  section.presentArea h2 div::after {
    top: 20px;
    right: 10px;
    width: 64px;
    height: 91px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con08.webp) 0 0 / 100% auto no-repeat ;
  }
  .containerInner section.presentArea  div.subTtl {
    font-size: 14px;
  }
  .containerInner div.subTtl span {
    font-size: 15px;
  }
  .containerInner section.presentArea div.subTtl p::before {
    left: -3%;
  }
  .containerInner section.presentArea div.subTtl p::after {
    right: -3%;
  }
}



@media screen and (min-width: 768px) and (max-width: 910px) {
  section.presentArea h2 div::before {
    top: -25px;
    left: 0;
    width: 90px;
    height: 125px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con07.webp) 0 0 / 100% auto no-repeat ;
  }
  section.presentArea h2 div::after {
    top: -25px;
    right: 0;
    width: 90px;
    height: 128px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con08.webp) 0 0 / 100% auto no-repeat ;
  }
  .containerInner section.presentArea  div.subTtl {
    font-size: 2.4vw;
  }
  .containerInner div.subTtl span {
    font-size: 2.7vw;
  }
}

/*---------------------------------------------
  fxpackArea
---------------------------------------------*/
section.fxpackArea h2 div {
  position: relative;
}
section.fxpackArea h2 div::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 153px;
  height: 186px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con12.webp) 0 0 / 100% auto no-repeat ;
}
section.fxpackArea h2 div::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 101px;
  height: 142px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con13.webp) 0 0 / 100% auto no-repeat ;
}
section.fxpackArea div.bnr {
  margin: 20px auto 0;
  max-width: 600px;
}


@media screen and (max-width: 767px) {
  section.fxpackArea div.bnr {
    margin: 10px auto 0;
    max-width: 100%;
  }
  section.fxpackArea h2 div::before {
    top: 55px;
    left: 10px;
    width: 53px;
    height: 50px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con12.webp) 0 0 / 100% auto no-repeat ;
  }
  section.fxpackArea h2 div::after {
    top: 55px;
    right: 10px;
    width: 36px;
    height: 50px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con13.webp) 0 0 / 100% auto no-repeat ;
  }
}



@media screen and (min-width: 768px) and (max-width: 910px) {
  section.fxpackArea h2 div::before {
    top: 40px;
    left: 5px;
    width: 106px;
    height: 100px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con12.webp) 0 0 / 100% auto no-repeat ;
  }
  section.fxpackArea h2 div::after {
    top: 40px;
    right: 5px;
    width: 72px;
    height: 100px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con13.webp) 0 0 / 100% auto no-repeat ;
  }
}


/*---------------------------------------------
  orderArea
---------------------------------------------*/
section.orderArea h2 div {
  position: relative;
}
section.orderArea h2 div::before {
  content: "";
  display: block;
  position: absolute;
  top: -37px;
  left: 0;
  width: 148px;
  height: 151px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con15.webp) 0 0 / 100% auto no-repeat ;
}
section.orderArea h2 div::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -30px;
  width: 198px;
  height: 118px;
  background: url(/campaign/cfd/mini/common_fx/images/img_con16.webp) 0 0 / 100% auto no-repeat ;
}
div.appCap {
  padding: 60px 50px;
  background-color: #FAF7EF;
  font-size: 18px;
}
div.appCap p.fwB {
  margin-bottom: 20px;
}
div.appCap:nth-of-type(n + 2) p:nth-of-type(n + 2) {
  text-align: left;
}



@media screen and (max-width: 767px) {
  section.orderArea h2 div::before {
    top: 35px;
    left: 2px;
    width: 48px;
    height: 49px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con15.webp) 0 0 / 100% auto no-repeat ;
  }
  section.orderArea h2 div::after {
    top: 47px;
    right: 2px;
    width: 63px;
    height: 37px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con16.webp) 0 0 / 100% auto no-repeat ;
  }
  div.appCap {
    padding: 30px 15px;
    font-size: 14px;
  }
  div.appCap p.fwB {
    margin-bottom: 10px;
  }
  div.appCap p.txtL {
    text-align: left;
  }

}



@media screen and (min-width: 768px) and (max-width: 910px) {
  section.orderArea h2 div::before {
    top: -20px;
    left: 5px;
    width: 116px;
    height: 118px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con15.webp) 0 0 / 100% auto no-repeat ;
  }
  section.orderArea h2 div::after {
    top: 25px;
    right: 5px;
    width: 126px;
    height: 74px;
    background: url(/campaign/cfd/mini/common_fx/images/sp_img_con16.webp) 0 0 / 100% auto no-repeat ;
  }
}

/*---------------------------------------------
  infoArea
---------------------------------------------*/
.containerInner section.infoArea h2 {
  background-color: transparent;
  padding: 0;
  display: inline-block;
  margin: 120px auto 50px;
  text-align: center!important;

}
.containerInner section.infoArea h2::after {
  content: '';
  background: #B5B4B4;
  width: 100%;
  height: 7px;
  display: block;
  margin: 20px auto 0 auto;
}


/*---------------------------------------------
  キャンペーン詳細
---------------------------------------------*/

#cp .infoAreaList li:first-child {
  border-bottom: 1px dotted #3f3305;
  padding-bottom: 15px;
  padding-top: 0;
}

#cp .infoAreaList li {
  border-bottom: 1px dotted #3f3305;
  padding-bottom: 15px;
  padding-top: 15px;
}

#cp .infoAreaList li:nth-last-child(1) {
  border-bottom: 1px dotted #3f3305;
}

#cp .infoAreaList li dt {
  padding-bottom: 5px;
}

#cp .infoArea {
  max-width: 910px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

#cp .infoArea h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 auto 20px;
  background-color: transparent;
}
#cp .ttl_03::after {
  content: '';
  background: #b5b4b4;
  width: 160px;
  height: 7px;
  display: block;
  margin: 13px auto 0 auto;
}

#cp .infoArea .ttl {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

#cp .infoArea .txt {
  text-align: left;
}

#cp .infoArea .list li {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}

#cp .infoArea .list li.graph {
  text-indent: 0em;
}

#cp .infoArea .detailList {
  margin-left: 1em;
}

#cp .infoArea .detailList li {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

#cp .infoArea .detailTtl {
  font-weight: bold;
}

#cp .contentsImgText p {
  font-size: 3em;
}

#cp .infoArea .list li.info_att {
  padding-left: 0.5em;
  text-indent: 0;
}

#cp .infoArea .list li.info_img {
  padding:0;
  text-indent: 0;
}
#cp .infoArea :not(#targetPair) .list {font-size: 16px;}
#cp .infoArea dd {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #cp .infoArea h2 {
    font-size: 18px;
    margin: 0px auto 30px;

  }
  #cp .ttl_03::after {
    width: 90px;
    height: 5px;
    margin: 10px auto 0 auto;

  }
  #cp .infoArea .ttl {
    font-size: 16px;
  }
  #cp .infoArea dd {
    margin-top: 10px;
  }
}

