@charset "UTF-8";
/*****************************************************
products.css
******************************************************/
@media only screen and (min-width: 641px) {
  /*menu*/
  .products #siteHeader .siteUtility .siteLinks #menu_products {
    background: url(/ph/coccoapo/common/img/br_gnavi_on.png) no-repeat 2px bottom;
  }
}
/*headLine02*/
.products.ex .headLine02 {
  color: #ff6565;
}

.products.g .headLine02 {
  color: #ff7090;
}

.products.l .headLine02 {
  color: #ff9418;
}

.products.tousyaku .headLine02 {
  color: #54adff;
}

/*headLine03*/
.products.ex .headLine03 {
  background-color: #ffcaca;
}

.products.g .headLine03 {
  background-color: #ffc5d3;
}

.products.l .headLine03 {
  background-color: #ffd087;
}

.products.tousyaku .headLine03 {
  background-color: #acdbff;
}

.headLine03 .icon {
  position: relative;
  top: 6px;
}

.headLine03 .icon img {
  max-width: 94px;
}

/*headLine04*/
.products.ex .headLine04 {
  background: url(/ph/coccoapo/common/img/ico_circle_red.png) no-repeat left center;
}

.products.g .headLine04 {
  background: url(/ph/coccoapo/common/img/ico_circle_pink.png) no-repeat left center;
}

.products.l .headLine04 {
  background: url(/ph/coccoapo/common/img/ico_circle_orange.png) no-repeat left center;
}

.products.tousyaku .headLine04 {
  background: url(/ph/coccoapo/common/img/ico_circle_blue.png) no-repeat left center;
}

/*=================================

	1: parts for PC

================================*/
.hikaku #mainContents {
  background: #f2f2f2;
}

#lineupTitle {
  padding: 50px 0 0;
  background: url(/ph/coccoapo/products/img/bg_title.jpg) no-repeat center 0;
  background-size: cover;
}

#lineup-list {
  clear: both;
  padding: 40px 0 0;
}

#lineup-list h5 {
  margin: 0 0 12px;
  padding: 15px 0;
  border: solid 1px #b6b2ae;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

#lineup-list ul li {
  position: relative;
  float: left;
  margin: 0 0 0 16px;
  width: 235px;
}

#lineup-list ul li:first-child {
  margin: 0;
}

#lineup-list ul li .productsList {
  background: url(/ph/coccoapo/products/img/bg_lineup.png) no-repeat 0 0;
}

#lineup-list ul li a {
  display: block;
  box-sizing: border-box;
  padding: 30px 0 0;
  height: 569px;
  transition: all ease 0.3s;
  background: url(/ph/coccoapo/products/img/bg_lineup.png) no-repeat 0 0;
  text-align: center;
  text-decoration: none;
}

#lineup-list ul li a img {
  display: block;
  margin: 0 auto;
}

#lineup-list ul li a p {
  margin: 0;
  padding: 50px 0 0;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

#lineup-list ul li a .image img {
  width: auto;
  height: 243px;
}

#lineup-list ul li a .text p {
  /* padding:31px 0 49px; */
  padding: 0;
}

.detailList {
  position: relative;
  height: 332px;
}

.detailList p {
  box-sizing: border-box;
  margin: 0 0 22px;
  padding: 26px 0 0;
  height: 80px;
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.detailList p.ni {
  padding: 15px 0 0;
}

#lineup-list ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 104px;
  width: 27px;
  height: 320px;
}

.detailList:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 104px;
  width: 27px;
  height: 320px;
}

#lineup-list ul li:nth-child(1):before {
  background: #ffb2b2;
}

#lineup-list ul li:nth-child(2):before {
  background: #ffc5d3;
}

#lineup-list ul li:nth-child(3):before {
  background: #ffd087;
}

#lineup-list ul li:nth-child(4):before {
  background: #acdbff;
}

.detailList:after {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: -17px;
  left: 79px;
  width: 76px;
  height: 33px;
}

#lineup-list ul li:nth-child(1) .detailList:after {
  background: url(/ph/coccoapo/products/img/ico_arrow_lineup_01.png) no-repeat center 0;
  background-size: 76px 33px;
}

