/*menu*/
@media only screen and (min-width: 641px) {
  .products #siteHeader .siteUtility .siteLinks #menu_products {
    background: url(/ph/coccoapo/common/img/br_gnavi_on.png) no-repeat 2px bottom;
  }
}
/* base */
.products * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.products .cf {
  content: "";
  display: block;
  clear: both;
}

.products em {
  font-style: normal;
}

.products .fw_b {
  font-weight: bold !important;
}

.products .fw_n {
  font-weight: normal !important;
}

@media print, screen and (min-width: 641px) {
  #mainContents {
    min-width: 1300px;
  }
  .products .sp {
    display: none;
  }
  .products a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .products .pc {
    display: none;
  }
}
/* sec01 */
.products #sec01 h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: repeat-x;
  background-position: center center;
}

@media print, screen and (min-width: 641px) {
  .products #sec01 {
    margin-bottom: 95px;
  }
  .products #sec01 h1 {
    margin-bottom: 80px;
    height: 100px;
  }
  .products #sec01 .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    padding-right: 75px;
    padding-left: 90px;
    width: 1300px;
  }
  .products #sec01 .box .img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 500px;
  }
  .products #sec01 .box .img .img01 {
    width: 308px;
  }
  .products #sec01 .box .img .img02 {
    width: 192px;
    text-align: center;
    font-size: 16px;
  }
  .products #sec01 .box .check {
    padding-top: 90px;
    width: 642px;
  }
  .products #sec01 .box .check .selfTax {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
    height: 48px;
  }
  .products #sec01 .box .check .selfTax .logo img {
    width: auto;
    height: 48px;
  }
  .products #sec01 .box .check .selfTax .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .products #sec01 {
    margin-bottom: 35px;
  }
  .products #sec01 h1 {
    margin-bottom: 29px;
    height: 40px;
    background-size: auto 50px;
  }
  .products #sec01 h1 img {
    height: 30px;
  }
  .products #sec01 .img .img01 {
    margin-bottom: 20px;
    text-align: center;
  }
  .products #sec01 .img .img01 img {
    height: 409px;
  }
  .products #sec01 .img .img02 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
  }
  .products #sec01 .img .img02 img {
    margin-bottom: 5px;
    width: 86px;
  }
  .products #sec01 .box .check {
    margin: 0 20px;
  }
  .products #sec01 .box .check .selfTax {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
  }
  .products #sec01 .box .check .selfTax .logo {
    margin-right: 5px;
  }
  .products #sec01 .box .check .selfTax .logo img {
    width: auto;
    height: 32px;
  }
  .products #sec01 .box .check .selfTax .text {
    font-size: 14px;
  }
}
/* sec02 */
@media print, screen and (min-width: 641px) {
  .products #sec02 {
    margin: 0 auto 55px;
    width: 1300px;
  }
  .products #sec02 h2 {
    margin-bottom: 0;
    width: 1160px;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .products #sec02 h2 span {
    display: inline-block;
    padding: 0 1em;
    border-width: 2px;
    border-style: solid;
    border-radius: 29px;
    min-width: 550px;
    height: 58px;
    background-color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 54px;
  }
  .products #sec02 .box01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .products #sec02 .box01 .text {
    padding-top: 25px;
    width: 575px;
  }
  .products #sec02 .box01 .text p {
    font-size: 24px;
    line-height: 1.3;
  }
  .products #sec02 .box01 .text p em {
    font-weight: bold;
  }
  .products #sec02 .box01 .text p + p {
    margin-top: 55px;
  }
  .products #sec02 .box01 .text p.note {
    margin-top: 10px;
    font-size: 20px;
  }
  .products #sec02 .box01 .img {
    width: 650px;
  }
  .products #sec02 .box02 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 35px;
    width: 1150px;
  }
  .products #sec02 .box02::before,
  .products #sec02 .box02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -59px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 23px;
    height: 118px;
  }
  .products #sec02 .box02::before {
    left: 0;
    border-left: 1px solid #000;
  }
  .products #sec02 .box02::after {
    right: 0;
    border-right: 1px solid #000;
  }
  .products #sec02 .box02 .text {
    margin-right: 15px;
    width: 940px;
    font-size: 21px;
    line-height: 1.4;
  }
  .products #sec02 .box02 .img {
    width: 128px;
  }
}
@media screen and (max-width: 640px) {
  .products #sec02 {
    margin: 0 32px 70px;
  }
  .products #sec02 h2 span {
    display: block;
    padding: 2px 20px 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
  }
  .products #sec02 .box01 .text {
    margin-bottom: 30px;
  }
  .products #sec02 .box01 .text p {
    font-size: 16px;
    line-height: 1.4;
  }
  .products #sec02 .box01 .text p em {
    font-weight: bold;
  }
  .products #sec02 .box01 .text p + p {
    margin-top: 40px;
  }
  .products #sec02 .box01 .text p.note {
    margin-top: 10px;
    font-size: 14px;
  }
  .products #sec02 .box01 .img {
    margin: 0 -10px;
  }
  .products #sec02 .box02 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
    padding: 10px 0;
  }
  .products #sec02 .box02::before,
  .products #sec02 .box02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 15px;
    height: 100%;
  }
  .products #sec02 .box02::before {
    left: 0;
    border-left: 1px solid #000;
  }
  .products #sec02 .box02::after {
    right: 0;
    border-right: 1px solid #000;
  }
  .products #sec02 .box02 .text {
    padding-left: 24px;
    width: calc(100% - 116px);
    font-size: 14px;
    line-height: 1.4;
  }
  .products #sec02 .box02 .img {
    width: 116px;
    text-align: center;
  }
  .products #sec02 .box02 .img img {
    width: 82px;
  }
}
/* sec03 */
.products.e #sec03 h2 {
  border-bottom-color: #e60020;
}

