@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  　　　　content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.p-vs__function--ttl {
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-vs__function--ttl {
    font-size: 4.6936114733vw;
    margin: 30px auto 15px auto;
  }
}

p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 2.9333333333vw;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.p-vs__contents {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .p-vs__contents {
    font-size: 2.8683181226vw;
  }
}
.p-vs__contents .p-vs-txt--small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-vs__contents .p-vs-txt--small {
    font-size: 2.3468057366vw;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__contents img {
    width: 100%;
  }
}

.p-vs__linkarea {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-vs__linkarea {
    margin-bottom: 40px;
  }
}
.p-vs__linkarea .p-vs__linkarea-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-vs__linkarea .p-vs__linkarea-list {
    width: 84%;
    margin: 0 auto;
    margin-bottom: 40px;
    justify-content: flex-start;
  }
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item {
  width: 23.5416666667%;
  background-color: #5F7492;
  border: 1px solid #5F7492;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-right: 15px;
}
@media screen and (min-width: 767px) {
  .p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 3.3898305085vw;
  }
  .p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item a {
  padding: 12px 0;
  display: block;
  position: relative;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item:hover {
  background-color: #fff;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item a:hover {
  color: #5F7492;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item a:hover::before {
  border-top: 1px solid #5F7492;
  border-right: 1px solid #5F7492;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.dark-brown {
  background-color: #6E6155;
  border-color: #6E6155;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.dark-brown:hover {
  background-color: #fff;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.dark-brown a:hover {
  color: #6E6155;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.dark-brown a:hover::before {
  border-top: 1px solid #6E6155;
  border-right: 1px solid #6E6155;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.light-brown {
  background-color: #DBA76E;
  border-color: #DBA76E;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.light-brown:hover {
  background-color: #fff;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.light-brown a:hover {
  color: #DBA76E;
}
.p-vs__linkarea .p-vs__linkarea-list .p-vs__linkarea-item.light-brown a:hover::before {
  border-top: 1px solid #DBA76E;
  border-right: 1px solid #DBA76E;
}

.p-vs__function--item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 90px 0;
}
@media screen and (max-width: 767px) {
  .p-vs__function--item {
    margin: 25px 0 40px 0;
  }
}
.p-vs__function--item li {
  width: 112px;
  margin: 0 4px 8px 4px;
}
@media screen and (max-width: 767px) {
  .p-vs__function--item li {
    width: calc(25% - 8px);
  }
}
.p-vs__function--item li img {
  width: 112px;
  height: 80px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-vs__function--item li img {
    width: 100%;
    height: 14.9333333333vw;
  }
}
.p-vs__function--item li div {
  text-align: center;
  color: #ffffff;
  background-color: #646464;
  padding: 5px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-vs__function--item li div {
    font-size: 2.8683181226vw;
  }
}

