@charset "UTF-8";
/* CSS Document */

.article {
  color: #000;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.article .description {
  border-top: 5px solid #5dcbdb;
  padding: 2px 40px 0;
  font-size: 14px;
  font-weight: bold;
  color: #5dcbdb;
}

.article .inner {
  padding: 38px 40px 40px;
}

.writer {
  font-weight: bold;
}

/*-- SNS --*/

.c-sns__links {
  display: flex;
  margin: 10px 0 10px 0;
}

.sns_box_lt {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  font-size: 14px;
}

.sns_box_rt {
  float: right;
  margin: 0 0 10px;
  padding: 0;
  /*    text-align: right;*/
}

/*-- 記事を保存するボタン（非表示）新しく機能追加する際はこちらを使用してください --*/
.c-sns__favorite {
  display: none;
}

.c-sns__favorite-off {
  margin: 0 auto 0 0;
  border: solid 1px #70a245;
  width: 70px;
  border-radius: 5px;
  height: 30px;
}

.c-sns__favorite-off a {
  color: #70a245;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 70px;
}

.c-sns__favorite-on {
  border: solid 1px #70a245;
  background: #70a245;
  width: 70px;
  border-radius: 5px;
}

.c-sns__favorite-on a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 70px;
}
/*-- 記事を保存するボタン // --*/

.c-share__img {
  height: 15px;
  margin-left: 4px;
}

.c-sns__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.c-sns__share-img {
  height: 18px;
  margin: 0 10px 0 0px;
}

.sns_box_rt .tw {
  float: right;
  margin: 0 0 0 10px;
}
.sns_box_rt .fb {
  float: right;
  margin: 0 0 0 10px;
}
.sns_box_rt .gp {
  float: right;
  margin: 0;
}

/*-- Pop Up --*/

#c-sns__share-popup {
  width: 200px;
  line-height: 100px;
  background: #fff;
  padding: 25px 20px 10px 20px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  -webkit-transform: translate(-45%, 57%);
  transform: translate(-45%, 57%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#c-sns__share-popup .c-sns__share-list-item-print #btn_print:hover {
  background: inherit;
}

.c-sns__share-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.c-sns__share-label span:hover {
  cursor: pointer;
}

.c-sns__checkbox[type='checkbox'] {
  display: none;
}

.c-sns__checkbox[type='checkbox']:checked ~ #c-sns__share-popup {
  display: block;
  transition: 0.2s;
  z-index: 150;
}

.c-sns__checkbox:checked ~ .c-sns__checkbox-window-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: default;
}

.c-sns__share-list-item,
.c-sns__share-list-item-print {
  margin-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-sns__share-list-item-print {
    margin-bottom: 0px;
    display: none;
  }
}

.c-sns__share-list-item a {
  text-decoration: none;
  color: #333;
  display: flex;
}

.c-sns__share-list-item a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.c-sns__share-list-img {
  height: 15px;
}

.c-sns__share-list-item-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.c-sns__share-list-item-wrap {
  display: flex;
}

.c-sns__share-list-item-wrap:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.c-sns__share-list-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
}

.c-sns__share-list-print {
  width: 30px;
  height: 30px;
  border: #777 solid 1px;
  border-radius: 10px;
}

.c-sns__share-list-print-img {
  width: 28px;
  height: 14px;
  border: #777 solid 1px;
  border-radius: 6px;
  padding: 8px 0;
}

.c-sns__share-list-mail {
  width: 28px;
  height: 12px;
  border: #777 solid 1px;
  border-radius: 6px;
  padding: 8px 0;
}

#copy-link {
  background: none;
  border: none;
  padding: 0;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.gplusone div {
  width: 65px !important;
}

.loginbox {
  overflow: hidden;
  font-size: large;
  width: fit-content;
  margin: 20px auto;
  text-align: center;
}

.loginbox a {
  margin: 10px;
}

.article h3.ttl {
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 10px;
  background-color: #eee;
  padding-top: 2px;
  padding-left: 10px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #c8000f;
}

