@charset "utf-8";

/* 20240725 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.strong {
  color: #f39800;
}

.entry-content .template-img-right {
  margin-left: 30px;
}
.entry-content .template-img-left {
  margin-right: 30px;
}

.table-bordered {
  margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}
.table-bordered th {
  width: 25%;
  background: #f39800;
  color: #fff;
}

.table-fixed {
  margin-bottom: 25px;
  table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.table-fixed th {
  background: #f39800;
  color: #fff;
}

.list-check li {
  position: relative;
  margin: 0 0 10px 0 !important;
  padding-left: 25px;
  list-style: none !important;
  line-height: 1.8;
}
.list-check li:before {
  content: '\f00c';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  color: #f39800;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 900;
}
.list-check li:last-child {
  margin-bottom: 0 !important;
}

.contents-colorbox {
  margin-bottom: 35px;
  padding: 25px 30px 30px;
  border-radius: 15px;
  background: url(/images/default/contents-bg.png) repeat;
}
.contents-colorbox :first-child {
  margin-top: 0 !important;
}
.contents-colorbox :last-child {
  margin-bottom: 0 !important;
}

.contents-flowbox-group {
  margin: 40px 0 50px;
}
.contents-flowbox {
  position: relative;
  padding: 0 0 45px 35px;
}
.contents-flowbox:last-child {
  padding-bottom: 0;
}
.contents-flowbox::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 6px;
  width: 2px;
  background: #f39800;
}
.contents-flowbox::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f39800;
}
.contents-flowbox .template {
  margin-bottom: 0;
}
.contents-flowbox .template-img-right {
  margin: 0 0 0 25px;
  text-align: center;
}
.contents-flowbox h4 {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1.6;
  font-size: 19px;
}
.contents-flowbox h4:before {
  display: none;
}

.contents-messagebox-group {
  margin: 70px 0;
}
.contents-messagebox {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 60px;
  z-index: 10;
}
.contents-messagebox::before {
  content: "";
  top: 80px;
  bottom: 0;
  left: -80px;
  right: -100%;
  z-index: -10;
  position: absolute;
  background: url(/images/default/contents-bg.png) repeat;
}
.contents-messagebox:nth-child(even)::before {
  right: -80px;
  left: -100%;
}
.contents-messagebox .template-text {
  padding-top: 30px;
}
.contents-messagebox .template-img-right {
  margin: 0 0 0 50px;
}
.contents-messagebox .template-img-left {
  margin: 0 50px 0 0;
}
.contents-messagebox h3 {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  font-size: 23px !important;
}

.entry-content .row {
  margin-right: -10px;
  margin-left: -10px;
}
.entry-content .row > div {
  margin-bottom: 20px;
  padding: 0 10px;
}
.term-contact .entry-content .row {
  margin: 0;
}
.term-contact .entry-content .row > div {
  margin: 0;
  padding: 0;
}
table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table_qa th{
    padding: 10px;
    width: 65px;
}
table.table_qa td{
    padding: 10px;
}
table.table_qa tr:nth-child(2n-1) td{
  font-size:18px;
}
table.table_qa tr:nth-child(2n){
    background:#FBF2E4;
}
table.table_qa tr:nth-child(2n) th{
    vertical-align: top;
}
/* Qアイコン */
.q_icon{
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background: #f39800;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
}
/* Aアイコン */
.a_icon{
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background: #3ea123;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
}
