/* other.css */

p, a, li, dd, dt, span, div, h1, h2, h3 {
    color: #363636;
}

.sp {
    display: none!important;
}

.bread {
    width: 100%;
    background-color: #707070;
}

.bread .inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bread a,
.bread span,
.bread p {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 10px;
}

.bread .inner {
    width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto;
}

.pb20 {
    padding-bottom: 20px!important;
}

p.remarks {
    font-size: 1.2rem;
}

.clear {
    clear: both;
}

p > a {
    color: #008080;
    text-decoration: underline;
}

p > a:link,
p > a:visited {
    text-decoration: underline;
}

sup {
    font-size: 70%;
    vertical-align: super;
}

sub {
    font-size: 70%;
    vertical-align: sub;
}

span.sup {
    font-size: 70%;
    vertical-align: super;
}

span.sub {
    font-size: 70%;
    vertical-align: sub;
}

.subMain .f18 {
    font-size: 1.8rem;
}

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

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

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

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

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

.indent1 {
    padding-left: 2em;
}

.indent2 {
    padding-left: 2em;
}

.indent3 {
    padding-left: 2em;
}

/*
p a:link,
p a:visited {
    color: #008080;
    text-decoration: underline;
}
*/

.subCont {
    width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
}

.subMain h1 {
    color: #008080;
    font-weight: bold;
    font-size: 2.8rem;
    padding-bottom: 12px;
    background-image: url(../images/common/h1_line.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 25px;
    line-height: 1.3;
}

.subMain h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #B4B4B4;
    clear: both;
}

h2.fs14 {
    margin-bottom: 10px;
    margin-top: 25px;
}

.subMain h3 {
    font-size: 2.0rem;
    color: #008080;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.subMain h3:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    height: 8px;
    width: 8px;
    background: #008080;
}

.subMain h3.para_title {
    padding-left: 0;
}

.subMain h3.para_title:before {
    content: none;
}

.subMenuBox h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #008080;
    padding-top: 12px;
    padding-bottom: 9px;
}

h3.col_bk {
    color: #363636;
}

.subMain h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #008080;
    margin-top: 25px;
    margin-bottom: 15px;
}

.subContact h4 {
    color: #008080;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding-left: 17px;
    
    padding-bottom: 5px;
}

.subContact h4:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 0;
}

.subMain > h5 {
    color: #008080;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.subMain > h5:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #008080;
    vertical-align: middle;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 0;
}

.subMain p {
    margin-bottom: 0.5em;
}

.subMain > p.ft14 {
    font-size: 1.4rem;
}

.subMain .aster {
    font-size: 1.2rem;
}

.subMain .aster > span{
    font-size: 1.2rem;
}

.subMain .asterisk {
    font-size: 1.4rem;
    padding-left: 30px;
    position: relative;
}

.subMain .asterisk > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
}

.subMain .asterisk > span.sup {
    font-size: 75.5%;
    top: 3px
}

.subMain {
    width: 760px;
}

.subSide {
    width: 240px;
}

.subMenuBox {
    width: 100%;
    border: 1px solid #DEDEDE;
    position: -webkit-sticky;
    position: sticky;
    top: 167px;
    240px;
}

ul.subMenu {
    padding: 25px 20px 20px 20px;
    background: "fff;"
}

ul.subMenu li {
    margin-bottom: 12px;
}

ul.subMenu li a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
}

ul.subMenu li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 7px;
    left: 0;
}

ul.subMenu li a:hover {
    opacity: 1;
    color: #008080;
    text-decoration: underline;
}

.subContact {
    background-color: rgba(245, 245, 245, 1.0);
    padding: 20px 20px 15px 20px;
}

.sub_ad {
    border-top: 1px dotted #707070;
    border-bottom: 1px dotted #707070;
    padding-top: 12px;
    padding-bottom: 7px;
}

.sub_ad p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.subFormBt {
    display: block;
    text-align: center;
    color: #008080;
    font-size: bold;
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
    max-width: 194px;
    height: 38px;
    line-height: 38px!important;
    background: #fff;
    padding: 3px 3px;
    margin-top: 15px;
    border-radius: 30px;
}

.subFormBt span {
    text-align: center;
    font-size: 1.4rem;
    color: #008080;
    font-weight: bold;
    width: 100%;
    height: 32px;
    line-height: 32px!important;
    display: block;
    border: 1px dotted #008080;
    border-radius: 30px;
}

ul.sub_sns {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}

ul.sub_sns li {
    margin-right: 20px;
}

ul.sub_sns li:last-child {
    margin-right: 0;
}

ul.officer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

ul.officer li {
    display: flex;
    justify-content: flex-start;
    width: 49%;
    margin-bottom: 12px;
}

ul.officer li .o_img {
    width: 114px;
    min-width: 114px;
    margin-right: 10px;
}

ul.officer li .o_text {
    font-size: 1.8rem;
    font-weight: bold;
}

ul.officer li .o_text span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 5px;
}

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

.innerLinks ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.innerLinks ul li a {
    width: 238px;
    min-height: 64px;
    text-align: center;
    padding: 3px 3px;
    background: #008080;
    position: relative;
    border-radius: 40px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    display: flex;
/*    align-items: center;*/
    padding-top: 15px;
    justify-content: center;
    transition: 0.3s;
}

.innerLinks ul li a span {
    color: #fff;
}

.innerLinks ul li a:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 40px;
}

.innerLinks ul li a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url(../images/common/link_ar_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
/*
    top: 50%;
    right: 16px;
    margin-top: -3px;
*/
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.innerLinks ul li a:hover {
    background: rgba(112,112,112, 1);
}

.innerLinks.twoLinks ul {
    justify-content: center;
}

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

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

.center_img {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sdgs_img_text {
    text-align: center;
    color: #008080;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}

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

ul.sdgs_links_bt {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

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

ul.sdgs_links_bt li a {
    min-height: 59px;
    color: #fff;
    background-color: #008080;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: relative;
}

ul.sdgs_links_bt li a span {
    color: #fff;
    font-weight: bold;
}

ul.sdgs_links_bt li a:before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1.5px dotted #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 30px;
}

ul.sdgs_links_bt li a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url(../images/common/link_ar_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
}

div.sdgs_items {
    padding-bottom: 10px;
}

.sdgs_items ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.sdgs_items ul li {
    width: 50%;
    min-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #BABABA;
}

.sdgs_items ul li:nth-child(odd) {
    border-right: 1px dotted #BABABA;
    padding-right: 15px;
}

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

.sdgs_items ul li:nth-child(17) {
    border-bottom: none;
}

.sdgs_items ul li .item_img {
    width: 75px;
    margin-right: 10px;
}

.sdgs_items ul li .item_text {
    width: calc(100% - 85px);
    font-size: 1.4rem;
    font-weight: bold;
}

a.link {
    display: block;
    width: fit-content;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

a.link:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 4px;
    left: 0;
}

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

.subMain > a.link.fs14:before {
    border-width: 4px 0 4px 6px;
}

a.link:hover {
    opacity: 1;
    color: #008080;
    text-decoration: underline;
}

a.block_link {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.75;
}

a.block_link:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 6px;
    left: 0;
}

a.block_link:hover {
    opacity: 1;
    color: #008080;
    text-decoration: underline;
}

a.ex_link {
    position: relative;
}

a.ex_link:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/about/ex_link_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

a.ex_link.fs12:after {
    width: 12px;
    height: 12px;
}

/*
p a.ex_link {
    display: inline-block;
    color: #008080;
}
*/

ul.linklist li a {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 6px;
}

ul.linklist li a:hover {
    color: #008080;
    text-decoration: underline;
}

ul.linklist li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 6px;
    left: 0;
}

ul.exlinks li a {
    display: block;
    position: relative;
}

ul.exlinks li a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/about/ex_link_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

a.movie_link {
    padding-left: 24px;
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 5px;
}

a.movie_link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 10px;
    background-image: url(../images/common/movie_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

a.movie_link.fs12:before {
    top: 2px;
}

a.to_kadai {
    display: block;
    text-align: center;
    width: 100%;
    height: 76px;
    border: 2px solid #008080;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto 0;
    border-radius: 10px;
}

a.to_kadai:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

a.to_kadai:hover::after {
    margin-top: 5px;
}

a.to_kadai span {
    font-size: 2.2rem;
    color: #008080;
    font-weight: bold;
    text-align: center;
    position: relative;
}

a.to_kadai span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url(../images/about/sdgs_logo.png);
    background-size: contain;
    margin-top: -2px;
    margin-right: 15px;
}

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

.win_list {
    display: flex;
    flex-wrap : wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.win_list:after{
    content:"";
    display: block;
    width:238px;
}

.win_list li {
    width: 238px;
    min-width: 238px;
    margin-bottom: 30px;
}

.win_list li a {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    height: 100%;
    background-color: #E6F2EF;
    border-radius: 10px;
    padding: 35px 30px 30px 30px;
    position: relative;
}

.win_list li a h2 {
    font-size: 2.0rem;
    line-height: 1.2;
    margin-top: 0;
    text-align: center;
    border-bottom: none;
    margin-bottom: 50px;
    position: relative;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.win_list li a h2:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.win_list li a:hover h2::before {
    bottom: -30px;
}


.win_list li a:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1.5px dotted #8BAE87;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 10px;
}

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

ul.shiryo_li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.shiryo_li:after {
    content:"";
    display: block;
    width: 238px;
}

ul.shiryo_li li {
    width: 238px;
    min-width: 238px;
}

ul.shiryo_li li a {
    display: block;
    text-align: center;
}

ul.shiryo_li li a img {
    border: 1px solid #DEDEDE;
}

ul.shiryo_li li a span {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
}

ul.shiryo_li.w196 li {
    width: 196px;
    min-width: 196px;
}

ul.shiryo_li.w196:after {
    content:"";
    display: block;
    width: 196px;
}

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

ul.archive_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.archive_list li {
    width: 48%;
    min-width: 48%;
    margin-bottom: 40px;
}

ul.archive_list li a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 5px;
}

ul.archive_list li iframe {
    border: none;
    width: 100%;
}

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

.kadai_head {
    padding: 20px 30px 25px 30px;
    background: #FAF9F5;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.kadai_head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 32px solid #8C7502;
    border-right: 32px solid transparent;
}

.ka_head_01 {
    display: flex;
    justify-content: space-between;
}

.ka_status {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #707070;
    border-radius: 3px;
    padding: 3px 10px;
    margin-top: 5px;
    width: fit-content;
}

.cat_kasou_title2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #8C7502;
}

.w_country span {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.w_country span img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
	margin-right: 5px;
	margin-top: -2px;
}

.ka_head_02 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ka_head_02_text {
    width: 406px;
}

.ka_head_02_img {
    box-sizing: border-box;
/*    width: calc(100% - 420px);*/
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ka_head_02_img > p {
    display: block;
    width: 195px;
}

.ka_head_02_img > p img {
    display: block;
    width: 100%;
}

ul.sdgs_icon {
    width: 74px;
    min-width: 74px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 10px;
}

ul.sdgs_icon li {
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 4px;
}

ul.sdgs_icon li img {
    width: 35px;
}

ul.sdgs_icon li.ic_main {
    width: 100%;
}

ul.sdgs_icon li.ic_main img {
    width: 74px;
}

ul.sdgs_icon li a {
    display: block;
    box-sizing: border-box;
}

ul.sdgs_icon li img {
    display: block;
    vertical-align: bottom;
}

.ka_head_02_text > p {
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
}

.subMain .kadai_head h1 {
    line-height: 1.2;
    color: #363636;
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
    margin-top: 10px;
}

ul.rep {
    display: flex;
    justify-content: space-between;
}

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

.person {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.person_img {
    width: 102px;
    margin-right: 10px;
}

.person_img img {
    display: block;
    width: 100%;
}

.person > ul {
    width: calc(100% - 112px);
    height: 100%;
    min-height: 132px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.person > ul li.flag img {
    display: block;
    width: 32px;
}

.person > ul li.flag img.jp_flag {
    border: 1px solid #D5D5D5;
}

.person > ul li.name > p {
    font-size: 1.8rem;
    font-weight: bold;
}

.person > ul li.name > span {
    display: block;
    font-size: 1.3rem;
    margin-top: 6px;
}

.person > ul li.rmap {
    margin-top: 10px;
	
}

.person > ul li.rmap img {
    width: 125px;
    border:solid 1px #ccc;
    padding:5px;
}

ul.kadai_photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.kadai_photo::after{
    content:"";
    display: block;
    width: 238px;
}

ul.kadai_photo li {
    width: 238px;
    margin-bottom: 20px;
}

ul.kadai_photo li img {
    display: block;
    width: 238px;
    height: 164px;
    object-fit: cover;
}

ul.kadai_photo li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.kadai_photo li a span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

a.word:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../images/common/word_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -5px;
}

a.excel:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/excel_ic.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -5px;
}

a.ppt:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/ppt_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
}

a.pdf:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    background-image: url(../images/common/pdf_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
}

a.Pdf:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    background-image: url(../images/common/pdf_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
}

p > .pdf {
    color: #008080;
    text-decoration: underline;
}

p > .pdf:after {
    margin-right: 5px;
}

.subMain > a.pdf {
    display: block;
    margin-bottom: 5px;
}

.subMain > a.link {
    display: block;
    margin-bottom: 5px;
}

.subMain > a.exlink {
    display: block;
    margin-bottom: 5px;
}

a.exlink:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url(../images/about/ex_link_ic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

a.exlink.fs12:after {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -3px;
}

p a.exlink {
    color: #008080;
    text-decoration: underline;
}

p a.exlink:after {
    margin-right: 5px;
}

a.link_blank {
    padding-left: 15px;
    position: relative;
}

a.link_blank:hover {
    color: #008080;
    text-decoration: underline;
}

a.link_blank:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/about/ex_link_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

a.link_blank:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 2px;
    left: 0;
}

.subMain > a.link_blank {
    display: block;
    margin-bottom: 5px;
}

