@charset "UTF-8";
body {
  color: #152345;
}

/*=======================================
	mv
=======================================*/
.mv {
  text-align: center;
}
.mv .wrap {
  padding: 0;
}
.mv .img {
  text-align: center;
  background: #f3f1ec url("../images/c_mv_bg.gif") no-repeat center bottom;
  background-size: 100% auto;
  font-size: 14px;
  padding: 25px 0 15px 0;
  position: relative;
}
.mv .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/c_mv_wave.gif") repeat-x center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv .img .wave {
  line-height: 1;
  margin: 0 0 15px 0;
  letter-spacing: .15em;
}
.mv .img .wave span {
  display: inline-block;
  position: relative;
  top: 20px;
  -webkit-animation: wave 1s ease-out forwards;
          animation: wave 1s ease-out forwards;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
.mv .img .wave span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.mv .img .wave span:nth-child(3) {
  -webkit-animation-delay: 0.10s;
          animation-delay: 0.10s;
}
.mv .img .wave span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.mv .img .wave span:nth-child(5) {
  -webkit-animation-delay: 0.20s;
          animation-delay: 0.20s;
}
.mv .img .wave span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.mv .img .wave span:nth-child(7) {
  -webkit-animation-delay: 0.30s;
          animation-delay: 0.30s;
}
.mv .img .wave span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.mv .img .wave span:nth-child(9) {
  -webkit-animation-delay: 0.40s;
          animation-delay: 0.40s;
}
.mv .img .wave span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.mv .img .wave span:nth-child(11) {
  -webkit-animation-delay: 0.50s;
          animation-delay: 0.50s;
}
.mv .img .wave span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.mv .img .wave span:nth-child(13) {
  -webkit-animation-delay: 0.60s;
          animation-delay: 0.60s;
}
.mv .img .wave span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mv .img .wave span:nth-child(15) {
  -webkit-animation-delay: 0.70s;
          animation-delay: 0.70s;
}
.mv .img .wave span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.mv .img .wave span:nth-child(17) {
  -webkit-animation-delay: 0.80s;
          animation-delay: 0.80s;
}
.mv .img .wave span:nth-child(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.mv .img .wave span:nth-child(19) {
  -webkit-animation-delay: 0.90s;
          animation-delay: 0.90s;
}
@-webkit-keyframes wave {
  30% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes wave {
  30% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
.mv .img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv .img li {
  width: 135px;
  height: 75px;
  box-sizing: border-box;
  margin: 0 5px;
  text-indent: -9999px;
  background: url("../images/c_mv_a.png") no-repeat;
  background-size: 100% auto;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.mv .img li:last-child {
  background: url("../images/c_mv_b.png") no-repeat;
  background-size: 100% auto;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.mv .img div {
  max-width: 280px;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
.mv .img div img {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.mv .img div .k1 {
  max-width: 54px;
  position: absolute;
  top: 30px;
  right: 47px;
}
.mv .img div.show img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv .img div.show .k1 {
  top: 10px;
  right: 37px;
}
.mv .txt {
  background: #008dda;
  padding: 0 0 120px 0;
}
.mv .txt p {
  max-width: 320px;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}
.mv .board {
  width: 90.625%;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 15px;
  background: #fff;
  border: 2px solid #0f2246;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}
.mv .board.show.to_top {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.mv .board:before {
  content: "";
  display: block;
  width: 273px;
  height: 50px;
  background: url("../images/c_mv_k1.png") no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .board:after {
  content: "";
  display: block;
  width: 48px;
  height: 58px;
  background: url("../images/c_mv_arrow.png") no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .board div {
  margin: 0 0 10px 0;
}
.mv .board div img {
  height: 38px;
}
.mv .board p {
  font-size: 15px;
}

/*=======================================
	list
=======================================*/
#icon_a,
#icon_b,
#icon_c {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

#list {
  color: #0f2246;
  padding: 50px 0 20px 0;
  margin: -50px 0 0 0;
  position: relative;
  overflow-x: hidden;
}
#list:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background: url("../images/list_bg.svg") center top;
  background-size: 320px 486px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: infinitescroll 26s linear reverse infinite;
          animation: infinitescroll 26s linear reverse infinite;
}
@-webkit-keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-320px, 0, 0);
            transform: translate3d(-320px, 0, 0);
  }
}
@keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-320px, 0, 0);
            transform: translate3d(-320px, 0, 0);
  }
}
#list:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#list .btn a:after {
  display: none;
}
#list .btn span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 33px;
}
#list .btn span:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/icon_attention.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#list .wrap > .ac_one {
  border: 2px solid #0f2246;
  margin: 0 0 15px 0;
  background: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
#list .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  position: relative;
  min-height: 70px;
}
#list .h h2 {
  font-size: 24px;
}
#list .h i {
  display: block;
  width: 30px;
  height: 22px;
  box-sizing: border-box;
  border: 2px solid #4a9946;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#list .h i:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #4a9946;
  border-bottom: 2px solid #4a9946;
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#list .h.open i:before {
  top: 7px;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
