@charset "utf-8";
/* CSS Document */


html {
    overflow-y: scroll;
    background: #121212;
}
body {
    color: #333;
    font-family: "Noto Sans Japanese",san-serif;
    background: #ffffff;
}
.inner {
	width: 100%;
	max-width: 1200px;
	padding-left: 28px;
	padding-right: 28px;
	margin-right: auto;
	margin-left: auto;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
	display: block;
	color: inherit;	
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
	color: inherit;
}
a:hover {
	opacity: 0.5;
}
.pcNone{
    display: none;
}

/* ----- header ----- */

#header{
    box-shadow: 0 0 5px #bbb;
}
#header .description{
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 0.75em 0;
    background: #121212;
}
#header div.description+div.whiteBg>.inner{
    padding-top: 16px;
    position: relative;
}
#header .jstmirai{
    transform: translateY(-50%);
    position: absolute;
    top: 60%;
    right: 28px;
}
#searchform{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

@media screen and (min-width: 980px){
	#header h1{
	    width: 334px;
	}
	#header .jstmirai{
	    width: 200px;
	}
	#searchform{
	    width: 310px;
	    right: 118px;
	}
}
@media screen and (max-width: 979px){
	#header h1{
	    width: 240px;
	}
	#header .jstmirai{
	    width: 160px;
	}
	#searchform{
	    width: 280px;
	    transform: translateY(-50%);
	    position: absolute;
	    right: 96px;
	}
}
#searchform form{
    font-size: 0;
}
#searchform input.freeword{
    display: inline-block;
    width: calc(100% - 80px);
    font-size: 15px;
    line-height: 1.6;
    padding: 0.25em;
    background: #e5e5e5;
    border: none;
}
#searchform .submitBox{
    display: inline-block;
    width: 80px;
}
#searchform .submitBox input{
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    border: none;
    background: #333333;
    padding: 0.25em 1em 0.25em 1.2em;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

/* nav */
#globalnav>div>ul{
    display: table;
    width: 100%;
    position: relative;
}
#globalnav>div>ul>li{
    display: table-cell;
    font-size: 15px;
    position: relative;
}
#globalnav>div>ul:after,
#globalnav>div>ul>li:before{
    content: "";
    width: 1px;
    height: 40%;
    background: #cccccc;
    position: absolute;
    top: 30%;
}
#globalnav>div>ul:after{
    right: 0;
}
#globalnav>div>ul>li:before{
    left: 0;
}
#globalnav>div>ul>li>a{
    display: block;
    color: #333333;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    padding: 1.25em 1em;
}
#globalnav ul.sub-menu{
    display: none;
    width: 100%;
    min-width: 240px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 500;
}
#globalnav>div>ul li:hover ul{
    display: block;
}
#globalnav ul.sub-menu li{
    display: block;
    width: 100%;
    border: none;
    padding: 2px 0 0;
}
#globalnav ul.sub-menu li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    padding: 0.75em 0.75em 0.75em 2.25em;
    background: rgba(51,51,51,0.9);
    position: relative;
}
#globalnav ul.sub-menu li a:before{
    content: "\f054";
    font-size: 75%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    left: 1.5em;
    top: 1.5em;
}
#globalnav ul.sub-menu li a:hover{
    background: rgba(0,0,0,0.7);
}

/* ----- footer ----- */

#footer{
}
#footer .grayBg{
    padding: 40px 0;
    background: #e5e5e5;
}
#footer .clearfix .col-4{
    float: left;
    margin-left: 40px;
}
@media screen and (min-width: 1200px){
	#footer .clearfix .col-4{
	    width: calc((100% - 120px) / 4);
	}
	#footer .clearfix .col-4:nth-child(4n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1199px){
	#footer .clearfix .col-4{
	    width: calc((100% - 40px) / 2);
	    margin-bottom: 48px;
	}
	#footer .clearfix .col-4:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}
#footer .clearfix .col h6{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2.25em;
    position: relative;
}
#footer .clearfix .col h6:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #121212;
    position: absolute;
    left: 0;
    bottom: -1em;
}
#footer .clearfix .col .text>*:last-child{
    margin-bottom: 0;
}
#footer .clearfix .col p{
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.5em;
    word-break: break-all;
}
#copyright{
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 1.25em;
    text-align: center;
    background: #121212;
}

/* ----- pagetop ----- */

#pagetop{
    position: fixed;
    right: 16px;
    bottom: 104px;
}
#pagetop a{
display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    text-align: center;
    background: #e74c3c url(../img/common/pagetop.png) no-repeat center center;
    position: relative;
    border-radius: 4px;
}

