@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 全ページ共通 ================================================================================================== */
/* s ============================================================================================================= */
.m0 {margin: 0 !important;}
.mt0 {margin-top: 0 !important;}
.mb2 {margin-bottom: 2em !important;}
.p0 {padding: 0 !important;}
.tac {text-align: center;}

/* ***** 見出し ***** */
.post_content>h2 {
	margin-left: 0;
}
h2:not(.category h2) {
	text-align: center !important;
}
@media (min-width: 600px) {
    h2:not(.category h2) {
        font-size: 2em !important;
    }
}
/* グループの皆さまh3 */
.balloon {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 16px;
    min-width: 350px;
    max-width: 100%;
    text-align: center;
	margin-bottom: 2em !important;
	border-bottom: solid 1px #525252;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 12px transparent;
    border-top: solid 12px #525252;
}
.balloon:after {
    border: solid 16px transparent;
    border-top: solid 16px #fff;
    margin-top: -5px;
}
.balloon h3 {
    margin: 0;
    padding: 0;
}
@media (min-width: 600px) {
    .balloon h3 {
        font-size: 1.5em;
    }
}

/* ***** 各ページKV ***** */
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 300px;
    }
}

.sticky {
    position: sticky !important;
	top: 150px;
}
#side-menu {
	list-style: none;
}
#side-menu li {
	margin: .5em 0 !important;
}
#side-menu a {
	color: black;
	opacity: .5;
}

/* ページタイトル内 */
.page .l-mainContent__inner h1 {
	position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 5.5em 25px;
    background: var(--color_main_thin);
    text-align: center;
    color: var(--color_main_dark);
}
.l-mainContent__inner .c-pageTitle__inner {
	padding: 0 !important;
	font-size: 1.2em;
}
.l-content:has(.c-pageTitle) {
	padding-top: 0 !important;
}
.category .l-content {
	padding-top: 2em !important;
}
@media (min-width: 600px) {
    .category .l-content {
        padding-top: 4em !important;
    }
}

/* タブ */
.c-tabList {
	margin-bottom: 1.5em !important;
}

/* テーブル */
th, td {
	padding: 1em 0.75em !important;
}
/* =============================================================================================================== */
/* e ============================================================================================================= */


/* トップページ ================================================================================================== */
/* s ============================================================================================================= */
.c-gnav>.menu-item>a .ttl {
    font-size: 15px;
    letter-spacing: 1px;
}
/* ***** KV ***** */
@media (min-width: 600px) {
  .p-mainVisual__slideTitle {
    font-size: 43px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.5;
    text-shadow: 1px 1px 6px #292929;
  }
}
.top-pro-item {
	padding: 3em !important;
	position: relative;
}
.top-pro-h3 {
	color: #53a297 !important;
	font-size: 1.5em !important;
	margin-top: 2.5em !important;
}
.top-pro-no {
	position: absolute;
	top: 0;
	padding-top: 10px;
	border-top: 4px solid #53a297;
	font-size: 2.5em;
	font-weight: bold;
}
.shadow {
	box-shadow: var(--swl-box_shadow);
	box-shadow: 0px 5px 20px 0 rgb(138 151 171);
}

/* ***** 見出し ***** */
.h2-p {
    margin-bottom: 0;
	font-weight: bold;
    letter-spacing: 1px;
}
.h2-style {
	margin-top: 0 !important;
	font-size: 2.3em !important;
	margin-bottom: 1.5em !important;
	width: 100%;
}

/* ***** お知らせ ***** */
.news-style .p-postList__body {
	display: flex;
}
.news-style time {
	font-size: 1.2em;
	color: var(--color_main);
}
.news-style .p-postList__title {
	align-content: center;
}
.news-style .p-postList__times.c-postTimes.u-thin {
	min-width: 130px;
	width: fit-content;
	color: black;
	padding-left: 15px;
}
.news-style .p-postList__meta :before {
	display: none;
}
.news-style span.p-postList__cat.u-thin.icon-folder {
	width: 125px;
    text-align: center;
    background: #e4eaf3;
    border-radius: 999px;
    color: var(--color_01);
    margin: 0 30px 0 15px;
    padding: 10px;
    font-weight: bold;
	border: 1px solid transparent;
}
.news-style .-type-simple .p-postList__meta {
	margin-bottom: 0;
	font-size: 0.8em;
	flex-wrap: initial;
}
.news-style .-type-simple .p-postList__link:hover {
	background: #e4eaf3;
}
.news-style .-type-simple .p-postList__link:hover span {
	border: 1px solid var(--color_border);
}
.news-style .-type-simple .p-postList__link:hover h2 {
	color: var(--color_main);
}
.news-style .-type-simple .p-postList__link {
	padding: 1.5em .25em;
}
.news-style .-type-simple .p-postList__title {
	font-size: 1em !important;
    font-weight: normal;
}
.news-style .p-postList__title {
	text-align: left !important;
}
@media(max-width: 781px){
	.news-style .p-postList__body {
		flex-wrap: wrap;
	}
	.news-style .p-postList__meta, .news-style .p-postList__title {
		width: 100%;
	}
	.news-style .p-postList__title {
		padding-left: 15px;
		margin-top: 10px;
	}
	.news-style span.p-postList__cat.u-thin.icon-folder {
		padding: 7px 10px;
	}
}
@media(max-width: 599px){
	
}

