@charset "UTF-8";

/*other.css*/

p, a, span {
    word-wrap: break-word;
}

p a {
    color: #334172;
    text-decoration: underline!important;
}

.ot_main {
    width: 100%;
    
    background-image: url(../img/common/ot_main_bk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ot_main .inner {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 120px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}

.ot_main h1 {
/*
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 4.0rem;
*/
    font-size: 3.8rem;
    font-weight: 500;
    color: #fff;
}

.ot_cont {
    padding-top: 40px;
}

h2.sec_title {
    font-size: 3.2rem;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 40px;
}

.page_links_wrap {
    margin-top: 50px;
    margin-bottom: 30px;
}

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

ul.page_links::before{
    content: "";
    display: block;
    width: 24%;
    order: 1;
}

ul.page_links::after{
    content: "";
    display: block;
    width: 24%;
}

ul.page_links li {
    width: 24%;
    min-width: 24%;
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    ul.page_links li.san {
        width: 32.3333333%;
        min-width: 32.3333333%;
    }
}

ul.page_links li a {
    display: block;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 5px;
    padding-right: 20px;
    border-bottom: 2px solid #191919;
    position: relative;
}

ul.page_links li a span {
    font-size: 1.4rem;
    display: block;
    margin-left: -8px;
}

ul.page_links li a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/page_link_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 0;
}

.field_wrap {
    padding-bottom: 110px;
}

.field_tit {
    padding: 10px;
    background-color: #ebebeb;
    border-top: 6px solid #191919;
}

.field_tit h3 {
    font-size: 2.4rem;
    font-weight: 600;
    border-bottom: 1px solid #191919;
    margin-bottom: 12px;
}

.field_tit h3 .field_cate {
    display: inline-block;
    padding: 8px 15px 8px;
    min-width: 90px;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    background-color: #191919;
    margin-right: 10px;
}

.field_tit .area {
    font-size: 2.0rem;
    display: flex;
}

.field_tit .area .area_cate {
    display: inline-block;
    min-width: 110px;
    font-size: 2.0rem;
    font-weight: 600;
}

.field_cont {
    background-color: #FAFAFA;
    padding: 10px 40px 30px 40px;
    margin-bottom: 40px;
}

.field_cont > h4 {
    font-size: 2.0rem;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
}

.field_cont > h4:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #191919;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(90deg);
}

.field_cont .period {
    margin-bottom: 10px;
}

.field_cont .period span {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 4px 12px;
    min-width: 90px;
    background-color: #191919;
    margin-right: 10px;
}

.field_item {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 15px 30px 15px 30px;
    margin-bottom: 10px;
}

.field_item > dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.field_item > dl dt,
.field_item > dl dd {
    margin-bottom: 8px;
}

.field_item > dl dt {
    width: 150px;
}

.field_item > dl dd {
    width: calc(100% - 150px);
    font-size: 1.4rem;
    padding-top: 3px;
}

.field_item > dl dt.tit,
.field_item > dl dd.tit,
.field_item > dl dt.period,
.field_item > dl dd.period {
    border-bottom: 1px dotted #242424;
    padding-bottom: 12px;
}

.field_item > dl dd.tit,
.field_item > dl dd.period {
    font-size: 1.6rem;
    font-weight: 500;
}

.field_item > dl dt span,
.field_item > dl dt.period span {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    min-width: 140px;
    background-color: #EAEAEA;
    text-align: center;
    font-size: 1.4rem;
}

.field_item > dl dt.tit span {
    background-color: #980D0E;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.6rem;
}

.field_item > dl dt.period span {
    background-color: #191919;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.6rem;
}



/*----------------------------------
事業情報
------------------------------------*/

.about_cont {
    padding-bottom: 200px;
}

.ab_tit {
    font-size: 4.8rem;
    font-weight: 500;
    color: #fff;
    background-color: #191919;
    padding: 10px 40px 10px 5%;
    margin-bottom: 0!important;
}

