.title-block ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.title-block ul {
    padding-left: 15px;
}
.title-block ul li::before {
    position: absolute;
    left: -10px;
    top: -2px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #1f1f1f;
}
.title-block ul li:last-child::after {
    position: absolute;
    right: -10px;
    top: -2px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #1f1f1f;
}

@media screen and (max-width: 768px) {
    .title-block ul li {
        margin-right: 5px;
    }
    .title-block ul {
        padding-left: 0px;
    }
    .title-block ul li::before {
        left: -5px;
    }
    .title-block ul li:last-child::after {
        right: -5px;
    }
}
/*
** overview
 */

#investment_overview {
    background: url(../img/investment/overview/main_bg.webp) center no-repeat;
    min-height: 630px;
    padding-bottom: 20px;
}
#investment_overview p.txt001 {
    text-align: center;
    color: #ffffff;
    font-size: 4.8rem;
    padding-top: 55px;
    margin-bottom: 0px;
}
#investment_overview p.txt002 {
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    margin-top: -10px;
    margin-bottom: 90px;
}
#investment_overview ul {
    width: 1200px;
    margin: 0 auto 90px;
}
#investment_overview ul li.first {
    width: 40%;
    height: 150px;
    float: left;
    text-align: center;
    margin-left: 10%;
}
#investment_overview ul li.second {
    width: 40%;
    height: 150px;
    float: left;
    text-align: center;
    margin-right: 10%;
}
#investment_overview ul li dl dt {
    font-size: 14rem;
    line-height: 1em;
    color: #0592d2;
    letter-spacing: -0.3rem;
}
#investment_overview ul li dl dt span {
    font-size: 4rem;
    line-height: normal;
    color: #ffffff;
}
#investment_overview ul li dl dd {
    margin-top: -12px;
    color: #ffffff;
    font-size: 2rem;
}
#investment_overview ul li dl dd span {
    display: block;
    font-size: 1.4rem;
}

#investment_overview ul.country li {
    -moz-background-size: contain !important;
    background-size: contain !important;
    margin-bottom: 30px;
}
#investment_overview ul.country li:nth-of-type(1) {
    background: url(../img/annual/anr_overview_i001.png) center no-repeat;
}
#investment_overview ul.country li:nth-of-type(2) {
    background: url(../img/annual/anr_overview_i002.png) center no-repeat;
}
#investment_overview ul.country li:nth-of-type(3) {
    background: url(../img/annual/anr_overview_i003.png) center no-repeat;
}
#investment_overview ul.country li:nth-of-type(4) {
    background: url(../img/annual/anr_overview_i004.png) center no-repeat;
}
#investment_overview ul.country li:nth-of-type(5) {
    background: url(../img/annual/anr_overview_i005.png) center no-repeat;
}
#investment_overview ul.country li:nth-of-type(6) {
    background: url(../img/annual/anr_overview_i006.png) center no-repeat;
}
[lang="en"] p.notice {
    font-size: 1.3rem;
}
[lang="ja"] p.notice {
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    #investment_overview p.txt001 {
        font-size: 3.8rem;
    }
    #investment_overview p.txt002 {
        margin-bottom: 45px;
    }
    #investment_overview ul {
        width: 100%;
        margin-bottom: 20px;
    }
    #investment_overview ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    #investment_overview ul li dl dt {
        font-size: 7rem;
        line-height: 1.4em;
    }
    #investment_overview ul li dl dt span {
        font-size: 1.6rem;
    }
    #investment_overview ul li dl dd {
        font-size: 1.5rem;
    }
}

/*
** breakdown
*/

