/* CSS Document */
html {
    font-size: 12px;/*1rem*/
}
body > header {
    width: 100%;
}
html:not(.avada-has-site-width-percent) #main {
	/*padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0.75rem;
	*/
}
h1{
    font-size: 1.8rem;
}
h2 {
	font-size: 1.5rem !important;
	letter-spacing: 0.06rem !important;
	line-height: 2.4rem !important;
}
h3 {
    font-size: 1.3rem !important;
    line-height: 2.3rem !important;
    letter-spacing: 0.04rem !important;
}
h4 {
    padding-top: 0;
}
p {
    letter-spacing: 0.02rem;
}
footer p {
	font-size: 10px;
}
footer nav {
	margin-bottom: 0px !important;
}
.fontSize_42 {
	font-size: 2.625rem;
}
.fontSize_30 {
	font-size: 1.625rem;
}
.fontSize_26 {
	font-size: 1.375rem;
}
.fontSize_22 {
	font-size: 1.25rem;
	line-height: 2.25rem;
}
.fontSize_20 {
	font-size: 1.125rem;
}
.fontSize_18 {
	font-size: 1rem;
}
.fontSize_16 {
	font-size: 0.875rem;
}
.fontSize_14 {
	font-size: 0.75rem;
}
.fontSize_12 {
	font-size: 0.625rem;
}
.fontSize_10 {
	font-size: 0.625rem;
}

.mgB_30 {
    margin-bottom: 18px !important;
}
.mgB_60 {
    margin-bottom: 36px !important;
}
.mgB_90 {
    margin-bottom: 45px !important;
}
.mgB_120 {
    margin-bottom: 60px !important;
}
.mgB_180 {
    margin-bottom: 120px !important;
}
.width_sec_page {
	width: 90%;
	margin: 0 auto;
	overflow: auto;
}
.width_narrow, .width_660 {
	width: 78% !important;
	margin: 0 auto;
	overflow: auto;
}
.width_page_900 {
	width: 90% !important;
	margin: 0 auto;
	overflow: auto;
}
.width_article_list {
	width: 100% !important;
	margin:0 auto;
	overflow: auto;
}

.width_page_1200 {
	width: 90% !important;
	margin: 0 auto;
	overflow: auto;
}
.width_sp_100per {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.sp_inl {
	display: inline;
}
.pc_inl {
	display: none;
}
.sp_block {
	display: block;
}

.pc_block {
    display: none;
}
#main_logo_img {
	width: 72px;
    height: 39px;
}

/* NAVIGATION MENU STYLE */
.button_back_to_top {
    bottom: 3rem;
}

.header_link_list,
.sub_header,
.header_otoiawase {
    display: none;
}
.search_block ul {
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.search_block li {
    padding: 0.2rem 0.8rem;
    line-height: 1.6rem;
}
.search_block form {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 2rem 1rem 4rem;
    width: 100%;
    flex-wrap: wrap;
}
.search_block select {
    font-size: 1rem;
    font-weight: 600;
	padding: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    width: 30%;
	height: 3rem;
    margin-bottom: 2rem;
}
.search_block input[type="text"] {
	height: 3rem;
    font-size: 1rem;
	border: 1.5px solid #000000;
}
.search_block input[type="submit"] {
    margin-top: 0;
	height: 2.5rem;
	width: 45%;
	font-size: 1rem;
	border: 1.5px solid #000000;
}
input[type="submit"], input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: 1px solid #000;
    font-size: 0.8rem;
    background-color: #ffffff;
    border-radius: 1.2rem;
    padding: 0.3rem 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
	margin-top: 2rem;
}
.search_tag {
    margin-bottom: 2rem !important;
}
.global_header h1 img {
    width: 120px;
    height: auto;
}
#sp_header_search_box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    top: 1rem;
    margin: 0;
}
#sp_header_search_box form {
    width: 100%;
    margin-right: 60px;
    margin-left: 0rem;  
}
#sp_header_search_box form input[type="text"] {
    height: 25px;
    width: 80%;
    font-size: 10px;
    border-width: 1px;
    padding-left: 5px;
}
#sp_header_search_box form input[type="submit"] {
    height: 25px;
    width: 20%;
    font-size: 11px;
    border-width: 1px;
    margin-top: 0;
}
#sp_header_search_box .material-icons {
    left: -76px;
    font-size: 11px;
    width: 0;
}

