/**
* Template Name: Shield
* Template URL: https://templatemag.com/shield-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.6;
}
body {
	font-family: 'Roboto', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
.circle-img { 
	border-radius: 50%; 
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: "Lato, 游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 20px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.modal-header {
	background: #3498db;
}
.modal-header h4 {
	color: white;
}
.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: #16a085;
	color: white;
}
hr {
	position: relative;
	border: none;
}
hr:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 2px;
	background: #0058c2;
}
hr.left-hr:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0%;
	width: 50%;
	height: 2px;
	background: #0058c2;
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
/* Flex */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-space-between {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:769px) {
.flex-container {
  display: block;
}
}
/* Txet */
.bigger {
	font-size: 120%;
}
.text-red{
	color: #f00 !important;
}
/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #333;
}
.white h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin-top: 25px;
	text-align: center;
}
.content-title {
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
@media (max-width: 480px) {
.content-title {
	font-size: 36px;
}
}
.content-title p {
	font-size: 24px;
	font-weight: normal;
	color: #0058c2;
	margin: 0 1em;
    padding: 0;
}
/* Paragraph & Typographic */

p {
	line-height: 28px;
	margin-bottom: 25px;
}
.centered {
	text-align: center;
}
.rightred {
	text-align: right;
}
.paragraph-lead {
	font-size: 20px;
	color: #3498db;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */

.overflow-image {
	margin-top: -65px;
}
/* Links */

a {
	color: #3498db;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* Margin */
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mt-4 {
	margin-top: 4em !important;
}
.mt-5 {
	margin-top: 5em !important;
}
.mt-6 {
	margin-top: 6em !important;
}
.mt-8 {
	margin-top: 8em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
/* Padding */
.pt-0 {
	padding-top: 0 !important;
}
/* ==========================================================================
   Teaser
   ========================================================================== */

/* ==========================================================================
   Wrap Sections
   ========================================================================== */
.content-pd {
	padding-top: 50px;
	padding-bottom: 50px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    width: 100%;
	margin: 0;
}
.navbar-header {
    float: left;
}
.navbar-header .navbar-brand img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
.navbar-header {
    max-width: 23%;
}
.navbar-header .navbar-brand {
	max-width: 90%;
	padding-top: 18px;
}
}
@media (max-width: 767px) {
.navbar-header .navbar-brand img {
    max-width: 100%;
}
.navbar-header {
    max-width: 100%;
	float: none;
	margin: 0 !important;
}
.navbar-brand {
	max-width: 70%;
	margin-top: 5px;
}
}

@media (min-width: 768px) {
.navbar-nav>li {
    border-left: 1px solid #999;
	text-align: center;
}
.navbar-nav>li:last-child {
    border-right: 1px solid #999;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav {
		float: right;
    margin: 10px 0;
}
}
.navbar-inverse .navbar-nav>li>a {
    color: #0058c2;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #333;
}
.navbar-inverse .navbar-nav>li>a p {
    color: #333;
	font-size: 70%;
	line-height: 1;
	margin: 3px 0 0;
	padding: 0;
	text-align: center;
}
@media (max-width: 768px) {
.navbar-inverse .navbar-nav>li>a p {
	display: inline-block;
	margin-left: 2em;
}
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}
@media (max-width: 1279px) {
.navbar-nav>li {
        font-size: 13px;
}
}
.header-outwrap {
	margin-top: 60px;
}
#headerwrap {
	/*margin-top: -50px;*/
	padding-top: 20%;
	text-align: center;
	min-height: 100vh;
	width: 100%;
}
#headerwrap h1 {
	color: #023f88;
    margin-top: 5%;
    padding-bottom: 30px;
    letter-spacing: 1px;
    font-size: 54px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff;
    letter-spacing: 0.1em;
}
#headerwrap p {
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}
#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap h4 {
	color: white;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}
.white p {
	padding-top: 25px;
}
/* Section Dividers */

.section-divider {
	z-index: 999;
	width: 100%;
	display: table;
	max-height: 450px;
	border-bottom: 2px solid #E6EAED;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-top: 45px;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: relative;
	text-align: center;
}
.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}
.textdivider p {
	color: white;
	font-size: 25px;
}
/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}
.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}
.divider3 {
	background-image: url('../img/bg/divider3.jpg');
	margin-top: 0px;
}
.divider4 {
	background-image: url('../img/bg/divider4.jpg')
}
.divider6 {
	background-image: url('../img/bg/divider6.jpg')
}
.ribbon20-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2em;
  width: 100%;
  background: #f1f1f1;
  }
.ribbon20 {
	display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    background: #accce0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
    position: absolute;
    content: '';
    top: 0px;
    left: -7px;
    border: none;
    height: 50px;
    width: 7px;
    background: #accce0;
    border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #849ba9;
  border-radius: 5px 0 0 5px;
}
/* ==========================================================================
   Philosophy Section
   ========================================================================== */
