@charset "utf-8";

.wp-block-image.aligncenter {
	margin: auto;
}

p.has-text-align-center {
	text-align: left;
	margin: auto;
}

/*++++++++++++++
template
++++++++++++++*/
.mv {
    margin: 0 auto 50px !important;
}
.template_contents {
	padding: 0rem 0 100px;
	z-index: 0;
	position: relative;
}
.template_contents p {
	line-height: var(--lh-sm);
	letter-spacing: 0.5px;
	font-size: var(--font-h6);
}

.page-title {
	text-align: center;
	padding: 8rem 0 2rem;
}
/*++++++++++++++
calc 背景色を全体に
++++++++++++++*/
.bg-calc {
	position: relative;
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 100px calc(50vw - 50%);
}

/*++++++++++++++
column
++++++++++++++*/
.wp-block-columns.flex-direct {
	flex-direction: row;
}
.wp-block-columns.flex-direct .wp-block-column:first-child {
	order: 2;
}

/*++++++++++++++
list
++++++++++++++*/
.wp-block-list {
	
}
.wp-block-list li{
	line-height: var(--lh-md);
	position:relative;
	padding: 0 0 0 20px;
}
p a,.wp-block-list li a {
	color:var(--aqua);
	text-decoration:underline;
}
.wp-block-list li:before {
	content:"";
	border:1px solid var(--darkgray);
	background: var(--white);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 1rem;
	margin: auto;
	left: 0;
	border-radius: 100px;
}

/*++++++++++++++
fontsize
++++++++++++++*/
h2 {
	font-size: var(--font-h2);
	margin: 0 0 12px;
}

h3 {
	font-size: var(--font-h3);
	margin: 0 0 12px;
	line-height: var(--lh-sm);
}

h4 {
	font-size: var(--font-h4);
	margin: 0 0 10px;
	display: inline-block;
	padding: 10px 0;
	line-height: var(--lh-sm);
	position: relative;
}

h4:before {
	content:"";
	background: var(--black);
	width: 70px;
	position: absolute;
	bottom: 0;
	height: 1px;
}

h5 {
	font-size: var(--font-h6);
	margin: 0 0 12px;
}

.has-small-font-size {
    font-size: var(--font-mc) !important;
}

.has-medium-font-size {
    font-size: var(--font-h5) !important;
}
.has-medium-font-size strong {font-weight: inherit;}

.has-large-font-size {
    font-size: var(--font-h4) !important;
}

.has-x-large-font-size {
    font-size: var(--font-h3) !important;
}

.has-xx-large-font-size {
    font-size: var(--font-h2) !important;
}

/*++++++++++++++
image
++++++++++++++*/
.wp-block-image img {
	width: var(--flex-100);
}

/*++++++++++++++
区切り線
++++++++++++++*/
.wp-block-separator {
	color: var(--opa-black02);
	border-top: 1px solid;
	margin: 30px 0;
}

/*++++++++++++++
目次
++++++++++++++*/
#ez-toc-container {
    border: none;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    display: block;
    margin: 0 0 3rem;
    width: 100%;
    background: var(--white);
    padding: 20px 0;
    border-bottom: 1px solid var(--darkgray);
    border-radius: 0;
    box-sizing: border-box;
}

#ez-toc-container nav {
    display: block
}
#ez-toc-container ul {
	display: flex;
	/* width: 42%; */
	/* flex-wrap: wrap; */
	justify-content: left;
	gap: 0;
}
.ez-toc-list ez-toc-list-level-1{
	display:flex;
	justify-content: left;
}
.ez-toc-list,ez-toc-page-1 {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
    flex-wrap: wrap;
    gap: 10px
}

.ez-toc-list li {
    margin: 0 40px 30px 0;
    width: 48%;
}

#ez-toc-container a {
    text-decoration: none !important;
    margin: 0;
    font-weight: 600;
    padding: 8px 20px 10px 40px;
    color: var(--black);
    position: relative;
    border-radius: 5px;
    font-size: var(--font-em) !important;
}

#ez-toc-container a:visited {
    text-decoration: none !important;
    background: var(--darkgray);
    color: var(--black);
}

#ez-toc-container a:hover {
    text-decoration: none !important
}

.ez-toc-title-container {
    display: none !important
}

#ez-toc-container .ez-toc-list-level-6 {
    margin: 0 0 0 5px
}
.ez-toc-heading-level-2 {
	display:flex;
}
#ez-toc-container .ez-toc-link {
    margin: 0;
    position: relative;
    padding: 8px 20px 8px 40px;
    border-bottom: 1px solid var(--opa-002) !important;
    width: 100%;
}

#ez-toc-container .ez-toc-list-level-4,#ez-toc-container .ez-toc-list-level-5 {
    margin: 0;
}

#ez-toc-container li a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    list-style-type: none;
    border-radius: 100px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--opa-black08);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    transition: .3s;
    color: var(--opa-black08);
}

#ez-toc-container li a:hover:before {
    transition: .3s;
    transform: rotate(90deg)
}