.freetext_search_box {
    margin-bottom: 1rem;
    width: 95%;
}
.freetext_search_box form{
    margin: 1rem;
}
.freetext_search_box form input[type="text"] {
    height: 30px;
    width: 80%;
    font-size: 12px;
    border-width: 1.5px;
}
.freetext_search_box form input[type="submit"] {
    height: 30px;
    width: 20%;
    font-size: 12px;
    border-width: 1.5px;
}
.freetext_search_box .material-icons {
    left: -12%;
    font-size: 18px;
    width: 0;
}
.search-siteall article {
    padding: 2rem 1rem !important;
    justify-content: initial;
}
.search-siteall article .wrapper {
    width: 100%;
}
.search-siteall .article_title {
    line-height: 1.8rem;
    font-size: 1.0rem !important;
    min-height: 6rem;
    width: 55%;
}
.search-siteall figure {
    position: absolute;
    width: 38%;
    right: 1rem;
    top: 4.5rem;
}

.menu_button, .close_button {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    width: 5rem;
    height: 5rem;
    top: 0.8rem;
    right: 0;
}

.side_page_nav {
    width: 100%;
    border-left: none;
}
.side_page_nav nav {
    padding-left: 6rem;
	padding-top: 11rem;
    padding-bottom: 4rem;
    overflow: auto;
	justify-content: start;
}
.side_page_nav ul {
    margin-bottom: 0rem;
}
.side_page_nav ul:nth-of-type(2) li {
    font-size: 1rem;
    line-height: 2rem;
}
.side_page_nav li {
    font-size: 1rem;
	padding-right: 0rem;
    text-align: left;
}

.side_page_nav li.menu-item-has-children > a::after {
    content: url("../images/icon/expand_more-24px.svg");
    display: inline-block;
    position: absolute;
    right: -2.1rem;
    top: 0.1rem;
}
.side_page_nav .menu-item-has-children > a.open::after {
    content: url("../images/icon/expand_less-24px.svg");
    display: inline-block;
    position: absolute;
    right: -2.1rem;
    top: 0.1rem;
}
.side_page_nav .sub-menu {
    display: none;
    overflow: hidden;
}

