@charset "UTF-8";
/*主に記事内で使用するスタイル */

.wpContent .btn {
  margin: 0.5em 0.5em 0.5em 0;
  text-decoration: none;
  color: #FFF;
  padding: 7px;
  border-radius: 4px;
  max-width: 100%;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  font-weight: bold;
}
.wpContent a.btn:hover {
  text-decoration: none;
}
.wpContent .blue-bc {
  background: #4f9df4;
}
.wpContent .red-bc {
  background: #f88080;
}
.wpContent .green-bc {
  background: #90d581;
}
.btntext {
  display: inline-block;
  padding: 3px 15px;
}
.btntext:hover {
  background: #efefef;
}
.wpContent .emboss {
  text-shadow: 1.5px 1.5px 1.5px rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
/** ボックス **/

.block {
  background:#fef8e2;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 4px;
}
.blockBorder {
  border: 4px solid #ececec;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 4px;
}
.cautionBlock {
  border: 2px solid #000;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  margin: 1rem 0;
  border-radius: 7px;
  font-weight: bold;
}
.cautionBlock i{
  margin-right: 10px;
}
.lineYellow {
  background: linear-gradient(transparent 50%, #fdff6f 50%);
  padding: 3px 0;
}
.redDouble {
  border-bottom: double 6px #d2564a;
}
.wpContent .caution {
  text-align: center;
}

/** その他のスタイル・装飾 **/
.orange {
  color: #ffb36b;
}
.green {
  color: #75c375;
}
.blue {
  color: #7da7e0;
}
.red {
  color: #ee7b7b;
}
.silver {
  color: silver;
}
.keiko_blue {
  background: linear-gradient(transparent 50%, rgba(107, 182, 255, 0.24) 50%);
}
.keiko_yellow {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.keiko_green {
  background: linear-gradient(transparent 50%, rgba(151, 232, 154, 0.69) 50%);
}
.keiko_red {
  background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}
.labeltext {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
}
.icon1::before{
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-weight: 500;
  font-weight: 900;
}
.icon2::before{
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 500;
  font-weight: 900;
}


/*他サイトへのリンクカード[sanko]*/
.reference {
  display: table;
  max-width: 100%;
  margin: 1em 0 1.5em;
  padding: 20px 20px 20px 0;
  border-radius: 2px;
  background: #f5f5f5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  color: #555!important;
  font-weight: bold;
  text-decoration: none !important;
  min-width: 50%;
}
.reference:hover {
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.22);
  color: #888;
  text-decoration: none;
}
.reference .refttl {
  width: 120px;
  margin: 10px;
  border-right: solid 2px #dadada;
  text-align: center;
  line-height: 1.5;
  color: #000000;
}
.reference .refttl i{
  padding-right: 6px;
}
.reference .refcite {
  width: 200px;
  width: calc(100% - 70px);
  padding-left: 10px;
  font-size: 0.95em;
  line-height: 1.5;
}
.reference .refcite span {
  display: block;
  color: #ababab;
  font-size: 0.9em;
}

/*記事内関連[kanren]*/
.table {
  display: table;
}
.tbcell {
  display: table-cell;
  vertical-align: middle;
}
.tbcell img {
  width: 100%;
}
.sng-link-time {
  display: block;
  margin-bottom: 5px;
  font-size: 13.5px;
  color: #b5b5b5;
}
.sng-link-time i {
  margin-right: 3px;
}
.linkto {
  max-width: 100%;
  min-width: 50%;
  margin: 1em 0 1.5em;
  padding: 10px;
  border: solid 2px #eaedf2;
  border-radius: 3px;
  background: #fff;
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
}
.linkto:hover {
  background: #eaedf2;
  text-decoration: none;
}
.linkto img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.linkto:hover img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}
.linkto .tbimg {
  width: 80px;
}
.linkto figure {
  width: 110px;
  padding-right: 10px; /*for old ver*/
}
.linkto .tbtext {
  padding-left: 10px;
  line-height: 1.5;
  text-align: left;
  color: #555!important;
}
.textwidget .linkto {
  border: none;
  margin: 0;
}
.textwidget .linkto:last-child {
  padding-bottom: 1em;
}
.c_linkto {
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
}
.c_linkto:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #888;
  text-decoration: none;
  transform: translateY(-2px);
}
.c_linkto .c_linkto_text {
  display: block;
  padding: 15px 13px;
  line-height: 1.6;
}
.longc_linkto {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.longc_linkto img {
  padding: 10px 10px 0;
}


