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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
}
html{
    scroll-behavior: smooth;
}
html, body {
    overflow-y: auto !important;
  }
.header{
	background-color: #0041C0;
}
a{
    text-decoration: none;
}
.main{
    max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
    align-items: center;
	height: 90px;
}
.column-btn{
	font-size: 1.2em;
	color: #fff;
	padding: 1em 2em 1em 3em;
	border: solid 1px #fff;
	border-radius: 5px;
	position: relative;
}
.column-btn02{
	font-size: 1.2em;
	color: #2262B1;
	padding: 1em 2em 1em 3em;
	border: solid 1px #2262B1;
	border-radius: 5px;
	position: relative;
}

.column-btn-arrow::after {
	position: absolute;
	top:50%;
	left: 1em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(222deg);
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
}
.column-btn-arrow02::after {
	position: absolute;
	top:50%;
	left: 1em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(222deg);
	border-right: 2px solid #2262B1;
	border-top: 2px solid #2262B1;
	content: "";
}
.breadcrumb-container{
    background-color: rgba(255, 255, 255, 0.3);
}
.container{
    max-width: 1200px;
    margin-inline: auto;
}
#breadcrumb {
    padding: 12px 0;
}
#breadcrumb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#breadcrumb li {
    display: inline;
    font-size: max(11px, min(2vw, 14px));
}
#breadcrumb li a {
    color: #000;
    text-decoration: none;
}
#breadcrumb li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin: 0 5px;
}
.page-header{
    position: relative;
    height: 279px;
    background-image: url('../images/category-page-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-header-title{
    position: absolute;
    font-family: 'Zen Kurenaido', 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #0163B8;
    bottom: 30%;
    transform: rotate(350deg);
    left: calc((100% - 1200px) / 2);
}
.title-s{
    font-size: 20px;
    font-weight: bold;
}
.title-underline{
    background: linear-gradient(transparent 60%, #C9F0FF);
    padding: 0 2px;
}
.category-menu-item .category-title{
    border-top-left-radius: 5px;
}
.category-menu-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.category-menu-container{
    margin-top: 30px;
}
.category-menu-item{
    position: relative;
    height: 100%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.category-box-img img {
  width: 100%;
  height: auto;
  display: block;
}
.category-inactive{
    position:absolute;
    width: 100%;
	height: 100%;
    background-color: rgba(3, 71, 126, 0.4);
    border-radius: 5px;
}
.pointer-none{
    pointer-events: none;
}
.category-inactive:hover{
    background-color: transparent;
}
h2{
    font-size: 25px;
    color: #0062B1;
    text-indent: 1em;
    border-left:10px solid #ECF9FE ;
    margin-top: 30px;
}
.child-category-menu-box{
    margin-top: 100px;
    display:flex;
}
.child-category-menu-box a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #000;
    text-decoration: underline;
}
.child-category-item{
    width: 200px;
    padding: 0.2em;
    font-size: 16px;
    background-color: #ECF9FE;
    text-align: center;
}
.is-active{
    background-color: #2262B1;
    color:#FFF;
}
.child-category-item:hover {
    background-color: #2262B1;
  }
  
  .child-category-menu-box a:hover{
    color: #FFF;
    text-decoration: none;
  }
.child-category-title{
    position: relative;
    margin-top: 25px;
    font-size: 25px;
    font-weight: bold;
    border-bottom: solid 5px #ECF9FE;
}
.child-category-title::after{
    position: absolute;
    content: "";
    width: 200px;
    height: 5px;
    background-color: #0062b1;
    left: 0;
    bottom: -5px;
}
.child-category-sub-title{
    font-size: 18px;
}
.column-content .article-list{
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 50px;
}
.article-list .column_box{
    margin: 30px 0;
    width:100% ;
    vertical-align: bottom;
}

.column-content .detail_bt01{
	width: 180px;
	height: 25px;
	text-align: center;
    margin: 0 auto;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 1rem;
	color: #0062b1;
	font-weight: 600;
    position: relative;
	transition: 0.5s;
	border: #0062b1 solid 1px;
	letter-spacing: -0.1rem;
}
.column-content  .detail_bt01:hover{
	width: 180px;
	height: 25px;
	background-color: #0062b1;
	text-align: center;
	color: #fff;
	border: #fff solid 1px;
}
.column-content .btn_arrow01::after {
    position: absolute;
    top: 48%;
    right: 0.5em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.column-btn02-container{
    margin-top: 100px;
    display: flex;
}
.category-page-fotter{
    margin-top: 25px;
    background-color: #eee;
}
.fotter-copy{
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
}

@media(max-width: 769px) {
    .main{
        height: 50px;
    }
    h1 a img{
        width: 60%;
        margin-left: 2em;
        vertical-align: bottom;
    }
    .column-btn,.column-btn02{
        font-size: 0.8em;
        margin-right: 2em;
    }
    #breadcrumb{
        padding: 1px;
    }
    #breadcrumb ul{
        padding: 1em;
    }
    .container {
        width: 97%;
    }
    .page-header{
        height:110px;
    }
    .page-header-title {
        font-size: 17px;
        bottom: 18%;
        left: 1em;
    }
    .title-s {
        font-size: 14px;
    }
    h2{
        font-size: 16px;
    }
    .category-menu-container{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
        gap: 15px;
    }
    .child-category-menu-box {
        margin-top: 60px;
        list-style-type: none;
        padding:0;
    }
    .child-category-title{
        font-size: 18px;
    }
    .child-category-sub-title{
        font-size: 15px;
    }
    .column-content .article-list {
        max-width: 375px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }
    .column-btn02-container {
        margin-top: 60px;
    }
    .column_box:not(:last-child) {
        border-bottom: solid 1px #eee;
    }
    .article-list .column_box {
        margin: 0 0;
        padding-bottom: 15px;
    }
}