@charset "UTF-8";
/****************************************************************************************************
　TOP
****************************************************************************************************/
.type.top #mainContents {
  background: #f2f2f2;
}

.top #typeTitle {
  padding: 50px 0 0;
  background: url(/ph/coccoapo/type/img/top2023/bg_main.jpg) no-repeat center 0;
  background-size: cover;
}

.top .hdLead {
  margin: 10px 0 0;
  font-size: 3.6rem;
  font-weight: bold;
}

.top #typeCheckList {
  padding: 30px 0 0;
}

.top #typeCheckList ul {
  display: block;
  overflow: hidden;
}

.top #typeCheckList ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0 2% 0 0;
  width: 23.5%;
}

.top #typeCheckList ul li:last-child {
  margin-right: 0;
}

.top #typeCheckList ul li a {
  display: block;
  box-sizing: border-box;
  height: 826px;
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}

.top #typeCheckList ul li a p {
  margin: 0;
}

.top #typeCheckList ul li a .title {
  padding: 2% 5% 0;
}

.top #typeCheckList ul li a .detail .text {
  padding: 17% 5% 0;
}

.top #typeCheckList ul li a .detail .character {
  padding: 5% 15% 0;
}

.top #typeCheckList ul li a .detail .name {
  padding: 0 9% 0;
}

.top #typeCheckList ul li a .more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 13% 0 21%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.top #typeCheckList ul li.mogukokko a {
  background: url(/ph/coccoapo/type/img/top2023/bg01.png?231218) no-repeat 0 0;
  background-size: contain;
}

.top #typeCheckList ul li.irakokkko a {
  background: url(/ph/coccoapo/type/img/top2023/bg02.png?231218) no-repeat 0 0;
  background-size: contain;
}

.top #typeCheckList ul li.irakokkko .detail .character {
  padding: 10% 12% 0 18%;
}

.top #typeCheckList ul li.punyokokko a {
  background: url(/ph/coccoapo/type/img/top2023/bg03.png?231218) no-repeat 0 0;
  background-size: contain;
}

.top #typeCheckList ul li.punyokokko .detail .character {
  padding: 6% 17% 0;
}

.top #typeCheckList ul li.hiemukku a {
  background: url(/ph/coccoapo/type/img/top2023/bg04.png?231218) no-repeat 0 0;
  background-size: contain;
}

.top #typeCheckList ul li.hiemukku .detail .text {
  padding: 37% 5% 0;
}

.top #typeCheckList ul li.hiemukku .detail .character {
  padding: 5% 19% 0;
}

.top #matching {
  padding: 55px 0 0;
}

.top #matching h5 {
  margin: 0 0 19px;
  padding: 15px 0;
  border: solid 1px #b6b2ae;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.maching-wrapper {
  background-color: #fffcc8;
  /* background: url(/ph/coccoapo/img/bg_maching_banner.jpg) no-repeat top center; */
  background-size: 100% auto;
}

.top #matching .matching-banner {
  padding: 10px;
  /*background: #ff8400;*/
}

.top #matching .matching-banner a {
  display: block;
  background: #fff;
}

.top #matching .matching-banner a.spOnly {
  display: none;
}

.btnArea .btn_box a.pcOnly {
  display: block;
}

.btnArea .btn_box a.spOnly {
  display: none;
}

.top #matching .matching-count {
  margin: 0 0 15px;
  padding: 7px 10px 14px;
  text-align: center;
  /*background: #ff8400;*/
}

.top #matching .count-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 860px;
}

.top #matching .count-box .label {
  display: inline-flex;
  box-sizing: border-box;
  margin: 8px 0 8px;
  padding: 0 80px 0 0;
  width: 540px;
  height: 37px;
  background: url(/ph/coccoapo/img/matching_202212_arrow01_pc.png) no-repeat right center;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

.top #matching .count-box .box {
  display: inline-block;
  width: 320px;
  height: 39px;
  color: #4e438d;
  font-size: 20px;
  line-height: 20px;
}

.top #matching .count-box .box .num {
  padding: 0 2px 0 1px;
  color: #ff8400;
  font-size: 30px;
  line-height: 39px;
}

