@charset "utf-8";

/* ---------- common ----------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: HiraginoSans-W6, "ヒラギノ角ゴシック W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    letter-spacing: 2px;
}

.font-w6 {
    font-weight: 600;
}

a {
    display: block;
    text-decoration: none;
    color: #000;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1024px;
    margin: 0 auto;
}

main {
    text-align: center;
}

section {
    padding: 100px 0;
}

.sp-br {
    display: none;
}

.mb20 {
    margin-bottom: 20px;
}

/* ---------- header ---------- */
header {
    position: fixed;
    z-index: 10;
    width: 100%;
    /* height: 80px; */
    padding: 0 30px;
    background: rgba(129, 199, 132, .9);
    box-shadow: 0px 1px 5px rgba(94, 143, 95, 1);
    padding: 10px 30px;
}

.logo {
    /* float: left; */
    /* line-height: 80px; */
    position: absolute;
    height: 100%;
    top: 28px;
}

.logo-img {
    /* vertical-align: middle; */
}

.glob-nav {
    display: flex;
}

.nav-item {
    /* float: left; */
    /* line-height: 80px; */
    display: inline-block;
    text-align: center;
    margin: 0 0px;
    vertical-align: middle;
}

.nav-item a {
    /* margin-left: 22px; */
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding: 0 8px;
    line-height: 20px;
    transition: 0.2s;
}

.nav-item a:hover {
    text-shadow: 0 0 8px white;
}

nav ul {
    margin: 0 0 0 auto;
}

.sp-new {
    display: none;
}

.new {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 8px;
    font-size: 11px;
    background: #fff;
    color: #f57a78;
    box-sizing: border-box;
    display: block;
    width: 60px;
    margin: 0 auto;
    line-height: 18px;
    margin-bottom: 3px;
}

.new:before,
.new:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.new:before {
    top: 0;
    left: 0;
    border-width: 9px 0px 9px 4px;
    border-color: transparent transparent transparent #81c784;
    border-style: solid;
}

.new:after {
    top: 0;
    right: 0;
    border-width: 9px 4px 9px 0px;
    border-color: transparent #81c784 transparent transparent;
    border-style: solid;
}

.newbox {
    margin: 8px auto;
    text-align: center;
    line-height: 1.5;
}

.btn {
    float: left;
    width: 220px;
    height: 48px;
    margin: 16px 0;
    border: 2px solid #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
}

.header-btn {
    width: 220px;
    margin-right: 30px;
}

.sp-btn {
    display: none;
    width: 40px;
    height: 80px;
    float: right;
    padding: 25px 15px 15px 0;
    /*  float: left;
    padding: 25px 0 15px 20px;*/
}

.line,
.sp-btn::before,
.sp-btn::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px;
    background: #fff;
}

.app_img {
    margin-top: 40px;
}

.app_img2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* ---------- mv ---------- */
.mv {
    position: relative;
    top: 80px;
    /*height: calc(100vh - 80px);*/
    background: url('../img/mv.jpg') center;
    background-size: cover;
}

.mv-copy {
    font-size: 80px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    padding: 250px 0 0;
}

.mv-copy-s {
    width: 80%;
    font-size: 28px;
    line-height: 48px;
    padding: 48px 0 0px;
}

.mv-copy-citizen {
    width: 60%;
    font-size: 25px;
    line-height: 48px;
    margin-top: 250px
}

.mv-copy-img {
    width: 80%;
    font-size: 28px;
    line-height: 48px;
    padding: 48px 0 0px;
}

.mv-btn {
    margin-top: 120px;
}

.mv-btn-img {
    height: 60px;
}

.app-img {
    position: absolute;
    bottom: -180px;
    right: 130px;
    width: 250px;
}

.filter {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    /*height: 100vh;*/
    background: linear-gradient(rgba(129, 199, 132, .98) 10%, rgba(129, 199, 132, .3));
    color: #fff;
    padding-bottom: 100px;
}

.filter-citizen {
    height: 530px;
    background: linear-gradient(rgba(129, 199, 132, .98) 10%, rgba(129, 199, 132, .3));
    color: #fff;
}


img.tac {
    display: block;
    margin: 0 auto;
}

.citizen-topimg {
    margin-top: 150px;
}

.textimg_line p {
    display: inline-block;
    vertical-align: top;
}