#list .c .h h2 {
  font-size: 20px;
}
#list .level2 {
  border-top: 1px dashed #142244;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 0 10px 0;
}
#list .level2 .ac_header {
  padding: 8px 10px;
  position: relative;
}
#list .level2 .ac_header p {
  padding: 0 30px 0 25px;
  position: relative;
}
#list .level2 .ac_header p:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #4a9946;
  border-bottom: 2px solid #4a9946;
  position: absolute;
  top: .3em;
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#list .level2 .ac_header.open p:after {
  top: .6em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#list .level2 .ac_header span {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #142244;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  position: absolute;
  top: .1em;
  left: 0;
}
#list .level3 {
  padding: 0 10px 20px 10px;
}
#list .level3 li {
  margin: .8em 0;
  padding: 0 0 0 1em;
  position: relative;
}
#list .level3 li:first-child {
  margin-top: .4em;
}
#list .level3 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list-a.current-1 .a .level2 > .ac_one:nth-of-type(1) {
  background: #efefef;
}

.list-a.current-2 .a .level2 > .ac_one:nth-of-type(2) {
  background: #efefef;
}

.list-a.current-3 .a .level2 > .ac_one:nth-of-type(3) {
  background: #efefef;
}

.list-a.current-4 .a .level2 > .ac_one:nth-of-type(4) {
  background: #efefef;
}

.list-a.current-5 .a .level2 > .ac_one:nth-of-type(5) {
  background: #efefef;
}

.list-b.current-1 .b .level2 > .ac_one:nth-of-type(1) {
  background: #efefef;
}

.list-b.current-2 .b .level2 > .ac_one:nth-of-type(2) {
  background: #efefef;
}

.list-b.current-3 .b .level2 > .ac_one:nth-of-type(3) {
  background: #efefef;
}

.list-b.current-4 .b .level2 > .ac_one:nth-of-type(4) {
  background: #efefef;
}

.list-b.current-5 .b .level2 > .ac_one:nth-of-type(5) {
  background: #efefef;
}

.list-c.current-1 .c .level2 > .ac_one:nth-of-type(1) {
  background: #efefef;
}

.list-c.current-2 .c .level2 > .ac_one:nth-of-type(2) {
  background: #efefef;
}

.list-c.current-3 .c .level2 > .ac_one:nth-of-type(3) {
  background: #efefef;
}

.list-c.current-4 .c .level2 > .ac_one:nth-of-type(4) {
  background: #efefef;
}

.list-c.current-5 .c .level2 > .ac_one:nth-of-type(5) {
  background: #efefef;
}

