@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind:700);
/* トップページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}
body {
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
}
@media (max-width: 576px) {
body {
    background-image: url(../images/bg_s.png);    
}
}
/* video */
.top_area {
    width: 100%;
    /*height: 100vh;*/
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
@media (max-width: 576px) {
.top_area {    
    margin-top: 100px;
}
}
.footer_mt10_2{
	margin-top:7px;
}
.footer_mt10{
	margin-top:10px;
}
@media screen and (max-width:991px) {
.footer_mt10_2{
	margin-top:10px;
}
}
.bn_area {    
    padding-top: 5%;
    padding-bottom: 5%;
}
.bn_ttl {
    font-weight: 700;
    line-height: 1.75;
    color: #4E4E4E;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ABABAB;
}

.works_tag {
    padding-top: 1%;
    padding-bottom: 1%;
}

.back_btn {
    font-size: 15px;
    /*display: inline-block;*/
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 0.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #10B838;
    color: #FFF !important;
    text-align: center;
	margin-top:15px;
	margin-bottom:20px;
	border-radius: 15px;
}
.back_btn:hover {
  opacity: 0.7; 
}

.works_tag li {
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    padding-right: 5px;
    letter-spacing: 0.1em;
    line-height: 1.0 !important;
    padding-top: 5px;
    padding-bottom: 5px;     
}
@media all and (max-width: 767px) {
.works_tag li {
    font-size: 14px;    
}
}
.works_tag li a {
    line-height: 2.5 !important;
	display: inline-block;
}

.works_tag li a::after {
    content: "＞";
    color: #fff;
    margin-left: 5px; 
}

.works_tag a {
    color: #fff;
    line-height: 1.0 !important;
    border-radius: 20px;
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    background-color: #23CA21;
}
.works_tag a:hover {
    color: #fff;
    background-color: #167F14;
}
