@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.outline {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a[target="_blank"]:after {
  margin-left: 0.5em;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/icon_blank_01.png") no-repeat center center;
  background-size: cover;
}

a.st-noicon[target="_blank"]:after {
  display: none;
}

a img {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.vckg-sp-b {
  display: none;
}
@media screen and (max-width: 720px) {
  .vckg-sp-b {
    display: block;
  }
}

.vckg-sp-ib {
  display: none;
}
@media screen and (max-width: 720px) {
  .vckg-sp-ib {
    display: inline-block;
  }
}

.vckg-contents {
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.4;
  color: #151608;
  background: url("../images/bg_body.png") repeat center center;
}
.vckg-contents a {
  color: #151608;
}
@media screen and (max-width: 720px) {
  .vckg-contents {
    font-size: 14px;
  }
}

.vckg-logo {
  background:white;
  border-top:2px solid #d0000e;
  border-bottom:1px solid #8e8e8e;
  text-align:center;
  padding:27px;
}
@media screen and (max-width: 720px) {
  .vckg-logo {
    padding:15px 0;
  }
}
.vckg-header {
  padding: 73px 10px 80px;
  text-align: center;
  background: url("../images/bg_head.jpg") no-repeat center center;
  background-size: cover;
}
.vckg-header.s {
  padding: 20px 10px;
}
.vckg-header-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.vckg-header .vckg-sns {
  position: absolute;
  bottom: 8%;
  left: 0;
}
@media screen and (max-width: 720px) {
  .vckg-header {
    padding: 30px 10px;
    background-image: url("../images/bg_head@2x.jpg");
  }
  .vckg-header .vckg-sns {
    bottom: 8.5%;
  }
}

.vckg-pagetop {
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.vckg-pagetop > a {
  display: inline-block;
}
.vckg-pagetop > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 720px) {
  .vckg-pagetop{
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
  .vckg-pagetop img{
    width: 100%;
  }
}

.vckg-footer {
  background: #000;
  color: #fff;
  padding: 28px 0 60px;
}
.vckg-footer a {
  color: #fff;
}
.vckg-footer-link {
  text-align: center;
  font-size: 11px;
  margin-bottom: 25px;
}
.vckg-footer-link > a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}
.vckg-footer-link > a:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.8, 1.8);
      -ms-transform: scale(0.8, 1.8);
          transform: scale(0.8, 1.8);
}
.vckg-footer-link > a[target="_blank"]:after {
  background-image: url("../images/icon_blank_02.png");
}
.vckg-footer-link > a > span {
  display: inline-block;
  text-decoration: underline;
}
.vckg-footer-link > a:hover >span {
  text-decoration: none;
}
.vckg-footer-copy {
  text-align: center;
  font-size: 10px;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 720px) {
  .vckg-footer {
    padding: 0 0 60px;
  }
  .vckg-footer-link {
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
  }
  .vckg-footer-link > a {
    padding: 17px 10px;
    text-decoration: none;
  }
  .vckg-footer-link > a:before {
    display: none;
  }
  .vckg-footer-copy {
    text-align: left;
    padding: 0 10px;
  }
}

.vckg-sns {
  width: 100%;
  text-align: center;
}
.vckg-sns-head {
  margin-bottom: 0.8em;
}
.vckg-sns-list > li {
  margin: 0 7px;
  display: inline-block;
  width: 62px;
}
.vckg-sns .vckg-sns-list-line {
  display: none;
}
@media screen and (max-width: 720px) {
  .vckg-sns-head {
    font-size: 10px;
  }
  .vckg-sns-list > li {
    margin: 0 4px;
    width: 45px;
  }
  .vckg-sns .vckg-sns-list-line {
    display: inline-block;
  }
}

