/**
 * Theme Name: Financial Field Theme
 * Text Domain: Financial Field
 */

/**
 * Reset
 */
* {
	box-sizing: border-box;
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/**
 * Common
 */
body {	
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 1rem;
	color: #333;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #003aa0;
	word-break: break-all;
}
a:hover {
	color: #fe1f21;
}
.container {
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.site-main {
	padding: 0 0 2rem;
}
.mb10 {
	margin-bottom: 10px !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
	text-align: right !important;
}
@media only screen and (min-width: 1200px) {
    body {
		padding-top: 127px;
	}
	body.admin-bar {
		padding-top: 140px;
	}
	.only-sp, .sp_on {
		display: none !important;
	}
}
@media only screen and (max-width: 1199px) {
	body{
		padding-top: 50px;
	}
	body.admin-bar {
		padding-top: 68px;
	}
	.container {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.only-pc, .pc_on {
		display: none !important;
	}
}

/**
 * Icon
 */
.dropdown-icon {
	display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999em;
}
.dropdown-icon.close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.dropdown-icon.menu {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-icon.search {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'><path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'></path></svg>");
}

/**
 * Screen reader text
 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

/**
 * Go to top
 */
.gototop {
	width: 48px;
	height: 48px;
	text-align: center;
	background: #fff;
	border: 1px solid #0056B3;
	cursor: pointer;
	transition: .25s;
	line-height: 48px;
	position: fixed;
	right: 2em;
	bottom: 64px;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 4px 4px -4px rgb(0 0 0 / 10%);
	transition: all .25s;
	transform: translateY(-8px);
	visibility: hidden;
	opacity: 0;
}
.gototop::before {
	content: "";
	border: solid #0056B3;
  	border-width: 0 3px 3px 0;
  	display: inline-block;
  	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.gototop:hover {
	background: #0056B3;
	color: #fff;
}
.gototop.active {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.gototop.active::before {
	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
}
.gototop:hover::before {
	border: solid #fff;
	border-width: 0 3px 3px 0;
}

/**
 * Breadcrumbs
 */
 .breadcrumbs {
	margin-bottom: 0.625rem;
	font-size: 0.875rem;
}
.breadcrumbs a {
	color: #000000;
}

/**
 * Pagination
 */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 1rem;
	display: inline-block;
	margin: 0 2px;
	width: 2rem;
	line-height: 2rem;
	border: solid 1px #121d3e;
	border-radius: 2px;	
}
.wp-pagenavi a {
	background-color: #fff;	
	color: #121d3e;	
}
.wp-pagenavi span {
	background-color: #121d3e;
	color: #fff;
}

/**
 * Header
 */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 999;
	width: 100%;
    background-color: #fff;    
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.site-branding {
	color: #666;
	font-size: 0.6875rem;	
	padding: 5px 0;
	display: none;
}
.site-head {
	text-align: center;
	position: relative;
}
@media only screen and (min-width: 1200px) {
    .site-branding {
		display: block;
	}
	.site-head{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media only screen and (max-width: 1199px) {
    .site-header {
		padding: 0.625rem 0;
	}
	.site-head > .site-logo {
		width: 183px;
		margin: 0 auto;
	}
}

/**
 * Main Menu
 */
.primary-navigation > div > .menu-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}
.primary-navigation > div > .menu-wrapper li {
	display: block;
	position: relative;
	padding-top: 0.8125rem;
	padding-bottom: 0.8125rem;
	margin: 0;
}
.primary-navigation .sub-menu {
	list-style: none;
}
.primary-navigation a {	
	display: block;
	font-size: 0.875rem;
}
.primary-navigation > div > .menu-wrapper > li > a {
	background-image: url('assets/images/menu-icon.png');
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 1.5rem;
	padding-right: 1rem;
	line-height: normal;
}
.primary-navigation > div > .menu-wrapper > li.menu-item-video > a {
	padding-right: 0;
}
.primary-navigation > div > .menu-wrapper li#menu-item-119740 > a,
.primary-navigation > div > .menu-wrapper li#menu-item-124892 > a {
    background-position: 0 0;
}
.primary-navigation > div > .menu-wrapper li#menu-item-119740 a,
.primary-navigation > div > .menu-wrapper li#menu-item-124892 a {
    color: #1f3a93;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13361 > a {
	background-position: 0 -20px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13361 a {
    color: #d71020;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13366 > a {
    background-position: 0 -40px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13366 a {
    color: #d9921c;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13372 > a {
    background-position: 0 -60px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13372 a {
    color: #83b41a;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13377 > a {
    background-position: 0 -80px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13377 a {
    color: #087b3b;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13384 > a {
    background-position: 0 -100px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13384 a {
    color: #0f86bd;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13389 > a {
    background-position: 0 -120px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13389 a {
    color: #09558e;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13396 > a {
    background-position: 0 -140px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13396 a {
    color: #161a72;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13400 > a {
    background-position: 0 -160px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13400 a {
    color: #933b00;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13404 > a {
    background-position: 0 -180px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13404 a {
    color: #e59200;
}
.primary-navigation > div > .menu-wrapper li#menu-item-78171 > a {
    background-position: 0 -200px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-78171 a {
    color: #fc349c;
}
.primary-navigation > div > .menu-wrapper li#menu-item-65760 > a {
    background-position: 0 -220px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-65760 a {
    color: #808080;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13413 > a {
    background-position: 0 -240px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13413 a {
    color: #7b1370;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13414 > a {
    background-position: 0 -260px;
}
.primary-navigation > div > .menu-wrapper li#menu-item-13414 a {
    color: #b19b00;
}
.primary-navigation > div > .menu-wrapper li.menu-item-video > a {
    background-position: 0 -300px;
}
.primary-navigation > div > .menu-wrapper li.menu-item-video a {
    color: #9f1d35;
}
@media only screen and (min-width: 1200px) {
	.primary-navigation > div > .menu-wrapper li#menu-item-13415,
	.primary-navigation > div > .menu-wrapper li#menu-item-13418,
	.primary-navigation > div > .menu-wrapper li#menu-item-13416,
	.primary-navigation > div > .menu-wrapper li#menu-item-129094, 
	.primary-navigation > div > .menu-wrapper li#menu-item-129095,
	.primary-navigation > div > .menu-wrapper li#menu-item-13417, 
	.primary-navigation > div > .menu-wrapper li#menu-item-52983,
	.primary-navigation > div > .menu-wrapper li#menu-item-14046, 
	.primary-navigation > div > .menu-wrapper li#menu-item-37657,
	.primary-navigation > div > .menu-wrapper li#menu-item-114518 {
		display: none;
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 88888;
		min-width: max-content;
		transition: all 0.5s ease;		
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
		padding: 0;
		border-bottom: 1px dotted #666;
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu a {
		padding: 0.5rem 1rem;
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu a:hover {
		background: #666;
		color: #fff !important;
	}
	.primary-navigation .sub-menu {
		display: none;
	}
	.primary-navigation > div > .menu-wrapper li:hover .sub-menu {
		display: block;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		display: none;
	}
	.primary-navigation > .primary-menu-container {
		visibility: visible;
		opacity: 1;
		position: relative;
		padding: 0;
		background-color: transparent;
		overflow: initial;
		transform: none;
    }
}
@media only screen and (max-width: 1199px) {
    .primary-navigation > .primary-menu-container {
		position: fixed;
		visibility: hidden;
		opacity: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: -250px;
		transition: all 0.15s ease-in-out;
		height: 100vh;
		z-index: 499;
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;		
		width: 250px;
		box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	}
	.primary-navigation-open .primary-navigation > .primary-menu-container {
		position: absolute;
		visibility: visible;
		opacity: 1;
		transform: translateX(250px);
	}
	.admin-bar .primary-navigation > .primary-menu-container {
		height: calc(100vh - var(--global--admin-bar--height));
	}
	.primary-navigation > div > .menu-wrapper li {
		width: 100%;
		border-bottom: 1px solid #989898;
		background-color: #EEEEEE;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.primary-navigation > div > .menu-wrapper li#menu-item-13415,
	.primary-navigation > div > .menu-wrapper li#menu-item-13418,
	.primary-navigation > div > .menu-wrapper li#menu-item-13416,
	.primary-navigation > div > .menu-wrapper li#menu-item-129094, 
	.primary-navigation > div > .menu-wrapper li#menu-item-129095,
	.primary-navigation > div > .menu-wrapper li#menu-item-13417, 
	.primary-navigation > div > .menu-wrapper li#menu-item-52983,
	.primary-navigation > div > .menu-wrapper li#menu-item-14046, 
	.primary-navigation > div > .menu-wrapper li#menu-item-37657,
	.primary-navigation > div > .menu-wrapper li#menu-item-114518 {
		background: #fff;
		border-bottom: none;
	}
	.primary-navigation > div > .menu-wrapper li#menu-item-13415 > a,
	.primary-navigation > div > .menu-wrapper li#menu-item-13418 > a,
	.primary-navigation > div > .menu-wrapper li#menu-item-13416 > a,
	.primary-navigation > div > .menu-wrapper li#menu-item-129094 > a, 
	.primary-navigation > div > .menu-wrapper li#menu-item-129095 > a,
	.primary-navigation > div > .menu-wrapper li#menu-item-13417 > a, 
	.primary-navigation > div > .menu-wrapper li#menu-item-52983 > a,
	.primary-navigation > div > .menu-wrapper li#menu-item-14046 > a, 
	.primary-navigation > div > .menu-wrapper li#menu-item-37657 > a,
	.primary-navigation > div > .menu-wrapper li#menu-item-114518 {
		background: none;
		color: #333;
	}
	.primary-navigation .sub-menu {
		padding-top: 0.625rem;
		margin: 0 -0.625rem -0.875rem;	
	}
	.primary-navigation > div > .menu-wrapper li .sub-menu li{
		background-color: #fff;
		padding-left: 2.125rem;
		width: auto;
	}
	.primary-navigation-open .menu-button-container {
		left: 220px;
	}
	.primary-navigation-open .menu-button-container #primary-mobile-menu {
		top: 0.5rem;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		display: block;
		position: absolute;
		right: 0.625rem;
		top: 0.9375rem;
		background: transparent;
		border: none;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
		height: 100%;
		display: flex;
		align-items: center;
		color: skyblue;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
		display: none;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
		display: flex;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
		display: none;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=false] ~ ul {
		display: none;
	}
}

/**
 * Menu Mobile
 */
.menu-button-container {
	display: none;
}
.menu-button-container #primary-mobile-menu {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 1.25rem;
	position: absolute;
	top: 0.625rem;
	left: 0;
	z-index: 9999;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.close {
	display: none;
	background-size: 1.125rem auto;
    opacity: .5;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.menu {
	display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
	display: flex;
}
.offcanvas-title {
	color: #0056B3;
	font-weight: bold;
	border-bottom: 1px solid #0056B3;
	padding: 0.625rem 0.9375rem;
	font-size: 0.875rem;
	display: none;
}
@media only screen and (max-width: 1199px) {
    .menu-button-container {
		display: flex;
		position: absolute;
		top: 0;
		left: 0.625rem;
	}
	.offcanvas-title {
		display: block;
	}
}

/**
 * Search Form
 */
.searchform {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.searchform input.search-field{
    padding: 0.625rem 0.375rem;
    border: 1px solid #ddd;
	flex: 1;
}
.searchform .search-submit {
    border: 1px solid #707070;
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(212, 212, 212, 1) 51%, rgba(212, 212, 212, 1) 100%);
}
@media only screen and (min-width: 1200px) {
    #search_open_btn{
		display: none;
	}
	.searchform input.search-field{
		width: 381px;
	}
	.searchform .search-submit {
		padding: 0.625rem 1.6875rem;
		margin-left: 0.625rem;
	}
	.overlay-search > p {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
    #search_open_btn {		
		border: none;
		background-color: transparent;
		font-size: 1.375rem;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
	}	
	#search_open_btn .dropdown-icon.close {
		display: none;
		filter: invert(1) grayscale(100%) brightness(200%);
	}
	#search_open_btn[aria-expanded*=true] .dropdown-icon.search {
		display: none;
	}
	#search_open_btn[aria-expanded*=true] .dropdown-icon.close {
		display: flex;
	}
	.overlay-search {
		position: fixed;
		visibility: hidden;
		opacity: 0;
		top: -0.625rem;
		right: 0;
		bottom: 0;
		left: 0;
		transition: all 0.15s ease-in-out;
		height: 0;
		z-index: 9999;
		background-color: rgba(30, 30, 30, 0.9);
		overflow-x: hidden;
		overflow-y: auto;		
		padding: 0.625rem 1.5rem;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
	}
	.site-search.open .overlay-search{
		position: absolute;
		visibility: visible;
		opacity: 1;
		height: 100vh;
		transform: translateY(0);
	}
	.admin-bar .overlay-search {
		height: calc(100vh - var(--global--admin-bar--height));
	}
	.overlay-search > p {
		color: #ffffff;
		font-weight: bold;
	}
	.searchform .search-submit {
		padding: 0.625rem 0.75rem;
		border-color: transparent;
	}
}

/**
* Footer
*/
.site-footer {
	background-color: #333;
	color: #fff;
	text-align: center;
}
.site-footer > .site-info {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.site-footer > .site-info .powered-by {
	padding: 1rem 0;
}
.footer-navigation-wrapper {
	list-style: none;
	padding-left: 0;
}
.footer-navigation-wrapper li {
	display: inline;
	line-height: 3;
}
.footer-navigation-wrapper li a {
	padding: 0 1rem;
	transition: transform 0.1s ease;
	color: #fff;
	font-weight: bold;
}
.footer-navigation-wrapper li a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	color: #3d7ec5;
}
@media only screen and (min-width: 1200px) {
    .footer-navigation-wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 1199px) {
    .site-footer {
		background-color: #FFFFFF;
		color: #323232;
	}
	.site-footer .site-logo {
		display: none;
	}
	.footer-navigation-wrapper li {
		display: block;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
	.footer-navigation-wrapper li a {
		color: #323232;
		position: relative;
		display: block;
	}
	.footer-navigation-wrapper li a::after {
		display: block;
		content: "";
		background: url('assets/img/common/icon_arw_right_bk.png') no-repeat center / 6px 9px;
		position: absolute;
		right: 10px;
		top: 18px;		
		width: 7px;
		height: 11px;		
	}
}

/**
* Main Content
*/
@media only screen and (min-width: 1200px) {
	#page-has-sidebar {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#page-has-sidebar .content-area {
		width: 880px;
	}
	#page-has-sidebar .widget-area {
		width: 320px;
	}
}

/**
 * Sidebox
 */
.ad {
	width: 300px;
	height: 250px;
	margin: 0 auto 10px;
}
.side-box {
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.side-box h2 {
	padding-left: 0.625rem;
	background: #0056B3 url('assets/img/common/p_title_bg.png') no-repeat left top;
	color: #fff;
	font-size: 1rem;
	line-height: 3rem;
}
.side-box-content {
    padding: 0.625rem;
}
.side-box-content ul {
    list-style: none;
}
.side-box-content ul li {
    display: flex;
}
.side-box-content ul li:not(:first-child) {
	padding-top: 0.625rem;
}
.side-box-content ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.625rem;
}
.side-box-content ul li .thumb {
    width: 90px;
}
.side-box-content ul li .thumb a {
    display: block;
    position: relative;
    padding-top: 68.5%;
    height: 0;
}
.side-box-content ul li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.side-box-content ul li .text {
    margin-left: 0.625rem;
    flex: 1;
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
	text-align: left;
}
.side-box-content ul li .text a {
    color: #000;
}
.side-box-content ul li .text a:hover {
    color: #33bad2;
}
.side-box-content .tabs {
    display: flex;
	margin-bottom: 0.625rem;
}
.side-box-content .tab {
    width: calc((100% - 5px)/2);
    padding: 0.5rem 0.625rem;    
    font-size: 0.75rem;
    color: #131e40;
    text-align: center;
    background: #fff;
    border: solid 1px #131e40;
    cursor: pointer;
}
.side-box-content .tab:not(:last-child) {
    margin-right: 0.3125rem;
}
.side-box-content .panel {
    display:none;
    text-align: center;
    animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.side-box-content .panel a.readmore {
    background: #424143;
    color: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 0.3125rem;
    display: inline-block;
    font-size: 0.75rem;
    cursor: pointer;
    margin-top: 0.625rem;
}
.side-box-content .panel a.readmore:hover {
    background: #fe1f21;
}
.side-box-content .radio {
    display:none;
}
.side-box-content #one:checked ~ .panels #one-panel,
.side-box-content #two:checked ~ .panels #two-panel,
.side-box-content #three:checked ~ .panels #three-panel {
    display:block
}
.side-box-content #one:checked ~ .tabs #one-tab,
.side-box-content #two:checked ~ .tabs #two-tab,
.side-box-content #three:checked ~ .tabs #three-tab {
    color: #fff;
    background: #005E8A;
    border-color: #005E8A;
}
.side-box-content .post-meta {
	margin-bottom: 0.3125rem;
}
.side-box-content .post-meta .cat {
	background-size: 18px auto;
}
.side-box-content .post-meta .cat-14448 {
    background-position: 0 -252px;
}
.side-box-content ul.loanComList li:not(:last-child) {
	border-bottom: 2px dotted #DDD;
}
.side-box-content ul.loanComList li a:before{
    content: '▶ ';
}
.side-compare-product {
	text-align: center;
}
.side-compare-product .side-box-content a {
	display: block;
}
.side-compare-product .side-box-content a:not(:first-child) {
    margin-top: 0.625rem;
}

/**
 * SNS
 */
 .sns {
	list-style: none;
}
.sns li {
	margin-bottom: 0.625rem;
}
.sns li.li a {
	background: #79c44e;
}
.sns li.tw a {
	background: #3289c9;
}
.sns li.fb a {
	background: #193c70;
}
.sns li a {
	display: flex;
	align-items: center;
	padding: 20px 0;
	background: #323232;
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
}
.sns li a .ico {
	border-right: solid 1px rgba(255, 255, 255, .5);
	width: 5rem;
	text-align: center;
	font-size: 1.5rem;
	margin-right: 1rem;
}
ul.circle_group {
	text-align: center;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0.5rem 0 1rem;
}
.sns_circle {
	width: calc(94% / 4);
	max-width: 83px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #999;
	color: #fff;
	position: relative;
	padding: 0.25rem 0;
	line-height: normal;
}
.sns_circle:not(:last-child) {
	margin-right: 2%;
}
.sns_circle a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	color: #FFF;
}
.sns_circle a:hover {
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.sns_circle.facebook {
	background-color: #265a96;
}
.sns_circle.twitter {
	background-color: #00acec;
}
.sns_circle.googleplus {
	background-color: #666666;
}
.sns_circle.hatebu {
	background-color: #006fbb;
}
.sns_circle.line {
	background-color: #2cbf13;
}
.sns_circle.bubble {
	background-color: #fcc800;
}
.sns_circle.pocket {
	background-color: #EE4256;
}

/**
 * Box Related
 */
.box-related {
	margin: 20px 0;
}
.box-related .title {
	padding: 10px 15px 7px;
    color: #FFFFFF;
    background-color: #5392d4;
    border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 1.25rem;
	padding: 10px 15px 7px;
}
.box-related .title + ul {
	list-style: none;
    padding: 10px 15px;
    border: 3px solid #5392d4;
	font-weight: bold;
}
.box-related ul li a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #000;
	margin-right: 10px;
}
.box-related a:hover{
	color: #33bad2;
}

/**
 * Post Detail
 */
.entry-header .entry-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.entry-header .person {
	font-weight: bold;
	font-size: 0.875rem;
}
.iframe {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 1rem;
}
.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#logly-lift-4280472 #logly-lift-widget-content {
	margin: -1rem -0.625rem !important;
}

/**
 * List Post
 */
.post-item {
    font-size: 0.875rem;
}
.post-item .post-thumbnail {
    margin-bottom: 0.3125rem;
    position: relative;
	background: #bdc3c7;
}
.post-item .post-thumbnail a {
    height: 0;
    padding-bottom: 56.25%;
    display: block;
}
.post-item .post-thumbnail a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item .post-thumbnail .badge-new {
    font-size: 0.75rem;
    color: #fff;
    background-color: #fe1f21;
    text-transform: uppercase;
    padding: 0.3125rem;
    position: absolute;
    top: 0;
    left: 0;
}
.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.post-item .post-title {
	font-size: 0.875rem;
}
.post-item .post-title a {
    color: #000;
}
.post-item .post-author a, .post-item .post-title a:hover {
    color: #003aa0;
}
.post-item .post-author a:hover {
    color: #fe1f21;
}
.list-post {
    margin-bottom: 2rem;
}
.list-post.box-horizontal {
    border: solid 1px #ddd;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0.625rem;
}
.list-post.box-horizontal .post-item {
    font-size: 1rem;
}
#mainContent .archive-title {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
#mainContent .archive-title .archive-title-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
	padding: 0;
}
.post-type-archive-video #mainContent .archive-title .archive-title-inner{
    background-image: url(assets/img/common/menu-icon-video-w.png);
    background-repeat: no-repeat;
    background-position: 50% calc(50% - 25px);
}
#mainContent .archive-title h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
}
@media only screen and (min-width: 1200px) {
	.post-item .post-title {
        margin: 0.3125rem 0;
    }
    .list-post.three-column {
        display: flex;
        flex-wrap: wrap;
    }
    .list-post.three-column .post-item {
        margin-bottom: 1rem;
    }
    .list-post.three-column .post-item {
        width: calc((100% - 2rem)/3);
    }
    .list-post.three-column .post-item:not(:nth-of-type(3n+1)) {
        margin-left: 1rem;
    }
    .list-post.box-horizontal .post-item {
        display: flex;
        align-items: flex-start;
    }
    .list-post.box-horizontal .post-item .post-thumbnail {
        width: 50%;
        margin-bottom: 0;
    }
    .list-post.box-horizontal .post-item .post-content {
        margin-left: 1rem;
        flex: 1;
    }
}
@media only screen and (max-width: 1199px) {
	.post-item {
        display: flex;
        align-items: flex-start;
        font-size: 0.75rem;        
        padding: 0.625rem 0;
    }
    .post-item:not(:last-child) {
        border-bottom: solid 1px #ddd;
    }
    .post-item .post-thumbnail {
        width: 90px;
        margin-bottom: 0;
    }
    .post-item .post-thumbnail a {
        padding-bottom: 68.5%;
    }
    .post-item .post-content {
        margin-left: 0.625rem;
        flex: 1;
    }
    .list-post.box-horizontal .post-item {
        flex-direction: column;
        padding: 0;
    }
    .list-post.box-horizontal .post-item .post-thumbnail {
        width: 100%;
        margin-bottom: 0.3125rem;
    }
    .list-post.box-horizontal .post-item .post-content {
        margin-left: 0;
    }
    .list-post.box-horizontal .post-item .post-title {
        margin: 0.3125rem 0;
    }
	.container .breadcrumbs {
		margin: 0;
	}
	#mainContent .archive-title h2 {
		font-size: 18px;
	}
	.post-type-archive-video #mainContent .archive-title .archive-title-inner {
		background-size: 6.5%;
	}
}