.subMain > a.link_blank:before {
    top: 6px;
}

a.link.green {
    color: #008080;
}

.rk_wrap {
    background-color: #F2F8F7;
}

.rk_wrap .inner {
    width: 1120px;
    margin: 0 auto;
    padding: 50px 20px 55px 20px;
}

.rk_wrap h3 {
    font-size: 2.4rem;
    font-weight: bold;
}

ul.rk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

ul.rk::before{
  content:"";
  display: block;
  width:238px;
  order:1;
}

ul.rk::after{
  content:"";
  display: block;
  width:238px;
}

ul.rk > li {
    width: 238px;
    margin-bottom: 25px;
}

.rk_type {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px;
    padding-left: 25px;
}

@media screen and (min-width:768px) {
    .rk_img {
        display: block;
        width: 100%;
    }
    .rk_img img {
        width: 238px;
        height: 146px;
        object-fit: cover;
    }
}

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

.rk_cont {
    padding-bottom: 10px;
}

ul.rk > li > a {
    display: block;
    width: 100%;
    padding-top: 10px;
    position: relative;
}

ul.rk > li > a.env {
    border-top: 3px solid #8C7502;
}

ul.rk > li > a.inf {
    border-top: 3px solid #774D88;
}

ul.rk > li > a.life {
    border-top: 3px solid #158194;
}

ul.rk > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
}

ul.rk > li > a.env:before {
    border-top: 16px solid #8C7502;
}

ul.rk > li > a.inf:before {
    border-top: 16px solid #774D88;
}

ul.rk > li > a.life:before {
    border-top: 16px solid #158194;
}

.rk_cont > ul li.rk_flag img {
    display: inline-block;
    width: 34px;
    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_cont h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 15px;
}

.rk_text {
    font-size: 1.2rem;
    margin-bottom: 8px;
    border-top: 1px dotted #707070;
    padding-top: 10px;
}

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

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

/*----------------------------------
SATREPSについて
------------------------------------*/

p.satreps_title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #363636;
}

p.satreps_title span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 5px;
}

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

ul.tabLinks {
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #487F7F;
    margin-bottom: 20px;
    margin-top: 30px;
}

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

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

ul.tabLinks li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #E5EFED;
    border-radius: 10px 10px 0 0;
}

ul.tabLinks li a span {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    line-height: 60px;
}

ul.tabLinks li.link_region a span:before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 32px;
    background-image: url(../images/common/l_region.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -5px;
}

ul.tabLinks li.link_area a span:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/common/l_area.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -5px;
}

ul.tabLinks li.link_sdgs a span:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(../images/common/l_sdgs.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -5px;
}

ul.tabLinks li a.active {
    background-color: #008080;
}

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

ul.sort_cate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

ul.sort_cate:after {
    content:"";
    display: block;
    width: 32.3%;
}

ul.sort_cate li {
    min-width: 32.3%;
    width: 32.3%;
    margin-bottom: 8px;
}

ul.sort_cate li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4px 4px 4px;
    border-radius: 10px;
    min-height: 80px;
}

ul.sort_cate li.s_ene01 a {
    background-color: #8C7502;
}

ul.sort_cate li.s_ene02 a {
    background-color: #B25570;
}

ul.sort_cate li.s_ene03 a {
    background-color: #47831A;
}

ul.sort_cate li.s_life a {
    background-color: #158194;
}

ul.sort_cate li.s_pre a {
    background-color: #9A4D08;
}

ul.sort_cate li.s_inf a {
    background-color: #774D88;
}

ul.sort_cate li a > span {
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    text-align: center;
    border: 1px dotted #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 5px 5px;
}

ul.sort_cate li a > span > span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    text-align: center;
}

.acWrap {
    position: relative;
    padding-top: 24px;
}

.ac_bt {
    width: 246px;
    height: 48px;
    line-height: 48px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #008080;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}

.ac_bt:hover {
    cursor: pointer;
}

.ac_bt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: 0.3s;
}

.ac_bt.open:before {
    transform:rotate(180deg);
}

.acWrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #008080;
    position: absolute;
    top: 24px;
    left: 0;
}

/*----------------------------------
条件で絞り込む
------------------------------------*/

.search_box {
    background-color: #F2F8F7;
    padding: 60px 25px 30px 25px;
}

.search_box h3 {
    font-size: 1.8rem;
    color: #505050;
    margin-top: 0;
    margin-bottom: 0;
}

.search_title {
    display: flex;
    align-items: center;
}

.search_box .btn {
    color: #fff;
    font-size: 1.4rem;
    background-color: #505050;
    padding: 2px 8px 1px 20px;
    text-align: center;
    margin-left: 15px;
    border-radius: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Sans", sans-serif;
    position: relative;
}

.search_box .btn::before,
.search_box .btn::after {
    content:'';
    position:absolute;
    left: 5px;
    top: 11px;
    width: 12px;
    height: 2px;
    background-color:#fff;
}

.search_box .btn::before {
    transform:rotate(45deg);
}

.search_box .btn::after {
    transform:rotate(135deg);
}

.search_box .btn:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

ul.state_opt {
    margin-top: 20px;
    display: flex;
}

ul.state_opt li {
    margin-right: 10px;
}

.country_block {
    
}

.country_block input {
    margin: 0;
}

.country_block label {
    font-size: 1.4rem;
}

.country_block > ul {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
}

.country_block > ul > li:first-child {
    width: 130px;
}

.country_block > ul > li:last-child {
    width: calc(100% - 130px);
}

.country_block > ul > li > ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.country_block > ul > li > ul > li {
    width: 25%;
    margin-bottom: 8px;
}

.kadai_block {
    margin-top: 90px;
}

.kadai_block h3 {
    color: #363636;
}

.kadai {
    background-color: #FAF9F5;
    padding: 7px 20px 0 20px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.kadai:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 24px solid #8C7502;
    border-right: 24px solid transparent;
}

.kadai.env {
    background-color: #FAF9F5;
}

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

.kadai.cn {
    background-color: #FBF6F8;
}

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

.kadai.cc {
    background-color: #F5F9F3;
}

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

.kadai.bio {
    background-color: #F7FBFC;
}

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

.kadai.dis {
    background-color: #FCF9F7;
}

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

.kadai.inf {
    background-color: #F8F6F9;
}

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

.subMain .kadai h4 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    padding-bottom: 8px;
    border-bottom: 1px dashed #85741C;
    margin-bottom: 10px;
    margin-top: 5px;
}

.subMain .kadai h4 a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #363636;
}

.subMain .kadai h4 a:hover {
    opacity: 1;
    color: #008080;
    text-decoration: underline;
}

.kadai h4 a span.close {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #707070;
    text-align: center;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 10px;
}

.kadai .k_name {
    font-size: 1.4rem;
    font-weight: bold;
}

.kadai .k_name span {
    font-size: 1.4rem;
    font-weight: normal;
}

.kadai .k_partner {
    font-size: 1.4rem;
    margin-top: 5px;
}

.kadai .k_partner img {
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
	margin-right: 5px;
    margin-left: 5px;
}

.kadai .k_partner span {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}

.list_item.hide {
    display: none;
}

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

a.logo_download {
    width: 100%;
    height: 76px;
    border: 2px solid #487F7F;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 8px;
}

a.logo_download > img {
    width: 170px;
    margin-right: 30px;
}

a.logo_download > span {
    font-weight: bold;
    font-size: 1.6rem;
}

a.logo_download > span:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background-image: url(../images/about/pdf_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}

div.howto {
    padding: 20px 35px 20px 40px;
    background-color: #F5F5F5;
    margin-top: 30px;
    border-radius: 8px;
}

div.howto > p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}

div.howto ul li {
    font-size: 1.4rem;
    padding-left: 17px;
    position: relative;
    margin-bottom: 6px;
}

div.howto ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #008080;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

ul.png_download01 {
    margin-top: 35px;
    margin-bottom: 35px;
}

ul.png_download01 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

ul.png_download01 li > p {
    font-size: 1.4rem;
}

ul.png_download01 li > a {
    width: 598px;
    height: 76px;
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.png_download01 li > a img {
    width: 398px;
}

ul.png_download01 li > a img.logo_en {
    width: 458px;
}

ul.png_download02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

ul.png_download02 li {
    width: 242px;
}

ul.png_download02 li p {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

ul.png_download02 li a {
    display: block;
    width: 100%;
}

ul.png_download03 {
    
}

ul.png_download03 li:first-child {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

ul.png_download03 li:nth-child(2) {
    display: flex;
    justify-content: flex-start;
}

ul.png_download03 li:nth-child(2) a {
    display: block;
    width: 243px;
}

ul.png_download03 li:nth-child(2) a:first-child {
    margin-right: 15px;
}

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

.saitaku_nendo_box {
    background-color: #F2F8F7;
    padding: 20px 30px 20px 30px;
}

.search_title {
    font-size: 18px;
    font-weight: bold;
}

ul.nendo_radio {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

ul.nendo_radio li {
    margin-right: 15px;
    margin-bottom: 8px;
}

ul.nendo_radio li label {
    font-size: 1.4rem;
}

.nendo.is-hide {
    display: none;
}

/*
.kadai:after {
    border-top: 24px solid #8C7502;
}
*/

.kadai a.link {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
}

.radio{
    display: none;
}
.radio + label{
    padding-left: 20px;
    position:relative;
}
.radio + label::before{
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #707070;
    border-radius: 50%;
}

.radio:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #707070;
    border-radius: 50%;
}

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

.red {
    color: #C40E2A!important;
    font-size: 1.0em;
}

.bold {
    font-weight: bold!important;
}

.underline {
    text-decoration: underline!important;
}

hr {
    border:none;
    border-top: 1px dotted #707070;
    margin: 20px 0 20px;
}

.box_gr {
    background: #F2F8F7!important;
    font-size: 1.0em;
    padding: 50px 50px 50px;
    border-radius: 10px;
    margin-top: 30px;
}

.box_gr p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.asterisk > p {
    font-size: 1.2rem;
    padding-left: 25px;
    position: relative;
    
}

.asterisk > p > span {
    font-size: 1.0em;
    position: absolute;
    top: 0;
    left: 0;
}

.waku_dotted {
    border: 1px dotted #707070;
    padding: 20px 25px 20px 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.waku_dotted p {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.koubo_bunya_title {
    margin-top: 20px;
}

.koubo_bunya_title p {
    font-size: 1.8rem;
    font-weight: bold;
}

.koubo_bunya_title p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #008080;
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    margin-right: 10px;
}

h5.koubo_obi {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 25px 15px 25px;
    background-color: #ccc;
    border-radius: 5px;
    margin-top: 5px;
    color: #363636;
    overflow: hidden;
    position: relative;
}

h5.koubo_obi:before {
    content: none;
}

h5.koubo_obi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 24px solid #fbfbfb;
    border-right: 24px solid transparent;
}

h5.koubo_obi.infection {
    background-color: rgba(119,77,136,0.1);
}

h5.koubo_obi.infection:after {
    border-top: 24px solid #774D88;
}

h5.koubo_obi.env {
    background-color: #FAF9F5;
}

h5.koubo_obi.env:after {
    border-top: 24px solid #8C7502;
}

h5.koubo_obi.cn {
    background-color: #FBF6F8;
}

h5.koubo_obi.cn:after {
    border-top: 24px solid #B25570;
}

h5.koubo_obi.cc {
    background-color: #F5F9F3;
}

h5.koubo_obi.cc:after {
    border-top: 24px solid #47831A;
}

h5.koubo_obi.bio {
    background-color: #F5F9F3;
}

h5.koubo_obi.bio:after {
    border-top: 24px solid #47831A;
}

h5.koubo_obi.dis {
    background-color: #FCF9F7;
}

h5.koubo_obi.dis:after {
    border-top: 24px solid #9A4D08;
}

span.smaller {
    font-size: 1.2rem;
}

.w_linkbt {
    display: block;
    text-align: center;
    width: 100%;
    min-height: 76px;
    padding: 10px 50px;
    border: 2px solid #008080;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto 10px;
    border-radius: 10px;
}

.w_linkbt:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.w_linkbt span {
    font-size: 2.2rem;
    color: #008080;
    font-weight: bold;
    text-align: center;
    position: relative;
}

a.w_linkbt {
    display: block;
    text-align: center;
    width: 100%;
    min-height: 76px;
    padding: 10px 50px;
    border: 2px solid #008080;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto 10px;
    border-radius: 10px;
}

a.w_linkbt:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

a.w_linkbt:hover::after {
    margin-top: 5px;
}

a.w_linkbt span {
    font-size: 2.2rem;
    color: #008080;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.box_gr {
    padding: 25px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subMain h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

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

.koubo_bunya_title p span {
    font-size: 1.4rem;
}

/*----------------------------------
過去の研究提案公募に関する情報
------------------------------------*/

a.link_bt {
    display: block;
    width: 324px;
    color: #008080;
    text-align: center;
    border: 1px solid #487F7F;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}

a.link_bt:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

a.link_bt:hover::after {
    margin-top: 5px;
}

a.link_bt.right {
    margin-left: auto;
}

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

.koubo_achive a {
    display: block;
    margin-bottom: 20px;
}

.koubo_achive a:before {
    top: 6px;
}

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

ul.dotted_green_s {
    margin-bottom: 15px;
}

ul.dotted_green_s li {
    padding-left: 40px;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 5px;
}

ul.dotted_green_s li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #008080;
    position: absolute;
    left: 30px;
    top: 8px;
}

.page_contact {
    padding: 25px 35px 25px 35px;
    background: #F2F8F7;
    margin: 20px 0 20px;
}

.page_contact p {
    margin-bottom: 5px;
}

/*----------------------------------
研究者向けマニュアル
------------------------------------*/

.manual_list li > span{
    font-size: 1.4rem;
    display: inline-block;
}

.manual_list li {
    margin-bottom: 10px;
}

.manual_list li a {
/*    font-weight: bold;*/
/*    font-size: 1.4rem;*/
}

.manual_list li > p {
    font-size: 1.4rem;
    margin-top: 5px;
}

/*----------------------------------
研究者の方へ
------------------------------------*/

.fukidashi01 {
    width: 100%;
    height: 170px;
    position: relative;
    background-image: url(../images/common/fukidashi636.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 636px 112px;
}

.reps158 {
    width: 158px;
    position: absolute;
    top: 0;
    right: 10px;
}

.fukidashi01 .to_researcher {
    color: #008080;
    font-size: 2.0rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

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

.public_about_satreps {
    width: 100%;
    background-color: #E6F2EF;
    padding: 35px 50px 35px 50px;
    border-radius: 10px;
    background-image: url(../images/for-public/public_satreps_bk.png);
    background-position: top 20px center;
    background-repeat: no-repeat;
    background-size: 524px;
    position: relative;
    margin-top: -20px;
}

.public_about_satreps:before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dotted #8BAE87;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.public_about_satreps p {
    margin-bottom: 5px;
}

.public_about_satreps .satreps {
    color: #505050;
    font-size: 2.4rem;
    font-weight: bold;
}

.public_about_satreps .satreps img {
    display: inline-block;
    vertical-align: bottom;
    width: 262px;
    margin-right: 10px;
}

.public_about_satreps .sub01 {
    color: #707070;
    font-weight: bold;
}

.public_about_satreps .sub01 span {
    color: #008080;
}

.public_about_satreps .sub02 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #008080;
}

.public_about_satreps .public_tx {
    margin-top: 20px;
}

.w62 {
    width: 62px;
}

.w48 {
    width: 48px;
}

.w46 {
    width: 46px;
}

.w58 {
    width: 58px;
}

.win_list.public_list li a h2 {
/*    flex-direction: row;*/
    font-size: 1.8rem;
    display: block;
    padding-left: 68px;
    text-align: left;
    line-height: 1.2;
}

.win_list.public_list li a h2.pl55 {
    padding-left: 55px;
}

.win_list.public_list li a h2 img {
    display: inline-block;
/*    margin-right: 6px;*/
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.win_list.public_list li a h2 span {
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: left;
    line-height: 1.2;
}

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

a.link_bt_wide {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border-radius: 40px;
    padding-left: 0;
    padding: 5px;
    text-align: center;
    background: #008080;
    margin: 30px auto 40px;
    transition: 0.3s;
}

a.link_bt_wide:hover {
    background: rgba(112,112,112, 1);
}

a.link_bt_wide span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dotted #fff;
    border-radius: 40px;
    line-height: 54px;
}

a.link_bt_wide span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    background-image: url(../images/common/link_bt_ar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.access_wrap {
    display: flex;
}

.access_wrap .ac_left {
    width: 360px;
    margin-right: 20px;
}

/*
.access_wrap .map img {
    width: 301px;
}
*/

.access_wrap .ac_right {
    width: calc(100% - 380px);
}

.ac_left .ex_link {
    color: #008080;
    margin-bottom: 5px;
}

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

.sitemap_link_home {
    display: block;
    color: #363636;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sitemap_link_home:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
}

.sitemap_wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

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

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

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

.sitemap_wrap ul li a {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.sitemap_wrap ul li a:hover {
    color: #008080;
    text-decoration: underline;
}

.sitemap_wrap > ul > li > a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #008080;
    display: block;
    padding-left: 25px;
}

.sitemap_wrap > ul > li > a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0;
}

.sitemap_wrap > ul > li > ul {
    margin-left: 25px;
}

.sitemap_wrap > ul > li > ul > li > a {
    padding-left: 25px;
}

.sitemap_wrap > ul > li > ul > li > a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0;
}

.sitemap_wrap > ul > li > ul > li > ul {
    margin-left: 25px;
}

.sitemap_wrap > ul > li > ul > li > ul > li > a {
    
}

.sitemap_wrap > ul > li > ul > li > ul > li > a {
    padding-left: 20px;
}

.sitemap_wrap > ul > li > ul > li > ul > li > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 6px;
    left: 0;
}

.sitemap_wrap > ul > li.ohlink > a {
    color: #363636;
    font-weight: normal;
    font-size: 1.6rem;
    padding-left: 20px;
}

.sitemap_wrap > ul > li.ohlink > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 6px;
    left: 0;
    background-image: none;
}

.sitemap_wrap > ul > li.ohlink > a:hover {
    color: #008080;
}

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

ul.cList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

ul.cList::before{
  content:"";
  display: block;
  width:238px;
  order:1;
}

ul.cList::after{
  content:"";
  display: block;
  width:238px;
}

ul.cList > li {
    width: 238px;
    margin-bottom: 25px;
}

ul.cList > li > div {
    width: 100%;
    padding-top: 10px;
    position: relative;
}

ul.cList > li > div.env {
    border-top: 3px solid #8C7502;
}

ul.cList > li > div.inf {
    border-top: 3px solid #774D88;
}

ul.cList > li > div.life {
    border-top: 3px solid #158194;
}

ul.cList > li > div.carbon {
    border-top: 3px solid #B25570;
}

ul.cList > li > div.disaster {
    border-top: 3px solid #9A4D08;
}

ul.cList > li > div.climate {
    border-top: 3px solid #47831A;
}


ul.cList > li > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
}