#writerName {
  font-size: 11px;
  color: #fff;
  background-color: #000;
  text-align: left;
  width: 90px;
  padding: 3px;
  font-weight: bold;
}
.writerBox {
  background-color: #eee;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.writerBox dl {
  width: 425px;
  float: right;
}
.writerBox dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

.cateList li {
  float: left;
  margin-right: 15px;
}
.article .content {
  font-size: 16px;
  line-height: 1.6em;
}
.article .content h2 {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 20px;
  text-decoration: underline;
}
.article .content h2.ttl {
  font-weight: bold;
}
.article .content h3 {
  font-weight: bold;
  text-align: left;
}

/*--- news__post ------------------------------------------------------------------*/
#news__post {
}
#news__post .inner {
  padding: 20px 20px 20px 0;
}
#news__post .content h2 {
  font-weight: bold;
  margin-bottom: 7px;
  position: relative;
  margin: 2em 0 1.5em !important;
  padding: 0 0 0.3em !important;
  line-height: 1.3;
  font-size: 1.6em !important;
  border-bottom: 2px solid #ddd;
  display: block;
  text-decoration: none !important;
  border-left: none !important;
}
#news__post .content h2:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #e60012;
  content: '';
  width: 90px;
}
#news__post .content h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  border-left: 4px solid #e60012;
  padding: 0 0 0 10px;
}

#news__post .content h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}
#news__post .content img {
  float: none;
  text-align: center;
  padding-bottom: 10px;
}

#news__post li {
  line-height: 1.4em;
  margin-bottom: 1px;
  font-size: 93%;
}
#news__post li.notice a {
}
#news__post li.notice a:hover {
  color: #f00;
}
#news__post ul.contents,
#news__post ul,
#news__post ol.contents,
#news__post ol {
  margin: 1.2em 0 2em 1em;
}
#news__post ul.contents li,
#news__post ul li,
#news__post ol.contents li,
#news__post ol li {
  margin: 0.5em;
  font-size: 100%;
}
#news__post ul.contents li,
#news__post ul li {
  list-style-type: disc;
}
#news__post ol.contents li,
#news__post ol li {
  list-style-type: decimal;
}
#news__post ol li ul li,
#news__post ul li ul li {
  list-style-type: circle;
}
#news__post ul li ol li {
  list-style-type: decimal;
}
#news__post blockquote,
div.reffer {
  padding: 0.5em 0.5em 0.5em 2em;
  margin: 1em 0 2em 0;
  background-color: #f7f8e6;
}
#news__post blockquote:before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'Font Awesome 5 Free';
  content: '\f10d';
}

/*--- P ------------------------------------------------------------------*/
.article p {
  text-indent: 1em;
  margin-bottom: 2em;
  line-height: 1.6em;
}

/*--- TABLE ------------------------------------------------------------------*/
.article table {
  font-size: 16px;
  line-height: 1.6em;
  margin: 1em 0 2em 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.article table th,
.article table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.article table th {
  background: #eee;
  font-weight: bold;
}

/*--- image・caption ------------------------------------------------------------------*/
.article .content .ib {
  padding: 0px;
  text-align: center;
}
.article .ib p.cap {
  font-size: 90%;
  line-height: 1.4em;
  clear: both;
  text-indent: 0px;
  text-align: center;
}
.article .content .ib img {
  margin: 0px auto 5px auto;
  padding: 0px;
  float: none;
}

/*5/11*/

.article .content p {
  text-indent: 1em;
  margin-bottom: 20px;
}

#voiceTtl {
  color: #c8000f;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #787878;
}

.seminarSche {
  width: 591px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  margin-bottom: 35px;
}
.seminarSche th {
  background-color: #eee;
  padding: 20px;
  width: 100px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.seminarSche td {
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.seminarPriv {
  width: 540px;
  margin-left: 20px;
  margin-bottom: 30px;
  overflow: auto;
  height: 120px;
  padding: 5px;
  border-top-width: 2px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #9a9a9a;
  border-right-color: #9a9a9a;
  border-bottom-color: #9a9a9a;
  border-left-color: #9a9a9a;
}
.seminarPriv .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
#seminar .btn {
  text-align: center;
  margin-bottom: 30px;
}

.mainTtl2 .dictionary h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 8px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-top-color: #c4000f;
  border-bottom-color: #c4000f;
  margin-bottom: 15px;
  height: auto;
}

