@charset "utf-8";

/* 20241026 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; }

.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;
}

.entry-content .template-text :first-child,
.entry-content .contents-textarea :first-child {
	margin-top: 0 !important;
}

.strong {
	color: #415B8A;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #f7f7f7;
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}

.table-bordered {
	margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
	padding: 12px 15px;
	border: 2px solid #fff;
}
.table-bordered th {
	width: 25%;
	background: #415b8a;
	color: #fff;
}
.table-bordered td {
	background: #f2f2f2;
}

.table-fixed {
	margin-bottom: 25px;
	table-layout: fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 12px 15px;
	border: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
}
.table-fixed th {
	background: #415b8a;
	color: #fff;
}
.table-fixed td {
	background: #f2f2f2;
}

.table_qa {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_qa th {
	width: 5%;
	padding: 20px 0 20px 20px;
}
.table_qa td {
	padding: 20px;
	vertical-align: middle;
}
.table_qa tr:nth-child(2n-1) td {
	font-size: 20px;
	font-weight: bold;
}
.table_qa tr:nth-child(2n) {
background: #f2f2f2;
}
.table_qa tr:nth-child(2n) th {
	vertical-align: top;
}
.q_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #415b8a;
	line-height: 46px;
	color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.a_icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #484848;
	line-height: 46px;
	color: #fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.entry-btn {
	margin-top: 30px;
	text-align: center;
}
.entry-btn a {
	display: inline-block;
	position: relative;
	min-width: 250px;
	height: 50px;
	padding: 0 15px;
	background: #415b8a;
	line-height: 50px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
.entry-btn a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f078';
	color: #fff;
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-btn a: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;
}

.row.entry-btn a {
	width: 100%;
}


/*iframe*/
.map-wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

/* 2024112 added by Fabo */

.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: #415b8a;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 900;
}
.list-check li:last-child {
  margin-bottom: 0 !important;
}


/* ======================================
2024/10/28 added by tsuji
======================================== */

/* --------------- テンプレートBOX化 --------------- */

.template-backpattern{
	padding: 20px;
    margin:10px 0 ;
	background: #F2F4F8;
	border: solid 2px #E5E5E5;
}

.br_sp{
display: block;
}

.inline_sp{
display: inline-block;
}


/* ======================================
2024/12/04 added by nakazato
======================================== */

/* PC・SP2カラムレイアウト */

/* 親要素 */
.clm02_box{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	margin: 10px 0 0;
}
/* 子要素（共通内容） */
.clm02_inner{
	flex-basis: 50%;
	text-align: center;
	padding: 10px 10px 20px;
}