/*=======================================
	can
=======================================*/
.can {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.can p {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

/*=======================================
	price
=======================================*/
.price {
  background: #f3f3f3;
  text-align: center;
  padding: 30px 0 50px 0;
}
.price .h {
  max-width: 320px;
  padding: 0 20px;
  margin: 0 auto 15px auto;
}
.price ul {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  width: 79.31034%;
  margin: 0 auto;
}
.price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #102348;
  border-radius: 7px;
  background: #fff;
  margin: 0 0 10px 0;
}
.price strong,
.price span {
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
}
.price strong {
  width: 40.70796%;
  border-right: 2px solid #102348;
  position: relative;
}
.price strong:before, .price strong:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #0f2246;
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.price strong:after {
  border-left: 6px solid #fff;
  right: -8px;
}
.price span {
  color: #e73323;
}
.price .btn {
  margin-top: 30px;
}

/*=======================================
	matching
=======================================*/
.matching {
  background: #f3f3f3;
  text-align: center;
}
.matching .h {
  max-width: 320px;
  margin: 0 auto 20px auto;
}
.matching ul {
  max-width: 400px;
  line-height: 1.4;
  margin: 0 auto 25px auto;
  text-align: left;
}
.matching li {
  margin: 0 0 15px 0;
  padding: 0 0 0 32px;
  position: relative;
}
.matching li i {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #142244;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.matching li i:before,
.matching li i:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #ff3945;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.matching li i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.matching li em {
  font-weight: bold;
}
.matching p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: normal;
  margin: 0 0 15px 0;
}
.matching p span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.matching p span:before, .matching p span:after,
.matching p span i:before,
.matching p span i:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #102348;
  border-radius: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.matching p span:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.matching p span i:before,