.top #matching .count-box .box .num span {
  display: inline-block;
  margin: 0 1px 0 2px;
  width: 31px;
  background: #fff;
  text-align: center;
  color: #ff1726;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top #typeTitle {
    margin: 0;
    padding: 4vw 0 0;
    height: 18vw;
    background: url(/ph/coccoapo/type/img/top2023/bg_main_sp.jpg) no-repeat center 0;
    background-size: 100% auto;
  }
  .top .hdLead {
    margin: 15px 0 0;
    font-size: 22px;
    line-height: 1.4;
  }
  .top #typeCheckList ul li a {
    height: 158.4vw;
  }
  .top #typeCheckList ul li {
    margin: 0 2% 0 0;
    width: 49%;
  }
  .top #typeCheckList ul li:nth-child(even) {
    margin-right: 0;
  }
  .top #typeCheckList ul li a .more {
    font-size: 4vw;
  }
  .top #typeCheckList ul li.punyokokko {
    margin-top: 6%;
  }
  .top #typeCheckList ul li.hiemukku {
    margin-top: 6%;
  }
  .top #matching {
    padding: 30px 0 40px;
  }
  .top #matching h5 {
    margin: 0 0 12px;
    padding: 10px 0;
    font-size: 16px;
  }
  .top #matching .matching-banner {
    padding: 5px 5px 0px;
  }
  .top #matching .matching-banner a.pcOnly {
    display: none;
  }
  .top #matching .matching-banner a.spOnly {
    display: block;
  }
  .btnArea .btn_box a.pcOnly {
    display: none;
  }
  .btnArea .btn_box a.spOnly {
    display: block;
  }
  .top #matching .matching-count {
    margin: 0 0 40px;
    padding: 0 0 14px;
  }
  .top #matching .count-box {
    display: inline-block;
    margin: 0 auto;
    width: 265px;
  }
  .top #matching .count-box .label {
    display: block;
    margin: 12px auto 6px;
    padding: 0;
    width: 238px;
    height: auto;
    background: none;
    font-size: 15px;
    line-height: 22px;
  }
  .top #matching .count-box .box {
    display: block;
    padding: 0 0 0 60px;
    width: 100%;
    height: 32px;
    background: url(/ph/coccoapo/img/matching_202212_arrow01_sp.png) no-repeat 0 center;
    background-size: auto 19px;
    font-size: 13px;
  }
  .top #matching .count-box .box .num {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
  }
  .top #matching .count-box .box .num span {
    width: 20px;
  }
}
/****************************************************************************************************
　type
****************************************************************************************************/
.type * {
  margin: 0;
  padding: 0;
}

.type #mainContents * {
  box-sizing: border-box;
}

.sp {
  display: none;
}

a.hover:hover {
  opacity: 0.8;
}

.mainArea .upperPart {
  background: url(/ph/coccoapo/type/img/bg_mogukokko.png) no-repeat top left;
  background-size: cover;
}

.mainArea .upperPart .inner {
  position: relative;
  margin: 0 auto;
  padding: 52px 0 42px;
  max-width: 1000px;
}

.mainArea .upperPart .inner .character_area {
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 65%;
}

.mainArea .upperPart .inner .title_area {
  position: relative;
  margin-left: 22.6%;
  width: 56%;
}

.mainArea .upperPart .inner .txt {
  position: relative;
  margin-top: 30px;
  margin-left: 32%;
}

.mainArea .upperPart .inner .icon {
  position: absolute;
  top: 62px;
  right: 0;
}

.mainArea .upperPart .inner .profile_cont {
  position: relative;
  margin: 60px 0 0 29%;
  padding: 46px 20px 2% 16px;
  border: 0 solid #fff;
  border-radius: 10px;
  max-width: 710px;
  background: #fff;
}

.mainArea .upperPart .inner .profile_cont .frof_ttl {
  position: absolute;
  top: -8%;
  left: 3%;
  width: 51%;
  max-width: 358px;
}

.mainArea .upperPart .inner .profile_cont table tr th {
  display: flex;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 3px 3px 3px 7px;
  width: 116px;
  background: #ddd;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
}

.mainArea .upperPart .inner .profile_cont table tr td {
  box-sizing: border-box;
  padding: 5px 3px 2px 7px;
  text-align: left;
  font-size: 17px;
}

.mainArea .upperPart .inner .profile_cont table tr td p {
  margin: 0;
}

