﻿/*--------リンク・フォント--------*/
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
.add_shadow{
    box-shadow: 0 20px 40px 0 rgba(0, 30, 30, .15);
}
	/*#custom .custom_box{background-image: url(./Dup/img/main_img_tb.jpg)!important}*/
	#custom .custom_title{
    top: 50%;
    bottom: auto;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0px;
    width: 44%;
	}
@media screen and (max-width: 768px){
#custom .custom_title {
    left: 3%;
    width: 83%;
}
}
@media screen and (max-width: 667px){
	#custom .custom_title {
    left: 3%;
    width: 97%;
}
	
}
#intro .intro_wrap{
    padding:50px;
    box-shadow: 0 20px 40px 0 rgba(0, 30, 30, .2);
}
#contents .con_wrap .con_box1,
#contents .con_wrap .con_box2{
    padding:30px;
    box-shadow: 0 5px 30px 0 rgba(0, 30, 30, .1);
}
#top_cms .cms_title{
    box-shadow: 0 5px 30px 0 rgba(0, 30, 30, .1);
    padding: 40px 0 20px;
}
#top_cms .cms_title p{
text-transform: uppercase;
}
footer.bg_color2 {
    background-color: #e4e4e4;
}
/*--------下層--------*/
#page_title .title_wrap span{
text-transform: uppercase;
}
#page05 #cms_6-b .cate_title{
    position: relative;
    display: inline;
    background-image: -ms-linear-gradient(top,transparent 70%,rgba(130,158,162,0.25) 1px);
    background-image: linear-gradient(transparent calc(100% - 0.5em),rgba(130,158,162,0.25) 1px);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    transition: background-size 0.5s cubic-bezier(0.46,0.03,0.52,0.96);
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
#custom .custom_box{
    background-position: 60% 50%;
}
footer .footer_bg.bg_color2 {
    background-color: #e4e4e4;
}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    #intro .intro_wrap {
    padding: 30px 25px;
    }
    #page_title .title_bg {
    background-position: 65% 50%;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){

#page05 #cms_6-b .cate_title{
    background-size: 100% 81%;
}
}
