﻿.bg_color1 {
    background-color: #04B587;
}


.border_color1 {
    /*border-color: #f7d524;*/
border-color: #04b587;
}

.bg_color3 {
    /*background-color: #04b587;*/
    background-color: #f7d524;
}

#intro{
position:relative;
}

#contents{
	position: relative;
    z-index: 0;
    background-size: cover!important;
    background-repeat: no-repeat;
}
.eye{
    position: absolute;
    top: -220px;
    right: 0;
    width: 45%;
    z-index: 99;
}


#logo h1 img{
width:120% !important;
}

.border_color3 {
    border-color: #f9e501;
}

.top_cms_box.txt_color1:not(.cms_title){
    color: #f9e501;
}
#page_title div {
    box-shadow: none;
}
footer.bg_color3{
    background-color: #232320;
}

.txt_color3 {
    color: #04b587;
}

i.txt_color1{
color: #04b587;
}

.txt_color4 {
    color: #ffffff;
}
#cms_5-c .box_title1::before,#cms_5-c .box_txt1::before{display: none;}

.linkStyle{
color: #04B587;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#logo h1 img {
    width: 110% !important;
}

.banner{
margin-bottom:100px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#logo h1 img {
    width: 120% !important;
}

#page_title h2{
font-size:27px;
}

}
/*IEのみ
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
	#header .fas,#header .far{margin-top: -9px;}
	#top_cms .eff-4{height: 59px;}
}