.mainArea .upperPart .inner .profile_cont table tr td:last-child {
  padding: 0 3px 0 7px;
}

.mainArea .beneath {
  background-color: #ec4954;
}

.mainArea .beneath .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
}

.mainArea .beneath .inner p {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.typeInfo_box {
  border: 5px solid #9a9a9a;
  /* display: flex; */
}

.typeInfo_box .ttl {
  display: flex;
  align-items: center;
  padding: 18px 24px 16px 23px;
  background-color: #ff7c7c;
}

.typeInfo_box .ttl img {
  width: 100%;
}

.typeInfo_box.state {
  position: relative;
}

.typeInfo_box.state .cont p {
  color: #555;
  font-size: 20px;
}

.typeInfo_box.state .cont p span {
  background: linear-gradient(0deg, rgb(251, 237, 24) 38%, rgba(232, 242, 251, 0) 39%);
}

.typeInfo_box.state::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -46px;
  left: 0;
  margin: auto;
  width: 46px;
  height: 28px;
  background: url("../img/arrow_img.png") no-repeat center;
  background-size: contain;
}

.typeInfo_box.advice .cont li {
  padding-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
}

.typeInfo_box .cont {
  margin: 0 auto;
  padding: 40px 0;
  /* width: 918px; */
  width: 870px;
  letter-spacing: -0.025em;
  /* padding: 26px 42px 26px 25px; */
}

.typeInfo_box p {
  margin: 0;
}

.typeInfo_box + .typeInfo_box {
  margin: 57px 0 0;
}

.btnArea {
  margin: 60px 0 0;
}

.btnArea .btn_box {
  margin: 0 auto;
  width: 686px;
}

.btnArea .btn_box a {
  display: block;
}

.btnArea .btn_box a + a {
  margin-top: 35px;
}

.btnArea .btn_colTwo {
  display: flex;
  justify-content: space-between;
}

.btnArea .btn_colTwo a {
  display: block;
  width: 489px;
}

.typeArea {
  background-color: #f2f2f2;
}

.typeArea ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 70px 0 72px;
  width: 1000px;
}

/*type2 イラコッコ*/
.type2 .upperPart {
  background: url(/ph/coccoapo/type/img/bg_irakokko.png) no-repeat top left;
  background-size: cover;
}

.type2 .beneath {
  background-color: #e9629f;
}

/* .type2 .typeInfo_box {
  border: 5px solid #f791bd;
}

.type2 .typeInfo_box .ttl {
  background-color: #f791bd;
} */
/*type3 プニョコッコ*/
.type3 .upperPart {
  background: url(/ph/coccoapo/type/img/bg_punyokokko.png) no-repeat top left;
  background-size: cover;
}

.type3 .beneath {
  background-color: #ef7d30;
}

/* .type3 .typeInfo_box {
  border: 5px solid #fba468;
}

.type3 .typeInfo_box .ttl {
  background-color: #fba468;
} */
/*type4 ヒエムック*/
.type4 .upperPart {
  background: url(/ph/coccoapo/type/img/bg_hiemukku.png) no-repeat top left;
  background-size: cover;
}

.type4 .beneath {
  background-color: #009cd9;
}