#philosophy .circle-img {
	margin: 0 auto;
	display: block;
    max-width: 180px;
}
#philosophy .img-bg {
	background-image: url('../img/230316_philosophy-02.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	background-color: #eae9ec;
	padding: 7em 0;
}
@media screen and (max-width:769px) {
#philosophy .img-bg {
	background-image: none;
}
}
#philosophy .shien {	
  width: 50%;
  margin-left: 25px;
}
#philosophy .shien .txt-wrap {
	width: 90%;
}
@media screen and (max-width:769px) {
#philosophy .shien {
	width: 100%;
}
#philosophy .shien .content-title {
	text-align: center;
}
hr.left-hr:before {
    left: 25%;
}
#philosophy .shien .txt-wrap {
	width: 100%;
}
}
#philosophy .video {
	width: 50%;
}
#philosophy .video .video-wrap {
	margin: 1em 0;
	width: 100%;
	max-width: 100%;
}
#philosophy .video .video-wrap video {
	max-width:100%;
}
#philosophy .video .video-wrap img {
	max-width:100%;
}
@media screen and (max-width:769px) {
#philosophy .video {
	width: 100%;
}
#philosophy .video .content-title {
	text-align: center;
}
}
/*目指す町づくり*/
#philosophy .objective h1.content-title {
	font-size: 32px;
}
#philosophy .objective h3 {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #0058c2;
}
#philosophy .objective h4 {
	border: 1px solid #fff;
	padding: 0.2em 1em;
	display: inline;
	border-radius: 3px;
}
#philosophy .objective .item-wrapper {
	width: 49%;
	margin-top: 1.5em;
	border-radius: 5px;
	background: #b3cae6;
	padding: 2em;
}
@media screen and (max-width:769px) {
#philosophy .objective .item-wrapper {
	width: 100%;
}
}
#philosophy .objective .item-wrapper h4 {
	font-weight: bold;
}
#philosophy .objective .item-wrapper ul {
	margin: 0.5em 0 0.7em 0;
	padding: 1em 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
#philosophy .objective .item-wrapper ul li {
	margin: 0 0 0 1.2em;
}

/* 市議会レポート */
#shigikai-reports {
	background-color: #accce0;
}

/* 駅頭用チラシ */

/* ==========================================================================
   Reports Section
   ========================================================================== */

/* #reports {
	background-color: #accce0;
} */

/* ==========================================================================
   Council Section
   ========================================================================== */
.reports-wrapper {
	width: 100%;
	max-height: 700px;
	margin-top: 2em;
	padding-right: 1em;
	overflow: auto;
}

#council .num {
	list-style-type:none;
	background-image:none;
	padding-left: 1.6em;
	margin-bottom: 0.6em;
}
#council .num li {
	display:block;
}
#council .indent {
	padding-left: 0;
    text-indent: -1.6em;
    margin: 0;
}
#council ol {
	margin: 0;
	padding: 0 0 0 1.2em;
}
#council ol li {
	margin: 0 0 0.6em 0;
	padding: 0 0 ;
}

/* ==========================================================================
   市議会レポート
   ========================================================================== */
   .shigikai-reports-item img{
	   display: block;
	   width: 50% !important;
	   height: auto;
	   margin-left: auto;
	   margin-right: auto;
   }

   /* ==========================================================================
   自由民主
   ========================================================================== */
   #liberal-democratic-report{
	background-color: #accce0;
}


/* ==========================================================================
   会派自由民主党
   ========================================================================== */
   #faction {
    background-color: #f7f6fa;
}
#faction .faction-wrapper {
	width: 100%;
	max-height: 700px;
	margin-top: 2em;
	padding-right: 1em;
	overflow: auto;
}
@media screen and (max-width:769px) {
#faction .faction-wrapper {
	width: 100%;
	padding: 1em 0 0;
	margin: 1em auto 0;
}
}

/* ==========================================================================
   Results Section
   ========================================================================== */
#reports {
    background-color: #accce0;
}
#reports .reports-wrapper {
	width: 100%;
	max-height: 700px;
	margin-top: 2em;
	padding-right: 1em;
	overflow: auto;
}
@media screen and (max-width:769px) {
	#reports .reports-wrapper {
	width: 100%;
	padding: 1em 0 0;
	margin: 1em auto 0;
}
}
/* ==========================================================================
   Profile
   ========================================================================== */
