@charset "UTF-8";

/* layout  ------------------------------*/
.flexslider {
    width: 1050px;
    border: none !important;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.material-icons.md-16 { line-height: 16px; }

.slides {
    height: 280px;
}

.info {
    font-size: 0.8rem;
    padding: 10px 0 5px 0;
    margin-bottom: 1rem;

}

.info h2 {
    color: #0168b7;
    margin-bottom: 0.2rem;
    padding-left: 25px;
    display: inline-block;
    margin-right: 1.5rem;
    background: url(../images/i_h2_fund.gif) left center no-repeat;
}

.info dl,
.info dt,
.info dd {
    display: inline-block;
}

.info dt {
    padding-left: 25px;
    background: url(../images/i_info3.gif) left center no-repeat;
}

.info dt:first-child {
    background: url(../images/i_info1.gif) left center no-repeat;
}

.info dt:nth-of-type(2) {
    background: url(../images/i_info2.gif) left center no-repeat;
}

.info dd {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0.1rem 1.5rem 0.3rem 0;
}


/* main  ------------------------------*/

#main {
    padding-top: 0;
    background-color: #f5f5f5;
}

h2 {
    font-size: 1.5rem;
    padding-bottom: 0;
    border-bottom: none;
    color: #62B0B4;
    letter-spacing: 0.1rem;
}


#main .list a {
    color: #000;
}

h3.btop {
    padding: 1.00rem 0;
    margin-top: 2.4rem;
    font-size: 1.5rem;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #e1e1e1;
    border-left-color: #e1e1e1;
}

/* Item  ------------------------------*/
.item {
    position: relative;
    width: 100%;
    float: left;
    font-size: 0.9rem;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px -2px rgba(0, 0, 0, 0.14); /*影*/
    transition: .3s ease-out;
}

.item .new {
    position: absolute;
    top: -9px;
    right: 0;
}

.item > dt {
    line-height: 0;
    min-height: 160px;
    float: left;
    clear: left;
    margin-right: 0.5em;
}

#search .item > dt {
    min-height: initial;
}

.item > dt img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.item > dd {
    padding: 1rem 1rem 1rem 1rem;
    float: left;
    width: 660px;
}

.tile-content h3 {
    font-size: 1rem;
    margin: 0.5rem 0 0.5rem 0;
    font-weight: normal;
}

.item ul {
    margin-top: 0.5rem;
}

.tile-content li {
    float: left;
    color: #0168b7;
    font-size: 0.7rem;
    padding: 0 0.3rem;
    border: 1px solid #0168b7;
    margin: 0 0.2rem 0.2rem 0;
}

.item > dd dl {
    float: left;
    width: 48%;
}

.item > dd dl:nth-child(even) {
    width: 40%;
}


.item > dd dl.block {
    width: 100%;
}