.matching p span i:after {
  height: 17px;
  left: -5px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.matching p span i:after {
  left: auto;
  right: -5px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.matching .btn {
  margin-top: 25px;
}
.matching .illust {
  max-width: 500px;
  margin: 15px auto 0 auto;
  position: relative;
}
.matching .illust .face {
  display: block;
  height: 46px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.3);
          transform: translateX(-50%) scale(0.3);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.matching .illust.show .face {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

/*=======================================
	detail
=======================================*/
.detail_title {
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0 0 35px 0;
}
.detail_title h1 {
  font-size: 24px;
  line-height: 1;
}

#icon_a_t,
#icon_b_t,
#icon_c_t {
  width: 60px;
  height: 60px;
  margin: 0 auto 5px auto;
}

.detail_contents {
  max-width: 400px;
  margin: 0 auto 80px auto;
}
.detail_contents h2 {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
}
.detail_contents h2 span {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #142244;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  position: absolute;
  top: .1em;
  left: 0;
}
.detail_contents section {
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px dashed #333;
}
.detail_contents section h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.detail_contents section h3 span {
  background: -webkit-linear-gradient(top, transparent 70%, #ffef9a 70%, #ffef9a 90%, #ffef9a 90%, transparent 90%);
  background: linear-gradient(to bottom, transparent 70%, #ffef9a 70%, #ffef9a 90%, #ffef9a 90%, transparent 90%);
}
.detail_contents section p {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.b4 ul li {
  margin: 0 0 20px 0;
}
.b4 ul span {
  display: inline-block;
  background: #0f2246;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
}

.c3 figure {
  padding: 0 15px;
}

.c4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.c4 ul figure {
  width: 100%;
}
.c4 li {
  width: 47.58621%;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c4 li:nth-child(1) img, .c4 li:nth-child(2) img {
  height: 50px;
}
.c4 li:nth-child(3) img, .c4 li:nth-child(4) img {
  height: 64px;
}
.c4 li:nth-child(5) img, .c4 li:nth-child(6) img {
  height: 60px;
}
.c4 li:nth-child(7) img {
  height: 80px;
}
.c4 figcaption {
  border: 1px solid #999;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 3px 5px;
  border-radius: 2px;
  color: #999;
  margin: 10px 0 0 0;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 641px) {
  /*=======================================
  	list
  =======================================*/
  #icon_a,
  #icon_b,
  #icon_c {
    width: 80px;
    height: 80px;
    margin: 0 5px;
  }

  #list {
    padding: 50px 0 40px 0;
  }
  #list .wrap {
    max-width: 840px;
  }
  #list:before {
    background: url("../images/list_bg.svg") center top;
    background-size: 420px 638px;
  }
  @-webkit-keyframes infinitescroll {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-420px, 0, 0);
              transform: translate3d(-420px, 0, 0);
    }
  }
  @keyframes infinitescroll {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-420px, 0, 0);
              transform: translate3d(-420px, 0, 0);
    }
  }
  #list:after {
    height: 80px;
  }
  #list .btn a:after {
    display: none;
  }
  #list .btn span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 33px;
  }
  #list .btn span:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/icon_attention.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #list .wrap > .ac_one {
    border-width: 3px;
    margin: 0 0 20px 0;
  }
  #list .h {
    cursor: pointer;
  }
  #list .h:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/bg_stripe.gif") repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #list .h:hover:after {
    opacity: 1;
  }
  #list .h h2 {
    font-size: 30px;
  }
  #list .h i {
    width: 40px;
    height: 30px;
    right: 15px;
  }
  #list .h i:before {
    top: 6px;
  }
  #list .h.open i:before {
    top: 11px;
  }
  #list .c .h h2 {
    font-size: 30px;
  }
  #list .c .h h2 br {
    display: none;
  }
  #list .c .h h2 span:after {
    content: "/";
  }
  #list .level2 {
    font-size: 18px;
  }
  #list .level2 .ac_header {
    padding: 8px 20px 8px 30px;
    cursor: pointer;
    position: relative;
  }
  #list .level2 .ac_header:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/bg_stripe.gif") repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #list .level2 .ac_header:hover:after {
    opacity: 1;
  }
  #list .level2 .ac_header p {
    padding: 0 30px 0 33px;
  }
  #list .level2 .ac_header span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  #list .level3 {
    padding: 0 30px 40px 30px;
  }
  #list .level3 li {
    font-size: 16px;
  }

  /*=======================================
  	can
  =======================================*/
  .can {
    margin-bottom: 80px;
  }
  .can p {
    max-width: none;
    padding: 0;
  }

  /*=======================================
  	price
  =======================================*/
  .price {
    padding: 60px 0 70px 0;
  }
  .price .h {
    max-width: none;
    padding: 0;
    margin: 0 auto 30px auto;
  }
  .price ul {
    font-size: 24px;
    width: 440px;
  }
  .price li {
    border-width: 3px;
    border-radius: 14px;
    margin: 0 0 20px 0;
  }
  .price strong,
  .price span {
    padding: 15px 30px;
  }
  .price strong {
    width: 180px;
    border-right-width: 3px;
  }
  .price strong:before, .price strong:after {
    border: 8px solid transparent;
    border-left: 10px solid #0f2246;
    right: -18px;
  }
  .price strong:after {
    border-left: 10px solid #fff;
    right: -15px;
  }
  .price .btn {
    margin-top: 50px;
  }

  /*=======================================
  	matching
  =======================================*/
  .matching .h {
    max-width: none;
    margin: 0 auto 40px auto;
  }
  .matching ul {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 23px;
    margin: 0 auto 50px auto;
  }
  .matching li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 48%;
    margin: 0 0 20px 0;
    padding: 15px 20px 15px 60px;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #0f2246;
    border-radius: 50px;
  }
  .matching li i {
    width: 40px;
    height: 40px;
    border-width: 3px;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .matching li i:before,
  .matching li i:after {
    width: 20px;
    height: 4px;
  }
  .matching p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }
  .matching p:nth-of-type(1) br {
    display: none;
  }
  .matching p span {
    padding: 0 30px;
  }
  .matching p span:before, .matching p span:after,
  .matching p span i:before,
  .matching p span i:after {
    width: 4px;
    height: 35px;
    border-radius: 2px;
    bottom: 0;
    left: 0;
  }
  .matching p span:after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(27deg);
            transform: rotate(27deg);
  }
  .matching p span i:before,
  .matching p span i:after {
    height: 25px;
    left: -10px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .matching p span i:after {
    left: auto;
    right: -10px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .matching .btn {
    margin-top: 40px;
  }
  .matching .illust {
    max-width: none;
    margin: 20px auto 0 auto;
  }
  .matching .illust .face {
    height: auto;
    bottom: 10px;
  }

  /*=======================================
  	detail
  =======================================*/
  .detail .can {
    margin-top: 40px;
    margin-bottom: 120px;
  }

  .detail_title {
    padding: 50px 0 0 0;
    margin: 0 0 40px 0;
  }
  .detail_title h1 {
    font-size: 36px;
  }

  #icon_a_t,
  #icon_b_t,
  #icon_c_t {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px auto;
  }

  .detail_contents {
    max-width: 800px;
    margin: 0 auto 80px auto;
  }
  .detail_contents h2 {
    font-size: 26px;
    padding: 0;
    margin: 0 0 90px 0;
    text-align: center;
  }
  .detail_contents h2 strong {
    display: inline-block;
    padding: 0 0 0 38px;
    position: relative;
  }
  .detail_contents h2 span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
  }
  .detail_contents section {
    padding: 0 0 60px 0;
    margin: 0 0 80px 0;
    border-width: 2px;
  }
  .detail_contents section h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .detail_contents section p {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .detail_contents section figure {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .c4 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c4 li {
    width: 31.42857%;
    margin: 20px 2.85714% 0 0;
  }
  .c4 li:nth-child(3n) {
    margin-right: 0;
  }
  .c4 figcaption {
    font-size: 11px;
    min-height: 2.5em;
    margin: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 760px) {
  /*=======================================
  	mv
  =======================================*/
  .mv .wrap {
    max-width: none;
  }
  .mv .img {
    background: #f3f1ec url("../images/c_mv_bg_pc.gif") no-repeat center bottom;
    background-size: auto;
    font-size: 30px;
    padding: 70px 0 25px 0;
  }
  .mv .img:after {
    height: 14px;
  }
  .mv .img .wave {
    line-height: 1;
    margin: 0 0 50px 0;
  }
  .mv .img ul {
    padding: 0 15px;
  }
  .mv .img li {
    width: 300px;
    height: 150px;
    margin: 0 0;
    background: url("../images/c_mv_a_pc.png") no-repeat;
    background-size: 100% auto;
  }
  .mv .img li:last-child {
    background: url("../images/c_mv_b_pc.png") no-repeat;
    background-size: 100% auto;
    margin-left: 300px;
    position: relative;
    left: -50px;
  }
  .mv .img div {
    max-width: 560px;
    margin: -80px auto 0 auto;
  }
  .mv .img div .k1 {
    max-width: 108px;
    top: 116px;
    right: 48px;
  }
  .mv .img div.show .k1 {
    top: 96px;
    right: 8px;
  }
  .mv .txt {
    padding: 10px 0 250px 0;
  }
  .mv .txt p {
    max-width: none;
    padding: 0;
  }
  .mv .board {
    max-width: 780px;
    padding: 40px 20px 50px 20px;
    border-width: 3px;
    border-radius: 14px;
  }
  .mv .board:before {
    width: 540px;
    height: 99px;
    top: -86px;
  }
  .mv .board:after {
    width: 70px;
    height: 85px;
    bottom: -58px;
  }
  .mv .board div {
    margin: 0 0 40px 0;
  }
  .mv .board div img {
    height: auto;
  }
  .mv .board p {
    font-size: 30px;
    line-height: 1.2;
  }
  .mv .board p br {
    display: none;
  }
}
