/*#############################################################################

設定

#############################################################################*/
@media screen and ( max-width: 1040px ) {
    body {
        overflow: hidden;
    }
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and ( max-width: 767px ) {
    .pc-only {
        display:none;
    }

    .sp-only {
        display: block;
    }
}

@media screen and ( max-width: 599px ) {
    p {
        font-size: 12px;
    }
}

.tanpopo #container {
    overflow: hidden;
}

.tanpopo #contents {
    max-width: 1040px;
    text-align: center;
    margin: 0 auto;
}
.mt05 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt45 {margin-top: 45px!important;}
.mt50 {margin-top: 50px!important;}
.mt55 {margin-top: 55px!important;}
.mt60 {margin-top: 60px!important;}

/*#############################################################################

パンくず

#############################################################################*/
.tanpopo .c-breadcrumb.tanpopo-breadcrumb {
    background: #fff;
    width: 1040px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media screen and ( max-width: 1040px ) {
.tanpopo .c-breadcrumb.tanpopo-breadcrumb {
    width:100%;
}
}
.tanpopo .c-breadcrumb.tanpopo-breadcrumb a {
    color: #E91E63;
}

.tanpopo .c-breadcrumb.tanpopo-breadcrumb a.active {
    color: #666666;
}

.tanpopo .c-breadcrumb.tanpopo-breadcrumb li:after {
    color: #666;
}

/*#############################################################################

メイン画像

#############################################################################*/
.tanpopo section.main {
    background: url(../image/index/main.png);
    height: 775px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.tanpopo section.main h1 {
    padding-top: 120px;
}

.tanpopo section.main p {
    padding-top: 50px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
}
.tanpopo section.main p .green{
    color:green

}
@media screen and ( max-width: 599px ) {
.tanpopo section.main {
    background: url(../image/index/main_sp.png);
    background-repeat: no-repeat;
    background-size:100%;
    height: auto;
    padding:0 10px 50px;
}
.tanpopo section.main h1 {
    padding-top: 18%;
}
.tanpopo section.main h1 img {
    width:100%;
    padding: 0 5%;
}
.tanpopo section.main p {
    padding-top: 30px;
    font-size: 13px;
}
}
@media screen and ( max-width: 400px ) {
.tanpopo section.main p {
    font-size: 11px;
}
}
/*#############################################################################

新着記事

#############################################################################*/
.tanpopo section.new-article {
    background: #fffdcb;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 20px;
    position: relative;
    /* width: 100%; */
}

.tanpopo section.new-article h2 {
    position: relative;
    font-size: 28px;
    top: -24px;
    letter-spacing: 5px;
}

@media screen and ( max-width: 599px ) {
    .tanpopo section.new-article h2 {
        font-size: 18px;
        top: -18px;
    }
}

.tanpopo section.new-article h2:after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    background-image: url(../image/index/h2_line.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
}

.tanpopo section.new-article .new-list {
    display: table;
    width: 1040px;
    margin: 0 auto;
    padding: 20px 0;
}

.tanpopo section.new-article .list-column {
    display: table-cell;
}

.tanpopo section.new-article .list-column img {
    width: 222px;
    height: 168px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.tanpopo section.new-article .list-column ul.list-title {
    text-align: left;
    width: 222px;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 22px;
}

.tanpopo section.new-article .list-column a {
    color: #333;
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tanpopo section.new-article .list-column a:hover {
    color: #757575;
    text-decoration: none;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*たんぽぽ*/
.tanpopo section.new-article .tanpopo {
    position: relative;
    width: 1040px;
    display: inline-block;
}

.tanpopo section.new-article .tanpopo img {
    position: absolute;
    top: -110px;
    left: -90px;
}

@media screen and (max-width: 1040px) {
    .tanpopo section.new-article .new-list {
        display: block;
        width: 600px;
    }

    .tanpopo section.new-article .list-column {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .tanpopo section.new-article .tanpopo {
        position: absolute;
        right: -30px;
        width: 40px;
        bottom: -28px;
    }
}

@media screen and (max-width: 599px) {
    .tanpopo section.new-article .new-list {
        width: 100%;
        padding: 5px 0 30px;
    }

    .tanpopo section.new-article .list-column {
        width: 100%;
        display: table;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #fbe58a;
    }

    .tanpopo section.new-article .list-column:last-child {
        border-bottom: none;
    }

    .tanpopo section.new-article .list-column a {
        display: table-cell;
        vertical-align: top;
    }

    .tanpopo section.new-article .list-column a.new-article-img {
        width: 150px;
    }
    .tanpopo section.new-article .list-column a.new-article-img img {
        width: 150px;
    }

    .tanpopo section.new-article .list-column a.new-article-text {
        width: auto;
    }

    .tanpopo section.new-article .list-column img {
        vertical-align: top;
        height: auto;
        vertical-align: top;
        float: left;
    }

    .tanpopo section.new-article .list-column ul.list-title {
        margin-left: 0;
        margin-top: 0;
        vertical-align: top;
        float: left;
        width: 100%;
        padding-left: 5px;
        font-size: 15px;
        line-height: 20px;
    }

    .tanpopo section.new-article .tanpopo {
        right: -80px;
        width: 30px;
        bottom: -50px;
    }
}

@media screen and (max-width: 430px) {
    .tanpopo section.new-article .list-column a.new-article-img {
        width: 36%;
    }
    .tanpopo section.new-article .list-column a.new-article-img img {
        width: 100%;
    }
}

/*#############################################################################

バックナンバー

#############################################################################*/
.tanpopo section.backnumber {
    padding: 75px 20px;
}

.tanpopo section.backnumber h2 {
    position: relative;
    font-size: 28px;
    top: -24px;
    letter-spacing: 5px;
}

@media screen and ( max-width: 599px ) {
    .tanpopo section.backnumber {
        padding: 45px 20px;
    }

    .tanpopo section.backnumber h2 {
        font-size: 18px;
    }
}

.tanpopo section.backnumber h2:after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    background-image: url(../image/index/h2_line.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
}

.tanpopo section.backnumber p {
    line-height: 22px;
}
.tanpopo section.backnumber .backnumber-list p {
    line-height: 20px;
    font-size: 14px;
}


/*ボタン*/
.tanpopo section.backnumber a.list-btn {
    display: table;
    margin: 0 auto;
    background: #f6c600;
    padding: 7px 35px;
    border-radius: 30px;
}

.tanpopo section.backnumber #js-btn-wrap a {
    display: table;
    margin: 0 auto;
    background: #f6c600;
    padding: 7px 70px;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.tanpopo section.backnumber .more-btn {
    margin-top: 30px;
}

.tanpopo section.backnumber .more-btn a.list-btn {
    padding: 7px 50px;
}

.tanpopo section.backnumber a.list-btn img, .tanpopo section.backnumber a.list-btn p {
    display: inline-block;
    vertical-align: middle;
}

.tanpopo section.backnumber a.list-btn img {
    margin-right: 10px;
}

.tanpopo section.backnumber a.list-btn p {
    font-weight: bold;
    color: #333;
}

@media screen and ( max-width: 599px ) {
    .tanpopo section.backnumber a.list-btn {
        padding:7px 0;
        width:100%;
    }

    .tanpopo section.backnumber a.list-btn p {
        font-size: 18px;
        font-weight: 400
    }
    .tanpopo section.backnumber .more-btn a {
        padding:7px 0;
        width:100%;
    }
}

/*ナビゲーション*/
.tanpopo section.backnumber .backnumber-btn ul {
    display: table;
    width: 1015px;
    margin: 30px auto 50px;
}

.tanpopo section.backnumber .backnumber-btn ul li {
    display: table-cell;
    position: relative;
}

.tanpopo section.backnumber .backnumber-btn ul li h3 {
    position: absolute;
    bottom: 0;
    width: 190px;
    margin-left: 7px;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

@media screen and (max-width: 1040px) {
    .tanpopo section.backnumber .backnumber-btn ul {
        display: block;
        width: 650px;
        margin-bottom: 20px;
    }

    .tanpopo section.backnumber .backnumber-btn ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px 20px;
    }

    .tanpopo section.backnumber .backnumber-btn ul li img {
        height: auto;
    }

    .tanpopo section.backnumber .backnumber-btn ul li h3 {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .tanpopo section.backnumber .backnumber-btn ul {
        width: 100%;
    }

    .tanpopo section.backnumber .backnumber-btn ul li {
        width: 160px;
    }
}

@media screen and (max-width: 599px) {
    .tanpopo section.backnumber .backnumber-btn ul li {
        width: 30%;
        margin: 0 1px 20px;
    }

    .tanpopo section.backnumber .backnumber-btn ul li h3 {
        font-size: 12px;
    }
}

/*記事部分*/
.tanpopo section.backnumber #backnumber-list {
    margin-top: 100px;
	min-height: 500px;/*add*/
}

.tanpopo section.backnumber #backnumber-list ul {
    padding: 0 70px;
    /* max-height: 650px; */
    /* overflow-y: scroll; */
}

.tanpopo section.backnumber #backnumber-list ul::-webkit-scrollbar {
    width: 5px
}

.tanpopo section.backnumber #backnumber-list ul::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.tanpopo section.backnumber #backnumber-list ul::-webkit-scrollbar-thumb {
    background: #9E9E9E;
}

.tanpopo section.backnumber #backnumber-list ul li {
    margin-bottom: 50px;
}

.tanpopo section.backnumber #backnumber-list ul li h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}

.tanpopo section.backnumber #backnumber-list ul li h4 a {
    color: #333;
    font-weight: bold;
}

.tanpopo section.backnumber #backnumber-list ul li p {
    text-align: left;
    font-size: 16px;
    margin-left: 110px;
    padding-left: 10px;
    border-left: solid #f6c600 4px;
}