/* ----- commons ----- */


#breadcrumb{
    font-size: 15px;
    padding: 0.75em 0;
    border-bottom: solid 1px #dddddd;
}
#breadcrumb ol{
    font-size: 0;
}
#breadcrumb li{
    display: inline;
    font-size: 13px;
    line-height: 1.6;
}
#breadcrumb li:after{
    opacity: 0.5;
    content: "/";
    margin-left: 0.75em;
    margin-right: 0.75em;
}
#breadcrumb li:last-child::after{
	content: none;
}
#breadcrumb li a{
    display: inline;
    text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
    word-wrap: break-word;
    word-break: break-all;
}

/* ----- layout ----- */

#contents{
    padding-top: 48px;
    padding-bottom: 80px;
}
#contents .inner{
    max-width: 960px;
}
#contents.column2 .inner{
    max-width: 1200px;
}
#mainArea{
    width: calc(100% - 290px);
    float: left;
}
#sidebar{
    width: 240px;
    float: right;
}

/* ----- commons ----- */
#contents section{
    padding-top: 40px;
}
#contents .inner section:first-child{
    padding-top: 0;
}
#contents section>*:last-child{
    margin-bottom: 0 !important;
}
#contents section h1{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 0.6em;
    margin-bottom: 1.25em;
    position: relative;
}
#contents section h1:before{
    content: "";
    height: 3px;
    width: 120px;
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
}
#contents section h2,
h3.cat_title{
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-left: 0.75em;
    margin-bottom: 0.75em;
    border-left: solid 4px #e74c3c;
}
#contents section h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0.5em 1em;
    margin-bottom: 0.75em;
    background: #e74c3c;
    border-radius: 1px;
}
#contents section h3 a{
    color: #ffffff !important;
}
#contents section h4{
    font-size: 17px;
    line-height: 1.4;
    padding: 0 2px 6px;
    margin: 0 0 16px;
	border-bottom: solid 2px #cccccc;
}
#contents section h5{
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 12px;
}
#contents section p a,
#contents section li a,
#contents section dl a,
#contents section table a,
#contents section h1 a,
#contents section h2 a,
#contents section h3 a,
#contents section h4 a,
#contents section h5 a,
#contents section h6 a,
#contents section figcaption a,
article#infoDetail .letterbody a{
    display: inline;
    color: #0099cc;
    text-decoration: underline;
}
#contents section p,
#contents section li,
#contents section dl dt,
#contents section dl dd,
#contents section table th,
#contents section table td{
    font-size: 15px;
    letter-spacing: 0.025em;
    text-align: justify;
}
#contents section li,
#contents section dl dt,
#contents section dl dd,
#contents section table th,
#contents section table td{
    line-height: 1.6;
}
#contents section p{
    line-height: 1.8;
    margin-bottom: 1.5em;
}
#contents section ul{
    margin-left: 1.1em;
    margin-bottom: 1.5em;
}
#contents section ol{
    margin-left: 1em;
    margin-bottom: 1.5em;
}
#contents section ul li{
    margin-top: 0.5em;
    list-style-type: disc;
}
#contents section ol li{
    margin-top: 0.75em;
    padding-left: 0.5em;
    list-style-type: decimal;
}
#contents section li:first-child{
    margin-top: 0;
}
#contents section figure{
    text-align: center;
    margin-bottom: 2.5em;
}
#contents section figure.center{
    text-align: center;
}
#contents section .img2,
#contents section .img3{
}
#contents section .img2 figure{
    width: calc((100% - 40px) / 2);
    float: left;
    margin-left: 40px;
    margin-bottom: 1.5em;
}
#contents section .img3 figure{
    width: calc((100% - 80px) / 3);
    float: left;
    margin-left: 40px;
    margin-bottom: 1.5em;
}
#contents section .img2 figure:nth-child(2n+1),
#contents section .img3 figure:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#contents section .img2 figure img{
    display: block;
	width: 100% !important;
    box-sizing: border-box;
}
#contents section figure figcaption{
    color: #787878;
    font-size: 80%;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 1em;
}
#contents section figure.floatRight{
    width: calc(50% - 1.5em);
    float: right;
    text-align: center;
    margin-left: 1.5em;
}
#contents section figure.floatLeft{
    width: calc(50% - 1.5em);
    float: left;
    text-align: center;
    margin-right: 1.5em;
}

/* ----- .table ----- */