ul.cList > li > div.env:before {
    border-top: 16px solid #8C7502;
}

ul.cList > li > div.inf:before {
    border-top: 16px solid #774D88;
}

ul.cList > li > div.life:before {
    border-top: 16px solid #158194;
}

ul.cList > li > div.carbon:before {
    border-top: 16px solid #B25570;
}

ul.cList > li > div.disaster:before {
    border-top: 16px solid #9A4D08;
}

ul.cList > li > div.climate:before {
    border-top: 16px solid #47831A;
}

.cList_filed {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px;
    padding-left: 25px;
}

.cList_img {
    display: block;
    margin-bottom: 10px;
}

.cList_img img {
    display: block;
    width: 238px;
    height: 146px;
    object-fit: cover;
}

.cList_country {
    display: flex;
    align-items: center;
}

.cList_country img {
    width: 34px;
}

.cList_country span {
    vertical-align: middle;
    font-size: 1.2rem;
    margin-left: 8px;
    font-weight: bold;
}

ul.cList > li h4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.cList > li h4 a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #363636;
}

ul.cList > li h5 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #707070;
}

ul.cList > li .cList_text {
    font-size: 1.2rem;
}

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

.field_dec p {
    font-size: 1.8rem;
    font-weight: bold;
}

.field_dec p span {
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2px 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #ccc;
    margin-bottom: 5px;
}

.field_dec p.bio {
    color: #338194;
}

.field_dec p.bio span {
    background-color: #338194;
}

.field_dec p.pre {
    color: #9A4D08;
}

.field_dec p.pre span {
    background-color: #9A4D08;
}

.field_dec p.env {
    color: #8C7502;
}

.field_dec p.env span {
    background-color: #8C7502;
}

.field_dec p.climate {
    color: #47831A;
}

.field_dec p.climate span {
    background-color: #47831A;
}

.field_dec p.carbon {
    color: #B25570;
}

.field_dec p.carbon span {
    background-color: #B25570;
}

.field_dec p.inf {
    color: #774D88;
}

.field_dec p.inf span {
    background-color: #774D88;
}

.f_right {
    float: right;
    display: block;
    margin-left: 25px;
    margin-bottom: 15px;
}

img.flg {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.w232 {
    width: 232px;
}

.w165 {
    width: 165px;
}

.represent_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.represent_wrap > div {
    width: 364px;
}

.rep_box {
    border: 2px solid #F2F8F7;
    border-radius: 20px;
    overflow: hidden;
}

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

.rep_intro {
    display: flex;
}

.rep01_img {
    width: 127px;
    min-width: 127px;
    margin-right: 8px;
}

.rep01_tx01 {
    width: clac(100% - 135px);
}

.rep01_tx01 p {
    font-size: 1.2rem;
}

.rep01_tx01 p.rep_name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.rep01_tx01 p.rep_name span {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}

.rep01_tx02 {
    border-top: 1px dotted #B4B4B4;
    padding-top: 12px;
    font-size: 1.2rem;
}

.rep02 {
    background: #F2F8F7;
    padding: 20px 20px 20px 20px;
    height: 100%;
}

.rep02_title {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
}

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

.subMain .rep02 h3:before {
    top: 9px;
}

.rep02_text {
    font-size: 1.4rem;
}

.interview_wrap {
    background-color: #F2F8F7;
    padding: 40px 25px 0 25px;
    border-radius: 10px;
    margin-top: 120px;
}

img.interview_reps {
    display: block;
    width: 710px;
    margin: -70px auto 45px;
}

p.ans_name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #008080;
    margin-bottom: 10px;
}

.ans_name img {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.q_right {
    width: 706px;
    position: relative;
    height: 118px;
    background-image: url(../images/case/fukidashi_right01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 30px;
    display: flex;
/*    justify-content: center;*/
    align-items: center;
}

.q_right p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 140px;
    width: 520px;
    margin-bottom: 0;
}

.q_left {
    width: 706px;
    position: relative;
    height: 118px;
    background-image: url(../images/case/fukidashi_left01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 30px;
    display: flex;
/*    justify-content: center;*/
    align-items: center;
}

.q_left02 {
    width: 706px;
    position: relative;
    height: 136px;
    background-image: url(../images/case/fukidashi_left02_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 30px;
    display: flex;
/*    justify-content: center;*/
    align-items: center;
}

.q_left p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 45px;
    width: 520px;
    margin-bottom: 0;
}

.q_left p a,
.q_right p a {
    color: #008080;
}

.q_left p a:hover,
.q_right p a:hover {
    text-decoration: underline;
}

.ans {
    margin-top: 25px;
    background: #fff;
    padding: 25px 30px 20px 30px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
}

.ans:before {
    content: '';
    display: block;
    width: 98%;
    height: 96%;
    border: 1px dotted #8BAE87;
    border-radius: 20px;
    position: absolute;
    top: 2%;
    left: 1%;
}

.ans:after {
    visibility: hidden;
    display: block;
    font-size: 0%;
    content: " ";
    clear: both;
    height: 0;
}

.ans p,
.ans img,
.ans a,
.ans span {
    position: relative;
    z-index: 2;
}

.tips_wrap {
    margin-top: 60px;
    background-color: #008080;
    padding: 30px 30px 50px 30px;
    width: calc(100% + 50px);
    margin: 60px -25px 0;
    border-radius: 0 0 10px 10px;
}

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

.tips_wrap ul li p {
    line-height: 2.2;
/*    border-top: dashed 1px rgba(255,255,255, .4);*/
}

.tips_wrap ul li p span {
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

.tips_wrap h3 {
    color: #fff;
    margin-bottom: 20px;
}

.tips_wrap h3:before {
    background: #fff;
}

.under {
  border-bottom: dashed 1px rgba(255,255,255, .4);
}

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

img.tips_title {
    display: block;
    width: 640px;
    margin: 0 auto 35px;
}

img.tips_reps {
    display: block;
    width: 142px;
    min-width: 142px;
}

.to_kadai_wrap {
    background-color: #F7FBFC;
    padding: 20px 25px 25px 25px;
    margin-top: 80px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.to_kadai_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 32px solid transparent;
}

.to_kadai_wrap.bio:after {
    border-top: 32px solid #158194;
}

.to_kadai_wrap.pre:after {
    border-top: 32px solid #9A4D08;
}

.to_kadai_wrap.carbon:after {
    border-top: 32px solid #B25570;
}

.to_kadai_wrap.inf:after {
    border-top: 32px solid #774D88;
}

.pre ul.field_flg li:first-child {
    color: #9A4D08;
}

.to_kadai_wrap.env:after {
    border-top: 32px solid #8C7502;
}

.env ul.field_flg li:first-child {
    color: #8C7502;
}

.to_kadai_wrap.climate:after {
    border-top: 32px solid #47831A;
}

.climate ul.field_flg li:first-child {
    color: #47831A;
}

.to_kadai_wrap.carbon:after {
    border-top: 32px solid #B25570;
}

.carbon ul.field_flg li:first-child {
    color: #B25570;
}

.to_kadai_wrap.inf:after {
    border-top: 32px solid #774D88;
}

.inf ul.field_flg li:first-child {
    color: #774D88;
}

ul.field_flg {
   display: flex;
    justify-content: space-between;
    margin-top: 25px;
    border-bottom: 1px dashed #4B8092;
    margin-bottom: 10px;
}

.bio ul.field_flg {
    border-bottom: 1px dashed #4B8092;
}

.pre ul.field_flg {
    border-bottom: 1px dashed #9A4D08;
}

.env ul.field_flg {
    border-bottom: 1px dashed #8C7502;
}

.climate ul.field_flg {
    border-bottom: 1px dashed #47831A;
}

.carbon ul.field_flg {
    border-bottom: 1px dashed #B25570;
}

.inf ul.field_flg {
    border-bottom: 1px dashed #774D88;
}

ul.field_flg li:first-child {
    font-size: 1.6rem;
    font-weight: bold;
    color: #158194;
    padding-bottom: 10px;
}

ul.field_flg li:nth-child(2) {
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.to_kadai_title {
    font-size: 2.0rem;
    font-weight: bold;
}

.caption {
    display: block;
    font-size: 1.1rem!important;
}

.img_wide {
    margin: 20px auto 20px;
    text-align: center;
}

ul.img_2rows {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto 10px;
}

ul.img_2rows::after{
  content:"";
  display: block;
  width: 340px;
}

ul.img_2rows li {
    padding: 0 10px;
}

/*既存ページから*/

#taisaku1 {
    clear: both;
    display: block;
    background-image: url(../images/case/5/project_05.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 55px;
    padding-bottom: 20px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0%;
    content: " ";
    clear: both;
    height: 0;
}

.project_res_matome {
    background-color: #008080;
    padding: 30px 30px 20px 30px;
    margin: 0px auto 0;
    border-radius: 10px;
    display: flex;
}

.project_res_matome_txt {
    color: #fff;
    font-size: 1.4rem;
}

.fukidashi_pre {
    min-width: 260px;
    width: 260px;
    margin-left: 30px;
}

#balloon, #balloon3, #balloon4 {
    width: 200px;
    position: relative;
    display: inline-block;
    padding: 10px 15px 0;
    width: auto;
    min-width: 115px;
    color: #F6F6F6;
    line-height: 50px;
    text-align: center;
    background: #FFF;
    border-radius: 60px;
    margin-bottom: 20px;
}

#balloon:before, #balloon3:before, #balloon4:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 55px;
    margin-left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    z-index: 0;
}

#balloon:after, #balloon3:after, #balloon4:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 70px;
    margin-left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    z-index: 0;
}

#balloon p,
#balloon3 p,
#balloon4 p {
    font-size: 1.3rem;
    font-weight: bold;
    color: #008080;
}

