@charset "utf-8";
/*
Theme Name: tanimoto_child
Template: tanimoto
Author: T-labo
Author URI: https://takai-laboratory.com/
*/

/*========================*/

/*========================
SIDEBAR
========================*/
.sidebar {
	width: 250px;
	max-width: 250px;
	margin-bottom: 40px;
}
.sidebar .con {background-color: #ebebeb; padding: 10px; font-weight: bold;}
.sidebar .con .title {line-height: 1; background-color: #3d3d3d; font-size: 16px; letter-spacing: 1px; padding: 10px 0; text-align: center; color: #fff; font-weight: 500;}
.sidebar .con .ul01 li {background: #fff url(img/side/icon_arrow_03.png) no-repeat 94% 50%; padding: 9px 15px; line-height: 1; color: #1b6daf; margin-bottom: 1px;}
.sidebar .ul02 {display: flex; justify-content: flex-end;}
.sidebar .con02 {padding: 19px; box-sizing: border-box; border: 1px solid #01319a; font-size: 13px; font-weight: bold; text-align: justify;}
.sidebar .con02 .big {color: #01319a; font-size: 18px;}
/*****************
width768px以下
*****************/
@media screen and (max-width:768px) {
.sidebar {
	display: none;
}
}
