@charset "UTF-8";

/*共通*/

.hTypeBd4 {
  color: #cf0414;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.hTypeBd4::before {
  content: '';
  width: 40px;
  height: 19px;
  background: url(../images/hTypeBd4_border.gif) no-repeat center bottom / 40px 19px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.hTypeBd4::after {
  content: '';
  width: 40px;
  height: 19px;
  background: url(../images/hTypeBd4_border.gif) no-repeat center bottom / 40px 19px;
  margin-left: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.syoukai {
  border: 6px solid #e6e6e6;
  margin: 70px 0 0;
  padding: 55px 75px 30px;
  position: relative;
  display: flex;
}

.syoukai h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 400px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}

.syoukai figure {
  width: 300px;
  margin-right: 60px;
}

.syoukai figure img {
  width: 100%;
}

.syoukai .textBlock {
  width: 518px;
}

.syoukai .textBlock .yago {
  color: #cf324b;
  font-size: 26px;
  font-weight: bold;
}

.syoukai .textBlock .yago span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #cf324b;
  border-radius: 5px;
  margin-right: 10px;
  padding: 1px 16px;
  display: inline-block;
}

.syoukai .textBlock ul {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.syoukai .textBlock ul li {
  color: #555;
  background: #c7ecf8;
  border-radius: 25px;
  padding: 3px 25px;
}

.syoukai .textBlock ul li:nth-child(n + 1) {
  margin-right: 10px;
}

.syoukai .textBlock .name {
  font-weight: bold;
  margin: 20px 0 0;
}

.syoukai .textBlock .comment {
  font-size: 14px;
  margin: 5px 0 0;
}

.syoukai .textBlock .btn {
  margin-top: 10px;
  text-align: right;
}

.syoukai .textBlock .btn a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  min-width: 150px;
  background: #cf0414;
  border: none;
  border-radius: 50px;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
}

.syoukai .textBlock .btn a:hover {
  opacity: 0.8;
}

.syoukai .textBlock .btn a::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../../common/images/iArrowCircle02.png) no-repeat center bottom / 15px auto;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

/*PC*/

#pageHead {
  background-color: #f3f4f7;
  background-image: url(../images/pageHead_bg.jpg);
  background-position: top center;
}

#inMenu {
  margin: 70px 0 0;
}

#inMenu h2 {
  color: #cf0414;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#inMenu h2 span {
  font-size: 1.375em;
}

#inMenu .inPageLink {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #bbb;
  margin: 40px 0 0;
  display: flex;
}

#inMenu .inPageLink > li {
  list-style: none;
  text-align: center;
  width: 33.3%;
  background: -moz-linear-gradient(top, #fff, #f9f9fb);
  background: -webkit-linear-gradient(top, #fff, #f9f9fb);
  background: linear-gradient(to bottom, #fff, #f9f9fb);
  padding: 35px 30px 25px;
  box-sizing: border-box;
  position: relative;
}

#inMenu .inPageLink > li + li {
  border-left: 1px solid #e4e4e4;
}

#inMenu .inPageLink > li:first-child {
  border-radius: 15px 0 0 15px / 15px 0 0 15px;
}

#inMenu .inPageLink > li:last-child {
  border-radius: 0 15px 15px 0 / 0 15px 15px 0;
}

#inMenu .inPageLink > li::before {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../images/inPageLink_iArrow.png) no-repeat;
  display: inline-block;
  position: absolute;
  bottom: 6px;
  right: 10px;
}

#inMenu .inPageLink > li p {
  color: #cf0414;
  font-size: 18px;
  font-weight: bold;
}

#inMenu .inPageLink > li h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 0;
}

#inMenu .inPageLink > li ul {
  text-align: left;
  margin: 20px 0 0;
  display: inline-block;
}

#inMenu .inPageLink > li ul li {
}

#inMenu .inPageLink > li ul li:before {
  content: '●';
  color: #d7d7d7;
  margin-right: 5px;
}

#merit01 {
  margin: 100px 0 0;
}

#merit01 h2 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}

#merit01 .pointBlock {
  display: flex;
  justify-content: space-between;
}

#merit01 .pointBlock figure {
  width: 490px;
}

#merit01 .pointBlock figure img {
  -ms-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}

#merit01 .text {
  margin: 45px 0 0;
  padding: 0 80px;
}

#merit02 {
  background: #f3f4f7;
  margin: 120px 0 0;
  padding: 90px 0 115px;
}

#merit02 h2 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}

#merit02 .why {
  width: 870px;
  margin: 65px auto 0;
}

#merit02 .why .fukidashi {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 720px;
  background: #cf0414;
  border-radius: 50px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

#merit02 .why .fukidashi::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 17px 0 17px;
  border-color: #cf0414 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}