.textimg_line2 {
    /* display: flex; */
    margin: 0 atuo;
}

.textimg_line2 div {
    width: 90%;
    margin: 0 auto 50px;
    /* margin: 30px 40px 0 0; */
}

.textimg_line2 div .parti {
    display: inline;
    color: #333333;
}

.textimg_line2 div .parti:hover {
    display: inline;
    color: #888888;
}

.textimg_line p img {
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

.citizenimg {
    margin: 100px 80px;
}

.news-left .citizen_box {
    display: inline-block;
    vertical-align: top;
}

.citizen_box dd p {
    font-size: 16px;
    padding-left: 20px;
}

.left_line {
    padding-right: 50px;
    width: 50%;
}

.right-line {
    padding-left: 50px;
    width: 45%;
    border-left: solid 2px #81c784;
}


/* ---------- about ---------- */
.about {
    padding-top: 200px;
}

.heading {
    font-size: 40px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #81c784;
    line-height: 1.2;
}

h2.heading::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #81c784;
    margin: 50px auto;
}

.citizen_title {
    font-size: 20px;
}

.text {
    font-size: 18px;
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
    color: #333333;
    line-height: 40px;
    text-align: justify;
}

.text-center {
    font-size: 18px;
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.small-text {
    font-size: 14px;
    line-height: 20px;
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
    color: #333333;
    padding-top: 10px;
    text-align: left;
}

p.small-text.bottom {
    margin-bottom: 30px;
}

.guide-book {
    width: 70%;
}

.url-text {
    padding: 10px 0;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
}

/* ---------- ãƒ‰ãƒ©ã‚¤ã‚¢ã‚¤ãƒªã‚ºãƒ  ---------- */
.app,
.bg-gray {
    background: #FAFAFA;
}

.app-container>.heading::before {
    content: '花粉症の複合的要因を\A医学的に解析するための研究アプリ\A';
    white-space: pre;
    display: block;
    font-size: 18px;
    padding: 20px 0;
}

.app-container {
    /*float: right;*/
}

.univ-img {
    /*float: left;*/
    /*width: 350px;*/
    width: 600px;
    margin-top: 60px;
}

/* ---------- simple ---------- */
.simple-container {
    float: left;
}

.simple-container>.heading::before {
    content: 'シンプルでわかりやすい';
    white-space: pre;
    display: block;
    font-size: 18px;
    padding: 20px 0;
}

.simple-container>.text {
    padding-top: 40px;
}

.simple-img {
    float: right;
    width: 280px;
    margin-top: 175px;
}

.simple2-container>.heading::before {
    content: '目の赤みで';
    white-space: pre;
    display: block;
    font-size: 18px;
    padding: 20px 0;
}

.simple2-container {
    float: left;
}

.simple2-container>.text {
    padding-top: 40px;
}

.simple2-img {
    float: right;
    width: 400px;
    margin-top: 90px;
}

table {
    text-align: left;
    margin-top: 40px;
    letter-spacing: 0;
}

tr {
    display: block;
    margin-top: 40px;
}

th {
    width: 300px;
    font-size: 20px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #81c784;
}

td {
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
}

.num {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: #81c784;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.pd img {
    padding-top: 30px;
}

.button {
    margin-top: 30px;
    padding: 20px 30px;
    font-size: 16px;
    border: solid 1px #81c784;
    border-radius: 15px;
    background-color: #81c784;
    color: #fff;
}

.button a {
    color: #fff;
}

.sp-display {
    display: none;
}

/* ---------- header ---------- */
.daily-container>.heading::before {
    content: 'AppleWatchでも';
    white-space: pre;
    display: block;
    font-size: 18px;
    padding: 20px 0;
}

.daily-container {
    float: right;
    padding-top: 40px;
}

.daily-img {
    float: left;
    width: 550px;
}

/* ---------- news ---------- */
.news-container {
    width: 1140px;
    margin: 0 auto;
}

#news {
    padding-bottom: 0;
    letter-spacing: 0;
    background: #FAFAFA;

}

.news-text {
    padding-bottom: 20px;
}

.news-left {
    float: left;
    text-align: left;
}

.news-right {
    float: right;
    text-align: left;
}

dt {
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
    color: #81c784;
    font-size: 20px;
    margin-bottom: 10px;
}

