header .header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px;
    margin: 0 auto;
}
header .header_logo .nav_left {
    width: 20%;
    max-width: 200px;
}
header  .view_pc .nav-right {
    font-size: 14px;
}
header  .view_pc .nav-right .noto_regular span {
    padding: 0 4px;
}

.contents_header {
    max-width: 700px;
    margin: 0 auto;
}
.contents_header h1 {
    margin: 40px 0;
    font-weight: bold;
    text-align: center;
}
#column {
    max-width: 700px;
    margin: 0 auto;
}
#column * {
    font-weight: 500;
    text-align: left;
}
#column b {
    font-weight: bold;
    background: linear-gradient(
        transparent 60%,rgba(208, 255, 113, 0.6) 60%
    );
}
#column img {
    display: block;
    max-width: 80%;
    margin: 0 auto 10px;
}
#column .link {
    font-weight: bold;
    color: #437eff;
    text-decoration-line: underline;
}
#column .anchor {
    padding-top: 80px;
    margin-top: -80px;
}

/*一覧ページ*/
#column.list_wrap {
    margin-top: 60px;
}
#column.list_wrap h1 {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: solid 1px #333;
}
#column .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94%;
    margin: 0 auto 30px;
    padding: 14px;
    box-shadow: 0 2px 8px #0000001f;
    border-radius: 10px;
}
#column .content h2 {
    margin: 0;
    font-size: 18px;
}

/*個別ページ*/
#column .source {
    margin-bottom: 40px;
    padding: 4px 6px;
    border: solid 1px #15baab;
}
#column .source dt a {
    color: #15baab;
    text-decoration-line: underline;
}
#column .source dt:before {
    display: inline-block;
    content: "出典：";
    color: #000;
}
#column .source dd {
    color: #15baab;
}
#column .blank_line {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 0;
}
#column .intro {
    margin-bottom: 40px;
    border: solid 1px #666;
    border-radius: 6px;
}
#column .intro .summary {
    display: block;
    padding: 10px 2%;
    font-weight: bold;
    background: #f5ffdf;
}
#column .intro p {
    padding: 10px 2%;

}
#column .policy {
    margin-bottom: 40px;
    padding: 16px 2%;
    background: #eee;
}
#column .editor {
    width: 80%;
    margin: 0 auto 40px;
    padding: 16px;
    border: solid 1px #999;
}
#column .editor .editor_wrap {
    display: flex;
    justify-content: center;
}
#column .editor .image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 20%;
    max-width: 100px;
    margin-right: 20px;
    text-align: center;
}
#column .editor .profile {
    width: 60%;
}
#column .editor .profile .career {
    color: #888;
    font-size: 14px;
}
#column .editor .profile .name {
    font-size: 18px;
    font-weight: bold;
}
#column .index {
    margin-bottom: 60px;
    padding: 20px 2%;
    background: #f7f7f7;
}
#column .index * {
    color: #666;
    font-size: 14px;
}
#column .index .index_title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
#column .index .index_list > li {
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc;
}
#column .index .index_sub_list {
    padding: 10px 0 10px 40px;
}
#column .index .index_sub_list > li {
    list-style-type: decimal;
}
#column .index .index_sub_list > li:not(:last-child) {
    margin-bottom: 8px;
}
#column section {
    margin-bottom: 80px;
}
#column h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
#column h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 16px;
    padding-left: 4px;
    border-left: solid 8px #666;
    line-height: 1;
}
#column h4 {
    display: flex;
    margin-bottom: 8px;
    font-size: 18px;
    align-items: flex-start;
}
#column h4 em {
    margin: 4px 2px 0 0;
    padding: 2px 8px;
    background: #ddd;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    border-radius: 50%;
}
#column h4 span {
    padding-top: 2px;
    color: #22938a;
}
#column h6 {
    width: 80%;
    margin: 0 auto;
    padding: 8px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #7a7a7a;
}
#column section p {
    margin-bottom: 20px;
}
#column section.contact-before {
    margin-bottom: 40px;
}
#column section.contact-before p:last-child {
    margin-bottom: 0;
}
#column .contact-sec {
    display: block;
    margin: 0 auto 80px;
    text-align: center;
}
#column .contact-sec a {
    display: inline-block;
    padding: 8px 20px;
    color: #00865c;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #ffdf76;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px #d29c5a;
}
#column .column_list {
    display: block;
    margin: 0 auto 80px;
    text-align: center;
}
#column .column_list a {
    padding: 20px 20px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #15baab;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px #518a8f;
}

@media only screen and (max-width:680px){
    header .header_wrap {
        flex-wrap: nowrap;
        align-items: center;
        padding: 4px 2%;
    }
    header .header_logo {
        width: 100%;
    }
	.contents_header {
        padding-top: 50px;
    }
    #column {
        padding: 0 2%;
    }
    #column img {
        max-width: 100%;
    }
    .contents_header h1 {
        margin: 24px 2%;
        font-size: 6vw;
    }
    #column h2 {
        font-size: 5.6vw;
    }
    #column h3 {
        font-size: 5vw;
        margin: 40px 0 8px;
    }
    #column h4 {
        font-size: 4.6vw;
        margin-bottom: 4px;
    }
    #column .editor .editor_wrap {
        flex-direction: column;
    }
    #column .editor .image {
        width: auto;
        margin: 0 auto;
    }
    #column .editor .profile {
        width: auto;
    }
}
