@charset "UTF-8";
#tempcheck {
  font-size: 0.625rem; /* 10px */
  color: #ccc;
  display: none;
}
.main-contents {
    display: flex;
    justify-content: space-between; /* 記事は左、サイドバーは右に配置 */
    align-items: flex-start; /* 高さが違っても上揃え */
    width: 100%;
}
/* ---  article entry  --- */
.entry {
  display: block;
  width: 720px;
  margin: 0;
  padding: 0;
  /* float: left; は親の #wrap が flex なので削除 */
  font-size: 1rem; /* 16px */
  letter-spacing: normal;
  line-height: 1.68;
  color: #555;
}
.entry-inn {
  padding: 0px 0px 30px;
}
.entry-full {
  font-size: 1rem; /* 16px */
  letter-spacing: normal;
  line-height: 1.68;
  color: #555;
  margin: 0 0 3rem;
}
.entry-full .search-result {
  margin: 0 0 3rem;
}
.entry-full .search-result ul li {
  margin: 0 0 3rem;
  display: flex;
  flex-direction: column;
}
.entry-full .search-result ul li div.date-area {
  display: block;
  height: 18px;
  margin: 6px 0 0 0;
  font-size: 0.75rem; /* 12px */
  line-height: 1;
  color: #aaa;
}
/* entry header */
.entry header {
  display: block;
  margin: 0;
  height: auto;
}
.entry header h1, .entry-full header h1 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  margin: 0;
  padding: 40px 0 12px 0;
  font-size: 1.625rem; /* 26px */
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  border-bottom: solid 1px #888;
}
/* 見出しと丸バッジのレイアウトをFlexbox化 */
.entry h1 {
  display: flex;
  align-items: flex-start;
  clear: both;
  font-size: 1rem; /* 16px */
  font-weight: normal;
  line-height: 1.2;
  color: #666;
  padding: 30px 0 16px 0;
}
.entry h1 em {
  flex-shrink: 0; /* バッジが縮むのを防止 */
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0;
  background: #c30d23;
  border-radius: 20px;
  font-size: 1rem; /* 16px */
  line-height: 30px; /* heightと合わせる */
  margin: 0 5px 0 0;
  font-style: normal;
}
.entry h2.h2deco {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  margin: 20px 0;
  padding: 0 0 8px 0;
  font-size: 1.375rem; /* 22px */
  font-weight: bolder;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: dotted 1px #888;
  position: relative;
}
.entry h2.h2deco::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 36%;
  height: 1px;
  background-color: #c30d23;
}
.entry p + h2.h2deco {
  margin: 44px 0 4px 0;
}
.entry h2.h2deco + div.wp-caption {
  margin-top: 20px !important;
}
.entry div.wp-caption + p {
  margin-top: 20px !important;
}
/* h2 もFlexbox化 */
.entry h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  padding: 0 0 8px 0;
  font-size: 1.375rem; /* 22px */
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: dotted 1px #888;
}
.entry h2 a {
  text-decoration: none;
  color: #333;
}
.entry h2 a:hover {
  display: block;
  background: #eee;
  text-decoration: none;
  color: #333;
}
.listmark-r a:before {
  content: "● ";
  color: #c30d23;
}
h3.listmark-r:before {
  content: "● ";
  color: #c30d23;
}
.entry h2 + p {
  margin: 24px 0 4px 0;
}
.entry p + h2 {
  margin: 44px 0 4px 0;
}
.entry h2 em {
  flex-shrink: 0; /* バッジが縮むのを防止 */
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0;
  background: #c30d23;
  border-radius: 20px;
  font-size: 1rem; /* 16px */
  line-height: 30px;
  margin: 0 5px 0 0;
  font-style: normal;
}
.entry h3 {
  font-family: serif;
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin: 30px 30px 10px 0;
  padding: 0;
}
.entry h4 {
  font-family: serif;
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin: 20px 30px 0 0;
  padding: 0;
}
.entry p + h4 {
  margin: 25px 0 10px 0;
}
.entry h5 {
  font-size: 1rem; /* 16px */
  font-weight: normal;
  line-height: 1.2;
  color: #333;
  margin: 20px 0 3px 20px;
  padding: 0;
}
.entry p + h5 {
  margin: 20px 0 3px 20px;
}
.entry h5 + p {
  margin: 20px 0 3px 20px;
}
.entry h6 {
  font-size: 1rem; /* 16px */
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  margin: 20px 0 3px 20px;
  padding: 0;
}
.entry p {
  margin: 1rem 0 0 0;
}
.entry p:first-child {
  margin: 0;
}
.entry img {
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}
.entry img.nb {
  border: 0;
  padding: 0;
  background: transparent;
}
.entry a img {
  transition: 0.4s;
}
.entry a img:hover {
  opacity: 0.6;
}
.introduction {
  margin: 0 0 60px 0;
  padding: 12px 20px;
  border-radius: 0;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  background: url(../images/img-stethoscope.jpg) 320px -20px no-repeat;
  background-size: 54%;
}
.introduction2 {
  margin: 0 0 60px 0;
  padding: 12px 20px;
  border-radius: 0;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  background: url(../images/img-japanmap.jpg) 380px 0px no-repeat;
  background-size: 40%;
}
.entry iframe {
  margin: 5px !important;
  width: 100%;
  height: 400px;
}
.entry iframe {
  max-width: 100%;
}
/*----- ul.post ----- */
.entry ul.post {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry ul.post ul li {
  margin: 0 0 30px 0;
  padding: 0;
}
/*----- ul.qqka-list ----- */
.entry ul.qqka-list {
  margin: 0;
  padding: 12px 0 0 26px;
  font-size: 0.875rem; /* 14px */
  line-height: 1.6;
  letter-spacing: normal;
  color: #555;
}
.entry ul.qqka-list li {
  margin: 0 0 34px 0;
  padding: 0;
}
.entry ul.qqka-list ul {
  margin: 0;
  padding: 10px 0 0 26px;
}
.entry ul.qqka-list li em {
  font-size: smaller;
  color: #999;
  font-style: normal;
}
/*----- ol.qqka-list ----- */
.entry ol.qqka-list {
  margin: 20px 0 30px 0;
  padding: 12px 0 0 36px;
  font-size: 0.875rem; /* 14px */
  line-height: 1.6;
  color: #555;
}
.entry ol.qqka-list li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}
.entry ol.qqka-list li:before {
  display: inline-block;
  content: "("counter(cnt) ")";
}
.entry ol.qqka-list li em {
  font-size: smaller;
  color: #999;
  font-style: normal;
}
/*----- ul.n2List ----- */
.entry ul.n2List {
  margin: 2rem 0;
  padding: 0 0 0 2rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  color: #555;
}
.entry ul.n2List li {
  margin: 0 0 1rem 0;
  padding: 0;
}
/*----- frame ----- */
.entry div.fr01 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 14px 0;
  padding: 24px 30px 24px 30px;
  background: #f4f4f4;
}
.fr01 h3.titlename {
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.entry div.fr01 h5.titlename {
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.entry div.fr01 p:first-child {
  margin: 0 !important;
}
.entry div.fr02 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 14px 0;
  padding: 20px 30px;
  border: 2px solid #eee;
  border-radius: 3px;
}
.entry div.fr02 h5.titlename {
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
.entry div.fr02 p:first-child {
  margin: 0 !important;
}
div.fr-icon img {
  width: 50%;
  height: auto;
  margin: 14px;
  padding: 20px;
  text-align: center;
}
/* breadcrumb */
.aioseo-breadcrumbs {
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 0.75rem; /* 12px */
  line-height: 1.4;
  padding: 0 0 30px 0;
}
#breadcrumb {
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 0.75rem; /* 12px */
  line-height: 1.4;
  padding: 0 0 30px 0;
}
/* パンくずリストもFlexbox化 */
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ul li {
  margin: 0 10px 0 0;
}
#breadcrumb ul li a {
  margin: 0;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li br {
  display: none;
}
/* ------------------------ taglinks ------------------------ */
.taglinks {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  margin: 0;
  padding: 0;
}
.taglinks em {
  display: block;
  font-style: normal;
  font-size: 0.6875rem; /* 11px */
  line-height: 1.2;
  color: #333;
  margin: 4px 10px 10px 0;
  padding: 0;
  list-style: none;
}
.taglinks ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.taglinks ul li {
  margin: 0 10px 10px 0;
  font-size: 0.6875rem; /* 11px */
  line-height: 1;
}
.taglinks ul li a {
  margin: 0;
  padding: 2px 4px;
  text-decoration: none;
  color: #fff;
  background: #333;
}
.taglinks ul li a:hover {
  text-decoration: none;
  color: #000;
  background: #ccc;
}
/* --- hr --- */
.entry hr {
  margin: 16px 0;
  padding: 0;
  clear: both;
  height: 2px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
/* --- meta --- */
.metadeta {
  clear: both;
  font-size: 0.625rem; /* 10px */
  line-height: 1;
  text-align: right;
  color: #aaa;
  margin: 50px 0 0 0;
}
.edit {
  clear: both;
  margin: 10px;
  padding: 0;
  font-size: 0.7rem; /* 70% */
  color: #ccc;
  text-align: right;
}
/* ----- table ----- */
table.table01 {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
table.table01 tr th {
  font-weight: normal;
  font-size: 0.6875rem; /* 11px */
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #ccc;
  text-align: center;
  background: #eee;
  white-space: nowrap;
}
table.table01 tr td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 1px solid #ccc;
}
table.table00 {
  width: 80%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}
table.table00 tr th {
  font-weight: normal;
  font-size: 0.6875rem; /* 11px */
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  vertical-align: middle;
  border: 0;
  text-align: center;
}
table.table00 tr td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
}
/* ----- table02 ----- for BLS event */
table.table02 {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  font-size: 0.75rem; /* 12px */
  table-layout: fixed;
}
table.table02 tr th {
  font-weight: bold;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
}
table.table02 tr td {
  vertical-align: middle;
  margin: 0;
  padding: 8px;
  height: 5em;
  border: 1px solid #ccc;
  text-align: center;
}
table.table02 tr th em {
  display: block;
  font-size: 0.625rem; /* 10px */
  margin: 0;
  font-style: normal;
  font-weight: normal;
}
/* ----- table03 ----- */
table.table03 {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
table.table03 tr th {
  font-weight: normal;
  font-size: 0.6875rem; /* 11px */
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  vertical-align: middle;
  border: 1px solid #ccc;
  text-align: center;
  background: #eee;
  white-space: nowrap;
}
table.table03 tr td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 1px solid #ccc;
}
table.table03 tr td em {
  font-style: normal;
  font-size: 0.75rem !important; /* 12px */
  display: block;
  padding: 4px;
}
/* ----- table04 ----- */
table.table04 {
  width: 72%;
  margin: 3rem auto;
  padding: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
table.table04 tr th {
  font-weight: normal;
  font-size: 0.9rem;
  padding: 0.8rem;
  vertical-align: middle;
  border: 1px solid #ccc;
  text-align: center;
  background: #eee;
  white-space: nowrap;
}
table.table04 tr td {
  font-size: 0.9rem;
  padding: 0.8rem;
  border: 1px solid #ccc;
}
table.table04 tr td:nth-child(2n), table.table04 tr td:nth-child(3n), table.table04 tr td:nth-child(4n), table.table04 tr td:nth-child(5n), table.table04 tr td:nth-child(6n) {
  text-align: right;
}
.bgCcc {
  background: #ccc
}
.bgEee {
  background: #eee
}
.bgE8e {
  background: #e8e8e8
}
table.nw {
  white-space: nowrap;
}
table.sma {
  font-size: 0.75rem !important; /* 12px */
}
table td.tac {
  text-align: center;
}
table td.vam {
  vertical-align: middle;
}
/* ----- list ----- */
ul.list-03 {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
ul.list-03 li {
  display: block;
  width: 200px;
  height: 40px;
  margin: 10px;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
/* ----- button ----- */
a.btn01 {
  font-size: 1.125rem; /* 18px */
  border-radius: 3px;
  padding: 12px 14px 8px 28px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #c30d22;
  color: #fff;
  display: inline-block;
  box-shadow: 0px 0px 6px -3px #000;
}
a.btn01:hover {
  color: #fff;
  text-decoration: none;
  background: #fc2642;
}
a.btn01:active {
  position: relative;
  top: 1px;
}
a.btn02 {
  clear: both;
  margin: 10px auto 20px;
  padding: 4px;
  width: 60%;
  height: auto;
  font-size: 0.875rem; /* 14px */
  text-decoration: none;
  background: #fff;
  color: #000;
  border: 1px solid #cecece;
  box-shadow: 0px 0px 6px -3px #000;
  display: block;
}
a.btn02 img {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  vertical-align: middle !important;
}
.btn02:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}
.btn02:active {
  position: relative;
  top: 1px;
}
a.btn03 {
  clear: both;
  margin: 10px auto 20px;
  padding: 8px 40px;
  width: 64%;
  height: auto;
  font-size: 0.875rem; /* 14px */
  text-decoration: none;
  background: #c0eaff;
  color: #000;
  border-radius: 56px;
  box-shadow: 0px 0px 6px -3px #666;
  display: block;
}
a.btn03 img {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  vertical-align: middle !important;
}
.btn03:hover {
  color: #fff;
  text-decoration: none;
  background: #71cefe;
}
.btn03:active {
  position: relative;
  top: 1px;
}
a.btn04 {
  position: relative;
  display: block;
  margin: 0;
  width: auto;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  text-align: center;
  transition-duration: 200ms;
  background: #c30d22;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0px 0px 15px -5px #777777;
}
a.btn04::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
a.btn04:hover {
  color: #fff;
  text-decoration: none;
  background: #fc2642;
}
a.btn05 {
  display: block;
  margin: 2rem auto 0;
  padding: 0.5rem;
  width: 36%;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  border-radius: 0.1rem;
  background: #D9D9D9;
  color: #000;
}
.btn05:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}
/* ----- dl ----- */
/* dl, dt, dd もFlexbox化してfloatを廃止 */
dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; /* float: right の代用 */
  width: 850px;
  margin-left: auto;
  line-height: 2;
}
dt {
  width: 200px;
}
dd {
  width: 650px;
}
/* ----------------------------- wp ---------------------------- */
/* ---------- hover-pointer ---------- */
.hover-pointer {
  cursor: pointer;
}
/* ---------- align ---------- */
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.tac a img {
  margin: 5px !important;
}
/* ---------- margin padding ---------- */
.m20 {
  margin: 20px !important;
}
.m30 {
  margin: 30px !important;
}
.m40 {
  margin: 40px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mtb20 {
  margin: 20px 0 !important;
}
.mtb30 {
  margin: 30px 0 !important;
}
.mtb40 {
  margin: 40px 0 !important;
}
.mtb50 {
  margin: 40px 0 !important;
}
div.ind80 {
  padding: 0 80px 0 80px;
}
.p20 {
  padding: 20px !important;
}
.p30 {
  padding: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.plr20 {
  padding: 0 20px !important;
}
.plr30 {
  padding: 0 30px !important;
}
.plr40 {
  padding: 0 40px !important;
}
/* WP alignnone, alignleft, alignright */
/* ※WordPressの基本である「画像のテキスト回り込み」機能のため、ここは意図的に float を残します */
.alignnone {
  float: none;
  padding: 0;
  margin: 1em 0 0 0 !important;
}
.alignleft {
  float: left;
  padding: 0;
  margin: 0 20px 20px 0 !important;
}
.alignright {
  float: right;
  padding: 0;
  margin: 0 0 20px 20px !important;
}
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* wp-caption */
.wp-caption {
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 4px !important;
  margin: 10px 0 20px 0;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 0.6875rem; /* 11px */
  line-height: 1.4;
  padding: 4px;
  margin: 0;
}
.border-none {
  border: none !important;
}
/* --- wp-pagenavi(no plugin) --- */
div.wp-pagenavi {
  clear: both;
  font-size: 0.6875rem; /* 11px */
  margin: 0;
  padding: 60px 0 0 0px;
}
.wp-pagenavi {
  font-weight: normal;
}
.wp-pagenavi a, .wp-pagenavi a:link {
  padding: 6px 10px 4px 10px;
  margin: 3px 4px;
  text-decoration: none;
  border-radius: 3px;
  color: #666;
  background-color: #eee
}
.wp-pagenavi a:visited {
  padding: 6px 10px 4px 10px;
  margin: 3px 4px;
  text-decoration: none;
  border-radius: 3px;
  color: #666;
  background-color: #eee;
}
.wp-pagenavi a:hover {
  border-radius: 3px;
  color: #fff;
  background-color: #666;
}
.wp-pagenavi a:active {
  padding: 6px 10px 4px 10px;
  margin: 3px 4px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  background-color: #666;
}
.wp-pagenavi span.pages {
  padding: 6px 10px 4px 10px;
  margin: 3px 4px;
  color: #aaa;
}
.wp-pagenavi span.current {
  padding: 6px 10px 4px 10px;
  margin: 3px 4px;
  border-radius: 3px;
  color: #fff;
  background-color: #f67073;
}
.wp-pagenavi span.extend {
  padding: 6px 10px 4px 10px;
  margin: 3px 4px;
  border-radius: 3px;
  color: #666;
  background-color: #e7e8e3;
}
/* --- wp-pagenavi-single --- */
.wp-pagenavi-single {
  clear: both;
  font-size: 0.875rem; /* 14px */
  padding: 4px 30px;
  margin: 100px 30px 30px 30px;
  border-radius: 3px;
  background: #eee;
}
.wp-pagenavi-previous {
  display: block;
  margin: 0 0 20px 0;
}
.wp-pagenavi-next {
  display: block;
  margin: 0;
}
/* --- color --- */
.qqka-red {
  color: #c30d23 !important;
  font-weight: normal;
}
.qqka-pur {
  color: #592689 !important;
  font-weight: normal;
}
.qqka-blue {
  color: #1F57A3 !important;
  font-weight: normal;
}
.qqka-black {
  color: #000 !important;
  font-weight: normal;
}
.qqka-red-ex {
  color: #c30d23 !important;
  font-weight: bold;
  font-size: larger;
}
.qqka-pur-ex {
  color: #592689 !important;
  font-weight: normal;
  font-size: larger;
}
.qqka-blue-ex {
  color: #1F57A3 !important;
  font-weight: normal;
  font-size: larger;
}
.qqka-black-ex {
  color: #000 !important;
  font-weight: normal;
  font-size: larger;
}
.qqka-smaller {
  font-weight: normal;
  font-size: smaller;
}
.bg-blue01 {
  background: #8890ff;
  color: #fff;
}
.bg-blue02 {
  background: #7773cc;
  color: #fff;
}
.bg-blue03 {
  background: #4e2299;
  color: #fff;
}
.bg-blue04 {
  background: #eaeefe;
  color: #333;
}
.bg-blue05 {
  background: #e9ddee;
  color: #333;
}
.bg-blue06 {
  background: #4e2299;
  color: #333;
}
.bg-gold {
  background: linear-gradient(to bottom, rgba(242, 228, 121, 1) 0%, rgba(255, 255, 255, 1) 100%);
  color: #333;
}
.bg-silver {
  background: linear-gradient(to bottom, rgba(208, 216, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
  color: #333;
}
.bg-bronze {
  background: linear-gradient(to bottom, rgba(204, 167, 119, 1) 0%, rgba(255, 255, 255, 1) 100%);
  color: #333;
}
/* ------------------ Contact Form ------------------ */
.wpcf7 {
  margin: 0;
  padding: 30px 20px !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 90%;
  border: 1px solid #ddd;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
  margin-bottom: 20px;
}
.wpcf7 select {
  width: 90%;
  margin-bottom: 20px;
}
.wpcf7 input[type="submit"] {
  padding: 1em 3em;
  background: #c30d23;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
.wpcf7 input[type="submit"]:hover {
  background: #FF6164;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset;
}
.wpcf7 em {
  display: inline-block;
  font-size: 0.625rem; /* 10px */
  line-height: 1;
  font-weight: normal;
  padding: 5px;
  background: #de8686;
  color: #fff;
  border-radius: 3px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.wpcf7 h3 {
  font-size: 1rem; /* 16px */
  font-weight: normal;
  line-height: 1.6;
  color: #666;
  margin: 10px 0 30px 0;
  padding: 10px 0 6px 0;
  border-bottom: 1px solid #ccc;
}
.wpcf7 h3 span {
  display: inline-block;
  font-size: 1.25rem; /* 20px */
  line-height: 1;
  padding: 8px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  margin: -10px 6px 0 0;
  vertical-align: top;
}
span.attention {
  display: inline-block;
  line-height: 1;
  padding: 3px;
  background: #000;
  color: #fff;
  border-radius: 2px;
  margin: -2px 6px 0;
  vertical-align: top;
}
p.sma {
  font-size: 0.625rem !important;
  line-height: 1.2 !important;
  color: #666;
}
span.sma {
  font-size: 0.625rem !important;
  line-height: 1.2 !important;
  color: #666;
}
p.mid {
  font-size: 0.8125rem !important;
  line-height: 1.2 !important;
  color: #666;
}
span.mid {
  font-size: 0.8125rem !important;
  line-height: 1.2 !important;
  color: #666;
}