#breakdown {
    background-color: #f1f1f1;
    padding: 93px 0 48px;
}
#breakdown h2 {
    text-align: center;
    color: #1791d0;
    font-size: 51px;
    line-height: 1em;
    margin-bottom: 35px;
}
#breakdown #graph_ch {
    width: 418px;
    height: 37px;
    margin: 0 auto 85px;
    background-color: #dad9da;
    border-radius: 50px;
}
#breakdown #graph_ch ul li {
    width: 50%;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    text-align: center;
    float: left;
    font-size: 13px;
    font-family: "Lato", "Yu Gothic";
}
#breakdown #graph_ch ul li:hover {
    cursor: pointer;
}
#breakdown #graph_ch ul li.select {
    background-color: #1892d1;
    border-radius: 50px;
}
#breakdown #graph_ch ul li.select a {
    color: #fff;
}

#breakdown .total_graph {
    width: 1100px;
    margin: 0 auto;
}
#breakdown .total_graph .graph {
    width: 283px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#breakdown .total_graph .graph:not(:last-of-type) {
    margin-right: 86px;
}
#breakdown .total_graph .graph.disease {
    margin-left: 45px;
}
#breakdown .total_graph .graph .canvas_overlay,
#breakdown .total_graph .graph .canvasmap {
    position: absolute;
    left: 0;
    top: 0;
}
#breakdown .total_graph .graph .graph_title {
    position: absolute;
    left: 0;
    top: 0;
}
#breakdown .total_graph .graph .graph_title .cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 283px;
    height: 283px;
    font-size: 22px;
}
#breakdown .total_graph .graph .total_price {
    text-align: center;
    font-size: 26px;
    color: #0091d1;
    margin-bottom: 65px;
}
#breakdown .total_graph .graph .total_price .price_rate {
    text-align: center;
    font-size: 20px;
    color: #0091d1;
    margin-bottom: 65px;
}

#breakdown .total_graph .graph .sector dl {
    margin-bottom: 25px;
}
#breakdown .total_graph .graph .sector dl dt {
    width: 75px;
    float: left;
}
#breakdown .total_graph .graph .sector dl dd {
    padding-top: 5px;
}
#breakdown .total_graph .graph .sector dl dd span {
    display: block;
}
#breakdown .total_graph .graph .sector dl dd span.title {
    color: #595757;
    font-size: 20px;
}
#breakdown .total_graph .graph .sector dl dd span.price {
    color: #0091d1;
    font-size: 20px;
}

[lang="en"] p.caution {
    text-align: right;
    font-size: 1.3rem;
}
[lang="ja"] p.caution {
    text-align: right;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    #breakdown #graph_ch {
        width: 90%;
        height: 37px;
        margin: 0 auto 50px;
        border-radius: 50px;
    }
    #breakdown #graph_ch ul li {
        width: 50%;
        height: 37px;
        line-height: 37px;
        font-size: 13px;
    }
    #breakdown #graph_ch ul li.select {
        border-radius: 50px;
    }

    #breakdown .total_graph {
        width: 90%;
    }
    #breakdown .total_graph .graph {
        width: 283px;
        display: block;
        margin: 0 auto 40px;
    }
    #breakdown .total_graph .graph:not(:last-of-type) {
        margin: 0 auto 40px;
    }
    #breakdown .total_graph .graph.disease {
        margin: 0 auto 40px;
    }
}

/*
** rfp
*/
*.rfp {
    padding-top: 120px;
}
.rfp h2 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 70px;
    position: relative;
}
.rfp h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #1892d1;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.rfp #filter {
    background-color: #e8e7e8;
    padding: 0 55px 40px;
    margin-bottom: 25px;
}
.rfp #filter ul {
    padding-top: 30px;
}
.rfp #filter ul li {
    border-bottom: 1px #adacae solid;
    margin-bottom: 24px;
    padding-bottom: 24px;
    line-height: 4rem;
}
.rfp #filter ul li:last-child {
    margin-bottom: 0px;
    display: none;
}
.rfp #filter ul li input {
    margin-right: 5px;
}
[lang="en"] .rfp #filter ul li span {
    display: inline-block;
    width: 760px;
    word-break: keep-all;
    margin-left: 10px;
}

[lang="en"] .rfp #filter ul li span label {
    display: inline-block;
    width: 230px;
    word-break: break-all;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}

