@charset "utf-8";

/* =================================================================================================
   森記念財団／都市のイメージ調査 2018
   https://www.mori-m-foundation.or.jp/
   Copyright (C) 2015 THE MORI MEMORIAL FOUNDATION. All Rights Reserved.
================================================================================================= */

.br-sp {
  display:none;
}

body {
    background: url("../img/ius_top_main_bg.jpg") center 0 no-repeat;
    background-attachment: fixed;
    width: 100% !important;
}
.title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 36px;
    font-weight: normal;
    border-bottom: 1px solid #49b75b;
}
.title:first-letter {
    color: #49b75b;
}
.title span {
    position: absolute;
    left: 0;
    bottom: -7px;
    display: inline-block;
    padding: 0 10px 0 3px;
    font-size: 16px;
    color: #49b75b;
    background-color: #fff;
}
.wrap {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 940px;
    /*background-color: #fff;*/
}
.wrap p {
    font-size: 16px;
    line-height: 2;
}
.wrap p.lead {
    margin-bottom: 50px;
}
.gpci_section {
    width: 940px;
    margin: 0 auto 40px;
}
.gpci_section .txt p {
    font-size:16px;
    padding-bottom:80px
}
/* ----------------------------------------------------------------------------
　メインエリア
---------------------------------------------------------------------------- */
#main_photo {
    width: 100%;
    height: 374px;
    background: url("../img/jpc2023_main_photo.jpg") center 0 no-repeat;
    margin-bottom: 80px;
}
#main_area {
    padding-bottom: 50px;
    position: relative;
}
#main_area h1 {
    margin:0;
    padding:0;
    font-size: 42px;
    font-weight: normal;
    border-bottom: none;
    line-height: 1;
}
/* ----------------------------------------------------------------------------
　SNS
---------------------------------------------------------------------------- */
#main_area #sns {
    text-align: right;
    position: absolute;
    top:0;
    right: 0;
}
#main_area #sns li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
#main_area #sns li img {
    width: 100%;
    height: auto;
}
#main_area #sns li.contact a {
    display: inline-block;
    padding: 9px 40px;
    background-color: #49b75b;
    color: #fff;
    border-radius: 3px;
}
#main_area #sns li.contact_en a {
        display: inline-block;
        padding: 12px 40px;
        background-color: #49b75b;
        color: #fff;
        border-radius: 3px;
}
#lead {
    position: relative;
    font-size: 15px;
    line-height: 2;
}
.dlbtn a {

    display: inline-block;
    background-color: #49b75b;
    color: #fff;
    min-width: 350px;
    font-size: 18px;
    border-radius: 3px;
    padding: 15px 10px;
    text-align: center;
	margin-top:20px;

}
.dlbtn a span {
    position: relative;
}
.dlbtn a.blt span {
    padding-right: 10px;
}
.dlbtn a.blt span::after {

    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transition: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    width: 8px;

}
.dlbtn a:hover {
    opacity: 0.9;
	color:#fff;
}
/* ----------------------------------------------------------------------------
　概要
---------------------------------------------------------------------------- */
#outline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#outline a:hover {
    opacity: 0.9;
}
#outline .text {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-align-self: stretch;
    align-self: stretch;
    padding: 30px 35px;
    border-left: 1px solid #000;
}
#outline .text .tit {
    margin-bottom: 20px;
    color: #49b75b;
    font-size: 24px;
}
#outline .text .tit p {
    font-size: 24px;
}
#outline .text .btn {
    margin: 30px auto 0;
    text-align: center;
}
#outline .text .btn a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #49b75b;
    color: #fff;
    border-radius: 3px;
}
#outline .text .btn_p {
    margin: 30px auto 0;
    text-align: center;
}
#outline .text .btn_p a {
    display: inline-block;
    padding: 10px 120px;
    background-color: #49b75b;
    color: #fff;
    border-radius: 3px;
}
#outline .text .btn a span {
    padding-right: 25px;
    background: url(/img/jpc_icn_dl.png) no-repeat right center;
    line-height: 1;
}
#outline .img {
    width: 250px;
}
/* ----------------------------------------------------------------------------
　特徴
---------------------------------------------------------------------------- */
#features li {
    position: relative;
    margin: 0 19px 20px;
    padding: 7px 0;
    line-height: 1;
    background-color: #f0efee;
}
#features li::before, #features li::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -20px;
    top: 0;
    height: 100%;
    width: -webkit-calc(2em + 10px);
    width: calc(2em + 10px);
    background-color: #f0efee;
    border-radius: 50%;
}
#features li::after {
    left: auto;
    right: -20px;
    top: 0;
}
#features li span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: -10px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #49b75b;
    color: #fff;
    border-radius: 50%;
}
#features li b {
    color: #49b75b;
    font-weight: normal;

}
/* ----------------------------------------------------------------------------
　都市
---------------------------------------------------------------------------- */
#cities2 {
    padding: 50px 0 0;
    background-color: #eae4dd;
    text-align: center;
}
#cities2 img {
    max-width: 100%;
}