.vckg-inner {
  max-width: 900px;
  padding: 1px 30px 50px;
  margin: 0 auto;
}
.vckg-inner > p {
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 720px) {
  .vckg-inner {
    padding: 1px 15px 20px;
  }
  .vckg-inner > p {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}

.vckg-section-1 {
  background: #fff;
}

.vckg-section-2 {
  background: #fff;
  padding-top: 14px;
}

.vckg-section-3 {
  background: #fff;
}
@media screen and (max-width: 720px) {
  .vckg-section-3 {
    padding-top: 10px;
  }
}

.vckg-section-4 {
  background: #fff;
}
@media screen and (max-width: 720px) {
  .vckg-section-4 {
    padding-top: 10px;
  }
}

.vckg-section-5 {
  background: url("../images/bg_product.jpg") no-repeat center top;
  background-size: cover;
}
.vckg-section-5 .vckg-inner {
  padding: 85px 30px 20px;
}
@media screen and (max-width: 720px) {
  .vckg-section-5 {
    background-image: url("../images/bg_product@2x.jpg");
  }
  .vckg-section-5 .vckg-inner {
    padding: 50px 10px 20px;
  }
}

.vckg-bg-1 {
  height: 100px;
}
.vckg-bg-1 .vckg-dot-1 {
  float: left;
  margin-top: 60px;
  margin-bottom: -20px;
}
.vckg-bg-1 .vckg-dot-2 {
  float: right;
  margin-top: 60px;
  margin-bottom: -20px;
}
@media screen and (max-width: 720px) {
  .vckg-bg-1 {
    height: 50px;
  }
  .vckg-bg-1 .vckg-dot-1 {
    margin-top: 30px;
    width: 55px;
  }
  .vckg-bg-1 .vckg-dot-2 {
    margin-top: 30px;
    width: 150px;
  }
}

.vckg-bg-2 {
  height: 100px;
}
.vckg-bg-2 .vckg-dot-3 {
  float: left;
  margin-top: 45px;
  margin-bottom: -20px;
}
.vckg-bg-2 .vckg-dot-4 {
  float: right;
  margin-top: 45px;
  margin-bottom: -20px;
}
@media screen and (max-width: 720px) {
  .vckg-bg-2 {
    height: 50px;
  }
  .vckg-bg-2 .vckg-dot-3 {
    margin-top: 22px;
    width: 205px;
  }
  .vckg-bg-2 .vckg-dot-4 {
    display: none;
  }
}

.vckg-bg-3 {
  height: 100px;
}
.vckg-bg-3 .vckg-dot-5 {
  float: left;
  margin-top: 70px;
  margin-bottom: -20px;
}
.vckg-bg-3 .vckg-dot-6 {
  float: right;
  margin-top: 15px;
  margin-bottom: -20px;
}
@media screen and (max-width: 720px) {
  .vckg-bg-3 {
    height: 50px;
  }
  .vckg-bg-3 .vckg-dot-5 {
    margin-top: 35px;
    width: 81px;
  }
  .vckg-bg-3 .vckg-dot-6 {
    margin-top: 7px;
    width: 106px;
  }
}

.vckg-img-1 {
  padding: 70px 0 20px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .vckg-img-1 {
    padding: 35px 0 0;
  }
}

.vckg-img-2 {
  text-align: center;
}

.vckg-img-3 {
  padding: 30px 0 20px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .vckg-img-3 {
    padding: 10px 0 15px;
  }
}

.vckg-img-4 img {
  width: 100%;
  max-width: 386px;
}

.vckg-img-5 {
  padding: 10px 0 20px;
  text-align: center;
}
.vckg-img-5 img {
  width: 100%;
  max-width: 510px;
}
@media screen and (max-width: 720px) {
  .vckg-img-5 {
    padding: 5px 0 10px;
  }
}

.vckg-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vckg-column > div {
  width: 50%;
}
.vckg-column > div:first-child {
  padding-right: 10px;
}
.vckg-column > div:last-child {
  padding-left: 10px;
}
@media screen and (max-width: 720px) {
  .vckg-column {
    display: block;
    margin-bottom: 30px;
  }
  .vckg-column > div {
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  .vckg-column > div + div {
    margin-top: 20px;
  }
}

.vckg-list-1 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0;
}
.vckg-list-1 > li {
  width: 25%;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.vckg-list-1 > li img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .vckg-list-1 > li {
    width: 50%;
  }
}

.vckg-list-2 {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
  text-align: center;
}
.vckg-list-2 > li {
  width: 25%;
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.vckg-list-2 > li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../images/icon_arrow_01.png") no-repeat center center;
  background-size: 10px 18px;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -9px;
}
.vckg-list-2 > li img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .vckg-list-2 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .vckg-list-2 > li {
    width: 50%;
    padding: 0 6px;
  }
  .vckg-list-2 > li:not(:last-child):after {
    width: 5px;
    height: 12.5px;
    background-size: 5px 12.5px;
    right: -2px;
    margin-top: -6px;
  }
}