dd.news-ttl a {
    font-family: HiraginoSans-W6, "ヒラギノ角ゴシック W6", Meiryo;
    font-size: 26px;
    color: #333333;
}

dd.news-ttl a:hover {
    text-decoration: underline;
}

dd {
    font-family: HiraginoSans-W6, "ヒラギノ角ゴシック W6", Meiryo;
    color: #666666;
    margin-bottom: 20px;
}

dd a {
    font-size: 20px;
    color: #666666;
}

.news-btn {
    float: right;
    margin: 0 0 80px 0;
    color: #81c784;
}



.copy-bg-container {
    width: 1100px;
    margin: 0 auto;
}

/*.copy-bg {
    height: 400px;
    background: url('../img/visual.png') center;
    background-size: cover;
}*/

.copy-s {
    font-family: HiraginoSans-W6, "ヒラギノ角ゴシック W6", Meiryo;
    padding-top: 100px;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    text-align: left;
}

.copy-s+.btn {
    margin-top: 70px;
    color: #fff;
}


/* ---------- å®‰å…¨æ€§ã«ã¤ã„ã¦ ---------- */

h3.heading {
    font-size: 30px;
    padding-bottom: 40px;
}

.safe-container {
    float: left;
    width: 300px;
    margin-right: 62px;
}

.safe-container:last-child {
    margin-right: 0;
}


.junten-container {
    float: right;
    padding-top: 40px;
    width: 60%;
}

.junten-img {
    float: left;
    width: 350px;
    margin-top: 60px;
}


.junten-heading {
    color: #531A85;
}

h2.junten-heading::after {
    background: #531A85;
}

.junten-heading::before {
    content: "企画/監修";
    display: block;
    margin: 0 auto 50px;
    font-size: 18px;

}

/* ---------- ç ”ç©¶é–‹ç™º ---------- */
#study {}

.text+.text {
    padding-top: 20px;
}

.text+h3.heading {
    margin-top: 40px;
}

h4.heading {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
}

/* ---------- Sponsorship ---------- */
img.sponsor {
    width: 200px;
    margin-bottom: 15px;
}

h3.ex-sponsor {
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #81c784;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 30px;
}

h3.web-sponsor {
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #81c784;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 26px;
}

h3.supporter {
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #81c784;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 22px;
}

#supporter li {
    list-style: none;
    margin-bottom: 9px;
}

#supporter ul.executive {
    font-size: 19px;
}

a.cloudfunding:hover {
    background: #fffde8;
    color: #81c784;
    border: 1px #81c784 solid;
}

a.cloudfunding {
    display: block;
    background: #81c784;
    width: 500px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 18px;
    margin-top: 30px;
    transition: 0.4s;
    border: 1px #81c784 solid;
}

/* ---------- footer ---------- */

footer {
    background: #81c784;
    padding: 40px 0;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
}

.foot-btn {

    margin: 20px 0 30px;
}

.foot-btn>.mv-btn-img {
    width: 180px;
    height: 50px;
}

.foot-nav {
    width: 1024px;
    margin: 0 auto;
}

.foot-item {
    display: inline-block;
    padding: 0 11px 0 7px;
    font-size: 14px;
    border-right: 1px #fff solid;
}

.foot-item:last-child {
    margin-right: 0;
    border: none;
}

.foot-item a {
    color: #fff;
}

small {
    display: block;
    padding: 40px 0;
    font-size: 10px;
}

/* ---------- interview ---------- */

.blogtext {
    text-align: left;
}

.blogimg {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px
}

.news_item {
    border-bottom: 1px #eee solid;
    padding-bottom: 30px;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 1.5;
}

.news_item p {
    font-size: 18px;
    text-align: left;
}

.news_item a:hover {
    text-decoration: underline;
}

.news_item p {
    font-size: 18px;
    text-align: left;
}

.news_item a:hover {
    text-decoration: underline;
}

a.nobr {
    display: inline-block;
    color: #81c784;
}

.news_item h3 span {
    font-size: 15px;
    color: #ccc;
    display: block;
    text-align: right;
}

/*=================================
20180118 Update
=================================*/
main#privacy p {
    text-align: left;
    line-height: 2;
}

main#privacy .container {
    margin-top: 40px;
}

