@charset "utf-8";
/* =================================================================================================
   森記念財団／Global Power City Index（GPCI）
   https://www.mori-m-foundation.or.jp/
   Copyright (C) 2015 THE MORI MEMORIAL FOUNDATION. All Rights Reserved.
================================================================================================= */


#btnPC {
    display: none;
}
#wrapper {
    margin: 0 auto;
    padding: 0 0 50px;
}
.contents {
    margin: 0 auto 50px;
}
.contents a:hover {
    opacity: 0.8;
}
.section_wrapper {
    background: #4a4a4a;
    color: #fff;
    overflow: hidden;
}
.gpci_section {
    width: 940px;
    margin: 0 auto 80px;
}
.headding_lv3 {
    margin-bottom: 70px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    line-height: 1;
    font-size: 35px;
    font-weight: normal;
}
.link_effect a {
    dispaly: block;
}
.link_effect a:hover {
    color: #fff;
    border-radius: 4px;
    background-color: #099;
}
.title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 36px;
    border-bottom: 1px solid #ccc;
    color: #f8d70e;
}
.title span {
    position: absolute;
    left: 0;
    bottom: -7px;
    display: inline-block;
    padding: 0 10px 0 3px;
    font-size: 16px;
    color: #ccc;
    background-color: #fff;
}
.tit {
    margin-bottom: 30px;
    font-size: 24px;
}
.gpci_section p {
    font-size: 16px;
    line-height: 2;
}
.inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.inner .img {
    width: 490px;
}
.inner .txt {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 40px;
}
img.img-fluid {
    width: 100%;
    height: auto;
}
.dlbtn a {
    display: inline-block;
    background-color: #cc3300;
    color: #fff;
    min-width: 350px;
    font-size: 18px;
    border-radius: 3px;
    padding: 15px 10px;
    text-align: center;
}
.dlbtn a:hover {
    color: #fff;
}
.dlbtn a span {
    position: relative;
}
.dlbtn a.pdf span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url(../img/ius_icn_pdf.png) no-repeat;
    background-size: contain;
}
.dlbtn a.pdf span::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/ius_icn_download.png) no-repeat;
    background-size: contain;
}
.dlbtn a.blt span {
    padding-right: 20px;
}
.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;
}
/* ----------------------------------------------------------------------------
　main photo
---------------------------------------------------------------------------- */

#main_photo {
    width: 100%;
    height: 21vw;
    background: url("../img/ius_gpci2019_top.gif") center 0 no-repeat;
    margin-bottom: 40px;
    background-size: cover;
}
/* ----------------------------------------------------------------------------
　sns
---------------------------------------------------------------------------- */
#sns {
    text-align: right;
    margin-bottom: 30px;
}
#sns li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
#sns li img {
    width: 100%;
    height: auto;
}
#sns li.contact a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #6e5e06; color:#fff;
    border-radius: 3px;
}
/* ----------------------------------------------------------------------------
 lead
---------------------------------------------------------------------------- */
#lead {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
#lead .left {
    float: left;
    width: 48%;
}
#lead .right {
    float: right;
    width: 50%;
}
#lead .img {
    position: relative;
}
#lead .img .zoom {
    position: absolute;
    left: 60px;
    bottom: 15px;
}
#lead .download {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 48%;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
}
#lead .download .img {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-right: 15px;
}
#lead .download .txt {
    width: 62%;
}
#lead .download .txt p {
    margin-bottom: 15px;
    text-align: center;
    font-size:14px;
}
#lead .download .dlbtn a {
    display: block;
    padding: 10px;
    min-width: auto;
    font-size: 16px;
}
/* ----------------------------------------------------------------------------
　target
---------------------------------------------------------------------------- */
#target {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
#target .map {
    position: relative;
    margin: 0 auto 80px;
    max-width: 1350px;
}
#target .map .zoom {
    position: absolute;
    left: 30px;
    bottom: 25px;
}
/* ----------------------------------------------------------------------------
　ranking
---------------------------------------------------------------------------- */
#ranking {
    padding-bottom: 70px;
}
#ranking .img {
    position: relative;
}
#ranking .zoom {
    margin-top: 20px;
}
#ranking #top .zoom {
    margin-top: 0;
}
#ranking #top .label {
    position: absolute;
    left: 70px;
    bottom: 50px;
}
#ranking .rank {
    margin: 80px 0;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
