@charset "UTF-8";
/*
Theme Name: Emanon Business
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro（エマノン プロ）対応の子テーマです。ビジネスサイトに特化したフロントページの設定ができます。
Template: emanon-pro
Version: 1.5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Business用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮をオンにしてください。
*/

.inner {
	padding: 0 8px;
}

/* Newsticker section */
.eb-ticker-section {
	display: block;
	height: 48px;
	padding: 0 8px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
}

.ticker-label {
	float: left;
	margin-right: 8px;
	line-height: 48px;
}

.ticker-label a {
	padding: 4px 6px;
	color: #fff;
	background-color: #161410;
}

.ticker-label a:hover {
	color: #fff;
	background-color: #6584d1;
}

.ticker-date {
	display: none;
}

.ticker-title {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}

.ticker-title li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* solution section */
.eb-solution-section {
	position: relative;
	padding: 82px 0;
	text-align: center;
	background-color: #fff;
}

.solution-header {
	margin: 0 0 48px 0;
}

.solution-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.solution-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.solution-box-list {
	width: 100%;
	margin: 0 2.6% 32px 0;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.solution-box-list:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.solution-box-list p {
	color: #000c15;
}

.solution-box-icon img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
}

.solution-box-icon i {
	width: 96px;
	height: 96px;
	line-height: 96px;
	border-radius: 50%;
	border: 2px solid #9b8d77;
	color:	#9b8d77;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.solution-box-list:hover i {
	box-shadow: 0 0 0 0px #00bcd4;
	background: #9b8d77;
	border: 2px solid #9b8d77;
	color: #fff;
}

.solution-box-detail {
	overflow: hidden;
}

