@charset "utf-8";


/* ======================================
2020/10/08 added by nakazato
======================================== */

/* デフォルトテーブル */
.table th, .table td {
	border-bottom:1px #B9AC9C solid;
	vertical-align:middle;
	border-top:none;
}

.table-bordered{
	margin-bottom: 30px;
}
.table-bordered th {
	background-color: #CDE5F0;
	text-align:center;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #bababa;
	vertical-align:middle;
}

/* 背景模様付き枠テンプレート */
.template-backpattern{
	padding: 24px;
	background: #F2F8FB;
	border: solid 2px #039adb;
	margin:20px 0 30px 0;
}


/* olリスト デザイン変更 */
.entry-content ol {
  counter-reset: my-counter;
  padding: 10px 0 10px 20px;
  margin: 0;
}
.entry-content ol li {
  list-style: none;
  position: relative;
  padding:5px 0 15px 40px ;
  margin:0 auto;
  line-height: 2.0em;
  font-size: 16px;
}
.entry-content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #039adb;
  color: #fff;
  display: block;
  line-height: 32px;
  margin-left: -46px;
  text-align: center;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  position: absolute;
}


/* チェックマークリスト */
.entry-content ul.list_check{
	margin:0;
	padding:0;
	font-size: 0;
	position: relative;
	margin:0 0 12px 0;
}
.entry-content ul.list_check li{
	list-style-type: none;
	text-align: left;
	font-size: 16px;
	margin: 0 10px 0px 26px;
	padding: 3px;
	display: block;
}
.entry-content ul.list_check li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	left : 5px; /*左端からのアイコンまでの距離*/
	color: #ff7522; /*アイコン色*/
}


/* よくある質問 */
.entry-content table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- スマホサイトはwidthを15%に設定 --- */
.entry-content table.table_qa th{
    padding: 10px;
    width: 6%;
}
.entry-content table.table_qa td{
    padding: 10px;
}
.entry-content table.table_qa tr:nth-child(2n-1) td{
	font-size:20px;
}
.entry-content table.table_qa tr:nth-child(2n){
    background:#FDF3D3;
}
.entry-content table.table_qa tr:nth-child(2n) th{
	vertical-align:top;
}

/* ======================================
2020/12/21 added by stoguchi
======================================== */

/*お問い合わせフォームのLINEボタン*/

.line-text {
  margin-bottom: 0 !important;
  font-size: 18px;
}

.line-btn span {
  border-color: #009943 !important;
  background-color: #009943 !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  padding: 10px 15px;
}

.line-btn span a {
  text-decoration: none;
  color: inherit;
}

/* ======================================
2021/01/07 added by stoguchi
======================================== */

/*ブログの一覧ページ、個別ページに表示がされているSNSのボタンを非表示*/

.entry-footer {
  padding: 10px 10px 10px 0;
}

/* 20210805 added by narematsu */
.top-blog {
    padding: 30px 20px;
    background: #FFEC2C;
    width: 960px;
    height: 96px;
    margin: 30px auto 0;
    border-radius: 3px;
    font-weight: bold;
    position:relative;
}

.top-blog a{
    font-weight: bold;
    font-size: 26px;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}


.top-blog :hover{
    opacity: 0.7;
    	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


/* ======================================
2023/02/12 added by Fabo
======================================== */
.strong {
	color: #fc8210;
}