@charset "utf-8";


/**************************************************
 WP styles
**************************************************/
.is-layout-flex{ margin: 30px 0;}

.wp-block-buttons-is-layout-flex{
	margin: auto;
	padding: 50px calc(50% - 360px);
    flex-wrap: wrap;
}

.wp-block-button{
    width: 49%;
    padding: 10px;
	line-height: 0;
}

.wp-block-buttons-is-layout-flex .wp-block-button:nth-child(1):last-child{ margin: auto;}

.wp-block-button__link{
    position: relative;
    height: 65px;
	font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color1);
    padding: 0 50px 0 25px;
	background-color: inherit !important;
    border: 1px solid var(--color1);
    border-radius: 10.0rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
	box-sizing: border-box;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-button__link::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 20px;
    border: 1px solid var(--color1);
    border-radius: 100%;
    background: url(../img/pointer2.svg) no-repeat center center;
    background-size: 12px auto;
}
.wp-block-button__link[href$=".xls"]::before,.wp-block-button__link[href$=".xlsx"]::before,
.wp-block-button__link[href$=".pdf"]::before{ display: none;}
.wp-block-button__link[href$=".xls"]::after,.wp-block-button__link[href$=".xlsx"]::after,
.wp-block-button__link[href$=".pdf"]::after{ right: 20px;}

.wp-block-button__link:hover{ 
	background: #FCF8E2 !important;
   	border-color: var(--color1); 
   	box-shadow: inset 0 0 0 1px var(--color1);
}

.wp-block-button__link:hover img{opacity: 1.0;}
.wp-block-button__link:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin-top: 20px;
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em;
    font-size: 1.4rem;
    color: #333333;
}

.wp-block-button__link{
    background-color: #32373c;
}

ul.wp-block-list, ol.wp-block-list {    margin-top: 30px;}

ul.wp-block-list li {
	list-style: none;
	font-size:1.6rem;
	margin: 25px 0 5px 20px;
  list-style: disc;
	line-height:1.5;
}

ul.wp-block-list li a {	
	text-decoration:underline;
	text-underline-offset :3px;
	/*adding:30px 45px 30px 0px;*/
}

ol.wp-block-list li {
	list-style: none;
	font-size:1.6rem;
	margin: 15px 0 5px 20px;
	list-style: decimal;
	line-height:1.5;
}

ol.wp-block-list li a {	
	text-decoration:underline;
	text-underline-offset :3px;}


.notfound {
    font-size: 1.6rem;
    line-height: 1.2;
}


/**************************************************
 cateTitle
**************************************************/
#cateTitle{
	position: relative;
	height: 260px;
	overflow: hidden;
	background-color:var(--color2);
}

.cateName{
	position: absolute;
	min-width: 46%;
	height: 100%;
	top: 0;
	left: -6%;
	background: var(--color2);
	transform: skewX(-30deg);
	z-index: 1;
}
.cateName span{
	display: block;
	font-family: var(--font-Roboto);
	font-size: 10.0rem;
	font-weight: 700;
	padding: 80px 100px 0 150px;
	transform: skewX(30deg);
	text-transform: uppercase;
}
.cateName span small{
	display: block;
	font-family: var(--font-Shippori);
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: inherit;
}

#cateTitle .bg{
	position: absolute;
	width: 75%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 0;
}
#cateTitle .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/**************************************************
 breadCrumb
**************************************************/
.breadCrumb ul{
	padding: 20px 100px;
	background: #F3EFE4;
}
.breadCrumb ul li{
	position: relative;
	font-size: 1.4rem;
	margin-right: 30px;
}
.breadCrumb ul li:last-of-type{margin-right: 0;}
.breadCrumb ul li::before{
	width: 6px;
	height: 6px;
	right: -15px;
	top: calc(50% - 3px);
	border-top: 1px solid var(--color1);
	border-right: 1px solid var(--color1);
	transform: rotate(45deg);
}
.breadCrumb ul li:last-of-type::before{display: none;}
.breadCrumb ul li:first-of-type::after{
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -7px;
	background: var(--color1);
}
.breadCrumb ul li a{color: var(--color1);}
.breadCrumb ul li a:hover{
	opacity: 0.8;	
	text-decoration:underline;
	text-underline-offset: 7px;
}



/**************************************************
 innerWrapper
**************************************************/
.innerWrapper{
	width: 1100px;
	margin: 90px auto 0 auto;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}



/**************************************************
 main
**************************************************/
main{
	width: 790px;
	order: 2;
}

