
/* .slider
-----------------------------------*/
.slider{
    width: 100%;
	overflow: hidden;
}
.slider .slick-initialized .slick-slide{

    display: block;
    padding: 0 2%;
}
.slider .slick-slide img{
    width: 100%;
    padding: 0 2%;
    object-fit: contain;
    height: auto;
}
.slider h3{
    font-size: 17px;
	font-weight: 500;
	padding-left: 2%;
    margin-top: 5px;
}

/* ブログ/お知らせ
-----------------------------------*/
.top_blog{
    padding: 60px 0;
}
.column .cont{
    width: 70%;
}
.column .tb_list{
    width: 100%;
}
.column .tb_list a:hover{
    opacity: 0.7;
}
.column .tb_list dl{
    width: 100%;
	display: flex;
}
.column .tb_list dt{
    font-weight: normal;
	width: 15%;
}
.column .tb_list dd{
	width: 85%;
}
.column .tb_list li a{
    border-bottom: 1px solid #ccc;
    padding: 23px 0;
	display: block;
}
.column .tb_list li:first-child a{
	border-top: 1px solid #ccc;
	margin-top: 25px;
}
.tb_list .tb_box{
   display: flex; 
}
.tb_list .tb_box li:first-child{
   width: 35%;
    padding-right:5%;
}
.tb_list .tb_box li:first-child img{
   width: 100%;
    height: 120px;
    object-fit: cover;
}
.tb_list .tb_box li:last-child{
   width: 60%;
}
.tb_list .tb_box .b_category{
    background: #0181c0;
    color: #fff;
    padding: 2px 5px;
    font-size: 0.9rem;
}
.tb_list .tb_box .b_day{
    display: block;
    padding: 2px 0px;
}

/* 商品一覧/サービス
-----------------------------------*/
.top_about{
	padding: 60px 0px 75px;
    margin: 35px auto 20px;
}
.top_about .top_ttl{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    color: #005bac;
}
.top_about .top_ttl span{
    display: block;
    font-size: 24px;
	font-weight: normal;
    color: black;
    text-align: left;
	margin-top: -10px;
}
.t_about{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0 0;
	justify-content: space-between;
}
.t_about .ta_box {
	margin-bottom: 30px;
    width: 32%;
}
.t_about:after{
  content:"";
  display:block;
  width: 32%;
  height:0;
}
.t_about .ta_box a{
	box-shadow: 0 0 8px grey;
	height: 100%;
	display: block;
    width: 100%;
    margin-right: 2%;
    border-radius: 10px;
    position: relative;
    background: white;
	min-height: 450px;
}
.t_about .ta_box img{
    display: block;
    width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.t_about .ta_box h4{
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 5px;
}
.service_content {
    padding: 10px 15px 70px;
    border-top: 1px solid #ddd;
}
.t_about .ta_box a .version{
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005bac;
    border-radius: 10px;
    width: 100%;
    max-width: 310px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 18px;
}
.t_about .ta_box a .version img{
	width: 18px;
	display: inline-block;
	margin-right: 15px;
}

/* ブログ
-----------------------------------*/
.tn_list{
    width: 100%;
}
.tn_list li a{
    border-bottom: 1px solid #ccc;
    padding: 23px 0;
	display: block;
}
.tn_list li a:hover{
    opacity: 0.7;
}
.tn_list li:first-child a{
    border-top: 1px solid #ccc;
	margin-top: 25px;
}
.tn_list li dt{
    font-weight: normal;
	display: flex;
}
.tn_list li dd{
    font-weight: 500;
	font-size: 18px;
	margin-top: 5px;
}
.tn_list .b_category{
    background: #005bac;
    color: #fff;
    padding: 2px 25px 3px;
    font-size: 0.9rem;
    border-radius: 15px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 12px;
}
.tn_list .b_day{
    display: inline-block;
    padding: 2px 0px;
    padding-right: 10px;
}
.tn_list p{
    display: inline;
}


@media only screen and (max-width: 1250px){

/* 商品一覧/サービス
-----------------------------------*/
.t_about .ta_box {
    margin-bottom: 30px;
    width: 48%;
}

/* ブログ
-----------------------------------*/
.tn_list li dt {
    /* font-weight: normal; */
    display: block;
}
.tn_list .b_category {
    margin-right: 12px;
	margin-left: 0px;
}

}/* END 1250px */


@media only screen and (max-width: 767px){

/* slider
-----------------------------------*/
.slider .slick-slide img {
    padding: 0 1rem;
}
.slider h3 {
    font-size: 12px;
    padding-left: 1rem;
    margin-top: 3px;
}
.slick-dots{
	margin-top: 12px!important;
}

/* ブログ/お知らせ
-----------------------------------*/
.column .tb_list li:first-child a {
    border-top: 1px solid #ccc;
    margin-top: 22px;
}
.top_blog {
    padding: 15px 0;
}
.column .cont {
    width: 100%;
}
.column .tb_list dl {
    display: block;
}
.column .tb_list dt {
    font-weight: 300;
    width: 100%;
}
.column .tb_list li a {
    padding: 15px 0;
}
.column .sp_only a.btn {
    padding: 10px;
    width: 100%;
    max-width: 190px;
    margin: 32px auto 0px;
}

/* 商品一覧/サービス
-----------------------------------*/
.top_about {
    padding: 45px 0px 25px;
    margin: 25px 1.3rem 15px;
}
.column .tb_list dd {
    width: 100%;
}
.t_about .ta_box h4 {
    font-size: 16px;
}
.t_about .ta_box {
    margin-bottom: 30px;
    width: 100%;
}
.top_about .top_ttl {
    font-size: 30px;
    line-height: 1.2;
}
.top_about .top_ttl span {
    font-size: 16px;
    margin-top: 8px;
}
.t_about .ta_box a {
    border-radius: 5px;
}
.t_about .ta_box img {
    border-radius: 5px 5px 0px 0px;
}
.service_content {
    padding: 10px 15px 70px;
}
.service_content p{
	line-height: 1.8;
}
.t_about .ta_box a {
    min-height: auto;
}

/* ブログのみ
-----------------------------------*/
.tn_list .b_category {
    margin-left: 0px;
    text-align: left;
	font-size: 10px;
	margin-right: 6px;
}
.tn_list li a {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    display: block;
}
.tn_list li dd {
    font-weight: 500;
    font-size: 14px;
    margin-top: 8px;
}
.tn_list .b_category {
    padding: 2px 15px 3px;
}

}/* END 767px */