.ab_tit span {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
}

.gr_box {
    background: #fafafa;
    padding: 35px 5% 35px 5%;
    margin-bottom: 30px;
}

.gr_box ul {
    margin-bottom: 20px;
}

.gr_box ul li {
    font-size: 3.0rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.gr_box ul li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #980D0E;
    position: absolute;
    top: 18px;
    left: 0;
}

.gr_box .pass {
    font-size: 3.0rem;
    font-weight: 500;
}

.th_ar {
    position: relative;
    padding-left: 68px;
}

.th_ar img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    min-width: 60px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.th_ar p {
    font-size: 3.2rem;
    font-weight: 600;
}

.th_ar p span {
    display: inline-block;
    font-size: 6.4rem;
    font-weight: 600;
    color: #980D0E;
    padding-left: 5px;
    padding-right: 5px;
}

.about_cont > p {
    margin-bottom: 10px;
}

a.slink {
    display: block;
    width: fit-content;
    color: #334172;
    text-decoration: underline;
    padding-left: 15px;
    position: relative;
    word-break: break-all;
}

a.slink:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #980D0E;
    position: absolute;
    top: 10px;
    left: 0;
}


a.slink_b:before {
    border-color: transparent transparent transparent #191919;
}

.ab_fig01 {
    background-color: #FAFAFA;
    padding: 60px 2% 60px 2%;
    margin-top: 40px;
    margin-bottom: 120px;
}

.ab_fig01 img {
    display: block;
    width: 1124px;
    max-width: 100%;
    margin: 0 auto;
}

table.ab_table01 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
    margin-top: 45px;
}

table.ab_table01 th,
table.ab_table01 td {
    vertical-align: middle;
}

table.ab_table01 th {
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    background-color: #0A0A0A;
    border: 1px solid #fff;
}

table.ab_table01 td {
    padding: 20px 20px;
    text-align: center;
    color: #0A0A0A;
    background-color: #e6e6e6;
    border: 1px solid #fff;
}

table.ab_table01 th.blank {
    background-color: transparent;
}

table.ab_table01 td.tit {
    text-align: center;
    color: #fff;
    background-color: #4A4A4A;
    font-size: 1.8rem;
}

.ref {
    font-size: 1.4rem;
}

.ref a {
    color: #334172;
    text-decoration: underline;
    font-size: 1.4rem;
}

.right {
    text-align: right;
}

ul.dif {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
    margin-top: 45px;
}

ul.dif li {
    width: 48.5%;
    background-color: #FAFAFA;
}

ul.dif li h3 {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    background-color: #EBEBEB;
    padding: 10px 10px;
    border-top: 6px solid #191919;
}

ul.dif li .dif_cont {
    padding: 30px 30px 30px 30px;
}

ul.dif li .dif_cont img {
    display: block;
    margin-bottom: 25px;
}


.circulation_img {
    margin: 20px auto 30px;
}

/*----------------------------------
運営総括（プログラムダイレクター／PD）紹介
------------------------------------*/

.pd_item_wrap {
    margin-top: 35px;
    background-color: #FAFAFA;
    padding: 0 40px 50px 40px;
    border-top: 6px solid #191919;
    box-sizing: border-box;
}

.po_obi {
    font-size: 2.8rem;
    font-weight: 600;
    background-color: #EBEBEB;
    padding: 15px 30px 15px 50px;
    width: calc(100% + 80px);
    margin: 0 -40px;
}

.pd_item_wrap > p {
    margin-bottom: 8px;
}

.pd_item {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
}

.pd_img {
    width: 200px;
}

ul.dot.l_2em {
    margin-left: 2em;
}

.pd_cont {
    width: calc(100% - 250px);
}