.vckg-list-3 {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0;
  text-align: left;
}
.vckg-list-3 > li {
  width: 33.33333%;
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.vckg-list-3 > li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../images/icon_arrow_01.png") no-repeat center center;
  background-size: 10px 18px;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -9px;
}
.vckg-list-3 > li img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .vckg-list-3 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .vckg-list-3 > li {
    width: 50%;
    padding: 0 6px;
  }
  .vckg-list-3 > li:not(:last-child):after {
    width: 5px;
    height: 12.5px;
    background-size: 5px 12.5px;
    right: -2px;
    margin-top: -6px;
  }
}













.vckg-notice {
  margin-top: -25px;
  margin-bottom: 40px;
  line-height:1.8em;
  color:#707070;
}
.vckg-notice > li {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
}
.vckg-notice > li > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 720px) {
  .vckg-notice {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .vckg-notice > li {
    font-size: 12px;
  }
}

.vckg-link-1 {
  text-align: center;
  margin-bottom: 10px;
}
.vckg-link-1 a {
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.vckg-link-1 a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/icon_arrow_02.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 720px) {
  .vckg-link-1 {
  }
  .vckg-link-1 a {
    text-align: left;
    /*max-width: 350px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }
  .vckg-link-1 a:before {
    top: 3px;
  }
}

.vckg-button {
  text-align: center;
}
.vckg-button > a {
  border: 2px solid #151608;
  padding: 22px 5px 22px;
  background: #fff;
  border-radius: 3em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 480px;
}
.vckg-button > a:hover {
  opacity: 0.7;
}
.vckg-button > a > span {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.vckg-button > a > span:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("../images/icon_arrow_03.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.vckg-button.back > a { position:relative; }
.vckg-button.back > a > span {
  padding:0;
}
.vckg-button.back > a > span:before { display:none; }
.vckg-button.back > a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("../images/icon_arrow_03.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  transform: rotate(180deg);
  top: 50%;
  left: 40px;
  margin-top: -8px;
}
@media screen and (max-width: 720px) {
  .vckg-button > a {
    padding: 9px 5px;
  }
  .vckg-button > a > span {
    padding-left: 10px;
    font-size: 12px;
  }
  .vckg-button > a > span:before {
    width: 6px;
    height: 10px;
    background-image: url("../images/icon_arrow_03@2x.png");
    margin-top: -5px;
  }
}

.vckg-head-2 {
  text-align: center;
  margin: 55px 0 20px;
}
.vckg-head-2 > span {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.vckg-head-2 > span:before, .vckg-head-2 > span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_ball.png") no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.vckg-head-2 > span:before {
  left: 0;
}
.vckg-head-2 > span:after {
  right: 0;
}
@media screen and (max-width: 720px) {
  .vckg-head-2 {
    margin: 20px 0 15px;
  }
  .vckg-head-2 > span {
    font-size: 18px;
    padding: 0 16px;
  }
  .vckg-head-2 > span:before, .vckg-head-2 > span:after {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-top: -5px;
  }
}

.vckg-head-3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #5a7bbd;
  margin: 40px 0 0.7em;
}
@media screen and (max-width: 720px) {
  .vckg-head-3 {
    font-size: 14px;
    margin: 30px 0 0.7em;
  }
}

.vckg-box {
  position: relative;
  background: url("../images/bg_box_03.png") repeat-y center center;
  background-size: contain;
  padding: 0 50px;
  margin: 36px 0 75px;
}
.vckg-box:before, .vckg-box:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 150px;
  background: url("../images/bg_box_02.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
.vckg-box:before {
  top: -36px;
  background: url("../images/bg_box_01.png") no-repeat center top;
  background-size: contain;
}
.vckg-box:after {
  bottom: -36px;
}
.vckg-box-head {
  position: relative;
  z-index: 1;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
.vckg-box-head + .vckg-box-list {
  width: 55%;
}
.vckg-box-list {
  position: relative;
  z-index: 1;
  float: left;
  font-size: 14px;
  width: 45%;
  margin-bottom: 5px;
}
.vckg-box-list dt {
  font-weight: bold;
  position: relative;
  width: 7em;
  margin-top: 10px;
}
.vckg-box-list dt:after {
  content: ":";
  display: inline-block;
  float: right;
}
.vckg-box-list dd {
  padding-left: 8em;
  padding-right: 1em;
  position: relative;
  top: -1.3em;
  margin-bottom: -1.3em;
}
.vckg-box-clear {
  clear: both;
}
@media screen and (max-width: 720px) {
  .vckg-box {
    padding: 0 25px;
    margin: 20px 0 50px;
  }
  .vckg-box:before, .vckg-box:after {
    height: 75px;
  }
  .vckg-box:before {
    top: -25px;
    background-size: 100% auto;
  }
  .vckg-box:after {
    bottom: -25px;
    background-size: 100% auto;
  }
  .vckg-box-head {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .vckg-box-head + .vckg-box-list {
    width: 100%;
  }
  .vckg-box-list {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
  }
  .vckg-box-list dt {
    margin-top: 7px;
    width: 8em;
  }
  .vckg-box-list dd {
    padding-right: 0;
    padding-left: 9em;
  }
}




/* group
--------------------------------------------*/
.mod-group {
  margin:30px 0;
}
@media screen and (min-width: 721px) {
  .mod-group {
    margin:60px 0;
  }
}
.mod-group:first-child {
  margin-top:0;
}
.mod-group:last-child {
  margin-bottom:0;
}



/* -gray
------------*/
.mod-group.-gray {
  background:url('/ex/VCKG/common/images/bg_gray.png');
  background-size:30px;
  padding:2em;
}
@media screen and (min-width: 721px) {
  .mod-group.-gray {
    background-size:60px;
  }
}



/* -TOKUTEN
------------*/
.mod-group.-TOKUTEN {
}
@media screen and (min-width: 721px) {
  .mod-group.-TOKUTEN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
  }
  .mod-group.-TOKUTEN:first-child {
    padding-top:30px;
  }
  .mod-group.-TOKUTEN:last-child {
    padding-bottom:30px;
  }
}
@media screen and (min-width: 721px) {
  .mod-group.-TOKUTEN .sub-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
/*    -webkit-align-items: center;  Safari 
    align-items:         center;*/
  }
}
.mod-group.-TOKUTEN .sub-TOKUTEN{
  padding:.5em .8em;
  line-height:1em;
  color:white;
  background:#d0000e;
  font-size:.65em;
  align-self: flex-start;
  white-space: nowrap;
  margin-right:20px;
}
.mod-group.-TOKUTEN .sub-image {
  text-align:center;
}
.mod-group.-TOKUTEN .sub-text {
  line-height:2em;
}
@media screen and (min-width: 721px) {
  .mod-group.-TOKUTEN .sub-inner .sub-image {
    width:46%;
    padding-right:40px;
  }
  .mod-group.-TOKUTEN .sub-inner .sub-text {
    width:54%;
    padding: 0px;
  }
}
.mod-group.-TOKUTEN .sub-text .sub-ttl {
  color:#d0000e;
  font-weight:bold;
  font-size:20px;
  margin-bottom:.5em;
}
@media screen and (min-width: 721px) {
  .mod-group.-TOKUTEN .sub-text .sub-ttl {
    font-size:26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
  }
}
.mod-group.-TOKUTEN .sub-text .sub-ttl span:last-child {
  display:block;
  margin-top:.5em;
}
@media screen and (min-width: 721px) {
  .mod-group.-TOKUTEN .sub-text .sub-ttl span:last-child {
    margin-top:0;
  }
  .mod-group.-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
  }
  .mod-group.-column .sub-image,
  .mod-group.-column .sub-text {
    width:50%;
  }
}