#contents section .table table{
	width: 100%;
	margin: 0 0 40px;
	background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
}
#contents section .table table th,
#contents section .table table td{
    font-size: 15px;
    line-height: 1.5;
    padding: 12px;
}
#contents section .table table th{
	background: #f2f2f2;
}
#contents section .table table td{
	background: #ffffff;
}

/* ----- infolist ----- */

ul.infoList{
    border-bottom: solid 1px #cccccc;
}
ul.infoList li{
    font-size: 15px;
    border-top: solid 1px #cccccc;
}
ul.infoList li a{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-decoration: none;
    padding: 1.5em 0;
}
ul.infoList li .entry-thumbnail{
    width: 240px;
    height: 180px;
    float: left;
    position: relative;
    overflow: hidden;
}
ul.infoList li .entry-thumbnail img{
    object-fit: cover;
}
ul.infoList li .text{
    padding-bottom: 1.5em;
    position: relative;
}
ul.infoList li .entry-thumbnail+.text{
    width: calc(100% - 240px);
    float: left;
    padding-left: 28px;
}
ul.infoList li p.date{
    display: block;
    font-size: 90%;
    line-height: 1;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.infoList li p.title{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}
ul.infoList li p.category{
    display: inline-block;
    color: #ffffff;
    font-size: 90%;
    line-height: 1;
    padding: 0.25em 1em;
    margin-bottom: 0.75em;
    border-radius: 1px;
    background: #e74c3c;
}
ul.infoList li div.expert{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 1em;
}

/* ----- info Detail ----- */

article#infoDetail{
}
article#infoDetail #infoHeader{
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1.5em;
    border-top: solid 3px #e74c3c;
    border-bottom: dashed 1px #cccccc;
}
article#infoDetail #infoHeader h3{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 0.75em;
}
p.date{
    color: #787878;
}
article#infoDetail #infoHeader .postmeta{
}
article#infoDetail #infoHeader .postmeta p{
    font-size: 90%;
    display: inline-block;
}
article#infoDetail #infoHeader p.date{
    margin-right: 1.5em;
}
article#infoDetail #infoHeader p.category{
    color: #ffffff;
    line-height: 1;
    padding: 0.25em 1em;
    border-radius: 1px;
    background: #e74c3c;
}
article#infoDetail .letterbody{
    font-size: 15px;
    line-height: 1.8;
    padding: 1.5em 0;
}        
article#infoDetail .letterbody p{
    margin-bottom: 1.5em;
}
article#infoDetail .letterbody .alignnone {
  margin: 5px 0;
}
article#infoDetail .letterbody .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
article#infoDetail .letterbody .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
article#infoDetail .letterbody .aligncenter {
  display: block;
  margin: 5px auto;
}

nav.post-navigation{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

        margin-bottom: 40px;
	background: url(../img/common/line.gif) repeat-y center center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
nav.post-navigation div{
	width: 50%;
}
nav.post-navigation div.prev-post{
    float: right;
    text-align: right;
    order: 2;
}
nav.post-navigation div.next-post{
    float: left;
    text-align: left;
    order: 1;
}
nav.post-navigation div a{
    display: block;
    height: 100%;
    color: #231815;
    font-size: 13px;
    line-height: 1.6;
    padding: 1.5em 0.5em;
    text-decoration: none;
}

#same-category-post{
}
#same-category-post h2{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 0.6em;
    margin-bottom: 1.25em;
    position: relative;
}
#same-category-post h2:before{
    content: "";
    height: 3px;
    width: 120px;
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    margin: 40px 0 0;
	text-align: center;
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* ----- sidebar ----- */


#sidebar h5{
    color: #e74c3c;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0.5em;
}
#sidebar ul.archiveMenu,
#sidebar ul.postList_sidebar{
    margin-bottom: 40px;
}
#sidebar ul.archiveMenu li{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.3em;
}
#sidebar ul.archiveMenu li:first-child{
    margin-top: 0;
}
#sidebar ul.archiveMenu li a{
    display: inline-block;
    text-decoration: underline;
}
#sidebar ul.postList_sidebar{
    border-bottom: solid 1px #cccccc;
}
#sidebar ul.postList_sidebar li{
    border-top: solid 1px #cccccc;
}
#sidebar ul.postList_sidebar li a{
    padding: 0.75em 0 0.5em;
}
#sidebar ul.postList_sidebar li .entry-thumbnail{
    width: 80px;
    float: right;
    margin-left: 16px;
    overflow: hidden;
}
#sidebar ul.postList_sidebar li .text{
}
#sidebar ul.postList_sidebar li p.date{
    display: inline-block;
    font-size: 80%;
}
#sidebar ul.postList_sidebar li .category{
    display: inline-block;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    padding: 0.25em 1em;
    border-radius: 1px;
    background: #e74c3c;
}
#sidebar ul.postList_sidebar li p.title{
    font-size: 90%;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