.pd_name {
    font-size: 3.0rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.pd_name span {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
}

dl.career {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 2px;
/*    border-bottom: 1px dotted #191919;*/
    border-top: 1px dotted #191919;
    margin-top: 15px;
    margin-bottom: 10px;
}

dl.career dt,
dl.career dd {
    margin-bottom: 12px;
    font-size: 1.5rem;
}

dl.career dt {
    width: 85px;
    position: relative;
    padding-left: 15px;
}

dl.career dd {
    width: calc(100% - 85px);
    padding-left: 20px;
}

dl.career dt.hasen,
dl.career dd.hasen {
    border-bottom: 1px dotted #191919;
    padding-bottom: 15px;
}

dl.career dt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #980D0E;
    position: absolute;
    top: 7px;
    left: 0;
}

ul.ad_ca {
    padding-top: 12px;
    padding-bottom: 2px;
    border-top: 1px dotted #191919;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.ad_ca li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    font-size: 1.5rem;
}

ul.ad_ca li.hasen {
    border-bottom: 1px dotted #191919;
    padding-bottom: 12px;
}

ul.ad_ca li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #980D0E;
    position: absolute;
    top: 7px;
    left: 0;
}

.pd_item_wrap h4 {
    padding-left: 20px;
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
}

.pd_item_wrap h4:before {
    content: '';
    width: 14px;
    height: 4px;
    background-color: #980D0E;
    position: absolute;
    top: 15px;
    left: 0;
}

.pd_po {
    padding-bottom: 200px;
}

/*----------------------------------
研究機関向け情報
------------------------------------*/

.inner.manual {
    padding-bottom: 150px;
}

.inner.manual > p {
    margin-bottom: 10px;
}

h3.para_tit {
    padding-left: 22px;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 12px;
    position: relative;
}

h3.para_tit:before {
    content: '';
    width: 14px;
    height: 4px;
    background-color: #980D0E;
    position: absolute;
    top: 17px;
    left: 0;
}

h3.para_tit a {
    font-size: 2.4rem;
    font-weight: 600;
    text-decoration: underline;
}

h3.para_tit.num {
    padding-left: 0;
}

h3.para_tit.num:before {
    content: none;
}

table.ma_table01 {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
    margin-top: 15px;
}

table.ma_table01 th,
table.ma_table01 td {
    vertical-align: middle;
}

table.ma_table01 th {
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    background-color: #4A4A4A;
    border: 1px solid #fff;
    font-weight: 600;
}

table.ma_table01 td {
    padding: 15px 20px;
    text-align: center;
    color: #191919;
    background-color: #e6e6e6;
    border: 1px solid #fff;
}

table.ma_table01 td.tx_l {
    text-align: left;
}

table td a {
    color: #334172;
    text-decoration: underline!important;
}

a.pdf,
a.excel {
    color: #334172;
    text-decoration: underline!important;
}

a.pdf:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 28px;
    background-image: url(../img/common/pdf_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

a.excel:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-image: url(../img/common/excel_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

a.exlink:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/exlink_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-top: -5px;
}

a.exlink.white:after {
    background-image: url(../img/common/exlink_ic_white.png);
}

ul.dot {
    list-style: disc;
    margin-left: 1.5em;
}

ul.dot li {
    text-align: left;
    margin-bottom: 5px;
}

.fs18 {
    font-size: 1.8rem;
}

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

.gr_box01 {
    background: #fafafa;
    border: 1px solid #191919;
    padding: 35px 5% 35px 5%;
    margin-bottom: 30px;
}

.gr_box02 {
    background: #fafafa;
    padding: 35px 5% 35px 5%;
    margin-bottom: 30px;
}

ol.brackets {
    padding: 0;
    margin: 20px 0 20px 0;
}

ol.brackets > li {
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
    border-top: 1px dotted #C7C7C7;
    padding: 15px 0 0 1.5em;
    text-indent: -1.5em;
    margin-bottom: 20px;
}

ol.brackets > li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

.red {
    color: #980D0E!important;
}

span.emp {
    color: #980D0E;
    font-weight: 600;
}

ul.clause {
    margin-left: 1.5em;
}

ul.clause li {
    padding: 5px 0 5px 12px;
    position: relative;
    text-indent: 0;
}

ul.clause li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #191919;
    position: absolute;
    top: 14px;
    left: 0;
}