#ez-toc-container a.ez-toc-heading-2 {
    margin: 0
}

#ez-toc-container a.ez-toc-heading-3 {
    margin: 0
}

#ez-toc-container a.ez-toc-heading-4 {
    margin: 0
}

#ez-toc-container a.ez-toc-heading-6 {
    margin: 0 0 5px
}

.ez-toc-link {
    padding: 0;
    display: block !important;
}

#ez-toc-container .ez-toc-link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 10;
    transition: .3s;
    background: var(--main-003)
}

#ez-toc-container .ez-toc-link:hover:after {
    content: "";
    transition: .3s;
    width: 100%
}

/*++++++++++++++
flexible-table
++++++++++++++*/
.wp-block-flexible-table-block-table {
    font-family: var(--gs);
    overflow: auto
}

.wp-block-flexible-table-block-table table {
    width: 800px !important;
    max-width: unset !important;
    */
    font-size: var(
    --font-mc)
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: none !important;
    color: var(--black);
    border: none;
    border: 1px solid var(--gray) !important
}

.wp-block-flexible-table-block-table th {
    padding: 5px 20px !important;
    background: 0 0;
    font-weight: var(--wght-600);
    box-sizing: border-box
}

.wp-block-flexible-table-block-table td {
    padding: 10px !important;
    border-color: transparent !important;
    font-weight: var(--wght-400);
    line-height: var(--lh-sm);
    background: 0 0 !important;
    border: 1px solid var(--gray) !important
}

.wp-block-flexible-table-block-table a {
    text-decoration: underline;
    color: var(--blue)
}

.wp-block-flexible-table-block-table a:hover {
    text-decoration: none
}

/*++++++++++++++++
breadcrumb
++++++++++++++++*/
.breadcrumb {
    clear: both;
    max-width: var(--width-large) !important;
    color: var(--darkgray);
    margin: 0 auto 0;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0;
    border-top: 1px solid var(--lightgray);
}

.breadcrumb ul {
    align-items: center;
    display: flex;
    max-width: var(--medium-inner);
    margin: auto;
    padding: 10px 0 12px;
}

.breadcrumb li {
    position: relative;
	font-size: var(--font-em);
    padding: 3px 20px 0 0 !important;
    font-weight: var(--wght-500);
    display: flex;
    align-items: center
}

.breadcrumb li:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 150px;
    overflow: hidden;
    min-height: 0
}

.breadcrumb li:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    position: absolute;
    top: 0;
    right: 8px;
    color: var(--darkgray);
    bottom: 0;
    margin: auto;
    line-height: 1;
    height: 3px
}

.breadcrumb li:last-child:before {
    display: none
}

.breadcrumb li,.breadcrumb li:last-child {
    font-size: var(--font-mc);
}
.breadcrumb a {
	text-decoration: none;
	color: inherit;
}
.breadcrumb i {
	color: var(--darkgray);
	font-size: 11px;
	margin: 2px 0 0;
	display: block
}

.breadcrumb li i:before {
    font-size: 12px;
    margin: 0 5px 0 0
}

/*++++++++++++++
button
++++++++++++++*/
.button {
	background: var(--navy);
	border-radius: 5px;
	overflow: hidden;
	max-width: var(--width480);
	text-align: center;
	position: relative;
	margin: auto;
}
.button a {
	display: block;
	text-align: center;
	padding: 20px 30px;
	box-sizing: border-box;
    cursor: pointer;
	color: var(--white);
    text-decoration: none;	
}

.button:before {
	content:"\f08e";
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	color: var(--white);
	align-items: center;
}

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

@media screen and (min-width: 1024px) {
.page-title {
	padding: 10rem 0 3rem;
}
	
p.has-text-align-center {
	text-align: center;
}
	
.button {
	margin: 0;
}	

/*++++++++++++++
区切り線
++++++++++++++*/
.wp-block-separator {
	margin: 100px 0;
}	
	
/*++++++++++++++
目次
++++++++++++++*/
#ez-toc-container {
	margin: 0 0 6rem;
	padding: 20px;
}
#ez-toc-container ul {
	justify-content:center;
}	
.ez-toc-list li {
	width:auto;
}	
.ez-toc-list, ez-toc-page-1 {
	justify-content: center;
}	
	
/*++++++++++++++
fontsize
++++++++++++++*/
h2 {
	font-size: var(--font-h2);
	margin: 0 0 12px;
}

h3 {
	font-size: var(--font-h3);
	margin: 0 0 12px;
}

h4 {
	margin: 0 0 20px;
	padding: 20px 0 20px;
}	

/*++++++++++++++
flexible-table
++++++++++++++*/
.wp-block-flexible-table-block-table table {
	width:var(--flex-100) !important;
}
.wp-block-flexible-table-block-table th {
    padding: 10px 20px !important;
}

.wp-block-flexible-table-block-table td {
    padding: 20px !important;
}
/*++++++++++++++
list
++++++++++++++*/
.wp-block-list li a:hover {
	text-decoration: none;
}
}

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