/* ----- 404 ----- */

#page404{
    text-align: center;
    padding: 64px 0 !important;
}
#page404 .text404{
	color: #cccccc;
	font-size: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#page404 .title{
	color: #cccccc;
	font-size: 64px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
#page404 .toptext p{
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
#page404 .subtext{
    margin: 40px 0;
}
#page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}
#page404 p.ask{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
#page404 p.ask+p{
	font-size: 14px;
	line-height: 1.5;
	line-height: 1.5;
	margin: 0 0 24px;
}

/* ----- home ----- */

#homeContents{
}
#homeContents .btns a{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
    padding: 0.9em 2.5em;
    border: solid 1px #333333;
    border-radius: 3px;
}
#homeContents #mainimg{
    width: 100%;
    height: 45vh;
    background: url(../img/mainimg.jpg);
    background-size: cover;
    position: relative;
}
#homeContents #mainimg h2{
    color: #ffffff;
    width: fit-content;
    font-size: 36px;
    font-weight: 500;
    padding: 1em 2em;
    line-height: 1.45;
    text-shadow: 0 0 4px #454545;
    background: rgba(0,0,0,0.45);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#information{
    padding-top: 56px;
    padding-bottom: 56px;
}
#information .inner{
    position: relative;
}
#information h3{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding-top: 0.75em;
    margin-bottom: 1.25em;
    position: relative;
}
#information h3:before{
    content: "";
    height: 3px;
    width: 64px;
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
}
#information .btns{
    position: absolute;
    top: 0.1em;
    right: 28px;
}
ul.infoListHome{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: 40px;
}
ul.infoListHome li{
    width: calc((100% - 72px) / 4);
    float: left;
    font-size: 15px;
    margin-left: 24px;
}
ul.infoListHome li:nth-child(4n+1){
    clear: both;
    margin-left: 0;
}
ul.infoListHome li a{
    height: 100%;
    position: relative;
    padding-bottom: 1.5em;
}
ul.infoListHome li .entry-thumbnail{
    width: auto;
    padding-top: 75%;
    margin-bottom: 0.75em;
    position: relative;
}
ul.infoListHome li .entry-thumbnail img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
ul.infoListHome li .text{
}
ul.infoListHome li .text p.title{
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}
ul.infoListHome li .text p.date{
    font-size: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.infoListHome li .text .category{
    display: inline-block;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    padding: 0.25em 1em;
    margin-bottom: 0.75em;
    border-radius: 1px;
    background: #e74c3c;
}

#homeContents #outline{
    padding-top: 48px;
    padding-bottom: 48px;
    background: #e5e5e5;
}
#homeContents #outline .inner>*:last-child{
    margin-bottom: 0;
}
#homeContents #outline h3{
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
#homeContents #outline .inner p{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.5em;
}
#homeContents #outline .inner .btns{
    text-align: center;
}
#homeLinks{
    display: table;
    width: 100%;
}
#homeLinks li{
    width: 33.3%;
    display: table-cell;
    position: relative;
}
#homeLinks a{
    display: block;
    text-decoration: none;
    padding: 35% 16px;
    position: relative;
    background-size: cover !important;
}
#homeLinks a.system{
    background: url(../img/btnbg01.jpg) no-repeat center center;
}
#homeLinks a.forpublic{
    background: url(../img/btnbg02.jpg) no-repeat center center;
}
#homeLinks a.forresearcher{
    background: url(../img/btnbg03.jpg) no-repeat center center;
}
#homeLinks a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
#homeLinks a:hover::before{
    background: rgba(0,0,0,0.4);
}
#homeLinks a p{
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-shadow: 0 0 3px #454545;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* ----- sitemap ----- */

#sitemap_list{
}
#sitemap_list>li{
    list-style-type: none !important;
    border-left: solid 4px #e74c3c;
    padding-left: 1em;
    margin-top: 1.5em !important;
}
#sitemap_list>li:first-child{ 
    margin-top: 0 !important;
}
#sitemap_list>li>a{
    color: #121212 !important;
    font-weight: 500;
}

#sitemap_list>li ul{ 
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
}
#sitemap_list>li ul>li{
    font-size: 90%;
    list-style-type: none;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
#sitemap_list>li ul>li:before{
    content: "－";
    margin-right: 0.5em;
}
#sitemap_list>li ul>li a{
    color: #121212;
    opacity: 0.8;
}