/* .type4 .typeInfo_box {
  border: 5px solid #47beec;
}

.type4 .typeInfo_box .ttl {
  background-color: #47beec;
} */
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mainArea .upperPart {
    background: url(/ph/coccoapo/type/img/bg_mogukokko.png) no-repeat top left;
    background-size: cover;
  }
  .mainArea .upperPart .inner {
    padding: 7.2% 0 21px;
  }
  .mainArea .upperPart .inner .character_area {
    bottom: auto;
    left: -5%;
    width: 65%;
  }
  .mainArea .upperPart .inner .title_area {
    margin: auto;
    margin-left: 0;
    width: 74.6666666667%;
  }
  .mainArea .upperPart .inner .txt {
    margin-top: 34.6666666667%;
    margin-left: 46.6666666667%;
    width: 48.5333333333%;
  }
  .mainArea .upperPart .inner .icon {
    top: 20vw;
    right: 20%;
    width: 22.4%;
  }
  .mainArea .upperPart .inner .profile_cont {
    margin: 10.6666666667% 10px 0;
    padding: 8% 13px 4.2% 10px;
    border-radius: 5px;
  }
  .mainArea .upperPart .inner .profile_cont .frof_ttl {
    top: -14px;
  }
  .mainArea .upperPart .inner .profile_cont table tr th {
    margin: 0 0 10px;
    padding: 3px 3px 3px 5px;
    width: 96px;
    font-size: 14px;
  }
  .mainArea .upperPart .inner .profile_cont table tr td {
    font-size: 14px;
  }
  .mainArea .upperPart .inner .profile_cont table tr td p {
    font-size: 14px;
    line-height: 1.6;
  }
  .mainArea .upperPart .inner .profile_cont table tr td:last-child {
    padding: 0 3px 0 7px;
  }
  .mainArea .beneath .inner {
    padding: 25px 10px;
    width: 100%;
  }
  .mainArea .beneath .inner p {
    font-size: 16px;
  }
  .typeInfo_box {
    border: 2px solid #9a9a9a;
  }
  .typeInfo_box .ttl {
    padding: 0 2.42%;
    width: 10.2%;
  }
  .typeInfo_box.state .cont p {
    font-size: 16px;
  }
  .typeInfo_box.state::after {
    bottom: -48px;
    margin: auto;
    width: 43px;
    height: 26px;
  }
  .typeInfo_box.advice .cont li {
    padding-top: 2px;
    padding-left: 0;
    text-indent: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .typeInfo_box .cont {
    padding: 20px 20px 20px 15px;
    width: 100%;
  }
  .typeInfo_box + .typeInfo_box {
    margin: 53px 0 0;
  }
  .typeInfo {
    margin: 22px 0 0;
  }
  .btnArea {
    margin: 5.3333333333% 0 8.4%;
  }
  .btnArea .btn_box {
    margin: 0 auto 8%;
    width: 100%;
  }
  .btnArea .btn_box a {
    display: block;
  }
  .btnArea .btn_box a + a {
    margin-top: 5.3333333333%;
  }
  .btnArea .btn_colTwo {
    display: block;
    margin: auto;
    width: 86.6666666667%;
  }
  .btnArea .btn_colTwo a {
    width: 100%;
  }
  .btnArea .btn_colTwo a + a {
    margin-top: 6.6666666667%;
  }
  .typeArea ul {
    padding: 35px 10px 33px;
    width: 100%;
  }
  .typeArea ul li {
    width: 30.6666666667%;
  }
  /*type2 イラコッコ*/
  .type2 .upperPart {
    background: url(/ph/coccoapo/type/img/bg_irakokko.png) no-repeat top left;
    background-size: cover;
  }
  /* .type2 .typeInfo_box {
    border: 2px solid #f791bd;
  } */
  /*type3 プニョコッコ*/
  .type3 .upperPart {
    background: url(/ph/coccoapo/type/img/bg_punyokokko.png) no-repeat top left;
    background-size: cover;
  }
  /* .type3 .typeInfo_box {
    border: 2px solid #fba468;
  } */
  /*type4 ヒエムック*/
  .type4 .upperPart {
    background: url(/ph/coccoapo/type/img/bg_hiemukku.png) no-repeat top left;
    background-size: cover;
  }
  .type4 .typeInfo_box {
    border: 2px solid #47beec;
  }
}
/*=================================

	202102 renewal

=================================*/
.mv {
  margin: 0 auto;
  max-width: 1300px;
}

.state-ttl {
  width: 169px;
}

.advice-box {
  display: flex;
  position: relative;
  margin-top: 60px;
  padding: 32px 0 13px 29px;
  width: 988px;
  background: #ffd9d9;
}

.advice-box.iraira {
  background: #fccfe2;
}

.advice-box.mizubutori {
  background: #fdceae;
}

.advice-box.hie {
  background: #caecf9;
}

.advice-box::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 12px;
  border: #ff7c7c solid 5px;
  width: 988px;
  height: 100%;
}

.advice-box.iraira::before {
  border-color: #f791bc;
}

.advice-box.mizubutori::before {
  border-color: #fba468;
}

.advice-box.hie::before {
  border-color: #47beec;
}

.advice-ttl {
  margin-right: 15px;
  width: 149px;
}

.advice-box .cont {
  width: 730px;
  letter-spacing: -0.025em;
  font-size: 16px;
  line-height: 1.875;
}

.advice-box .cont p {
  color: #555;
}