.p-vs__function--sttl {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-vs__function--sttl {
    padding-bottom: 2px;
  }
}
.p-vs__function--sttl .p-vs__function--sttlIco {
  width: 66px;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .p-vs__function--sttl .p-vs__function--sttlIco {
    width: 40px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .p-vs__function--sttl .p-vs__function--sttlIco img {
    width: 66px;
  }
}
.p-vs__function--sttl .p-vs__function--sttlCon p {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-vs__function--sttl .p-vs__function--sttlCon p {
    font-size: 3.3898305085vw;
    line-height: 1.4;
  }
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--green {
  color: #5F7492;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--blue {
  color: #737aa9;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--func01 {
  color: #e29aaf;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--func02 {
  color: #74b7a6;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--func03 {
  color: #e1a03a;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--func04 {
  color: #75afc5;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--func05 {
  color: #a3bd5c;
}
.p-vs__function--sttl .p-vs__function--sttlCon p.p-vs-color--func06 {
  color: #a888bf;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3 {
  display: inline;
  vertical-align: middle;
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-vs__function--sttl .p-vs__function--sttlCon h3 {
    font-size: 4.9543676662vw;
  }
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--green {
  color: #5F7492;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--blue {
  color: #737aa9;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--func01 {
  color: #e29aaf;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--func02 {
  color: #74b7a6;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--func03 {
  color: #e1a03a;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--func04 {
  color: #75afc5;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--func05 {
  color: #a3bd5c;
}
.p-vs__function--sttl .p-vs__function--sttlCon h3.p-vs-color--func06 {
  color: #a888bf;
}
.p-vs__function--sttl .p-vs__function--sttlCon span {
  display: inline-block;
  color: #5F7492;
  font-size: 2.2rem;
  padding: 0 14px;
  margin-left: 22px;
  vertical-align: middle;
  border: solid 1px #5F7492;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-vs__function--sttl .p-vs__function--sttlCon span {
    font-size: 3.3898305085vw;
  }
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--green {
  background-color: #5F7492;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--blue {
  background-color: #737aa9;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--func01 {
  background-color: #e29aaf;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--func02 {
  background-color: #74b7a6;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--func03 {
  background-color: #e1a03a;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--func04 {
  background-color: #75afc5;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--func05 {
  background-color: #a3bd5c;
}
.p-vs__function--sttl .p-vs__function--sttlCon span.p-vs-color--func06 {
  background-color: #a888bf;
}

.p-vs__function--copy {
  margin: 15px 0 20px 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-vs__function--copy {
    margin-top: 10px 0;
    font-size: 2.9333333333vw;
  }
}

.p-vs__function--table01 {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 10px;
}
.p-vs__function--table01 th {
  border-bottom: 1px solid #D9D9D9;
  background-color: #F6F6F6;
  color: #000;
  font-weight: normal;
  padding: 5px;
  vertical-align: middle;
}
.p-vs__function--table01 td {
  border-bottom: 1px solid #D9D9D9;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vs__function--table01 td.p-vs__function--tdImg {
    padding: 5px;
  }
}
.p-vs__function--table01 th:first-child,
.p-vs__function--table01 td:first-child {
  border-right: 1px solid #D9D9D9;
  width: 15%;
}

.p-vs__table--w10 {
  width: 10%;
}

.p-vs__table--w20 {
  width: 20%;
}

.p-vs__table--w30 {
  width: 30%;
}

.p-vs__table--w35 {
  width: 35%;
}

.p-vs__table--w40 {
  width: 40%;
}

.p-vs__table--w50 {
  width: 50%;
}

.p-vs__table--w60 {
  width: 60%;
}

.p-vs__table--w70 {
  width: 70%;
}

.p-vs-ico--disc {
  color: #3C5674;
}
.p-vs-ico--disc.blue {
  color: #737aa9;
}

.p-vs__table--bg {
  background-color: #fffddf;
}

.p-vs-txt--att {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  padding: 5px 16px 6px;
  font-size: 14px;
  border-radius: 2px;
  border: solid 1px #ABABAB;
}
@media screen and (max-width: 767px) {
  .p-vs-txt--att {
    padding: 5px 16px 6px;
    font-size: 2.9333333333vw;
  }
}

.p-vs__function--txt {
  font-size: 1.4rem;
  margin-bottom: 7px;
}

@media screen and (min-width: 767px) {
  .p-vs__function02--box {
    display: grid;
    grid-template-columns: 37.2916666667% 1fr;
    column-gap: 40px;
  }

  .p-vs__function02--list img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function02--list {
    display: flex;
    width: 80%;
    margin-bottom: 25px;
  }
  .p-vs__function02--list li {
    margin-right: 20px;
  }
}
.p-vs__function02--list img {
  margin: 7px 0;
}

.p-vs__function02Con {
  display: flex;
  margin: 30px 0 10px;
}
@media screen and (min-width: 767px) {
  .p-vs__function02Con .p-vs__function02Con--img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function02Con .p-vs__function02Con--img {
    min-width: 100px;
  }
}
.p-vs__function02Con .p-vs__function02Con--txt {
  margin-left: 20px;
}
@media screen and (min-width: 767px) {
  .p-vs__function02Con .p-vs__function02Con--txt {
    width: 217px;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function02Con .p-vs__function02Con--txt {
    margin-left: 10px;
  }
}

@media screen and (min-width: 767px) {
  .p-vs__function03--box {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 40px;
  }

  .p-vs__function03--list {
    margin-right: 40px;
  }
  .p-vs__function03--list li {
    margin-bottom: 22px;
  }
  .p-vs__function03--list li img {
    margin: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function03--box .p-vs-txt--small {
    display: block;
  }

  .p-vs__function03--list {
    width: 50%;
    margin-bottom: 30px;
  }
  .p-vs__function03--list img {
    margin: 7px 0;
  }
}
.p-vs__function03--list2 {
  display: grid;
  row-gap: 15px;
}
@media screen and (min-width: 767px) {
  .p-vs__function03--list2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function03--list2 {
    margin: 25px 0 18px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.p-vs__function03--list2 li div {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 767px) {
  .p-vs__function04--box {
    margin: 0 25px;
  }
}
.p-vs__function04--list {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-vs__function04--list {
    margin-bottom: 30px;
  }
}
.p-vs__function04--list li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-vs__function04--list li:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function04--list .p-vs-txt--small {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .p-vs__function05--box {
    margin: 0 25px;
  }
}
.p-vs__function05--sttl {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  background-color: #60b99d;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-vs__function05--sttl {
    font-size: 3.1290743155vw;
  }
}

.p-vs__function05--txt {
  line-height: 2;
  margin-bottom: 20px;
}

.p-vs__function05--list {
  display: flex;
}
.p-vs__function05--list li {
  margin-right: 10px;
}

@media screen and (min-width: 767px) {
  .p-vs__function06--box {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 20px;
  }
  .p-vs__function06--box .p-vs__function06--list {
    width: 40%;
    margin-left: 40px;
  }
  .p-vs__function06--box .p-vs__function06--list li {
    margin-bottom: 30px;
  }
  .p-vs__function06--box .p-vs__function06--list li img {
    float: left;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-vs__function06--list {
    display: flex;
    align-items: flex-start;
    margin-top: 13px;
  }
  .p-vs__function06--list li {
    display: flex;
    align-items: flex-start;
  }
  .p-vs__function06--list li :first-child {
    margin-right: 7px;
  }
  .p-vs__function06--list img {
    width: 70px;
    height: 70px;
    margin-right: 7px;
  }
}
.p-vs__function06--table table {
  text-align: center;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  width: 100%;
}
.p-vs__function06--table table th {
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  background-color: #F6F6F6;
  vertical-align: middle;
  padding: 10px;
}
.p-vs__function06--table table td {
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
  padding: 10px;
}
.p-vs__function06--table table td.p-vs__function06--tableBg {
  background-color: #DEE2EF;
}

.p-vs__function-antiviral-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-vs__function-antiviral-box {
    grid-template-columns: 1fr;
  }
}

.p-vs__function-stretch-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-vs__function-stretch-box {
    gap: 10px;
  }
}

.p-vs__function-stretch-text-box {
  display: flex;
}
.p-vs__function-stretch-text-box *:first-child {
  flex-shrink: 0;
}

.p-vs__function-long-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-vs__function-long-list {
    row-gap: 5px;
  }
}

.p-vs__function-long-text {
  text-align: right;
}

.p-vs__function-compare {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-vs__function-compare {
    gap: 20px;
  }
}
.p-vs__function-compare li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .p-vs__function-compare li {
    width: calc((100% - 20px) / 2);
  }
}
.p-vs__function-compare li img {
  width: 100%;
}

.p-vs__function-compare-label {
  text-align: center;
  line-height: 1;
  padding: 8px 0;
  color: #fff;
  background-color: #3C5674;
  margin-bottom: 16px;
}
.p-vs__function-compare-label.is-control {
  background-color: #9FA0A0;
}

.p-vs__function-compare-text {
  margin-top: 5px;
  font-size: 1.6rem;
}

.p-vs__function-exec-area {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-vs__function-exec-area {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}

.p-vs__function-exec-howto {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-vs__function-exec-howto > div + div {
  margin-top: 20px;
}

.p-vs__function04-area {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-vs__function04-area {
    flex-direction: column;
  }
}

.p-vs__function04-area-left {
  width: 39.1666666667%;
}
@media screen and (max-width: 767px) {
  .p-vs__function04-area-left {
    width: 100%;
  }
}

.p-vs__function04-area-right {
  width: 56.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-vs__function04-area-right {
    width: 100%;
  }
}

.p-vs__function--envIco {
  margin-left: 24px;
}
.p-vs__function--envIco img {
  max-width: 56px;
  height: auto;
}

.p-vs__function-mold-table {
  margin-bottom: 32px;
}
.p-vs__function-mold-table table {
  width: 100%;
  border-collapse: collapse;
}
.p-vs__function-mold-table table th:first-child,
.p-vs__function-mold-table table td:first-child {
  width: 83.6458333333%;
  text-align: left;
  border-right: solid 1px #D9D9D9;
  border-top: solid 1px #D9D9D9;
  padding-left: 18px;
  padding-right: 18px;
}
.p-vs__function-mold-table table th:last-child,
.p-vs__function-mold-table table td:last-child {
  width: 16.3541666667%;
  text-align: center;
  border-top: solid 1px #D9D9D9;
}
.p-vs__function-mold-table table th,
.p-vs__function-mold-table table td {
  line-height: 1;
  padding: 12px 0;
}
.p-vs__function-mold-table table thead th {
  background-color: #F6F6F6;
}
.p-vs__function-mold-table table tbody tr:first-child td {
  background-color: #DEE2EF;
}
.p-vs__function-mold-table table tbody tr:last-child th,
.p-vs__function-mold-table table tbody tr:last-child td {
  border-bottom: solid 1px #D9D9D9;
}