.dictionary .content {
  font-size: 16px;
  line-height: 25px;
}
.dictionary .content h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.dictionary .content img {
  float: right;
  padding-left: 15px;
}
.dictionary .content p {
  text-indent: 1em;
  margin-bottom: 15px;
}
.dictionary .content h2.ttl {
  font-weight: bold;
}

.dictionary ul {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0 30px 30px;
}

.dictionary ul li {
  background-image: url(../img/common/pin.png);
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding-left: 15px;
}

.dictionary ul span {
  font-size: 12px;
  margin: 0 0 0 10px;
  color: #666;
  line-height: 12px;
}

.dictionary h1 span {
  font-size: 12px;
  margin: 0 0 0 10px;
  color: #666;
  line-height: 12px;
}

/*6/12*/

.img_box_right {
  float: right;
  padding-left: 15px;
  padding-bottom: 10px;
  width: 265px;
  text-align: right;
}

.img_box_right p.cap {
  font-size: 12px;
  line-height: 16px;
  clear: both;
  text-indent: 0px;
  padding-left: 15px;
}

/*2013/8/16*/

.ib p.cap {
  font-size: 12px;
  line-height: 16px;
  clear: both;
  text-indent: 0px;
  text-align: center;
}

/*2/26*/

.img_box_left {
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 265px;
  text-align: left;
}

.img_box_left p.cap {
  font-size: 12px;
  line-height: 16px;
  clear: both;
  text-indent: 0px;
  padding-right: 15px;
}
.article .content .img_box_left img {
  padding-right: 15px;
  padding-bottom: 10px;
}

/* 20121012 */

/* 20140710　hrを定義 */
/*--- HR ------------------------------------------------------------------*/
.article hr {
  display: block;
  border: 1px solid #ddd;
  margin: 1rem auto 2rem auto;
  width: 80%;
}

/*--- source ------------------------------------------------------------------*/
#news__post div.source {
  color: #666;
  margin-bottom: 2em;
}
#news__post div.source p {
  text-indent: 0 !important;
  line-height: 1.6em;
  margin-bottom: 0px !important;
}
#news__post div.source a:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f2d2';
  padding-right: 3px;
}
#news__post div.source ul {
  font-size: 80%;
  margin: 0;
  margin-left: 1em;
}
/*--- READMORE・LOGIN ------------------------------------------------------------------*/
.article .readmore {
  background: -webkit-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  height: 6em;
  margin-top: -4em;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.article .content .readmore p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 2em auto 0 auto;
  padding: 0;
  color: #666;
  font-size: 90%;
  text-align: center;
  text-indent: 0;
}

#cont .wrap.clearfix #mainCont #premium .inner .loginBox .inner .prm_about {
  position: absolute;
  top: 245px;
  right: 50px;
}

div#newzia_connect348 {
  margin-top: 25px;
}

#newzia_connect348 ul {
  margin: 10px 0px 0px 10px;
}

#newzia_connect348 li {
  background-image: url(../img/common/pin.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 15px;
}

.poweredby {
  text-align: right;
}
.btn-clip {
  display: block;
  width: 90px;
  height: 20px;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important;
  padding: 0 6px;
  font-weight: bold;
  font-size: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.btn-clip .fa {
  color: #ffcc00;
  display: inline-block;
  margin-right: 6px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
.btn-clip span {
  color: #333 !important;
}

.unclipped:hover {
  background: #fafafa;
}

/*continued to read*/
.linkto {
  margin-top: 40px;
  line-height: 2.1em;
  font-size: 14px;
}
.linkto hr {
  border-top: 1px solid #8c8b8b;
  width: 100%;
  margin-bottom: 10px;
}
.linkto p {
  padding: 0px 10px 0px 10px;
}
.linkto ul {
  padding: 0px 30px 0px 30px;
}
.linkto li {
  list-style-type: disc;
  line-height: 1.8em;
}
.linkto .conti {
  text-align: right;
}
.linkto .btn {
  text-align: center;
  margin: 30px auto 55px auto;
}
.linkto .btn btn {
  padding: 10px 50px 10px 50px;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px;
}

.linkto .btn a {
  text-decoration: none;
}

.linkto .btn a:hover {
  opacity: 0.8;
}

#btn_print,
#btn_print_btm {
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  background: #ffffff;
  border: none;
  text-decoration: none;
  display: flex;
  text-decoration: none;
  padding: 0;
  align-items: center;
}

.c-sns__share-list-item-print #btn_print {
  color: #333;
  font-size: 12px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .c-sns__share-list-item #btn_print {
    display: none;
  }
}