.products.g #sec03 h2 {
  border-bottom-color: #e63082;
}

.products.l #sec03 h2 {
  border-bottom-color: #ff9418;
}

.products.t #sec03 h2 {
  border-bottom-color: #0081cc;
}

.products.e #sec03 .bnr .bnr01 .btn01 a {
  background-color: #e60020;
}

.products.g #sec03 .bnr .bnr01 .btn01 a {
  background-color: #e63082;
}

.products.l #sec03 .bnr .bnr01 .btn01 a {
  background-color: #ff9418;
}

.products.t #sec03 .bnr .bnr01 .btn01 a {
  background-color: #0081cc;
}

@media print, screen and (min-width: 641px) {
  .products #sec03 {
    margin: 0 auto 70px;
    width: 1150px;
  }
  .products #sec03 h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    font-size: 43px;
    line-height: 1;
  }
  .products #sec03 .text01 {
    margin-bottom: 25px;
    /*font-style: italic;*/
  }
  .products #sec03 .text01 span {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #ffffd2;
    font-size: 22px;
    line-height: 44px;
  }
  .products #sec03 .img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 90px;
  }
  .products.l #sec03 .img,
  .products.t #sec03 .img {
    justify-content: center;
  }
  .products #sec03 .bnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .products #sec03 .bnr > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    background-color: #fff;
  }
  .products #sec03 .bnr .bnr01 {
    width: 630px;
  }
  .products #sec03 .bnr .bnr01 .text {
    width: 370px;
    font-size: 22px;
    line-height: 1.3;

    font-feature-settings: "palt";
  }
  .products #sec03 .bnr .bnr02 {
    width: 500px;
  }
  .products #sec03 .bnr .btn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 237px;
    height: 62px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }
  .products #sec03 .bnr .btn01 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
  .products #sec03 .bnr .btn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 335px;
    height: 62px;
    background-color: #818181;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }
  .products #sec03 .bnr .btn02 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -17px;
    width: 26px;
    height: 34px;
    background: url(/ph/coccoapo/products/img/2023/icon_pdf01_pc.png);
  }
  .products #sec03 .bnr .btn02 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 640px) {
  .products #sec03 {
    margin: 0 32px 70px;
  }
  .products #sec03 h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    font-size: 28px;
    line-height: 1;
  }
  .products #sec03 .text01 {
    margin-bottom: 15px;
    /*font-style: italic;*/
  }
  .products #sec03 .text01 span {
    display: inline-block;
    padding: 1em 1em 1em 2em;
    background-color: #ffffd2;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.4;
  }
  .products #sec03 .img .img01,
  .products #sec03 .img .img02 {
    margin-bottom: 25px;
  }
  .products #sec03 .bnr {
    margin-bottom: 65px;
  }
  .products #sec03 .bnr .text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .products #sec03 .bnr .btn01 {
    margin-bottom: 15px;
  }
  .products #sec03 .bnr .btn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 62px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }
  .products #sec03 .bnr .btn01 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
  .products #sec03 .bnr .btn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 15px;
    height: 62px;
    background-color: #8c8c8c;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }
  .products #sec03 .bnr .btn02 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -17px;
    width: 25px;
    height: 34px;
    background: url(/ph/coccoapo/products/img/2023/icon_pdf01_sp.png);
    background-size: contain;
  }
  .products #sec03 .bnr .btn02 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}
/* sec04 */
.products.e #sec04 > nav > ul::after {
  background-color: #e60020;
}

