﻿.bg_color1 {
    background: -moz-linear-gradient(65deg, #008d56, #7bc452);
    background: -webkit-linear-gradient(65deg, #008d56, #7bc452);
    background: linear-gradient(25deg, #008d56, #7bc452);
}
.bg_color2 {background-color:#e5f4ef;}
.bg_color3 {background-color: #7bc452;}
.txt_color1 {color: #008D56;}
.txt_color2 {color: #008D56;}
.txt_color3 {color: #ebbe03;}
.border_color1 {border-color: #008D56;}
.border_color2 {border-color: #ebbe03;}
.border_color3 {border-color: #ebbe03;}
.border_color4 {border-color: #9dc6b8;}
.hvr_txt_color1:hover {color: #008d56;}
/* ----------　all　---------- */
.linkStyle{
	color:#ebbe04;
}
.linkStyle:hover{
	color:#ebbe04;
	opacity: 0.7;
	transition: all 0.5s;
}
/* h1, h2, h3, h4, h5, h6,#wrap #header_nav ul li a,#contents2_title,#top_cms .more a,.top_cms_title p,#page_title p,#loader p {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
} 
#contents2 .con_box .number {
    font-family: 'Petit Formal Script', cursive;
}
*/

/* ----------　top　---------- */
#contents1 h3{
color: #008d56;
    display: inline-block;
    position: relative;
}
#contents1 h3:before{
content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #ebbe04;
}

#contents2 .con_title{
	padding: 20px;
}
#contents2 .con_title img{
	border-radius: 0px;
	box-shadow: none;
}
#contents2 .t_link a {
    padding: 10px 20px;
    border-radius: 100px;
    display: block;
    text-align: center;

}
#contents2 .t_link a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#top_cms .cms_6-a .cate {
    background-color: #fff;
    border-radius: 10px;
    width: 30%!important;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 25px;
}
#top_cms .cms_6-a .cate h3{
color: #008D56;
    font-weight: bold;
    border-bottom: 1px solid #008D56;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

/* ----------　下層ページ　---------- */
#page_title p{
    color: #fff;
    opacity: 0.7;
}
.cate_list{
padding: 50px 0;
}
.cate_list li {
    width: 22%;
    text-align: center;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#loader > div figure {
    width: 90%;
}
#header h1{
    width: 45%!important;
}
#main_img{
margin-top: 20px;
}
.cate_list li {
    width: 30%;
}
#contents2 .con_title {
    width: 80%;
    margin: auto;
    max-width: 400px;
}
}

/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#loader > div figure {
    width: 130%;
}
#header h1 {
    width: 65%!important;
}
#main_img {
    margin-top: 0px;
}
#top_cms .cms_6-a .cate {
    width: 100%!important;
    margin-bottom: 25px;
}
.cate_list li {
    width: 100%;
}
}