ol.brackets > li .aster {
    margin-left: 3.5em;
    margin-top: 10px;
    font-size: 1.4rem;
}

.aster span {
    font-size: 1em;
}

.aster a {
    color: #334172;
    text-decoration: underline;
}

.aster a.slink {
    font-size: 1.4rem;
    text-indent: 0;
}

.gr {
    padding: 15px 20px 15px 20px;
    background-color: #EBEBEB;
    text-indent: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sankourei {
    margin-top: 20px;
}

.sankourei h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.sankourei h4 span {
    width: 20px;
    color: #980D0E;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

ol.brackets > li {
    padding: 15px 0 10px 1.5em;
    text-indent: -1.5em;
    margin-bottom: 8px;
    border-top: 1px dotted #C7C7C7;
}

.border {
/*    border-top: 1px dotted #C7C7C7;*/
    border-bottom: dotted 4px;
    border-color: #c7c7c7;
    margin: 25px 0 25px 0;
    width: 100%;
}

a.word {
    color: #334172;
    text-decoration: underline;
}

a.word:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-image: url(../img/common/word_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -5px;
}

/*----------------------------------
2024年度 ASPIRE単独公募募集について
------------------------------------*/

.koubo p {
    margin-bottom: 10px;
}

.koubo .mail_ad {
    margin-bottom: 2px;
}

.ar_tit {
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px dotted #C7C7C7;
}

.ar_tit01 {
    padding-bottom: 0;
    border-bottom: none;
    
}

.ar_tit:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #A50708;
    position: absolute;
    top: 10px;
    left: 0;
}

ul.indent02 {
    margin-left: 2em;
}

.inner.koubo {
    padding-bottom: 200px;
}

.ma_table01.tx_l td,
.ma_table01.tx_l th {
    text-align: left;
    padding: 15px 3%;
}

.asterisk {
    padding-left: 1rem;
}

.asterisk::before {
  content: "※";
  margin-left: -1rem;
}

.fs12 {
    font-size: 1.2rem;
}

.to_form {
    width: 680px;
    margin: 30px auto 30px;
}

.to_form a {
    text-align: center;
    width: 100%;
    height: 88px;
    background-color: #980D0E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.to_form a span {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
}

.to_form a span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 30px;
    background-image: url(../img/common/to_form_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-top: -5px;
}

.to_form a:after {
    content: '';
    display: block;
    width: 24px;
    height: 14px;
    background-image: url(../img/common/to_form_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mail_ad {
    padding-left: 25px;
    position: relative;
}

.mail_ad::before {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(../img/common/mail_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}

.koubo_item {
    border-top: 6px solid #980D0E;
}

.koubo_item_tit {
    padding: 20px 20px;
    background-color: #191919;
    text-align: center;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 500;
    margin-bottom: 0!important;
}

.koubo_item_cont_wrap {
    background-color: #FAFAFA;
    padding: 60px 0 60px 0;
}

.koubo_item_cont {
    width: fit-content;
    margin: 0 auto;
}

.koubo_item_period {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px dotted #191919;
}

.koubo_item_dtl {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.koubo_item_cont p {
    margin-bottom: 0;
}

.koubo_item_cont .tag {
    width: fit-content;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background-color: #4A4A4A;
    padding: 7px 22px;
    border-radius: 20px;
}

.koubo_item_period,
.koubo_item_dtl {
    width: 100%;
    margin: 0 auto;
}

.koubo_item_period .tag {
    margin-right: 20px;
}

.koubo_item_dtl .tag {
    margin-right: 12px;
}

.koubo_item_period .date {
    font-size: 2.8rem;
    font-weight: 600;
}

.koubo_item_dtl .date {
    font-size: 2.0rem;
    font-weight: 500;
    margin-right: 15px;
}

.koubo_item_cont .apply_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    height: 48px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background-color: #980D0E;
    position: relative;
}

.koubo_item_cont .apply_bt:after {
    content: '';
    width: 16px;
    height: 4px;
    background-image: url(../img/common/join_bt_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

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

.koubo_list_wrap::after{
    content: "";
    display: block;
    width: 32%;
}

.koubo_list_wrap > .koubo_list {
    width: 32%;
    background-color: #fafafa;
    margin-bottom: 30px;
}

.koubo_list .kolist_tit {
    text-align: center;
    background-color: #EBEBEB;
    padding: 10px 10px;
    height: 92px;
    position: relative;
}

.koubo_list .kolist_tit p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.koubo_list .kolist_tit p span {
    display: block;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
/*    text-decoration: underline;*/
}

.koubo_list .koubo_list_cont {
    padding: 30px 5% 30px 5%;
    
}

.koubo_list .koubo_list_cont .current {
    text-align: center;
    color: #fff;
    background-color: #980D0E;
    padding: 5px 5px;
}

.koubo_list .koubo_list_cont .past {
    text-align: center;
    color: #fff;
    background-color: #4A4A4A;
    padding: 5px 5px;
    margin-top: 30px;
}

.koubo_list .koubo_list_cont .to_koubo {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    margin-top: 16px;
}

.koubo_list .koubo_list_cont .to_koubo a {
    display: inline-block;
    font-size: 1.8rem;
    color: #334172;
    text-decoration: underline;
}

.koubo_list .koubo_list_cont .to_koubo .oya {
    display: inline-block;
    font-size: 1.8rem;
}

.koubo_list .koubo_list_cont .to_koubo a.ko {
    display: block;
    font-size: 1.6rem;
}


.koubo_list .koubo_list_cont .to_koubo:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #980D0E;
    position: absolute;
    top: 10px;
    left: 0;
}

.koubo_list .koubo_list_cont .to_koubo span,
.koubo_list .koubo_list_cont span.lb_shien {
    display: inline-block;
    width: 60px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background-color: #980D0E;
    vertical-align: middle;
    padding: 5px 12px;
    border-radius: 20px;
    margin-right: 8px;
}

.koubo_list .koubo_list_cont span.lb_shien {
    margin-top: -5px;
}

.koubo_list .koubo_list_cont .to_klist {
    display: inline-block;
    font-size: 1.6rem;
    color: #334172;
    text-decoration: underline;
    /* padding-left: 82px; */
    padding-left: 15px;
}

.event_item {
    margin-bottom: 1.5em;
}

.event_item summary {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    display: block;
}

.event_item summary::before {
    display: inline-block;
    content: '＋';
    font-size: 0.9em;
    margin-right: 0.5em;
    background-color: #0A0A0A;
    color: #C7C7C7;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 50%;
}

details[open].event_item  summary::before {
    content: '－';
}

summary::-webkit-details-marker {
    display: none;
}

.event_item dl dt {
    font-weight: bold;
}

.event_item dl a {
    color: #334172 !important;
    text-decoration: underline;
    padding-bottom: 5px;
}

span.lb {
    width: fit-content;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background-color: #980D0E;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 20px;
    margin-right: 8px;
}

span.lb.lb_hikoukai {
    background-color: #0A0A0A;
}

span.lb.lb_boshuuchuu {
    background-color: #980D0E;
}

.lb_wrap {
    margin: 0.5em 0;
}

@media screen and (min-width:768px) {
    
    .event_item dl {
        display: flex;
        flex-wrap: wrap;
        margin: 1em 0 2em 2.5em;
    }

    .event_item dl dt {
        width: 20%;
    }

    .event_item dl dd {
        width: 80%;
    }

    .event_item .lb_wrap {
        display: inline-block;
        margin: 0;
    }
    
}

.tit_style01 {
    background-color: #980D0E;
    border-top: none;
}

.tit_style02 {
    background-color: #4A4A4A;
    border-top: none;
}

ol.normal li {
    list-style-type: decimal;
    padding-left: 10px;
    margin-bottom: 5px;
}

ul.ml_01,
ol.ml_01 {
    margin-left: 1em;
}

/*----------------------------------
情報公開
------------------------------------*/

.inner.joho {
    padding-bottom: 150px;
}

/*----------------------------------
ad
------------------------------------*/

dl.cant {
   display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

dl.cant dt,
dl.cant dd {
    padding-bottom: 10px;
}

dl.cant dt {
    width: 15%;
    margin-right: 2%;
    font-weight:bold;
}

dl.cant dd {
    width: 83%;
}

dl.cant.cant02 dt {
    width: 16%;
    margin-right: 2%;
}

dl.cant.cant02 dd {
    width: 82%;
}

@media screen and (min-width:768px) {
    dl.cant.cant01 dt {
        width: 16%;
        margin-right: 2%;
    }
    dl.cant.cant01 dd {
        width: 82%;
    }
}

table.ma_table01 th a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

sub {
    font-size: 0.8em;
    vertical-align: sub;
}

.fl01 {
    display: flex;
    margin-bottom: 0!important;
}

.fl01 span {
    width: 25px;
    min-width: 25px;
}

.koubo_list .koubo_list_cont .to_koubo a.call_ar {
    position: relative;
}

.koubo_list .koubo_list_cont .to_koubo a.call_ar:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #980D0E;
    position: absolute;
    top: 10px;
    left: -14px;
}

a.link {
    color: #334172!important;
    text-decoration: underline!important;
}


.koubo_list .koubo_list_cont .to_koubo span.close {
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
    padding: 0;
    background-color: transparent;
    color: #980D0E;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    margin: 0;
    margin-top: -4px;
}


a.pdf_ic:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 28px;
    background-image: url(../img/common/pdf_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}


a.word_ic:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-image: url(../img/common/word_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -5px;
}


/*----------------------------------
イベント情報
------------------------------------*/

.field_item02 {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.field_item02 > dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.field_item02 > dl dt span {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    min-width: 140px;
    background-color: #EAEAEA;
    text-align: center;
}

.field_item02 > dl dt {
    width: 150px;
}

.field_item02 > dl dt, .field_item > dl dd {
    margin-bottom: 8px;
}

.field_item02 > dl dd {
    width: calc(100% - 150px);
    margin-bottom: 20px;
}

.gr_box_tit { 
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    min-width: 140px;
    background-color: #EAEAEA;
    text-align: center;
}

/*----------------------------------
Japan-UK Quantum Technology Networking Fair 2024
------------------------------------*/

a.link_arrow {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

a.link_arrow:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    margin-right: 6px;
}

.indent01 {
    padding-left: 1em;
}

.indent03 {
    padding-left: 3em;
}

.indent03.mail_ad::before {
    left: 1.5em;
}

.right_ar {
    position: relative;
}

.right_ar::before {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(../img/common/right_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 1.5em;
}

.ml_01 {
    margin-left: 1em;
}


/* Support Issue Information */
.ot_cont.sup_issue .inner {
    max-width: 1230px;
}
.ot_cont.sup_issue .field_wrap {
    padding-bottom: 90px;
}
.ot_cont.sup_issue .desc_txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.56px;
    margin-bottom: 40px;
    padding: 0 15px;
}
.ot_cont.sup_issue .search_con_blk {
    margin-bottom: 60px;
}
.ot_cont.sup_issue .search_con_blk .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s ease-in;
    padding: 20px 30px;
    background: #191919;
    border-top: 6px solid #980D0E;
    position: relative;
    cursor: pointer;
}
.ot_cont.sup_issue .search_con_blk .ttl .keyword_accor {
    position: absolute;
    left: 30px;
    background: none;
    border: none;
}
.ot_cont.sup_issue .search_con_blk .ttl h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
    color: #fff;
}
.ot_cont.sup_issue .search_con_blk .ttl h2::before {
    content: "";
    position: absolute;
    background: url(../img/issue/search.png) no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 23px;
    left: -38px;
    top: 60%;
    transform: translateY(-50%);
}
.ot_cont.sup_issue .search_con_blk .inner-blk {
    display: none;
}
.ot_cont.sup_issue .search_con_blk .inner-blk {
    padding: 15px 85px 15px 85px;
    border: 1px solid #E8E8E8;
    background: #FAFAFA;
}
.ot_cont.sup_issue .search_con_blk .keyword_accor .plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -99999px;
    position: relative;
}
.ot_cont.sup_issue .search_con_blk .keyword_accor .plus::before {
    content: "";
    width: 24px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.ot_cont.sup_issue .search_con_blk .keyword_accor .plus::after {
    content: "";
    width: 4px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.ot_cont.sup_issue .search_con_blk .ttl.active .keyword_accor span::after {
    content: none;
}
.ot_cont.sup_issue .search_con_blk .inner-blk .row {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed #707070;
    padding: 25px 0;
}
.ot_cont.sup_issue .search_con_blk .inner-blk .row:last-child {
    border-bottom: none;
}
.ot_cont.sup_issue .search_con_blk .inner_left {
    width: 198px;
}
.ot_cont.sup_issue .search_con_blk .left_txt h4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.72px;
    color: #505050;
    position: relative;
    padding-left: 20px;
}
.ot_cont.sup_issue .search_con_blk .left_txt h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #980D0E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ot_cont.sup_issue .search_con_blk .inner_right {
    width: calc(100% - 208px);
}
.ot_cont.sup_issue .search_con_blk .inner_right .checkbox_list,
.ot_cont.sup_issue .search_con_blk .inner_right .radio_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-right: 100px;
}
.ot_cont.sup_issue .search_con_blk .inner_right .checkbox_list li {
    display: flex;
    gap: 5px;
}  
.ot_cont.sup_issue .search_con_blk .checkmark:after {
    left: 50%;
    top: 43%;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ot_cont.sup_issue .search_con_blk .inner_right label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
}
.ot_cont.sup_issue .search_con_blk .inner_right label input {
    width: 14px;
    height: 14px;
    margin: 0;
}
.ot_cont.sup_issue .search_con_blk .deselect_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.56px;
    color: #fff;
    background: #505050;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: none;
}
.ot_cont.sup_issue .search_con_blk .deselect_btn img {
    width: 10px;
}
.ot_cont.sup_issue .field_card {
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
}
.ot_cont.sup_issue .field_card:last-child {
    margin-bottom: 0;
}
.ot_cont.sup_issue .field_card .res_field {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 15px;
    min-width: 140px;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    background-color: #191919;
    letter-spacing: 0.96px;
}
.ot_cont.sup_issue .field_card .field_tit_row {
    display: flex;
}
.ot_cont.sup_issue .field_card .field_tit_right {
    width: 100%;
}
.ot_cont.sup_issue .field_card .top {
    border-bottom: 1px solid #191919;
    padding: 0 0 10px 0;
}
.ot_cont.sup_issue .field_card .top .res_topic {
    min-width: 92px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75;
    color: #fff;
    padding: 10px 5px;
    background: #980D0E;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.ot_cont.sup_issue .field_card .top h3 {
    width: calc(100% - 100px);
    border-bottom: none;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.ot_cont.sup_issue .field_card .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ot_cont.sup_issue .field_card .bot .bot_left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.ot_cont.sup_issue .field_card .bot .bot_left .res_field02,
.ot_cont.sup_issue .field_card .bot .bot_left .sup_period,
.ot_cont.sup_issue .field_card .bot .bot_left .app_year,
.ot_cont.sup_issue .field_card .bot .bot_right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.ot_cont.sup_issue .field_card .bot .bot_left span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #fff;
    background: #191919;
    padding: 5px 10px;
    min-width: 92px;
    text-align: center;
}
.ot_cont.sup_issue .field_card .bot .bot_left p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.64px;
}
.ot_cont.sup_issue .field_card .bot .bot_right .classification,
.ot_cont.sup_issue .field_card .bot .bot_right .type {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    padding: 5px 10px;
    border: 1px solid #0A1B5F;
    background: #fff;
    min-width: 90px;
    text-align: center;
}
.ot_cont.sup_issue .field_card .field_content {
    background: #fff;
    padding: 20px 15px;
}
.ot_cont.sup_issue .field_card .field_content .top_row {
    padding-bottom: 15px;
    border-bottom: 1px dashed #242424;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ot_cont.sup_issue .field_card .field_content .top_row .jp_res,
.ot_cont.sup_issue .field_card .field_content .top_row .res_country {
    display: flex;
    gap: 15px;
}
.ot_cont.sup_issue .field_card .field_content .top_row span {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEA;
    max-height: fit-content;
}
.ot_cont.sup_issue .field_card .field_content .top_row p {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.56px;
}
.ot_cont.sup_issue .field_card .field_content .bot_row {
    padding-top: 20px;
}
.ot_cont.sup_issue .field_card .field_content .summary_txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
}
.ot_cont.sup_issue .field_card .field_content .report_blk {
    display: flex;
    gap: 130px;
}
.ot_cont.sup_issue .field_card .field_content .implement_report,
.ot_cont.sup_issue .field_card .field_content .evaluate_report {
    display: flex;
    gap: 35px;
}
.ot_cont.sup_issue .field_card .field_content .implement_report h4,
.ot_cont.sup_issue .field_card .field_content .evaluate_report h4 {
    font-size: 1.8rem;
    font-weight: 700;
}
.ot_cont.sup_issue .field_card .field_content .implement_report ul li,
.ot_cont.sup_issue .field_card .field_content .evaluate_report ul li {
    display: block;
    margin-bottom: 5px;
}
.ot_cont.sup_issue .field_card .field_content .implement_report ul li a,
.ot_cont.sup_issue .field_card .field_content .evaluate_report ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #334172;
    letter-spacing: 0;
    line-height: 1.625;
    text-decoration: underline;
    text-underline-offset: 3px;
    position: relative;
    padding-left: 20px;
    padding-right: 25px;
}
.ot_cont.sup_issue .field_card .field_content .implement_report ul li a::before,
.ot_cont.sup_issue .field_card .field_content .evaluate_report ul li a::before {
    content: "";
    background: url(../img/issue/red_arrow.png) no-repeat;
    background-size: 100% 100%;
    width: 8px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ot_cont.sup_issue .field_card .field_content .implement_report ul li a::after,
.ot_cont.sup_issue .field_card .field_content .evaluate_report ul li a::after {
    content: "";
    background: url(../img/issue/pdf_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ot_cont.sup_issue .field_card .field_content .implement_report ul li a::after,
.ot_cont.sup_issue .field_card .field_content .evaluate_report ul li a::after {
    width: 17px;
    height: 19px;
}
.ot_cont.sup_issue .no_result {
    font-size: 2rem;
    font-weight: 700;
    padding: 100px 0;
    text-align: center;
    display: none;
}

.koubo .event_item dd p {
    margin-bottom: 0;
}

.ot_cont.sup_issue .field_card .res_field {
    padding: 28px 10px;
    max-width: 140px;
    width: 140px;
}

.ot_cont.sup_issue .field_card .res_field span {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.96px;
}

.ot_cont.sup_issue .field_card .top .res_topic {
    text-align: center;
}