#lineup-list ul li:nth-child(2) .detailList:after {
  background: url(/ph/coccoapo/products/img/ico_arrow_lineup_02.png) no-repeat center 0;
  background-size: 76px 33px;
}

#lineup-list ul li:nth-child(3) .detailList:after {
  background: url(/ph/coccoapo/products/img/ico_arrow_lineup_03.png) no-repeat center 0;
  background-size: 76px 33px;
}

#lineup-list ul li:nth-child(4) .detailList:after {
  background: url(/ph/coccoapo/products/img/ico_arrow_lineup_04.png) no-repeat center 0;
  background-size: 76px 33px;
}

.leadBlock .inner,
.targetBox .inner,
.targetBlock .inner,
.productBlock .inner,
.relationBlock .inner {
  margin: 0 auto;
  width: 1000px;
}

/*leadBlock*/
.leadBlock {
  padding: 68px 0 0;
}

h1.mainImg {
  position: relative;
  float: left;
  width: 525px;
}

h1.mainImg .text {
  position: absolute;
  bottom: 0;
  left: 246px;
}

/*targetBox*/
.targetBox {
  box-sizing: border-box;
  position: relative;
  float: right;
  margin: 7px 0 0;
  padding: 67px 50px 0;
  width: 468px;
  height: 392px;
  background: url(/ph/coccoapo/products/img/bg_binder.png) no-repeat 0 0;
}

.targetBox h3.title {
  box-sizing: border-box;
  margin: 0 auto 15px;
  padding: 0 34px 0 0;
  width: 210px;
  background: url(/ph/coccoapo/products/img/ico_check.png) no-repeat right 0;
  text-align: center;
  color: #333;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
}

.targetBox p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

.targetBox .targetList {
  border-top: solid 1px #aaa;
}

.targetBox .targetList > li {
  padding: 11px 0 11px 45px;
  border-bottom: solid 1px #aaa;
  background: url(/ph/coccoapo/products/img/ico_check_list.png) no-repeat 6px center;
  white-space: nowrap;
  letter-spacing: -0.08em;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

/*targetBlock*/
.targetBlock h2 {
  margin-bottom: 30px;
}

.arrowContainer .txtBlock {
  margin: 0 0 25px;
}

/*
.products.ex .arrowContainer .txtBlock:first-child {
	padding-bottom: 80px;
	background: url(/ph/coccoapo/products/img/ico_arrow_lineup_01.png) no-repeat 680px bottom;
}
.products.g .arrowContainer .txtBlock:first-child {
	padding-bottom: 80px;
	background: url(/ph/coccoapo/products/img/ico_arrow_lineup_02.png) no-repeat 680px bottom;
}
.products.l .arrowContainer .txtBlock:first-child {
	padding-bottom: 80px;
	background: url(/ph/coccoapo/products/img/ico_arrow_lineup_03.png) no-repeat 680px bottom;
}
.products.tousyaku .arrowContainer .txtBlock:first-child {
	padding-bottom: 15px;
	background: url(/ph/coccoapo/products/img/ico_arrow_lineup_04.png) no-repeat 680px bottom;
}
@media only screen and (max-width: 640px) {
	.products.ex .arrowContainer .txtBlock:first-child {
		padding-bottom: 80px;
		background: url(/ph/coccoapo/products/img/ico_arrow_lineup_01.png) no-repeat center bottom;
	}
	.products.g .arrowContainer .txtBlock:first-child {
		padding-bottom: 80px;
		background: url(/ph/coccoapo/products/img/ico_arrow_lineup_02.png) no-repeat center bottom;
	}
	.products.l .arrowContainer .txtBlock:first-child {
		padding-bottom: 80px;
		background: url(/ph/coccoapo/products/img/ico_arrow_lineup_03.png) no-repeat center bottom;
	}
	.products.tousyaku .arrowContainer .txtBlock:first-child {
		padding-bottom: 80px;
		background: url(/ph/coccoapo/products/img/ico_arrow_lineup_04.png) no-repeat center bottom;
	}
}
*/
.arrowContainer .text {
  float: left;
  width: 450px;
}

.arrowContainer .text p {
  letter-spacing: -0.075em;
  font-size: 17px;
  line-height: 28px;
}

.arrowContainer .image {
  float: left;
  margin: 15px 0 0 40px;
}

.products.ex .arrowContainer .text01 {
  margin-bottom: 90px;
}

.products.g .arrowContainer .text01 {
  margin-bottom: 65px;
}

.products.l .arrowContainer .text01 {
  margin-bottom: 90px;
}

.products.tousyaku .arrowContainer .text01 {
  margin-bottom: 62px;
}

@media only screen and (max-width: 640px) {
  .products .arrowContainer .text01 {
    margin-bottom: 1em !important;
  }
  .arrowContainer .image {
    padding-top: 75.5%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
  }
  .products.ex .arrowContainer .image {
    background-image: url(/ph/coccoapo/products/img/01/img_lineup01_sp.png);
  }
  .products.g .arrowContainer .image {
    background-image: url(/ph/coccoapo/products/img/02/img_lineup02_sp.png);
  }
  .products.l .arrowContainer .image {
    background-image: url(/ph/coccoapo/products/img/03/img_lineup03_sp.png);
  }
  .products.tousyaku .arrowContainer .image {
    background-image: url(/ph/coccoapo/products/img/04/img_lineup04_sp.png);
  }
  .arrowContainer .image img {
    display: none;
  }
}
/*productBlock*/
.productBlock {
  clear: both;
  padding: 10px 0 45px;
}

.productBlock .figureContainer {
  margin-top: 0;
}

.productBlock .figureContainer .imgBlock {
  margin: 0;
  padding: 50px 0 40px;
}

.productBlock .figureContainer .imgBlock figure {
  text-align: center;
}

.productBlock .figureContainer .txtBlock {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 35px;
  width: 790px;
  background: #f2f2f2;
}

.productBlock .figureContainer .txtBlock > p {
  font-size: 18px;
  line-height: 30px;
}

.productBlock .figureContainer .txtBlock > .btnType02 {
  margin-top: 0 !important;
  width: 422px;
}

.productBlock .figureContainer .txtBlock > .btnType02 > a {
  margin-top: 0;
  padding: 18px 35px 18px 10px;
  border-radius: 3px;
  background: #b6b2ae;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.productBlock .figureContainer .txtBlock > .btnType02 > a > span {
  font-size: 22px;
}

[class^=btnType] > a:after {
  right: 25px;
  left: auto;
}

#typeArea {
  margin: 45px 0 0;
  border-top: solid 1px #dedede;
}