li.nav-item.sp {
    display: none;
}

/*=================================
//20180118 Update
=================================*/

/*sponsor*/
div.sponsor h3 {
    margin-top: 40px;
    padding-bottom: 20px;
}

div.sponsor img {
    max-width: 200px;
    margin-bottom: 20px;
}

p.mv-copy:before {
    content: "";
    background: url(../img/applyicon.png);
    position: absolute;
    bottom: -7px;
    width: 100px;
    height: 99px;
    background-size: 100%;
    left: 0;
}

p.mv-copy {
    position: relative;
    padding-left: 120px;
}

li.nav-item.dl {
    line-height: 1;
}

li.nav-item.dl a {
    border: 2px #fff solid;
    padding: 8px 20px;
    margin-top: 15px;
    border-radius: 10px;
    margin: 0;
}

li.nav-item.dl a:hover {
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

/*=================================
//20191016 追加
=================================*/



/*=================================
//20191016 市民参画ページ
=================================*/

.link-btn {
    border: 2px #81C784 solid;
    padding: 15px 30px;
    margin-top: 15px;
    border-radius: 10px;
    line-height: 1.5;
    background-color: #81C784;
}

.link-btn a {
    color: #fff;
}

/*=================================
//20191016 ダウンロードページ
=================================*/
.download_top {
    height: 720px;
    padding: 76px 0;
}

.download_top div div p,
.android_text {
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.download_title {
    padding-top: 200px;
    font-size: 80px;
}

.download_title_sub {
    padding: 50px 20px;
    line-height: 1.5;
    font-size: 28px;
}

.top-app {
    display: inline-flex;
    padding: 30px 20px
}

.top-app2 {
    padding: 0 0 0 50px;
}

.android_text {
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #343434;
}

.float {
    float: left;
}

.download-img {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-top: 250px;
    padding-left: 80px;
}

.pd-top {
    padding-top: 60px;
}

/*=================================
//20191031 市民参画ページ
=================================*/

img.amed-img {
    width: 400px;
    margin-top: 30px;
}

/*=================================
//20200212 ニュースページ
=================================*/

img.news-amed {
    display: block;
    margin: 20px auto;
}

/*=================================
//20200316 研究結果ページ
=================================*/
br.sp {
    display: none;
}

#all_result section {
    padding: 50px 0;
}

#all_result h2 {
    margin-top: 200px;
}

#all_result h2,
#all_result h3 {
    text-align: center;
    font-size: 40px;
    color: #80c481;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

#all_result h3 {
    margin-top: 60px;
    font-size: 28px;
    color: #333;
    margin-bottom: 80px;
}

#all_result h3 span {
    border-bottom: 4px #88ca8b solid;
    padding-bottom: 10px;
}

#all_result .container.join_member .circle {
    background: #e4f4e4;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

#all_result .container.join_member .circle p span {
    font-size: 20px;
    margin-left: 5px;
}

#all_result .container.join_member .circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 45px;
    font-weight: bold;
    color: #81c784;
    width: 100%;
}

#all_result .container.join_member {
    text-align: center;
}

#all_result .container.join_member>div {
    display: inline-block;
    width: 30%;
}

#all_result .container.join_member>div>p {
    font-size: 24px;
    font-weight: bold;
}

#all_result .item_area ul li {
    list-style: none;
}

#all_result .item_area {
    border: 0px #ccc solid;
    padding: 20px;
    text-align: left;
    width: 80%;
    margin-left: 0;
    margin-top: 30px;
}

#all_result .item_area ul {
    text-align: center;
}

#all_result .item_area ul li {
    display: inline-block;
    width: 23%;
}

#all_result .map_area,
#all_result .item_area {
    display: inline-block;
    vertical-align: top;
}

#all_result .item_area2 ul li {
    list-style: none;
}

#all_result .item_area2 {
    border: 0px #ccc solid;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    width: 80%;
    margin-left: 0;
    margin-top: 30px;
}

#all_result .item_area2 ul {
    text-align: center;
}

#all_result .item_area2 ul li {
    display: inline-block;
    width: 18%;
}

#all_result .map_area,
#all_result .item_area2 {
    display: inline-block;
    vertical-align: top;
}

#all_result .map_area {
    width: 100%;
}

#all_result .map_area iframe {
    width: 100%;
    height: 400px;
}