#ranking .item {
    margin: 0 10px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#ranking .item .num {
    font-weight: bold;
    font-size: 18px;
}
#ranking .item .photo {
    margin: 20px 0 30px;
}
#ranking #change {
    margin-bottom: 80px;
}
#ranking #change p {
    margin-bottom: 50px;
}
#ranking .youtube {
    margin-top: 30px;
    text-align: center;
}
#ranking .youtube a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
    border:1px solid #ccc;
    color:#000;
    font-size:14px;
}
#ranking .youtube a span {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-right: 10px;
    text-align: left;
}
#ranking .youtube a img {
    width: 113px;
}
/* ----------------------------------------------------------------------------
　gpcisummary
---------------------------------------------------------------------------- */
#gpcisummary {
    padding: 80px 0;
    background-color: #f7f7f7;
}
#gpcisummary .title span {
    background-color: #f7f7f7;
}
#gpcisummary .t {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 30px;
}
#gpcisummary .txt div {
    margin-top: 30px;

}
#gpcisummary .inner {
    margin-bottom: 80px;
}
#gpcisummary .inner .img {
    width: 250px;
}

/* ----------------------------------------------------------------------------
　press
---------------------------------------------------------------------------- */
#press {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 15px;
}
#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: #6e5e06;
    color: #fff;
}
#press .btn_jpg {
    background: url("/img/ius_events_btn_blank.png") -20px 1px no-repeat #6e5e06;
}
#press .btn_pdf {
    background: url("/img/ius_events_btn_pdf.png") -20px 1px no-repeat #6e5e06;
}
#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: #6e5e06;
}
#press .backnumber a:hover {
    text-decoration: none;
    background-color: #6e5e06;
    color: #fff;
}
/* ----------------------------------------------------------------------------
　publications
---------------------------------------------------------------------------- */
#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;
}
/* ----------------------------------------------------------------------------
　summary
---------------------------------------------------------------------------- */
#summary {
    margin-bottom: 80px;
}
#summary .slide_wrapper {
    position: relative;
}
#summary .prev a {
    width: 41px;
    height: 74px;
    display: block;
    text-indent: -9999px;
    background: url("/img/ius_gpci2016_summary_prev.png") 0 0 no-repeat;
    position: absolute;
    top: 45px;
    left: -50px;
}
#summary .next a {
    width: 41px;
    height: 74px;
    display: block;
    text-indent: -9999px;
    background: url("/img/ius_gpci2016_summary_next.png") 0 0 no-repeat;
    position: absolute;
    top: 45px;
    right: -50px;
}
#summary .prev a:hover, #summary .next a:hover {
    opacity: 0.5;
}
#summary .slide {
    width: 920px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#summary ul {
    width: 2000px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#summary ul li {
    display: block;
    width: 120px;
    margin-left: 10px;
    float: left;
    text-align: center;
}
#summary img {
    width: 100%;
}
#summary ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 10px 45px;
    position: relative;
}
#summary ul li a img {
    border: solid 1px #000;
}
#summary ul li a:hover img {
    border: solid 1px transparent;
}
#summary ul li a:hover {
    background: rgba(255,255,255,.4);
}
#summary ul li a:after {
    position: absolute;
    content: "Download";
    color: #fff;
    font-size: 14px;
    bottom: 9px;
    left: 35px;
}
#summary ul li a:before {
    position: absolute;
    content: url(/img/icon_pdf.png);
    bottom: 12px;
    left: 14px;
}
#summary ul li a .year {
    font-size: 20px;
    font-weight: bold;
}
/* ----------------------------------------------------------------------------
　full
---------------------------------------------------------------------------- */
#full {
    margin-bottom: 40px;
}
#full ul {
    margin-bottom: 30px;
}
#full ul li {
    display: block;
    width: 134px;
    margin-left: 20px;
    float: left;
    text-align: center;
}
#full .btn_publications a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    width: 940px;
    height: 60px;
    margin-bottom: 100px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: url("/img/ius_gpci2016_btn_publications.png") right center no-repeat;
    background-color: #53a33b;
}
#full .btn_publications a:hover {
    background-color: #6dbc57;
    -webkit-transition: .3s;
}


/* ----------------------------------------------------------------------------
　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: #6e5e06;
	text-decoration: underline;
	padding: 1rem 0;
}
#yaer_backnumber li a:hover{
    background-color: #6e5e06;
    color: #fff;
}

/* ----------------------------------------------------------------------------
　contact
---------------------------------------------------------------------------- */
#gpcicontact a {
	color: #f8d70e;
  text-decoration: underline;
}
#gpcicontact a:hover {
  text-decoration: none;
}