#merit02 .why .fukidashi span {
  color: #fbe534;
}

#merit02 .why ul {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-between;
}

#merit02 .why ul li {
}

#merit02 .why ul li p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#merit02 .why ul li p span {
  color: #cf324b;
}

#merit02 .why ul li figure {
  margin: 20px 0 0;
}

#merit02 .lowStart {
  width: 870px;
  margin: 95px auto 0;
}

#merit02 .lowStart h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#merit02 .lowStart h3 span {
  color: #cf0414;
}

#merit02 .lowStart table {
  margin: 35px 0 0;
}

#merit02 .lowStart table tr {
}

#merit02 .lowStart table tr th,
#merit02 .lowStart table tr td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  width: 330px;
  border-bottom: 4px solid #f3f4f7;
  border-right: 4px solid #f3f4f7;
}

#merit02 .lowStart table tr th {
}

#merit02 .lowStart table tr th:first-child {
  width: 174px;
}

#merit02 .lowStart table tr:first-child th:nth-child(2) {
  color: #fff;
  font-size: 18px;
  height: 56px;
  background: #cf324b;
}

#merit02 .lowStart table tr:first-child th:nth-child(3) {
  color: #fff;
  font-size: 16px;
  height: 56px;
  background: #457d9e;
}

#merit02 .lowStart table tr:nth-child(n + 2) th {
  background: #d5d8e3;
  height: 66px;
}

#merit02 .lowStart table tr:nth-child(n + 2) th small {
  color: #777;
  font-size: 11px;
}

#merit02 .lowStart table tr td {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#merit02 .lowStart table tr:nth-child(n + 2) td {
  background: #fff;
}

#merit02 .lowStart table tr:nth-child(n + 2) td:first-of-type {
  color: #cf324b;
}

#merit02 .lowStart table tr:nth-child(n + 2) small {
  font-size: 11px;
}

#merit02 .lowStart table tr:nth-child(n + 2) td:first-of-type small {
  color: #333;
}

#merit02 .lowStart table tr td .num {
  font-size: 24px;
}

#merit02 .lowStart table tr td .unit {
  font-size: 16px;
}

#merit02 .lowStart table tr:last-child th {
  background: #f6c8c5;
}

#merit02 .lowStart table tr:last-child td {
  height: 90px;
  box-sizing: border-box;
  font-weight: bold;
}

#merit02 .lowStart table tr:last-child td:nth-child(2) {
  box-shadow: 1px 1px 0px 2px #cf324b inset;
}

#merit02 .lowStart table tr:last-child td:nth-child(3) {
  box-shadow: 1px 1px 0px 2px #457d9e inset;
}

#merit02 .lowStart table tr:last-child td .num {
  font-size: 38px;
}

#merit02 .lowStart table tr:last-child td .unit {
  font-size: 20px;
}

#merit02 .lowStart table tr:last-child td small {
  font-size: 14px;
  position: relative;
}

#merit02 .lowStart table tr:last-child td small::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/i_puls.png) no-repeat center center / 18px auto;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -20px;
}

#merit02 .text {
  font-size: 18px;
  width: 750px;
  margin: 45px auto 0;
}

#merit02 .syoukai {
  background: #fff;
}

#merit02 .syoukai h3 {
  background: linear-gradient(#f3f4f7 59%, #fff 60%, #fff 100%);
}

#merit03 {
  margin: 110px 0 0;
}

#merit03 h2 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}

#merit03 .arari {
  width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 50px auto 0;
}

#merit03 .text {
  width: 770px;
  font-size: 18px;
  margin: 0 auto;
}

#merit03 .text span {
  color: #cf0414;
  font-weight: bold;
}

#merit03 .arari + .text {
  margin-top: 55px;
}

#merit03 .stock {
  width: 900px;
  border: 2px solid #47c2ef;
  margin: 125px auto 0;
  position: relative;
}

#merit03 .stock h5 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  background: #47c2ef;
  border-radius: 50px;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

#merit03 .stock h4 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed #60c1ef;
  padding: 43px 0 33px;
}

#merit03 .stock h4 span {
  color: #cf0414;
}

#merit03 .stock figure {
  text-align: center;
  margin: 35px 0;
}

#merit03 .stock + .text {
  margin-top: 35px;
}

#merit03 .synergy {
  margin: 110px 0 0;
}

#merit03 .synergy h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

#merit03 .synergy h4 span {
  color: #cf0414;
}

#merit03 .synergy figure {
  text-align: center;
  margin: 50px 0 0;
}

