/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/******* reset default css *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.8;
}
html {
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
	height: auto;
}

.img_ft {
	width: 200px;
	height: auto;
}

a {
	color:#00a0e9;/*000;*/
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	text-decoration: underline;
	opacity:0.8;
}
a:focus,
button:focus {
	outline: none;
}
body {
	line-height: 1;
	font-size: 16px;
	color: #555;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
ol,
ul {
	list-style: none;
}
hr {
	border-top: 1px solid #002E5B;
}
iframe {
	width: 100%;
}
p {
	margin-top:1rem;
}
p:first-child {
    margin-top: 0;
}

.bg-main {
	background-color: #00a0e9;/*#008dcb;*/
}
.bg-navy {
	background-color:#002e5b;
}
.bg-sky {
	background-color:#FAFDFF;
}
.bg-black {
	background-color:black;
}
.bg-red {
	background-color:#e54a00
}
.bg-listed-company {
	background-color: #477EB3;
}
.bg-watch {
	background-color: #009A64;
}
.bg-prompt-creditor {
	background-color: #E20031;
}
.bg-privacy-held-company {
	background-color: #E58800;
}
.text-red {
	color:#E20031;
}
.text-navy {
	color:#002E5B;
}
.text-brown {
	color:#993300;
}
.text-sky {
	color:#5D8395;
}
.border-white {
	border: solid 1px white !important;
}
.border-blue {
	border: 1px solid #002e5b;
}

.bottom-0 {
	bottom:0;
}
.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.report_icon {
	max-height: 180px;
}

.rounded-bottom-left {
	border-bottom-left-radius: 0.5rem;
}
.rounded-bottom-right {
	border-bottom-right-radius: 0.5rem;
}
.rounded-top-right {
	border-top-right-radius: 0.75rem;
}
.rounded-top-left-right {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
	margin-bottom: -1px;
	width: 100%;
	max-width: 280px;
}
.bright {
	filter: brightness(1.5);
}

/******* management bar *******/

.customize-support .header .offcanvas-collapse { margin-top: 0 !important; }
.customize-support .header .offcanvas-collapse.open { margin-top: 32px !important; }

/******* common style *******/
#gotoTop {
    display: none;
    position: fixed;
    z-index: 18;
    bottom: 0.5rem;
    right: 0.5rem;
    margin-bottom: 0;
    cursor: pointer;
    color: rgba(128, 128, 128, 0.66);
}
#gotoTop:hover {
    color: #e54a00;
    transition: 0.5s;
}
.text-0_5 {
	font-size: 0.5em;
}
.text-0_625 {
	font-size: 0.625em;
}
.text-0_75 {
	font-size: 0.75em;
}
.text-0_875 {
	font-size: 0.875em;
}
.text-1_125 {
	font-size: 1.125em;
}
.text-1_25 {
	font-size: 1.25em;
}
.text-1_375 {
	font-size: 1.375em;
}
.text-1_5 {
	font-size: 1.5em;
}
.lh-1_125 {
	line-height: 1.125rem;
}
.lh-1_25 {
	line-height: 1.25rem;
}
.lh-1_5 {
	line-height: 1.5rem;
}
.lh-1_75 {
	line-height: 1.75rem;
}
.bg-grey {
	background-color: #f5f5f5;
}
.border-grey {
	border: 1px solid #ccc;
}
.border-t1-grey {
	border-top: 1px solid #999;
}
.border-b1-grey {
	border-bottom: 1px solid #ccc;
}
.border-b1-navy {
	border-bottom: 1px solid #002E5B;
}
.border-b7-grey {
	border-bottom: 7px solid #ccc;
}
.border-b7-blue {
	border-bottom: 7px solid #003d6d;
}
.border-b3-grey {
	border-bottom: 3px solid #ccc;
}
.border-b5-yellow {
	border-bottom: 5px solid #fc0;
}
a.useful {
	border:solid #002E5B 1px;
	background-color: #f6f6f6;
	color:#002E5B;
}
a.useful_current {
	background-color:#002E5B;
	color:white;
}
.useful_info {
	background-color: #00bcd4;
	color: #fff;
	padding: 0 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
	display: inline-block;
}