.products.g #sec04 > nav > ul::after {
  background-color: #e63082;
}

.products.l #sec04 > nav > ul::after {
  background-color: #ff9418;
}

.products.t #sec04 > nav > ul::after {
  background-color: #0081cc;
}

.products.e #sec04 > .box > h2 {
  border-bottom-color: #e60020;
}

.products.g #sec04 > .box > h2 {
  border-bottom-color: #e63082;
}

.products.l #sec04 > .box > h2 {
  border-bottom-color: #ff9418;
}

.products.t #sec04 > .box > h2 {
  border-bottom-color: #0081cc;
}

.products.e #sec04 > .box04 h3 > span.title {
  border-color: #e60020;
  color: #e60020;
}

.products.g #sec04 > .box04 h3 > span.title {
  border-color: #e63082;
  color: #e63082;
}

.products.l #sec04 > .box04 h3 > span.title {
  border-color: #ff9418;
  color: #ff9418;
}

.products.t #sec04 > .box04 h3 > span.title {
  border-color: #0081cc;
  color: #0081cc;
}

.products.e #sec04 > .box table th {
  background-color: rgba(230, 0, 32, 0.4);
}

.products.g #sec04 > .box table th {
  background-color: rgba(230, 48, 130, 0.4);
}

.products.l #sec04 > .box table th {
  background-color: rgba(255, 148, 24, 0.4);
}

.products.t #sec04 > .box table th {
  background-color: rgba(0, 129, 204, 0.4);
}

.products.e #sec04 > .box table td {
  background-color: rgba(230, 0, 32, 0.1);
}

.products.g #sec04 > .box table td {
  background-color: rgba(230, 48, 130, 0.1);
}

.products.l #sec04 > .box table td {
  background-color: rgba(255, 148, 24, 0.1);
}

.products.t #sec04 > .box table td {
  background-color: rgba(0, 129, 204, 0.1);
}

.products.e #sec04 > .box06 > .ans {
  border-color: #e60020;
}

.products.g #sec04 > .box06 > .ans {
  border-color: #e63082;
}

.products.l #sec04 > .box06 > .ans {
  border-color: #ff9418;
}

.products.t #sec04 > .box06 > .ans {
  border-color: #0081cc;
}

.products.e #sec04 > .box06 > .ans::before {
  background-image: url(/ph/coccoapo/products/img/2023/e/sec04_bg_a.png);
  color: #e60020;
}

.products.g #sec04 > .box06 > .ans::before {
  background-image: url(/ph/coccoapo/products/img/2023/g/sec04_bg_a.png);
  color: #e63082;
}

.products.l #sec04 > .box06 > .ans::before {
  background-image: url(/ph/coccoapo/products/img/2023/l/sec04_bg_a.png);
  color: #ff9418;
}

.products.t #sec04 > .box06 > .ans::before {
  background-image: url(/ph/coccoapo/products/img/2023/t/sec04_bg_a.png);
  color: #0081cc;
}

.products.e #sec04 > .box06 > .btn01::before {
  border-top-color: #e60020;
}

.products.g #sec04 > .box06 > .btn01::before {
  border-top-color: #e63082;
}

.products.l #sec04 > .box06 > .btn01::before {
  border-top-color: #ff9418;
}

.products.t #sec04 > .box06 > .btn01::before {
  border-top-color: #0081cc;
}

.products #sec04 > .box table th {
  font-weight: normal;
}

.products #sec04 > .box06 > .ans > p em.marker {
  background: linear-gradient(transparent 70%, #fffa00 70%);
}