#all_result .container.all_map {
    text-align: center;
}

#all_result .item_area ul li img {
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

#all_result .item_area ul li {
    list-style: none;
    margin: 10px 0;
}

#all_result .item_area2 ul li img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

#all_result .item_area ul li p {
    font-size: 16px;
    margin: 0;
    color: #444;
    font-weight: normal;
    line-height: 1.5;
}

#all_result .item_area ul li img,
#all_result .item_area ul li p {
    display: inline-block;
    vertical-align: middle;
}

#all_result .item_area2 ul li {
    list-style: none;
    margin: 10px 0;
}

#all_result .container.ranking {
    text-align: center;
}

#all_result .container.ranking .ranking-tables {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

#all_result .container.ranking table {
    width: 31%;
    min-width: 280px;
    display: inline-table;
    vertical-align: top;
    margin-top: 10px;
}

#all_result .container.ranking table th {
    width: auto;
    font-size: 16px;
}

#all_result .ranking h3 {
    margin-bottom: 20px;
}

#all_result .container.ranking table tr {
    margin: 0;
}


#all_result .container.ranking table tr {
    margin: 0;
    display: table-row;
}

#all_result .container.ranking table th,
#all_result .container.ranking table td {
    text-align: center;
    padding: 5px 8px;
    /*border: 1px #ccc solid;*/
}

#all_result .container.ranking table tr.top th {
    color: #333;
    font-weight: bold;
    background: #ebebeb;
    border-top: none;
    padding: 14px 8px;
    font-size: 14px;
}

#all_result .container.ranking table th,
.container.ranking table td {
    text-align: center;
    padding: 7px 8px;
    border: 1px #b0b0b0 solid;
    font-weight: bold;
    color: #333;
    border-bottom: none;
    border-top: none;
    vertical-align: middle;
}

#all_result .container.ranking table tr.top th {
    border-bottom: 1px #b0b0b0 solid;
}

#all_result .container.ranking table tr:nth-child(2n) th,
.container.ranking table tr:nth-child(2n) td {
    background: #eefaee;
}

#all_result .container.ranking table tr td:last-child,
#all_result .container.ranking table tr th:last-child {
    border-right: none;
}

#all_result .container.ranking table tr th:first-child {
    border-left: none;
}

#all_result .container.ranking table tr td img {
    width: 30px;
}

#all_result .graph_box img {
    width: 100%;
}

#all_result .graph_box {
    background: #eefaee;
    padding: 40px;
    box-sizing: border-box;
}

#all_result section.container.character h3 {
    margin-top: 20px;
}

#all_result section.container.character {
    background: #eefaee;
    padding: 40px;
    text-align: center;
    margin-bottom: 80px;
}

#all_result .c_graph_box {
    display: inline-block;
    width: 45%;
    margin: 0 10px;
}

#all_result .c_graph_box2 {
    display: inline-block;
    width: 45%;
    height: 350px;
    margin: 0 10px;
}

#all_result p.mv-copy-citizen {
    font-size: 40px;
    line-height: 1.5;
}

#all_result .citizen-topimg img {
    width: 100%;
}

#all_result .citizen-topimg {
    width: 250px;
    margin-top: 185px;
}