a.watch {
	border:solid #009A64 1px;
	color:#009A64;
}
a.watch_current {
	background-color:#009A64;
	color:white;
}

a.listed-company {
	border:solid #477EB3 1px;
	color:#477EB3;
}
a.listed-company_current {
	background-color:#477EB3;
	color:white;
}

a.prompt-creditor {
	border:solid #E20031 1px;
	color:#E20031;
}
a.prompt-creditor_current {
	background-color:#E20031;
	color:white;
}

a.plivacy-held-company {
	border:solid #E58800 1px;
	color:#E58800;
}
a.plivacy-held-company_current {
	background-color:#E58800;
	color:white;
}

.nav-link {
	padding: 0.625rem 0.5rem;
	color: #fff;
}
.main {
	padding-top: 74px;
}


/******* icons style *******/
.icon::before {
	display: none;
}
.login::before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/******* header style *******/
.header {
	background-color: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 3px #ccc;
	border-top: 0.25rem solid #002E5B;
	position: fixed;
    z-index: 100;
    width: 100%;
}
/* .header .container-fluid .row {
	height: 75px;
} */
#navbarsTopRight {
	z-index:9999;
}
.offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    left: 100%;
	width: 100%;
	padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
}
.offcanvas-collapse.open {
    left: 0;
	visibility: visible;
}
.navbar-brand {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.header_logo {
	width:180px;
}

.right-0 {
	right:0;
}
.dropdown-menu {
	background: none;
}
.dropdown-item {
	color:white;
}

@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
	.logo .navbar-brand {
		margin-right: 0.25rem;
	}
	.offcanvas-collapse {
		position: relative;
		visibility: visible;
		background-color: transparent;
		top: inherit;
		bottom: inherit;
		left: inherit;
		padding-top: 0;
		overflow-y: inherit;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem 0;
		color: #333;
		font-size: 0.875rem;
	}
	.dropdown-menu {
		background-color:white;
	}
	.dropdown-item {
		color:#212529;
	}
	.tel {
		pointer-events: none;
	}
}
@media (min-width: 1200px) {
	/* .contact p {
		font-size: 1.125rem;
		margin-top: -1px;
	} */
}
@media (min-width: 1600px) {
	.logo {
		margin-right: calc((100% - 1140px) / 2 - 180px) !important;
	}
	.navbar .navbar-nav .nav-item {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
@media (min-width: 1700px) {
	.logo {
		margin-right: calc((100% - 1140px) / 2 - 200px) !important;
	}
}
/******* footer style *******/
.footer_link_item {
	font-size: 1rem;
}
.footer_link_item li {
	padding: 0.5rem 0;
}
@media (min-width: 576px) {
	.footer_link_item li {
		padding: inherit;
	}
}

@media (min-width: 992px) {
	.footer_link_item {
		font-size: 0.75rem;
	}
}

/******* breadcrumb style *******/
.breadcrumb {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.5rem 1rem 0.25rem;
	margin-bottom: 0;
}
.breadcrumb li {
	display: inline-block;
	vertical-align: top;
	font-size: 0.875rem;
}
.breadcrumb li:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin: 0 0.5rem;
}
.breadcrumb li:last-child:after {
	content: "";
	margin: 0;
}

/******* home style *******/
.home_post_h2 {
	color: #fff;
	font-size: 1.375rem;
	padding: 0.25rem 1rem;
}
.home_h2 {
	color: #333;
	font-size: 1.5rem;
	padding: 0 0.5rem;
}
.home_h2:before {
	content: "";
    display: block;
    border-top: solid 2px #002e5b;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 1.5rem;
	left:0;
    z-index: 0;
}
.deco {
    color: #5d8395;
    font-size: 1.125rem;
    margin-top: -0.75rem;
}
.home_h3 {
	color: #333;
	font-size: 1.375rem;
	padding: 0 0.75rem 0 0.5rem;
	border-bottom: 7px solid #ddd;
	display: inline-block;
}
.home_h3:before {
	content: "\f0a4";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 0.75rem;
	color: #00a0e9;
}

.cat-item {
	margin-right: 0.25rem;
	text-align: center;
	font-size: 0.75rem;
}
.cat-item a {
	padding: 0 0.5rem;;
	border-radius: 0.25rem;
	display: block;
}

.carousel-item img {
	opacity: 85%;
	max-width: fit-content;
    height: 240px;
}
.first_carousel,
.second_carousel,
.third_carousel {
	right: 1rem;
	left: 1rem;
	top: 0;
	bottom: 0;
	text-align: left;
}
.carousel-caption .carousel_text  {
	line-height: 150%;
	text-shadow: 0px 0px 3px #000, 0 0 7px #003, 0 0 5px #006;
	margin: auto;
	font-size: 1.25rem;
	letter-spacing: -1px;
}
.span-min {
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: -1px;
	text-shadow: 0px 0px 3px #000, 0 0 7px #003, 0 0 5px #006;
}

@media (min-width: 576px) {
	.carousel-item img {
		width: inherit;
		height: 320px;
	}
	.carousel-caption .carousel_text  {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.span-min {
		font-size: 1.125rem;
		font-weight: normal;
	}
}
@media (min-width: 768px) {
	.home_post_h2 {
		font-size: 1.625rem;
	}
	.span-min {
		font-size:1.375rem;
	}
	.carousel-caption .carousel_text  {
		font-size: 2rem;
	}

}
@media (min-width: 992px) {
	.home_post_h2 {
		font-size: 1.75rem;
	}
	.home_h2 {
		font-size: 1.75rem;
	}
	.deco {
		font-size: 1.5rem;
	}
	.home_h3 {
		font-size: 1.625rem;
	}
	.br {
		display: none;
	}
	.carousel-item img {
		max-width: inherit;
		height: auto;
		max-height: 480px;
	}
	.first_carousel,
	.second_carousel,
	.third_carousel {
		right: 10%;
		left: 10%;
	}
	.carousel-caption .carousel_text {
		line-height: 1.5;
		font-size: 2.25rem;
		font-weight: bold;
	}
	.span-min {
		font-size:1.5rem;
	}
}
@media (min-width: 1200px) {
	.carousel-caption .carousel_text {
		font-size: 2.5rem;
	}
}
/******* page.php main style *******/
.page_header {
	background-image: url(/wp-content/uploads/2021/06/page_header_img2_2.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	/* opacity: 80%; */
}
.page_h1 {
	font-size: 1.75rem;
	text-shadow: 0px 0px 3px #003, 0 0 7px #003, 0 0 5px #006;
}

.common_h2 {
	font-size: 1.5rem;
	display: inline-block;
	border-bottom: 1px solid #00a0e9;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
	margin: 1rem 0;
	color: #333;
}
.common_h2:before {
	content: "\f52d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.75rem;
	color: #00a0e9;
}
.step_h3 {
	font-size: 1.25rem;
	color: #333;
}
.box_h3 {
	color: #333;
	font-size: 1.25rem;
}
.box_h3:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.5rem;
	color: #e54a00;
	font-size: 1.5rem;
	line-height: 1.2;
}
.lead_content {
	padding: 1rem;
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
	color: #333;
}
.box_content:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.5rem;
	color: #e54a00;
	font-size: 1.5rem;
	line-height: 1.2;
	vertical-align: bottom;
}
.faq {
	text-align: center;
    width: 2rem;
    line-height: 2;
    height: 2rem;
    color: white;
    display: inline-block;
    margin-right: 0.5rem;
	margin-left: -2.5rem;
    border-radius: 50%;
}
.flow_icon {
	max-height: 60px;
}

@media (min-width: 768px) {
	.page_h1 {
		font-size: 2rem;
	}
	.common_h2 {
		font-size: 1.75rem;
	}
	.step_h3 {
		font-size: 1.375rem;
	}
	.lead_content {
		padding: 1.5rem;
		font-size: 1.5rem;
		font-weight: bold;
	}
}
@media (min-width: 992px) {
	.page_h1 {
		font-size: 2.25rem;
	}
	.common_h2 {
		font-size: 2rem;
	}
	.step_h3 {
		font-size: 1.5rem;
	}
	.page_h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	.lead_content {
		padding: 1.75rem;
		font-size: 1.75rem;
	}
}
/******* archives list style *******/
.archives_list_h2,
.info_list_h2 {
	font-size: 1.25rem;
}
.archives_list_h2:before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 0.5rem;
}
.info_list_h2:before {
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.5rem;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.archives_list_h2,
	.info_list_h2 {
		font-size: 1.375rem;
	}
}
/******* single.php main style *******/
.screen-reader-text {
	display: none;
}
.single_header_title {
	font-size: 1.75rem;
	text-shadow: 0px 0px 3px #036, 0 0 7px #369, 0 0 5px #039;
}
.single_h1 {
	font-size: 1.5rem;
	border-bottom: 7px solid #00a0e9;
	padding: 0.5rem;
	line-height: 1.25em;
	color: #333;
}
.single_report .single_h1 {
	border-top: 7px solid #ccc;
	border-bottom: 7px solid #ccc;
	background-color: #f6f6f6;
	padding: 1rem 0.5rem;
}
.single_h1:before {
	content: "\f044";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.5rem;
	color: #00a0e9;
	font-size: 1.25rem;
}
.single_info .single_h1:before {
	content: "\f075";
	font-size: inherit;
}
.date {
	color: #333;
}
.date:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 0.5rem;
}
.single_useful p,
.single_info p {
	line-height: 2rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.single_useful h2 {
	font-size: 1.25rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	padding: 0.5rem 0.75rem 0.5rem 0.5rem;
	color: #333;
	background-color: #f6f6f6;
	clear: both;
}
.single_useful h3 {
	font-size: 1.125rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #999;
	padding: 0 0.75rem 0 0.5rem;
	color: #333;
	display: inline-block;
	clear: both;
}
.info_img {
	text-align: center;
}
.single_report p {
	word-break: break-all;
}
@media (min-width: 768px) {
	.single_header_title {
		font-size: 2rem;
	}
	.single_img {
		float: right;
		max-width: 33%;
		margin-left: 1rem;
	}
}
@media (min-width: 992px) {
	.single_header_title {
		font-size: 2.25rem;
	}
	.single_h1 {
		font-size: 1.75rem;
	}
	.single_useful h2 {
		font-size: 1.375rem;
	}
	.single_useful h3 {
		font-size: 1.25rem;
	}
}
@media (min-width: 1200px) {
	.single_img {
		max-width: 40%;
	}
}

/******* contactform *******/
.wpcf7-submit {
    border-radius: 30px;
    letter-spacing: 1px;
    padding: .375rem 2rem;
    filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.2));
    color: #fff;
    background-color: #e54a00;
    border-color: #e54a00;
    border: none;
	text-align:center;
	min-width:240px;
}
.bc-yellow {
	background-color:#FBFBF6
}