@media print, screen and (min-width: 641px) {
  .products #sec04 {
    margin: 0 auto 130px;
    width: 1150px;
  }
  .products #sec04 > nav {
    position: relative;
  }
  .products #sec04 > nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 92px;
  }
  .products #sec04 > nav > ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
  }
  .products #sec04 > nav > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    width: 190px;
    height: 92px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    line-height: 1.25;
  }
  .products #sec04 > nav > ul > li.current,
  .products #sec04 > nav > ul > li:hover {
    background-position: 0 bottom;
    color: #fff;
    font-weight: bold;
  }
  .products #sec04 > .box {
    margin-top: 70px;
  }
  .products #sec04 > .box > h2 {
    margin-bottom: 75px;
    padding-bottom: 15px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    font-size: 43px;
    line-height: 1;
  }
  .products #sec04 > .box > h2 > span {
    vertical-align: middle;
    font-size: 27px;
  }
  .products #sec04 > .box01 p,
  .products #sec04 > .box02 p {
    font-size: 25px;
    line-height: 1.44;
  }
  .products #sec04 > .box03 p {
    font-size: 28px;
  }
  .products #sec04 > .box table tr td {
    border-top: 8px solid #fff;
  }
  .products #sec04 > .box table th + th,
  .products #sec04 > .box table td + td {
    border-left: 8px solid #fff;
  }
  .products #sec04 > .box03 table {
    width: 100%;
    border-collapse: collapse;
  }
  .products #sec04 > .box03 table th,
  .products #sec04 > .box03 table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
  }
  .products #sec04 > .box03 table td {
    width: 296px;
  }
  .products #sec04 > .box03 table .wide {
    width: 531px;
  }
  .products #sec04 > .box04 h3 {
    vertical-align: middle;
    font-size: 24px;
  }
  .products #sec04 > .box04 h3 > span.title {
    display: inline-block;
    margin: 15px 0;
    padding: 8px 12px;
    border-width: 2px;
    border-style: solid;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
  }
  .products #sec04 > .box04 ol {
    font-size: 25px;
    line-height: 1.44;
  }
  .products #sec04 > .box04 ol > li {
    padding-left: 1.32em;
    text-indent: -1.32em;
  }
  .products #sec04 > .box04 ol > li > .text01 {
    text-indent: 0;
    font-size: 24px;
    line-height: 1.33;
  }
  .products #sec04 > .box04 table {
    margin: 15px 0;
    width: 100%;
  }
  .products #sec04 > .box04 table th,
  .products #sec04 > .box04 table td {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.25;
  }
  .products #sec04 > .box04 table th {
    text-align: center;
  }
  .products #sec04 > .box04 table tr > td:first-child {
    width: 254px;
    text-align: center;
  }
  .products #sec04 > .box04 .text02 {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .products #sec04 > .box05 .text01 {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .products #sec04 > .box05 ol > li {
    padding-left: 1.85em;
    text-indent: -1.85em;
    font-size: 25px;
    line-height: 1.44;
  }
  .products #sec04 > .box06 > .que,
  .products #sec04 > .box06 > .ans {
    overflow: hidden;
    position: relative;
    margin: 0 50px;
    padding: 35px 50px 35px 95px;
    border-radius: 20px;
  }
  .products #sec04 > .box06 > .que {
    border: 1px solid #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
  }
  .products #sec04 > .box06 > .ans {
    margin-top: -1px;
    border-width: 1px;
    border-style: solid;
  }
  .products #sec04 > .box06 > .ans > p {
    font-size: 20px;
    line-height: 1.5;
  }
  .products #sec04 > .box06 > .ans > p + p {
    margin-top: 0.5em;
  }
  .products #sec04 > .box06 > .ans > p em {
    font-weight: bold;
  }
  .products #sec04 > .box06 > .qaLine {
    display: block;
    margin: 70px 0;
    border: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(-45deg, #fff 25%, #707070 25%, #707070 50%, #fff 50%, #fff 75%, #707070 75%);
    background-size: 6px;
  }
  .products #sec04 > .box06 > .que::before,
  .products #sec04 > .box06 > .ans::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    width: 48px;
    height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: center;
    font-size: 31px;
  }
  .products #sec04 > .box06 > .que::before {
    content: "Q";
    background-image: url(/ph/coccoapo/products/img/2023/sec04_bg_q.png);
  }
  .products #sec04 > .box06 > .ans::before {
    content: "A";
  }
  .products #sec04 > .box06 > .btn01 {
    position: relative;
    padding-top: 100px;
    text-align: center;
  }
  .products #sec04 > .box06 > .btn01::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -83px;
    border-top-width: 28px;
    border-top-style: solid;
    border-right: 83px solid transparent;
    border-bottom: 0;
    border-left: 83px solid transparent;
  }
}
@media screen and (max-width: 640px) {
  .products #sec04 {
    margin-bottom: 50px;
  }
  .products #sec04 > nav {
    position: relative;
    padding-bottom: 3px;
  }
  .products #sec04 > nav > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .products #sec04 > nav > ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .products #sec04 > nav > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0 4px;
    border-width: 1px;
    border-style: 128px auto;
    border-style: solid;
    border-bottom-width: 0;
    border-radius: 6px 6px 0 0;
    width: 16.6666666667%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2.8vw;
    line-height: 1.1;
  }
  .products #sec04 > nav > ul > li.current {
    background-position: 0 bottom;
    color: #fff;
    font-weight: bold;
  }
  .products.e #sec04 > nav > ul > li.current {
    background-color: #e60020;
  }
  .products.g #sec04 > nav > ul > li.current {
    background-color: #e63082;
  }
  .products.l #sec04 > nav > ul > li.current {
    background-color: #ff9418;
  }
  .products.t #sec04 > nav > ul > li.current {
    background-color: #0081cc;
  }
  .products #sec04 > .box {
    margin-top: 35px;
    padding: 0 25px;
  }
  .products #sec04 > .box > h2 {
    margin: 0 -25px 15px;
    padding: 0 25px 10px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    font-size: 20px;
    line-height: 1;
  }
  .products #sec04 > .box > h2 > span {
    vertical-align: middle;
    font-size: 13px;
  }
  .products #sec04 > .box01 p,
  .products #sec04 > .box02 p {
    font-size: 16px;
    line-height: 1.44;
  }
  .products #sec04 > .box03 p {
    font-size: 15px;
  }
  .products #sec04 > .box table tr td {
    border-top: 5px solid #fff;
  }
  .products #sec04 > .box table th + th,
  .products #sec04 > .box table td + td {
    border-left: 5px solid #fff;
  }
  .products #sec04 > .box03 table {
    width: 100%;
    border-collapse: collapse;
  }
  .products #sec04 > .box03 table th,
  .products #sec04 > .box03 table td {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
  .products #sec04 > .box03 table td {
    width: 26%;
  }
  .products #sec04 > .box03 table .wide {
    width: 48%;
  }
  .products #sec04 > .box04 h3 {
    margin: 15px 0 10px;
    vertical-align: middle;
    font-size: 16px;
  }
  .products #sec04 > .box04 h3 > span.title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 8px 1px;
    border-width: 1px;
    border-style: solid;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  .products #sec04 > .box04 h3 > span:last-child {
    margin-bottom: 0;
  }
  .products #sec04 > .box04 ol {
    font-size: 16px;
    line-height: 1.44;
  }
  .products #sec04 > .box04 ol > li {
    padding-left: 1.32em;
    text-indent: -1.32em;
  }
  .products #sec04 > .box04 ol > li > .text01 {
    text-indent: 0;
    font-size: 15px;
    line-height: 1.33;
  }
  .products #sec04 > .box04 table {
    margin: 20px 0;
    width: 100%;
  }
  .products #sec04 > .box04 table th,
  .products #sec04 > .box04 table td {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.25;
  }
  .products #sec04 > .box04 table th {
    text-align: center;
  }
  .products #sec04 > .box04 table tr > td:first-child {
    width: 27%;
    text-align: center;
  }
  .products #sec04 > .box04 .text02 {
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.3;
  }
  .products #sec04 > .box05 .text01 {
    margin-bottom: 0.5em;
    font-size: 16px;
  }
  .products #sec04 > .box05 ol > li {
    padding-left: 1.85em;
    text-indent: -1.85em;
    font-size: 16px;
    line-height: 1.44;
  }
  .products #sec04 > .box06 > .que,
  .products #sec04 > .box06 > .ans {
    overflow: hidden;
    position: relative;
    padding: 15px 10px 15px 50px;
    border-radius: 20px;
  }
  .products #sec04 > .box06 > .que {
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
  .products #sec04 > .box06 > .ans {
    margin-top: -1px;
    border-width: 1px;
    border-style: solid;
  }
  .products #sec04 > .box06 > .ans > p {
    font-size: 13px;
    line-height: 1.5;
  }
  .products #sec04 > .box06 > .ans > p + p {
    margin-top: 0.5em;
  }
  .products #sec04 > .box06 > .ans > p em {
    font-weight: bold;
  }
  .products #sec04 > .box06 > .qaLine {
    display: block;
    margin: 25px -25px;
    border: 0;
    height: 4px;
    background-image: linear-gradient(-45deg, #fff 25%, #707070 25%, #707070 50%, #fff 50%, #fff 75%, #707070 75%);
    background-size: 4px;
  }
  .products #sec04 > .box06 > .que::before,
  .products #sec04 > .box06 > .ans::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 5px;
    width: 30px;
    height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: center;
    font-size: 19px;
  }
  .products #sec04 > .box06 > .que::before {
    content: "Q";
    background-image: url(/ph/coccoapo/products/img/2023/sec04_bg_q.png);
  }
  .products #sec04 > .box06 > .ans::before {
    content: "A";
  }
  .products #sec04 > .box06 > .btn01 {
    position: relative;
    padding-top: 74px;
    text-align: center;
  }
  .products #sec04 > .box06 > .btn01 img {
    width: 302px;
  }
  .products #sec04 > .box06 > .btn01::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -52px;
    border-top-width: 18px;
    border-top-style: solid;
    border-right: 52px solid transparent;
    border-bottom: 0;
    border-left: 52px solid transparent;
  }
}
/* tab fixed*/
#sec04.fixed > nav {
  z-index: 900;
  background-color: #f4f3ee;
}