.tile-content .read {
    line-height: 1.6rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.tile-content p {
    line-height: 1rem;
}

.item p img {
    vertical-align: top;
}

.tile-content p span {
    font-size: 0.7rem;
    margin-left: 5px;
    padding: 0 0.2rem;
    color: #fe6700;
    border: 1px solid #fe6700;
}

.item .pref em {
    margin-right: 0.5rem;
}

.item .sdgs {
    margin-bottom: 0.5rem;
}

.item .sdgs img {
    width: 18.3%;
    -webkit-backface-visibility: hidden;
}

/* line  ------------------------------*/
.line {
    border-bottom: 1px solid #EEE;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

/* fund_news  ------------------------------*/
.fund-news {
    margin-bottom: 0.6rem;
    margin-top: 0.3rem;
}

.news-time {
    float: left;
    color: #999999;
}

.news-content {
    padding-left: 3px;
}

.news-title {
    background: none !important;
}

.item > dd dt {
    line-height: 1.5rem;
    float: left;
    clear: left;
    margin-right: 1rem;
    color: #999999;
}

.item > dd dl:nth-of-type(2) dt {
}

.item > dd dl:nth-of-type(4) dt,
.item > dd dl:nth-of-type(5) dt {
}


.item > dd dd {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.item .gw {
}

.item .g {
    width: 96%;
    margin: 1rem 0 1.3rem 0;
}

.item .g,
.item .g span {
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #CCC;
}

.item .g span {
    display: block;
    background-color: #01B7AB;;
}

.w-blue {
    color: #01B7AB;
}

.item .p {
    line-height: 1rem;
    float: right;
    text-align: center;
    width: 2.5rem;
    padding: 1rem 0.25rem;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;

}


#main .list a:nth-of-type(4n) .item,
.list .item:nth-of-type(4n) {
    margin-right: 0;
}


.topbanner li a {
    color: #000 !important;
    text-decoration: none;
}

.topbanner li {
    font-size: 0.9rem;
    float: left;
    width: 256px;
    margin: 0 8px 10px 0;
}

.topbanner li span {
    display: block;
    height: 150px;
    overflow: hidden;
}

.topbanner li img {
    display: block;
    width: 100%;
    height: auto;
}

.topbanner li p {
    height: 3rem;
    padding: 0.5rem;
}

.topbanner li:nth-of-type(4n) {
    margin-right: 0;
}


.flex-control-paging li a {
    background: #EEE;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #CCC;
}

.flex-control-nav {
    bottom: -35px;
}


.topnews dl.orange {
    width: 100%
}

.topnews .blue {
    margin-right: 0;
}

.topnews li {
    float: left;
    width: 338px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 1px -2px rgba(0, 0, 0, 0.14); /*影*/
    transition: .3s ease-out;
}

.topnews li:not(:last-child) {
    margin: 0 17px 10px 0;
}

.topnews li p {
    clear: both;
    display: block;
}

.news p {
    margin-bottom: 5px;
}

.news .trimming-square {
    padding-left: 0rem;
}

.news .trimming-square img {
    width: 77px;
    height: 77px;
    object-fit: cover;
    border-right: 1px solid #ddd;
}

.text-normal {
    font-weight: normal;
}

div.news {
    font-size: 0.9rem;
    margin: 0;
    background-color: #8ECBCC;
    padding: 2.0rem 0 2.0rem 0;
}

/*
.topnews .label.red { background-color:#FCC;  color:#F00; }
.topnews .label.blue{ background-color:#cce1f1;  color:#0068b7; }
.topnews .label.green{ background-color:#e4f2d8; color:#77bc01; }
.topnews .label.orange{ background-color:#fce8d1;  color:#ff6e0c;}
.topnews .label.brown{ background-color:#e4d1be;  color:#ae7439;  }
.topnews .label.purple{ background-color:#e0d6f5; color:#6633cc;}
*/
#areaTab ul {
    padding: 0.5rem;
}

#areaTab ul li {
    cursor: pointer;
    background: url(../images/i_area_search_bg.gif) bottom left repeat-x;
    padding-bottom: 0.1rem;
    margin-bottom: 0.6rem;
    margin-top: 0.2rem;
}

#areaTab ul li.blue {
    font-weight: bold;
    color: #000;
}

.tabContentsHide {
    display: none;
}

.tabContentsShow {
    display: block;
}

dl.item div.fund_status {
    display: block;
    margin-bottom: 5px;
}

dl.item div.fund_status span.status {
    position: static;
    float: none;
}

#fund-title {
    height: 1.8rem;
}

#fund-catch-copy {
    height: 2rem;
}

#main form select, #main form input[type="text"], #main form input[type="password"], #main form textarea {
    background-color: #FFFFFF;
    border: 1px solid #cce1f2;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0.5rem;
}

#main form label input {
    margin: 0rem;
}

#main form label {
    margin-right: 0.2rem;
}

#params {
    display: none;
}

.load-more {
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 10px;
    margin-bottom: 60px;
}

div#fund-empty {
    height: 100px;
    padding-top: 100px;
}

#load-more-button {
    cursor: pointer;
}

#areaTab ul li.area-gray {
    color: gray;
    cursor: auto;
}

div.loading {
    height: 232.71px;
    display: none;
    padding-top: 200px;
}

.status {
    position: relative;
}

/* movie&banner  ------------------------------*/
.gridpane {
    display: grid;
    grid-gap: 17px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 10px;
}

.gridcell {
    border: none;
    margin: 0;
    float: none;
    font-size: inherit;
}

.movie693 {
    grid-row: 1 / 3;
    width: 693px;
}

.banner340x184 {
    width: 340px;
    height: 186px;
}

.banner340x184 img {
    width: 100%;
    height: 100%;
    object-fit: fill;

}

.framewrapper iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
}

.framewrapper {
    width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
    background: #aaa;
}

div.project {
    padding: 3.0rem 0;
}

.tile-news {
    background-color: #ffffff;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .25));
}

.tile-news:hover {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .45));
}

.tile-news:hover img {
    filter: brightness(105%);
}

.tile-news a {
    display: flex;
    color: #000000;
    height: 77px;
}

.tile-news a:hover {
    text-decoration: none;
}

.tile-news div.news-titles {
    padding-top: 13px;
}

.tile-news span.category {
    position: absolute;
    top: 0;
    right: 0;
}

_::-webkit-full-page-media, _:future, :root .tile-news span.category {
    top: 4px !important;
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .tile-news span.category {
        right: 8px !important;
    }
}

div.jumbotron {
    background-size: cover;
    height: 30vh;
    display: flex;
    margin-bottom: 0;
    border-radius: 0;
}