.fukidashi_reps {
    text-align: center;
}

/*----------------------------------
吹き出し
------------------------------------*/

.onebox {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    margin-top: 30px;
}

.onebox.reverse {
    flex-direction: row-reverse;
    margin-top: 30px;
}

.onebox .imgArea {
    width: 86px;
    margin-right: 14px;
    position: relative;
}

.onebox.reverse .imgArea {
    margin-right: 0;
    margin-left: 14px;
}

.onebox.normal .imgArea img {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}

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

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

.onebox .fukidasi {
    width: 100%;
    position: relative;
    padding: 25px;
    background-color: #EBF0D7;
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    border-radius: 12px;
    line-height: 1.4;
    box-sizing: border-box;
}

.onebox .fukidasi a {
    color: #008080;
}

.onebox .fukidasi::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    top: 22px;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.onebox .fukidasi::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    top: 40px;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.onebox.normal .fukidasi::before {
  left: -15px;
  border-left: 25px solid #EBF0D7;
  border-top: 25px solid transparent;
}

.onebox.normal .fukidasi::after {
  left: -25px;
  border-left: 25px solid #F2F8F7;
  border-top: 25px solid transparent;
}

.onebox.reverse .fukidasi {
  background-color: #EBF0D7;
}

.onebox.reverse .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #EBF0D7;
}

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


@media screen and (max-width: 767px) {
    .onebox .imgArea {
        width: 43px;
    }
    .onebox.normal .imgArea img {
/*        max-width: 70%;*/
        top: 0;
    }
    .onebox.reverse .imgArea img {
/*      max-width: 70%;*/
        top: 0;
    }
    .onebox .fukiArea {
        width: calc(100% - 57px);
    }
    .onebox .fukidasi {
        padding: 15px;
        font-size: 14px;
    }
    .onebox .fukidasi::before {
        top: 8px;
    }
    .onebox .fukidasi::after {
        top: 20px;
    }
}

/*----------------------------------
/吹き出し
------------------------------------*/

ul.geneTable {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 20px;
}

ul.geneTable > li {
    width: 50%;
    padding: 20px;
    background-color: #F2F8F7;
    border: 1px solid #009E9D;
    box-sizing: border-box;
    color: #008080;
}

ul.geneTable > li:nth-child(2),
ul.geneTable > li:nth-child(4)  {
    border-left: none;
}

ul.geneTable > li:nth-child(3),
ul.geneTable > li:nth-child(4),
ul.geneTable > li:nth-child(5) {
    border-top: none;
}

ul.geneTable > li > ul {
    margin-top: 5px;
}

ul.geneTable > li > ul > li {
    color: #008080;
    list-style-type: disc;
    margin-left: 1em;
    font-size: 1.4rem;
}

.case_photo_2rows {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.case_photo_2rows img {
    display: block;
}

.case_photo_l,
.case_photo_r {
    margin: 0 20px;
}

.pro_reps {
    background-color: #E6F2EF;
    padding: 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pro_reps:before,
.pro_reps:after {
    content: "";
    clear: both;
    display: block;
}

.pro_reps > h3 {
    margin-top: 0;
}

.pro_reps_cont {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

p.project_res_matome_txt_none {
    color: #fff;
}

p.frame_wh {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
}

img.int_point_ft2 {
    width: 534px;
    min-width: 534px;
}

ul.img_2rows_320 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto 10px;
}

ul.img_2rows_320 li {
    width: 320px;
}

ul.img_2rows_320 li:nth-child(even) {
    margin-left: 20px;
}

ul.pro_photo_r {
    display: flex;
}

ul.pro_photo_r li {
    margin-bottom: 30px;
}

ul.pro_photo_r li:nth-child(even){
    width: 232px;
    margin-left: 28px;
}

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

ul.pro_photo_l {
    display: flex;
}

ul.pro_photo_l {
    margin-bottom: 30px;
}

ul.pro_photo_l li:nth-child(odd){
    width: 232px;
    margin-right: 28px;
}

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

.img_2rows.w194 li {
    width: 224px;
    padding: 0 15px 0;
}

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

.pageLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pageLinks li {
    position: relative;
    display: block;
    width: 49%;
    margin-top: 15px;
    border-radius: 8px;
    border: 2px solid #487F7F;
}

.pageLinks li a {
    display: block;
    padding: 18px 26px;
    color: #008080;
    font-weight: bold;
}

.pageLinks li::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.pageLinks li:hover {
    opacity: 0.7;
}

.pageLinks li a:hover {
    opacity: 1;
}

.pageLinks li:hover::after {
    margin-top: 5px;
}

h2 a.link {
    color: #008080;
    float: right;
    padding-top: 5px;
}

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

h2 a.link.red {
    color: #C40E2A;
    font-size: 1.6rem;
}

h2 a.link.red:before {
    border-color: transparent transparent transparent #C40E2A;
}


h3.para_title_f18 {
    font-size: 1.8rem;
    padding-left: 0;
}

h3.para_title_f18:before {
    content: none;
}

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

.koubo_area:after {
    content:"";
    display: block;
    width: 49%;
}

.koubo_area li {
    width: 49%;
    background-color: #F5F5F5;
    border-radius: 5px;
    position: relative;
    margin-bottom: 16px;
    padding: 25px 30px 15px 30px;
    overflow: hidden;
    position: relative;
}

.koubo_area li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 24px solid transparent;
}

.koubo_area li.env {
    background-color: #FAF9F5;
}

.koubo_area li.env:after {
    border-top: 24px solid #8C7502;
}

.koubo_area li.carbon {
    background-color: #FBF6F8;
}

.koubo_area li.carbon:after {
    border-top: 24px solid #9D566F;
}

.koubo_area li.bio {
    background-color: #F7FBFC;
}

.koubo_area li.bio:after {
    border-top: 24px solid #4B8092;
}

.koubo_area li.disaster {
    background-color: #FCF9F7;
}

.koubo_area li.disaster:after {
    border-top: 24px solid #9A4D08;
}

.koubo_area li h4 {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}

.koubo_area li.env h4 {
    color: #8C7502;
    border-bottom: 1px dotted #8C7502;
}

.koubo_area li.carbon h4 {
    color: #9D566F;
    border-bottom: 1px dotted #9D566F;
}

.koubo_area li.bio h4 {
    color: #4B8092;
    border-bottom: 1px dotted #4B8092;
}

.koubo_area li.disaster h4 {
    color: #9A4D08;
    border-bottom: 1px dotted #9A4D08;
}

ul.large_disc li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

ul.large_disc li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #008080;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.box_dotted {
    padding: 20px 25px 15px 25px;
    border: 1px dotted #707070;
    border-radius: 10px;
}

.w_linkbt.flex {
    display: flex;
    justify-content: space-between;
}

.w_linkbt.flex span {
    font-size: 1.6rem;
}

.w_linkbt.flex span.register {
    color: #363636;
    margin-right: 30px;
}

.w_linkbt.flex.close {
    pointer-events: none;
}

a.w_linkbt.flex {
    display: flex;
    justify-content: space-between;
}

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

a.w_linkbt.flex span.register {
    color: #363636;
    margin-right: 30px;
}

a.w_linkbt.flex.close {
    pointer-events: none;
}

.kouboCt > h4 {
    position: relative;
    padding-left: 20px;
    color: #363636;
}

.kouboCt > h4:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #008080;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.kouboCt > p.link {
    padding-left: 32px;
    position: relative;
    margin-left: 20px;
}

.kouboCt > p.link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 16px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}

.kouboCt > p.link a {
    color: #008080;
    text-decoration: underline;
}

dl.koubo_kikan {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

dl.koubo_kikan dt {
    width: 110px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

dl.koubo_kikan dt:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #008080;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

dl.koubo_kikan dd {
    width: calc(100% - 110px);
}

.highlight {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #707070;
    padding: 5px 20px 5px;
    border-radius: 5px;
}

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

div.infoItem {
    margin-bottom: 20px;
}

div.infoItem p,
div.infoItem span,
div.infoItem a {
    font-size: 1.4rem;
}

div.infoItem p > a.link_blank:before {
    content: none;
}

div.infoItem p > a.link_blank {
    padding-left: 0;
}

.info_top {
    display: flex;
    justify-content: flex-start;
    border-top: 1px dotted #B4B4B4;
    margin-bottom: 15px;
}

.info_top .cate{
    display: block;
    min-width: 124px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding: 5px 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-right: 12px;
    line-height: 1.2;
}

.info_top .cate.info {
    background-color: #008080;
}

.info_top .cate.event {
    background-color: #4A78B0;
}

.info_top .cate.press {
    background-color: #435B9B;
}

.info_top .cate.seika {
    background-color: #008080;
}

.info_top .cate.saitaku {
    background-color: #835F10;
}

.info_top .cate.sonota {
    background-color: #707070;
}

.info_top .date {
    padding-top: 5px;
    line-height: 1.2;
    display: inline-block;
}

.info_top .state{
    margin-left: auto;
}

.info_top .state span{
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 2px 15px 1px;
    margin-top: 5px;
    background: #E3E3E3;
    border-radius: 10px;
    line-height: 1.2;
}

div.infoItem a.w_linkbt.flex {
    margin-top: 12px;
}

dl.event_dtl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}

dl.event_dtl dt {
    width: 90px;
    margin-right: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}

dl.event_dtl dd {
    width: calc(100% - 100px);
    font-size: 1.4rem;
    font-weight: bold;
}

dl.event_dtl dd p,
dl.event_dtl dd span,
dl.event_dtl dd a {
    font-weight: normal;
}

.ar {
    padding-left: 15px;
    position: relative;
}

.ar:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 2px;
    left: 0;
}

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

.world_map {
    margin-top: 35px;
}

.world_map img {
    width: 760px;
    max-width: 100%;
}

.map_reps {
    text-align: center;
    position: relative;
}

.map_reps img {
    width: 746px;
    height: 222px;
    margin: 30px auto 0;
}

.map_reps_tx {
    position: absolute;
    top: 110px;
    left: 80px;
}

.map_reps_tx p {
    text-align: left;
    white-space: nowrap;
}

.map_reps_tx p span {
    color: #008080;
    font-size: 2.0rem;
    font-weight: bold;
}

.world_map_sp {
    display: none;
}

.map_reps_sp {
    display: none;
}

.win_list li a h2.kadai_cate01 span,
.win_list li a h2.kadai_cate02 span,
.win_list li a h2.kadai_cate03 span {
    position: relative;
    font-size: 2.0rem;
    display: block;
    line-height: 1.2;
    padding-left: 74px;
    text-align: left;
}