#merit03 .synergy + .text {
  margin-top: 45px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 700px) {
  /*共通*/

  .hTypeBd4 {
    font-size: 1.26rem;
  }
  .hTypeBd4::before {
    width: 7.3vw;
    height: 3.6vw;
    background-size: 7.3vw 3.6vw;
    margin-right: 5.7vw;
    top: 2px;
  }
  .hTypeBd4::after {
    width: 7.3vw;
    height: 3.6vw;
    background-size: 7.3vw 3.6vw;
    margin-left: 5.7vw;
    top: 2px;
  }

  .syoukai {
    border: 4px solid #e6e6e6;
    margin: 17.5vw 0 0;
    padding: 10vw 6.6vw 8vw;
    display: block;
  }

  .syoukai h3 {
    font-size: 1.8rem;
    width: 64vw;
    top: -23px;
  }

  .syoukai figure {
    width: 100%;
    margin-right: 0;
  }

  .syoukai .textBlock {
    width: 100%;
    margin-top: 6.6vw;
  }

  .syoukai .textBlock .yago {
    font-size: 1.33rem;
  }

  .syoukai .textBlock .yago span {
    font-size: 1.17rem;
    margin-right: 10px;
    padding: 1px 1em;
  }

  .syoukai .textBlock ul {
    margin: 4vw 0 0;
  }

  .syoukai .textBlock ul li {
    padding: 3px 5vw;
  }

  .syoukai .textBlock ul li:nth-child(n + 1) {
    margin-right: 2vw;
    margin-bottom: 2vw;
  }

  .syoukai .textBlock .name {
    margin: 4vw 0 0;
  }

  .syoukai .textBlock .comment {
    margin: 3.3vw 0 0;
  }

  .syoukai .textBlock .btn {
    text-align: center;
  }

  .syoukai .textBlock .btn a {
    font-size: 1rem;
  }

  /*SP*/

  #pageHead {
    background-image: url(../images/pageHead_bg_sp.jpg);
  }

  #inMenu {
    margin: 12vw 0 0;
  }

  #inMenu h2 {
    font-size: 1.8rem;
    line-height: 1.24;
  }

  #inMenu h2 span {
  }

  #inMenu .inPageLink {
    border: 4px solid #fff;
    box-shadow: 0 0 4px #bbb;
    box-sizing: border-box;
    margin: 9.3vw 0 0;
    display: block;
  }

  #inMenu .inPageLink > li {
    width: 100%;
    padding: 5.7vw 9.3vw 5.3vw;
  }

  #inMenu .inPageLink > li:first-child,
  #inMenu .inPageLink > li:nth-child(2) {
    border-bottom: 4px solid #fff;
  }

  #inMenu .inPageLink > li + li {
    border-left: none;
    border-top: 1px solid #e4e4e4;
  }

  #inMenu .inPageLink > li:first-child {
    border-radius: 15px 15px 0 0 / 15px 15px 0 0;
  }

  #inMenu .inPageLink > li:last-child {
    border-radius: 0 0 15px 15px / 0 0 15px 15px;
  }

  #inMenu .inPageLink > li::before {
    content: '';
    width: 8vw;
    height: 8vw;
    background-size: 100% auto;
    bottom: 1.3vw;
    right: 1.3vw;
  }

  #inMenu .inPageLink > li p {
    font-size: 1.26rem;
  }

  #inMenu .inPageLink > li h3 {
    font-size: 2.07rem;
    line-height: 1.2;
    margin: 1vw 0 0;
  }

  #inMenu .inPageLink > li ul {
    margin: 1.6vw 0 0;
  }

  #inMenu .inPageLink > li ul li {
    display: inline-block;
  }

  #inMenu .inPageLink > li ul li:before {
  }

  #merit01 {
    margin: 20vw 0 0;
  }

  #merit01 h2 {
    font-size: 2.88rem;
    margin: 2vw 0 0;
  }

  #merit01 .pointBlock {
    display: block;
    margin: 8.5vw 0 0;
  }

  #merit01 .pointBlock figure {
    width: 100%;
  }

  #merit01 .pointBlock figure + figure {
    margin: 5.7vw 0 0;
  }

  #merit01 .pointBlock figure img {
  }

  #merit01 .text {
    margin: 9.3vw 0 0;
    padding: 0;
  }

  #merit02 {
    margin: 18.1vw 0 0;
    padding: 16vw 0;
  }

  #merit02 h2 {
    font-size: 2.88rem;
    margin: 2vw 0 0;
  }

  #merit02 .why {
    width: 89.4vw;
    margin: 14.6vw auto 0;
  }

  #merit02 .why .fukidashi {
    font-size: 1.33rem;
    width: 100%;
    padding: 2.8vw;
  }

  #merit02 .why .fukidashi::before {
    border-width: 2.8vw 3.3vw 0 3.3vw;
    bottom: -2.8vw;
  }

  #merit02 .why ul {
    margin: 9.6vw 0 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  #merit02 .why ul li {
    width: 47%;
  }

  #merit02 .why ul li:first-child {
    margin-right: 6%;
  }

  #merit02 .why ul li:last-child {
    margin-top: 5vw;
  }

  #merit02 .why ul li p {
    font-size: 1rem;
  }

  #merit02 .why ul li figure {
    margin: 2.9vw 0 0;
  }

  #merit02 .lowStart {
    width: 100%;
    margin: 15vw auto 0;
  }

  #merit02 .lowStart h3 {
    font-size: 6.1vw;
  }

  #merit02 .lowStart table {
    margin: 6.4vw 0 0;
  }

  #merit02 .lowStart table tr {
  }

  #merit02 .lowStart table tr th,
  #merit02 .lowStart table tr td {
    width: 38%;
    border-bottom: 3px solid #f3f4f7;
    border-right: 3px solid #f3f4f7;
  }

  #merit02 .lowStart table tr th {
  }

  #merit02 .lowStart table tr th:first-child {
    width: calc(24%-6px);
  }

  #merit02 .lowStart table tr:first-child th:nth-child(2) {
    font-size: 1.08rem;
    height: 12.2vw;
  }

  #merit02 .lowStart table tr:first-child th:nth-child(3) {
    font-size: 1rem;
    height: 12.2vw;
  }

  #merit02 .lowStart table tr:nth-child(n + 2) th {
    height: 11.5vw;
  }

  #merit02 .lowStart table tr:nth-child(n + 2) th small {
    font-size: 0.72rem;
  }

  #merit02 .lowStart table tr td {
    font-size: 1.26rem;
  }

  #merit02 .lowStart table tr:nth-child(n + 2) td {
  }

  #merit02 .lowStart table tr:nth-child(n + 2) td:first-of-type {
  }

  #merit02 .lowStart table tr:nth-child(n + 2) small {
    font-size: 0.72rem;
  }

  #merit02 .lowStart table tr:nth-child(n + 2) td:first-of-type small {
  }

  #merit02 .lowStart table tr td .num {
    font-size: 1.44rem;
  }

  #merit02 .lowStart table tr td .unit {
    font-size: 0.9rem;
  }

  #merit02 .lowStart table tr:last-child th {
  }

  #merit02 .lowStart table tr:last-child td {
    /*		height: 17.1vw;*/
  }

  #merit02 .lowStart table tr:last-child td:nth-child(2) {
  }

  #merit02 .lowStart table tr:last-child td:nth-child(3) {
  }

  #merit02 .lowStart table tr:last-child td .num {
    font-size: 2.05rem;
  }

  #merit02 .lowStart table tr:last-child td .unit {
    font-size: 0.97rem;
  }

  #merit02 .lowStart table tr:last-child td small {
    font-size: 0.81rem;
  }

  #merit02 .lowStart table tr:last-child td small::before {
    content: '';
    width: 0.81rem;
    height: 0.81rem;
    background-size: 0.81rem auto;
    top: 3px;
    left: -0.9rem;
  }

  #merit02 .text {
    font-size: 1.08rem;
    width: 87.3vw;
    margin: 10.5vw auto 0;
  }

  #merit02 .syoukai {
  }

  #merit02 .syoukai h3 {
  }

  #merit03 {
    margin: 16vw 0 0;
  }

  #merit03 h2 {
    font-size: 2.88rem;
    margin: 2vw 0 0;
  }

  #merit03 .arari {
    width: 77.3vw;
    display: block;
    margin: 13.3vw auto 0;
  }

  #merit03 .arari figure {
    margin-left: 10vw;
  }

  #merit03 .arari h3 {
    margin: 12vw 0 0;
  }

  #merit03 .text {
    width: 86vw;
    font-size: 1.08rem;
  }

  #merit03 .text span {
  }

  #merit03 .arari + .text {
    margin-top: 12vw;
  }

  #merit03 .stock {
    width: 100%;
    margin: 15.3vw auto 0;
  }

  #merit03 .stock h5 {
    font-size: 1.35rem;
    width: 56vw;
    padding: 1.3vw 0;
  }

  #merit03 .stock h4 {
    font-size: 5vw;
    padding: 7.7vw 0 4.6vw;
  }

  #merit03 .stock h4 span {
  }

  #merit03 .stock figure {
    margin: 4.1vw 3.3vw 7vw;
  }

  #merit03 .stock + .text {
    font-size: 1.08rem;
    margin-top: 9.8vw;
  }

  #merit03 .synergy {
    margin: 15.4vw 0 0;
  }

  #merit03 .synergy h4 {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  #merit03 .synergy h4 span {
  }

  #merit03 .synergy figure {
    text-align: center;
    margin: 9.4vw 2.6vw 0;
  }

  #merit03 .synergy + .text {
    margin-top: 9.8vw;
  }
}