/* ----------------------------------------------------------------------------
　評価
---------------------------------------------------------------------------- */
/*#evaluation {
    padding-top: 90px;
}*/
#evaluation .tit {
    margin-bottom: 20px;
    color: #49b75b;
    font-size: 24px;
}
/* ----------------------------------------------------------------------------
　結果
---------------------------------------------------------------------------- */
#results1 {
    padding-bottom: 20px;
}
#results2 {
    padding: 50px 0 0;
    /*background-color: #f7f7f7;*/
}
#results2 .tit {
    margin-bottom: 50px;
    text-align: center;
    color: #49b75b;
    font-size: 24px;
}
#results2 .inner {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1660px;
	padding: 0 20px 0 0;
}
#results2 .item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 70px;
    text-align: center;
}
#results2 .item .city {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
}
#results2 .item p {
    margin-bottom: 20px;
}
#results2 .item img {
    max-width: 100%;
}
#results2 .last {
    text-align: center;
}
/* ----------------------------------------------------------------------------
　特別・多摩
---------------------------------------------------------------------------- */
.special {
    margin-top:30px;
    padding-bottom:1px
}


/* ----------------------------------------------------------------------------
　本
---------------------------------------------------------------------------- */
#book {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction: row-reverse;
    margin: 30px auto 3rem;
}
a #book{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction: row-reverse;
    margin: 90px auto;
	padding:20px;
	cursor: pointer;
	color:#333;

}
 a:hover #book{
	 display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction: row-reverse;
   margin: 90px auto;
   padding:20px;
	cursor: pointer;
    color:#333;
	background-color:#F1F1F1;
}
#book .text {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 100px;
    font-size:16px;
}
#book .text .tit {
    margin-bottom: 20px;
    line-height: 2;
    font-size:18px;
    font-weight:normal;
}
#book .text dl {
    padding:0 0 0 20px;
    border-left: 1px solid #ccc;
}
#book .text dt {
    float: left;
    width: 6em;
    line-height: 2;
}
#book .text dt::before {
    content: "";
    display: block;
    clear: both;
}
#book .text dd {
    margin-left: 6em;
    padding-left: 20px;
    line-height: 2;
}
#book .img {
    width: 35%;
}
#book .img img {
    max-width: 100%;
	padding-bottom: 40px;
}

/* ----------------------------------------------------------------------------
　press
---------------------------------------------------------------------------- */
.press_bg {
    padding: 50px 0 10px 0;
    background-color: #f7f7f7;
	width:100%;
}
#press {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 90px;
    font-size: 15px;
}
#press .title span {

    position: absolute;
    left: 0;
    bottom: -7px;
    display: inline-block;
    padding: 0 10px 0 3px;
    font-size: 16px;
    color: #49b75b;
    background-color: none;

}
#press h3 {
    margin-bottom: 35px;
}
#press ul {
    overflow: hidden;
    margin-left: -5px;
    padding-left: 10px;
    padding-top: 10px;
}
#press li {
    float: left;
    position: relative;
    width: 263px;
    margin-left: 5px;
    margin-bottom: 40px;
    padding: 20px;
}
#press li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#press li:hover {
    background: #fff;
    -webkit-box-shadow: 0px 8px 15px 0px #999; /* Safari, Chrome用 */
    -moz-box-shadow: 0px 8px 15px 0px #999; /* Firefox用 */
    box-shadow: 0px 8px 15px 0px #999; /* CSS3 */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#press dt {
    display: table;
    margin-bottom: 20px;
    height: 240px;
    width: 100%;
    text-align: center;
}
#press dd p {
    height: 2em;
}
#press dt span {
    display: table-cell;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}