.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 {
    content: '';
    display: inline-block;
    width: 64px;
    height: 58px;
    background-size: contain;
    vertical-align: middle;
/*
    margin-right: 8px;
    margin-top: -5px;
    position: relative;
*/
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.win_list li a h2.kadai_cate01 span:before {
    background-image: url(../images/common/kadai_cate01.png);
}

.win_list li a h2.kadai_cate02 span:before {
    background-image: url(../images/common/kadai_cate02.png);
}

.win_list li a h2.kadai_cate03 span:before {
    background-image: url(../images/common/kadai_cate03.png);
}

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

ul.kadai_sdgs {
    width: 760px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.kadai_sdgs li {
    width: 120px;
    margin-right: 8px;
    margin-bottom: 8px;
}

ul.kadai_sdgs li:nth-child(6n) {
    margin-right: 0;
}

ul.kadai_sdgs li a {
    display: block;
}

ul.kadai_sdgs li a:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
}

ul.kadai_sdgs li a img {
    display: block;
    width: 120px;
    max-width: 100%;
}

.sdgs_reps {
    text-align: center;
    position: relative;
}

.sdgs_reps img {
    width: 746px;
    margin: 30px auto 0;
}

.sdgs_reps_tx {
    position: absolute;
    top: 110px;
    left: 80px;
}

.sdgs_reps_tx p {
    text-align: left;
    white-space: nowrap;
}

.sdgs_reps_tx p span {
    color: #008080;
    font-size: 2.0rem;
    font-weight: bold;
}

.sdgs_reps_sp {
    display: none;
}

ul.kadai_sdgs.sdgs_list li a {
    cursor: pointer;
    opacity: 0.5;
}

ul.kadai_sdgs.sdgs_list li.active a {
    opacity: 1;
}

.sdgs_row h3 {
    color: #363636;
    margin-top: 30px;
}

.sdgs_row .kadai:after {
    content: none;
}

.sdgs_row .kadai a {
    padding-top: 0;
}

.sdgs_num {
    float: right;
    display: flex;
}

.k_partner .sdgs_num li {
    width: 24px;
    margin-right: 4px;
}

.k_partner .sdgs_num li:last-child {
    margin-right: 0;
}

.k_partner .sdgs_num li span {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 5px 0;
    border: 1px solid;
    width: 100%;
    border-radius: 3px;
    margin: 0;
}

.k_partner .sdgs_num li span.s01 {
    border-color: #DB0015;
    color: #DB0015;
}

.k_partner .sdgs_num li span.s02 {
    border-color: #D39400;
    color: #D39400;
}

.k_partner .sdgs_num li span.s03 {
    border-color: #25862A;
    color: #25862A;
}

.k_partner .sdgs_num li span.s04 {
    border-color: #B7001E;
    color: #B7001E;
}

.k_partner .sdgs_num li span.s05 {
    border-color: #E01F10;
    color: #E01F10;
}

.k_partner .sdgs_num li span.s06 {
    border-color: #0098D1;
    color: #0098D1;
}

.k_partner .sdgs_num li span.s07 {
    border-color: #FFAD00;
    color: #FFAD00;
}

.k_partner .sdgs_num li span.s08 {
    border-color: #830025;
    color: #830025;
}

.k_partner .sdgs_num li span.s09 {
    border-color: #E85200;
    color: #E85200;
}

.k_partner .sdgs_num li span.s10 {
    border-color: #CD0068;
    color: #CD0068;
}

.k_partner .sdgs_num li span.s11 {
    border-color: #F68E00;
    color: #F68E00;
}

.k_partner .sdgs_num li span.s12 {
    border-color: #CD7D00;
    color: #CD7D00;
}

.k_partner .sdgs_num li span.s13 {
    border-color: #3D6726;
    color: #3D6726;
}

.k_partner .sdgs_num li span.s14 {
    border-color: #0064AE;
    color: #0064AE;
}

.k_partner .sdgs_num li span.s15 {
    border-color: #3A9927;
    color: #3A9927;
}

.k_partner .sdgs_num li span.s16 {
    border-color: #003D76;
    color: #003D76;
}

.k_partner .sdgs_num li span.s17 {
    border-color: #002555;
    color: #002555;
}

.k_partner .sdgs_num li span.s01.pri {
    background-color: #DB0015;
    color: #fff;
}

.k_partner .sdgs_num li span.s02.pri {
    background-color: #D39400;
    color: #fff;
}

.k_partner .sdgs_num li span.s03.pri {
    background-color: #25862A;
    color: #fff;
}

.k_partner .sdgs_num li span.s04.pri {
    background-color: #B7001E;
    color: #fff;
}

.k_partner .sdgs_num li span.s05.pri {
    background-color: #E01F10;
    color: #fff;
}

.k_partner .sdgs_num li span.s06.pri {
    background-color: #0098D1;
    color: #fff;
}

.k_partner .sdgs_num li span.s07.pri {
    background-color: #FFAD00;
    color: #fff;
}

.k_partner .sdgs_num li span.s08.pri {
    background-color: #830025;
    color: #fff;
}

.k_partner .sdgs_num li span.s09.pri {
    background-color: #E85200;
    color: #fff;
}

.k_partner .sdgs_num li span.s10.pri {
    background-color: #CD0068;
    color: #fff;
}

.k_partner .sdgs_num li span.s11.pri {
    background-color: #F68E00;
    color: #fff;
}

.k_partner .sdgs_num li span.s12.pri {
    background-color: #CD7D00;
    color: #fff;
}

.k_partner .sdgs_num li span.s13.pri {
    background-color: #3D6726;
    color: #fff;
}

.k_partner .sdgs_num li span.s14.pri {
    background-color: #0064AE;
    color: #fff;
}

.k_partner .sdgs_num li span.s15.pri {
    background-color: #3A9927;
    color: #fff;
}

.k_partner .sdgs_num li span.s16.pri {
    background-color: #003D76;
    color: #fff;
}

.k_partner .sdgs_num li span.s17.pri {
    background-color: #002555;
    color: #fff;
}

#sec_country.sdgs_row .kadai:before {
    content: none;
}

.sdgs_row .kadai .kadai_tit {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    width: calc(100% + 40px);
    height: auto;
    margin: 0 -20px;
    padding: 5px 20px 5px 20px;
/*padding-top: 10px;*/
    margin-bottom: 10px;
}

.sdgs_row .kadai.s_en01 .kadai_tit {
    background-color: #8C7502;
}

.sdgs_row .kadai.s_en02 .kadai_tit {
    background-color: #B25570;
}

.sdgs_row .kadai.s_en03 .kadai_tit {
    background-color: #47831A;
}

.sdgs_row .kadai.s_life .kadai_tit {
    background-color: #158194;
}

.sdgs_row .kadai.s_pre .kadai_tit {
    background-color: #9A4D08;
}

.sdgs_row .kadai.s_inf .kadai_tit {
    background-color: #774D88;
}

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

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

.subMain p.research_period {
    text-align: center;
    margin-bottom: 40px;
}

.subMain p.research_period iomg {
    display: block;
    width: 758px;
    max-width: 100%;
}

dl.koubo_steps {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

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

dl.koubo_steps dd {
    width: calc(100% - 180px);
}

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

dl.koubo_steps dt:before {
    content: '';
    display: block;
    color: #008080;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 12px 8px;
    border-top-color: currentColor;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -5px;
}

dl.koubo_steps dt:after {
    content: '';
    display: block;
    width: 5px;
    height: calc(100% - 68px);
    background-color: #008080;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -5px;
}

dl.koubo_steps dt.no_ar:before,
dl.koubo_steps dt.no_ar:after {
    content: none;
}

dl.koubo_steps dd p {
    font-size: 1.4rem;
}

dl.koubo_steps dd p.step_title {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #008080;
    margin-bottom: 15px;
}

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

.koubo_tn {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

.koubo_tn th {
    text-align: center;
    padding: 10px;
/*    background: #F2F8F7;*/
/*    border: solid 1px #E3E3E3;*/
    background-color: #F2F8F7;
    border: solid 1px #BABABA;
    font-size: 1.5rem;
}

.koubo_tn td {
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #BABABA;
    font-size: 1.5rem;
}

/*----------------------------------
よくあるご質問
------------------------------------*/
.faq_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq_list li {
    position: relative;
    display: block;
    width: 49%;
    margin-top: 16px;
    border-radius: 8px;
    border: 2px solid #487F7F;
}

.faq_list li a {
    display: block;
    padding: 18px 26px;
    padding-right: 50px;
    color: #008080;
    font-weight: 600;
}

.faq_list li::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.faq_list li:hover {
    opacity: 0.7;
}

.faq_list li a:hover {
    opacity: 1;
}

.faq_list li:hover::after {
    margin-top: 5px;
}

.faq_content a {
    word-wrap: break-word;
    color: #008080;
}

.faq_program_container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.faq_content_inner dl > div {
    width: 50%;
}

.faq_program_container dl {
    display: flex;
    width: 49%;
}

.faq_program_item dt {
    padding: 8px 8px;
    font-weight: bold;
    text-align: center;
    background: #EDEDED;
}

.faq_program_item dd {
    padding: 7px 10px;
    text-align: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #E2E2E2;
}

.border-right dt,
.border-right dd {
    border-right: 1px solid #E2E2E2;
}

.faq_pc_none {
    display: none;
}

.faq_content_inner dl {
    margin-bottom: 15px;
}

.faq_content_inner>dl>dt {
    position: relative;
    padding: 12px 30px 12px 70px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background: #008080;
}

.faq_content_inner>dl>dt>p {
    color: #fff;
}

.faq_content_inner>dl>dt::after {
    position: absolute;
    content: 'Q';
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 25px;
    left: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color: #008080;
    background: #fff;
}

.faq_content_inner>dl>dd {
    position: relative;
    padding: 20px 30px 20px 70px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #487F7F;
}

.faq_content_inner>dl>dd::after {
    position: absolute;
    content: 'A';
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 33px;
    left: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #008080;
}

.faq_02-3_ans_list {
    margin-bottom: 15px;
}

.faq_02-3_ans_list li {
    text-indent: -1.1em;
    padding-left: 0.9em;
}

/* koubo.cssと共通クラス */
p.sm-circle-before {
    position: relative;
    padding-left: 22px;
}

p.sm-circle-before::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    background-color: #008080;
}

/* ここまで */

sup {
    vertical-align: top;
    font-size: smaller;
}

.faq_02-4_ans-01 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #B4B4B4;
}

.faq_indent {
    text-indent: -1em;
    padding-left: 1em;
}

.faq_ques_03-1 {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}

.faq_04_ans_list li {
    margin-left: 1em;
}

.contact_title {
    margin-top: 27px;
}

.faq_contact_btn {
    margin-top: 20px;
    padding: 15px 33px;
    border-radius: 8px;
    background: #E6F2EF;
}

.faq_contact_btn p:first-of-type {
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 1px dashed #B4B4B4;
}

.faq_contact_btn p:nth-of-type(n+2) {
    margin-bottom: 0;
}

/*----------------------------------
遺伝資源の利用
------------------------------------*/
.iden a {
    text-decoration: underline;
    color: #008080;
}

.iden_abs {
    margin-bottom: 60px;
}

/*
a.pdf-before::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url(../images/common/h_top_r02_ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: -3px;
}
*/

a.pdf-before::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    background-image: url(../images/common/pdf_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
}

.iden_accordion_btn {
    position: relative;
    width: 100%;
    min-height: 55px;
    margin: 5px auto 0;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #008080;
    border: 2px solid #008080;
}

.iden_accordion_btn::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.iden_accordion_btn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.iden_accordion_btn:hover::after {
    margin-top: 5px;
}

.iden_accordion_btn.open {
    background: #9D9D9D;
    border-radius: 10px 10px 0 0;
    border: 2px solid #9D9D9D;
}

.iden_accordion_btn.open::after {
    margin-top: -5px;
    transform: rotate(180deg);
}

.iden_accordion {
    margin-bottom: 20px;
    padding: 30px 26px;
    border-radius: 0 0 10px 10px;
    background: #F2F8F7;
}

.iden_accordion_list-01 {
    margin-bottom: 40px;
}

li.lg-circle-before {
    position: relative;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 24px;
}

li.lg-circle-before::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    background-color: #008080;
}

.square-before {
    position: relative;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 24px;
}

.square-before::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background-color: #008080;
    transform: rotate(45deg);
}

.iden_accordion_list-02 {
    margin-left: 24px;
}

.iden_accordion_list-02 p:first-child {
    font-size: 1.4rem;
    font-weight: bold;
}

p.sm-circle-before {
    position: relative;
    padding-left: 22px;
}

p.sm-circle-before::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    background-color: #008080;
}

p.arrow-before {
    position: relative;
    font-size: 1.4rem;
    margin-left: 22px;
    margin-bottom: 6px;
    padding-left: 14px;
}

p.arrow-before::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/koubo/iden/arrow.png) no-repeat center center / contain;
}

.iden_accordion dt {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 40px;
}

.iden_accordion dt::before {
    position: absolute;
    content: 'Q';
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #707070;
}

.iden_accordion dd {
    position: relative;
    padding-left: 40px;
}

.iden_accordion dd:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #B4B4B4;
}

.iden_accordion dd::before {
    position: absolute;
    content: 'A';
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 13px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #008080;
}

a.to_abs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin: 50px auto 60px;
    border-radius: 10px;
    border: 2px solid #008080;
    background: #fff;
}

a.to_abs::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

a.to_abs:hover::after {
    margin-top: 5px;
}

a.to_abs span {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #008080;
}

a.to_abs span::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url(../images/koubo/iden/iden_abs_ban.png);
    background-size: contain;
    margin-top: -2px;
    margin-right: 15px;
}

.img_container {
    width: 84px;
    height: 69px;
}

.img_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.to_abs_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 76px;
}

.to_abs_inner p {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #008080;
}

.iden_lecture >p {
    margin-bottom: 24px;
}

.iden_lecture_list {
    margin-bottom: 63px;
}

.iden_lecture_list li:not(:first-child) {
    margin-top: 22px;
}

.iden_lecture_list p {
    font-size: 1.4rem;
    margin-left: 15px;
}

.iden_lecture_list a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #363636;
}

.contact_bg-green_btn {
    background: #F2F8F7;
    padding: 25px 33px;
    border-radius: 8px;
}

.contact_bg-green_btn p:first-of-type {
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 1px dashed #B4B4B4;
}

.contact_bg-green_btn p:nth-of-type(n+2) {
    margin-bottom: 0;
}

/*----------------------------------
SATREPSとは
------------------------------------*/
.satreps_en-title span {
    font-weight: bold;
    color: #008080;
}

.about_about_bg-green {
    margin-top: 26px;
    padding: 25px;
    border-radius: 8px;
    background: #F2F8F7;
    outline: 1px dashed #8BAE87;
    outline-offset: -5px;
}

.about_about_bg-green h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: none;
}

.about_about_bg-green span {
    font-size: 2rem;
    color: #008080;
}

.about_about_bg-green .fz16 {
    font-size: 1.6rem;
}

.about_about_text_container {
    margin-top: 32px;
}

p.about_about_indent {
    margin-top: 15px;
    margin-bottom: 20px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.about_about_indent a {
    font-size: 1.2rem;
    color: #008080;
    text-decoration: underline;
}

.about_about_img {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

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

.about_about_dotted_container {
    margin-top: 20px;
    padding: 22px 30px;
    border-radius: 8px;
    border: 1px dotted #707070;
}

.about_about_title {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #008080;
}

.about_about_title::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background: #008080;
}

.about_about_dotted_container p {
    padding-left: 15px;
    font-size: 1.4rem;
}

h2.about_about_h2 {
    margin-bottom: 0;
    font-size: 2rem;
    color: #008080;
    border-bottom: none;
}

.about_about_list_01 {
    padding: 30px 40px 10px;
    border-radius: 8px;
    border: 2px solid #008080;
}

.about_about_list_01 li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    font-weight: bold;
}

.about_about_list_01 li p {
    font-weight: normal;
}

.about_about_list_01 li::before {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    top: 0;
    left: -10px;
    border-radius: 50px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #008080;
}

.about_about_list_01 li:first-child::before {
    content: "1";
}

.about_about_list_01 li:nth-child(2)::before {
    content: "2";
}

.about_about_list_01 li:last-child::before {
    content: "3";
}

.about_about_arrow {
    position: relative;
}