.solution-box-list h3 {
	padding: 16px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

.solution-box-list h3:before,
.solution-box-list h3:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.solution-box-list h3:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.solution-box-list h3:after {
	content: ']';
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	margin-left: 8px;
}

.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after,
.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.bottom-arrow {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	transform: rotate( 45deg );
	bottom: -20px;
	-webkit-filter: drop-shadow(2px 1px 0px rgba(0,0,0,0.1));
	filter: drop-shadow(2px 1px 0px rgba(0,0,0,0.1));
	z-index: 888;
}

/* Sales section */
.eb-sales-section {
	padding: 82px 0;
	border-top: 1px solid #e2e5e8;
}

.eb-sales-section .inner {
	padding: 0 16px;
}

.sales-section img {
	margin-bottom: 32px;
}

.sales-section-col {
	width: 100%;
}

.sales-header {
	margin: 0 0 64px 0;
	text-align: center;
}

.sales-content p {
	padding-bottom: 16px;
	text-align: justify;
}

.sales-section-cta {
	margin-top: 16px;
	text-align: center;
}

.sales-section-btn {
	width: 100%;
}

.sales-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.sales-section-box {
	padding: 56px 0 0 0;
}

.sales-box-list {
	padding-bottom: 32px;
}

.sales-box-list:nth-child(3) {
	padding-bottom: 0;
}

.sales-box-header {
	position: relative;
	margin-bottom: 8px;
}

.sales-box-header h3, .sales-box-header i {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.sales-box-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.sales-box-detail p {
	padding-bottom: 16px;
	text-align: justify;
}

#sales-section-video {
 width: 100%;
}

.sales-section-video-wrap {
  position: relative;
}

.sales-section-video-btn {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px; /*コントローラー分下部に余白を*/
	cursor: pointer;
}

/* Benefit section */
.eb-benefit-section {
	position: relative;
	padding: 86px 0 54px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
	text-align: center;
}

.benefit-header {
	margin: 0 0 48px 0;
	padding: 0 16px;
}

.benefit-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.benefit-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.benefit-box-list {
	margin: 0 2.9% 32px 0;
	padding: 48px 16px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e2e5e8;
	background-color: #f4f4f4;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-icon {
	margin-bottom: 32px;
}

.benefit-box-list:hover {
	background-color: #6584d1;
	color: #fff
}

.benefit-box-list:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.benefit-box-icon img {
	width: 350px;
	height: 100%;
}

.benefit-box-list:hover img {
	color: #fff;
}

.benefit-box-icon i {
	font-size: 64px;
	color:	#9b8d77;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover i {
	color: #fff;
	-webkit-transform: TranslateY(-8px);
	transform: TranslateY(-8px);
}

.benefit-box-detail {
	position: relative;
	overflow: hidden;
}

.benefit-box-detail h3 {
	font-size: 20px;
	font-size: 2.0rem;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover h3 {
	color: #fff
}

.benefit-box-list p {
	margin-top: 32px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.benefit-box-list:hover p {
	color: #fff
}

.benefit-section-cta {
	margin: 32px 0;
}

.benefit-section-btn {
	width: 80%;
}

.benefit-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Case Section */
.eb-case-section {
	position: relative;
	padding: 86px 16px 54px 16px;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
	text-align: center;
}

.case-header {
	margin: 0 0 48px 0;
	padding: 0 16px;
}

.case-header h3 {
	position: relative;
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
	color: #000c15;
}

.case-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.case-thumbnail {
	position: relative;
}

.case-thumbnail a {
	display: block;
}

.case-thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.case-post {
	padding: 8px 0;
}

.case-title a {
	display: block;
	color: #000c15;
}

.case-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.case-section-cta {
	margin: 32px 0;
}

.case-section-btn {
	width: 80%;
}

.case-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Product section */
.eb-product-section {
	padding: 64px 0;
}

.product-message {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 300;
}

.product-content {
	margin: 0 16px;
}

.product-content h2 {
	margin: 16px 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.product-content p {
	margin: 16px 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.product-section-cta {
	margin-top: 32px;
}

.product-section-btn {
	position: relative;
	width: 80%;
}

.product-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Front cta section */
.eb-front-cta-section {
	padding: 40px 0 72px 0;
	background-color: #161410;
}

.front-cta-header {
	margin: 32px 0 16px 0;
	text-align: center;
}

.front-cta-header h2 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-header-single {
	margin: 32px 0 16px 0;
	text-align: center;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-header .fa {
	margin: 0 8px 0 0;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
}

.front-cta-content dl {
	position: relative;
	padding: 32px;
	border: 1px solid #e2e5e8;
	color: #fff;
	z-index: 300;
}

.front-cta-content dt {
	padding: 0 0 24px 0;
	font-weight: normal;
}

.front-cta-content dd {
	padding: 0;
	text-align: center;
}

.front-cta-tell {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.front-cta-mail-btn {
	position: relative;
	width: 80%;
}

/* Price section */
.eb-price-section {
	position: relative;
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
}

.price-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.price-header h2 {
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.price-header p {
	margin: 16px 0 32px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.eb-price-section table {
	table-layout: fixed;
	border: none;
	text-align: center;
}

.eb-price-section table td {
	display: block;
	margin-bottom: 32px;
	padding: 0;
	border: 1px solid #e2e5e8;
	background-color: #fff;
	text-align: center;
	vertical-align: inherit;
}

.eb-price-section table td:hover {
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.price-item {
	padding: 0.75em 0;
	border-bottom: 1px solid #e2e5e8;
	background-color: #9b8d77;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	color: #303030;
}

.price-selling {
	padding: 16px;
	border-bottom: 1px solid #e2e5e8;
	font-size: 1.6rem;
	font-weight: bold;
	color: #303030;
}

.price-description {
	padding: 16px;
	line-height: 2;
	font-size: 1.4rem;
}

.price-section-cta {
	margin: 32px 0;
}

.price-section-btn {
	position: relative;
	width: 80%;
}

.price-section-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.eb-price-section .bottom-arrow {
	background-color: #f8f8f8;
}

/* Category section */
.eb-category-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #fff;
}

.category-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.category-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.category-header p {
	margin: 16px 0 32px 0;
	color: #303030;
}

.category-body {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.category-box {
	position: relative;
	margin: 0 0 32px 0;
	width: 100%;
	border-radius: 0 0 4px 4px;
	border: 1px solid #e2e5e8;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

.category-box-list {
	overflow: hidden;
}

.category-box-header {
	position: relative;
	margin-bottom: 32px;
}

.category-box-header h3 {
	padding: 24px 16px 16px 16px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}

.category-box-header h3:after {
	content: "";
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	width: 32px;
	height: 2px;
	margin: 0 auto;
}

.category-box-header p {
	margin-top: 16px;
	padding: 0 16px;
	font-size: 14px;
	font-size: 1.4rem;
}

.category-box:nth-child(3n+1) {
	margin: 0 0 32px 0;
}

.category-list {
	margin-bottom: 10rem;
}

.category-list li {
	padding: 0px 16px 8px 16px;
	font-size: 16px;
	font-size: 1.6rem;
}

.category-list li a:before {
	content: "-";
	display: inline-block;
	padding-right: 5px;
}

.category-list li a {
	display: block;
	font-weight: bold;
}

.category-box-footer {
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	width: 100%;
}

.category-btn a {
	background-color: #9b8d77;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

/* Content section */
.home .content {
	border-top: 1px solid #e2e5e8;
}

/* Information section */
.eb-info-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #f8f8f8;
}

.info-container {
	margin: 0 auto;
	width: 100%;
}

.info-header {
	margin: 0 0 32px 0;
	text-align: center;
}

.info-header p {
	margin: 16px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.info-container li {
	position: relative;
	border-bottom: 1px dotted #c6ccd1;
	line-height: 1.6;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.info-container li:hover {
	background-color: #fff;
}

.info-meta {
	padding: 16px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.info-container h3 {
	display: inline;
	font-weight: normal;
}

.info-container h3 a {
	display: block;
	padding: 4px 0 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.info-section-btn {
	margin-top: 32px;
	width: 80%;
}

.info-section-btn a {
	background-color: #9b8d77;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

/* Accordion faq section */
.eb-accordion-faq-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	background-color: #fff;
}

.accordion-faq-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.accordion-faq-header {
	margin: 0 0 48px 0;
	text-align: center;
}

.accordion-faq-header h2 {
	margin: 0 0 16px 0;
	font-size: 26px;
	font-size: 2.6rem;
}

.accordion-faq-header p {
	margin: 16px 0 32px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

.accordion-faq-content {
	text-align: left;
}

.accordion-faq-content dt {
	position: relative;
	padding: 4px 0 32px 40px;
	font-weight: normal;
	cursor: pointer;
}

.accordion-faq-content dd {
	position: relative;
	margin-bottom: 32px;
	padding: 4px 0 32px 40px;
	/* border-bottom: 1px solid #e2e5e8; */
}

.accordion-faq-content dd a {
	color: #9b8d77;
	text-decoration: underline;
}

.accordion-faq-content dd a:hover {
	color: #b5b5b5;
	text-decoration: none;
}

.accordion-faq-content .question:before {
	display: inline-block;
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #9b8d77;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
}

.accordion-faq-content .answer:before {
	display: inline-block;
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #232323;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
}

.faq-section-btn {
	width: 80%;
}

.faq-section-btn a {
	background-color: #9b8d77;
	color: #fff;
}

/* Contactfrom section */
.eb-contactfrom-section {
	padding: 86px 0;
	border-top: 1px solid #e2e5e8;
	text-align: center;
}

.contactfrom-header {
	margin-bottom: 32px;
}

.contactfrom-content p {
	margin-bottom: 32px;
}

.contactfrom-content .wpcf7 {
	margin: 32px 0;
	padding: 32px 16px;
	background-color: #fff;
}

.contactfrom-content input[type="text"],
.contactfrom-content input[type="email"],
.contactfrom-content input[type="url"],
.contactfrom-content input[type="password"],
.contactfrom-content input[type="search"],
.contactfrom-content input[type="number"],
.contactfrom-content input[type="tel"],
.contactfrom-content input[type="range"],
.contactfrom-content input[type="color"],
.contactfrom-content input[type="time"],
.contactfrom-content input[type="date"],
.contactfrom-content input[type="datetime"],
.contactfrom-content input[type="datetime-local"],
.contactfrom-content input[type="week"],
.contactfrom-content input[type="month"],
.contactfrom-content select,
.contactfrom-content textarea {
	margin: 8px 0 16px 0;
	width: 100%;
	background-color: #f8f8f8;
}

.contactfrom-content-btn a, .contactfrom-content input[type="submit"] {
	margin-top: 32px;
	background-color: #9b8d77;
	color: #fff;
}

.contactfrom-content .wpcf7-response-output {
	margin: 0 auto;
	margin-top: 32px;
	width: 95%;
}

.front-page-widget {
	background-color: #fff;
}

.front-page-widget h2 {
	padding: 32px 0;
	text-align: center;
}

@media screen and ( min-width: 768px ) {
.inner {
	padding: 0;
}

/* Newsticker section */
.ticker-label a {
	padding: 4px 24px;
}

.ticker-label {
	margin-right: 16px;
}

.ticker-date {
	display: inline-block;
}

/* Solution section */
.solution-box-list {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 0 0;
}

/* Sales section */
.sales-section-col {
	float: left;
	margin-left: 2.8%;
	width: 48.6%;
}

.sales-section-col:first-child {
	margin-left: 0;
}

.sales-section-box {
	padding: 0;
}

.sales-section-btn {
	width: 80%;
}

/* Case section */
.eb-case-section {
	padding: 86px 0 54px 0;
}

.case-section-btn {
	width: 40%;
}

/* Price section */
.eb-price-section table td {
	display: table-cell;
}

.price-section-btn {
	width: 40%;
}

/* Product section */
.product-section {
	padding: 64px 0;
}

.product-section-btn {
	width: 50%;
}

/* Info section */
.info-container {
	width: 752px;
}

.info-header {
	margin: 0 0 48px 0;
}

.info-header p {
	margin: 16px 0 32px 0;
}

.info-meta {
	display: inline;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 0 0 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-container h3 {
	display: inline;
}

.info-container h3 a {
	display: block;
	padding: 16px 8px 16px 120px;
}

.info-section-btn {
	width: 40%;
}

/* Accordion faq section */
.accordion-faq-container {
	width: 752px;
}

.faq-section-btn {
	width: 40%;
}

/* Front CTA section */
.eb-front-cta-section {
	padding: 72px 0;
}

.front-cta-col6 {
	position: relative;
	width: 100%;
	margin-left: 0;
}

.front-cta-header {
	margin: 0 0 16px 0;
}

.front-cta-header h2, .front-cta-header .fa {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-cta-single {
	width: 100%;
	margin: 0 auto;
}

.front-cta-header-single {
	margin: 0 0 16px 0;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-cta-content-single {
	border: 1px solid #e2e5e8;
}

.cta-tel {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.front-cta-mail-btn {
	width: 80%;
}

/* Benefit section */
.benefit-box-list {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 32px 0;
}

.benefit-section-btn {
	width: 40%;
}

/* Category section */
.category-box {
	float: left;
	width: 31.4%;
	margin: 0 2.6% 32px 0;
}

.category-list li {
	font-size: 14px;
	font-size: 1.4rem;
}

.category-btn {
	width: 80%;
}

/* Accordion faq section */
.accordion-faq-content li {
	padding: 8px 0 32px 56px;
}

/* Contactfrom section */
.contactfrom-content input[type="text"],
.contactfrom-content input[type="email"],
.contactfrom-content input[type="url"],
.contactfrom-content input[type="number"],
.contactfrom-content input[type="tel"],
.contactfrom-content input[type="range"],
.contactfrom-content input[type="color"],
.contactfrom-content input[type="time"],
.contactfrom-content input[type="date"],
.contactfrom-content input[type="datetime"],
.contactfrom-content input[type="datetime-local"],
.contactfrom-content input[type="week"],
.contactfrom-content input[type="month"],
.contactfrom-content select,
.contactfrom-content textarea {
	width: 70%;
}

.contactfrom-content .wpcf7 {
	margin: 32px;
	padding: 32px;
}

.front-cta-col6 {
	float: left;
	margin-left: 2.8%;
	width: 48.6%;
}

.front-cta-first {
	margin-left: 0;
}

.front-cta-single {
	width: 752px;
}

}

@media screen and ( min-width: 992px ) {
/* Sales section */
.sales-section-btn {
	width: 60%;
}

/* Case section */
.case-section-btn {
	width: 20%;
}

/* Benefit section */
.benefit-section-btn {
	width: 20%;
}

/* Product section */
.product-section-btn {
	width: 35%;
}

/* Price section */
.price-section-btn {
	width: 20%;
}

/* Front CTA section */
.front-cta-mail-btn {
	width: 60%;
}

/* Info section */
.info-container {
	width: 960px;
}

.info-section-btn {
	width: 20%;
}

/* Accordion faq section */
.accordion-faq-container {
	width: 960px;
}

.faq-section-btn {
	width: 20%;
}

}

@media screen and ( min-width: 1200px ) {

}

/* 2025リニューアルCSS */
body.top-renewal {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.075em;
}
.inner {
	width: 1116px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* ヘッダー */
.header-renewal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}
.header-custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.header-custom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 12px 0;
    box-sizing: border-box;
    height: 94px;
}
.header-custom-cta {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    height: 100%;
}
.header-custom-cta-item {
    height: 100%;
}
.header-custom-cta-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.header-custom-cta-item a:hover {
    opacity: 0.8;
    transition: opacity .3s;
}
.header-custom-cta-item img {
    width: auto;
    height: 100%;
}
.header-custom-text {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    height: 100%;
    color: #fff;
    margin-right: 2em;
    font-size: 17px;
}
#gnav.gnav-custom {
    background: #185FAD;
	box-shadow: none;
}
/* キービジュアル */
.slider.slider-custom {
    padding-top: 146px;
}
/* 下層ページ */
.content {
	padding-top: 200px;
}
.mobile-footer-btn {
    display: none !important;
}
.modal-header-logo {
	display: none !important;
}
.aligncenter, img.aligncenter {
    text-align: center;
}
@media screen and (max-width: 991px) {
	.slider.slider-custom {
		padding-top: 60px;
	}
	.content {
		padding-top: 96px;
	}
	.header-renewal .header-custom-cta {
		display: none;
	}
	.header-renewal .header-custom-text {
		flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        line-height: 1.25;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #fff;
        padding: 0.5em 0.5em 0.6em;
        height: auto;
    }
	.header-renewal .header-custom-text .dot {
		display: none;
	}
	.header-renewal .modal-menu .modal-menutxt {
		display: none;
	}
	.header-renewal .modal-menu .modal-gloval-icon-bar {
		background: #fff;
		height: 2px;
	}
	.header-renewal .header-area-height {
		height: 60px;
	}
	.header-renewal .header-custom-wrapper {
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.slider.slider-custom {
		padding-top: 60px;
	}
}
.slider.slider-custom::before {
	pointer-events: none;
}
.slider.slider-custom #bxslider li {
	height: auto;
}
.slider.slider-custom #bxslider li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.slider-custom-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
	margin: 40px 0;
}
.slider-custom-cta-item {
	flex: 1;
}
.slider-custom-cta-item img {
    width: 100%;
    height: auto;
}
.slider-custom-cta-item a {
	display: block;
}
.slider-custom-cta-item a:hover {
	transform: translateY(8px);
}
.slider-custom-cta-text {
	padding-bottom: 3.5em;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}
/* カスタムセクション */
.eb-custom-section {
    background: #30b8ed;
	margin-top: 40px;
}
.eb-custom-section .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	gap: 20px;
}
.eb-custom-section .container::after {
	content: none;
}
.eb-custom-section .custom-section-pic {
    width: 32.5%;
	/* margin-left: -4%; */
}
.eb-custom-section .custom-content {
    margin-top: -20px;
}
.eb-custom-section .custom-content img {
    width: 100%;
    height: auto;
	vertical-align: bottom;
}
.eb-custom-section .custom-header h2 {
    font-size: 31px;
}
.eb-custom-section .custom-header h2 span {
	display: inline-block;
	padding-left: 0.5em;
}
.eb-custom-section .custom-header h3 {
    font-size: 17px;
	font-weight: 500;
    line-height: 2;
}
.eb-custom-section .custom-header {
    margin-bottom: 1em;
}
.eb-custom-section .custom-box-detail {
	padding-left: 1em;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.eb-custom-section .custom-box-list {
    padding: 1em 0 3em;
}
.eb-custom-section .custom-section-box {
    flex: 1;
}
/* こんなお悩みありませんか */
.eb-custom-section-worry .custom-worry-header h2 {
	font-size: 42px;
    text-align: center;
    padding: 4em 0 2em;
}
.eb-custom-section-worry .custom-worry-list {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    border: 5px solid #30b8ed;
    border-radius: 50px;
    padding: 50px;
}
.eb-custom-section-worry .custom-worry-item-pic {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.eb-custom-section-worry .custom-worry-item-pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.eb-custom-section-worry .custom-worry-item {
    flex: 1;
	list-style: none;
}
.eb-custom-section-worry .custom-worry-item-header h3 {
    color: #30b8ed;
    text-align: center;
    border-bottom: 4px solid #30b8ed;
    font-size: 20px;
    padding: 1.5em 0 1em;
    margin-bottom: 0.75em;
}
.eb-custom-section-worry .custom-worry-list::after {
    content: none;
}
.eb-custom-section-worry .custom-worry-item-text p {
    font-size: 15px;
    line-height: 1.75;
}
.eb-custom-section-worry {
    padding-bottom: 50px;
}
/* 選ばれる理由 */
.eb-sales-section-custom {
    border: none;
	padding-bottom: 0;
}
.eb-sales-section-custom .sales-header h2 {
	font-size: 31px;
}
.eb-sales-section-custom .sales-section-bg {
    background: #30b8ed;
}
.eb-sales-section-custom .sales-section-wrapper {
	margin: 0 auto;
	position: relative;
}
.eb-sales-section-custom .sales-section-box {
	padding: 50px;
    padding-right: 0;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}
.eb-sales-section-custom .sales-box-header h3 {
    font-size: 20px;
}
.eb-sales-section-custom .sales-section-wrapper .container {
    display: flex;
    justify-content: flex-end;
    position: static;
}
.eb-sales-section-custom .sales-section-wrapper .container::after {
    content: none;
}
.eb-sales-section-custom .sales-section-pic {
	float: unset;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.eb-sales-section-custom .sales-section-pic img {
	vertical-align: bottom;
}
.eb-sales-section-custom .sales-section-pic .sales-content {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center top;
}
.eb-sales-section-custom .sales-section-btn {
    margin-left: 0;
}
.eb-sales-section-custom .sales-section-btn a {
    font-size: 15px;
    box-shadow: none;
    border-bottom: none;
    border: 3px solid #30b8ed;
    border-radius: 0;
}
.eb-sales-section-custom .sales-section-btn a,
.eb-sales-section-custom .sales-section-btn a:hover {
    background-color: #fffd45 !important;
    color: #30b8ed !important;
}
/* メリット */
.eb-benefit-section-custom {
    border: none;
}
/* ベネフィット */
.eb-benefit-section-custom .benefit-box-list:hover, 
.eb-benefit-section-custom .benefit-box-list:hover .benefit-box-detail h3, 
.eb-benefit-section-custom .benefit-box-list:hover .benefit-box-detail p {
    color: #30b8ed;
}
.eb-benefit-section-custom .benefit-box-icon {
    width: 72px;
    margin: 0 auto;
}
.eb-benefit-section-custom .benefit-box-detail {
    margin-top: 1em;
}
.eb-benefit-section-custom .benefit-box-list {
    border: none;
    text-align: left;
}
.eb-benefit-section-custom .benefit-box-detail h3 {
    text-align: center;
}
/* 解決事例 */
.eb-case-section-custom .case-header {
    font-size: 17px;
}
.eb-case-section-custom .case-header h2 {
    font-size: 31px;
}
.eb-case-section-custom .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
.eb-case-section-custom .case-item {
    width: calc((100% - 60px)/3);
}
.eb-case-section-custom .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
.eb-case-section-custom .case-item {
    width: calc((100% - 60px)/3);
}
.eb-case-section-custom .cat-name, .eb-case-section-custom .sticky .cat-name {
    background: #E3FF2D;
    color: #30B8ED;
    font-weight: bold;
}
.eb-case-section-custom .case-profile {
    font-size: 16px;
    color: #fff;
}
.eb-case-section-custom .case-amount {
    font-size: 25px;
    font-weight: bold;
    color: #E3FF2D;
    border-bottom: 4px solid #E3FF2D;
    line-height: 1.5;
}
.eb-case-section-custom .case-amount .number {
    font-size: 1.7em;
    display: inline-block;
    margin: 0 0.1em;
}
.eb-case-section-custom .case-profile span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
	font-weight: bold;
}
.eb-case-section-custom .case-thumbnail {
    aspect-ratio: 2/1;
    overflow: hidden;
}
/* プライス */
.eb-price-section-custom {
    border: none;
    padding: 100px 0;
}
.eb-price-section-custom .price-header h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 31px;
}
.eb-price-section-custom .price-header h2 span {
    font-size: 17px;
    font-weight: normal;
}
.eb-price-section-custom .price-header h2 span.headline_red {
    font-size: inherit;
    color: #E60012;
}
.eb-price-section-custom table td {
    border-color: #fff;
    border-width: 2px;
}
.eb-price-section-custom .price-item {
    border: none;
	width: 100%;
}
.eb-price-section-custom .price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.eb-price-section-custom .price-selling {
    border: none;
	padding: 0;
}
.eb-price-section-custom .price-selling + .price-selling {
    margin-top: 0.5em;
}
.eb-price-section-custom .price-description {
	padding: 0;
}
.eb-price-section-custom .price-info {
	font-size: 36px;
    padding: 1em 0.25em;
	min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
}
.eb-price-section-custom .price-info.align-start {
	align-items: flex-start;
}
.eb-price-section-custom table td:hover {
	box-shadow: none;
}
.eb-price-section-custom .price-selling.text-sm {
    font-size: 21px;
}
.eb-price-section-custom .price-selling .free {
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.eb-price-section-custom .price-selling .free .number {
    font-size: 98px;
}
.eb-price-section-custom .price-section-notice {
    font-size: 17px;
    text-align: center;
    margin: 1.5em auto;
}
.eb-price-section-custom .price-section-payment {
    display: flex;
    justify-content: flex-start;
    background: #30b8ed;
    border-radius: 24px;
    padding: 30px;
    color: #fff;
    font-size: 13px;
	margin: 80px 0;
}
.eb-price-section-custom .price-section-payment-title {
    font-size: 26px;
    padding-right: 0.75em;
    border-right: 1px solid #fff;
    margin-right: 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eb-price-section-custom .price-section-payment-description {
    line-height: 2;
    flex: 1;
}
.eb-price-section-custom .price-section-payment-description .card-logo {
    vertical-align: bottom;
    margin-bottom: 10px;
}
.eb-price-section-custom .price-section-payment-description .card-logo {
    vertical-align: bottom;
	margin: 20px auto;
	text-align: center;
}
.eb-price-section-custom .price-section-payment-description .card-logo img {
	width: 520px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.accordion-faq-header p {
	font-size: 17px;
}
.contactfrom-header h2, .accordion-faq-header h2 {
	font-size: 31px;
}

.contactfrom-content table {
    font-size: 15px;
    border: none;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
.contactfrom-content table th, .contactfrom-content td {
    border: none;
    text-align: left;
}
.contactfrom-content input[type="text"], .contactfrom-content input[type="email"], .contactfrom-content input[type="url"], .contactfrom-content input[type="number"], .contactfrom-content input[type="tel"], .contactfrom-content input[type="range"], .contactfrom-content input[type="color"], .contactfrom-content input[type="time"], .contactfrom-content input[type="date"], .contactfrom-content input[type="datetime"], .contactfrom-content input[type="datetime-local"], .contactfrom-content input[type="week"], .contactfrom-content input[type="month"], .contactfrom-content select, .contactfrom-content textarea {
    width: 100%;
}
.contactfrom-content input[type=submit] {
    border: 3px solid #30b8ed;
    border-radius: 0;
    font-size: 15px;
    width: 60%;
}
/* コラム */
.category-header h2 {
	font-size: 31px;
	color: #000;
}
.category-header p {
	font-size: 17px;
}
.category-img {
    aspect-ratio: 3/2;
    overflow: hidden;
}
.category-list li a:hover {
    color: #30b8ed;
}
.category-btn a {
    border: none;
    font-size: 14px;
    border-radius: 0.5em;
}
/* アクセス */
.eb-access-section {
	padding-bottom: 80px;
}
.eb-access-section .access-header {
	padding: 6em 0 3em;
    text-align: center;
}
.eb-access-section .access-header h2 {
	font-size: 31px;
}
.eb-access-section .access-header p {
	margin: 16px 0 32px 0;
	font-size: 17px;
}
.eb-access-section .access-box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
	row-gap: 100px;
}
.eb-access-section .access-box-item {
    width: calc((100% - 20px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.eb-access-section .access-box-header {
    background: #30b8ed;
    text-align: center;
    font-size: 20px;
    padding: 0.5em 0.25em;
}
.eb-access-section .access-box-header h2,
.eb-access-section .access-box-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.eb-access-section .access-box-header h3 {
    font-size: 11px;
}
.eb-access-section .access-box-map {
    aspect-ratio: 3/2;
    overflow: hidden;
}
.eb-access-section .inner {
    max-width: 1000px;
}
.eb-access-section .access-box-detail-title {
    font-weight: normal;
    color: #30b8ed;
    padding: 0;
	margin-right: 1em;
}
.eb-access-section .access-box-detail-text {
    padding: 0;
	flex: 1;
}
.eb-access-section .access-box-detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.75;
	margin-bottom: 0;
}
.eb-access-section .access-box-detail + .access-box-detail {
    margin-top: 0;
}
.eb-access-section .access-box-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 1em;
    background: #30b8ed;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 3em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.eb-access-section .access-box-btn a::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(./img/icon_search.svg) no-repeat center center / contain;
	margin-right: 0.5em;
}

.eb-access-section .access-box-btn {
    width: 60%;
    margin: 1.5em auto 0;
}

/* フッター移植 */
@media screen and (min-width:801px){
	.ifSp{
		display:none !important;
	}
}
@media screen and (max-width:800px){
	.ifPc{
		display:none !important;
	}
}
/* ----------------- FOOTER ----------------- */
.footer-custom *, .aside-custom * {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 160%;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}
.footer-custom, .aside-custom {
	font-size: 14px;
}
#close_menu{
	display:none;
}
.footer-custom{
	padding:25px;
	background-color:#185FAD;
}
.footer-custom .wrapper{
	max-width:1000px;
	margin:0 auto;
}

.footer-custom .left{
	width:50%;
	float:left;
}
.footer-custom .right{
	width:50%;
	float:left;
}
.footer-custom h2{
	display:block;
	color:#ffffff;
	font-size:85.71%;
	line-height:180%;
	font-weight:700;
}
.footer-custom p{
	display:block !important;
	color:#ffffff;
	font-size:85.71%;
	line-height:180%;
}
.footer-custom p span{
	display:inline-block;
	color:#ffffff;
	margin-left:30px;
}
.footer-custom p a{
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}
.footer-custom .left > *{
	color: #fff;
	display: -webkit-flex;
	display: flex;
}
.footer-custom .left h2{
	color: #fff;
	font-size: 12px;
	width: 105px;
	min-width: 105px;
}
.footer-custom .left span{
	color: #fff;
	font-size: 12px;
}
.footer-custom .right > *{
	text-align: right;
}
.footer-custom .right > * > *:nth-child(1),
.footer-custom .right > * > *:nth-child(2){
	display: inline-block;
	letter-spacing: 1px;
}
.footer-custom .right a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.footer-custom .right .links {
	color: #fff;
	display: inline-block;
	display: none;
	margin-right: 20px;
}
.onSp{
	display:none !important;
}
.footer-fix-custom{
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.footer-fix-custom.hidden{
	display: none;
}
.footer-fix-custom .box{
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.footer-fix-custom .box:nth-of-type(1){
	padding-right: 2.5px;
}
.footer-fix-custom .box:nth-of-type(5){
	padding-left: 2.5px;
}
.footer-fix-custom .box img{
	width: 100%;
	display: block;
}
.footer-fix-custom .box.read {
	display: none;
}
@media (max-width: 800px) {
	.footer-custom .left span{
		line-height: 18px;
	}
	.footer-custom .left > div > span{
		margin-top: 8px;
		display: inline-block;
	}
	.footer-custom .left span > span{
		display: block;
	}
	.footer-custom .left > *{
		display: block;
	}
	.footer-custom .left > *:nth-child(2),
	.footer-custom .left > *:nth-child(3){
		margin-top: 12px
	}
	.footer-custom .left h2{
		font-size: 14px;
		width: 100%;
		min-width: auto;
	}
	.footer-custom .right > *{
		display: block;
		text-align: center;
	}
	.footer-custom .right .links{
		display: block;
		display: none;
		margin: 0 0 8px;
	}
	.footer-fix-custom{
		display: block;
	}
	.footer-fix-custom .box.read {
		background: #fff;
		color: #000;
		display: block;
		font-size: 2.5vw;
		font-weight: bold;
		text-align: center;
		width: 100%;
		padding-bottom: 0;
	}
	.footer-fix-custom .box.read span{
		color: inherit;
		font-weight: inherit;
		display: inline-block;
	}
}
@media (max-width: 500px) {
	.footer-fix-custom .box.read {
		font-size: 13px;
	}
}

/* ----------------- ASIDE ----------------- */
.aside-custom {
	background-color:#30b8ed;
}
.aside-custom .wrapper{
	padding-left:25px;
	padding-right:25px;
	position:relative;
}
.aside-custom .inside{
	max-width:1000px;
	margin:0 auto;
	padding:40px 110px 50px 110px;
	padding: 40px;
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.aside-custom .left_icon{
	display:block;
	position:absolute;
	left:7px;
	top:40px;
}
.aside-custom .right_icon{
	display:block;
	position:absolute;
	right:24px;
	top:40px;
}
.aside-custom .left_icon img{
	display:block;
	width:100%;
}
.aside-custom .right_icon img{
	display:block;
	width:100%;
}
.aside-custom .title{
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:100%;
	font-weight:500;
	line-height:190%;
	padding-bottom:50px;
	padding-left:70px;
	padding-right:70px;
}
.aside-custom .title strong{
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:285.71%;
	font-weight:900;
	padding-bottom:10px;
}
.aside-custom .title small{
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:128.57%;
	font-weight:500;
}
.aside-custom .title strong small{
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:65%;
	font-weight:900;
}
.aside_table{
	width:100%;
	border-collapse:collapse;
	max-width:780px;
	margin:0 auto;
}
.aside_table td{
	padding:23px 20px;
	text-align:center;
	width:50%;
	border:solid 4px rgba(255, 255, 255, 0.5);
}
.aside_table td.sep{
	padding:0;
	text-align:center;
	width:20px;
	border:none;
	vertical-align:middle;
}
.aside_table td.sep span{
	display:block;
	width:20px;
	height:20px;
}
.aside_table td strong{
	display:block;
	color:#ffffff;
	font-weight:700;
	font-size:100%;
	line-height:100%;
	padding-bottom:14px;
}
.aside_table td small{
	display:block;
	color:#ffffff;
	font-weight:500;
	font-size:85.71%;
	line-height:100%;
	padding-top:16px;
}
.aside_table td .the_tel{
	display:inline-block;
	color:#ffffff;
	font-weight:500;
	font-size:228.57%;
	font-weight:600;
	line-height:36px;
	text-decoration:none;
}
.aside_table td .the_tel:before{
	content:'';
	display:inline-block;
	background-image:url(img/aside/tel.png);
	width:26px;
	height:18px;
	vertical-align:2px;
	margin-right:20px;
}
.aside_table td .the_link{
	display:inline-block;
	background-color:#ffffff;
	font-weight:500;
	font-size:114.29%;
	font-weight:700;
	line-height:36px;
	height:36px;
	text-decoration:none;
	padding:0 50px;
	color:#30b8ed;
	-webkit-border-radius:40px;
	border-radius:40px;
}

.to_top{
	display:block;
	width:140px;
	height:32px;
	position:absolute;
	right:35px;
	right:15px;
	bottom:158px;
	text-decoration:none;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transform-origin:70px 70px;
	transform-origin:70px 70px;
}
.to_top span{
	display:block;
	height:32px;
	line-height:32px;
	font-style:italic;
	font-size:92.86%;
	letter-spacing:2px;
	padding-left:58px;
	color:#ffffff;
	position:relative;
}
.to_top span:before{
	content:'';
	display:block;
	width:48px;
	height:1px;
	background-color:#ffffff;
	position:absolute;
	left:0;
	top:50%;
}
.to_top span:after{
	content:'';
	display:block;
	width:11px;
	height:1px;
	background-color:#ffffff;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:rotate(-35deg);
	transform:rotate(-35deg);
	-webkit-transform-origin:left top;
	transform-origin:left top;
}
/* ----------------- SITEMAP ----------------- */
.p_site-map ul,a {
  list-style: none;
  text-decoration: none;
}

.p_site-map .l_sitemap_area {
  font-size: 18px;
}

.p_site-map .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.p_site-map .fw_w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_site-map .jc_sa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.p_site-map .sitemap_box {
  width: 100%;
}

.p_site-map .col2 {
  width: 40%
}

.p_site-map .sitemap_list {
  margin: 10px 0;
}

.p_site-map .sitemap_list .sitemap_link {
  color: #3e94bc;
  font-weight: bold;
}

.p_site-map .detail_area {
  margin: 0 0 0 1.5em;
}

.p_site-map .detail_list {
  font-size: 16px;
  margin: 10px 0;
}

.p_site-map .detail_link {
  font-weight: bold;
}
/* フッターサイトリスト */
.aside-custom .list_site{
	color:#fff;
}
.aside-custom .list_site strong{
	color:#fff;
	display:block;
	font-weight:bold;
	margin: 45px 0 5px;
	text-align:center;
}
.aside-custom .list_site ul,
.aside-custom .list_site li{
	margin:0;
	list-style:none;
	padding:0;
	text-decoration:none;
}
.aside-custom .list_site ul {
	/* background: pink; */
	display: flex;
	display: block;
	font-size: 96%;
	letter-spacing:-.4rem;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 700px;
}
.aside-custom .list_site li{
	display:inline-block;
	letter-spacing:normal;
	padding: 5px 3px 0;
}
.aside-custom .list_site li:after{
	color: #fff;
	content: "|";
	display: inline-block;
	padding: 0 0 0 6px;
	text-align: center;
}
.aside-custom .list_site li:last-child:after{
	display: none;
}
.aside-custom .list_site li.splitterNone:after{
	display: none;
}
.aside-custom .list_site a{
	color: #fff;
	display: inline-block;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
}
.aside-custom .list_site a:hover{
	opacity: .6;
}

.footer-custom p.footer_item {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 105px;
	min-width: 105px;
}
@media screen and (max-width: 800px) {
	/* -- ASIDE ---------------- */
	.aside-custom .left_icon{
		display:none;
	}
	.aside-custom .right_icon{
		display:none;
	}
	.aside-custom .inside{
		padding: 25px 0 35px 0;
	}
	.aside-custom .title{
		font-size:100%;
		max-width:100%;
		margin:0 auto;
		line-height:175%;
		padding-bottom:18px;
		padding-right:0;
		padding-left:0;
	}
	.aside-custom .title small{
		font-size:114.29%;
	}
	.aside-custom .title strong{
		font-size:164.29%;
	}
	.aside-custom .title strong small{
		font-size:73.91%;
		line-height:100%;
	}

	.aside_table{
		display:block;
		padding-left:0;
		padding-right:0;
		max-width:400px;
		margin:0 auto;
	}
	.aside_table tbody,
	.aside_table tr,
	.aside_table td{
		display:block;
		width:100%;
		padding:0;
	}
	.aside_table td{
		padding:18px 15px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.aside_table td .the_link{
		display:block;
		padding-left:5px;
		padding-right:5px;
		max-width:230px;
		margin:0 auto;
	}
	.aside_table td .the_tel:before{
		width:25px;
		height:17px;
		background-image:url(img/aside/tel_sp.png);
		background-size:25px auto;
		vertical-align:3px;
	}

	/* -- FOOTER ---------------- */
	.footer_nav {
		padding-bottom:10px;
	}
	.footer_nav .box{
		padding:15px 0;
	}
	.footer_nav .left{
		padding-right:0;
		width:100%;
		float:none;
	}
	.footer_nav .right{
		padding-left:0;
		width:100%;
		float:none;
	}
	.footer_nav .box ul{
		padding-left:0;
		max-width:330px;
		padding-left:20px;
		padding-left:30px;
		margin:0 auto;
		padding-top:15px;
	}
	.footer_nav .box ul li{
		margin-left:auto;
		max-width:220px;
	}
	.footer_nav .box ul.clearfix li{
		float:right;
		max-width:110px;
	}
	.footer_nav .box ul.clearfix li:nth-of-type(2n){
		width:50%;
		clear:left;
	}
	.footer_nav .box ul.clearfix li:nth-of-type(2n+1){
		width:50%;
		clear:right;
	}
	.footer_nav .box ul.normal{
		display:none;
	}
	.footer_nav .box ul.reverse{
		display:block;
	}
	.footer-custom{
		padding-top:20px;
		padding-bottom:20px;
		position:relative;
	}
	.footer-custom .left{
		float:none;
		text-align:center;
		width:100%;
		padding-bottom: 8px;
	}
	.footer-custom .right{
		float:none;
		text-align:center;
		width:100%;
	}
	.footer-custom .right > p{
		margin-top: 12px;
	}
	.footer-custom p span{
		display:block;
		margin:0;
	}
	.footer-custom h2{
		font-size:100%;
		line-height:150%;
	}
	.footer-custom p span{
		padding-top:8px;
	}
	.footer-custom .right p:first-of-type{
		padding-bottom: 0px;
		/* padding-top: 10px; */
	}
	.to_top{
		width:50px;
		height:50px;
		right:15px;
		top:-25px;
		-webkit-transform-origin:center center;
		transform-origin:center center;
		background-color:#ffffff;
		-webkit-border-radius:100%;
		border-radius:100%;
	}
	.to_top span{
		height:100%;
		width:100%;
		padding-left:0;
	}
	.to_top span:before{
		width:25px;
		left:12.5px;
		background-color:#176b92;
	}
	.to_top span:after{
		left:12.5px;
		background-color:#176b92;
	}
}
@media screen and (max-width:400px){
	.aside_table td .the_tel{
		font-size:160%;
	}

	.aside_table td .the_tel:before{
		width:17px;
		height:12px;
		background-size:17px 12px;
		margin-right:10px;
		vertical-align:2px;
	}
}

/* スマホ */
@media screen and (max-width: 800px) {
	.slider-custom-cta-wrapper.sp {
		padding: 0 8px;
		margin-top: 20px;
		background: #E3FF2D;
	}
	.slider-custom-cta-wrapper.sp .slider-custom-cta {
		display: none;
	}
	.slider-custom-cta-wrapper.sp .slider-custom-cta-text {
		padding: 1.5em 0;
	}
	.eb-access-section .inner {
		max-width: 100%;
	}
	.header-renewal .header-custom-cta {
		display: none;
	}
	.header-renewal .header-area-height {
		height: 60px;
	}
	.header-renewal .header-custom-wrapper {
		height: 60px;
	}
	.header-renewal .modal-menu .modal-menutxt {
		display: none;
	}
	.header-renewal .modal-menu .modal-gloval-icon-bar {
		background: #fff;
		height: 2px;
	}
	.header-renewal .modal-menu .modal-gloval-icon {
		margin: 6px 0 0;
	}
	.header.header-renewal  {
		padding: 0 18px;
	}
	.slider-custom {
		padding: 0;
	}
	.eb-custom-section .custom-section-pic {
		display: none;
	}
	.eb-custom-section .custom-header {
			text-align: center;
	}
	.eb-custom-section .custom-header h2 {
		font-size: 5.7vw;
	}
	.eb-custom-section .custom-header h3 {
		font-size: 3.2vw;
	}
	.eb-custom-section .custom-box-detail {
		font-size: 3.7vw;
        width: 72%;
		margin-right: 0;
		margin-left: auto;
		line-height: 1.75;
		padding: 0 0 5em;
	}
	.eb-custom-section .custom-box-detail p {
		text-indent: -1.25em;
		padding-left: 1.25em;
	}
	.eb-custom-section .custom-box-list {
		padding: 2em 0 1.5em;
	}
	.eb-custom-section {
        background: url(./img/img_custom01.png) #30b8ed no-repeat bottom -14vw left -4vw / 50vw auto;
    }
	.eb-custom-section-worry .custom-worry-header h2 {
		font-size: 4.7vw;
		padding: 3em 0 1.5em;
	}
	.eb-custom-section-worry .custom-worry-list {
		flex-direction: column;
		padding: 30px 20px;
		width: 84%;
		border-width: 4px;
		border-radius: 40px;
		gap: 20px;
	}
	.eb-custom-section-worry .custom-worry-item-pic {
		width: 70%;
	}
	.eb-custom-section-worry .custom-worry-item-header h3 {
		font-size: 18px;
		border-bottom-width: 3px;
		padding: 1em 0 0.5em;
	}
	.eb-custom-section-worry .custom-worry-item-text p {
		font-size: 15px;
	}
	.eb-custom-section-worry {
		padding-bottom: 0;
	}
	.eb-sales-section-custom .sales-section-btn {
		width: 60%;
		margin: 30px auto 0;
	}
	.eb-sales-section-custom .sales-header {
		margin-bottom: 0;
	}
	.eb-sales-section-custom .sales-header h2 {
		font-size: 5.4vw;
		margin-bottom: 1.5em;
	}
	.eb-sales-section-custom .sales-section-wrapper .container {
		flex-direction: column;
		padding: 0;
	}
	.eb-sales-section-custom .sales-section-box {
		width: 100%;
		padding: 30px 8px;
	}
	.eb-sales-section-custom .sales-section-pic {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 5/3;
		margin: 0;
	}
	.eb-sales-section-custom .sales-box-header h3 {
		font-size: 18px;
	}
	.eb-sales-section-custom .sales-box-detail p {
		font-size: 15px;
		padding-bottom: 0;
	}
	.eb-benefit-section-custom {
		padding: 0;
	}
	
	.eb-benefit-section-custom .inner {
		padding: 0 30px;
	}
	
	.eb-benefit-section-custom .benefit-box-detail h3 {
		font-size: 18px;
	}
	
	.eb-benefit-section-custom .benefit-box-detail p {
		font-size: 15px;
		margin-top: 1.5em;
	}
	
	.eb-benefit-section-custom .benefit-box-list {
		padding: 30px 16px;
		margin-bottom: 20px;
	}
	
	.eb-case-section-custom {
		padding: 30px 16px;
	}
	
	.eb-case-section-custom .case-header {
		padding: 0;
		font-size: 3.2vw;
		margin-bottom: 1.5em;
	}
	
	.eb-case-section-custom .case-header h2 {
		font-size: 5.4vw;
	}
	
	.eb-case-section-custom .case-list {
		flex-direction: column;
	}
	
	.eb-case-section-custom .case-item {
		width: 100%;
	}
	
	.eb-case-section-custom .case-amount {
		font-size: 22px;
		border-bottom-width: 3px;
	}
	
	.eb-price-section-custom {
		padding: 50px 0;
	}
	
	.eb-price-section-custom .price-header {
		margin-bottom: 0;
	}
	
	.eb-price-section-custom .price-header h2 {
		font-size: 6.8vw;
		margin-bottom: 1.5em;
	}
	
	.eb-price-section-custom .price-header h2 span {
		font-size: 3.2vw;
	}
	
	.eb-price-section-custom .price-item {
		padding: 0.75em 0.5em;
		font-size: 18px;
	}
	
	.eb-price-section-custom .price-info {
		font-size: 24px;
		min-height: unset;
	}
	
	.eb-price-section-custom .price-selling {
		font-size: 22px;
	}
	.eb-price-section-custom .price-selling.text-sm {
		font-size: 18px;
	}
	
	.eb-price-section-custom .price-selling .free {
		font-size: 50px;
	}
	
	.eb-price-section-custom .price-selling .free .number {
		font-size: 90px;
		line-height: 1;
	}
	
	.eb-price-section-custom .price-description {
		font-size: 13px;
	}
	
	.eb-price-section-custom table td:last-of-type {
		margin-bottom: 0;
	}
	
	.eb-price-section-custom .price-section-notice {
		font-size: 10px;
		margin: 2em auto;
	}
	
	.eb-price-section-custom .price-section-payment {
		flex-direction: column;
	}
	
	.eb-price-section-custom .price-section-payment-title {
		padding-right: 0;
		padding-bottom: 0.5em;
		border-right: 0;
		border-bottom: 1px solid #fff;
		font-size: 20px;
		justify-content: flex-start;
	}
	
	.eb-price-section-custom .price-section-payment-description p {
		font-size: 13px;
	}
	.eb-price-section-custom .slider-custom-cta {
		padding: 0 20px;
	}
	.eb-price-section-custom .slider-custom-cta-wrapper {
		margin-top: 50px;
	}
	
	.slider-custom-cta {
		flex-direction: column;
		gap: 16px;
		margin: 30px auto;
	}
	
	.slider-custom-cta-text {
		font-size: 5.4vw;
		padding-bottom: 2em;
	}
	
	.eb-accordion-faq-section {
		padding: 50px 0;
	}
	
	.contactfrom-header h2, .accordion-faq-header h2 {
		font-size: 5.4vw;
		margin-bottom: 0.5em;
	}
	
	.accordion-faq-header p {
		font-size: 3.2vw;
		margin: 1em 0 2em;
	}
	
	.eb-contactfrom-section {
		padding: 50px 0;
	}
	
	.contactfrom-header {
		margin-bottom: 0;
	}
	
	.contactfrom-content p {
		font-size: 3.2vw;
		margin: 1em auto 2em;
	}
	
	.contactfrom-content table tr {
		display: flex;
		flex-direction: column;
	}
	
	.contactfrom-content td {
		padding: 0 8px;
	}
	
	.contactfrom-content table th {
		padding: 8px 8px 0;
	}
	
	.eb-access-section .access-header {
		padding: 0;
	}
	
	.eb-access-section .access-header h2 {
		font-size: 5.4vw;
		padding-top: 3em;
	}
	
	.eb-access-section .access-header p {
		margin: 1em auto 3em;
		font-size: 3.2vw;
	}
	
	.eb-access-section .access-box-list {
		flex-direction: column;
		gap: 50px;
	}
	
	.eb-access-section .access-box-item {
		width: 100%;
	}
	
	.eb-access-section .access-box-btn {
		width: 60%;
		min-width: 240px;
	}
	
	.eb-access-section .access-box-btn a {
		font-size: 16px;
	}
	
	.eb-access-section .access-box-detail {
		font-size: 13px;
	}
	
	.category-header h2 {
		font-size: 5.4vw;
	}
	
	.category-header p {
		font-size: 3.2vw;
		margin: 1em auto 3em;
	}
	
	.category-header {
		margin: 0;
	}
	
	.category-img {
		aspect-ratio: 5/3;
	}
	
	.category-list li {
		font-size: 13px;
	}
	
	.category-box-header {
		margin-bottom: 0;
	}
	
	.category-box-header h3 {
		margin-bottom: 1em;
	}
	
	.category-list {
		margin-bottom: 8rem;
	}
	
	.eb-category-section {
		padding: 50px 0;
	}
	
	.category-box:last-of-type .category-list {
		padding-top: 3rem;
	}
	
	.category-box:last-of-type {
		margin-bottom: 0;
	}
}

#bfb_content_pc.bfb_rb {
	display: none !important;
}
.article-footer {
	display: none !important;
}
.contactfrom-content input[type=submit],
.contactfrom-content input[type=submit]:hover,
input[type="submit"], input[type="submit"]:hover {
    /* border: 3px solid #30b8ed; */
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    width: 60%;
    /* background-color: #fffd45 !important;
    color: #30b8ed !important; */
    background-color: #30b8ed !important;
    color: #fff !important;
	box-shadow: none !important;
}
.btn a:hover {
    background-color: #30b8ed !important;
    color: #fff !important;
}

.article .page-body a {
	color: #185FAD;
}

/* 追加CSS */
.eb-custom-section-category .custom-category-header h2 {
    margin: 2em auto 1em;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}
.eb-custom-section-category .custom-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 86px;
}
.eb-custom-section-category .custom-category-item {
    width: calc((100% - 86px) / 2);
}
.eb-custom-section-category .custom-category-item-title {
	margin: 0.25em 0;
    font-size: 34px;
    font-weight: 600;
	line-height: 1.35;
}
.eb-custom-section-category .custom-category-item.inheritance .custom-category-item-title {
	color: #6788BB;
}
.eb-custom-section-category .custom-category-item.will .custom-category-item-title {
	color: #419788;
}
.eb-custom-section-category .custom-category-item-title span {
	display: block;
	font-size: 48%;
}
.eb-custom-section-category .custom-category-item-text {
    margin-top: 1em;
    margin-bottom: 2em;
	font-size: 15px;
    font-weight: 500;
	line-height: 1.75;
	text-align: justify;
}
.eb-custom-section-category .custom-category-item-btn {
	width: 260px;
	height: 50px;
}
.eb-custom-section-category .custom-category-item-btn a, 
.eb-custom-section-category .custom-category-item-btn span  {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .5s;
}
.eb-custom-section-category .custom-category-item-btn a:hover {
	transform: translateX(6px);
}
.eb-custom-section-category .custom-category-item.inheritance .custom-category-item-btn a {
	background: #6788BB;
}
.eb-custom-section-category .custom-category-item.will .custom-category-item-btn a {
	background: #419788;
}

.eb-custom-section-plan .custom-plan-header h2 {
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}
.eb-custom-section-plan .custom-plan {
	background: #BBE5FB;
    padding: 80px 0;
}
.eb-custom-section-plan .custom-plan h2 {
	margin-bottom: 1.5em;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
	line-height: 1.75;
}
.eb-custom-section-plan .custom-plan h2 span {
	display: block;
	font-size: 17px;
	font-weight: 500;
}
.eb-custom-section-plan .custom-plan .custom-plan-list {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.eb-custom-section-plan .custom-plan .custom-plan-list::after {
	content: none;
}
.eb-custom-section-plan .custom-plan .custom-plan-item {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: center;
}
.eb-custom-section-plan .custom-plan .custom-plan-item:not(:last-child)::after {
	content: "+";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1em;
	height: 1em;
    padding-bottom: 0.1em;
	border-radius: 50%;
	box-sizing: border-box;
	background: #30B8ED;
	color: #fff;
	font-size: 37px;
	font-weight: 600;
}
.eb-custom-section-plan .custom-plan .custom-plan-item-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 4px solid #30B8ED;
	box-sizing: border-box;
}
.eb-custom-section-plan .custom-plan .custom-plan-item-title {
	padding: 0.5em 0;
	background: #fff;
	color: #30B8ED;
	font-size: 31px;
	font-weight: 600;
}
.eb-custom-section-plan .custom-plan .custom-plan-item-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5em 0;
	background: #30B8ED;
	font-size: 31px;
	font-weight: 600;
	line-height: 1.25;
}
.eb-custom-section-plan .custom-plan .custom-plan-item-text p {
	padding: 0.5em 0;
	color: #FFFD45;
}
.eb-custom-section-plan .custom-plan .custom-plan-item-text .text-small {
	display: block;
    margin-top: 0.5em;
    line-height: 1.5;
	font-size: 20px;
}
.eb-custom-section-plan .custom-plan .custom-plan-notice {
    margin-top: 1em;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
}
.eb-custom-section-plan .custom-plan.custom-plan-official {
    background: #30B8ED;
}
.eb-custom-section-plan .custom-plan-official-price {
	display: flex;
	justify-content: center;
	gap: 4px;
}
.eb-custom-section-plan .custom-plan-official-price dt,
.eb-custom-section-plan .custom-plan-official-price dd {
	padding: 0.5em;
	font-size: 31px;
	font-weight: 600;
}
.eb-custom-section-plan .custom-plan-official-price dt {
	width: 25%;
	background: #fff;
	color: #30B8ED;
	text-align: center;
}
.eb-custom-section-plan .custom-plan-official-price dd {
	flex: 1;
	background: #FFFD45;
	color: #30B8ED;
	text-align: center;
}
.eb-custom-section-plan .custom-plan-notice {
	margin-top: 1em;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
}

.eb-custom-section-flow .custom-flow-header h2 {
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
}
.eb-custom-section-flow .custom-flow-header h2 {
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
}
.eb-custom-section-flow .custom-flow-item-title {
    font-size: 31px;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 4px solid;
    text-align: center;
    color: #30B8ED;
    line-height: 1.25;
}
.eb-custom-section-flow .custom-flow-item-text {
    margin-bottom: 3em;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.eb-custom-section-flow .custom-flow-item:not(:last-child)::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 54px;
	background: url(img/img_custom_flow_arrow.png) no-repeat center / contain;
}
.eb-custom-section-member .custom-member-header h2 {
	text-align: center;
	padding: 0.25em 0.25em 0.3em;
	border-radius: 12px;
	margin-top: 6em;
	margin-bottom: 3em;
	background: #0976BA;
	color: #fff;
}
.eb-custom-section-member .custom-member-item {
	margin-bottom: 80px;
}
.eb-custom-section-member .custom-member-profile {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.eb-custom-section-member .custom-member-profile-pic {
	width: 25%;
}
.eb-custom-section-member .custom-member-profile-text {
	flex: 1;
}
.eb-custom-section-member .custom-member-item-title {
	margin-bottom: 2em;
    font-size: 22px;
    font-weight: 500;
    color: #0976ba;
}
.eb-custom-section-member .js-accordion .custom-member-item-detail-title::after {
	content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
	margin-left: 0.25em;
	background: url(img/img_custom_member_arrow.png) no-repeat center / contain;
}
.eb-custom-section-member .custom-member-item-title span {
    display: inline-block;
    margin-left: 1em;
    font-size: 50%;
}
.eb-custom-section-member .custom-member-item-detail-title {
	display: flex;
	align-items: center;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #0976BA;
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.eb-custom-section-member .custom-member-item-detail-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}
.eb-custom-section-member .js-accordion .custom-member-item-detail-text {
	display: none;
}

.eb-custom-section-outline {
	background: #EFF2F5;
	padding: 80px 0;
}
.eb-custom-section-outline .custom-outline-header h2 {
	margin-bottom: 1.5em;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
}
.eb-custom-section-outline .custom-outline-detail-content:first-child {
	border-top: 1px solid #B4B4B5;
}
.eb-custom-section-outline .custom-outline-detail-content {
	display: flex;
	justify-content: center;
	padding: 1em 10%;
	border-bottom: 1px solid #B4B4B5;
	font-size: 16px;
	font-weight: 400;
}
.eb-custom-section-outline .custom-outline-detail-title {
	width: 20%;
	font-weight: 400;
}
.eb-custom-section-outline .custom-outline-detail-text {
	flex: 1;
}

@media screen and (max-width: 800px) {
	.eb-custom-section {
		margin-top: 0;
	}
	.eb-custom-section-category .custom-category-item-text {
		font-size: 15px;
	}
	.eb-custom-section-category .custom-category-list {
		flex-direction: column;
		gap: 50px;
	}
	.eb-custom-section-category .custom-category-list::after {
		content: none;
	}
	.eb-custom-section-category .custom-category-item {
		width: 100%;
	}
	.eb-custom-section-category .custom-category-header h2 {
		font-size: 5.2vw;
		margin-top: 3em;
		margin-bottom: 1.5em;
	}
	.eb-custom-section-category .custom-category-item-title {
		display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5em;
        margin: 0.75em 0 0.5em;
		font-size: 24px;
	}
	.eb-custom-section-category .custom-category-item-title span {
		font-size: 70%;
	}

	.eb-custom-section-plan .custom-plan .custom-plan-list {
		flex-direction: column;
		gap: 12px;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item {
		width: 100%;
		flex-direction: column;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item-container {
		width: 100%;
		height: auto;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item-text {
		flex-direction: row;
		padding: 0;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item-text p:has(span) {
		line-height: 1;
	}
	.eb-custom-section-plan .custom-plan-official-price {
		flex-direction: column;
	}
	.eb-custom-section-plan .custom-plan-official-price dt {
		width: 100%;
	}
	.eb-custom-section-member .custom-member-profile {
		flex-direction: column;
		gap: 20px;
	}
	.eb-custom-section-member .custom-member-profile-pic {
		width: 50%;
		margin: 0 auto;
	}
	.eb-custom-section-member .custom-member-item-title {
		margin-bottom: 0.5em;
	}
	.eb-custom-section-member .custom-member-header h2 {
		margin: 4em 0 1em;
		font-size: 5.4vw;
	}
	.eb-custom-section-outline .custom-outline-detail-content {
		padding: 0 1em;
		font-size: 15px;
	}
	.eb-custom-section-outline .custom-outline-detail-title {
		width: 40%;
	}
	.eb-custom-section-plan .custom-plan {
		padding: 50px 0;
	}
	.eb-custom-section-plan .custom-plan h2 {
		padding: 0;
		font-size: 5.4vw;
		line-height: 1.5;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item-title {
		font-size: 5.4vw;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item-text {
		gap: 1em;
		align-items: center;
		font-size: 5.4vw;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item {
		gap: 12px;
	}
	.eb-custom-section-plan .custom-plan-official-price dt {
		font-size: 5.4vw;
	}
	.eb-custom-section-plan .custom-plan-official-price dd {
		font-size: 5.4vw;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-item-text .text-small {
		margin-top: 0.5em;
		display: inline-block;
		font-size: 65%;
		line-height: 1.5;
	}
	.eb-custom-section-plan .custom-plan .custom-plan-notice {
		font-size: 13px;
		text-align: justify;
	}
	.eb-custom-section-plan .custom-plan-header h2 {
		font-size: 5.4vw;
	}
	.eb-custom-section-plan .custom-plan h2 span {
		margin-top: 0.5em;
		display: block;
		font-size: 3.2vw;
	}
	.eb-custom-section-flow .custom-flow-header h2 {
		font-size: 5.4vw;
	}
	.eb-custom-section-flow .custom-flow-item-title {
		font-size: 22px;
		line-height: 1.5;
	}
	.eb-custom-section-flow .custom-flow-item-text {
		margin-bottom: 2em;
		font-size: 15px;
		text-align: justify;
	}
	.eb-custom-section-member .custom-member-item-detail-text {
		font-size: 13px;
	}
	.slider-custom-cta-wrapper {
		padding: 0 5%;
	}
	.eb-custom-section-flow .custom-flow-item:not(:last-child)::after {
		height: 30px;
		margin-bottom: 30px;
	}
	.eb-custom-section-outline .custom-outline-header h2 {
		font-size: 5.4vw;
	}
	.eb-custom-section-outline .custom-outline-detail-content {
		font-size: 13px;
	}
}

/* 下層ページ */
#breadcrumb .fa-home {
    display: none;
}
#breadcrumb a, #breadcrumb li {
	width: auto !important;
    font-size: 16px;
	vertical-align: bottom;
}
#breadcrumb .fa {
    font-size: 14px;
}
.article {
    border: none;
}
.article .edit-link {
    display: none;
}
.content.renewal {
	padding-top: 110px;
	padding-bottom: 0;
}

.page-header {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 514px;
    margin-bottom: 100px;
}
.page-header-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.content.renewal #breadcrumb {
    position: relative;
    top: 0;
    left: 0;
}
.page-header-icon {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 155px;
    height: 155px;
    transform: translateY(50%);
}
.page-header-icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.page-header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 34px;
    font-weight: 500;
}
.josei .page-header-title {
	color: #E24B90;
}
.inheritance .page-header-title {
	color: #419788;
}
.will .page-header-title {
	color: #6788BB;
}
.qa .page-header-title {
	color: #0976BA;
}
.page-header-title span {
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
	color: #000;
}
.page-header-text {
	margin-bottom: 2em;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.page-body {
    padding: 0;
}
.page-body .page-subtitle {
	text-align: center;
    padding: 0.25em 0.25em 0.3em;
    border-radius: 12px;
    margin-top: 5em;
    margin-bottom: 2em;
    background: #0976BA;
	border-left: none;
    color: #fff;
}
.page-body .page-subtitle.color-pink {
    background: #E24B90;
}
.page-body .page-subtitle.color-navy {
    background: #6788BB;
}
.page-body .page-subtitle.color-blue {
    background: #0AADEB;
}
.page-body .page-subtitle.color-green {
    background: #419788;
}
.page-body .page-subtitle.color-purple {
    background: #554B99;
}
.page-body .page-subtitle.color-red {
    background: #A22D3C;
}
.page-body .page-title-lg {
	margin-bottom: 1em;
	font-size: 31px;
	font-weight: 600;
	text-align: center;
	border: none;
	background: none;
}
.page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-list-item {
    width: calc((100% - 80px) / 3);
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    background: #ccc;
    border-radius: 12px;
}
.column-2 .page-list-item {
    width: calc((100% - 40px) / 2);
}
.page-list.color-pink .page-list-item {
	background: #FCECF4;
}
.page-list.color-navy .page-list-item {
	background: #E3E5F3;
}
.page-list.color-blue .page-list-item {
	background: #DAF1FD;
}
.page-list.color-green .page-list-item {
	background: #E0EEE6;
}
.page-list-item .page-list-item-title {
	margin-top: 0 !important;
    padding-bottom: 0.25em;
    text-align: center;
    border-bottom: 4px solid;
    font-size: 29px;
	font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.75em;
    line-height: 1.5;
}
.page-list.color-pink .page-list-item-title {
	border-color: #E24B90;
}
.page-list.color-navy .page-list-item-title {
    border-color: #61749B;
}
.page-list.color-blue .page-list-item-title {
    border-color: #0AADEB;
}
.page-list.color-green .page-list-item-title {
    border-color: #69AA9C;
}
.page-list.color-purple .page-list-item-title {
    border-color: #554B99;
}
.page-list-item .page-list-item-text {
	margin-top: 1.5em;
    font-size: 15px;
    text-align: justify;
}
.page-banner {
    margin: 40px auto;
}
.page-subtitle + .page-banner {
    margin-top: -20px;
}
.page-list-item .page-list-item-btn {
	display: block;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 15px;
}
.page-list-item .page-list-item-btn a {
    display: block;
    background: #FFFF9C;
    border: 1px solid #DCDCDC;
    border-radius: 2em;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #000;
}
.page-btn-more {
	width: 160px;
	margin-top: 1em;
    margin-left: auto;
    margin-right: 0;
	text-align: right;
}

.page-lead {
	position: relative;
	background: #0976BA;
	margin-top: 80px;
}
.page-lead.color-green {
    background: #419788;
}
.page-lead.color-green .page-lead-tag-yellow {
    color: #419788;
}
.page-lead.color-navy {
    background: #6788BB;
}
.page-lead.color-navy .page-lead-tag-yellow {
    color: #6788BB;
}
.page-lead-tag-yellow-container {
	display: flex;
    flex-direction: column;
    gap: 1em;
	margin: 1em 0;
}
.page-lead-tag-yellow-wrapper {
	display: flex;
	justify-content: flex-start;
}
.page-lead-tag-yellow {
	padding: 0.5em 1.5em;
	background: #FFFFAE;
	font-size: 16px;
	line-height: 1.5;
}
.page-lead-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page-lead-pic {
	position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-position: center top;
    background-size: cover;
}
.page-lead-pic.w40 {
    width: 40%;
}
.page-lead-content {
    width: 65%;
    padding: 80px 40px;
    box-sizing: border-box;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: 0;
}
.page-lead-content.w60 {
    width: 60%;
}
.page-body .page-lead-title {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border: none !important;
}
.page-body .page-lead-catch {
	font-size: 31px;
	margin: 1em 0;
}
.page-body .page-lead-catch.text-yellow {
	color: #FFFFAE;
}
.page-body .page-lead-subtitle {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0.25em;
}
.page-lead-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}
.page-lead-text02 {
	font-size: 120%;
}
.page-lead-text + .page-lead-text {
	margin-top: 2em;
}
.page-lead-btn {
	display: block;
	margin-top: 2em;
	margin-bottom: 0;
	font-size: 15px;
}
.page-lead-btn a {
    display: inline-block;
	min-width: 50%;
    background: #FFFF9C;
    border: 1px solid #DCDCDC;
    border-radius: 2em;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #000;
}
.page-lead-btn a:hover {
	color: #000;
}
.page-section-column-icon {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
}
.page-section-column-icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.page-section-column .page-subtitle {
	margin: 3em auto 2em;
}
.page-section-column-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.page-section-column-content {
    flex: 1;
}
.page-body .page-section-column-title {
    font-size: 29px;
    margin: 0 0 0.5em;
	border: none;
}
.page-section-column-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}
.page-footer.page-section-column {
	background: url(img/bg_dansei.jpg) no-repeat center / cover;
}

.page-section-box.color-green .page-section-title {
	border-color: #71AE1E;
}
.page-section.color-green .page-section-title {
	border-color: #71AE1E;
}
.page-section-box.color-purple .page-section-title {
	border-color: #554B99;
}
.page-section.color-purple .page-section-title {
	border-color: #554B99;
}

.page-seikyu-lead {
	background: #71AE1E;
}
.page-seikyusareta-lead {
	background: #554B99;
}
.page-seikyusareta-lead .page-lead-pic {
	background-position: center bottom;
}
.page-seikyu-lead .page-lead-text {
	line-height: 1.75;
}

.page-section .page-section-title {
	font-size: 29px;
	font-weight: 600;
	border-bottom-width: 4px;
}
.page-body .page-section-box {
    position: relative;
    border: 4px solid;
    border-radius: 20px;
    padding: 3em 2em 2em;
    margin: 80px auto;
}
.page-body .page-section-box .page-section-title {
    font-size: 29px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid;
    border-radius: 12px;
    padding: 0 0.5em;
    margin: 0;
    min-width: 40%;
    text-align: center;
    background: #fff;
}
.page-body .page-section-box .page-section-text {
    margin-bottom: 0;
    font-size: 15px;
}

.page-body .page-section-box.color-green {
	border-color: #71AE1E;
}
.page-body .page-section-box.color-green .page-section-title {
	border-color: #71AE1E;
	color: #71AE1E;
	background: #FFFFE9;
}
.page-body .page-section-box.color-purple {
	border-color: #554B99;
}
.page-body .page-section-box.color-purple .page-section-title {
	border-color: #554B99;
	color: #554B99;
	background: #FFFFE9;
}

.page-body .article-section {
    margin: 150px auto;
}

.content.renewal.seikyu .page-header-title span {
    color: inherit;
}
.content.renewal.qa .page-header-title span {
    color: inherit;
}
.page-container.column-2 {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
}
.page-container.column-2 .page-section {
    flex: 1;
}

.page-body .qa-list {
	padding: 0;
	list-style: none;
	margin-left: 0;
}
.page-body .qa-list-item {
}
.page-body .qa-list-item-question {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
	border: none;
	padding: 0;
	font-size: 16px;
}
.page-body .qa-list-item-question::before {
	content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
	background: url(img/img_qa_icon_q.png) no-repeat center / contain;
}
.page-body .js-accordion .qa-list-item-question {
	cursor: pointer;
}
.page-body .js-accordion .qa-list-item-answer {
	display: none;
}
.page-body .js-accordion .qa-list-item-answer-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
	border: none;
	padding: 0;
	font-size: 16px;
}
.page-body .qa-list-item-answer-container::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/img_qa_icon_a.png) no-repeat center / contain;
}
.page-body .qa-list-item-question span {
    flex: 1;
}
.page-body .qa-list-item-answer-container span {
    flex: 1;
}
.qa .page-header-icon {
	display: none;
}
.qa .page-header {
    height: 340px;
}
.qa .page-header-inner {
    justify-content: flex-end;
}
.qa .page-header-text {
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.content.renewal {
		padding-top: 60px;
	}
	.page-header-text {
		font-size: 13px;
	}
	.page-header-title {
		margin-top: 2em;
		margin-bottom: 0.5em;
		font-size: 20px;
	}
	.page-header-title span {
		font-size: 18px;
	}
	.content.renewal #breadcrumb {
		width: 100%;
		overflow: unset;
		white-space: unset;
	}
	#breadcrumb a, #breadcrumb li {
		width: auto !important;
		font-size: 13px;
	}
	.page-header {
		height: 80vw;
		margin-bottom: 50px;
	}
	.page-header-icon {
		width: 120px;
		height: 120px;
	}
	.page-body .page-title-lg {
		font-size: 20px;
	}
	.page-body .page-subtitle {
		margin: 3em 0 1em;
		font-size: 5.4vw;
	}
	.page-body .article-section {
		margin: 50px auto;
	}
	.page-list {
		flex-direction: column;
	}
	.page-list-item {
		width: 100%;
	}
	.column-2 .page-list-item {
		width: 100%;
	}
	.column-3 .page-list-item {
		width: 100%;
	}

	.page-container {
		padding: 0 10px;
	}
	.page-list-item .page-list-item-title {
		font-size: 22px;
		min-height: unset;
		padding-bottom: 0.5em;
		margin-bottom: 0.75em;
	}
	.page-list-item .page-list-item-text {
		font-size: 15px;
		margin-bottom: 0;
	}
	.page-list {
		gap: 20px;
	}
	.page-lead {
		margin-top: 50px;
	}
	.page-lead-inner {
		flex-direction: column;
		gap: 30px;
		padding: 0;
	}
	.page-lead-pic {
		position: relative;
		width: 100%;
		height: 65vw;
		background-position: center top 20%;
	}
	.page-lead-pic.w40 {
		width: 100%;
	}
	.page-lead-content {
		width: 100%;
		padding: 0 10px 40px;
	}
	.page-lead-content.w60 {
		width: 100%;
	}
	.page-lead-title {
		font-size: 5.4vw;
	}
	.page-body .page-lead-catch {
		font-size: 20px;
	}
	.page-body .page-lead-subtitle {
		font-size: 17px;
	}
	.page-lead-text {
		font-size: 15px;
	}
	.page-lead-text02 {
		font-size: 17px;
	}
	.page-lead-tag-yellow {
		padding: 0.5em 1em;
		font-size: 15px;
	}
	
	.page-body .page-section-column-inner {
		flex-direction: column;
		gap: 20px;
	}
	.page-body .page-section-column-title {
		font-size: 22px;
	}
	
	.page-section-column-icon {
		width: 160px;
		height: 160px;
	}
	.page-section-column-title {
		font-size: 18px;
	}
	.page-section-column-text {
		font-size: 15px;
	}

	.page-seikyu-lead .page-lead-pic {
		width: 100%;
		height: 70vw;
	}
	.page-section .page-section-title {
		font-size: 22px;
		margin-top: 0;
	}
	.page-section-text {
		font-size: 13px;
	}
	.page-body .page-section-box .page-section-title {
		width: 80%;
		font-size: 22px;
	}
	.page-body .page-section-box {
		margin: 40px auto 60px;
		padding: 3em 1em 2em;
	}
	.page-body .page-section-box .page-section-text {
		font-size: 13px;
	}

	.page-container.column-2 {
		flex-direction: column;
		gap: 20px;
	}

	.qa .page-header {
		height: 40vw;
		margin-bottom: 40px;
	}
	.page-body .qa-list-item-question {
		margin: 1em 0 2em;
	}
}

/* コラム */
.article-header .entry-title {
    margin-bottom: 1em;
}
.archive .ar-one-column .archive-list {
	border: none;
}
.side-widget-title h3 {
    display: block;
    font-size: 20px;
    color: #30b8ed;
    border-bottom: solid 4px #30b8ed;
    line-height: 130%;
    padding-bottom: 10px;
    font-weight: 600;
}
.side-widget-title h3 span {
    padding: 0;
    border: none;
}
.side-widget li a, .side-widget li a:hover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 11px 10px;
    position: relative;
    color: #30b8ed;
    font-weight: 500;
    line-height: 130%;
    transition: background-color 0.3s ease-out;
}
.side-widget .new-post-list li {
	padding: 0;
}
.side-widget .new-post-list a:hover {
    padding: 11px 10px;
}
.side-widget li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.side-widget li a::before {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
	margin-right: 0.25em;
	background: url(img/img_column_arrow.png) no-repeat center / contain;
}
.side-widget .cat-item {
    display: block;
    border-bottom: solid 1px #e3e3e3;
}
.side-widget .new-post-list li a::before {
	content: none;
}
.column .page-header-title {
    color: #30b8ed;
}
.column .page-header-title span {
    text-decoration: none;
}
.column .archive-header {
	padding-left: 0;
	padding-right: 0;
}
.column-header {
	display: block;
    font-size: 20px;
    color: #30b8ed;
    line-height: 1.5;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-weight: 600;
    border-bottom: 1px solid;
}
.archive-header-title a:hover {
    color: #30b8ed;
}
.archive-header .btn-border {
    border-color: #30b8ed;
}
.archive-header .btn-border:hover {
    background-color: #30b8ed;
}
.nav-title img {
    display: none;
}
.nav-title {
    text-decoration: underline;
}
#gnav .global-nav .current-menu-item > a, #gnav .global-nav .current-menu-item > a .fa, #modal-global-nav-container .current-menu-item a, #modal-global-nav-container .sub-menu .current-menu-item a, .side-widget .current-menu-item a, .mb-horizontal-nav-inner .current-menu-item a, .mb-horizontal-nav-inner .current-menu-item a .fa, .entry-title a:active, .pagination a, .post-nav .fa {
    color: #30b8ed;
}
.nav-next, .nav-previous {
    padding: 1em;
}
.column #breadcrumb a:hover {
    color: #30b8ed;
}
.column .pagination a:hover, .column .pagination .current {
    background: #30b8ed;
    border: solid 1px #30b8ed;
}
#gnav .global-nav .current-menu-item > a, #gnav .global-nav .current-menu-item > a .fa, #modal-global-nav-container .current-menu-item a, #modal-global-nav-container .sub-menu .current-menu-item a, .side-widget .current-menu-item a, .mb-horizontal-nav-inner .current-menu-item a, .mb-horizontal-nav-inner .current-menu-item a .fa, .entry-title a:active, .column .pagination a, .post-nav .fa {
    color: #30b8ed;
}

/* ページネーションのホバー時の文字色を白に指定 */
.column .pagination a:hover {
    color: #ffffff !important;
}

@media screen and (max-width: 800px) {
	.column .col-main {
		padding: 0 10px;
	}
	.side-widget li a {
		padding-left: 0;
		padding-right: 0;
	}
	.article {
		padding: 0 10px;
	}
	#breadcrumb {
		padding: 0 10px;
	}
}

.new-post-thumbnail {
    display: none;
}

/* 追加 相続相談 */
.eb-price-section-custom .page-subtitle {
	text-align: center;
    padding: 0.25em 0.25em 0.3em;
    border-radius: 12px;
    margin-top: 4em;
    margin-bottom: 1.5em;
    background: #0976BA;
	border-left: none;
    color: #fff;
}
.eb-price-section-custom .page-subtitle:first-of-type {
	margin-top: 0;
}
.eb-price-section-custom .page-subtitle.color-navy {
    background: #6788BB;
}
.eb-price-section-custom .price-section-table.color-navy td {
	background: #E3E5F3;
}
.eb-price-section-custom .price-section-table.color-navy .price-item {
    background: #6788BB;
}
.eb-price-section-custom .page-subtitle.color-green {
    background: #419788;
}
.eb-price-section-custom .price-section-table.color-green td {
	background: #E0EEE6;
}
.eb-price-section-custom .price-section-table.color-green .price-item {
    background: #419788;
}
.eb-price-section-custom .price-section-table td.w20 {
	width: 20%;
}
.eb-price-section-custom .price-desc {
	font-size: 17px;
    display: block;
    margin-top: 0.25em;
}
.eb-price-section-custom .price-selling .text-lg {
	font-size: 36px;
}
.eb-price-section-custom .price-selling .tax {
	font-size: 56%;
}
.eb-price-section-custom .price-section-table-wrapper {
    display: flex;
	justify-content: center;
    gap: 10px;
}
.page-body .article-section .eb-price-section-custom {
	padding: 0;
}
.eb-accordion-faq-section .accordion-faq-content dd a {
    color: #2E53FF;
}
.eb-accordion-faq-section .accordion-faq-content dd a:hover {
	color: #2E53FF;
}
.eb-custom-section-category .page-subtitle {
	text-align: center;
    padding: 0.25em 0.25em 0.3em;
    border-radius: 12px;
    margin-top: 3em;
    margin-bottom: 1.5em;
    border-left: none;
    color: #fff;
}
.eb-custom-section-category .page-subtitle.color-navy {
    background: #6788BB;
}
.eb-custom-section-category .page-subtitle.color-green {
    background: #419788;
}

.eb-custom-section-please .custom-section-pic {
    width: 30%;
    padding: 0 30px;
}
.eb-custom-section-please .custom-box-detail {
    font-size: 15px;
}
.eb-custom-section-please .custom-box-list {
    padding: 2em 0;
}
@media screen and (max-width: 800px) {
	.eb-price-section-custom .price-header h2 span.headline_red {
		font-size: 80%;
	}
	.eb-price-section-custom .price-info.align-start {
		align-items: center;
	}
	.eb-price-section-custom .price-section-table td {
		margin-bottom: 10px;
	}
	.eb-price-section-custom .price-section-table td.w20 {
		width: 100%;
	}
	.eb-price-section-custom .page-subtitle {
		margin: 3em 0 1em;
		font-size: 5.4vw;
	}
	.eb-price-section-custom .price-section-payment {
		margin: 50px auto;
	}
	.eb-custom-section-category .page-subtitle {
		margin: 3em 0 1em;
		font-size: 4.7vw;
	}
	.eb-price-section-custom .price-section-table-wrapper {
		flex-direction: column;
	}
	.eb-custom-section-category .page-container {
		padding: 0;
	}
}

.eb-custom-section-please {
	background: unset;
	margin: 100px auto;
}
.eb-custom-section-please .container {
	background: #30b8ed;
	border-radius: 20px;
}
.eb-custom-section-please .please-header h2 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 31px;
	margin: 0 0 1em 0;
}
.eb-custom-section-please .please-header h2 span {
    font-size: 17px;
    font-weight: normal;
}
.eb-custom-section-please .custom-box-detail {
	padding: 0;
	padding-right: 60px;
}
.eb-custom-section-please .custom-box-detail p {
	text-indent: unset;
	padding-left: 0;
}
.eb-custom-section-worry-inheritance .custom-worry-item-text p {
	margin-bottom: 0;
}
.eb-custom-section-worry-inheritance .custom-worry-list {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.eb-custom-section-worry-inheritance .custom-worry-item-header h3 {
    border-color: #419788;
    color: #419788;
}

.page-merit-list {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.page-merit-list-item {
    position: relative;
    flex: 1;
    text-align: center;
}
.page-merit-list-item-tags {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.page-merit-list-item-tag {
    font-size: 20px;
    line-height: 1.5;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    color: #fff;
}
.page-merit-list-item.color-navy .page-merit-list-item-tag {
    background: #6788BB;
}
.page-merit-list-item.color-yellow .page-merit-list-item-tag {
    background: #94943A;
}
.page-merit-list-item-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 1em;
}
.page-merit-list-item:not(:last-child)::after {
    content: "";
    width: 7px;
    height: 100%;
    background: #CED0D5;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: -50px;
    transform: translate(50%);
}
.page-list-item-box {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 4px solid;
    text-align: center;
    font-size: 15px;
}
.page-list.color-navy .page-list-item-box {
    border-color: #62749b;
}
.page-list-item-subtitle {
    font-size: 24px;
    margin-bottom: .75em;
}
.page-list-item-tags {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.page-list-item-tag {
    padding: 0.5em 0;
    background: #FFFFAE;
    font-size: 14px;
}
.eb-column-section-custom {
	padding: 100px 0;
}
.eb-column-section-custom .case-title a {
	display: inline-block;
    text-decoration: underline;
}
.eb-column-section-custom .case-title a:hover {
	color: #000;
    text-decoration: none;
}
.eb-column-section-custom.inheritance {
	background: #E0EEE6;
}
.eb-column-section-custom.will {
	background: #E3E5F3;
}

.page-howto-list {
	gap: 60px;
}
.column-2 .page-howto-list-item {
    width: calc((100% - 60px) / 2);
}
.page-howto-list-item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4.5em;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 4px solid #69AA9C;
    text-align: center;
    font-size: 18px;
}
.page-howto-list-item-title {
    margin-bottom: 0.5em;
    font-size: 29px;
    text-align: center;
}
.page-howto-list-item-text {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 4px solid #69AA9C;
    text-align: center;
    font-size: 18px;
}
.page-howto-list.color-green .page-list-item {
    background: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-howto-list.color-green .page-howto-list-item-container {
    background: #E0EEE6;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
}
.page-howto-list-item-ex {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-howto-list-item-ex-container {
    display: flex;
    justify-content: flex-start;
    background: #E0EEE6;
    border-radius: 12px;
    overflow: hidden;
    font-weight: normal;
}
.page-howto-list-item-ex-title {
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #419788;
    color: #fff;
    font-weight: normal;
}
.page-howto-list-item-ex-title.color-brown {
    background: #796A56;
}
.page-howto-list-item-ex-text {
    flex: 1;
    padding: 1em 2em;
    font-weight: normal;
    min-height: 5.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 800px) {
	.column-2 .page-howto-list-item {
		width: 100%;
	}
	.page-howto-list {
		gap: 50px;
	}
	.page-howto-list-item-title {
		font-size: 24px;
	}
	.page-howto-list-item-text {
		font-size: 15px;
	}
	.page-howto-list-item-ex {
		font-size: 14px;
	}
	.page-howto-list-item-ex-title {
		width: 25%;
	}
	.page-howto-list-item-ex-text {
		min-height: unset;
		padding: 1em;
	}

	.eb-custom-section-please {
		margin: 80px auto 50px;
	}
	.eb-custom-section-please .container {
		background: url(./img/img_custom02.png) #30b8ed no-repeat bottom left -6vw / 38vw auto;
	}
	.eb-custom-section-please .custom-box-detail p {
		text-align: justify;
	}
	.eb-custom-section-please .please-header h2 {
		font-size: 6.8vw;
		margin-bottom: 1.5em;
	}
	.eb-custom-section-please .please-header h2 span {
		font-size: 3.2vw;
	}
	.eb-custom-section-please .custom-box-detail {
		padding: 0;
		font-size: 13px;
	}
	.eb-sales-section {
		padding-top: 50px;
	}

	.page-merit-list {
		flex-direction: column;
		gap: 80px;
	}
	.page-merit-list-item:not(:last-child)::after {
		width: 100%;
		height: 5px;
		top: unset;
		bottom: -40px;
		right: 0;
		transform: translateY(50%);
	}
	.page-merit-list-item-title {
		font-size: 18px;
	}
	.page-merit-list-item-tag {
		font-size: 16px;
	}
	.page-merit-list-item-tags {
		gap: 1em;
	}
	.page-list-item-subtitle {
		font-size: 20px;
	}
	.page-list-item-tag {
		font-size: 13px;
	}

	.eb-column-section-custom {
		padding: 50px 0;
	}
}

/* ヘッダー */
@media screen and (min-width: 992px) {
	#gnav ul {
		display: flex;
		justify-content: center;
	}
	#gnav .global-nav li a {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

/* お問い合わせフォーム */
.mw_wp_form .article-body th {
    background: #30b8ed;
}
.article {
	border: none;
}
.article-body .mw_wp_form th {
	background: #DADDE1;
    color: inherit;
    font-size: 1.6rem;
	font-weight: normal;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-align: center;
	border-color: #fff;
}

.article-body .mw_wp_form th.required::after {
    content: "必須";
    font-size: 80%;
	font-weight: normal;
    display: inline-block;
    margin: 0.5em;
    padding: 0 0.5em;
    line-height: 1.5;
    background: #d9534f;
    border-radius: 2px;
    color: #fff;
}
.article-body .mw_wp_form td input, .article-body .mw_wp_form td select, .article-body .mw_wp_form td textarea {
    margin: 0.25em;
}
.article-body .mw_wp_form td p {
    margin: 0;
}
@media screen and (max-width: 800px) {
	.article-body .mw_wp_form th {
		border: none;
	}
	.article-body .mw_wp_form tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.article-body .mw_wp_form table, .article-body .mw_wp_form tbody {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.article-body .mw_wp_form th, .article-body .mw_wp_form td {
		width: 100%;
		text-align: left;
		padding: 0.5em 0.75em;
	}
	.article-body .mw_wp_form td input, .article-body .mw_wp_form td select, .article-body .mw_wp_form td textarea {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.article-body .mw_wp_form td input[name="overtime"], .article-body .mw_wp_form td input[name="income"] {
		width: 70%;
	}
}

.article-header h1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 1em;
}
.article-header h1 .entry-subtitle {
    font-size: 70%;
    color: inherit;
    font-weight: normal;
}
@media screen and (max-width: 800px) {
	.article-header h1 {
		gap: 0;
	}
}

.inheritance .eb-sales-section-custom .sales-section-pic .sales-content {
	background-image: url(./img/img_sales_inheritance_bg_new.jpg) !important;
}