/* 法人・個人 */
.blur {
	backdrop-filter: blur(30px);
}
.blur-area {
	max-width: 600px;
	margin: auto;
	padding: 40px;
	background: var(--color_main_thin);
	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
	border-radius: 10px;
}
.wp-block-column.blur {
    padding: 50px 40px;
}
.top-customer-img img {
	max-width: 85%;
    height: 200px;
	border-radius: 5px;
}
.sp-menu {
	gap: .5em !important;
	padding: 0 !important;
}
.sp-menu li {
	list-style: none;
}
.sp-menu li a {
	padding: 5px 15px;
    border-radius: 999px;
    font-size: .9em;
    border: 1px solid var(--color_main);
}
.sp-menu li:hover a {
	background: var(--color_main);
	color: white !important;
}
@media(max-width: 782px){
	.pc-menu {
		display: none;
	}	
}
@media(min-width: 781px){
	.sp-menu {
		display: none !important;
	}
}

/* フッター */
.l-footer {
	border-top: 1px solid #676767;
}
.w-beforeFooter {
	margin-bottom: 0 !important;
}
.w-beforeFooter .c-bannerLink__title {
	font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 1.5em;
	margin-bottom: 1em;
}
.footer-navi {
	display: grid;
	width: fit-content;
	column-gap: 2em;
	grid-template-columns: repeat(2, auto);
	list-style: none;
}
.footer-navi li a {
	color: white !important;
}
/* e ============================================================================================================= */

/* 会社案内 */
/* s ============================================================================================================= */

/* e ============================================================================================================= */

/* 法人のお客さま */
/* s ============================================================================================================= */
.houjin-item {
	border-radius: 10px;
}
.houjin-item h2 {
	margin: 0 0 1.5em !important;
	letter-spacing: 1px !important;
}
@media (min-width: 600px) {
	.houjin-item {
		padding: 3em !important;
	}
    .houjin-item h2 {
        font-size: 1.7em !important;
    }
}
.houjin-case {
	font-weight: bold;
	color: var(--color_main);
	font-size: 1.2em;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: center;
}
.houjin-ex, .houjin-kind {
	font-weight: bold;
	font-size: 1.1em;
}
.hojin-list {
	list-style: none;
	gap: .5em !important;
	padding: 0 !important;
}
.hojin-list li {
	background: var(--color_main);
	color: white;
	padding: 3px 25px;
	border-radius: 5px;
	font-size: .85em;
	letter-spacing: .5px;
	margin: 0;
}
/* e ============================================================================================================= */

/* 個人のお客さま */
/* s ============================================================================================================= */
.flex-anc-num.anc-kojin ul {
    justify-content: center;
}
.flex-anc-num.anc-kojin li{
	width: calc(25% - 4px);
	margin-right: 4px;
}
/* sp */
@media (max-width: 767px) {
  .flex-anc-num.anc-kojin ul {
    justify-content: left;
  }
  .flex-anc-num.anc-kojin li{
	  width: calc(50% - 4px);
  }
}
/* e ============================================================================================================= */

/* 東邦銀行グループの皆さま */
/* s ============================================================================================================= */
.grd-btn a {
	border-radius: 5px;
	padding: 1.5em 1em;
	font-size: 1.05em;
	background-image: linear-gradient(135deg, rgb(23 103 130) 17%, rgb(85 158 180) 76%, rgb(121 214 218));
}
.shonin span {
	border: 1px solid;
	padding: 3px 10px;
	font-size: .9em;
}

/* e ============================================================================================================= */

/* 乗合保険会社一覧 */
/* s ============================================================================================================= */
.hoken-list p {
	font-size: 0.9em;
}
/* e ============================================================================================================= */

/* お知らせ関連 */
/* s ============================================================================================================= */
.-type-simple .p-postList__link:hover {
    background-color: #e4eaf3;
}

/* e ============================================================================================================= */