.typeList {
  padding: 0 0 25px;
  border-bottom: solid 1px #dedede;
}

#typeArea h4.headLine04 {
  margin-top: 25px;
}

.headLine02.category > span > img {
  vertical-align: bottom;
}

.btnArea {
  clear: both;
  padding: 45px 0 0;
}

.btnArea .leftBtn,
.btnArea .rightBtn {
  width: 484px;
}

.btnArea .leftBtn {
  float: left;
}

.btnArea .rightBtn {
  float: right;
}

.btnArea .leftBtn a,
.btnArea .rightBtn a {
  display: block;
  padding: 15px 0;
  border-radius: 3px;
  background: #b6b2ae;
  text-align: center;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.btnArea .rightBtn_g a {
  display: block;
  padding: 15px 0;
  border-radius: 3px;
  background: #b6b2ae;
  text-align: center;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.btnArea a .arrow {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 0;
  background: url(/ph/coccoapo/common/img/ico_arrow_w.png) no-repeat right center;
  background-size: 7px auto;
}

.btnArea a.ico_pdf .arrow:after {
  content: "";
  position: absolute;
  top: 1px;
  left: -36px;
  width: 24px;
  height: 26px;
  background: url(/ph/coccoapo/common/img/ico_pdf.png) no-repeat 0 0;
}

.btnArea a.ico_pro .arrow:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -50px;
  width: 38px;
  height: 46px;
  background: url(/ph/coccoapo/products/img/index_ex_ph05.png) no-repeat 0 0;
}

.btnArea a.ico_pro .arrow.l_icon:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -50px;
  width: 38px;
  height: 46px;
  background: url(/ph/coccoapo/products/img/index_l_ph05.png) no-repeat 0 0;
}