#profile .item-wrapper {
	width: 100%;
}
#profile .item-wrapper ul {
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}
#profile .item-wrapper ul li {
	width: 100%;
	margin: 0 0 0.7em 0;
	padding: 0 0 0.7em 0;
	border-bottom: 1px dotted #999;
}
#profile .profile h3, #profile .career h3, #profile .position h3, #profile .capabilities h3 {
	border-left: 5px dotted #0058c2;
	padding: 0 0 0 5px;
	font-size: 130%;
    font-weight: bold;
}
.item-wrapper mt-2 profile h3 {
	margin-bottom: 10px;
}
#profile .capabilities h4 {
	background: rgba(0,88,194,0.1);
	/*border: 1px solid rgba(0,88,194,0.3);*/
	padding: 0.2em 0.5em;
    font-weight: bold;
	font-size: 100%;
}
#profile .career, #profile .position, #profile .capabilities {
	width: 30%;
}
@media screen and (max-width:769px) {
#profile .career, #profile .position, #profile .capabilities {
	width: 100%;
	padding: 0 0;
}
}
/* ==========================================================================
   Map
   ========================================================================== */
#map {
    background: #accce0;
}

/* facebook */
.facebook-link a img{
		width: 100%;
		height:auto;
}

/* ==========================================================================
   Glid
   ========================================================================== */
.glid-container {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding: 10px;
}
.grid-item {
  padding: 1em;
  margin: 0 1em 1em;
  display: inline-block;
 -webkit-column-break-inside: avoid;
 -moz-column-break-inside: avoid;
 column-break-inside: avoid;
 border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
}
@media screen and (max-width:460px) {
.grid-item {
  margin: 0 0 1em;
}
}
.glid-container .grid-item img {
	width: 99%; 
}
.glid-container .grid-item .date {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.glid-container .grid-item h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 1em;
	padding: 0;
}
.glid-container .grid-item p.txt-wrap {
	margin: 5px 0 0;
	padding: 0;
}
.glid-container .grid-item .kei-box {
	border: 1px solid;
	border-radius: 4px;
	padding: 0.1em;
	margin: 0 0.3em 0 0;
	font-weight: bold;
}
.glid-container .grid-item .tb-kei-box {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0.1em;
	margin: 0.7em 0;
}



/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */

.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}
}

/*ipad portrait*/

@media only screen and (min-device-width:768px) and (max-device-width: 1024px) and (orientation: portrait) {
.header {
	background-attachment: scroll;
}
}
 @media screen and (max-width:769px) {
#headerwrap h1 {
	font-size: 34px;
	margin-top: 55%;
}
#headerwrap p {
	font-size: 30px;
	line-height: 38px;
}
}
/* ==========================================================================
   Contact Section
   ========================================================================== */
#contact {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f7f6fa;
}
#contact .basic-info img {
	max-width: 100%;
}
#contact .basic-info p {
	margin: 0.7em 0 0;
	padding: 0;
}
.fb  {
	display: block;
	width: 100%;
	margin: 0.7em 0;
	padding: 0.7em 0;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
}
.fb img {
	width: 24px;
	max-width: 24px;
	margin-right: 0.5em;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.form-control {
	background-color: #fff;
}
#contact-message {
	height: 200px;
}
#contact-email, #contact-name {
	width: 100%;
	min-height: 50px;
}

label {
	color: #999;
}
select, input, .contact-form textarea {
	padding: 10px 12px;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: auto;
	color: #999;
}
.form-send {
	text-align: center;
}
.form-send button {
	background: #3498db;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}
.form-send button:hover {
	background: #3eacf5;
}
.validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}
/* ==========================================================================
   Thanks Page
   ========================================================================== */
#thanks {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#thanks h1, #thanks p {
	text-align: center;
}
#thanks h1 {
	font-size: 160%;
}
/* ==========================================================================
   Copyrights
   ========================================================================== */
#copyrights {
	background: #023f88;
	padding: 20px 0;
	text-align: center;
}
#copyrights p {
	margin-bottom: 5px;
	color: #fff;
}
#copyrights a {
	color: #3498db;
}
#copyrights .banner {
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
margin: 2em 0 1em;
}

#copyrights .banner img {
	width: 90%;
}
@media screen and (max-width:460px) {
#copyrights .banner {
	width: 100%;
	display: block;
}
#copyrights .banner img {
	width: 90%;
	margin-bottom: 1em;
}
}
.credits {
	color: #999;
}
.fix-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

/* PageTOP */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60%;
}
#page-top a {
	background: #fff100;
	text-decoration: none;
	color: #000;
	border: solid 2px #fff;
	padding: 20px;
	text-align: center;
	line-height: 1.3;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

/* ==========================================================================
   Modal
   ========================================================================== */
.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    align-self: flex-start;
    width: 60%;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    text-align: center;
    transform: translateY(-100%);
    transition: 0.5s;
}
@media screen and (max-width:460px) {
.modal_content{
    width: 100%;
}
}
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: translateY(20px);
}

.open_button{
    cursor: pointer;
}