[lang="ja"] .rfp #filter ul li span {
    display: inline-block;
    width: 760px;
    word-break: keep-all;
    padding-left: 10px;
}

[lang="ja"] .rfp #filter ul li span label {
    display: inline-block;
    width: 230px;
    word-break: break-all;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}

[lang="ja"] .rfp #filter ul li span:first-of-type {
    display: block;
    height: 100%;
    width: 180px;
    font-size: 16px;
    line-height: 1.5rem;
    color: #015e9f;
    float: left;
    top: 0;
    line-height: 4rem;
}
[lang="en"] .rfp #filter ul li span:first-of-type {
    display: block;
    width: 180px;
    font-size: 18px;
    line-height: 1.5rem;
    color: #015e9f;
    float: left;
    top: 0;
    line-height: 4rem;
}

.rfp #filter .btns {
    text-align: center;
    padding-top: 35px;
}
.rfp #filter .btns a {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 20px;
}
.rfp #filter .btns a {
    margin-right: 30px;
    font-size: 13px;
    font-family: "Lato", "Yu Gothic";
}
/*
.rfp #filter .btns_category {
    display: inline-block;
    margin: 10px 15px;
    vertical-align: middle;
}
*/
.rfp #filter .btns_category {
    display: flex;
    margin: 10px 15px;
    vertical-align: middle;
    width: 165px;
    height: 30px;
    gap: 10px;
}
/*
.rfp #filter .btns_category a {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 12px;
    font-family: "Lato", "Yu Gothic";
    text-decoration: none;
    color: #015e9f;
}
*/
.rfp #filter .btns_category a {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    text-wrap-mode: nowrap;
}
[lang="en"] .rfp #filter .btns_category a {
    font-size: 12px;
    font-family: "Lato";
    text-decoration: none;
    color: #015e9f;
}
[lang="ja"] .rfp #filter .btns_category a {
    font-size: 11px;
    font-family:"Yu Gothic";
    text-decoration: none;
    color: #015e9f;
}
.rfp #filter .btns_category a:hover {
    background-color: #f1f1f1;
}
.rfp #filter .freeword_search_wrapper {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 1em;
}
.rfp #filter .freeword_search_input {
    width: calc(100% - 50px);
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Lato", "Yu Gothic";
}
.rfp #filter .freeword_search_input:focus {
    outline: none;
    border-color: #015e9f;
}
.rfp #filter_sp,
.rfp #projects_sp {
    display: none;
}