/*relationBlock*/
.relationBlock {
  margin: 0 0 110px;
}

.relationBlock > .inner {
  box-sizing: border-box;
  padding: 20px 18px;
  background: #f2f2f2;
}

.relationBlock > .inner a {
  display: block;
}

.booksBnr {
  margin: 0 auto 40px;
  width: 1000px;
}

.booksBnr p {
  margin: 0 0 15px;
  /*color:#f00;*/
  text-align: center;
  letter-spacing: -0.03em;
}

.booksBnr ul {
  clear: both;
}

.booksBnr ul li {
  float: right;
}

.booksBnr ul li:first-child {
  float: left;
}

.booksBnr ul li a {
  display: block;
}

@media only screen and (max-width: 640px) {
  /*=================================

  	2: parts for Smartphone

  ================================*/
  .inner img {
    width: auto;
  }
  .leadBlock .inner,
  .targetBox .inner,
  .targetBlock .inner,
  .productBlock .inner,
  .relationBlock .inner {
    width: 100%;
  }
  .headLine03 {
    margin-top: 10px;
  }
  .headLine03 .icon img {
    width: 74px;
    height: auto;
  }
  /*colorContents*/
  #lineupTitle {
    margin: 0 0 20px;
    padding: 12px 0;
    background-size: auto 100%;
  }
  .txLead {
    font-size: 14px;
  }
  #lineup-list {
    padding: 20px 0 0;
  }
  #lineup-list h5 {
    margin: 0 0 35px;
    padding: 15px 0;
    font-size: 20px;
  }
  #lineup-list ul li {
    box-sizing: border-box;
    margin: 0 0 35px !important;
    padding: 0 0 0 7px;
    width: 50%;
    background: none;
  }
  #lineup-list ul li:nth-child(odd) {
    padding: 0 7px 0 0;
  }
  #lineup-list ul li a {
    position: relative;
    padding: 25px 10px 30px;
    height: auto;
  }
  #lineup-list ul li a .image img {
    width: auto;
    height: 166px;
  }
  #lineup-list ul li a .text p {
    /* padding:20px 0 30px; */
    margin: 0 auto;
    padding: 0;
  }
  #lineup-list ul li a h2 img {
    width: auto;
    height: 20px;
  }
  #lineup-list ul li a p {
    padding: 35px 0 0;
    font-size: 14px;
  }
  #lineup-list ul li .productsList {
    background: none;
  }
  .detailList {
    height: 239px;
  }
  .detailList p {
    margin: 0 0 15px;
    padding: 19px 0 0;
    height: 60px;
    font-size: 14px;
    line-height: 18px;
  }
  .detailList p.ni {
    padding: 11px 0 0;
  }
  #lineup-list ul li:before {
    left: 50%;
    width: 20px;
    height: 235px;
  }
  #lineup-list ul li:before {
    margin-left: -6px;
  }
  #lineup-list ul li:nth-child(odd):before {
    margin-left: -14px;
  }
  .detailList:after {
    bottom: -12px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 24px;
  }
  #lineup-list ul li .detailList:after {
    background-size: 56px auto !important;
  }
  #lineup-list ul li:nth-child(1) a {
    background: url(/ph/coccoapo/products/img/bg_lineup_sp_01.png) no-repeat 0 0;
  }
  #lineup-list ul li:nth-child(2) a {
    background: url(/ph/coccoapo/products/img/bg_lineup_sp_02.png) no-repeat 0 0;
  }
  #lineup-list ul li:nth-child(3) a {
    background: url(/ph/coccoapo/products/img/bg_lineup_sp_03.png) no-repeat 0 0;
  }
  #lineup-list ul li:nth-child(4) a {
    background: url(/ph/coccoapo/products/img/bg_lineup_sp_04.png) no-repeat 0 0;
  }
  #lineup-list ul li a {
    background-size: 100% 100% !important;
  }
  /*leadBlock*/
  .leadBlock {
    padding: 30px 0 0;
  }
  h1.mainImg {
    box-sizing: border-box;
    float: none;
    clear: both;
    padding: 0 25%;
    width: 100%;
  }
  h1.mainImg .text {
    position: relative;
    left: 0;
    padding: 20px 0 10px;
  }
  .targetBox {
    position: relative;
    float: none;
    clear: both;
    margin: 25px 10px 0;
    padding: 65px 35px 50px;
    width: auto;
    height: auto;
    background: url(/ph/coccoapo/products/img/bg_binder.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .targetBox h3.title {
    padding: 0 20px 0 0;
    background-size: auto 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .targetBox p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .targetBox .targetList > li {
    background: url(/ph/coccoapo/products/img/ico_check_list.png) no-repeat 6px center;
    white-space: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  .targetBlock .inner {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .targetBlock h2 {
    margin: 40px 0 0;
  }
  .arrowContainer .text {
    float: none;
    width: auto;
  }
  .arrowContainer .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .arrowContainer .image {
    float: none;
    margin: 20px 0 0;
  }
  /*productBlock*/
  .productBlock {
    padding: 20px 0;
  }
  .productBlock .figureContainer .imgBlock {
    padding: 10px 40px 30px;
  }
  .ex .productBlock .figureContainer .imgBlock {
    padding: 10px 20px 30px;
  }
  .productBlock .figureContainer .txtBlock {
    display: block;
    padding: 25px 10px;
    width: auto;
    background: #f2f2f2;
  }
  .productBlock .figureContainer .txtBlock > p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .productBlock .figureContainer .txtBlock > .btnType02 {
    width: auto;
  }
  .productBlock .figureContainer .txtBlock > .btnType02 > a {
    padding: 12px 35px 12px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  [class^=btnType] > a:after {
    right: 13px;
    left: auto;
  }
  .productBlock .figureContainer .txtBlock > .btnType02 > a span {
    font-size: 18px;
  }
  #typeArea {
    margin: 30px 0 0;
    border-top: 0;
  }
  .typeList {
    padding: 0 10px 25px;
  }
  .btnArea {
    padding: 10px 10px 10px;
  }
  .btnArea .leftBtn,
  .btnArea .rightBtn {
    float: none;
    clear: both;
    margin: 20px 0 0;
    width: auto;
  }
  .btnArea .leftBtn a,
  .btnArea .rightBtn a {
    padding: 15px 0 15px 40px;
    font-size: 16px;
  }
  /*relationBlock*/
  .relationBlock {
    margin: 0 0 40px;
  }
  .relationBlock > .inner {
    padding: 20px 10px;
  }
  .booksBnr {
    margin: 0 10px 30px;
    width: auto;
  }
  .booksBnr p {
    font-size: 12px;
  }
  .booksBnr ul li {
    float: none;
    clear: both;
  }
  .booksBnr ul li:first-child {
    float: none;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 360px) {
  .detailList p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) {
  #lineup-list ul li:nth-child(1) a:hover {
    background: url(/ph/coccoapo/products/img/bg_lineup_on_01.png) no-repeat 0 0;
  }
  #lineup-list ul li:nth-child(2) a:hover {
    background: url(/ph/coccoapo/products/img/bg_lineup_on_02.png) no-repeat 0 0;
  }
  #lineup-list ul li:nth-child(3) a:hover {
    background: url(/ph/coccoapo/products/img/bg_lineup_on_03.png) no-repeat 0 0;
  }
  #lineup-list ul li:nth-child(4) a:hover {
    background: url(/ph/coccoapo/products/img/bg_lineup_on_04.png) no-repeat 0 0;
  }
  .productBlock .figureContainer .txtBlock > .btnType02 > a,
  .btnArea .leftBtn a,
  .btnArea .rightBtn a,
  .relationBlock a,
  .booksBnr ul li a {
    transition: all ease 0.3s;
  }
  .productBlock .figureContainer .txtBlock > .btnType02 > a:hover,
  .btnArea .leftBtn a:hover,
  .btnArea .rightBtn a:hover,
  .rightBtn_g a:hover,
  .rightBtn_ex a:hover,
  .rightBtn_l a:hover,
  .rightBtn_ts a:hover,
  .relationBlock a:hover,
  .booksBnr ul li a:hover {
    opacity: 0.6;
  }
}
/*=================================

	clearfix

=================================*/
.relationBlock .relationList:after,
.productBlock .figureContainer:after {
  content: "";
  display: block;
  clear: both;
}

.relationBlock .relationList,
.productBlock .figureContainer {
  zoom: 1;
}

.sup {
  position: relative;
  top: -1.4em;
}

@media only screen and (max-width: 640px) {
  .sup {
    position: relative;
    top: -1em;
  }
}
/*=================================

	202102 renewal

=================================*/
.products.ex .ttl-box {
  margin: 50px 0 30px;
  background: url(/ph/coccoapo/products/img/01/bg.png) right center no-repeat;
}

.products.g .ttl-box {
  margin: 50px 0 30px;
  background: url(/ph/coccoapo/products/img/02/bg.png) right center no-repeat;
}

.products.l .ttl-box {
  margin: 50px 0 30px;
  background: url(/ph/coccoapo/products/img/03/bg.png) right center no-repeat;
}

.products.tousyaku .ttl-box {
  margin: 50px 0 30px;
  background: url(/ph/coccoapo/products/img/04/bg.png) right center no-repeat;
}

.products.ex .ttl-box .headLine02 {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 0 0;
  border: #ff6565 solid 3px;
  border-radius: 50vw;
  width: 465px;
  background: #fff;
  text-align: center;
}

.products.g .ttl-box .headLine02 {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 0 0;
  border: #ff7090 solid 3px;
  border-radius: 50vw;
  width: 465px;
  background: #fff;
  text-align: center;
}

.products.l .ttl-box .headLine02 {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 0 0;
  border: #ff9418 solid 3px;
  border-radius: 50vw;
  width: 465px;
  background: #fff;
  text-align: center;
}

.products.tousyaku .ttl-box .headLine02 {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 2px 0 0;
  border: #54adff solid 3px;
  border-radius: 50vw;
  width: 465px;
  background: #fff;
  text-align: center;
}

.red-b-txt {
  color: #c7000b;
  font-weight: bold;
}

.pink-b-txt {
  color: #d51168;
  font-weight: bold;
}

.orange-b-txt {
  color: #de5012;
  font-weight: bold;
}

.blue-b-txt {
  color: #433787;
  font-weight: bold;
}

.purple-txt {
  color: #3b0056;
}

.purple-b-txt {
  color: #3b0056;
  font-weight: bold;
}

.red-line {
  border-bottom: #f00000 solid 2px;
}

.pink-line {
  border-bottom: #d51168 solid 2px;
}

.orange-line {
  border-bottom: #de5012 solid 2px;
}

.blue-line {
  border-bottom: #005faf solid 2px;
}

.arrowContainer {
  position: relative;
}

.character-fig {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.btnArea a.ico-pro-g .arrow:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -35px;
  width: 23px;
  height: 46px;
  background: url(/ph/coccoapo/products/img/icon_g_old.png) no-repeat 0 0;
}

.btnArea a.ico-pro-l .arrow:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -35px;
  width: 23px;
  height: 46px;
  background: url(/ph/coccoapo/products/img/icon_l_old.png) no-repeat 0 0;
}