.page_lv2_body {
    width: 92%;
}
.page_lv2_body h1 {
    margin-bottom: 2rem;
}
.page_lv2_body h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
}
.page_lv2_title h1 {
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
}
.title_top {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.5rem 1rem;
    color: #D64182;
    padding-left: 0.5rem;
    /* border-left: 4px solid #D64182; */
}
.ad_banner {
    width: 48%;
	padding: 0.5rem 1rem 1rem;
}
.ad_banner p {
    line-height: 1.4rem !important;
}
.menu_inner_navigation {

}
.menu_inner_navigation > ul {
    flex-direction: row;
    padding-top:0;
    padding-bottom: 0;

}
.menu_inner_navigation li {
    text-align: center;
    border-bottom: 1px solid #fff;
}
.menu_inner_navigation .menu-item-has-children > a {
    line-height: 2rem;
    padding-left: 0;
    width: 100%;
}
.menu_inner_navigation .menu-item-has-children > a::after {
	display:none;
    right: 0;
    position: absolute;
}
.menu_inner_navigation .sub-menu li {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.menu_inner_navigation .menu-item-has-children .sub-menu {
    position: fixed;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #52C13A;
}
.menu_inner_navigation .menu-item-has-children:focus .sub-menu {
    display: block;
}
.menu_inner_navigation  .menu-item-has-children .sub-menu:focus {
    display: none;
}


.new_area_wrap {
    flex-direction: column;
}
.news_area {
    width: 100%;
}
.top_info_list {
    padding: 1rem;
}


.detail_page p, .section_p {
    font-size: 0.78rem;
    margin-bottom: 30px;
}
.article_fig_list,
.article_dl_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article_fig_list article {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2rem;
    overflow: auto;
}
.article_dl_list article {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #F2F2F2;
    padding: 1.5rem;
}
.artcle_side_fig_list article {
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-bottom: 4rem;
    overflow: auto;
}
.article_fig_list figure {
    height: 9rem;
}
.artcle_side_fig_list figure {
    height: 210px;
    width: 100%;
}
.article_fig_list figure img,
.artcle_side_fig_list figure img {
    width: auto;
    height: 100%;
}
.article_fig_list .open_date {
    
}
.article_fig_list .speaker,
.artcle_side_fig_list .speaker {
    line-height: 1.4rem;
    margin-bottom: 1rem;
	font-size: 0.8rem;
}
.article_fig_list .article_disc_block {
    padding: 1rem;
    border: 1px solid #000000;
}
.slick-slide .article_disc_block {
    border: none;
}
.artcle_side_fig_list .article_disc_block {
    padding: 2rem 3rem;
    border: 1px solid #000000;
    width: 100%;
}
.article_fig_list .article_title {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    line-height: 1.5rem;
}

.article_fig_list .slick-slide {
    margin: 0 0.2rem;
}
.article_fig_list .slick-track {
    height:auto;
}
.artcle_side_fig_list .article_title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    line-height: 1.9rem;
}
.article_title {

}
.article_block {
    margin-bottom: 4rem;
}
.artcle_none_fig_list article {
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-right: 0;
    border-top: 1px solid #000;
    /* box-sizing: border-box; */
}
.artcle_none_fig_list article:last-of-type {
    border-bottom: 2px solid #000;
}
.artcle_none_fig_list article a {
	flex-direction: column;
}
.artcle_none_fig_list .date_content {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 1rem;
}
.artcle_none_fig_list .open_date {
	display: inline;
}
.artcle_none_fig_list .text_content {
    width: 100%;
}
.artcle_none_fig_list .article_title {
    margin: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    line-height: 1.8rem;
    font-size: 1.1rem;
}
.artcle_none_fig_list .post_overview, 
.artcle_side_fig_list .post_overview {
    margin-bottom: 1rem;
}
.button_download {
    border: 2px solid #D64182;
    padding: 0.2rem;
    font-size: 0.7rem;
    letter-spacing: 0.02rem;
}
.article_dl_list .article_title {
	margin: 0;
	margin-bottom: 1rem;
	padding-top: 0;
	width: 100%;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5rem;
}
.article_dl_list .button_download {
	width: 100%;
	border: 1.5px solid #D64182;
	font-weight: 600;
	font-size: 0.7rem;
	letter-spacing: 0.02rem;
	margin: 0;
	padding: 0.25rem 0.75rem;
}
.button_download .material-icons,
.wp-block-button__link .material-icons {
    margin-right: 0.5rem;
    font-size: 1.125rem;
}
.article_dl_list .tag_list {
    width: 100%;
    margin-bottom: 1.6rem;
}
.tag_list {
    
}
.tag_list li {
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    line-height: 0.85rem;
    margin: 0.1rem 0.1rem;
    padding: 0.2rem 0.6rem;
    transition: background-color 1s ease-out 0s;
}
.article_dl_list .tag_list li {
    font-size: 0.7rem;
    line-height: 0.85rem;
    margin: 0.15rem 0.1rem;
    padding: 0.25rem 0.5rem;
}
.title_bg_fig img {
    width: auto;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/* ソリューション系 */
#soltion-lv h2 {
    margin-bottom: 2rem;
    text-align: center;
}
#soltion-lv h2:after, .partners_area h2:after {
    width: 8rem;
    height: 4px;
    margin-top: 1rem;
}
.solution_article {
  	/*flex-direction: column;*/
}

.solution_articlebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    padding-top: 1rem;
    /* padding-right: 1rem; */
    padding-bottom: 1rem;
}
.sol_title_block {
    border: 3px solid #52C13A;
    width: 100%;
    text-align: center;
    margin-bottom: 0rem;
}
.solution_contact h3 {
    height: 4rem;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.6rem;
	margin-bottom: 0;
}
.solution_contact h3:before {
	flex-shrink: 0;
    height: 36px;
    width: 36px;
    border: 3px solid #4AB034;
    font-size: 1.2rem;
	margin-right: 1rem;
}
.solution_article .solution_contact {
	width: 47%;
    margin-top: 0rem;
	padding: 0;
    margin-bottom: 2rem;
}
.solution_article .solution_contact figure {
    margin: 0.5rem 0rem;
}
.solution_contact p {
    margin-top: 0rem;
}
.clients_graph {
    width: 75%;
    margin: auto;
}
.partners_block ul li {
    width: 24%;
    height: auto;
	margin: 0;
    margin-right: 1%;
    float: left;
}
.kadai_link li a {
    font-size: 1rem;
	padding-left: 2rem;
    padding-right: 3rem;
    line-height: 1.5rem;
}
.kadai_link.three_platform > li, .kadai_link.three_area > li {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 49%;
}
.solution_bg {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.kadai_link.three_platform, .kadai_link.three_area {
    justify-content: space-between;
}
.soltion_categorybox {
    border: 3px solid #42A253;
    padding: 1rem 1rem 1rem;
	margin-bottom: 1.5rem;
    width: 48%;
}
.soltion_categorybox h3 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    height: auto;
}
.en .soltion_categorybox h3 {
    line-height: 1.6rem;
}
.doushutsu {
    border: 3px solid #42A253;
	flex-wrap: wrap;
}
.doushutsu figure {
    width: 16%;
    margin: 0;
}
.doushutsu figure img {
    width: 100%;
    height: auto;
}
.doushutsu h3 {
    width: 20%;
}
.en .doushutsu h3 {
    line-height: 1.6rem;
}
.doushutsu p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 50%;
}
.doushutsu .detail_link {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
}
.page_footer .axl_logo img {
    width: 132px;
    height: auto;
}
.solution_flow_figlist {
    margin-bottom: 0;
}