p.fai {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    p.fai {
        margin-bottom: 70px;
        margin-top:100px;
    }
}
@media screen and (max-width: 768px) {
    .rfp {
        padding-top: 40px;
        margin-bottom: 600px;
    }
    .rfp h2 {
        font-size: 32px;
    }
    .rfp #filter,
    .rfp #projects {
        display: none;
    }

    .rfp #filter_sp,
    .rfp #projects_sp {
        display: block;
    }

    .rfp #filter_sp p.btns_category {
        display: flex;
        margin: 10px 15px;
        vertical-align: unset;
        width: calc(100% - 30px);
        gap: 10px;
        justify-content: center;
    }
    .rfp #filter_sp p.btns_category a {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 5px 10px;
        display: inline;
        align-items: center;
        text-wrap-mode: nowrap;
        font-size: 11px;
        line-height: 1.0rem;
        font-family:"Yu Gothic";
        text-decoration: none;
        color: #015e9f;
    }
    .rfp #filter_sp p.btns_category a:hover {
    background-color: #f1f1f1;
}
    .rfp #projects_sp .list_sp {
        background-color: #f1f1f1;
        margin-bottom: 40px;
        padding: 20px 15px 25px;
        font-size: 20px;
        text-align: center;
    }
    .rfp #projects_sp .list_sp ul {
        text-align: left;
        margin-bottom: 20px;
    }
    .rfp #projects_sp .list_sp ul li span {
        color: #1791d0;
    }

    .rfp #projects_sp .list_sp ul li #ACTIVE::after {
        content: "Active";
        color: #231815;
    }
    .rfp #projects_sp .list_sp ul li #TERMINATED::after {
        content: "Terminated";
        color: #231815;
    }
    .rfp #projects_sp .list_sp ul li #COMPLETE::after {
        content: "Successfully Completed";
        color: #231815;
    }

    .rfp #projects_sp .list_sp a {
        text-align: center;
        background-color: #1791d0;
        border-radius: 50px;
        color: #fff;
        padding: 5px 50px;
        font-size: 16px;
        font-family: "Lato", "Yu Gothic";
    }

    .rfp #filter_sp .freeword_search_wrapper_sp {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .rfp #filter_sp .freeword_search_input_sp {
        width: calc(100% - 30px);
        padding: 8px 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        font-family: "Lato", "Yu Gothic";
    }
    .rfp #filter_sp .freeword_search_input_sp:focus {
        outline: none;
        border-color: #015e9f;
    }
    .rfp #filter_sp {
        position: relative;
        height: 40px;
        margin-bottom: 50px;
    }
    .rfp #filter_sp #menu {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 50px;
        pointer-events: none;
        z-index: 100;
    }

    /****メニュー開閉ボタン****/
    .rfp #filter_sp #menu div {
        /*デザイン*/
        width: 100%;
        height: 50px;
        background-color: #f1f1f1;
        /*配置*/
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        border-right: solid 1px #1791d0;
        border-top: solid 1px #1791d0;
        border-bottom: solid 1px #1791d0;
    }

    .rfp #filter_sp #menu .menuopen {
        /*配置*/
        display: block;
    }
    .rfp #filter_sp #menu .menuopen::after {
        position: absolute;
        right: 15px;
        top: 50%;
        content: "";
        width: 10px;
        height: 10px;
        margin-top: -10px;
        border: 1px solid;
        border-color: transparent transparent #1791d0 #1791d0;
        transform: rotate(-45deg);
    }

    .rfp #filter_sp #menu .menuclose {
        /*配置*/
        display: none;
    }
    .rfp #filter_sp #menu .menuclose::after {
        position: absolute;
        right: 15px;
        top: 50%;
        content: "";
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border: 1px solid;
        border-color: transparent transparent #1791d0 #1791d0;
        transform: rotate(135deg);
    }

    .rfp #filter_sp #menu div a {
        /*デザイン*/
        color: #1791d0;
        font-size: 20px;
        font-family: "Lato", "Yu Gothic";
        width: 65%;
        height: 100%;
        padding-left: 5%;
        position: absolute;
        top: 0;
        left: 30%;
        pointer-events: auto;
        line-height: 50px;
    }

    .rfp #filter_sp #menu div span {
        line-height: 50px;
        width: 30%;
        height: 50px;
        display: inline-block;
        text-align: center;
        background-color: #1791d0;
        color: #fff;
        font-family: "Lato", "Yu Gothic";
    }

    /****メニュー一覧****/
    .rfp #filter_sp #menu ul {
        /*デザイン*/
        background-color: #f1f1f1;
        width: 100%;
        /*配置*/
        position: absolute;
        top: 51px; /*#menu divの高さ*/
        left: 1px;
        padding: 0px;
    }

    .rfp #filter_sp #menu li {
        /*アニメーション*/
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        /*デザイン*/
        padding: 0 10px;
        border-bottom: 0px rgba(255, 255, 255, 1) solid;
        height: 0;
        text-align: center;
        /*配置*/
        overflow: hidden;
        pointer-events: auto;
        border-left: 1px #1791d0 solid;
        border-right: 1px #1791d0 solid;
    }
    .rfp #filter_sp #menu li a {
        color: #1791d0;
        font-family: "Lato", "Yu Gothic";
    }

    /****メニューオープン時****/
    .rfp #filter_sp #menu:target .menuopen {
        /*配置*/
        display: none;
    }

    .rfp #filter_sp #menu:target .menuclose {
        /*配置*/
        display: block;
    }

    .rfp #filter_sp #menu:target li {
        /*デザイン*/
        padding: 10px;
        height: auto;
        line-height: 40px;
        font-size: 18px;
        /*		border-top: 1px  #1791D0 solid;*/
        border-bottom: 1px #1791d0 solid;
    }
}