.productBlock .figureContainer .imgBlock.imgBlock-2col {
  display: flex;
  justify-content: center;
}

.productBlock .figureContainer .imgBlock.imgBlock-2col figure {
  margin: 0 35px;
}

@media only screen and (max-width: 640px) {
  .ttl-box {
    margin: 40px 0 0 !important;
  }
  .ttl-box .headLine02 {
    width: 92% !important;
  }
  .character-fig {
    position: static;
    margin: 0 auto -30px;
    width: 30%;
  }
  .character-fig img {
    vertical-align: bottom;
  }
  .productBlock .figureContainer .imgBlock.imgBlock-2col {
    display: block;
  }
  .productBlock .figureContainer .imgBlock.imgBlock-2col figure {
    margin: 0 0 25px;
  }
  .productBlock .figureContainer .imgBlock.imgBlock-2col figure:last-child {
    margin-bottom: 0;
  }
}
.type01 .inner {
  position: relative;
}

.type01 .inner .self-tax {
  display: flex;
  position: absolute;
  top: -50px;
  right: 10px;
}

.type01 .inner .self-tax-logo {
  width: 110px;
}

.type01 .inner .self-tax-text {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .type01 .inner .self-tax {
    display: block;
    position: static;
    top: 0;
    right: 0;
    margin: 25px 10px 0;
  }
  .type01 .inner .self-tax-text {
    margin-top: 0;
    font-size: 14px;
  }
}
/*=================================

  202212 hp Refurbishment

=================================*/
.arrowContainer .text p.red-s-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