/* image
--------------------------------------------*/
.mod-image {
  text-align:center;
}


/* note
--------------------------------------------*/
.mod-note {
  color:#707070;
  padding-left:1em;
  text-indent:-1em;
}

/* center
--------------------------------------------*/
.st-inlineCenter {
  text-align:center;
}

/* bold
--------------------------------------------*/
.st-bold {
  font-weight:bold;
}


/* line-height
--------------------------------------------*/
.st-lh2 {
  line-height:2em;
}

.vckg-news {
}

.vckg-news li {
  border-bottom:1px solid #ccc;
  padding:30px 0;
  line-height:1.5em;
}
@media screen and (min-width: 721px) {
  .vckg-news li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
  }
}
.vckg-news li:first-child {
  border-top:1px solid #ccc;
}

.vckg-news li span {
  font-weight: bold;
  margin-right:2em;
  display:block;
}


.vckg-box > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 721px) {
  .vckg-box.padS {
    padding:0 40px;
  }
}

.mod-twocolmncontent {
  margin:20px 0;
  &:after {
    content: "";
    clear: both;
    display: block;
  }
  &.-left {
    >.sub-item:first-child; {
      float:left;
    }
    >.sub-item:last-child; {
      float:right;
    }
  }
  &.-right {
    >.sub-item:first-child; {
      float:right;
    }
    >.sub-item:last-child; {
      float:left;
    }
  }
}