#filter_sp_iscontinue {
    display: none;
}

/*
 projects
*/

#projects table {
    border: 1px solid #acacad;
    margin-bottom: 12px;
    width:1100px !important;
}
#projects table tr th{
    background-color: #46a8da;
    text-align: left;
    padding: 5px 3px 5px 3px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    min-width: 70px;
    position: relative;
}
#projects table tr th.sort::after {
    content: "▼";
    position: absolute;
    right: 5px;
    top: 15px;
}
#projects table tbody {
    font-size: 1.3rem;
}
#projects table tr td {
    padding-left: 6px;
    padding-right: 4px;
}

#projects table tr td.detail {
    text-align: center;
    word-break: keep-all;
}
#projects table tr td.detail a {
    background-color: #5db3df;
    border-radius: 50px;
    color: #fff;
    padding: 4px 10px;
    word-break: keep-all;
}
#projects table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}
#investment_overview .caution {
    text-align: right;
    color: #fff;
    padding-right: 30px;
}
#projects .caution {
    text-align: right;
}
#projects table tr #ACTIVE::after {
    content: "Active";
}
#projects table tr #TERMINATED::after {
    content: "Terminated";
}
#projects table tr #COMPLETE::after {
    content: "Successfully Completed";
}
#projects table tr td span {
    display: none;
}
#projects table tr #Drug::after {
    content: "Drugs";
}

/*
** Common
*/
.small {
    font-family: Times New Roman, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
        "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
    font-size: 13px;
    line-height: 1.1em;
}
.txtstyle {
    color: #595757;
    font-family: Times New Roman, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
        "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
    font-size: 16px;
}
.bgfit {
    -moz-background-size: cover !important;
    background-size: cover !important;
}
.bgfix {
    background-attachment: fixed !important;
}
a.hover:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*
** アニメーション用
*/
.effect .txt001 {
    transition: 0.8s;
}
.effect .txt002 {
    transition: 1s;
    transition-delay: 0.1s;
}
.effect .txt003 {
    transition: 1s;
    transition-delay: 0.2s;
}

/*anr_ethos*/
.effect .blocksecond {
    transition: 1s;
    transition-delay: 0.3s;
}
.effect #anr_ethos_btn {
    transition: 0.6s;
    transition-delay: 0.4s;
}
/*anr_investment*/
.effect #investment_graph_bg {
    transition: 1s;
    transition-delay: 0.2s;
}
.effect #investment_graph_001 {
    transition: 1s;
    transition-delay: 0.3s;
}
.effect #investment_graph_002 {
    transition: 1s;
    transition-delay: 0.4s;
}
.effect #investment_graph_003 {
    transition: 1s;
    transition-delay: 0.4s;
}
.effect #investment_graph_004 {
    transition: 1s;
    transition-delay: 0.5s;
}
.effect #investment_graph_005 {
    transition: 1s;
    transition-delay: 0.5s;
}
.effect #investment_graph_006 {
    transition: 1s;
    transition-delay: 0.6s;
}
.effect #investment_total_num {
    transition: 0.6s;
    transition-delay: 0.6s;
}
.effect #investment_total_mil {
    transition: 0.6s;
    transition-delay: 0.6s;
}
/*anr_overview*/
#investment_overview.effect #network_num_001 {
    transition: 0.6s;
    transition-delay: 0.2s;
}
#investment_overview.effect #network_num_002 {
    transition: 0.6s;
    transition-delay: 0.4s;
    letter-spacing: -0.05em;
}
#investment_overview.effect #network_num_003 {
    transition: 0.6s;
    transition-delay: 0.6s;
    letter-spacing: -0.05em;
}
#investment_overview.effect dl dd {
    transition: 0.6s;
    transition-delay: 0.6s;
}