@media print, screen and (min-width: 641px) {
  #sec04.fixed > nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
  }
  #sec04.fixed > nav::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #fff;
  }
  #sec04.fixed > nav > ul {
    margin: 0 auto;
    width: 1150px;
  }
}
@media screen and (max-width: 640px) {
  #sec04.fixed > nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
  }
  #sec04.fixed > nav::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #fff;
  }
}
/* sec05 */
@media print, screen and (min-width: 641px) {
  .products #sec05 h2 {
    margin-bottom: 55px;
    padding: 20px;
    background-color: #363636;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .products #sec05 h2 {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #433783;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
  }
}
/* sec06 */
@media print, screen and (min-width: 641px) {
  .products #sec06 {
    margin: 0 auto 110px;
    width: 1000px;
  }
  .products #sec06 .text01 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
  }
  .products #sec06 .bnr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .products #sec06 .comic {
    padding: 20px 0;
    background-color: #f2f2f2;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .products #sec06 .text01 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
  }
  .products #sec06 .bnr {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .products #sec06 .bnr li + li {
    margin-top: 15px;
  }
  .products #sec06 .comic {
    padding: 20px 10px;
    background-color: #f2f2f2;
    text-align: center;
  }
}
/* --------------------
2024.03 Renewal
-------------------- */
.productsTitle {
  position: relative;
}
.productsTitle::before,
.productsTitle::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.productsTitle::after {
  z-index: 1;
}
.products.e .productsTitle::after {
  background-color: rgba(254, 204, 204, 0.2);
}
.products.g .productsTitle::after {
  background-color: rgba(255, 235, 243, 0.6);
}
.products.l .productsTitle::after {
  background-color: rgba(255, 242, 229, 0.8);
}
.products.t .productsTitle::after {
  background-color: rgba(237, 244, 250, 0.6);
}
.productsTitle img {
  position: relative;
  z-index: 2;
}
@media (max-width: 639.98px) {
  .productsTitle img {
    width: auto;
    height: 30px;
  }
}
@media (min-width: 640px) {
  .productsTitle img {
    width: 461px;
    height: auto;
  }
}

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

