/*
Theme Name: AIGOLD
Version: 99.00
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
	outline: 0;
}
/* Slick Setting */
.slide-arrow{
	position: absolute;
	top: calc(50% - (43px + 4rem));
	z-index: 99;
}
.prev-arrow{
	left: 1rem;
}
.next-arrow{
	right: 1rem;
}
.slide-dots{
	position: absolute;
    bottom: 1rem;
    margin: auto;
    width: 100%;
	display: flex;
	justify-content: center;
}
.slide-dots li button{
	text-indent: -9999px;
    background-color: #fff;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    padding: 0;
	margin: 0 .5rem;
}
.slide-dots li.slick-active button{
	background-color: #99893d;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
body,
button,
input,
select,
textarea {
	color: #000;
	line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5rem;
	font-weight: 700;
}

h2 {
	background: #164a84;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 8px;
}
.archive_box h2{
	position: relative;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	padding-right: calc(70px + 2rem);
}
h3 {
	position: relative;
	font-weight: 700;
	font-size: 1.5rem;
	color: #99893d;
	border-bottom: 1px solid #99893d;
	padding-left: 2.5rem;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
}
h3:before{
	position: absolute;
    content: url(./assets/images/favicon.webp);
    top: 0.3rem;
	left: 0;
}
h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}
.entry-content p{
	padding: 0 1rem;
}
.wp-block-column p{
	padding: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

html[lang="ja"] * {
	letter-spacing: 0 !important;
}

.list_box h3{
	padding: .5rem 1rem;
	border: none;
}
.list_box p{
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 0;
}
@media screen and (max-width: 1200px){
	html{
		font-size: 1.3333vw;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size: 2.0833vw;
	}
}
@media screen and (max-width: 640px){
	html{
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 460px){
	html{
		font-size: 3.0434vw;
	}
}
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:active {
	outline: none;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}
a.wp-block-button__link {
	text-decoration: none!important;
	margin-top: 0!important;
}
.entry-content .global-btn a {
	position: relative;
    width: 100%!important;
    text-decoration: none!important;
    border: 1px solid #164a84!important;
    background: #fff no-repeat url(./assets/images/global_btn.webp) right!important;
	background-size: contain!important;
    color: #164a84!important;
	font-size: 1.1rem;
    margin: 0;
	padding: 1rem 2rem 1rem 1rem!important;
    border-radius: 4px;
    text-align: left;
}
.entry-content .global-btn a:after{
	position: absolute;
	top: calc(50% - 1rem);
	right: .5rem;
	content: '\f35a';
	font-family: "Font Awesome 6 Free";
	color: #164a84;
}
.entry-content .global-btn a:hover{
	color: #99893d!important;
}
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigator
--------------------------------------------------------------*/
header{
	position: relative;
	z-index: 9999;
}
header a{
	display: block;
}
#header_nav{
	display: flex;
	justify-content: space-between;
	height: 100px;
	padding: 2rem 1rem;
}
.sitelogo {
	display: flex;
    align-items: center;
	margin-right: auto;
}
.sitelogo a:hover{
	opacity: .8;
}
.upper_link{
	line-height: 1;
}
.footer_link{
	display: flex;
}
.contact_wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_wrap a{
	font-weight: 700;
	margin: 0 4px;
	color: #fff;
	border-radius: .5rem;
	padding: 1rem 1rem;
}
.tel_btn a{
	background: #fff;
	color: #f19149;
	border: 1px solid #f19149;
}
.tel_btn a:hover{
	background: #f19149;
	color: #fff;
	transition: all .5s ease;
}
.contact_btn a{
	background: #fff;
	color: #eb6100;
	border: 1px solid #eb6100;
}
.contact_btn a:hover{
	background: #eb6100;
	color: #fff;
	transition: all .5s ease;
}
.tel_btn a:before{
	content: '\f095';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
.contact_btn a:before{
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
.login_wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_wrap a{
	font-weight: 700;
	margin: 0 4px;
	color: #fff;
	padding: 1rem 1.5rem;
	border-radius: .5rem;
}
.login_btn a{
	background: #99893d;
	border: 1px solid #99893d;
}
.login_btn a:hover{
	background: #fff;
	color: #99893d;
	transition: all .5s ease;
}
.eprofit_btn a{
	background: #164a84;
	border: 1px solid #164a84;
}
.eprofit_btn a:hover{
	background: #fff;
	color: #164a84;
	transition: all .5s ease;
}
.login_btn a:before{
	content: '\f2bb';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
.eprofit_btn a:before{
	content: '\e0e3';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
.global_nav{
	display: flex;
	justify-content: space-between;
}
.upper_link{
	display: flex;
	justify-content: space-between;
}
.upper_link > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global_nav_wrap{
	position: relative;
	border-top: 1px solid #99893d;
	border-bottom: 1px solid #99893d;
	height: 60px;
}
.global_nav > li{
	width: calc(100% / 5);
	text-align: center;
	padding: 0;
}
.global_nav > li > a{
	height: 36px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 0;
	margin: 12px auto;
	border-right: 1px solid #99893d;
}
.global_nav > li:first-child > a{
	border-left: 1px solid #99893d;
}
.global_nav > li:hover {
	background: #164a84;
}
.global_nav > li:hover > a{
	color: #fff;
	border-right: none;
}
.sub_nav{
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	padding: 2rem 0;
    background: #f5f5f5;
	opacity: 0;
    visibility: hidden;
	border-bottom: 1px solid #164a84;
}
.sub_nav ul{
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	gap: 1rem;
}
.global_nav > li:hover .sub_nav{
	opacity: 1;
	visibility: visible;
}
.sub_nav li{
	width: calc((100% / 4) - 2rem);
	background: no-repeat url(./assets/images/no-image.webp) center;
	background-size: 100%;
	text-align: center;
	border-radius: 8px;
}
.sub_nav li a{
	width: 100%;
	padding: 1rem 0;
	font-size: 1rem;
	font-weight: 700;
	border: 1px solid #99893d;
	border-radius: 8px;
}
.sub_nav li:hover{
	background-size: 120%;
	transition: all .5s ease;
}
.sub_nav li:hover a{
	color: #99893d;
}
footer{
	background: #f5f5f5;
	border-top: 2px solid #164a84;
	margin-top: 5rem;
}
.footer_nav{
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
}
.footer_nav a{
	display: block;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.footer_nav a:hover{
	opacity: .8;
}
.footer_nav > li > a{
	font-size: 1.2rem;
	font-weight: 700;
	color: #99893d;
	
}
.footer_sub_nav{
	margin-left: 1rem;
	padding-bottom: .5rem;
}
.footer_sub_nav a{
	color: #333;
}
.footer_bottom_link{
	border-top: 1px solid #99893d;
	padding: 2rem 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.footer_sns_link i{
	font-size: 2rem;
	color: #d5d5d5;
}
.footer_sns_link i:hover{
	color: #333;
}
.footer_info{
	padding: 2rem 0;
	background: linear-gradient(-90deg, rgb(0,0,0) 0%, rgb(22,74,132) 100%);
}
.footer_info_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
}
.sp_nav_wrap{
	display: none;
	opacity: 0;
	position: fixed;
    top: 0;
	padding-top: 100px;
	padding-bottom: 100px;
   	background: #fff;
    width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9998;
	border-top: 1px solid #99893d;
	border-bottom: 1px solid #99893d;
}
.sp_global_nav > li > a {
    height: 36px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 0;
    margin: 12px auto;
    border-bottom: 1px solid #99893d;
}
.menu-btn {
    position: fixed;
    top: 28px;
    right: 10px;
    display: none;
    height: 46px;
    width: 46px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
	background-color: #fff;
	border: 1px solid #164a84;
	border-radius: 8px;
}
.admin-bar .menu-btn{
	top: calc(28px + 32px);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    border-radius: 1px;
    background-color: #164a84;
    position: absolute;
}
.menu-btn span:before {
    bottom: 6px;
}
.menu-btn span:after {
    top: 6px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
@media screen and (max-width: 781px){
	.sitelogo {
    	margin: 0;
    	max-width: 220px;
	}
	.sitelogo img{
    	width: 100%;
	}
	.upper_link {
    	display: none;
	}
	.global_nav_wrap{
		display: none;
	}
	#menu-btn-check:checked ~ .sp_nav_wrap {
		display: block;
    	opacity: 1;
	}
	.menu-btn {
		display: flex;
	}
	.admin-bar .menu-btn{
		top: calc(28px + 46px);
	}
	.footer_info{
		padding-bottom: 85px;
	}
	.footer_nav{
		flex-wrap: wrap;
	}
	.footer_nav li{
		width: 100%;
	}
	.footer_link{
		flex-wrap: wrap;
		width: 100%;
	}
	.footer_link ul{
		width: 100%;
		margin: .5rem auto;
		gap: 16px;
	}
	.footer_link ul li{
		width: 50%;
	}
	.footer_link ul li a{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.footer_bottom_link{
		flex-wrap: wrap;
	}
	.footer_sns_link{
		margin: 1rem auto 0;
	}
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html.is-menuOpen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	margin: 0 !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#content section{
	padding: 6rem 0;
}
#content section.top_news {
    padding: 2rem 0 6rem;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

.entry-content, .page-content{
	padding: 2rem 0;
}
.entry-content img {
	width: 100%;
}
.category-list .list_box {
	display: flex;
    overflow: hidden;
    border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	margin-bottom: 2rem;
}

.category-list .list_box .list_img{
	width: 25%;
	height: 100%;
	aspect-ratio: 1;
    background-size: cover;
    background-position: center;
}
.category-list .contents_info{
	color: #ccc;
}
.category-list .list_box h3{
	padding: 0;
}
.category-list .list_box h3:before{
	content: none;
}
.category-list .list_contents {
	padding: 1rem;
	width: 75%;
}
@media screen and (max-width: 768px){
	.seminar-list .list_box{
		flex-wrap: wrap;
	}
	.seminar-list .list_box .list_img{
		width: 100%;
	}
	.seminar-list .list_contents{
		width: 100%;
	}
}
.flex-2col_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-2col_wrap > div, .flex-2col_wrap > a{
	width: calc(50% - 1rem);
}

.dynamic_contents_box{
	position: relative;
	padding: 1.5rem;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	background: #fff;
}
.dynamic_contents_box aside .link{
	position: absolute;
    top: 1.8rem;
    right: 1.5rem;
    font-size: 14px;
    color: #fff;
    padding: 0.2rem 1rem;
    border-radius: 3rem;
    background: #99893d;
}
.dynamic_contents_list li{
	padding: 1rem 0;
	border-bottom: 1px solid #d6d0b1;
}
.dynamic_contents_list li a{
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 24px;
}
.dynamic_contents_list li a:hover{
	opacity: .8;
}
.dynamic_contents_list li > span{
	display: block;
}
.archive_box {
    margin-bottom: 6rem;
}
.post_date{
	font-size: 12px;
	color: #999;
}
.archive_box .post_date{
	position: absolute;
	color: #fff;
	right: 1rem;
	top: 1.5rem;
}
.post_info{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.post_label{
	font-size: .8rem;
	font-weight: bold;
	color: #fff;
	border-radius: 100vh;
	padding: 0.2rem 1rem;
	min-width: 96px;
    margin-right: 8px;
    text-align: center;
}
.daily-label, .news_cx{
	background: #f19149;
}
.fx-label, .news_fx{
	background: #13b5b1;
}
.kabu-label, .news_cfd{
	background: #8fc31f;
}
.market-label, .news_imp{
	background: #ffaeaf;
}
span.post_label.news {
    background: #164a84;
}
span.post_label.seminar {
    background: #d6d0b1;
	min-width: 120px;
}
.post_title{
	font-weight: 700;
}
.report_label{
	border: 1px solid #000;
	color: #000;
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.tab-label {
	position: relative;
	z-index: 1;
	padding: .5em;
	background: #fff;
	text-align: center;
	color: #164a84;
	font-size: 14px;
	font-weight: 700!important;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid #164a84;
	order: -1;
	cursor: pointer;
	flex: 1;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-switch:checked+.tab-label {
	color: #fff;
	background: #164a84;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}
.spOnly{
	display: none;
}
.loop_contents_info{
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}
.loop_contents_info .news-date{
	font-size: 14px;
    color: #ccc;
}
.loop_contents_info .news-tag{
	font-size: 14px;
    color: #ccc;
}
.site-post .loop_contents_info .news-date, .site-post .loop_contents_info .news-tag{
	font-size: 12px;
	white-space: nowrap;
}
@media (max-width: 781px){
	.flex-2col_wrap > div, .flex-2col_wrap > a{
		width: 100%;
		margin: 2rem auto;
	}
	.top_information_link ul{
		flex-wrap: wrap;
	}
	.top_information_link li{
		width: 100%;
		margin: .5rem auto;
		flex: none!important;
	}
}
@media screen and (max-width: 640px){
	.flex-3col-list >li, .flex-3col-box > div{
		width: 100%;
	}
	.spOnly{
		display: block;
	}
	.pcOnly{
		display: none;
	}
}
/*--------------------------------------------------------------
14.0 TOP Page
--------------------------------------------------------------*/
#content .top_slide_area{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.top_slider{
}
.slider_side_area{
	position: fixed;
	z-index: 7777;
    top: 40%;
    right: 0;
    width: 180px;
    background: rgba(0,0,0,.3);
    border-radius: 1rem 0 0 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}
.slider_side_area li{
	width: 100%;
	flex-grow: 1;
	display: flex;
    align-items: center;
	text-align: center;
}
.slider_side_area li a{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 1rem;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}
.slider_side_area li:nth-child(1) a{
	background: #e00000;
    border: 3px solid #e00000;
}
.slider_side_area li:nth-child(2) a{
	background: #164a84;
    border: 3px solid #164a84;
}
.slider_side_area li:nth-child(3) a{
	background: #fff;
    border: 3px solid #e00000;
	color: #e00000;
}
.slider_side_area li:nth-child(1) a:hover{
	color: #e00000;
	background: #fff;
}
.slider_side_area li:nth-child(2) a:hover{
	color: #164a84;
	background: #fff;
}
.slider_side_area li:nth-child(3) a:hover{
	color: #fff;
	background: #e00000;
}
.slider_side_area li:nth-child(1) a:before{
	content: '\f2bb';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
.slider_side_area li:nth-child(2) a:before{
	content: '\e0e3';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
.slider_side_area li:nth-child(3) a:before{
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5rem;
}
@media screen and (max-width: 781px){
	.slider_side_area{
    	top: auto;
		bottom: 0;
    	right: auto;
		left: 0;
    	width: 100%;
		border-radius: 0;
		flex-wrap: nowrap;
		gap: .2rem;
		padding: 1rem;
	}
}
.slide_img img{
	width: 100%;
}
.market_info{
	background: #d6d0b1;
	padding: 2rem 0!important;
}
.market_info img{
	width: 100%;
}
#content .market_notice{
	max-width: 1144px;
	margin: 0 auto;
	padding: 0 1rem;
}
#content .market_notice p{
	font-size: .8rem;
}
#content .market_notice a{
	text-decoration: underline;
	color: #164A84;
}
#content .market_notice a:hover{
	opacity: .8;
}
.iframeWrap {
    width: 1144px;
	margin: 0 auto;
}
.info_sp{
	display: none;
}
@media screen and (max-width: 1144px){
	.info_pc{
		display: none;
	}
	.info_sp{
		display: block;
	}
	.iframeWrap {
    	width: 100%;
	}
}
.top_information{
	background: #f5f5f5;
}
.dynamic_contents_box aside{
	padding: 2rem 0 1rem;
	text-align: center;
}
.top_news .dynamic_contents_box aside{
	padding: 0;
}
.detail_link {
    border: 1px solid #99893d;
    border-radius: 4rem;
    padding: 0.8rem 1.5rem 0.9rem;
    margin: 2rem auto;
    color: #99893d;
	text-decoration: none!important;
}
.detail_link:hover{
	color: #fff!important;
	background: #99893d;
	transition: background 0.2s;
}
.top_information_link ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.top_information_link li{
	text-align: center;
	border-radius: 8px;
	background: #164a84;
	padding: 2rem 0;
	flex: 1;
}
.top_information_link li a{
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
}
.top_information_link li a:hover{
	opacity: .8;
}
.top_information_link li:not(:last-of-type) {
	margin-right: 1rem;
}
.ttl_information_link{
	text-align: center;
	font-size: 2rem;
	color: #164a84;
	border-bottom: none;
}
.ttl_information_link:before{
	content: none;
}
.top_about{
	background: no-repeat url(./assets/images/bg_top_about.webp) center;
	background-size: cover;
}
.ttl_about{
	text-align: center;
	font-size: 2rem;
	border-bottom: none;
}
.ttl_about:before{
	content: none;
}
.top_about p{
	text-align: center;
}
.top_about_list{
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	flex-wrap: wrap;
}

.top_about_list li{
	width: calc((100% / 3) - 1rem);
	margin: 1rem auto;
}

.top_about_list:has(> :nth-child(4)) li{
	width: calc((100% / 2) - 1rem);
}

.top_about_list:has(> :nth-child(5)) li{
	width: calc((100% / 3) - 1rem);
}

.top_about_list:has(> :nth-child(5)) li:nth-child(4),
.top_about_list:has(> :nth-child(5)) li:nth-child(5){
	width: calc((100% / 2) - 1rem);
}

.top_about_list:has(> :nth-child(6)) li:nth-child(4),
.top_about_list:has(> :nth-child(6)) li:nth-child(5){
	width: calc((100% / 3) - 1rem);
}

.top_about_list:has(> :nth-child(7)) li:nth-child(7){
	width: 100%;
}

.top_about_list:has(> :nth-child(8)) li:nth-child(7),
.top_about_list:has(> :nth-child(8)) li:nth-child(8){
	width: calc((100% / 2) - 1rem);
}
.top_about_list:has(> :nth-child(9)) li:nth-child(7),
.top_about_list:has(> :nth-child(9)) li:nth-child(8){
	width: calc((100% / 3) - 1rem);
}

.top_about_list li a{
	text-align: center;
	font-size: 1.1rem;
    font-weight: 700;
	color: #164a84;
	display: block;
	width: 100%;
	background: #fff no-repeat url(./assets/images/bg_top_about_btn.webp) 0 80%;
	border-radius: 8px;
	padding: 3rem 0;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.top_about_list li a:hover{
	transform: scale(1.01);
}
.top_product{
	background: #164a84 no-repeat url(./assets/images/bg_top_produt.webp) center;
	background-size: cover;
	background-attachment: fixed;
}
.ttl_product{
	text-align: center;
	color: #fff;
	font-size: 2rem;
	border-bottom: none;
}
.ttl_product:before{
	content: none;
}
.top_product p{
	color: #fff;
	text-align: center;
}
.top_product_list{
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	flex-wrap: wrap;
}
.top_product_list a{
	width: calc((100% / 3) - 1rem);
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.top_product_list a:hover{
	opacity: .8;
}
.top_product_list a span{
	display: block;
	width: 100%;
	text-align: center;
	padding: 2rem;
	background: #fff;
	border-radius: 8px;
	margin-bottom: .5rem;
}
.top_sitelink_list{
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: center;
	flex-wrap: wrap;
}
.top_sitelink_list > li{
	width: calc((100% / 3) - 2rem);
}
.top_sitelink_list > li img{
	width: 100%;
}
@media screen and (max-width: 781px){
	.top_about_list li,
	.top_about_list:has(> :nth-child(4)) li,
	.top_about_list:has(> :nth-child(5)) li,
	.top_about_list:has(> :nth-child(5)) li:nth-child(4),
	.top_about_list:has(> :nth-child(5)) li:nth-child(5),
	.top_about_list:has(> :nth-child(6)) li:nth-child(4),
	.top_about_list:has(> :nth-child(6)) li:nth-child(5),
	.top_about_list:has(> :nth-child(7)) li:nth-child(7),
	.top_about_list:has(> :nth-child(8)) li:nth-child(7),
	.top_about_list:has(> :nth-child(8)) li:nth-child(8),
	.top_about_list:has(> :nth-child(9)) li:nth-child(7),
	.top_about_list:has(> :nth-child(9)) li:nth-child(8){
		width: 100%;
	}
	.top_about_list li a{
		padding: 1.5rem 0;
	}
	.top_product_list a{
		width: 100%;
		width: 100%;
    	margin-bottom: 3rem;
	}
	.top_sitelink_list > li{
		width: calc(50% - 2rem);
	}
}
/*--------------------------------------------------------------
14.0 Under Layer Page
--------------------------------------------------------------*/
.entry-header {
	text-align: center;
	padding: 10rem 0;
	background-size: cover;
	background-position: center;
}
.entry-title{
	color: #164a84;
	text-shadow: 0 0 8px #fff;
}
.pageheader_about{
	background-image: url(./assets/images/header_about.webp);
}
.pageheader_company{
	background-image: url(./assets/images/header_company.webp);
}
.pageheader_guide{
	background-image: url(./assets/images/header_guide.webp);
}
.pageheader_information{
	background-image: url(./assets/images/header_information.webp);
}
.pageheader_product{
	background-image: url(./assets/images/header_product.webp);
}
.pageheader_post{
	background-image: url(./assets/images/header_post.webp);
}
.pageheader_e_profx{
	background-image: url(./assets/images/header_e_profx.webp);
}
.pageheader_login{
	background-image: url(./assets/images/header_e_profx.webp);
}
.pageheader_calendar{
	background-image: url(./assets/images/header_information.webp);
}
.post-title{
	margin-bottom:0;
}
.page .reverse_content{
	flex-direction: row-reverse;
}
.ir_information {
	padding-top: 1rem;
}
.ir_information ul {
	list-style-type: disc;
	padding:0 0 2rem 4rem;
}

.ir_information h2:first-child {
	padding-top: 0.5rem;
}
.ir_information h2 {
	background: #164a84;
	font-size: 1.5rem;
	color: #fff;
	padding: 0.5rem 1rem;
}
.ir_information span {
	color: #0068b7;
}
.products_handled {
	background: #f5f5f5;
	padding: 2rem;
	margin-top: 1rem;
}
.products_handled h4 {
	color: #000;
	font-size: 1.2rem;
	content: none;
}
.solicitation_policy ol {
	padding-top: 2rem;
	list-style-type: decimal;
	padding-left: 1rem;

}


/*--------------------------------------------------------------
15.0 Side Bar
--------------------------------------------------------------*/
.site-page{
	overflow: hidden;
}
.site-page .wrap{
	display: flex;
}
.site-page .entry-content {
	width: calc(100% - 300px);
}

.entry-content a{
	text-decoration: underline;
}
.entry-content a:hover{
	color: #99893d;
}
.entry-content a.list_box,
.entry-content .loop_contents_info a,
.entry-content .dynamic_contents_list a{
	text-decoration: none;
}
.sidebar_wrap {
	margin: 2rem 0 0 4rem;
}
.side_bar_link {
	margin-top: 2.5rem;
}
.site-page h4 {
	font-weight: 600;
	color: #164a84;
	border-bottom: solid 1px #164a84;
}
.site-page h4::before {
	content: url(https://www.aigold.co.jp/wp-content/uploads/favicon_blue.webp);
	display: inline-flex;
}
.site_list {
	padding-top: 1rem;
}
.side_bar {
	background-color: rgba(153,137,61,0.2);
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	padding: 1rem 2rem;
	margin: 0 calc(50% - 50vw);
	margin-left: 0;
}
.page_list li {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: .8rem;
}
.side_title a, .page_list li:first-child a {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 1rem; 
	font-weight: 400;
	background:  linear-gradient(to right, #164a84, #000000);
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	padding: .5rem .5rem .5rem 1rem;
	margin-left: -1rem;
	}
.side_sub{
	padding-left: 1rem
}
@media screen and (max-width: 781px){
	.site-page .wrap{
		flex-wrap: wrap;
	}
	.site-page .entry-content {
		width: 100%;
	}
	.sidebar_wrap {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.side_bar{
		padding: 1rem;
		margin: auto;
    	border-radius: 24px;
	}
	.side_title a, .page_list li:first-child a{
		margin: auto;
		border-radius: 1rem;
	}
}
/*--------------------------------------------------------------
14.0 Under Layer Page
--------------------------------------------------------------*/
.wp-block-columns, .wp-block-group{
	/*margin: 4rem auto;*/
}
.inquiry .wp-block-columns, .inquiry .wp-block-group{
	margin: 0 auto;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.products_handled h4 {
	color: #000;
	font-size: 1.2rem;
	content: none;
	border-bottom: none;
	padding-bottom: 1rem;
}
.products_handled h4::before {
	content: none;
}
.disclaimer {
	margin-top: 8rem;
	border: 1px solid #164a84;
	padding: 2rem;
}
.disclaimer h4 {
	margin: auto;
	color: #164a84;
	font-size: 1.2rem;
	border-bottom: none;
}
.disclaimer_line {
	width: 40px;
}
.disclaimer h4::before {
	content: none;
}
.under_layer_btn {
	background-image: url(https://www.aigold.co.jp/wp-content/uploads/under_layer_btn.webp);
	background-repeat:no-repeat;
	max-width: 100%;
	display: flex;
}

.under_layer_btn_a {
	color: #164a84;
	font-weight: 700;
	padding-left: 1rem;
}
.table {
	padding: 1rem;
}
.table thead {
	background: #dddddd;
	border: 1px #c5c5c5 solid;
}

.table td {
}
.table tr td:nth-of-type(1){
	background: #f5f5f5;
}
.inquiry {
	background: #f5f5f5;
	max-width: 600px;
	padding: 2rem;
	text-align: center;
	margin: 3rem auto;
}
.inquiry h4 {
	color: #99893d;
	font-size: 1.5rem;
	border: none;
}
.inquiry h4::before{
	position: relative;
    content: url(./assets/images/favicon.webp);
    margin-right: 0.5rem;
    top: 0.3rem;
}
.inquiry_txt {
	text-align: left;
	display: inline-block;
}
.solicitation_policy h4 {
	border: none;
}
.solicitation_policy h4::before {
	 content: none;
}
.no-row-reverse{
	flex-direction: row!important;
}
.google_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.google_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.br8{
	border-radius: 8px;
}
.br16{
	border-radius: 16px;
}
.px0{
	padding-left: 0!important;
	padding-right: 0!important;
}
.mb2 {
	margin-bottom: 2rem;
}
.mb3 {
	margin-bottom: 3rem;
}
.mb6 {
	margin-bottom: 6rem;
}
.has-background{
	border-radius: 8px;
}
#toc_container {
    background: none;
    border: none;
}
#toc_container ul{
	display: flex;
	flex-wrap: wrap;
}
#toc_container li a{
	display: block;
	background: linear-gradient(to right, #164a84, #000000);
	color: #fff;
	text-decoration: none!important;
	padding: .2rem 1rem .3rem;
	margin: .5rem;
	white-space: nowrap;
    border-radius: 8px;
    font-size: .8rem;
}
.head_bar{
	width: 100%;
	background: #164a84;
	padding: 2px 0;
}
.head_bar ul{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-end;
	gap: 1rem;
	padding: 0 1rem;
}
.head_bar ul li a{
	font-size: 12px;
	color: #fff;
}
@media screen and (max-width: 768px){
	.head_bar{display:none;}
}
#post-3194 .entry-content table img {
    width: 27px;
}

.bdbox li{
	border-radius: 1rem;
}


/* セミナーページ */
.seminar .entry-header{
	padding: 0;
}
.seminar h2{
	background: none;
	color: #164a84;
	padding: 0;
    margin-bottom: 1rem;
    border-radius: 0;
}
.seminar .center{
	text-align: center;
}
.inner_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 1rem;
}
.select_seminar {
	padding: 4rem 0;
}
.select_seminar h2{
	margin-bottom: 2rem;
}
.select_seminar ul{
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.select_seminar li{
	width: calc(50% - (1rem / 2));
	max-width: 550px;
}
.select_seminar a > img{
	max-width: 550px;
}
.select_seminar a:hover{
	opacity: .8;
}
@media screen and (max-width: 768px){
	.select_seminar ul{
		flex-wrap: wrap;
	}
	.select_seminar li{
		width: 100%;
	}
}
.intro_seminar{
	background: #f2f2f2;
	padding: 4rem 0;
}
.intro_seminar_wrap{
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.intro_seminar_wrap > div {
	width: calc(50% - (1rem / 2));
}
@media screen and (max-width: 768px){
	.intro_seminar_wrap{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.intro_seminar_wrap > div {
		width: 100%;
	}
}
.seminar_intro_txt{
	display: flex;
	align-items: center;
}
.seminar_intro_txt > div{
	max-width: 580px;
}
.seminar_point{
	background: no-repeat url(./assets/images/page_bg_middle.webp);
	background-size: cover;
	background-position: center;
	padding: 8rem 0 2rem;
}
.seminar_point h2{
	position: relative;
	color: #a69856;
	margin-bottom: 6rem;
}
.seminar_point h2 span{
	background: rgba(255,255,255,.8);
	padding: 0 1rem;
}
.seminar_point h2:after{
	position: absolute;
	left: calc(50% - 4rem);
	bottom: -2rem;
	content: "";
	width: 8rem;
	height: 2px;
	background: #a69856;
}
.seminar_point li{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 920px;
	font-weight: 700;
	font-size: 1.5rem;
	font-style: italic;
	background: #f2f2f2;
	border-radius: 100vh;
	padding: 1rem;
	margin: 1rem auto;
}
.seminar_point li img{
	margin-right: 1rem;
}
@media screen and (max-width: 768px){
	.seminar_point li{
		padding-right: 2rem;
	}
}
.seminar_case{
	padding: 4rem 0;
}
.seminar_case_box{
	display: flex;
	justify-content: center;
	margin: 2rem auto;
}
.seminar_case_box:nth-of-type(2) {
	flex-direction: row-reverse;
}
.seminar_case_box > div {
	width: 50%;
}

.seminar_case_img{
	border-radius: 1rem;
	overflow: hidden;
	line-height: 0;
}
.seminar_case_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.seminar_box_inner{
	width: 100%;
	padding: 2rem 1rem;
	background: #f2f2f2;
	border-radius: 0 1rem 1rem 0;
}
.seminar_case_box:nth-of-type(2) .seminar_box_inner{
	border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 768px){
	.seminar_case_box{
		flex-wrap: wrap;
	}
	.seminar_case_box > div {
		width: 100%;
	}
	.seminar_box_inner,
	.seminar_case_box:nth-of-type(2) .seminar_box_inner{
		position: relative;
		border-radius: 0;
		margin-top: 2rem;
	}
	.seminar_box_inner:before{
		content: "";
		position: absolute;
		top: -1.8rem;
		left: 50%;
		margin-left: -1rem;
		border: 1rem solid transparent;
		border-bottom: 1rem solid #f2f2f2;
	}
}
.seminar_case_txt_box > h3{
	display: flex;
	align-items: center;
	color: #164a84;
	padding-left: 0;
	border-bottom: none;
}
.seminar_case_txt_box > h3 span{
	background: #fff;
	padding: .5rem 1rem;
	font-size: 1rem;
	border: 1px solid #164a84;
	border-radius: 100vh;
	margin-left: 1rem;
}
.seminar_case_txt h3:before{
	content: none;
}
.case_comment ul{
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.seminar_case_txt_box{
	max-width: 420px;
	margin: 0 auto;
}
.seminar_case_txt .lead{
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.img-fluid {
	width: 100%;
}
.case_comment h3{
	position: relative;
	color: #164a84;
	border: none;
	font-size: 1rem;
	text-align: center;
}
.case_comment h3 span{
	position: relative;
	padding: 0 2rem;
	background: #f2f2f2;
	z-index: 2;
}
.case_comment h3:before{
	width: 100%;
	content: "";
	height: 1px;
	background: #164a84;
	position: absolute;
	left: 0;
	top: calc(50% - .25rem);
	z-index: 1;
}
.seminar_history,
.seminar_voice{
	background: #f2f2f2;
	padding: 4rem 0;
}
.seminar_voice_list li{
	position: relative;
	background: #fff;
	padding: 1rem;
	margin: 1rem;
	border-radius: 1rem;
	box-shadow: 0 0 1rem rgba(0,0,0,.2);
}
.seminar_voice_list li:before{
	position: absolute;
	top: -1rem;
	left: 1rem;
	content: url(./assets/images/seminar_voice_before.webp);
}
.seminar_voice_list li:after{
	position: absolute;
	bottom: -1rem;
	right: 1rem;
	content: url(./assets/images/seminar_voice_after.webp);
}
.seminar_flow{
	background: #164a84;
	padding: 4rem 0;
}
.seminar_flow h2{
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
}
.seminar_flow_step{
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.seminar_flow_step li{
	width: calc((100% / 3) - .5rem);
    background: #fff;
    border-radius: 1rem;
    text-align: center;
}
.flow_label {
    background: #a69856;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
    padding: 4px 0;
    color: #fff;
    font-weight: bold;
}

.seminar_flow_step h3 {
    font-size: 1.3rem;
    margin: .5rem 0 1rem;
    color: #164a84;
	padding: 0;
	border: none;
}

.seminar_flow_step h3:before{
	content: none;
}
.seminar_flow_step .flow_content {
    padding: 1rem;
}

.seminar_flow_step .flow_content p {
    text-align: left;
}
@media screen and (max-width: 768px){
	.seminar_flow_step{
		flex-wrap: wrap;
	}
	.seminar_flow_step li{
        width: 100%;
        margin: 1rem auto;
    }
}
.seminar_voice_list{
	display: flex;
}
.seminar_list{
	background: #f2f2f2;
	padding: 4rem 0;
}
.seminar_list_wrap{
	background: #fff;
	border: 1px solid #164a84;
	border-radius: 2rem;
	overflow: hidden;
	margin: 2rem auto;
}
.seminar_list_wrap h3{
	color: #fff;
	text-align: center;
	padding: 1.5rem 0;
	background: #164a84;
	border: none;
}
.seminar_list_wrap h3:before{
	content: none;
}
.seminar_list_wrap h4{
	
}
.seminar_detail{
	display: flex;
	margin: 1rem;
	border: 1px solid #164a84;
	border-radius: 1rem;
	overflow: hidden;
}
.seminar_detail > div {
	width: 50%;
}
.seminar_detail_img{
	background-size: cover;
	background-position: top center;
}
.seminar_detail_txt {
	padding: 1rem;
}
.seminar_detail_txt h4:before{
	content: none;
}
.seminar_detail_txt dl{
	display: flex;
	margin: .5rem auto;
}
.seminar_detail_txt dt,
.seminar_detail_txt dd{
	margin: 0;
}
.seminar_detail_txt dt{
	min-width: 5rem;
}
.seminar_detail_txt a{
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	padding: .5rem 1rem;
	border-radius: .5rem;
	background-image: linear-gradient( 0deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
	margin-top: 2rem;
}
.seminar_detail_txt a:hover{
	background-image: linear-gradient( 180deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
}
.no-seminar{
	width: 100%;
	text-align:center;
	padding: 4rem 1rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.seminar_detail{
		flex-wrap: wrap;
	}
	.seminar_detail > div {
		width: 100%;
	}
	.seminar_detail_img{
		min-height: 350px;
	}
}
.seminar_qna {
	padding: 4rem 0;
}
.seminar_qna h2{
	margin-bottom: 2rem;
}
.seminar_qna h3{
	padding: 1rem 2rem;
	background: #99893d;
	color: #fff;
	border-radius: 1rem;
}
.seminar_qna h3:before{
	content: none;
}
.seminar_qna p{
	padding: 1rem 2rem;
}

.top_sns_link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6rem 0 0;
	margin: 0 auto;
}
.top_sns_link > div{
	width: 50%;
}
@media screen and (max-width: 768px){
	.top_sns_link{
		flex-wrap: wrap;
	}
	.top_sns_link > div{
		width: 100%;
	}
}
.sns_title{
	font-size: 1.5rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 1rem;
}
.sns_title span{
	font-size: .85rem;
	font-style: normal;
}
.sns_btn{
	display: flex;
	gap: 1rem;
}
.sns_btn a{
	position: relative;
	display: flex;
    align-items: center;
	width: 100%;
	color: #fff;
	padding: 1rem;
	border-radius: .5rem;
}
.sns_btn a span{
	font-weight: 700;
	margin-left: 1rem;
}
.sns_btn a:hover{
	opacity: .8;
}
.sns_btn a i{
	font-size: 2rem;
}
.sns_btn a:first-child {
	background: #000;
}
.sns_btn a:last-child {
	background: #f60a1f;
}
.sns_btn a:after{
	font: var(--fa-font-solid);
	font-size: 1rem;
	content: "\f054";
	position: absolute;
	right: 1rem;
	top: calc(50% - .5rem);
}

/* スマートフォン表示時に電話番号と口座開設ボタンを縦に並べる */
@media screen and (max-width: 768px) {
    .contact_wrap {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .contact_wrap li {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
        display: block;
    }
    .contact_wrap a {
        text-align: center;
        display: block;
        width: 100% !important;
        font-size: 1.4rem;
        padding: 0.5rem 1rem;
        box-sizing: border-box;
        margin: 0 !important;
    }
    .tel_btn a, .contact_btn a {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 8px;
        margin: 0 !important;
    }
    .footer_link .contact_wrap,
    .upper_link .contact_wrap {
        width: 100% !important;
    }
    .footer_link .contact_wrap li,
    .upper_link .contact_wrap li {
        width: 100% !important;
    }
    .footer_link .contact_wrap a,
    .upper_link .contact_wrap a {
        width: 100% !important;
    }
}

/* 店頭商品デリバティブ取引におけるリスク情報 */
.risk_info {
    background-color: #f8f9fa;
    padding: 20px 0;
    border-top: 1px solid #dee2e6;
}

.risk_info .wrap {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.risk_info h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #164a84;
    padding-left: 0;
    border-bottom: none;
}

.risk_info h3:before {
    content: none;
}

.risk_info h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #164a84;
    border-bottom: none;
}

.risk_info h4:before {
    content: none;
}

.risk_info p {
    margin-bottom: 0px;
    padding: 0;
}

.risk_info .wrap > div p {
    padding-left: 20px;
}

.risk_info .wrap > div:first-child p {
    padding-left: 0;
}

.risk_info a {
    color: #007bff;
    text-decoration: underline;
}

.risk_info a:hover {
    color: #0056b3;
}

.risk_info .wrap > div {
    margin-bottom: 15px;
}

.risk_info .wrap > div:last-child {
    margin-bottom: 0;
}

.risk_info .company-name {
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 0;
}