.solution_flow_figlist li {
    padding: 0.5rem 0rem;
    background-color: #ffffff;
}
.solution_flow_figlist li:nth-of-type(1),
.solution_flow_figlist li:nth-of-type(2),
.solution_flow_figlist li:nth-of-type(3) {
    width: 32%;
}
.solution_flow_figlist h4 {
    width: 100%;
    margin-bottom: 0rem !important;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.6rem;
    letter-spacing: 0;
}
.solution_flow_txtlist {
    flex-wrap: wrap;
}
.solution_flow_txtlist li {
    width: 48%;
	margin-bottom: 0.6rem;
}
.icon-better-target,
.icon-better-molecule,
.icon-better-translation {
	background-repeat: no-repeat;
    background-size: auto 71%;
    background-position: right 5% bottom 50%;
}
.icon-better-target {
	background-image: url("../images/solution/icon-better-target.png");
}
.icon-better-molecule {
	background-image: url("../images/solution/icon-better-molecule.png");
}
.icon-better-translation {
	background-image: url("../images/solution/icon-better-translation.png");
}

.solution_flow_txtlist li div {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0;
}
.solution-flow-arrow {
	margin-bottom: 0.5rem;
}
.solution-flow-arrow img {
	width: 100%;
	height: auto;
}
.sol_chapter h3 .chapter_no {
    line-height: 1.5rem;
}
.sol_chapter h3, .sol_sample h3 {
    line-height: 4rem;
}

.sol_chapter {
    width: 100%;
}

.page_footer .axl_logo {
    margin: 0;
    margin-bottom: 1rem;
}



.underline {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.3rem;
}
.page_title_center {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.01rem;
    margin: auto;
    padding-top: 180px;
}