/*=================================

  202303 hp Refurbishment

=================================*/
@media only screen and (min-width: 641px) {
  .productBlock .figureContainer .imgBlock2 {
    margin: 0;
    padding: 0 0 40px;
  }
  .productBlock .figureContainer .imgBlock2.imgBlock-2col2 {
    display: flex;
    justify-content: center;
  }
  .productBlock .figureContainer .imgBlock2.imgBlock-2col2 figure {
    margin: 0 22px;
    text-align: center;
  }
  p.ytext {
    margin: 20px 0 20px;
    padding: 2px;
    background-color: #ffffd2;
    text-align: center;
    color: #333;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 18px;
    line-height: 1.8;
  }
  img.down {
    margin-top: 70px;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
  }
  /*商品詳細リンク*/
  .btnArea .rightBtn_ex {
    width: 484px;
  }
  .btnArea .rightBtn_g {
    width: 484px;
  }
  .btnArea .rightBtn_l {
    width: 484px;
  }
  .btnArea .rightBtn_ts {
    width: 484px;
  }
  .btnArea .rightBtn_ex {
    float: right;
  }
  .btnArea .rightBtn_g {
    float: right;
  }
  .btnArea .rightBtn_l {
    float: right;
  }
  .btnArea .rightBtn_ts {
    float: right;
  }
  .btnArea .rightBtn_ex a {
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    background: #e60024;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
  }
  .btnArea .rightBtn_g a {
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    background: #e95494;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
  }
  .btnArea .rightBtn_l a {
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    background: #ed7401;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
  }
  .btnArea .rightBtn_ts a {
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    background: #0158a8;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .productBlock .figureContainer .imgBlock2 {
    padding: 0 40px 30px;
  }
  .productBlock .figureContainer .imgBlock2.imgBlock-2col2 {
    display: block;
  }
  .productBlock .figureContainer .imgBlock2.imgBlock-2col2 figure {
    margin: 0 0 25px;
  }
  .productBlock .figureContainer .imgBlock2.imgBlock-2col2 figure:last-child {
    margin-bottom: 0;
  }
  p.ytext {
    margin: 15px 0 15px;
    padding: 2px;
    background-color: #ffffd2;
    text-align: center;
    color: #333;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    line-height: 1.8;
  }
  .btnArea .rightBtn_ex {
    float: none;
    clear: both;
    margin: 20px 0 0;
    width: auto;
    background: #e60024;
    text-align: center;
  }
  .btnArea .rightBtn_ex a {
    padding: 15px 0 15px 20px;
    background: #e60024;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
  }
  .btnArea .rightBtn_g {
    float: none;
    clear: both;
    margin: 20px 0 0;
    width: auto;
    background: #e95494;
    text-align: center;
  }
  .btnArea .rightBtn_g a {
    padding: 15px 0 15px 0;
    background: #e95494;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
  }
  .btnArea .rightBtn_l {
    float: none;
    clear: both;
    margin: 20px 0 0;
    width: auto;
    background: #ed7401;
    text-align: center;
  }
  .btnArea .rightBtn_l a {
    padding: 15px 40px 15px 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
  }
  .btnArea .rightBtn_ts {
    float: none;
    clear: both;
    margin: 20px 0 0;
    width: auto;
    background: #0158a8;
    text-align: center;
  }
  .btnArea .rightBtn_ts a {
    padding: 0 20px 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
  }
}
/*PCでは無効*/
.sp {
  display: none;
}

/*スマートフォンでは有効*/
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
/*end 202303*/
.diagnosisHeading {
  background-color: #572605;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (min-width: 641px) {
  .diagnosisHeading {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .diagnosisHeading {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 22px;
    line-height: 1.25;
  }
}
.bnr-diagnosis_link {
  display: block;
  text-align: center;
}

.bnr-diagnosis_link:hover {
  opacity: 0.6;
}