div.jumbotron.topimg-aso {
	background-image: url("/images/top/aso.jpg");
    background-position: center center;
}

div.jumbotron.topimg-sakurajima {
	background-image: url("/images/top/sakurajima.jpg");
    background-position: center 75%;
}

div.jumbotron.topimg-sashiyori {
    background-image: url("/images/top/sashiyori.jpg");
    background-position: center 75%;
}

div.jumbotron.topimg-sashiyori2 {
    background-image: url("/images/top/sashiyori2.jpg");
    background-position: center 75%;
}

div.jumbotron.topimg-sashiyori3 {
    background-image: url("/images/top/sashiyori3.jpg");
    background-position: center 75%;
}

div.top-title {
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
    filter: drop-shadow(2px 4px 5px black);
}

div.top-read {
    font-size: 0.7em;
    color: #fff;
    filter: drop-shadow(2px 4px 5px black);
}

div.top-read.position-right {
    position: absolute;
    color: #fff;
    filter: drop-shadow(2px 4px 5px black);
    bottom: 20%;
    left: 60%;
    margin: auto;
    font-size: 0.7em;
    transform: translateY(50%) translateX(-50%);
    -webkit-transform: translateY(50%) translateX(-50%);
    width: 70%;
}

div.top-read.position-left {
    position: absolute;
    color: #fff;
    filter: drop-shadow(2px 4px 5px black);
    bottom: 20%;
    right: 60%;
    margin: auto;
    font-size: 0.7em;
    transform: translateY(50%) translateX(50%);
    -webkit-transform: translateY(50%) translateX(50%);
    width: 70%;
}

div.read-header {
    font-weight: 900;
    text-decoration: underline;
}

@media (min-width: 768px) {
    div.top-title {
        font-size: 1.8em;
    }

    div.top-read,
    div.top-read.position-right {
        font-size: 1.0em;
    }

    div.jumbotron {
        height: 40vh;
    }

}

@media (min-width: 992px) {
    div.top-title {
        font-size: 2.0em;
    }

    div.top-read,
    div.top-read.position-right,
    div.top-read.position-left {
        font-size: 1.3em;
    }

    div.top-read.position-left {
        width: 100%;
    }

    div.top-read.position-right {
        text-align: right;
        left: 47%;
        transform: translateY(50%) translateX(-50%);
        -webkit-transform: translateY(50%) translateX(-50%);
        margin: auto;
        width: 100%;
    }

    div.top-read.position-left {
        right: 47%;
    }

    div.jumbotron {
        height: 60vh;
    }
}

.ex-sashi-btn{
    margin: auto;
    max-width: 400px;
}

.header-block{
    background-color: #888;
    color: #fff !important;
    padding: 1.2rem;
}

.header-block h2{
    color: #fff !important;
}


.swiper-slide {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
    .swiper-container {
        overflow-x: hidden;
        height: 400px;
        background-image: url('/images/ajax-loader.gif');
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;    
    }
    .swiper-wrapper {
        display: none;
    }
    .swiper-slide {
        width: 711px;
        height: 400px;
    }
}

.swiper-container .top-guidance{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.swiper-slide{
    background-color: #FFF;
}

.swiper-pagination-bullet-active {
    background: #fff!important;
}

.top-title{
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0.16rem;
    text-align: center;
}

.top-read{
    font-size: 22px;
    letter-spacing: 0.16rem;
}

.cursor_pointer{
    cursor: pointer;
}

#activePurchaseFundList,
#activePurchaseProjectList {
    scroll-margin-top: 80px;
}

.sort-wrap {
    text-align: end;
}

.sort-wrap a {
    border: 1px solid #dee2e6;
}

.btn-new {
    background-color: #fff;
    border-color: #dee2e6;
    color: #8b8b8b;
}

.btn-new.active {
    background-color: #bbb;
    border-color: #bbb;
    color: #fff;
}

.sort-label {
    display: inline-flex;
    align-items: center;
}

.text-sort-pc {
    display: block;
}

.text-sort-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .sort-wrap {
        margin-bottom: 10px;
    }
    .sort-wrap a {
        font-size: 0.8em;
        border: none;
        padding: 0 10px 0 0;
        background-color:inherit!important
    }
    .sort-wrap a:last-child {
        padding: 0;
    }
    .btn-new {
        position: relative;
    }
    .btn-new::after {
        content: '|';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #ccc;
    }
    .btn-new:last-child::after {
        display: none;
    }
    .btn-new.active {
        border-color: #fff;
        color: #000000;
    }
    .sort-label {
        display: none;
    }
    .text-sort-pc {
        display: none;
    }
    .text-sort-sp {
        display: block;
    }
}