.tag_block {
    padding: 4px 12px;
    width: auto;
    margin-right: 0px;
	font-size: 12px;
}
.tag_rect {
    border: 1px solid #525252;
    border-radius: 0px;
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    letter-spacing: 0px;
    margin-right: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tag_rect:lat-child {
	margin-right: 0;
}

#formApply form {
    margin: auto;
    width: 100%;
    padding-bottom: 60px;
}
#formApply h2 {
    margin: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0.2rem;
    margin-bottom: 9px;
    width: 100% !important;
	font-size: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #333;
}
#formApply p {
    font-size: 0.78rem;
    line-height: 1.6rem;
    margin: 0 auto;
    letter-spacing: 1.6px;
    padding-bottom: 1rem;
}
.submitButton {
    padding: 6px 30px;
    font-size: 0.8rem;
}
.note {
	text-align: center;
}
.message {
    font-size: 0.78rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 18px;
}
form li {
    list-style-type: none;
    font-size: 0.78rem;
    line-height: 2rem;
    margin-bottom: 3rem;
    overflow: auto;
    text-align: center;
}
.input_long_value {
    height: 30px;
    width: 98%;
}
textarea {
    width: 98%;
    font-size: 1em;
}
li label {
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1rem;
    clear: both;
    font-size: 1rem;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.input_area {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}
/*
.title_section {
    padding: 36% 0% 36%;
}
.title_section section {
    width: 100%;
    top: 27%;
    padding: 30px 42px;
}
.title_section h1 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1rem;
}
.title_section p {
	opacity: 0;
	font-size: 0.7rem;
    line-height: 1.6rem;
}
.title_section ul {
    top: 48%;
    right: 31%;
}
.title_section li {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.title_section footer {
    bottom: 78px;
}
.title_section_normal {
    box-sizing: border-box;
    padding: 30px 0px 45px;
    height: auto;
    width: 100%;
    position: relative;
}
.title_section_normal section {
    width: 54%;
    position: absolute;
    background-color: rgba(245,245,245,0.85);
    top: 11%;
    right: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 15px 0px;
}
.title_section_normal h1 {
    text-align: center;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 0.3rem;
    margin-bottom: 0px;
}
.title_section_normal p {
    font-size: 0.5rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 3px;
}
.title_section_normal figure {
    overflow: auto;
    margin: 0px;
    height: auto;
    background-color: rgba(245,245,245,1);
    width: 100%;
}
.title_section_normal ul {
    position: absolute;
    top: 36%;
    right: 10%;
    height: 150px;
}
.title_section_normal li {
    font-size: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: 2px;
    background-color: rgba(245,245,245,0.8);
    margin-left: 9px;
    margin-right: 9px;
    display: inline-block;
}
*/

.page_footer p {
    font-size: 0.7rem;
    line-height: 1rem;
}
.page_footer {
	padding-bottom:15px;
    padding-top: 2.2rem;
}
.page_footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 2rem;
    width: 81%;
    margin: auto;
}
.page_footer .footer_first_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.page_footer .axl_logo {
    margin: 0;
    margin-bottom: 0;
}
.page_footer .axl_logo img {
    width: 150px;
}
.page_footer .sns_list {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer_link_list {
    width: 45%;
}
.footer_link_list.mg-top {
    margin-top: 0rem;
    text-align: right;
    width: 100%;
}
.nav_sns li img {
    width: 42px;
    height: auto;
}
/*長谷川が記述*/
.breadcrumb{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.breadcrumb ul{
    display: inline;	
}
.breadcrumb ul li{
    width: auto;
    display: inline;
}
.page_lv2_title {
    min-height: 16rem;
    height: auto;
    margin-bottom: 2rem;
    
}
.page_lv2_body_left{
	width: 92%;
    float: none;
    margin: 0px 4% 4rem;
}
.page_lv2_body_left img{
    width: 100%;
    height: auto;
}
.page_lv2_body_left h4 {
	padding-top: 0;
    margin: 0.5rem auto !important;
}
.page_lv2_body_left figcaption{
    font-size: 0.85rem;
    width: 100%;
    height: auto;
    margin-top: 10px;
    line-height: 1.8rem;
}

.page_lv2_body_right{
	width: 92%;
    float: none;
	margin: 0 4%;
}
.page_lv2_body_right img{
    width: 100%;
    height: auto;
}
.page_lv2_body_right figcaption{
    font-size: 0.85rem;
    width: 100%;
    height: auto;
    margin-top: 10px;
    line-height: 1.8rem;
}
.clear{
	clear: both;
	margin-top: 40px
}
#main:has(#scientist_interview) {
    padding: 0;
}
#scientist_interview .page_lv2_title {
    margin-bottom: 0;
}
#scientist_interview .article_block {
    margin-bottom: 2rem;
}
#scientist_interview h2 {
    line-height: 2.6rem;
    margin-bottom: 2rem;
}
#scientist_interview h2 .number {
    top: 0.75rem;
}
.interview_body {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    height: auto;
    flex-direction: column;
}
.interview_copy {
    font-size: 1.5rem;
    line-height: 3rem;
}
.interviewee_name {
    font-size: 1.5rem;
    line-height: 3rem;
}
.interviewee_photo {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
}
.interviewee_photo figure {
    text-align: center;
}
.interviewee_contents {
    width: 85%;
    margin-top: 0;
    float: none;
    margin: 0 auto;
}
.index_box {
    margin-bottom: 2rem;
    padding: 1.5rem;
    padding-top: 2.1rem;
}
.index_box li {
    margin-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}

.staff_overview figure {
    width: 100%;
}
.staff_overview p {
    margin-bottom: 1rem;
}

.boardListTitle {
    display: inline-block;
    width: 100%;
    padding-top: 0.5rem;
}
.boardListName {
    display: inline-block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.page_lv2_body .wp-block-column p:last-of-type {
	margin-bottom: 0;
}
.page_lv2_body .wp-block-columns.is-layout-flex {
    gap: 0;
}

.block-column-border-left {
    border-left: none;
    padding-bottom: 1.75rem;
    border-top: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
}
.side-nav-block {
    padding-bottom: 1.75rem;
}