@media (min-width: 640px) {
  .productsHeroContents {
    display: grid;
    align-items: center;

    grid-template-columns: 307px 680px;
    grid-template-rows: auto;
    grid-template-areas: "package material";
  }
}

.productsHeroPackage {
  position: relative;
  z-index: 1;

  grid-area: package;
}
@media (max-width: 639.98px) {
  .productsHeroPackage {
    text-align: center;
  }
  .productsHeroPackage img {
    width: auto;
    height: 409px;
  }
}

@media (max-width: 639.98px) {
  .productsHeroMaterial {
    margin: 28px 20px 0;
  }
}
@media (min-width: 640px) {
  .productsHeroMaterial {
    position: relative;
    z-index: 0;
    left: -30px;
    text-align: right;

    grid-area: material;
  }
}

@media (max-width: 639.98px) {
  .productsHeroMaterialImage {
    border: 9px solid #fff;
  }
}
@media (min-width: 640px) {
  .productsHeroMaterialImage {
    border: 18px solid #fff;
  }
}

@media (max-width: 639.98px) {
  .productsHeroMaterialNote {
    text-align: right;
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .productsHeroMaterialNote {
    padding: 14px 0;
    letter-spacing: 0.06em;
    font-size: 20px;
  }
}

@media (max-width: 639.98px) {
  .productsType {
    margin: 0 32px 70px;
  }
}
@media (min-width: 640px) {
  .productsType {
    margin: 0 auto;
    padding-bottom: 125px;
    padding-left: 0;
    width: 1150px !important;
  }
}

.productsTypeHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 639.98px) {
  .productsTypeHeading {
    margin-bottom: 0;
    border: 1px solid;
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .productsTypeHeading {
    border: 2px solid;
    font-size: 38px;
  }
}
.products.e .productsTypeHeading {
  border-color: #e60020;
}
.products.g .productsTypeHeading {
  border-color: #e63082;
}
.products.l .productsTypeHeading {
  border-color: #ff9418;
}
.products.t .productsTypeHeading {
  border-color: #0081cc;
}
.productsTypeHeading h2 {
  font-weight: bold;
}
.products.e .productsTypeHeading h2 {
  color: #e60020;
}
.products.g .productsTypeHeading h2 {
  color: #e63082;
}
.products.l .productsTypeHeading h2 {
  color: #ff9418;
}
.products.t .productsTypeHeading h2 {
  color: #0081cc;
}

@media (min-width: 640px) {
  .productsTypeContents {
    display: grid;

    grid-template-columns: 545px auto;
    grid-template-rows: auto;
    grid-template-areas: "text image";
  }
}

.productsTypeTextContents {
  display: grid;
}
@media (max-width: 639.98px) {
  .productsTypeTextContents {
    margin-top: 16px;

    gap: 40px 0;
  }
}
@media (min-width: 640px) {
  .productsTypeTextContents {
    padding-top: 20px;

    gap: 20px 0;
    grid-area: text;
  }
}

.productsTypeText {
  text-align: justify;
}
@media (max-width: 639.98px) {
  .productsTypeText {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 640px) {
  .productsTypeText {
    font-size: 24px;
    line-height: 1.2916666667;
  }
}

.productsTypeTextNote {
  display: block;
  text-align: justify;
}
@media (max-width: 639.98px) {
  .productsTypeTextNote {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 640px) {
  .productsTypeTextNote {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.productsTypeTextLinePackageColor {
  text-decoration: underline;
  font-weight: bold;
}
.products.e .productsTypeTextLinePackageColor {
  color: #e60020;
}
.products.g .productsTypeTextLinePackageColor {
  color: #e63082;
}
.products.l .productsTypeTextLinePackageColor {
  color: #ff9418;
}
.products.t .productsTypeTextLinePackageColor {
  color: #0081cc;
}

.productsTypeTextLine {
  text-decoration: underline;
  color: #46368c;
  font-weight: bold;
}

.productsTypeImages {
  position: relative;
  text-align: right;

  grid-area: image;
}
@media (max-width: 639.98px) {
  .productsTypeImages {
    margin: 30px 0 20px;
  }
}
@media (min-width: 640px) {
  .productsTypeImages {
    right: -30px;
    padding-top: 18px;
  }
}
@media (min-width: 640px) {
  .productsTypeImages img {
    width: 635px;
    height: auto;
  }
}

.productsTypeFeature {
  display: grid;
  align-items: center;
  position: relative;

  grid-template-rows: auto;
}
@media (max-width: 639.98px) {
  .productsTypeFeature {
    padding: 10px 0;
    border-right: 1px solid #000;
    border-left: 1px solid #000;

    grid-template-columns: 15px auto 15px;
    gap: 0 8px;
  }
}
@media (min-width: 640px) {
  .productsTypeFeature {
    margin-top: 60px;
    padding: 20px 0;

    grid-template-columns: 18px auto 18px;
    gap: 0 16px;
  }
}
@media (max-width: 639.98px) {
  .productsTypeFeature::before,
  .productsTypeFeature::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 15px;
    height: 100%;
  }
}
@media (max-width: 639.98px) {
  .productsTypeFeature::left {
    left: 0;
  }
}
@media (max-width: 639.98px) {
  .productsTypeFeature::after {
    right: 0;
  }
}

@media (max-width: 639.98px) {
  .productsTypeFeatureText {
    padding-right: 90px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 640px) {
  .productsTypeFeatureText {
    letter-spacing: -0.01em;
    font-size: 22px;
    line-height: 1.4090909091;
  }
}

@media (max-width: 639.98px) {
  .productsTypeFeatureBrackets img {
    display: none;
  }
}

@media (min-width: 640px) {
  .productsTypeFeatureText + .productsTypeFeatureBrackets {
    transform: scaleX(-1);
  }
}

.productsTypeFeatureImage {
  position: absolute;
  top: 50%;
}
@media (max-width: 639.98px) {
  .productsTypeFeatureImage {
    right: 15px;
    margin-top: -41px;
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 640px) {
  .productsTypeFeatureImage {
    right: 42px;
    margin-top: -65px;
    border-radius: 50%;
    width: 129px;
    height: 129px;
  }
}

@media (min-width: 640px) {
  .productsTypeMovie {
    margin-top: 82px;
  }
}

.productsTypeMovieTitle {
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 639.98px) {
  .productsTypeMovieTitle {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.4;

    font-feature-settings: "palt";
  }
}
@media (min-width: 640px) {
  .productsTypeMovieTitle {
    margin-bottom: 75px;
    letter-spacing: -0.05em;
    font-size: 38px;
  }
}
.productsTypeMovieTitle::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: no-repeat center/auto 100%;
}
@media (max-width: 639.98px) {
  .productsTypeMovieTitle::before {
    bottom: -33px;
    height: 23px;
    background: no-repeat center/auto 100%;
  }
}
@media (min-width: 640px) {
  .productsTypeMovieTitle::before {
    bottom: -46px;
    height: 46px;
    background: no-repeat center/auto 100%;
  }
}
.products.e .productsTypeMovieTitle {
  color: #e60020;
}
.products.e .productsTypeMovieTitle::before {
  background-image: url(/ph/coccoapo/img/products/img/2023/e/ex-img_typemovie_line_lg.webp);
}
.products.g .productsTypeMovieTitle {
  color: #e63082;
}
.products.g .productsTypeMovieTitle::before {
  background-image: url(/ph/coccoapo/img/products/img/2023/g/g-img_typemovie_line_lg.webp);
}
.products.l .productsTypeMovieTitle {
  color: #ff9418;
}
.products.l .productsTypeMovieTitle::before {
  background-image: url(/ph/coccoapo/img/products/img/2023/l/l-img_typemovie_line_lg.webp);
}
.products.t .productsTypeMovieTitle {
  color: #0081cc;
}
.products.t .productsTypeMovieTitle::before {
  background-image: url(/ph/coccoapo/img/products/img/2023/t/t-img_typemovie_line_lg.webp);
}

.productsTypeMovieContent {
  display: grid;
  position: relative;
  margin: 0 auto;
  background: #f3f2ec;
  text-align: center;

  grid-template-columns: 1fr;
}
@media (max-width: 639.98px) {
  .productsTypeMovieContent {
    padding: 10px 10px 16px;
    width: 100%;
    box-shadow: inset 0 0 25px 5px rgba(123, 57, 12, 0.7);
  }
}
@media (min-width: 640px) {
  .productsTypeMovieContent {
    padding: 18px 18px 8px;
    width: 800px;
    height: auto;
    box-shadow: inset 0 0 25px 5px rgba(123, 57, 12, 0.7);

    grid-template-rows: 430px auto;
  }
}
.productsTypeMovieContent > div {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.productsTypeMovieContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productsTypeMovieText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 639.98px) {
  .productsTypeMovieText {
    margin-top: 11px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 640px) {
  .productsTypeMovieText {
    padding: 20px 0;
    letter-spacing: 0.08em;
    font-size: 32px;
    line-height: 1.4;
  }
}

@media (min-width: 640px) {
  .products #sec03 .img .img01 {
    margin-top: 70px;
    width: 540px;
    height: auto;
  }
}

.products #sec03 .text02 {
  margin: 0 auto;
  text-align: center;
}
.products #sec03 .text02 span {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media (max-width: 639.98px) {
  .products #sec03 .text02 span {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (min-width: 640px) {
  .products #sec03 .text02 span {
    padding: 8px 0;
    font-size: 32px;
  }
}
.products #sec03 .text02 span::before,
.products #sec03 .text02 span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
}
@media (max-width: 639.98px) {
  .products #sec03 .text02 span::before,
  .products #sec03 .text02 span::after {
    height: 1px;
  }
}
@media (min-width: 640px) {
  .products #sec03 .text02 span::before,
  .products #sec03 .text02 span::after {
    height: 2px;
  }
}
.products #sec03 .text02 span::before {
  top: 0;
}
.products #sec03 .text02 span::after {
  bottom: 0;
}

