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 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    margin: 30px;
    font-size: 12px;
}

.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;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    font-weight: 400;
}

.contact_main {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.contact_h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 1em;
    text-align: center;
}

.contact_form {
    margin: 40px;
}

.form_block {
    display: grid;
    grid-template-columns: 14em 1fr;
    border-top: 1px dotted #606060;
    padding: 1em;
    align-items: center;
    height: 5em;
}

.form-required {
    margin-left: 2em;
    color: #fff;
    background-color: #c77974;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 3px;
}

.form_field {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em 1em;
}

.label_radio + .label_radio {
    margin-left: 3em;
}

.radio_span {
    margin-left: 0.5em;
}

.form-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12em;
    height: 3em;
    font-size: 18px;
    background-color: #064173;
    border-radius: 30px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}