main h3,main h4{font-family: var(--font-Shippori);}
main h5,main h6{font-family: var(--font-Noto);}

main h3{
	position: relative;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	padding: 0 0 20px 60px;
}
main h3::before{
	width: 12px;
	height: 100%;
	top: 1px;
	left: 17px;
	background: var(--color2);
	transform: skewX(-30deg);
}
main h3::after{
	width: calc(100% - 60px);
	height: 1px;
	bottom: 0;
	right: 0;
	background: var(--color1);
}

main h4{
	position: relative;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
	/*letter-spacing: 2px;*/
	padding-bottom: 20px;
	margin-top: 60px;
	border-bottom: 1px solid var(--color1);
}

main + h4:first-child{ margin-top: 130px;}

main h5{
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1px;
	padding-left: 25px;
	margin-top: 70px;
}
main h5::before{
	width: 15px;
	height: 3px;
	top: 10px;
	left: 3px;
	background: var(--color2);
}
main h5.style1{margin-top: 130px;}

main h5.style2{
	font-size: 1.8rem;
	font-weight: 500;
/*	font-family: var(--font-Shippori);*/
	padding: 15px 20px;
	background: #D8E698;
	margin-top: 30px;
}
main h5.style2::before{display: none;}

main h6{
    position: relative;
    line-height: 1.2;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0 0 0 25px;
	margin-top: 90px;
	border-bottom: none;
}
main h6::before{
	width: 12px;
	height: 12px;
	top: 2px;
	left: 0;
	border: 4px solid var(--color2);
	border-radius: 100%;
}

main p{
	padding-top: 36px;
	font-size: 1.6rem;
	line-height: 2.0;
}

main p a{
/*	padding-top: 50px;*/
	text-decoration:underline;
	text-underline-offset :3px;
}

.imageTwoColumn{
	margin-top: 70px;
	line-height: 0;
	font-size: 0;
}
.imageTwoColumn img{width: 50%;}

main table{
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid var(--color1);
	border-left: 1px solid var(--color1);
}
main table caption{
	font-size: 1.5rem;
	text-align: right;
	padding-bottom: 10px;
}
main table th{
	padding: 20px 30px;
	font-size: 1.5rem;
	text-align: center;
	background: #FAF7EB;
	border-bottom: 1px solid var(--color1);
	border-right: 1px solid var(--color1);
	white-space: nowrap;
	font-weight: bold;
}
main table td{
	padding: 18px 30px;
	font-size: 1.5rem;
	line-height: 1.6;
	border-bottom: 1px solid var(--color1);
	border-right: 1px solid var(--color1);
}
main table.style1{
	width: 70%;
}
main table.style1 th{width: 35%;}
main table.style1 td{width: 65%;}

main ul.wp-block-list.explain {
    padding: 10px 25px 25px 25px;
    background: #f3efe4;
    border-radius: 0.5em;
}

.btn1{
	margin-top: 70px;
	text-align: center;
}
.btn1 a{
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 280px;
	font-size: 1.5rem;
	padding: 20px 40px 20px 20px;
	text-align: left;
	color: var(--color1);
	background: #FFFFFF;
	border: 1px solid var(--color1);
	border-radius: 10.0rem;
}
.btn1 a::before{
	width: 18px;
	height: 18px;
	top: calc(50% - 9px);
	right: 15px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center #FFFFFF;
	background-size: 10px auto;
}
.btn1 a:hover{
	color: #FFFFFF;
	background: var(--color1);
}

.btn2{
	margin-top: 70px;
	text-align: center;
}
.btn2 a{
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 280px;
	font-size: 1.5rem;
	padding: 20px 30px 20px 30px;
	text-align: center;
	color: var(--color1);
	background: #FFFFFF;
	border: 1px solid var(--color1);
	border-radius: 10.0rem;
}
.btn2 a::before{
	width: 30px;
	height: 2px;
	top: calc(50% - 1px);
	right: -15px;
	background: var(--color2);
}
.btn2 a:hover{
	color: #FFFFFF;
	background: var(--color1);
}
.btn2 a:hover::before{
	width: 40px;
	right: -20px;
}

.backBtn{
	margin-top: 100px;
	text-align: center;
}
.backBtn a{
	position: relative;
	width: 270px;
	height: 45px;
	font-size: 1.4rem;
	color: var(--color1);
	border: 1px solid var(--color1);
	margin: 0 auto;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.backBtn a::before{
	width: 12px;
	height: 12px;
	top: calc(50% - 6px);
	left: 20px;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
	transform: rotate(180deg);
}
.backBtn a:hover{
	color: #FFFFFF;
	background: var(--color1);
}
.backBtn a:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center;
	background-size: 12px auto;
}

