/* other_sp.css */

.pc {
    display: none!important;
}

.sp {
    display: block!important;
}

.subPage {
    margin-top: 58px;
}

.bread .inner {
    width: 100%;
}

.subSide {
    display: none;
}

.subCont {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
}

.subMain {
    width: 100%;
}

.subMain h1 {
    font-size: 2.0rem;
    padding-bottom: 6px;
}

.subMain h2 {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-bottom: 5px;
}

.subMain h3 {
    font-size: 1.6rem;
    margin-top: 20px;
}

ul.officer li {
    width: 100%;
}

ul.officer {
    margin-top: 20px;
}

.innerLinks ul {
    flex-direction: column;
    align-items: center;
}

.innerLinks ul li {
    margin-bottom: 15px;
}

.innerLinks ul li a {
    font-size: 1.4rem;
    width: 272px;
    min-height: 60px;
}

.innerLinks {
    margin-top: 40px;
    margin-bottom: 20px;
}

.fs18_sp {
    font-size: 1.8rem!important;
}

.fs16_sp {
    font-size: 1.6rem!important;
}

.fs14_sp {
    font-size: 1.4rem!important;
    line-height: 1.55;
}

.fs12_sp {
    font-size: 1.2rem!important;
}

.subMain > a.link:before {
    top: 4px;
}

/*----------------------------------
SDGsについて
------------------------------------*/

.sdgs_img_text {
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.sdgs_img_text span {
    font-size: 1.4rem;
}

ul.sdgs_links_bt {
    flex-direction: column;
    align-items: center;
}

ul.sdgs_links_bt li {
    width: 100%;
    max-width: 320px;
}

ul.sdgs_links_bt li:first-child {
    margin-bottom: 12px;
}

.sdgs_items ul {
    display: block;
}

.sdgs_items ul li:nth-child(odd) {
    padding-right: 0;
    border-right: none;
}

.sdgs_items ul li:nth-child(even) {
    padding-left: 0;
}

.sdgs_items ul li {
    width: 100%;
    min-width: 100%;
}

.innerLinks.twoLinks ul li:nth-child(odd) {
    margin-right: 0;
}

a.to_kadai span {
    font-size: 1.6rem;
    text-align: left;
}

a.to_kadai span:before {
    position: absolute;
    top: 2px;
    left: -60px;
    margin-top: 0;
}

/*----------------------------------
広報関連
------------------------------------*/

.win_list li {
    width: 49%;
    min-width: 49%;
    margin-bottom: 15px;
}

.win_list li a {
    padding: 20px 15px 15px 15px;
}

.win_list li a h2 {
    font-size: 1.4rem;
    padding-bottom: 0;
    min-height: 38px;
    margin-bottom: 35px;
}

.win_list li a p {
    font-size: 1.2rem;
}

/*----------------------------------
ビデオアーカイブ
------------------------------------*/

ul.archive_list {
    display: block;
    margin-top: 25px;
}

ul.archive_list li {
    width: 100%;
    min-width: 100%;
}

/*----------------------------------
広報関連資料
------------------------------------*/

ul.shiryo_li {
    flex-direction: column;
    align-items: center;
}

ul.shiryo_li li {
    margin-bottom: 25px;
}

ul.shiryo_li.w196 {
    flex-direction: row;
    align-items: flex-start;
}

ul.shiryo_li.w196 li {
    width: 49%;
    min-width: 49%;
}

ul.shiryo_li.w196 li.w100_sp {
    width: 100%;
    min-width: 100%;
}

/*----------------------------------
研究課題詳細
------------------------------------*/

.kadai_head {
    padding: 20px 15px 20px 15px;
}

.kadai_head:after {
    border-top: 18px solid #8C7502;
    border-right: 18px solid transparent;
}

.ka_head_01 {
    display: block;
}

.ka_status {
    padding: 2px 8px;
}

.ka_head_02 {
    display: block;
}

.ka_head_02_text {
    width: 100%;
}

.ka_head_02_img {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
}

.ka_head_02_img > p {
    max-width: calc(100% - 84px);
}

.ka_head_02_img > p img {
    max-width: 195px;
}

ul.kadai_photo {
    flex-direction: column;
    align-items: center;
}

ul.rep {
    display: block;
}

ul.rep > li {
    width: 100%;
    min-width: 100%;
}

.rk_wrap {
    width: 100%;
}

.rk_wrap .inner {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 10px;
}

.rk_wrap h3 {
    font-size: 2.0rem;
}

.person {
    margin-bottom: 20px;
}

ul.rk {
    display: block;
    margin-top: 20px;
}

ul.rk > li {
    width: 100%;
}

.rk_cont:after {
    content: "";
    clear: both;
    display: block;
}

.rk_img {
    width: 106px;
    margin-right: 10px;
    float: left;
}

.rk_cont > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rk_cont {
    padding-bottom: 10px;
}

.rk_cont h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    width: calc(100% - 116px);
}

