/*
Theme Name: arimura-labo
*/
header {
    background-image: url(../images/mainimage.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 100px 0;
}

.mainlogo {
    width: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .mainlogo {
        width: 25rem;
    }

}

.glass {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
}

#headnav {
    margin-top: -30px;
    width: 100%;
}

#headnav button img {
    height: 32px;
    margin-bottom: 10px;
}

#headnav button {
    width: 20%;
    background: #ffb43f;
    color: black;
    border-color: white;
    padding: 0;
}

#headnav button a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .7rem;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    #headnav button a {
        font-size: 1rem;
    }
}


.list-group-item {
    background: rgba(255, 255, 255, 0.9);
}

.list-group-item:hover {
    background: #ccffcc;
}

.list-group-item a {
    display: block;
    width: 100%;
    color: black;
}

.list-group-item a:hover {
    text-decoration: none;
}

#themes {
    background-image: url(../images/theme_bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    padding-top: 100px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

footer {
    margin-top: 80px;
    padding: 60px 0;
    background-color: #80bb17;
    color: white;
}

footer ul li {
    display: inline-block;
    padding: 0 5px;
}

footer ul li a {
    color: white;
}

footer ul li a:hover {
    color: #666;
}

h3.title {
    position: relative;
    display: inline-block;
    margin-bottom: .3rem;
}

h3.title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 130px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: darkred;
    border-radius: 2px;
}

span.title {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.titlebox {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

h2.title {
    position: relative;
    display: inline-block;
    margin-bottom: .3rem;
    border: none !important;
}

h2.title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 130px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: darkred;
    border-radius: 2px;
}

button a {
    color: black;
}

button a:hover {
    color: white;
}

.wp-block-quote {
    background: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    border-left: 5px solid #eee;
}

#achievement .wp-block-quote,
#career .wp-block-quote {
    background: #efefef;
    padding: 5px 15px;
    border-radius: 3px;
    border-left: 5px solid orange;
}

#achievement .wp-block-quote p,
#career .wp-block-quote p {
    margin-bottom: 0;
}

#achievement .wp-block-quote cite,
#career .wp-block-quote cite {
    color: #666;
    font-size: .9rem;
}

#labo h2 {
    border-left: 15px solid orange;
    border-bottom: 1px solid orange;
    padding-left: 1rem;
    margin-top: 2rem;
}

.list-wide>li {
    margin-top: 1rem;
}

.pastnews dt {
    /* font-weight: normal; */
    color: #999;
    text-align: right;
    ;
    font-size: .85rem;
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}