header{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #fff;
    box-shadow: 0 3px 5px  #ccc;
}

header .flex a{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 20px 0;
    text-decoration: none;
}

header .flex .img{
    margin: 0 5px 0 20px;
    width: 90px;
    overflow: hidden;
    position: relative;
}

header .flex .right{
    padding: relative;
}

header .flex .sub{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 50%;
    color: #064173;
}

header .flex .title{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #064173;
    margin-top: 3px;
}
 
header .flex .text{
    margin: 3px 0 0 3px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35%;
    color: #064173;
}

.breadcrumb-001 {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 20px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .4em;
    height: .4em;
    margin-left: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: '';
}

.breadcrumb-001 a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-001 .text{
    color: #ccc;
    font-size: 12px;
}

.breadcrumb-001 .text:hover{
    color: #333;
}

main{
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-style: normal;
}

.titleback {
	position: absolute;
	font-size: 50px;
	color: #fff;
    top: 180px;
    left: 600px;
}

main .title img{
    width: 100%;
    opacity: 0.6;
}

main .title{
    background-color: black;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 410px;
}

main .shita{
    padding: 500px 100px 100px 100px;
}

h3{
    font-size: 22px;
    font-weight: 500;
    border-bottom: solid 2px #b7d8e9;
    position: relative;
    margin: 80px 0 20px 0;
}
  
h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #4d9bc1;
    bottom: -2px;
    width: 5%;
}

main .wa{
    border-left: solid 5px #064173;
    padding-left: 10px;
    margin: 25px 0 10px 20px;
    font-size: 17px;
}

main  .sa ul{
    color: #064173;
    border: dotted #064173 1px;/*ドット 色 太さ*/
    padding: 20px 60px;
    margin: 10px 0 20px 20px;
    grid-template-columns: repeat(6,auto);
    display: grid;
    width: fit-content;
    column-gap: 4em;
}
  
main .sa ul li{
    line-height: 1.5;
    padding: 0.5em 0;
}

main .hosoku{
    margin-left: 20px;
}

main h4{
    font-size: 17px;
    font-weight: 500;
}

main h4::before{
    display: inline-block;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background:#064173;
}

main .ta p{
    margin: 0 0 20px 15px;
}

main .na ul{
    border: dotted #064173 1px;/*ドット 色 太さ*/
    padding: 30px 50px;
    margin: 20px 0;
    width: fit-content;
}

main .timeline .ha{
    font-size: 17px;
    font-weight: 500;
    margin: 30px 0 15px 0;
    padding: 5px 10px;
    background: #efefef;/*背景色*/
    border-left: solid 5px #064173;
    width: fit-content;
}

.time-schedule {
    list-style: none;
    padding-left: 20px;
    box-sizing: border-box;
}
  
.time-schedule li {
    position: relative;
    border-left: solid 3px #064173;
    padding: 0 20px 20px 20px;
}
  
.time-schedule span.time {
    width: 5em;
    display: inline-block;
    margin-left: -8em;
    padding: 0 0 5px;
    margin-top: 15px;
    vertical-align: top;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}
  
.time-schedule span.time::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 11px;
    background: #064173;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
  
.time-schedule .sch_tx {
    font-size: 14px;
    font-weight: normal;
}

main .last{
    display: flex;
    justify-content: start;
    align-items: center;
}

main .last img{
    margin: 105px 10px 0 0 ;
    width: 30px;
}

main .ma{
    font-size: 22px;
    font-weight: 500;
    margin: 130px 0 20px 0;
}

.heading12 {
	position: relative;
	font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #4d9bc1;
	font-size: 16px;
    font-weight: 800;
	border-bottom: 2px solid #4d9bc1;
}

main .la p{
    font-size: 14px;
    margin-top: 30px;
}