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;
}
@media only screen and (max-width: 960px){
    header .flex a{
        margin: 10px 0;
    }
}

header .flex .img{
    margin: 0 5px 0 20px;
    width: 90px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 960px){
    header .flex .img{
        width: 50px;
        margin: 0 5px 0 10px;
    }
}

header .flex .right{
    padding: relative;
}

header .flex .sub{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 50%;
    color: #064173;
}
@media only screen and (max-width: 960px) {
    header .flex .sub{
        font-size: 10px;
    }
}

header .flex .title{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #064173;
    margin-top: 3px;
}
@media only screen and (max-width: 960px) {
    header .flex .title{
        font-size: 16px;
    }
}
 
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;
}
@media only screen and (max-width: 960px) {
    header .flex .text{
        font-size: 8px;
    }
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    margin: 30px;
    font-size: 12px;
}
@media only screen and (max-width: 960px) {
    .breadcrumb-001{
        gap: 0 12px;
        margin: 15px;
        font-size: 10px;
    }
}

.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 #6e6767;
    border-right: 1px solid #6e6767;
    content: '';
}

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

.breadcrumb-001 .text{
    color: #6e6767;
}

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

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

.shita{
    margin: 80px 100px;
}
@media only screen and (max-width: 960px){
    .shita{
        margin: 40px 20px;
    }
}

.titleback {
	position: relative;
	font-size: 40px;
	border-bottom: 2px solid rgb(70, 69, 69);
}
@media only screen and (max-width: 960px){
    .titleback{
        font-size: 25px;
    }
}

.titleback span {
	position: relative;
}

.titleback::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 0;
	color: rgba(37,137,208,0.2);
	font-size: 60px;
}
@media only screen and (max-width: 960px){
    .titleback::before{
        top: -22px;
        font-size: 30px;
    }
}

main .no1{
    margin: 80px 0;
    text-align: center;
}
@media only screen and (max-width: 960px){
    main .no1{
        margin: 40px 0;
    }
}

main .no1 h2{
    font-size: 30px;
    font-weight: 400;
    color: #064173;
}
@media only screen and (max-width: 960px){
    main .no1 h2{
        font-size: 20px;
    }
}

main .no1 p{
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (max-width: 960px){
    main .no1 p{
        font-size: 12px;
    }
}

main .no2 {
    border: 2px solid #064173;
    margin-bottom: 100px;
}
@media only screen and (max-width: 960px){
    main .no2{
        margin-bottom: 60px;
    }
}

.no2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #064173;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
@media only screen and (max-width: 960px){
    .no2 div{
        font-size: 16px;
    }
}

.no2 p{
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}
@media only screen and (max-width: 960px){
    .no2 p{
        font-size: 12px;
        padding: 20px 5px 10px 5px; 
    }
}

.no2 ul {
    list-style-type: disc;
    margin: 0;
    padding: 1em 1em 1em 18em;
}
@media only screen and (max-width: 960px){
    .no2 ul{
        padding: 1em 1em 1em 1.5em;
    }
}

.no2 li {
    padding: .3em .3em .3em 0;
    font-size: 16px;
}
@media only screen and (max-width: 960px){
    .no2 li{
        padding: .1em .1em .1em 0;
        font-size: 12px;
    }
}

.no2 li::marker {
    color: #064173;
    font-size: 1.1em;
}

.no2 span{
    font-size: 18px;
    background: linear-gradient(transparent 60%, #a0cae8 20%);
}
@media only screen and (max-width: 960px){
    .no2 span{
        font-size: 14px;
    }
}

.no3{
    background-color: #e2e2e2;
}

.heading-41 {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 50px 10px 5px 10px;
    color: #000;
    border-bottom: solid 2px #064173;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
}
@media only screen and (max-width: 960px){
    .heading-41{
        padding: 20px 10px 0 10px;
        font-size: 16px;
    }
}

.no3 ul {
    list-style-type: disc;
    margin: 0;
    padding: 1em 1em 3em 23em;
}
@media only screen and (max-width: 960px){
    .no3 ul{
        padding: 20px 5px 20px 5px;
    }
}

.no3 li {
    padding: .3em .3em .3em 0;
    font-size: 16px;
    list-style: none;
    position: relative;
}
@media only screen and (max-width: 960px){
    .no3 li{
        padding: 10px 5px 5px 30px;
        font-size: 12px;
    }
}


.no3 li::before {
    content: '';
    display: block;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 14px;
    height: 8px;
    border-left: 3px solid #064173;
    border-bottom: 3px solid #064173;
    transform: rotate(-45deg);
    font-size: 0.6em;
}