@media screen and (max-width: 767px) {
    .tanpopo section.backnumber #backnumber-list ul li p {
        text-align: left;
        font-size: 16px;
        margin-left: 0px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 599px) {
    .tanpopo section.backnumber #backnumber-list {
    margin-top: 50px;
}

    .tanpopo section.backnumber #backnumber-list ul li {
        margin-bottom:30px;
    }

    .tanpopo section.backnumber #backnumber-list ul {
        padding: 0;
    }

    .tanpopo section.backnumber #backnumber-list ul li h4 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .tanpopo section.backnumber #backnumber-list ul li h4 span.backnumber-date {
        font-size: 12px;
        line-height: 17px;
        font-weight: 400;
    }

    .tanpopo section.backnumber #backnumber-list ul li p {
        font-size: 11px;
        line-height: 16px
    }
}



.js-load { display:none; }
.js-load.active { display:block; }



/*#############################################################################

新規会員登録

#############################################################################*/
.tanpopo section.new-member {
    height: 400px;
    background-image: url(../image/index/new-mem-bg.png);
    background-position: top;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.tanpopo section.new-member .text {
    padding-top: 80px;
}

.tanpopo section.new-member .text h2 {
    font-size: 24px;
    font-weight: bold;
}

.tanpopo section.new-member .text p {
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
}

.tanpopo section.new-member .text a.list-btn p {
    background: #188c04;
    border-radius: 30px;
    padding: 15px 80px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 599px) {
.tanpopo section.new-member .text p {
    font-size: 13px;
}
}
/*たんぽぽ*/
.tanpopo section.new-member .tanpopo {
    position: relative;
    width: 1040px;
    display: inline-block;
}

.tanpopo section.new-member .tanpopo img {
    position: absolute;
    top: -47px;
    right: 0;
}

@media screen and (max-width: 1040px) {
    .tanpopo section.new-member .tanpopo {
        position: absolute;
        right: 0;
        width: 60px;
        bottom: 0;
    }

    .tanpopo section.new-member {
        margin-bottom: 50px;
    }
}

@media screen and ( max-width: 767px ) {
    .tanpopo section.new-member .text {
        padding-top: 50px;
    }

    .tanpopo section.new-member .text h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px
    }

    .tanpopo section.new-member .text p {
        margin-top: 16px;
        line-height: 21px;
    }
}

@media screen and ( max-width: 599px ) {
    .tanpopo section.new-member {
        margin-bottom: 0px;
    }
    .tanpopo section.new-member .text {
        padding-top: 7%;
    }
    .tanpopo section.new-member .text h2 {
        font-size: 19px;
    }

    .tanpopo section.new-member .text p {
        line-height: 17px;
    }

    .tanpopo section.new-member .text a.list-btn p {
        padding: 10px 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        width: 300px;
    }

    .tanpopo section.new-member {
        height: 330px;
        background-image: url(../image/index/new-mem-bg_sp.png);
        background-size: 400px;
    }

    .tanpopo section.new-member .tanpopo {
        position: absolute;
        width: 50px;
        bottom: 34px;
    }

}
@media screen and ( max-width: 400px ) {
        .tanpopo section.new-member {
        height: 330px;
        background-image: url(../image/index/new-mem-bg_sp.png);
        background-size: 100%;
    }

        .tanpopo section.new-member .text h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
        .tanpopo section.new-member .text p {
        font-size:10px;
    }
    .tanpopo section.new-member .text a.list-btn p {
        width: 80%;
    }

}