/*anr_replenishment*/
#anr_replenishment.effect #replenishment_num_001 {
    transition: 0.6s;
    transition-delay: 0.2s;
}
#anr_replenishment.effect #replenishment_num_002 {
    transition: 0.6s;
    transition-delay: 0.4s;
}
#anr_replenishment.effect dl dd {
    transition: 0.6s;
    transition-delay: 0.6s;
}
/*anr_capacity*/
.effect #ic001 {
    transition: 0.6s;
    transition-delay: 0.2s;
}
.effect #ic002 {
    transition: 0.6s;
    transition-delay: 0.2s;
}
.effect #ic003 {
    transition: 0.6s;
    transition-delay: 0.3s;
}
.effect #ic004 {
    transition: 0.6s;
    transition-delay: 0.4s;
}
.effect #ic005 {
    transition: 0.6s;
    transition-delay: 0.4s;
}
/*anr_ground*/
.effect #ground_sudan {
    transition: 1s;
    transition-delay: 0.2s;
}
.effect #ground_sudan_icon {
    transition: 0.5s;
    transition-delay: 0.4s;
}

.effect #ground_bolivia {
    transition: 0.6s;
    transition-delay: 0.3s;
}
.effect #ground_bolivia_icon {
    transition: 0.5s;
    transition-delay: 0.5s;
}

.effect #ground_ivory {
    transition: 0.6s;
    transition-delay: 0.4s;
}
.effect #ground_ivory_icon {
    transition: 0.5s;
    transition-delay: 0.6s;
}

.effect #ground_faso {
    transition: 0.6s;
    transition-delay: 0.5s;
}
.effect #ground_faso_icon {
    transition: 0.5s;
    transition-delay: 0.7s;
}

.effect #ground_kenya {
    transition: 0.6s;
    transition-delay: 0.6s;
}
.effect #ground_kenya_icon {
    transition: 0.5s;
    transition-delay: 0.8s;
}

.effect #ground_tanzania {
    transition: 0.6s;
    transition-delay: 0.7s;
}
.effect #ground_tanzania_icon {
    transition: 0.5s;
    transition-delay: 0.9s;
}

.effect #ground_africa {
    transition: 0.6s;
    transition-delay: 0.7s;
}
.effect #ground_africa_icon {
    transition: 0.5s;
    transition-delay: 0.9s;
}

/*anr_portfolio*/
.effect #anr_portfolio_icon {
    transition: 0.6s;
    transition-delay: 0.2s;
}
.effect #anr_portfolio_btn {
    transition: 0.6s;
    transition-delay: 0.4s;
}

a.rounded:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #015fa0;
    border-bottom: 1px solid #015fa0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
a.rounded_sp:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #015fa0;
    border-bottom: 1px solid #015fa0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*Create button Download Button*/
#createBut {
    margin-bottom: 16px;
    font-family: "Lato", "Yu Gothic";
    background: #46a8da;
    padding: 5px 30px;
    border-radius: 18px;
    width: 150px;
    display: block;
    text-align: center;
    border: none;
    color: #fff;
    float: left;
}

#processing a {
    background: #cceeff;
    padding: 5px 30px;
    border-radius: 18px;
    width: 150px;
    display: block;
    text-align: center;
    font-family: "Lato", "Yu Gothic";
    float: left;
    padding-left: 30px;
    margin-left: 30px;
}
#processing p {
    float: right;
}

#processing a:before {
    content: url(../img/investment/overview/icon_exl.png);
    padding-top: 10px;
    padding-right: 3px;
}
#projects .result {
    margin-bottom: 16px;
    font-family: "Lato", "Yu Gothic";
}

[lang="ja"] p.caption {
    display: inline-block;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}
[lang="en"] p.caption {
    display: inline-block;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
}
br.sp {
   display: none; 
}
@media screen and (max-width: 1100px) {
    br.sp {
        display: inline; 
    }
}