@charset "utf-8";

/* 20240425 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 {
	margin-top: 0;
}

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

.strong {
	color: #122a88;
}

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

.contents-colorbox {
	margin-bottom: 40px;
	padding: 30px 35px;
	background: #edf4fd;
	border-radius: 20px;
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}

.contents-colorbox.-bg02 {
	margin-bottom: 40px;
	padding: 25px;
	background: #f2f2f2;
	border-radius: 10px;
}

.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: #1a6de8;
}
.contents-flowbox::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 10;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #1a6de8;
}
.contents-flowbox .template {
	margin-bottom: 0;
}
.contents-flowbox .template-img-right {
	margin: 0 0 0 25px;
	text-align: center;
}
.contents-flowbox h4 {
	margin-bottom: 0;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	line-height: 1.6;
	font-size: 19px;
}
.contents-flowbox h4:before {
	display: none !important;
}

/*iframe*/
.map-wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

/*==========
CONTENTS WORKS ID:1666
==========*/
.cw-imglist03 {
	margin-top: 100px;
}
.cw-imglist03-item {
	position: relative;
	margin-bottom: 100px;
}
.cw-imglist03-item:last-child {
	margin: 0;
}
.cw-imglist03-detail {
	float: left;
	width: 790px;
	min-height: 450px;
	padding: 60px 220px 70px 60px;
	background: #edf4fd;
	text-align: center;
	border-radius: 30px;
}
.cw-imglist03-item.right .cw-imglist03-detail {
	float: right;
	padding: 60px 60px 70px 240px;
}
.cw-imglist03-slug {
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #122a88;
}
.cw-imglist03-title {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.7;
}
.cw-imglist03-subtitle {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.cw-imglist03-text {
	line-height: 2.2666;
	font-size: 15px;
}
.cw-imglist03-img {
	position: absolute;
	width:450px;
	height:450px;
	top: -40px;
	right: 0;
}
.cw-imglist03-item.right .cw-imglist03-img {
	right: auto;
	left: 0;
}
.cw-imglist03-img img{
	width:100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 30px 0 30px 0;
}
/* 2024/05/10 inose */
/*==========
CONTENTS WORKS ID:1562
==========*/
/*config*/
:root {
    --template-flow-01-color:#1a6de8;  /*メインカラー*/
    --template-flow-01-subcolor:#498ded;  /*サブカラー*/
}
/*css*/
.template-flow-01 {
    padding-left: 120px;
    position: relative;
    margin-bottom:60px !important;
}
.template-flow-01::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.template-flow-01 > li {
    position: relative;
    margin-left:0 !important;
    list-style:none !important;
}
.template-flow-01 > li:not(:last-child) {
    margin-bottom: 8vh;
}
.template-flow-01 > li .icon {
    font-size: 14px;
    color: #fff;
    background: var(--template-flow-01-color);
    background: -moz-linear-gradient(left, var(--template-flow-01-color) 0%, var(--template-flow-01-subcolor) 100%);
    background: -webkit-linear-gradient(left, var(--template-flow-01-color) 0%,var(--template-flow-01-subcolor) 100%);
    background: linear-gradient(to right, var(--template-flow-01-color) 0%,var(--template-flow-01-subcolor) 100%);
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 3;
}
.template-flow-01 > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent var(--template-flow-01-subcolor);
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.template-flow-01 > li dl {
    padding-left: 70px;
    position: relative;
}
.template-flow-01 > li dl::before,
.template-flow-01 > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.template-flow-01 > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background:var(--template-flow-01-color);
    border-radius: 50%;
    left: -4px;
}
.template-flow-01 > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.template-flow-01 > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: var(--template-flow-01-color);
    margin-bottom: 1vh;
}