.about_about_arrow::before {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 20px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #008080;
}

.about_about_arrow::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    border: 28px solid;
    border-color: #008080 transparent transparent transparent;
}

.about_about_green {
    margin-top: 48px;
    text-align: center;
}

.about_about_green p {
    display: inline-block;
    padding: 13px 40px;
    border-radius: 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #008080;
    border: 1px solid #707070;
}

.about_about_list_02_container {
    margin-top: 35px;
}

.about_about_list_02 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about_about_list_green,
.about_about_list_blue {
    width: 47%;
    margin-top: 10px;
    padding: 12px 28px;
    border-radius: 8px;
}

.about_about_list_green {
    background: #F2F8F7;
}

.about_about_list_blue {
    background: #F4F9FF;
}

.about_about_list_green p:first-child,
.about_about_list_blue p:first-child {
    font-size: 1.8rem;
    font-weight: bold;
}

.about_about_list_green p:first-child {
    color: #008080;
}

.about_about_list_blue p:first-child {
    color: #0A4989;
}

.about_about_list_green p:not(:first-child),
.about_about_list_blue p:not(:first-child) {
    position: relative;
    padding-left: 17px;
}

.about_about_list_green p:not(:first-child)::before,
.about_about_list_blue p:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 7px;
    left: 0;
    border-radius: 50px;
}

.about_about_list_green p:not(:first-child)::before {
    background: #008080;
}

.about_about_list_blue p:not(:first-child)::before {
    background: #0A4989;
}

.cross-mark {
    position: relative;
    display: block;
    width: 30px;
    height: auto;
}

.cross-mark::before,
.cross-mark::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 5px;
    height: 34px;
    border-radius: 8px;
}

.cross-mark::before {
    transform: translate(-50%, -50%) rotate(45deg);
    background: #0A4989;
    opacity: 0.5;
}

.cross-mark::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #008080;
    opacity: 0.5;
}

.satreps_figure {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about_about_bg-green_02 {
    padding: 15px 0;
    margin-top: 30px;
    margin-bottom: 60px;
    border-radius: 8px;
    text-align: center;
    background: #F2F8F7;
}

.about_about_bg-green_02 p:first-child {
    font-weight: bold;
}

.about_about_bg-green_02 p span {
    padding-left: calc(1.6rem * 4.2);
}

.about_about_table_container table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.about_about_table_container tr {
    text-align: center;
}

.about_about_table_container th {
    padding: 7px 0;
    font-weight: bold;
    background: #EDEDED;
    border: 1px solid #E2E2E2;
}

.about_about_table_container td {
    padding: 7px 0;
    border: 1px solid #E2E2E2;
    font-size: 1.4rem;
}

.about_about_link li {
    line-height: 2;
    /*
    padding-left: 2rem;
    text-indent: -2rem;
*/
}

.about_about_link a.link {
    padding-left: 20px;
}

.about_about_link a.link:hover,
.about_about_link span:hover {
    color: #008080;
}

.about_about_link span {
    position: relative;
}

.about_about_link span::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    background-image: url(../images/common/pdf_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
}

/*----------------------------------
研究分野/領域
------------------------------------*/
.area_of_research_bg_green {
    margin: 15px 0;
    padding: 27px 30px;
    border-radius: 8px;
    background: #F2F8F7;
}

.area_of_research_bg_green li {
    position: relative;
    padding-left: 17px;
    font-size: 1.4rem;
    font-weight: bold;
}

.area_of_research_bg_green li:not(:first-child) {
    margin-top: 7px;
}

.area_of_research_bg_green li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 7px;
    left: 0;
    border-radius: 50px;
    background: #008080;
}

p.area_of_research_indent {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.area_of_research_list li {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #BABABA;
}

.area_of_research_list li:first-child {
    margin-top: 35px;
    border-top: 1px dashed #BABABA;
}

.area_of_research_list_title {
    position: relative;
    display: inline-block;
}

.area_of_research_list_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    transition: .4s ease-in-out;
}

.area_of_research_list_title:hover::after {
    opacity: 0.7;
    margin-top: 5px;
}

.area_of_research_list_title a {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #363636;
}

.area_of_research_list_item {
    font-size: 1.8rem;
    font-weight: bold;
    color: #008080;
}

.area_of_research_list_item+p {
    padding-left: 40px;
    font-size: 1.4rem;
}

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

.area_of_research_h3 {
    display: flex;
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 10px 18px;
    border-radius: 4px;
}

.area_of_research_h3_01 {
    background: #8C7502;
}

.area_of_research_h3_02 {
    background: #B25570;
}

.area_of_research_h3_03 {
    background: #338194;
}

.area_of_research_h3_04 {
    background: #9A4D08;
}

.area_of_research_h3_05 {
    background: #774D88;
}

.area_of_research_h3 h3::before {
    display: none;
}

.area_of_research_h3 h3 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.area_of_research_h3 h3:first-child {
    padding-right: 10px;
}

.area_of_research_h3 h3:last-child {
    flex: 1;
}

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

.area_of_research_img_container li {
    width: 48%;
    margin-top: 10px;
}

.area_of_research_img_container p {
    font-size: 1.2rem;
}

.area_of_research_kadai p:first-of-type {
    position: relative;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 2rem;
    font-weight: bold;
}

.area_of_research_kadai p:first-of-type:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    top: 11px;
    left: 0;
    background: #008080;
}

.area_of_research_kadai ul {
    margin-bottom: 20px;
    padding: 20px 27px;
    border-radius: 8px;
}

.area_of_research_kadai.kadai_01 ul {
    background: #FAF9F5;
}

.area_of_research_kadai.kadai_02 ul {
    background: #FBF6F8;
}

.area_of_research_kadai.kadai_03 ul {
    background: #F7FBFC;
}

.area_of_research_kadai.kadai_04 ul {
    background: #FCF9F7;
}

.area_of_research_kadai.kadai_05 ul {
    background: #F8F6F9;
}

.area_of_research_kadai li {
    margin-top: 6px;
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
}

.area_of_research_kadai li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    top: 6px;
    left: 0;
}

.area_of_research_kadai.kadai_01 li::before {
    background: #8C7502;
}

.area_of_research_kadai.kadai_02 li::before {
    background: #B25570;
}

.area_of_research_kadai.kadai_03 li::before {
    background: #338194;
}

.area_of_research_kadai.kadai_04 li::before {
    background: #9A4D08;
}

.area_of_research_kadai.kadai_05 li::before {
    background: #774D88;
}

.aster.area_of_research_indent a {
    font-size: 1.2rem;
}

sub {
    font-size: 70%;
    vertical-align: sub;
}

/*----------------------------------
SATREPSの成果発信
------------------------------------*/
.outcomes_tab {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 4px solid #487F7F;
}

.outcomes_tab li {
    width: 49%;
    text-align: center;
}

.outcomes_tab li a {
    display: block;
    border-radius: 8px 8px 0 0;
    line-height: inherit;
}

.outcomes_tab_01 a {
    background: #E5EFED;
}

.outcomes_tab_02 a {
    background: #008080;
}

.outcomes_tab li a h2{
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 0;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: none;
}

.outcomes_tab_02 a h2{
    color: #fff;
}

.outcomes_content {
    padding: 60px 40px 65px;
    background: url(../images/outcomes/bg_sketchbook.png) no-repeat center center / contain;
}

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

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

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

.outcomes_content_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.outcomes_content_title h3 {
    position: static;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #8C7502;
}

	.outcomes_disaster .outcomes_content_title h3 {
	    color: #9A4D08;
	}

	.outcomes_environment_energy2 .outcomes_content_title h3 {
	    color: #B25570;
	}

	.outcomes_bioresources .outcomes_content_title h3 {
	    color: #158194;
	}

.outcomes_content_title h3::before {
    display: none;
}

.outcomes_content_title p {
    position: relative;
    padding-left: 30px;
    font-size: 1.4rem;
}