#press .btn {
    margin-top: 20px;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #3e9a9a;
    color: #fff;
}
#press .btn_jpg {
    background: url("/img/ius_events_btn_blank.png") -20px 1px no-repeat #49b75b;
}
#press .btn_pdf {
    background: url("/img/ius_events_btn_pdf.png") -20px 1px no-repeat #49b75b;
}
#press .btn_pdf span::before {
    content:"";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("/img/ius_icn_pdf.png") no-repeat;
    background-size:16px 16px;
    vertical-align: middle;
}
#press .release {
    background: url("/img/icon_pdf.png") 0 5px no-repeat;
    padding: 0 0 0 25px;
    text-decoration: underline;
    color: #ccaa32;
    font-size: 18px;
    margin-bottom: 30px;
}
#press .backnumber a {
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    padding: 12px 0;
    text-decoration: underline;
    color: #49b75b;
}
#press .backnumber a:hover {
    text-decoration: none;
    background-color: #49b75b;
    color: #fff;
}

/* ----------------------------------------------------------------------------
　publications
---------------------------------------------------------------------------- */

.section_wrapper {
    background: #4a4a4a;
    color: #fff;
    overflow: hidden;
}
#publications {
    padding: 100px 0 0;
}
#publications h2 {
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 20px;
}
#publications .lead {
    font-size: 15px;
    margin-bottom: 50px;
}
#publications h3 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------
　publication
---------------------------------------------------------------------------- */
#publication{
	background-color:#343434;
	margin-top:60px;
}
#publication h2{
	font-size:35px;
	font-weight:normal;
	line-height:120%;
	color:#fff;
  margin-bottom:10px;
}
#publication .copy{
  color:#fff;
  font-size:18px;
  margin-bottom:20px;
}
#publication .inner{
	width:940px;
	padding:65px 30px 50px;
	margin:0 auto 30px;
}
#publication #flash{
	width:719px;
	height:300px;
	margin:0 auto 20px;
	background-color:#3a3a3a;
}
#publication #flash object{
	width:719px;
	height:300px;
}
#publication #flash embed{
	width:719px;
	height:300px;
}

#publication .btn{
	width:234px;
	margin:0 auto;
}
#publication .btn a{
	display:block;
	width:234px;
	height:29px;
	padding-top:16px;
	margin:0 auto;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	background-color:#52a33c;
	text-align:center;
	text-decoration:none;
}
#publication .btn a:hover{
	background-color:#6dbc57;
}

#results2 .tit small{
    font-size: 16px;
}
#features li:nth-child(3){
margin-bottom:0px;
}

#press {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 15px;
}



/* ----------------------------------------------------------------------------
　JPC_targetCities
---------------------------------------------------------------------------- */
#targetCities{
    display: block;
    width: 940px;
    height: 600px;
    margin: 0 auto 5rem;
}

/* ----------------------------------------------------------------------------
　radar
---------------------------------------------------------------------------- */
#radar{
    display: block;
    width: 1250px;
    height: 780px;
    margin: 0 auto 1rem;
}

body.en #radar{
     width: 1250px;
}



/* ----------------------------------------------------------------------------
　covidSurvey
---------------------------------------------------------------------------- */
#covidSurvey{
    display: block;
    width: 90%;
    height: 1010px;
    margin: 0 auto 0rem;
}

/* ----------------------------------------------------------------------------
　covidSurvey2
---------------------------------------------------------------------------- */
#covidSurvey2{
    display: block;
    width: 90%;
    height: 710px;
    margin: 0 auto;
}

/* ----------------------------------------------------------------------------
　covidSurvey3
---------------------------------------------------------------------------- */
#covidSurvey3{
    display: block;
    width: 90%;
    height: 750px;
    margin: 0 auto;
}

#results2 .backnumber a {
    width: 940px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    padding: 12px 0;
    text-decoration: underline;
    color: #49b75b;
}

body a {
    color: #49b75b;
    text-decoration: underline;
}

body a:hover {
		color: #49b75b;
		text-decoration:none;
}

/* ----------------------------------------------------------------------------
　yaer_backnumber
---------------------------------------------------------------------------- */
#yaer_backnumber{
	width: 940px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap:wrap;
}
#yaer_backnumber li{
	width: 23.4%;
	margin: 0 2.1% 1.3rem 0;
}
#yaer_backnumber li:nth-child(4n){
	margin-right: 0%;
}
#yaer_backnumber li a{
	transition: 0.2s ease-in-out;
	display: block;
	border: 1px solid #a9a9a9;
	text-align: center;
	color: #49b75b;
	text-decoration: underline;
	padding: 1rem 0;
}
#yaer_backnumber li a:hover{
    background-color: #49b75b;
    color: #fff;
}
