@charset "utf-8";
/* 
Theme Name: chikushinseimitu
Theme URL: https://www.take-group.co.jp/
Description: chikushinseimitu web site
Author: chikushinseimitu
 */
@import url("css/layout.css");
@import url("css/layout_pc.css");
@import url("css/layout_tlsp.css");
@import url("css/common.css");
@import url("css/animate.css");
/*=========================

=========================*/
/*=========================
<time>2023年4月1日</time>
<time datetime="2023-04-01">2023年4月1日</time>
<time datetime="<?php echo get_the_date('Y-m-d'); ?>"><?php echo get_the_date('Y年m月d日'); ?></time>
=========================*/
.scroll{
margin-bottom: 80px;
}
@media only screen and (max-width: 768px){
	
.scrolltxt {
	font-size: 12px;
}
.scroll{
overflow: auto;
white-space: nowrap;
width: 700px;
max-width: 100%;
}
.scroll::-webkit-scrollbar{
 height: 5px;}
.scroll::-webkit-scrollbar-track{background: #F1F1F1;}
.scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}
	}