.outcomes_content_title p::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 16px;
    top: 0;
    left: 0;
    background: url(../images/outcomes/flag_zambia.png) no-repeat center center / contain;
}

	.outcomes_content_title p.mexico::before {
	    background: url(../images/flag/mexico.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.india::before {
	    background: url(../images/flag/india.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.indonesia::before {
	    background: url(../images/flag/indonesia.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.cambodia::before {
	    background: url(../images/flag/cambodia.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.srilanka::before {
	    background: url(../images/flag/srilanka.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.thailand::before {
	    background: url(../images/flag/thailand.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.nepal::before {
	    background: url(../images/flag/nepal.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.bangladesh::before {
	    background: url(../images/flag/bangladesh.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.pilipinas::before {
	    background: url(../images/flag/pilipinas.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.bhutan::before {
	    background: url(../images/flag/bhutan.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.vietnam::before {
	    background: url(../images/flag/vietnam.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.malaysia::before {
	    background: url(../images/flag/malaysia.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.myanmar::before {
	    background: url(../images/flag/myanmar.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.mongolia::before {
	    background: url(../images/flag/mongolia.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.laos::before {
	    background: url(../images/flag/laos.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.algeria::before {
	    background: url(../images/flag/algeria.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.egypt::before {
	    background: url(../images/flag/egypt.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.ethiopia::before {
	    background: url(../images/flag/ethiopia.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.cameroon::before {
	    background: url(../images/flag/cameroon.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.gabon::before {
	    background: url(../images/flag/gabon.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.ghana::before {
	    background: url(../images/flag/ghana.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.kenya::before {
	    background: url(../images/flag/kenya.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.zambia::before {
	    background: url(../images/flag/zambia.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.djibouti::before {
	    background: url(../images/flag/djibouti.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.sudan::before {
	    background: url(../images/flag/sudan.gif) no-repeat center center / contain;
	}

	.outcomes_content_title p.tanzania::before {
	    background: url(../images/flag/tanzania.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.tunisia::before {
	    background: url(../images/flag/tunisia.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.namibia::before {
	    background: url(../images/flag/namibia.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.burkinafaso::before {
	    background: url(../images/flag/burkinafaso.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.botswana::before {
	    background: url(../images/flag/botswana.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.madagascar::before {
	    background: url(../images/flag/madagascar.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.malawi::before {
	    background: url(../images/flag/malawi.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.southafrica::before {
	    background: url(../images/flag/southafrica.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.mozambique::before {
	    background: url(../images/flag/mozambique.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.morocco::before {
	    background: url(../images/flag/morocco.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.ukraine::before {
	    background: url(../images/flag/ukraine.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.croatia::before {
	    background: url(../images/flag/croatia.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.serbia::before {
	    background: url(../images/flag/serbia.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.uzbekistan::before {
	    background: url(../images/flag/uzbekistan.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.tajikistan::before {
	    background: url(../images/flag/tajikistan.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.turkey::before {
	    background: url(../images/flag/turkey.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.tuvalu::before {
	    background: url(../images/flag/tuvalu.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.tonga::before {
	    background: url(../images/flag/tonga.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.palau::before {
	    background: url(../images/flag/palau.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.vanuatu::before {
	    background: url(../images/flag/vanuatu.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.fiji::before {
	    background: url(../images/flag/fiji.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.argentina::before {
	    background: url(../images/flag/argentina.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.elsalvador::before {
	    background: url(../images/flag/elsalvador.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.colombia::before {
	    background: url(../images/flag/colombia.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.chile::before {
	    background: url(../images/flag/chile.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.panama::before {
	    background: url(../images/flag/panama.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.brazil::before {
	    background: url(../images/flag/brazil.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.peru::before {
	    background: url(../images/flag/peru.gif) no-repeat center center / contain;
	}
	.outcomes_content_title p.bolivia::before {
	    background: url(../images/flag/bolivia.gif) no-repeat center center / contain;
	}

.outcomes_content_img {
    display: flex;
    margin-top: 20px;
    margin-bottom:20px;
    min-height:215px;
}

.outcomes_content_02 .outcomes_content_img {
    flex-direction: row-reverse;
}

.outcomes_content_img_01 {
    width: 38%;
}

.outcomes_content_img_02 {
    width: 60%;
    margin-left:2%;
    background: url(../images/outcomes/balloon01.png) no-repeat center center / contain;
}
.outcomes_content_img_02 p {
	word-break:normal;
}

.outcomes_content_02 .outcomes_content_img_02 {
    background: url(../images/outcomes/balloon02.png) no-repeat center center / contain;
}

.outcomes_content_img_02 p {
    width: 265px;
    padding: 25px 0 0 35px;
    font-weight: bold;
}

.outcomes_content_02 .outcomes_content_img_02 p {
    width: 370px;
    padding: 30px 0px 0px 130px;
}

.outcomes_content_02 .outcomes_content_title h3 {
    color: #158194;
}

.outcomes_content_03 .outcomes_content_title h3 {
    color: #B25570;
}

.outcomes_dotted-line {
    margin-top: -12px;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFFDF2 50%, #FFFDF2 100%), /* 点線1の色 */
                      linear-gradient(180deg, #85741C 1px, transparent 1px); /* 点線2の色と太さ */
    background-size: 8px 100%, /* 点線1のサイズ */
                     100% 2.25em; /* 点線2のサイズ */
    line-height: 2.25em; /* 文字の高さ */
    padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

	.outcomes_disaster .outcomes_dotted-line {
	    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff5f2 50%, #fff5f2 100%), /* 点線1の色 */
	                      linear-gradient(180deg, #9A4D08 1px, transparent 1px); /* 点線2の色と太さ */
	    background-size: 8px 100%, /* 点線1のサイズ */
	                     100% 2.25em; /* 点線2のサイズ */
	}

	.outcomes_environment_energy2 .outcomes_dotted-line {
	    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fbf6f8 50%, #fbf6f8 100%), /* 点線1の色 */
	                      linear-gradient(180deg, #B25570 1px, transparent 1px); /* 点線2の色と太さ */
	    background-size: 8px 100%, /* 点線1のサイズ */
	                     100% 2.25em; /* 点線2のサイズ */
	}

	.outcomes_bioresources .outcomes_dotted-line {
	    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f7fbfc 50%, #f7fbfc 100%), /* 点線1の色 */
	                      linear-gradient(180deg, #158194 1px, transparent 1px); /* 点線2の色と太さ */
	    background-size: 8px 100%, /* 点線1のサイズ */
	                     100% 2.25em; /* 点線2のサイズ */
	}



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

.outcomes_btn a {
    position: relative;
    display: block;
    width: 466px;
    margin: 20px auto 0;
    border-radius: 40px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #008080;
    transition: 0.3s;
}

.outcomes_btn a::before {
    position: absolute;
    content: '';
    display: block;
    box-sizing: border-box;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed #fff;
    top: 3px;
    left: 3px;
    border-radius: 40px;
}

.outcomes_btn a::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(../images/common/link_ar_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .4s ease-in-out;
}

.outcomes_btn a:hover {
    background: rgba(112,112,112, 1);
}

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

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

.zambia_title p,
.outcomes_detail_title p {
    font-size: 1.8rem;
    font-weight: bold;
}

.outcomes_detail_title p:first-child {
    margin-right: 12px;
    padding: 3px 15px;
    border-radius: 4px;
    background: #8C7502;
    color: #fff;
}

.zambia_title p:first-child,
.outcomes_detail_title.c01 p:first-child {
    margin-right: 12px;
    padding: 3px 15px;
    border-radius: 4px;
    background: #8C7502;
    color: #fff;
}
.outcomes_detail_title.c02 p:first-child {
    background: #B25570;
}
.outcomes_detail_title.c03 p:first-child {
    background: #158194;
}
.outcomes_detail_title.c04 p:first-child {
    background: #9A4D08;
}

.zambia_title p:last-child,
.outcomes_detail_title.c01 p:last-child {
    color: #8C7502;
}
.outcomes_detail_title.c02 p:last-child {
    color: #B25570;
}
.outcomes_detail_title.c03 p:last-child {
    color: #158194;
}
.outcomes_detail_title.c04 p:last-child {
    color: #9A4D08;
}

.zambia_balloon_green01,
.outcomes_green01 {
    position: relative;
    height: 95px;
    margin-top: 30px;
    margin-bottom: -15px;
    text-align: center;
    background: url(../images/outcomes/balloon_green01.png) no-repeat center center / contain;
    z-index: 10;
}

.zambia_balloon_green01 h2,
.outcomes_green01 h2 {
    position: absolute;
    width: 100%;
    top: 14%;
    left: 50%;
    margin-top: 0;
    color: #fff;
    border-bottom: none;
    transform: translate(-50%);
}

.zambia_bg_green,
.outcomes_bg_green {
    padding: 35px 43px;
    border-radius: 16px;
    background: #F2F8F7;
    outline: 1px dotted #8BAE87;
    outline-offset: -7px;
}

.zambia_img,
.outcomes_detail_img {
    float: right;
    margin-top: -15px;
    width: 35%;
    text-align: center;
}

.balloon {
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.balloon_img {
    position: relative;
    width: 86px;
    margin-right: 14px;
}

.balloon_img img {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
}

.balloon_text_container {
    width: calc(100% - 100px);
}

.balloon_text {
    width: 100%;
    position: relative;
    padding: 25px;
    background-color: #EBF0D7;
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    border-radius: 12px;
    line-height: 1.4;
    box-sizing: border-box;
}

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

.balloon.normal .balloon_text::before {
    left: -15px;
    border-left: 25px solid #EBF0D7;
    border-top: 25px solid transparent;
}

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

.balloon.normal .balloon_text::after {
    left: -25px;
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
}

.zambia_balloon_green02,
.outcomes_green02 {
    position: relative;
    height: 108px;
    margin-top: 45px;
    margin-bottom: -30px;
    text-align: center;
    background: url(../images/outcomes/balloon_green02.png) no-repeat center center / contain;
    border-bottom: none;
    z-index: 10;
}

.zambia_balloon_green02 h2,
.outcomes_green02 h2 {
    position: absolute;
    width: 100%;
    top: 14%;
    left: 50%;
    margin-top: 0;
    color: #fff;
    border-bottom: none;
    transform: translate(-50%);
}

.zambia_researcher_container,
.outcomes_researcher_container {
    display: flex;
    justify-content: space-between;
}

.zambia_researcher_01,
.zambia_researcher_02,
.outcomes_researcher_01,
.outcomes_researcher_02 {
    display: flex;
    width: 50%;
}

.zambia_researcher_02,
.outcomes_researcher_02 {
    padding-left: 45px;
}

.zambia_researcher_img,
.outcomes_researcher_img {
    width: 100px;
    margin-right: 10px;
}

.zambia_researcher_flag,
.outcomes_researcher_flag {
    width: 35px;
}

.zambia_researcher_text_container,
.outcomes_researcher_text_container {
	width:calc(100% - 100px);
}

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

.zambia_researcher_text_container p:last-of-type,
.outcomes_researcher_text_container p:last-of-type {
    font-size: 1.2rem
}

.zambia_h3-title,
.outcomes_h3-title {
    display: flex;
    margin-bottom: 28px;
    border-bottom: 1px dashed #487F7F;
}

.zambia_h3-title p,
.outcomes_h3-title p {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 2.4rem;
    color: #fff;
    background: #008080;
}

.zambia_h3-title p::before,
.outcomes_h3-title p::before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: -10px;
    margin-top: -15px;
    border: 5px solid transparent;
    border-left: 15px solid #008080;
    transform: rotate(45deg);
}

.zambia_h3-title h3,
.outcomes_h3-title h3 {
    flex: 1;
    margin-top: 7px;
    padding-left: 0;
    font-size: 1.8rem;
}

.zambia_h3-title h3::before,
.outcomes_h3-title h3::before {
    display: none;
}

.zambia_items,
.outcomes_items {
    display: flex;
    justify-content: space-around;
}

.zambia_item,
.outcomes_item {
    width: 47%;
    margin-top: 23px;
}

.zambia_item p,
.outcomes_item p {
    font-size: 1.2rem;
}

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

.balloon.reverse .balloon_img {
    margin-right: 0;
    margin-left: 14px;
}

.balloon.reverse .balloon_img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.balloon.reverse .balloon_text::before {
    left: auto;
    right: -15px;
    border-left: 25px solid transparent;
    border-top: 25px solid #EBF0D7;
}

.balloon.reverse .balloon_text::after {
    left: auto;
    right: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #fff;
}

.zambia_img_06,
.outcomes_img_cen {
    width: 317px;
    margin: 0 auto;
    text-align: center;
}

.zambia_img_06 p,
.outcomes_img_cen p {
    text-align: left;
    font-size: 1.2rem;
}

.zambia_bg_beige {
    margin-top: 95px;
    padding: 20px 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8C7502 0%, #8C7502 4%, #FAF9F5 4%, #FAF9F5 100%)
}

.balloon_text a {
    font-size: 1.8rem;
    color: #008080;
}

.zambia_bg_beige .balloon.reverse .balloon_text::after {
    left: auto;
    right: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #FAF9F5;
}

.zambia_bg_beige .item_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zambia_bg_beige .item_01 p:first-child {
    width: 77%;
    font-weight: bold;
    color: #8C7502;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8C7502;
}

.zambia_bg_beige .item_01 p:last-child {
    position: relative;
    padding-left: 30px;
    font-size: 1.4rem;
}

.zambia_bg_beige .item_01 p:last-child::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/outcomes/h2701_zambia/flag_zambia.png) no-repeat center center / contain;
}

.zambia_bg_beige .item_02 {
    display: flex;
}

.zambia_bg_beige .item_02 p {
    width: 80%;
    font-size: 2rem;
    font-weight: bold;
}

.item_02_img {
    width: 20%;
}

.proDetails .balloon.reverse .balloon_text::after {
    left: auto;
    right: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #FAF9F5;
}

.proDetails .item_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proDetails .item_01_tx {
    width: calc(100% - 170px);
    font-weight: bold;
    color: #8C7502;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8C7502;
}

.proDetails .item_01_flg {
    width: 146px;
    margin-left: 24px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.proDetails .item_01_flg img {
    width: 24px;
    margin-right: 10px;
}

.proDetails .item_01_flg span {
    font-size: 1.4rem;
}

.proDetails .item_02 {
    display: flex;
}

.proDetails .item_02_tx {
    width: calc(100% - 170px);
    font-size: 2rem;
    font-weight: bold;
}

.proDetails .item_02_tx:hover {
    text-decoration: underline;
    opacity: 1;
    color: #008080;
}

.proDetails .item_02_img {
    width: 146px;
    margin-left: 24px;
}

.proDetails .balloon {
    margin-top: 10px;
    margin-bottom: 20px;
}

.proDetails .balloon_text {
    padding: 20px 20px;
    margin-left: 20px;
    width: calc(100% - 20px);
}


.proDetails.env .balloon.reverse .balloon_text::after {
    border-top: 25px solid #FAF9F5;
}

.proDetails.carbon .balloon.reverse .balloon_text::after {
    border-top: 25px solid #FBF6F8;
}

.proDetails.climate .balloon.reverse .balloon_text::after {
    border-top: 25px solid #F5F9F3;
}

.proDetails.bio .balloon.reverse .balloon_text::after {
    border-top: 25px solid #F7FBFC;
}

.proDetails.pre .balloon.reverse .balloon_text::after {
    border-top: 25px solid #FCF9F7;
}

.proDetails.inf .balloon.reverse .balloon_text::after {
    border-top: 25px solid #F8F6F9;
}

.proDetails {
    margin-top: 95px;
    padding: 15px 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.proDetails.env {
    background-color: #FAF9F5;
}

.proDetails.carbon {
    background-color: #FBF6F8;
}

.proDetails.climate {
    background-color: #F5F9F3;
}

.proDetails.bio {
    background-color: #F7FBFC;
}

.proDetails.pre {
    background-color: #FCF9F7;
}

.proDetails.inf {
    background-color: #F8F6F9;
}

.proDetails:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 32px solid transparent;
}

.proDetails.env:after {
    border-top: 32px solid #8C7502;
}

.proDetails.bio:after {
    border-top: 32px solid #158194;
}

.proDetails.climate:after {
    border-top: 32px solid #47831A;
}

.proDetails.pre:after {
    border-top: 32px solid #9A4D08;
}

.proDetails.carbon:after {
    border-top: 32px solid #B25570;
}

.proDetails.inf:after {
    border-top: 32px solid #774D88;
}

.proDetails.env .item_01_tx {
    color: #8C7502;
    border-bottom: 1px dashed #8C7502;
}

.proDetails.bio .item_01_tx {
    color: #158194;
    border-bottom: 1px dashed #158194;
}

.proDetails.climate .item_01_tx {
    color: #47831A;
    border-bottom: 1px dashed #47831A;
}

.proDetails.pre .item_01_tx {
    color: #9A4D08;
    border-bottom: 1px dashed #9A4D08;
}

.proDetails.carbon .item_01_tx {
    color: #B25570;
    border-bottom: 1px dashed #B25570;
}

.proDetails.inf .item_01_tx {
    color: #774D88;
    border-bottom: 1px dashed #774D88;
}

/*----------------------------------
委託研究契約
------------------------------------*/
.keiyaku_doc-archive_list {
    margin: 20px 0;
}

.keiyaku_doc-archive_list table {
    table-layout: fixed;
    width: 100%;
    font-size: 1.4rem;
}

.keiyaku_doc-archive_list table a {
    font-size: 1.4rem;
}

.keiyaku_doc-archive_list table a:hover {
    opacity: 1;
    color: #008080;
    text-decoration: underline;
}

.keiyaku_doc-archive_list th {
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
    background: #EDEDED;
}

.keiyaku_doc-archive_list tr th:first-child {
    width: 80%;
}

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

.keiyaku_doc-archive_list tbody tr {
    border-bottom: 1px solid #E5E5E5;
}

.keiyaku_doc-archive_list tr th:first-child,
.keiyaku_doc-archive_list tr td:first-child {
    border-right: 1px solid #E5E5E5;
}

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

.keiyaku_doc-archive_list tr td:last-child {
    padding-left: 20px;
}

.keiyaku_doc-archive_list .pdf,
.keiyaku_doc-archive_list .excel,
.keiyaku_doc-archive_list .word {
    font-size: 1.4rem;
}

.keiyaku_doc-archive_text {
    font-size: 1.4rem;
}

.keiyaku_doc-archive_text a {
    font-size: 1.4rem;
}

.keiyaku_doc-archive_text a:hover {
    opacity: 1;
    color: #008080;
    text-decoration: underline;
}

.keiyaku_doc-archive_list .indent-3 {
    text-indent: 3em;
}

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

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

.keiyaku_doc-archive_list .indent-8 {
    text-indent: 8.5em;
}

.keiyaku_doc-archive_list .indent-9 {
    text-indent: 9.5em;
}

.aster.keiyaku_doc-archive a {
    font-size: 1.2rem;
}

.keiyaku_doc-archive_list .link_color  {
    text-decoration: underline;
    color: #008080;
    font-size: 1.4rem;
}

.keiyaku_doc-archive_list .link_color:hover  {
    opacity: 0.7;
}

i {
    font-style: italic;
}

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

/*------年度リスト------*/
select.yearlist:hover::after {
    margin-top: 5px;
}
select.yearlist {
  /* 　デフォルトのプルダウンを解除 */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
   /* オリジナルのプルダウンを作成 */
    display: block;
    width: 324px;
    color: #008080;
    text-align: center;
    border: 1px solid #487F7F;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.05em;
    position: relative;
    margin-left: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Sans", sans-serif;
    background-image: url(../images/common/link_ar_green.svg);
    background-size: 15px 10px, 15px 10px;
    background-position: right 10px bottom 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
 /* 　フォーカス時 */
select.yearlist:focus {
    outline: 0;
    border-color: #008080;
} 
 /* 　IEでデフォルトの矢印消す */
select.yearlist::-ms-expand {
    display: none;
}

/*------記事リスト------*/
.info_top .cate.jst_topics {
    background-color: #008080;
}

.info_top .cate.boshu {
    background-color: #4A78B0;
}

.info_top .cate.jst_news {
    background-color: #435B9B;
}

/*------課題------*/
.ka_head_02_text > p {
    line-height: 1.2;
    color: #363636;
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
    margin-top: 10px;
    border-bottom: none;
    font-weight: bold;
    font-size: 2.8rem;
}

.subMain .kadai_head h1 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: normal;
}

.kadai_head.environment_energy1 {background: #FAF9F5;}
.kadai_head.environment_energy2 {background: #FBF6F8;}
.kadai_head.climatechange {background: #F5F9F3;}
.kadai_head.bioresources {background: #F7FBFC;}
.kadai_head.disaster_prevention {background: #FCF9F7;}
.kadai_head.infectious_diseases {background: #F8F6F9;}

.kadai_head.environment_energy1:after {border-top: 32px solid #8C7502;}
.kadai_head.environment_energy2:after {border-top: 32px solid #B25570;}
.kadai_head.climatechange:after {border-top: 32px solid #47831A;}
.kadai_head.bioresources:after {border-top: 32px solid #158194;}
.kadai_head.disaster_prevention:after {border-top: 32px solid #9A4D08;}
.kadai_head.infectious_diseases:after {border-top: 32px solid #774D88;}

.environment_energy1 .cat_kasou_title2 {color: #8C7502;}
.environment_energy2 .cat_kasou_title2 {color: #B25570;}
.climatechange .cat_kasou_title2 {color: #47831A;}
.bioresources .cat_kasou_title2 {color: #158194;}
.disaster_prevention .cat_kasou_title2 {color: #9A4D08;}
.infectious_diseases .cat_kasou_title2 {color: #774D88;}

/*
.kadai.environment_energy1 a {background: #FAF9F5;}
.kadai.environment_energy2 a {background: #FBF6F8;}
.kadai.climatechange a {background: #F5F9F3;}
.kadai.bioresources a {background: #F7FBFC;}
.kadai.disaster_prevention a {background: #FCF9F7;}
.kadai.infectious_diseases a {background: #F8F6F9;}
*/

.kadai.environment_energy1:after {border-top: 24px solid #8C7502;}
.kadai.environment_energy2:after {border-top: 24px solid #B25570;}
.kadai.climatechange:after {border-top: 24px solid #47831A;}
.kadai.bioresources:after {border-top: 24px solid #158194;}
.kadai.disaster_prevention:after {border-top: 24px solid #9A4D08;}
.kadai.infectious_diseases:after {border-top: 24px solid #774D88;}

.subMain .kadai.environment_energy1 h4 {border-bottom: 1px dashed #8C7502;}
.subMain .kadai.environment_energy2 h4 {border-bottom: 1px dashed #B25570;}
.subMain .kadai.climatechange h4 {border-bottom: 1px dashed #47831A;}
.subMain .kadai.bioresources h4 {border-bottom: 1px dashed #158194;}
.subMain .kadai.disaster_prevention h4 {border-bottom: 1px dashed #9A4D08;}
.subMain .kadai.infectious_diseases h4 {border-bottom: 1px dashed #774D88;}

/*
.kadai.s_environment_energy1:before {background-color: #8C7502;}
.kadai.s_environment_energy2:before {background-color: #B25570;}
.kadai.s_climatechange:before {background-color: #47831A;}
.kadai.s_bioresources:before {background-color: #158194;}
.kadai.s_disaster_prevention:before {background-color: #9A4D08;}
.kadai.s_infectious_diseases:before {background-color: #774D88;}
*/

.kadai.s_environment_energy1 a {background-color: #FAF9F5;}
.kadai.s_environment_energy2 a {background-color: #FBF6F8;}
.kadai.s_climatechange a {background-color: #F5F9F3;}
.kadai.s_bioresources a {background-color: #F7FBFC;}
.kadai.s_disaster_prevention a {background-color: #FCF9F7;}
.kadai.s_infectious_diseases a {background-color: #F8F6F9;}

.kadai.s_environment_energy1 h4 {border-color: #8C7502;}
.kadai.s_environment_energy2 h4 {border-color: #B25570;}
.kadai.s_climatechange h4 {border-color: #47831A;}
.kadai.s_bioresources h4 {border-color: #158194;}
.kadai.s_disaster_prevention h4 {border-color: #9A4D08;}
.kadai.s_infectious_diseases h4 {border-color: #774D88;}

.sdgs_row .kadai.s_environment_energy1 .kadai_tit {
    background-color: #8C7502;
}
.sdgs_row .kadai.s_environment_energy2 .kadai_tit {
    background-color: #B25570;
}
.sdgs_row .kadai.s_climatechange .kadai_tit {
    background-color: #47831A;
}
.sdgs_row .kadai.s_bioresources .kadai_tit {
    background-color: #158194;
}
.sdgs_row .kadai.s_disaster_prevention .kadai_tit {
    background-color: #9A4D08;
}
.sdgs_row .kadai.s_infectious_diseases .kadai_tit {
    background-color: #774D88;
}



.subMain li.kadai.environment_energy1 {
    background-color: #F3F1E5;
}
.subMain li.kadai.environment_energy2 {
    background-color: #F7ECEF;
}
.subMain li.kadai.climatechange {
    background-color: #ECF2E7;
}
.subMain li.kadai.bioresources {
    background-color: #E7F2F4;
}
.subMain li.kadai.disaster_prevention {
    background-color: #F5EDE5;
}
.subMain li.kadai.infectious_diseases {
    background-color: #F1EDF3;
}

.kadai_block .kadai.environment_energy1 a:hover {
    background-color: #F3F1E5!important;
}
.kadai_block .kadai.environment_energy2 a:hover {
    background-color: #F7ECEF!important;
}
.kadai_block .kadai.climatechange a:hover {
    background-color: #ECF2E7!important;
}
.kadai_block .kadai.bioresources a:hover {
    background-color: #E7F2F4!important;
}
.kadai_block .kadai.disaster_prevention a:hover {
    background-color: #F5EDE5!important;
}
.kadai_block .kadai.infectious_diseases a:hover {
    background-color: #F1EDF3!important;
}

.sdgs_row .kadai.environment_energy1 a:hover {
    background-color: #F3F1E5!important;
}
.sdgs_row .kadai.environment_energy2 a:hover {
    background-color: #F7ECEF!important;
}
.sdgs_row .kadai.climatechange a:hover {
    background-color: #ECF2E7!important;
}
.sdgs_row .kadai.bioresources a:hover {
    background-color: #E7F2F4!important;
}
.sdgs_row .kadai.disaster_prevention a:hover {
    background-color: #F5EDE5!important;
}
.sdgs_row .kadai.infectious_diseases a:hover {
    background-color: #F1EDF3!important;
}

.kadai.s_environment_energy1 a:hover {
    background-color: #F3F1E5!important;
}
.kadai.s_environment_energy2 a:hover {
    background-color: #F7ECEF!important;
}
.kadai.s_climatechange a:hover {
    background-color: #ECF2E7!important;
}
.kadai.s_bioresources a:hover {
    background-color: #E7F2F4!important;
}
.kadai.s_disaster_prevention a:hover {
    background-color: #F5EDE5!important;
}
.kadai.s_infectious_diseases a:hover {
    background-color: #F1EDF3!important;
}

.kadaigaiyou span.kadaititle,
.kadai_overview h3 {
    font-size: 2.0rem;
    color: #008080;
    font-weight: bold;
    margin-top: 25px;
    display: block;
    padding-left: 0;
}

.kadai_overview h3:before {
    content: none;
}

div.kadai_photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.kadai_photo::after{
  content:"";
  display: block;
  width:238px;
}

div.kadai_photo div.left {
    width: 238px;
    margin-bottom: 20px;
}
div.kadai_photo div.left a {
    display: block;
    width: 100%;
    height: auto;
}
div.kadai_photo div.left img {
    display: block;
    width: 238px;
    height: 164px;
    object-fit: cover;
}
div.kadai_photo div.left p {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

div.kadai_photo div.right {
    width: 238px;
    margin-bottom: 20px;
}
div.kadai_photo div.right a {
    display: block;
    width: 100%;
    height: auto;
}
div.kadai_photo div.right img {
    display: block;
    width: 238px;
    height: 164px;
    object-fit: cover;
}
div.kadai_photo div.right p {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

div.kadai_photo div.center2 p {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

.kadai_free a {
    display: block;
    margin-bottom: 5px;
	padding-left: 15px;
    position: relative;
    color: #363636;
}

.kadai_free a:link, .kadai_free a:visited {
    text-decoration: none;
	display: inline;
	line-height: 1.2;
	word-break: break-word;
}

.kadai_free a:hover {
    text-decoration: underline;
    color: #008080;
}
.kadai_free p {
    margin-bottom: 0;
}
/*
.kadai_free br {
    display: none;
}
*/
.kadai_free p a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #008080;
    position: absolute;
    top: 2px;
    left: 0;
}
.kadai_free .mid + a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    background-image: url(../images/common/pdf_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -3px;
}
.kadai_free .mid {
    display: none;
}
.kadai_free img.mid2 {
    margin-left: 5px;
}
.w_country span {
    margin-left: 2px;
    margin-right: 5px;
    max-width: 250px;
}
.kadai .k_partner span {
    margin-left: 2px;
    margin-right: 5px;
}

.sdgs_row .kadai .kadai_tit {
    display: flex;
}

.sdgs_row .kadai .kadai_tit .tit {
    width: 70%;
}

/*------評価------*/
li.kadai .k_doc {
    display: flex;
    flex-wrap: wrap;
}

li.kadai .k_doc span {
    width: 180px;
    border-right: dotted 1px #5D822A;
    margin-right: 20px;
    font-size: 1.4rem;
}

li.kadai .k_doc span:last-child {
    border-right: none;
    margin-right: 0;
}

.subMain li.kadai h4 {
    display: flex;
    justify-content: space-between;
}

.subMain li.kadai h4 a {
    width: 420px;
    margin-right: 20px;
}

.subMain li.kadai h4 span.k_pcat {
    display: block;
    width: calc(100% - 440px);
}

.subMain li.kadai h4 span.k_pcat span {
    font-size: 12px;
    padding: 2px 10px;
    color: #fff;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    float: right;
}

.subMain li.kadai.environment_energy1 h4 span.k_pcat span {
    background: #8C7502;
    border: 1px solid #8C7502;
}
.subMain li.kadai.environment_energy2 h4 span.k_pcat span {
    background: #B25570;
    border: 1px solid #B25570;
}
.subMain li.kadai.climatechange h4 span.k_pcat span {
    background: #47831A;
    border: 1px solid #47831A;
}
.subMain li.kadai.bioresources h4 span.k_pcat span {
    background: #158194;
    border: 1px solid #158194;
}
.subMain li.kadai.disaster_prevention h4 span.k_pcat span {
    background: #9A4D08;
    border: 1px solid #9A4D08;
}
.subMain li.kadai.infectious_diseases h4 span.k_pcat span {
    background: #774D88;
    border: 1px solid #774D88;
}

/*------活動事例------*/
ul.rk > li > a.environment_energy1 {border-top: 3px solid #8C7502;}
ul.rk > li > a.environment_energy2 {border-top: 3px solid #B25570;}
ul.rk > li > a.climatechange {border-top: 3px solid #47831A;}
ul.rk > li > a.bioresources {border-top: 3px solid #158194;}
ul.rk > li > a.disaster_prevention {border-top: 3px solid #9A4D08;}
ul.rk > li > a.infectious_diseases {border-top: 3px solid #774D88;}

ul.rk > li > a.environment_energy1:before {border-top: 16px solid #8C7502;}
ul.rk > li > a.environment_energy2:before {border-top: 16px solid #B25570;}
ul.rk > li > a.climatechange:before {border-top: 16px solid #47831A;}
ul.rk > li > a.bioresources:before {border-top: 16px solid #158194;}
ul.rk > li > a.disaster_prevention:before {border-top: 16px solid #9A4D08;}
ul.rk > li > a.infectious_diseases:before {border-top: 16px solid #774D88;}


.kadaigaiyou .kome {
	font-size: 1.3rem;
	display: block;
}

@media screen and (min-width:768px) {
    div.kadai_photo div.mr20_pc {
        margin-right: 20px;
    }
    div.kadai_photo div.mr_auto_pc {
        margin-right: auto;
    }
}

div.kadai_photo div.center p {
    display: block;
    font-size: 1.2rem;
}

div.kadai_photo p {
    font-size: 1.2rem;
}

.hemato {
    display: flex;
    justify-content: flex-start;
}

.hemato li {
    width: 120px;
}

.hemato li img {
    width: 100%!important;
    height: auto!important;
}

.kadai_photo .two_img_box {
    width: 500px;
    max-width: 100%;
}

.kadai_photo .two_img {
    display: flex;
    justify-content: space-between;
}

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

.kadai_photo .two_img_box p {
    text-align: center;
}

.infoItem a {
    color: #008080;
    text-decoration: underline;
}

a.link, a.movie_link {
    color: #363636;
}

a.movie_link:hover {
    color: #008080;
	opacity: 1;
    text-decoration: underline;
}

/*------CMS08------*/
.kadai .kadai_tit {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-weight: bold;
    align-items: center;
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: auto;
    padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
}

.kadai.s_environment_energy1 .kadai_tit {
    background-color: #8C7502;
}

.kadai.s_environment_energy2 .kadai_tit {
    background-color: #B25570;
}

.kadai.s_climatechange .kadai_tit {
    background-color: #47831A;
}

.kadai.s_bioresources .kadai_tit {
    background-color: #158194;
}

.kadai.s_disaster_prevention .kadai_tit {
    background-color: #9A4D08;
}

.kadai.s_infectious_diseases .kadai_tit {
    background-color: #774D88;
}