.c-sns__share-list-item #btn_print:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #btn_print {
    display: none;
  }
}

#btn_print:hover,
#btn_print_btm:hover {
  opacity: 0.8;
  text-decoration: none;
  transition-duration: 0.3s;
}
/* 20191121 */
.article .content {
  font-size: 16px;
  line-height: 1.6em;
}
.article .content h2 {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 20px;
  text-decoration: underline;
}
.article .content h3 {
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
}
.article .content img {
  float: right;
  padding-left: 15px;
  padding-bottom: 10px;
}
.article .content h2.ttl {
  font-weight: bold;
}
li {
  line-height: 1.4em;
  margin-bottom: 1px;
  font-size: 93%;
}
li.notice a {
}
li.notice a:hover {
  color: #f00;
}

.article hr {
  display: block;
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #bbb;
  margin-bottom: 35px;
  width: 80%;
}

/* Free trial */

.free-trial {
  font-size: 18px;
}

.free-trial section {
  padding: 20px;
  background-color: #ffffd9;
  border: 1px solid #7ca151;
}

.free-trial section h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.free-trial section h3 span {
  color: #ff9e1e;
}

.free-trial-check li {
  padding: 5px 0 3px 25px;
  background: url(../img/trial_check.png) no-repeat left top;
  background-size: 22px auto;
  font-size: 16px;
}

.free-trial-check li span {
  font-weight: bold;
  color: #7ca151;
}

.free-trial-links {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -0.4em;
}

.free-trial-links li {
  width: 49%;
  margin: 0 0.5%;
  display: inline-block;
  letter-spacing: normal;
}

.free-trial-links li a {
  height: 68px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.free-trial-links li a.trial {
  background: linear-gradient(to right, #ffb51e, #ff801e);
}

.free-trial-links li a.login {
  background-color: #7ca151;
}

.free-trial_notification {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .free-trial {
    text-align: center;
  }
  .free-trial > div p {
    font-size: 15px;
  }
  .free-trial section {
    padding: 5%;
  }
  .free-trial section h3 {
    font-size: 18px;
  }
  .free-trial-check li {
    padding: 5px 0 10px 22px;
    background-size: 20px auto;
    font-size: 15px;
  }
  .free-trial-links li a {
    line-height: 1.5;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .free-trial > p {
    display: inline-block;
    ont-size: 12px;
    text-align: center;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.free-trial__boundary {
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 20px;
}

.free-trial__gauge-volume {
  display: block;
  line-height: 30px;
  background-color: #eaeaea;
  text-align: center;
  position: relative;
}

.free-trial__gauge-volume:before {
  content: '';
  display: block;
  width: 15%;
  height: 100%;
  background-color: #7ca151;
  position: absolute;
  left: 0;
  top: 0;
}

/* Gauge */

.free-trial__gauge {
  z-index: 2;
}

.free-trial__gauge-span {
  font-weight: bold;
}

.free-trial__gauge-text {
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
}

.free-trial__gauge-wrap {
  background: #eaeaea;
  width: 100%;
  height: 30px;
}

.free-trial__gauge > .free-trial__gauge-list {
  padding-left: 0;
}

.free-trial__gauge-wrap .free-trial__gauge_main {
  background: #7ca151;
  height: 30px;
}

.free-trial__gauge-color {
  display: block;
  line-height: 30px;
  position: absolute;
  left: 40%;
  right: 40%;
}

@media screen and (max-width: 768px) {
  .free-trial__gauge-color {
    text-align: center;
    left: 34%;
    right: 35%;
  }
}