@media screen and (min-width: 721px) {
  .mod-twocolmncontent {
    margin:30px 0;
  }
  .mod-twocolmncontent:after {
    content: "";
    clear: both;
    display: block;
  }
  .mod-twocolmncontent >.sub-item {
    width:50%;
  }
  .mod-twocolmncontent.-left >.sub-item:first-child {
    float:left;
  }
  .mod-twocolmncontent.-left >.sub-item:last-child {
    float:right;
  }
  .mod-twocolmncontent.-right >.sub-item:first-child {
    float:right;
  }
  .mod-twocolmncontent.-right >.sub-item:last-child {
    float:left;
  }
}

@media screen and (max-width: 720px) {
  .showPc {
    display:none;
  }

}
@media screen and (min-width: 721px) {
  .showPc {
    display:block;
  }
}
@media screen and (max-width: 720px) {
  .showSp {
    display:block;
  }

}
@media screen and (min-width: 721px) {
  .showSp {
    display:none;
  }
}

.taC {
  text-align:center;
}



p.mod-para {
  margin:1em 0;
  line-height: 2;
}
p.mod-para:first-child {
  margin-top:0;
}
p.mod-para:last-child {
  margin-bottom:0;
}
@media screen and (max-width: 720px) {
  p.mod-para {
    line-height: 1.8;
  }
}

@media screen and (min-width: 721px) {
  .addPadR_pc {
    padding-right:20px;
  }
}

.st-large {
  font-size:x-large;
  font-weight:bold;
}
@media screen and (min-width: 721px) {
  .st-addTopL_sp {padding-top:70px;}
}

table.spec {
  line-height:2;
}
table.spec th {
  vertical-align: top;
  padding-right:3em;
  position:relative;
  white-space: nowrap;
}
table.spec th:before {
  content:":";
  position:absolute;
  top:0; right:1em;
}