.products #sec04 > nav > ul li {
  background-color: #fff;
}

.products.e #sec04 > nav > ul > li:hover {
  background-color: #e60020;
}

.products.e #sec04 > nav > ul > li.current {
  background-color: #e60020;
}

.products.g #sec04 > nav > ul > li:hover {
  background-color: #e63082;
}

.products.g #sec04 > nav > ul > li.current {
  background-color: #e63082;
}

.products.l #sec04 > nav > ul > li:hover {
  background-color: #ff9418;
}

.products.l #sec04 > nav > ul > li.current {
  background-color: #ff9418;
}

.products.t #sec04 > nav > ul > li:hover {
  background-color: #0081cc;
}

.products.t #sec04 > nav > ul > li.current {
  background-color: #0081cc;
}

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

.productBrandHeading {
  background-color: #572605;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 639.98px) {
  .productBrandHeading {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .productBrandHeading {
    margin-bottom: 55px;
    padding: 20px;
    font-size: 30px;
  }
}

.productBrandItems {
  display: grid;
}
@media (max-width: 639.98px) {
  .productBrandItems {
    justify-content: center;

    grid-template-columns: 312px;
    gap: 10px 0;
  }
}
@media (min-width: 640px) {
  .productBrandItems {
    gap: 0 29px;
    grid-template-columns: repeat(3, 364px);
  }
}

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

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

.diagnosisHeading {
  background-color: #572605;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 639.98px) {
  .diagnosisHeading {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 22px;
  }
}
@media (min-width: 640px) {
  .diagnosisHeading {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 30px;
  }
}

.diagnosisLink {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .diagnosisLink {
    width: 1146px;
    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: 22px;
    left: 108px;

    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;
  }
}