.rk_cont > ul li.rk_flag img {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
}

.rk_cont > ul li.rk_flag span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    margin-left: 5px;
    font-weight: bold;
}

.rk_cont > ul li.rk_status span {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px 8px;
    background-color: #707070;
    border-radius: 4px;
}

.rk_cont > ul li.rk_status span.ongoing {
    background-color: #C40E2A;
}

.rk_text {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.rk_sdgs > a img {
    display: inline-block;
    width: 32px;
}

.rk_sdgs > a img.sdgs_main {
    width: 48px;
}

/*----------------------------------
ロゴダウンロード
------------------------------------*/

a.logo_download {
    flex-direction: column;
    height: 72px;
}

a.logo_download > img {
    width: 107px;
    margin: 0 auto 10px;
}

a.logo_download > span {
    font-size: 1.4rem;
}

div.howto {
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

ul.png_download01 li {
    display: block;
}

ul.png_download01 li > p {
    margin-bottom: 5px;
}

ul.png_download01 li > a {
    width: 100%;
    height: 64px;
    padding: 0 10px;
}

ul.png_download02 {
    flex-wrap: wrap;
    max-width: 496px;
    margin: 0 auto 30px;
}

ul.png_download02 li {
    max-width: 48%;
}

ul.png_download02 li p {
    margin-bottom: 5px;
}

ul.png_download03 {
    max-width: 496px;
    margin: 0 auto;
}

ul.png_download03 li:first-child {
    margin-bottom: 5px;
}

/*----------------------------------
プロジェクト（研究課題）の評価
------------------------------------*/

.saitaku_nendo_box {
    padding: 20px 15px 20px 15px;
}

.search_title {
    font-size: 1.6rem;
}

.kadai_block {
    margin-top: 50px;
    margin-bottom: 40px;
}

.kadai {
    border-radius: 4px;
    padding: 10px 15px 5px 15px;
}

.kadai:after {
    border-top: 18px solid #8C7502;
    border-right: 18px solid transparent;
}

.kadai.env:after {
    border-top: 18px solid #8C7502;
}

.kadai.cn:after {
    border-top: 18px solid #B25570;
}

.kadai.cc:after {
    border-top: 18px solid #47831A;
}

.kadai.bio:after {
    border-top: 18px solid #158194;
}

.kadai.dis:after {
    border-top: 18px solid #9A4D08;
}

.kadai.inf:after {
    border-top: 18px solid #774D88;
}

a.w_linkbt {
    height: auto;
    font-size: 1.4rem;
    padding: 10px 40px;
}

/*----------------------------------
平成27年度研究提案の公募
------------------------------------*/

.koubo_achive {
    margin: 40px 0 40px;
}

a.w_linkbt span {
    font-size: 1.4rem;
}

a.link_bt {
    max-width: 100%;
    margin: 20px auto 20px;
}

/*----------------------------------
委託研究契約
------------------------------------*/

.page_contact {
    padding: 25px 20px 25px 20px;
}

/*----------------------------------
一般の方へ（はじめてのSATREPS）
------------------------------------*/

.public_about_satreps {
    padding: 20px 25px;
    background-size: contain;
    margin-top: -10px;
}

.public_about_satreps .satreps img {
    width: 162px;
    margin-right: 5px;
}

.public_about_satreps .satreps {
    font-size: 1.6rem;
}

.public_about_satreps .sub01 {
    font-size: 1.2rem;
}

.public_about_satreps .sub02 {
    font-size: 1.6rem;
}

/*----------------------------------
お問い合わせ
------------------------------------*/

.access_wrap {
    display: block;
    margin-bottom: 60px;
}

.access_wrap .ac_left {
    width: 100%;
    margin-right: 0;
}

.access_wrap .ac_right {
    width: 100%;
    margin-top: 30px;
}

/*----------------------------------
サイトマップ
------------------------------------*/

.sitemap_wrap {
    display: block;
}

.sitemap_wrap > ul {
    width: 100%;
    max-width: 100%;
}

.sitemap_wrap > ul:first-child {
    margin-right: 0;
}

.sitemap_link_home {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.sitemap_wrap ul li {
    margin-bottom: 8px;
}

.sitemap_wrap ul li a {
    margin-bottom: 8px;
}

.sitemap_wrap > ul > li > a {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.sitemap_wrap > ul > li.ohlink > a {
    font-size: 1.4rem;
}

/*----------------------------------
SATREPSはどんな活動・研究をしているの？
------------------------------------*/

ul.tabLinks {
    border-bottom: none;
}

ul.tabLinks.twoTabs li {
    width: 49%;
    min-width: 49%;
}

ul.tabLinks li a {
    height: auto;
    line-height: normal;
    background-color: transparent!important;
    border-bottom: 4px solid #E5EFED;
    padding-bottom: 6px;
}

ul.tabLinks li a.active {
    border-bottom: 4px solid #008080;
}

ul.tabLinks li a span {
    font-size: 1.4rem;
    line-height: normal;
}

ul.tabLinks li a.active span {
    color: #363636;
}

ul.cList {
    margin-top: 35px;
}

ul.cList > li {
    width: 100%;
}

.cList_img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*----------------------------------
SATREPSの活動事例　詳細
------------------------------------*/

.field_dec p span {
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.f_right.sp_block {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}

.represent_wrap {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}

.represent_wrap > div {
    width: 100%;
    margin-bottom: 15px;
}

.rep01_tx01 p.rep_name {
    font-size: 1.6rem;
}

.rep01 {
    padding: 20px 15px 10px 15px;
}

.rep02 {
    padding: 20px 15px 20px 15px;
}

.interview_wrap {
    width: calc(100% + 40px);
    margin: 80px -20px 0;
    border-radius: 0;
    padding: 40px 15px 0 15px;
}

img.interview_reps {
    margin-top: -60px;
    margin-bottom: 20px;
}

.q_right p {
    font-size: 1.4rem;
}

.q_right {
    max-width: 100%;
    width: 322px;
    height: 85px;
    background-image: url(../images/case/fukidashi_right01_sp.png);
    margin-top: 20px;
}

.q_right p {
    font-size: 1.4rem;
    width: 71%;
    margin-left: 70px;
}

.q_left {
    max-width: 100%;
    width: 322px;
    height: 85px;
    background-image: url(../images/case/fukidashi_left01_sp.png);
}

.q_left02 {
    max-width: 100%;
    width: 322px;
    height: 164px;
    background-image: url(../images/case/fukidashi_left02_sp.png);
}

.q_left p {
    font-size: 1.4rem;
    width: 71%;
    margin-left: 18px;
}

.q_left03_sp {
    max-width: 100%;
    width: 312px;
    height: 140px;
    background-image: url(../images/case/fukidashi_left03_sp_original.png);
}

.q_left03_sp p {
    width: 64%;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 1.4rem;
}

.to_kadai_wrap .q_left03_sp {
    margin: 0 auto;
}

.to_kadai_wrap {
    width: calc(100% + 40px);
    margin: 50px -20px 0;
    padding: 20px 15px 25px 15px;
    border-radius: 0;
}

.to_kadai_wrap:after {
    content: none;
}

.ans_name img {
    width: 30px;
}

p.ans_name {
    font-size: 1.6rem;
}

.ans {
    padding: 25px 20px 20px 20px;
}

img.tips_reps {
    width: 80px;
    min-width: 80px;
}

.tips_wrap > ul > li.tips_text {
    width: calc(100% - 95px);
}

.tips_wrap ul li p {
    line-height: 1.8;
}

.tips_wrap ul li p span {
    padding-bottom: 4px;
}

.tips_wrap {
    padding: 30px 20px 30px 20px;
    border-radius: 0;
}

ul.field_flg {
    display: block;
}

.to_kadai_title {
    font-size: 1.6rem;
}

ul.field_flg li:first-child {
    font-size: 1.4rem;
    padding-bottom: 5px;
}

.project_res_matome {
    display: block;
}

.project_res_matome {
    padding: 30px 15px 15px 15px;
}

.fukidashi_pre {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
}

img.tips_title {
    margin-bottom: 20px;
}

.pro_reps_cont {
    flex-direction: column;
    align-items: center;
}

img.int_point_ft2 {
    width: 100%;
    min-width: 100%;
}

ul.pro_photo_r {
    flex-direction:column-reverse;
}

ul.pro_photo_r li:nth-child(even){
    width: 100%;
    margin-left: 0;
    text-align: center;
}

ul.pro_photo_r li:nth-child(odd) {
    width: 100%;
}

ul.pro_photo_l {
    flex-direction: column;
}

ul.pro_photo_l li:nth-child(odd){
    width: 100%;
    margin-right: 0;
    text-align: center;
}

ul.pro_photo_l li:nth-child(even) {
    width: 100%;
}

ul.pro_photo_r li .caption,
ul.pro_photo_l li .caption {
    width: 85%;
    margin: 0 auto;
    text-align: left;
}

/*----------------------------------
令和５年度研究提案の公募
------------------------------------*/

.pageLinks {
    display: block;
}

.pageLinks li {
    width: 100%;
    margin-top: 7px;
}

.pageLinks li::after {
    right: 2%;
}

.pageLinks li a {
    padding: 8px 20px 8px 17px;
}

/*----------------------------------
令和５年度研究提案の公募
------------------------------------*/

h2 a.link {
    float: none;
    display: block;
}

h2 a.link:before {
    top: 8px;
}

h2 a.link.red {
    font-size: 1.4rem;
}

.subMain .f20 {
    font-size: 1.6rem;
}

.koubo_area {
    display: block;
}

.koubo_area li {
    width: 100%;
    padding: 20px 20px 15px 20px;
}

a.w_linkbt.flex {
    display: block;
}

a.w_linkbt.flex span.register {
    display: block;
    margin-right: 0;
}

a.w_linkbt.flex {
    text-align: left;
    padding-left: 20px;
}

a.w_linkbt.flex span {
    text-align: left;
    font-size: 1.4rem;
}

.kouboCt > h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

/*----------------------------------
お知らせ一覧
------------------------------------*/

.info_top .cate {
    font-size: 1.2rem;
    min-width: 94px;
    margin-right: 5px;
}

.info_top .date {
    font-size: 1.2rem;
    margin-right: 5px;
}

dl.event_dtl dt {
    width: 70px;
    margin-right: 5px;
}

/*----------------------------------
研究課題一覧
------------------------------------*/

.world_map {
    display: none;
}

.world_map_sp {
    display: block;
    margin-top: 30px;
}

.world_map_sp .map_btn_gp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.world_map_sp .map_btn_gp li {
    margin-bottom: 10px;
    margin-left: 9px;
    width: calc(50% - 8px);
}

.world_map_sp .map_btn_gp li:nth-child(2n+1) {
    margin-left: 0;
}

.world_map_sp .map_btn_gp li a {
    display: inline-flex;
    width: 100%;
    height: 30px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: center;
    padding-top: 3px;
}

.map_reps_sp {
    display: block;
    width: 100%;
    margin: 10px auto 80px;
    position: relative;
}

.map_reps {
    display: none;
}

.map_reps_sp .onebox.reverse {
    margin-top: 10px;
}

.map_reps_sp .onebox.reverse .fukidasi {
    font-size: 1.3rem;
    font-weight: normal;
}

.map_reps_sp .onebox.reverse .fukidasi > span {
    color: #008080;
    font-size: 1.5rem;
    font-weight: bold;
}

.map_reps_sp .onebox.reverse .fukidasi::after {
    border-top: 25px solid #fff;
}

.map_reps_sp .onebox.reverse .imgArea {
    width: 86px;
}

.map_reps_sp .onebox.reverse .imgArea img {
    width: 76px;
}

.map_reps_sp .onebox .fukiArea {
    width: calc(100% - 86px);
}

/*----------------------------------
研究課題一覧
------------------------------------*/

.win_list li a h2.kadai_cate01 span,
.win_list li a h2.kadai_cate02 span,
.win_list li a h2.kadai_cate03 span {
    font-size: 1.4rem;
    padding-left: 40px;
}

.win_list li a h2.kadai_cate01 span:before,
.win_list li a h2.kadai_cate02 span:before,
.win_list li a h2.kadai_cate03 span:before {
    width: 32px;
    height: 29px;
    margin-right: 5px;
}

/*----------------------------------
研究課題一覧（SDGs目標 研究課題）
------------------------------------*/

ul.kadai_sdgs {
    width: 100%;
    justify-content: space-between;
}

ul.kadai_sdgs li {
    width: 23.8%;
    margin-right: 0;
    margin-bottom: 5px;
}

ul.kadai_sdgs li a img {
    width: 100%;
}

.sdgs_reps {
    display: none;
}

.sdgs_reps_sp {
    display: block;
    margin-bottom: 80px;
}

.sdgs_reps_sp .onebox .imgArea {
    width: 80px;
}

.sdgs_reps_sp .onebox .fukiArea {
    width: calc(100% - 85px);
}

.sdgs_reps_sp .onebox.reverse .fukidasi > span {
    color: #008080;
    font-size: 1.5rem;
    font-weight: bold;
}

.sdgs_reps_sp .onebox.reverse .fukidasi::after {
    left: auto;
    right: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #fff;
}

.sdgs_num {
    float: none;
    margin-top: 7px;
}

/*----------------------------------
公募・選考プロセス
------------------------------------*/

.subMain p.koubo_process {
    margin-bottom: 25px;
}

dl.koubo_steps dt {
    width: 80px;
    margin-right: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

dl.koubo_steps {
    margin-bottom: 0;
}

dl.koubo_steps dt img {
    width: 80px;
}

dl.koubo_steps dd p.step_title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.7rem;
}

dl.koubo_steps dd {
    width: calc(100% - 90px);
    margin-bottom: 20px;
}

dl.koubo_steps dd p.step_tx {
    width: calc(100% + 90px);
    margin: 0 0 0 -90px;
}

dl.koubo_steps dt:before {
    content: none;
}

dl.koubo_steps dt:after {
    content: none;
}

.subMain p.research_period {
    margin-bottom: 20px;
}

/*----------------------------------
各種公募ページ
------------------------------------*/

.koubo_tn th {
    font-size: 1.3rem;
}

.koubo_tn td {
    font-size: 1.3rem;
}

.koubo_bunya_title p {
    font-size: 1.3rem;
}

.koubo_bunya_title p span {
    font-size: 1.3rem;
    padding: 5px 10px;
}

h5.koubo_obi {
    font-size: 1.4rem;
}

.win_list.public_list li a h2 {
    font-size: 1.5rem;
    padding-left: 52px;
}

.win_list.public_list li a h2 img {
    width: 46px;
}

.win_list.public_list li a h2 span {
    margin-top: 10px;
    font-size: 1.5rem;
}

/*----------------------------------
よくあるご質問
------------------------------------*/
.faq_list {
    display: block;
}

.faq_list li {
    width: 100%;
    margin-top: 7px;
}

.faq_list li::after {
    right: 2%;
}

.faq_list li a {
    padding: 8px 30px 8px 15px;
}

.faq_content_inner>dl>dt {
    padding: 12px 20px 12px 40px;
}

.faq_content_inner>dl>dt::after {
    width: 24px;
    height: 24px;
    top: 22px;
    left: 7px;
    line-height: 24px;
}

.faq_content_inner>dl>dd {
    padding: 20px 10px 20px 35px;
}

.faq_content_inner>dl>dd::after {
    width: 24px;
    height: 24px;
    top: 28px;
    left: 7px;
    line-height: 24px;
}

.faq_program_container {
    display: block;
}

.faq_program_container dl {
    width: 100%;
}

.faq_program_item {
    width: 100%;
}

.faq_program_item dt {
    padding: 3px 0;
    font-size: 1.6rem;
}

.faq_program_item dd {
    padding: 4px 10px;
}

.faq_pc_none  {
    display: block;
}

.faq_program_container dl.faq_sp_none {
    display: none;
}

/*----------------------------------
遺伝資源の利用
------------------------------------*/
.iden_accordion_btn {
    padding-right: 45px;
    text-align: center;
    font-size: 1.6rem;
}

.to_abs_inner {
    padding: 0 45px 0 10px;
}

.to_abs_inner p {
    text-align: center;
    font-size: 1.2rem;
}

/*----------------------------------
SATREPSとは
------------------------------------*/
p.satreps_title {
    font-size: 1.6rem;
}

.about_about_bg-green h2 {
    font-size: 1.4rem;
}

.about_about_bg-green span {
    font-size: 1.8rem;
}

.about_about_img {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.about_about_img li {
    height: 180px;
}

.about_about_img li:not(:last-child) {
    margin-right: 0;
}

.about_about_img li:not(:first-child) {
    margin-top: 10px;
}

.about_about_img li img {
    height: 100%;
}

.about_about_dotted_container {
    margin-top: 30px;
    padding: 12px 12px;
}

.about_about_dotted_container p:last-child {
    padding-left: 0;
}

h2.about_about_h2 {
    margin-top: 45px;
    font-size: 1.8rem;
}

.about_about_list_01 {
    padding: 20px 27px 10px;
}

.about_about_list_01 li {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.about_about_green p {
    padding: 10px 30px;
    font-size: 1.8rem;
}

.about_about_dotted_container li:nth-child(2) {
    margin-top: 10px;
}

.about_about_list_02_container .about_about_list_02:not(:first-child) {
    margin-top: 15px;
}

.about_about_list_02_container .about_about_list_02:last-child {
    margin-bottom: 50px;
}

.about_about_list_02 {
    display: block;
    max-width: 335px;
    margin: 0 auto;
}

.about_about_list_green,
.about_about_list_blue {
    width: 100%;
    margin-top: 0;
    padding: 10px 20px;
}

.about_about_list_green p:not(:first-child),
.about_about_list_blue p:not(:first-child) {
    font-size: 1.6rem;
}

.cross-mark {
    margin: 0 auto;
    height: 35px;
}

.satreps_figure {
    max-width: 340px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

p.aster.about_about_indent.sp {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.about_about_bg-green_02 p,
.about_about_bg-green_02 p span {
    text-align: left;
    font-size: 1.6rem;
}

.about_about_bg-green_02 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 10px 10px 30px;
}

.about_about_table_container table {
    table-layout: initial;
}

.about_about_table_container th {
    padding: 2px 0;
    font-size: 1.6rem;
}

.about_about_table_container td {
    padding: 4px 0;
}

/*----------------------------------
研究分野/領域
------------------------------------*/
.area_of_research_bg_green {
    padding: 15px 20px;
}

.area_of_research_list li:first-child {
    margin-top: 20px;
}

.area_of_research_list_title a {
    font-size: 1.6rem;
}

.area_of_research_list_item {
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 1em;
}

.area_of_research_list_item+p {
    padding-left: 20px;
}

.area_of_research_list li {
    padding-bottom: 10px;
}

.area_of_research_list li:last-child {
    border-bottom: none;
}

.area_of_research_list .aster {
    padding-left: calc(4px + 1.5em);
}

p.aster.area_of_research_indent {
    margin-bottom: 20px;
}

.area_of_research_h3 {
    display: block;
}

.area_of_research_h3 h3 {
    font-size: 1.6rem;
    margin-top: 0;
}

.area_of_research_img_container {
    display: block;
    max-width: 364px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

.area_of_research_img_container li {
    width: 100%;
    margin-top: 20px;
}

.area_of_research_kadai p:first-of-type {
    font-size: 1.6rem;
}

.area_of_research_kadai ul {
    padding: 10px 20px;
}

.aster.area_of_research_indent a {
    word-wrap:break-word;
}

/*----------------------------------
SATREPSの成果発信
------------------------------------*/
.outcomes_tab {
    border-bottom: 0;
}

.outcomes_tab li a {
    height: 38px;
    line-height: 38px;
    background: none;
    border-bottom: 4px solid #E5EFED;
}

.outcomes_tab .outcomes_tab_02 a {
    border-bottom: 4px solid #008080;
}

.outcomes_tab li a h2 {
    padding: 10px 0;
    font-size: 1.4rem;
    color: inherit;
}

.outcomes_content {
    max-width: 355px;
    min-height: 665px;
    margin: 25px auto 0;
    padding: 25px 15px 30px;
    background: url(../images/outcomes/bg_sketchbook_sp.png) no-repeat center center / cover;
}

	.outcomes_disaster .outcomes_content {
	    background: url(../images/outcomes/bg_sketchbook_disaster_sp.png) no-repeat center center / contain;
	}

	.outcomes_environment_energy2 .outcomes_content {
	    background: url(../images/outcomes/bg_sketchbook_environment_energy2_sp.png) no-repeat center center / contain;
	}

	.outcomes_bioresources .outcomes_content {
	    background: url(../images/outcomes/bg_sketchbook_bioresources_sp.png) no-repeat center center / contain;
	}

.outcomes_content_title {
    display: block;
}

.outcomes_content_title h3 {
    margin-top: 0;
    font-size: 1.4rem;
}

.outcomes_content_img {
    display: block;
    margin-top: 0;
	min-height:auto;
}

.outcomes_content_img_01 {
    width: 160px;
    margin: 0 auto;
}

.balloon-sp {
    display: flex !important;
    width: 100%;
    margin-bottom: 20px;
}

.balloon-sp_img {
    position: relative;
    width: 80px;
    z-index: 10;
}

.balloon-sp_img img {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
}

.balloon-sp_text_container {
    width: calc(100% - 80px);
}

.balloon-sp_text {
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
    background-color: #EBF0D7;
	word-break:normal;
}

.balloon-sp_text::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    top: 19px;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
}

.balloon-sp .balloon-sp_text::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    top: 0;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
}

.balloon-sp.reverse {
    flex-direction: row-reverse;
}

.balloon-sp.reverse .balloon-sp_img img {
    position: absolute;
    width: 100%;
    top: -20px;
    left: auto;
    right: 0;
}

.balloon-sp.reverse .balloon-sp_text::before {
    left: auto;
    right: -16px;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #EBF0D7;
}

.balloon-sp.reverse .balloon-sp_text::after {
    left: auto;
    right: -25px;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #FFFDF2;
}

.balloon-sp.normal .balloon-sp_text::before {
    left: -16px;
    border-bottom: 25px solid #EBF0D7;
    border-right: 25px solid transparent;
}

.balloon-sp.normal .balloon-sp_text::after {
    left: -25px;
    border-bottom: 25px solid #FFFDF2;
    border-right: 25px solid transparent;
}

.outcomes_dotted-line,
.outcomes_disaster .outcomes_dotted-line,
.outcomes_environment_energy2 .outcomes_dotted-line,
.outcomes_bioresources .outcomes_dotted-line {
    margin-top: 10px;
    background-size: 8px 100%,
        /* 点線1のサイズ */
        100% 2em;
    /* 点線2のサイズ */
    line-height: 2.25em;
    /* 文字の高さ */
}


.outcomes_dotted-line p {
    line-height: 2;
}

.outcomes_btn a {
    width: 272px;
    max-width: 100%;
    min-height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
}

.innerLinks.outcomes_innerLinks {
    margin-top: 65px;
    margin-bottom: 35px;
}

/*----------------------------------
成果発信記事詳細
------------------------------------*/
.zambia_title,
.outcomes_detail_title {
    display: block;
}

.zambia_title p:first-child,
.outcomes_detail_title p:first-child {
    display: inline-block;
    font-size: 1.4rem;
}

.zambia_title p:last-child,
.outcomes_detail_title p:last-child {
    font-size: 1.6rem;
}

.zambia_balloon_green01,
.outcomes_green01 {
    font-size: 1.8rem;
/*    background: url(../images/outcomes/h2701_zambia/balloon_green01_sp.png) no-repeat center center / contain;*/
}

.zambia_balloon_green01,
.outcomes_green01 {
    background: none;
    position: relative;
    padding: 20px;
    background-color: #107b5e;
    color: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    height: auto;
    min-height: 50px;
    margin-bottom: 15px;
}

.zambia_balloon_green01::before,
.outcomes_green01::before{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 5%;
    border: 15px solid transparent;
    border-left: 50px solid #107b5e;
    z-index: 0;
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
}

.zambia_balloon_green01 h2,
.outcomes_green01 h2 {
    top: 22%;
    margin: 0;
    padding: 0;
}

.zambia_bg_green,
.outcomes_bg_green {
    padding: 25px;
}

.zambia_img,
.outcomes_detail_img {
    float: none;
    width: 85%;
    margin: 0 auto;
}

.balloon_text {
    font-size: 1.4rem;
}

.zambia_balloon_green02 {
/*    margin-bottom: -20px;*/
/*    background: url(../images/outcomes/h2701_zambia/balloon_green02_sp.png) no-repeat center center / contain;*/
}

.zambia_balloon_green02,
.outcomes_green02 {
    background: none;
    position: relative;
    padding: 20px;
    background-color: #107b5e;
    color: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    height: auto;
    min-height: 50px;
    margin-bottom: 15px;
}

.zambia_balloon_green02::before,
.outcomes_green02::before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 5%;
    border: 15px solid transparent;
    border-left: 50px solid #107b5e;
    z-index: 0;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
}

.zambia_balloon_green02 h2,
.outcomes_green02 h2 {
    top: 23%;
    margin: 0;
    padding: 0;
}

.zambia_researcher_container,
.outcomes_researcher_container {
    display: block;
}

.zambia_researcher_01,
.zambia_researcher_02,
.outcomes_researcher_01,
.outcomes_researcher_02 {
    width: 100%;
    margin-top: 10px;
}

.zambia_researcher_02,
.outcomes_researcher_02 {
    padding-left: 0;
}

.zambia_researcher_img,
.outcomes_researcher_img {
    margin-right: 20px;
}

.zambia_researcher_text_container,
.outcomes_researcher_text_container {
    flex: 1;
}

.zambia_researcher_text_container p:first-of-type,
.outcomes_researcher_text_container p:first-of-type {
    font-size: 1.6rem;
}

.zambia_h3-title,
.outcomes_h3-title {
    display: block;
    margin-bottom: 10px;
}

.zambia_h3-title p,
.outcomes_h3-title p {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 1.5rem;
}

.zambia_h3-title h3,
.outcomes_h3-title h3 {
    font-size: 1.6rem;
    margin-top: 5px;
}

.zambia_items,
.outcomes_items {
    display: block;
}

.zambia_item,
.outcomes_item {
    width: 100%;
}

.zambia_img_06,
.outcomes_img_cen {
    width: 100%;
}

.zambia_bg_beige {
    padding: 20px 15px;
    background: linear-gradient(135deg, #8C7502 0%, #8C7502 3%, #FAF9F5 3%, #FAF9F5 100%)
}

.zambia_bg_beige::after {
    border-top: 25px solid #8C7502;
    border-right: 25px solid transparent;
}

.proDetails {
    padding: 20px 15px;
    background: linear-gradient(135deg, #8C7502 0%, #8C7502 3%, #FAF9F5 3%, #FAF9F5 100%)
}

.proDetails::after {
    border-top: 25px solid #8C7502;
    border-right: 25px solid transparent;
}

.balloon_03 {
    position: relative;
    margin-top: -45px;
    background: url(../images/outcomes/h2701_zambia/balloon_bird03_sp.png) no-repeat center right / contain;
}

.balloon_text a {
    font-size: 1.6rem;
}

.zambia_bg_beige .item_01 {
    display: block;
}

.zambia_bg_beige .item_01 p:first-child {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
}

.zambia_bg_beige .item_01 p:last-child {
    padding-bottom: 10px;
    border-bottom: 1px dashed #4B8092;
}

.zambia_bg_beige .item_01 p:last-child::before {
    top: 38%;
}

.zambia_bg_beige .item_02 {
    display: block;
}

.zambia_bg_beige .item_02 p {
    width: 100%;
    font-size: 1.6rem;
}

.item_02_img {
    width: 48%;
    min-width: 146px;
    margin: 0 auto;
}

.proDetails .balloon_text {
    margin-left: 0;
    width: 100%;
}

.proDetails .item_01 {
    display: block;
}

.proDetails .item_01_tx {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.proDetails .item_01_flg {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    
    padding-bottom: 10px;
    border-bottom: 1px dashed #4B8092;
}

.proDetails .item_01 p:last-child::before {
    top: 38%;
}

.proDetails .item_02 {
    display: block;
}

.proDetails .item_02_tx {
    width: 100%;
    font-size: 1.6rem;
}

.proDetails .item_02_img {
    width: 100%;
    max-width: 146px;
    margin: 0 auto;
    text-align: center;
}

/*----------------------------------
委託研究契約
------------------------------------*/
.keiyaku_doc-archive_list tr th:first-child {
    width: 60%;
}

.keiyaku_doc-archive_list tr th:last-child {
    width: 40%;
}

.keiyaku_doc-archive_list td {
    padding: 6px 3px;
}

.keiyaku_doc-archive_list tr td:last-child {
    padding-left: 0;
    text-align: center;
    vertical-align: middle;
}

.keiyaku_doc-archive_list .indent-3 {
    text-indent: 1em;
    padding-left: calc(3px + 2em);
}

.keiyaku_doc-archive_list .indent-7 {
    text-indent: initial;
}

.keiyaku_doc-archive_list .indent-8-0 {
    text-indent: initial;
}

.keiyaku_doc-archive_list .indent-8 {
    text-indent: initial;
}

.keiyaku_doc-archive_list .indent-9 {
    text-indent: initial;
}

/*----------------------------------
CMS Added
------------------------------------*/

/*------年度リスト------*/
select.yearlist {
    max-width: 100%;
    margin: 20px auto 20px;
}
/*------課題------*/
div.kadai_photo div.left {
    margin: 0 auto 20px;
}
div.kadai_photo div.right {
    margin: 0 auto 20px;
}
div.kadai_photo div img {
    height: auto;
}
.sdgs_row .kadai .kadai_tit {
    padding-top: 6px;
    display: block;
    padding-bottom: 8px;
}
.sdgs_row .kadai .kadai_tit .tit {
    padding-top: 0;
    width: 100%;
    display: block;
    line-height: 1.5;
}

/*------評価------*/

li.kadai .k_doc span {
    border-right: none;
}


/*CMS Added*/

div.kadai_photo {
    flex-direction: column;
    align-items: center;
}

.ka_head_02_text > p {
	font-size: 2.0rem;
}

.subMain .kadai_head h1 {
	font-size: 1.4rem;
	line-height: 1.2;
}

.kadaigaiyou span.kadaititle {
    font-size: 1.6rem;
    line-height: 1.4;
}

.kadai_photo .two_img_box {
    width: 240px;
    margin: 0 auto;
}

.kadai_photo .two_img {
    width: 240px;
    flex-direction: column;
    align-items: center;
}

.kadai_photo .two_img > a {
    width: 240px;
}

.kadai_photo .two_img > a:first-child {
    margin-bottom: 20px;
}

.kadai_photo .two_img_box p {
    text-align: left;
    margin-bottom: 20px;
}

.w_country span {
    max-width: none;
}

.subMain li.kadai h4 {
    display: block;
}

.subMain li.kadai h4 a {
    width: 100%;
}

.subMain li.kadai h4 span.k_pcat {
    width: 100%;
}

.subMain li.kadai h4 span.k_pcat span {
    float: none;
}

.kadai .kadai_tit {
    display: block;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
}