.advice-box .cont ul li {
  padding-left: 1em;
  text-indent: -1em;
  color: #555;
}

.btn2col {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}

.btn2col div {
  width: 489px;
}

.btn2col div img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .state-ttl {
    width: 40.4vw;
  }
  .advice-box {
    display: block;
    position: relative;
    margin-top: 60px;
    padding: 6vw 4.5vw 6vw 6vw;
    width: 93.067vw;
    background: #ffd9d9;
  }
  .advice-box::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: 1.6vw;
    border: #ff7c7c solid 2px;
    width: 93.067vw;
    height: 100%;
  }
  .advice-ttl {
    margin: 0 auto 2.667vw;
    width: 48.8vw;
  }
  .advice-box .cont {
    width: auto;
    font-size: 14px;
    line-height: 1.714;
  }
  .btn2col {
    display: block;
    margin-top: 7.333vw;
  }
  .btn2col div {
    margin: 0 auto 9.6vw;
    width: 86.933vw;
  }
  .btn2col div:first-child {
    margin-bottom: 6.4vw;
  }
}
/*=================================

  202212 hp Refurbishment

=================================*/
.inner .inner_lead {
  padding-bottom: 5px;
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 640px) {
  .inner .inner_lead img {
    margin: 0 auto;
  }
}
.diagnosisHeading {
  background-color: #572605;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 639.98px) {
  .diagnosisHeading {
    margin-top: 63px;
    margin-bottom: 28px;
    padding: 15px;
    font-size: 22px;
    line-height: 1.25;
  }
}
@media (min-width: 640px) {
  .diagnosisHeading {
    margin-top: 65px;
    margin-bottom: 35px;
    padding: 20px;
    font-size: 30px;
  }
}

@media (max-width: 639.98px) {
  #diagnosis {
    margin: 0 0 70px;
  }
}

@media (min-width: 640px) {
  .diagnosisInner {
    margin: 0 auto 50px;
  }
}

.diagnosisLink {
  display: block;
  position: relative;
}
@media (min-width: 640px) {
  .diagnosisLink {
    height: 429px;
  }
}
.diagnosisLink:visited,
.diagnosisLink:link {
  text-decoration: none;
}

@media (min-width: 640px) {
  .diagnosisBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.diagnosisCounterContents {
  display: grid;
  align-items: center;
  position: absolute;

  grid-template-rows: auto;
}
@media (max-width: 639.98px) {
  .diagnosisCounterContents {
    bottom: 5px;
    left: 30px;

    grid-template-columns: 78px 1fr;
    gap: 0 10px;
  }
}
@media (min-width: 640px) {
  .diagnosisCounterContents {
    bottom: 73px;
    left: 85px;

    grid-template-columns: 156px 500px;
    gap: 0 14px;
  }
}

@media (max-width: 639.98px) {
  .diagnosisCounterLabel img {
    width: 78px;
  }
}
@media (min-width: 640px) {
  .diagnosisCounterLabel img {
    width: 156px;
  }
}

.diagnosisCounter {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-weight: bold;

  grid-template-columns: repeat(3, auto);
}
@media (max-width: 639.98px) {
  .diagnosisCounter {
    font-size: 12px;

    gap: 0 5px;
  }
}
@media (min-width: 640px) {
  .diagnosisCounter {
    font-size: 18px;

    gap: 0 10px;
    grid-template-columns: repeat(3, auto);
  }
}

.lineup-diagnosis_counter-num {
  display: inline-grid;
}
@media (max-width: 639.98px) {
  .lineup-diagnosis_counter-num {
    grid-template-columns: repeat(7, 22px);
    grid-template-rows: 30px;
    gap: 0 5px;
  }
}
@media (min-width: 640px) {
  .lineup-diagnosis_counter-num {
    align-items: center;

    grid-template-columns: repeat(7, 40px);
    grid-template-rows: 56px;
    gap: 0 8px;
  }
}
.lineup-diagnosis_counter-num span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #363636;
}
@media (max-width: 639.98px) {
  .lineup-diagnosis_counter-num span {
    padding-top: 1px;
    padding-left: 1px;
    border-radius: 5px;
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .lineup-diagnosis_counter-num span {
    padding-top: 2px;
    padding-left: 2px;
    border-radius: 6px;
    font-size: 38px;
  }
}