.download div {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.download {
    text-align: center;
    padding: 40px 0;
    background: #8ccc8f;
}

.supported_text {
    text-align: center;
    padding: 0 0 20px 0;
    color: black;
}

.pc-display.top_banner a img {
    height: 100%;
    width: auto;
    margin: 0;
}

.pc-display.top_banner a {
    display: inline-block;
    height: 100px;
    margin-top: 100px;
}

.sp-display.top_banner {
    margin-top: 100px;
}

.sp-display.top_banner .app_img_top {
    padding: 0;
    margin-top: 10px;
}

section.container.join_member h2 span {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

section.container.join_member p.attention {
    text-align: right;
    margin-top: 50px;
    font-size: 14px;
}

section.container.all_map p {
    font-size: 29px;
    margin-top: 50px;
    font-weight: bold;
    color: #8ccc8f;
}

section.container.all_map p.attention,
section.container.ranking p.attention {
    font-size: 14px;
    text-align: right;
    margin: 0;
    color: #ababab;
    font-weight: normal;
}

section.container.ranking p.attention {
    /* text-align: center; */
    margin-top: 50px;
}

section.container.all_map p span {
    font-weight: bold;
    color: #444;
}

/*====== 200420 update ======*/
.filter-citizen.about p.mv-copy-citizen {
    padding: 0;
    text-align: center;
    width: 100%;
}

.filter-citizen.about {
    padding: 0;
}

/*===== 200826 about.html ======*/
.filter-citizen.about {
    padding: 0;
    height: auto;
}

.filter-citizen.about p.mv-copy-citizen {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 200px 0 100px 0;
}

.img_area,
.txt_area {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.txt_area p {
    margin-bottom: 18px;
    text-indent: 18px;
    font-size: 18px;
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
    color: #333333;
    line-height: 30px;
    /* text-align: center; */
}

.img_area img {
    width: 100%;
}

.txt_area {
    width: 60%;
    font-family: HiraginoSans-W3, "ヒラギノ角ゴシック W3", Meiryo;
}

.download_bn {
    margin-bottom: 50px;
}

.download_bn a img {
    margin: 0;
    height: 100%;
    width: auto;
}

.download_bn a {
    display: inline-block;
    vertical-align: top;
    height: 50px
}

li.nav-item.dl {
    position: relative;
}

li.nav-item.dl .new {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: -10px;
    left: -13px;
    /* transform: skew(15deg,15deg); */
}

#news .more {
    display: none;
}

#news .more.active {
    display: block;
}

.news_more {
    background: #8dcc90;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 8px;
    padding: 15px 40px;
    margin-bottom: 50px;
    display: none;
}

.news_more.active {
    display: inline-block;
}

.news_more:hover {
    cursor: pointer;
}

#news dl {
    text-align: left;
    line-height: 2;
}

/*====== 200831 ======*/
div.sponsor img.s_logo {
    max-width: 400px;
    width: 80%;
    margin-bottom: 20px;
}

.simple .txt_area th,
.simple .txt_area td {
    display: block;
    line-height: 2;
    width: 100%;
    padding: 0;
}

.simple .img_area img {
    width: 200px;
}

.simple .txt_area td {
    padding: 0px 0 0 60px;
    padding-top: 5px;
}

.mv-copy-s img {
    margin: 0;
    margin-left: 15px;
}

.mv-copy-s p,
.mv-copy-s a {
    display: inline-block;
    vertical-align: middle;
}

a.mv_banner img {
    width: 100%;
    max-width: 795px;
}

.sp {
    display: none;
}
.heading span {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}
/*====== 200901 ======*/
.mv_inner {
    width: 800px;
    margin: 0 auto;
    padding: 130px 0 50px 0;
}
.mv-copy {
    padding-top: 0;
}
.mv-copy-s {
    width: 100%;
}

/*====== 210121 campaign.html ======*/
body#campaign,body#campaign2022 {
    font-family: HiraginoSans, "ヒラギノ角ゴシック", Meiryo;
    text-align: center;
}
body#campaign h3,body#campaign2022 h3 {
    font-size: 25px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #81c784;
    line-height: 1.2;
    margin-bottom: 30px;
}
body#campaign .main_title,body#campaign2022 .main_title  {
    text-align: center;
    padding-top: 76px;
    background: #ccc;
    margin-bottom: 30px;
}
body#campaign .main_title h1:after,body#campaign2022 .main_title h1:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(129, 199, 132, .98) 10%, rgba(129, 199, 132, .3));
    position: absolute;
    top: 0;
}
body#campaign .main_title h1,body#campaign2022 .main_title h1 {
    padding: 200px 0;
    background: url(../img/campaign/campaign_bg.jpg) center/cover;
    color: #fff;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 40px;
    position: relative;
}
body#campaign .main_title h1 span,body#campaign2022 .main_title h1 span {
    z-index: 1;
    position: relative;
}

