@charset "UTF-8";
/* ショートコードで関連記事を取得 */
.dc-layout-basic-2col__main .related_article {
  margin: 1.8em 0;
  text-align: left;
}
.dc-layout-basic-2col__main .related_article .inbox {
  padding-left: 25%;
}
.dc-layout-basic-2col__main .related_article p.ttl {
  margin: 0 0 0.1em;
  font-size: 1em;
  font-weight: bold;
}
.dc-layout-basic-2col__main .related_article .ttl:before {
  content: "関連記事";
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background: #111;
  width: 5em;
  display: inline-block;
  padding: 0.2em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dc-layout-basic-2col__main .related_article.labelnone .ttl:before {
  content: none;
}
.dc-layout-basic-2col__main .related_article .date {
  font-size: 0.8em;
}
.dc-layout-basic-2col__main .related_article .thum {
  width: 22%;
  float: left;
}
.dc-layout-basic-2col__main .related_article .thum img {
  width: 100%;
  margin-bottom: 0;
}
.dc-layout-basic-2col__main .related_article a {
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 #efefef;
  text-decoration: none;
  display: block;
  padding: 0.9em;
}
.dc-layout-basic-2col__main .related_article a:hover {
  color: #666;
  background: lightyellow;
}

/* ショートコードで補足説明を追加 */
.dc-layout-basic-2col__main .supplement {
  background: lightyellow;
  background: rgba(255, 255, 0, 0.2);
  font-size: 0.94em;
  padding: 3% 4%;
  margin: 1.5em 0 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999;
  border-color: rgba(165, 165, 165, 0.2);
}
.dc-layout-basic-2col__main .supplement p {
  margin-bottom: 0.8em;
}
.dc-layout-basic-2col__main .supplement p:last-child {
  margin-bottom: 0;
}
.dc-layout-basic-2col__main .supplement.warning {
  background: pink;
  background: rgba(255, 0, 45, 0.18);
  color: #333;
}
.dc-layout-basic-2col__main .supplement:before {
  font-family: "fontawesome";
  content: "\f0e6";
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.2em;
}
.dc-layout-basic-2col__main .supplement.warning:before {
  content: "\f071";
}
.dc-layout-basic-2col__main .supplement.boader:before {
  content: none;
}
.dc-layout-basic-2col__main .supplement.noicon:before {
  content: none;
}
.dc-layout-basic-2col__main .supplement.boader {
  background: none;
}

/* CTA */
.dc-layout-basic-2col__main .cta-inner {
  background: #0e0e0e;
  color: #ddd;
  border-top: 5px solid rgba(146, 146, 146, 0.3);
  padding: 1.5em;
}
.dc-layout-basic-2col__main .cta-inner .cta_copy {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.dc-layout-basic-2col__main .cta-inner .btn-wrap a {
  box-shadow: none;
  margin-top: 1em;
}

/* でかいボタン */
.dc-layout-basic-2col__main .btn-wrap.big a {
  font-size: 1.1em;
  padding: 1.1em 2em;
  width: 420px;
  max-width: 90%;
}
/* 目立つボタン */
.dc-layout-basic-2col__main .btn-wrap.lightning a {
  background: #c81c1c;
  border-color: #c81c1c;
  color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.dc-layout-basic-2col__main .btn-wrap.lightning a:hover {
  background: #ec7373;
  color: #fff;
}

/* 背景付きボタン */
.dc-layout-basic-2col__main .btn-wrap.bg {
  background: #efefef;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5em 1em;
  margin: 2.5em 0;
}
.dc-layout-basic-2col__main .btn-wrap.bg-yellow {
  background: lightyellow;
  background: rgba(255, 255, 0, 0.2);
  padding: 1.5em 1em;
  margin: 2.5em 0;
}
/* ボタンを角丸に */
.btn-wrap.maru,
.dc-layout-basic-2col__main .btn-wrap.maru a {
  border-radius: 0.4em;
}
/* 立体的なボタン */
.dc-layout-basic-2col__main .btn-wrap.rich_yellow a {
  font-weight: bold;
  position: relative;
  background-color: #f7cf2e;
  color: #fff;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #ecb254;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
.dc-layout-basic-2col__main .btn-wrap.rich_yellow a:hover {
  background: #ecb254;
  color: #fff;
  box-shadow: 0 1px 0 #ecb254;
}
.dc-layout-basic-2col__main .btn-wrap.rich_pink a {
  font-weight: bold;
  position: relative;
  background-color: #ee5656;
  color: #fff;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #d34e4e;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
.dc-layout-basic-2col__main .btn-wrap.rich_pink a:hover {
  background: #d34e4e;
  color: #fff;
  box-shadow: 0 1px 0 #d34e4e;
}

/* ボタンアニメーション */
.dc-layout-basic-2col__main .anim a {
  animation: jiggle 3s ease-in infinite;
}

.dc-layout-basic-2col__main .keyframes jiggle {
  .dc-layout-basic-2col__main .48%,
  62% {
    transform: scale(1, 1);
  }
  .dc-layout-basic-2col__main .50% {
    transform: scale(1.1, 0.9);
  }
  .dc-layout-basic-2col__main .56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  .dc-layout-basic-2col__main .59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}

/* ショートコードで吹き出しデザイン */
.dc-layout-basic-2col__main .voice {
  margin: 1em 0 1.3em;
  font-size: 0.95em;
}

.dc-layout-basic-2col__main .voice .voicecomment {
  border: 3px solid #eee;
  background-color: #fff;
  color: #444;
  padding: 2.5%;
  position: relative;
  width: 85%;
  border-radius: 5px;
}
.dc-layout-basic-2col__main .voice.l .voicecomment {
  float: right;
}
.dc-layout-basic-2col__main .voice.r .voicecomment {
  float: left;
}

.dc-layout-basic-2col__main .voice.l .voicecomment:before {
  content: "";
  position: absolute;
  border-right: 8px solid #eee;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  left: -11px;
}
.dc-layout-basic-2col__main .voice.l .voicecomment:after {
  content: "";
  position: absolute;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  left: -7px;
}
.dc-layout-basic-2col__main .voice.r .voicecomment:before {
  content: "";
  position: absolute;
  border-left: 8px solid #eee;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  right: -11px;
}
.dc-layout-basic-2col__main .voice.r .voicecomment:after {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  right: -7px;
}

.dc-layout-basic-2col__main .voice .voicecomment h2,
.dc-layout-basic-2col__main .voice .voicecomment h3,
.dc-layout-basic-2col__main .voice .voicecomment h4,
.dc-layout-basic-2col__main .voice .voicecomment h5 {
  margin: 10px 0 !important;
  padding: 0;
}
.dc-layout-basic-2col__main .voice .voicecomment p {
  margin-bottom: 1em;
}
.dc-layout-basic-2col__main .voice .voicecomment p:last-child {
  margin-bottom: 0;
}
.dc-layout-basic-2col__main .voice .icon {
  width: 12%;
  text-align: center;
}
.dc-layout-basic-2col__main .voice.l .icon {
  float: left;
}
.dc-layout-basic-2col__main .voice.r .icon {
  float: right;
}
.dc-layout-basic-2col__main .voice .icon img {
  border-radius: 50%;
  margin: 0;
  border: 4px solid #f5f5f5;
}
.dc-layout-basic-2col__main .voice.icon_red .icon img {
  border-color: #ff4e4e;
}
.dc-layout-basic-2col__main .voice.icon_blue .icon img {
  border-color: #50b4de;
}
.dc-layout-basic-2col__main .voice.icon_yellow .icon img {
  border-color: #faee00;
}
.dc-layout-basic-2col__main .voice.icon_black .icon img {
  border-color: #222;
}
.dc-layout-basic-2col__main .voice .icon .name {
  font-size: 0.65em;
  padding: 0.4em 0;
}
.dc-layout-basic-2col__main .voice.big .icon {
  width: 18%;
}
.dc-layout-basic-2col__main .voice.big .voicecomment {
  width: 79%;
}

/* 吹き出しデザイン変更 */
/* FB風 */
.dc-layout-basic-2col__main .voice.l.fb .voicecomment:before {
  border-right-color: #4c5cb0;
}
.voice.l.fb .voicecomment:after,
.dc-layout-basic-2col__main .voice.l.line .voicecomment:after {
  content: none;
}
.dc-layout-basic-2col__main .voice.fb .voicecomment {
  background: #4c5cb0;
  border-color: #4c5cb0;
  color: #fff;
}
.dc-layout-basic-2col__main .voice.r.fb .voicecomment:before {
  border-left-color: #4c5cb0;
}
.dc-layout-basic-2col__main .voice.r.fb .voicecomment:after {
  content: none;
}
/* LINE風 */
.dc-layout-basic-2col__main .voice.line .voicecomment {
  background: #7acc40;
  border-color: #7acc40;
  color: #fff;
}
.dc-layout-basic-2col__main .voice.l.line .voicecomment:before {
  border-right-color: #7acc40;
}
.dc-layout-basic-2col__main .voice.r.line .voicecomment:before {
  border-left-color: #7acc40;
}
.dc-layout-basic-2col__main .voice.r.line .voicecomment:after {
  content: none;
}

.dc-layout-basic-2col__main .media only screen and (max-width: 480px) {
  .dc-layout-basic-2col__main ..btn-wrap a {
    font-size: 0.9em;
    padding: 0.9em 1.5em;
  }
  .dc-layout-basic-2col__main ..btn-wrap.big a {
    font-size: 0.9em;
    padding: 0.9em 1.5em;
    min-width: 80%;
    max-width: 90%;
  }
  .dc-layout-basic-2col__main ..btn-wrap.bg {
    padding: 0.9em 0.8em;
    margin: 2.5em 0;
  }
  .dc-layout-basic-2col__main ..voice .icon {
    width: 18%;
  }
  .dc-layout-basic-2col__main ..voice .voicecomment {
    width: 80%;
    font-size: 0.95em;
  }

  /* モバイル関連記事 */
  .dc-layout-basic-2col__main ..related_article {
    font-size: 0.8em;
  }
  .dc-layout-basic-2col__main ..related_article .inbox {
    padding-left: 32%;
  }
  .dc-layout-basic-2col__main ..related_article .ttl:before {
    content: "関連";
    width: 3em;
  }
  .dc-layout-basic-2col__main ..related_article .thum {
    width: 30%;
  }
  .dc-layout-basic-2col__main ..related_article a {
    padding: 0.6em;
  }
}

/* カラム表示の幅を調整 */
.dc-layout-basic-2col__main .media only screen and (min-width: 1100px) {
  .dc-layout-basic-2col__main ..column-wrap {
    /*width: 102.8888%;*/
    width: 100%;
  }
  .dc-layout-basic-2col__main .column-wrap .d-1of2,
  .dc-layout-basic-2col__main .column-wrap .d-1of22,
  .dc-layout-basic-2col__main .column-wrap .d-1of3,
  .dc-layout-basic-2col__main .column-wrap .t-1of2,
  .dc-layout-basic-2col__main ..column-wrap .tof3 {
    padding-right: 2.8%;
  }
}