.section-intro-image  { margin-top: 20px;}
.explain {
    padding: 10px 25px 25px 25px;
    background: #f3efe4;
    border-radius: 0.5em;
}

/**************************************************
 aside
**************************************************/
.localNavi{
	width: 210px;
	order: 1;
}

.localNavi h3{
	position: relative;
	font-family: var(--font-Shippori);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
	padding-left: 25px;
}
.localNavi h3::before{
	width: 15px;
	height: 3px;
	top: 14px;
	left: 0;
	background: var(--color2);
}
.localNavi h3.spacing1{letter-spacing: -1px;}

.localNavi ul{margin-top: 28px;}
.localNavi ul li{
	padding: 14px 0;
	font-size: 1.6rem;
}
.localNavi ul li.spacing{letter-spacing: -1px;}
.localNavi ul li a{
	display: block;
	position: relative;
	color: var(--color1);
	padding-right: 30px;
}

.localNavi ul li a:hover{
	text-decoration:underline;
	text-underline-offset: 3px;
}

.localNavi ul li a::before{
	width: 11px;
	height: 12px;
	top: calc(50% - 6px);
	right: 10px;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 11px auto;
}
.localNavi ul li a:hover{
	color: rgba(0,0,0,0.5);
	text-decoration:underline;
	text-underline-offset: 3px;
}
.localNavi ul li a:hover::before{right: 0;}

.localNavi ul.sub-menu li:first-child a {margin-top: -15px; }
.localNavi ul.sub-menu li a {
    padding: 0 0 15px 15px;
    margin: -10px 10px 0 15px;
    font-size: 1.3rem;
	color:#333;
    line-height: 1.1;
    border-bottom: 1px dotted #dedede;
}
.localNavi ul.sub-menu li:last-child a {margin-bottom: -20px; }

.localNavi ul.sub-menu li a::before {display: none;}
.localNavi ul.sub-menu li a::after {
	width: 8px;
	height: 2px;
	top: 8px;
	left: 0;
	background: var(--color2);
}

/* -------- サブメニューの制御 -------- */

nav ul.sub-menu,nav ul.children {display: none;}

nav li.current-menu-item > ul.sub-menu,
nav li.current-menu-item > ul.children {display: block;}

nav li.current-menu-ancestor > ul.sub-menu,
nav li.current-menu-parent > ul.sub-menu,
nav li.current-menu-ancestor > ul.children,
nav li.current-menu-parent > ul.children {display: block;}


/**************************************************
 slide
**************************************************/
.bnHanger{
	margin: 30px 0;
	display: none;
}
.mg_hanger.open .bnHanger { display: flex;}

.mg_hanger h4{
	position: relative;
	margin-top: 30px;
	padding: 20px;
	cursor: pointer;
	font-size: 2.5rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.mg_hanger h4:hover{ background-color: #f7f7f7;}

.mg_hanger h4::before,
.mg_hanger h4::after{
	content: '';
	position: absolute;
	display: block;
	background-color: var(--color1);
}
.mg_hanger h4::before{
	right: 20px;
	top: calc(50% - 1px);
	width: 10px;
	height: 2px;
}
.mg_hanger h4::after{
	right: calc(20px + 4px);
	top: calc(50% - 5px);
	width: 2px;
	height: 10px;
}
.mg_hanger.open h4::after{ display: none;}

.bnList{
	margin: 0;
	padding: 0;
}

.bnList li{
	width: 24%;
	margin: 15px 0.5%;
	border-bottom: 1px solid var(--color1);
	list-style: none;
	text-align: center;
}

.bnList li a{
	display: block;
	height: 100%;
	padding-right: 0 !important;
	text-decoration: none;
	color: var(--text-color1);
}
.bnList li a::after{ display: none;}
.bnList li a:hover{ background-color: rgba(239, 232, 201, 0.3);}
.bnList li a:hover img{ opacity: inherit;}

.bnList li span{
	display: block;
	padding: 20px 0;
	font-size: 1.4rem;
}


/**************************************************
 file styles
**************************************************/
a[href$=".xls"], a[href$=".xlsx"],
a[href$=".pdf"]{
	position: relative;
	padding-right: 30px !important;
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after,
a[href$=".pdf"]::after{
	right: 0;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: no-repeat center / contain;
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after { background-image: url(../img/xls_icon.svg);}
a[href$=".pdf"]::after { background-image: url(../img/pdf_icon.svg);}