.wpcf7 {
	width:100%;
}
.wpcf7 div {
	border-width: 2px !important;
}
input.wpcf7-text,select,textarea {
	width: 100%;
	padding: 0.25rem;
	border-radius: 0.25rem;
	border: 1px solid #999;
}
.wpcf7-list-item {
    display: inline-block;
    margin-left: 0px !important;
}
.grecaptcha-badge {
	visibility: hidden;
}

/******* pagination *******/
.nav-links {
	display: flex;
}
.pagination .page-numbers {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	color: #002E5B;
	border-radius: 3px;
	border: solid #002E5B 2px;
}
.pagination .current {
	padding: 5px 10px;
	background: #002E5B;
	color: white;
}
.pagination .prev,
.pagination .next {
	box-shadow: none;
	color: #002E5B;
}
.pagination .dots {
	box-shadow: none;
	border: none !important;
}

/******* side style *******/
.single_info p.side_header,
.single_useful p.side_header {
	font-size: 1.125rem;
	padding: 0.5rem;
	margin-bottom: 0.25rem !important;
	border-top: 5px solid #999;
	border-bottom: 5px solid #999;
	color: #333;
}
.single_report p.aside_header {
	font-size: 1.125rem;
	padding: 0.5rem;
	margin-bottom: 0.25rem !important;
	border-top: 5px solid #999;
	border-bottom: 5px solid #999;
	background-color: #f6f6f6;
	color: #333;
}
.single_info p.side_header:before,
.single_useful p.side_header:before,
.single_report p.aside_header:before {
	content: "\f03a";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.5rem;
}