body#campaign .main_title p,body#campaign2022 .main_title p {
    padding: 20px 0;
    background: #ffffa1;
    color: #81c785;
    font-size: 20px;
}
body#campaign .container,body#campaign2022 .container  {
    margin: 30px auto;
    display: inline-block;
    width: 1024px;
    line-height: 1.5;
}
body#campaign .container.download_bn,body#campaign2022 .container.download_bn {
    background: linear-gradient(rgba(129, 199, 132, .98) 10%, rgba(129, 199, 132, .3));
    width: 100%;
    padding: 50px 0;
}
body#campaign .container.download_bn h3,body#campaign2022 .container.download_bn h3{
    color: #fff;
}
body#campaign .flow_box img,body#campaign2022 .flow_box img {
    width: 100%;
}
body#campaign .flow_box,body#campaign2022 .flow_box {
    display: inline-block;
    width: 25%;
    margin: 30px 10px;
    vertical-align: top;
}
body#campaign p.attention,body#campaign2022 p.attention {
    /* margin-top: 20px; */
    font-size: 14px;
    color: #7b7b7b;
}
p.ta_r {
    text-align: right;
}
body#campaign p.ta_r.attention,body#campaign2022 p.ta_r.attention {
    margin-top: 20px;
}
body#campaign .mt20,body#campaign2022 .mt20 {
    margin-top: 20px;
}
body#campaign .container.gift img,body#campaign2022 .container.gift img {
    margin: 30px 0;
}
body#campaign p a:hover ,
body#campaign .about_gift li a:hover,
body#campaign2022 p a:hover ,
body#campaign2022 .about_gift li a:hover{
    text-decoration: underline;
}
body#campaign p a ,
body#campaign .about_gift li a,
body#campaign2022 p a ,
body#campaign2022 .about_gift li a {
    display: inline-block;
    color: #84c887;
}

body#campaign ul li,body#campaign2022 ul li {
    text-align: left;
}
.about_gift.container {
    text-align: left;
    font-size: 14px;
    color: #7d7d7d;
}
.about_gift.container ul {
    padding-left: 16px;
}
body#campaign footer .container ul li,body#campaign2022 footer .container ul li {
    text-align: center;
}
body#campaign footer .container ul,body#campaign2022 footer .container ul {
    padding: 0;
}
body#campaign span.googleplay,body#campaign2022 span.googleplay {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
#campaign.news_item a,#campaign2022.news_item a {
    display: inline-block;
    color: #8ecd91;
    text-decoration: underline;
}
#campaign.news_item .attention,#campaign2022.news_item .attention {
    margin-top: 15px;
}
#campaign.news_item .attention p, #campaign.news_item .attention a,
#campaign2022.news_item .attention p, #campaign2022.news_item .attention a {
    font-size: 14px;
    color: #8a8a8a;
}
#campaign.news_item span.attention,
#campaign2022.news_item span.attention {
    margin: 0;
    font-size: 14px;
    color: #8a8a8a;
}
.mb10 {
    margin-bottom: 10px;
}
/*=== 210421 ppi ===*/
.ppi_news {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 3pt;
    color: #333333;
    border: 3px #f08c97 solid;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
    padding-top: 40px;
}
.ppi_news h3 {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    background: #fff;
    width: 200px;
    margin: auto;
    color: #f08c97;
}
.ppi_news a {
    display: contents;
    color: #81c784;
    text-decoration: underline;
}
.ppi_news a:hover {
    text-decoration: none;
}
#ppi_online a {
    display: contents;
    color: #8ecc91;
}
.news_item p {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
}
.news_item p.strong {
    font-weight: bold;
}
.news_item h4 {
    font-size: 24px;
    text-align: left;
    color: #81c784;
    margin-bottom: 10px;
    border-bottom: 1px #cde9ce solid;
}
.news_item dt {
    text-align: left;
    font-size: 18px;
    margin: 0;
}
.news_item dd {
    padding: 5px 15px;
}
.news_item p span {
    color: #81c784;
}
/*=== 210421 ppi end ===*/
.w50 {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
dl {
    text-align: left;
}
.ppi_news p.red {
    font-size: 21px;
}
/*=== 220128 ===*/
.simple .img_area img.img2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.simple .img_area {
    position: relative;
}
.simple .txt_area th.new_icon {
    position: relative;
}
.simple .txt_area th.new_icon:before {
    content: "";
    background: url(../img/new_icon.png) center/100% no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: -47px;
    z-index: 0;
    top: -24px;
}

/*=== 220307 ===*/
.ppi_news .end_color {
    color: #f08c97;
}
@media screen and (max-width: 720px) {
.ppi_news .end_color {
    font-size: 17px;
    margin-top: 15px;
}
}