/* #PC ========================================================================================================== */
.slider {
	width: 100%;
	height: 0px;
    padding-bottom: 38%;
	float: left;
	position: relative;
	margin: 86px 0 0 0;
	background-color: #000000;
}
.ba_area {
	margin-top: 50px;
}
.ba_box {
    width: 450px;
	height: auto;
	float: left;
	position: relative;
    margin: 0 -35px 0 45px;
    background: #c30d23;
    color: #FFF;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -5px;
    padding-bottom: 15px;
}
.ba_box_brown {
    background: #8f5515;
}
.ba_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.ba_box:hover {
	opacity: 0.7;
	zoom: 1;/*IE*/
    color: #ffffff;
}
.ba_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.ba_box li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.ba_box li.hn1, .ba_box li.hn2 {
	width: 30px;
	transform: rotate(-70deg);
    border: 0;
    border-top: 1px solid #fff;
    position : absolute;
    top: 10px;
    left: 10px;
}
.ba_box li.hn2 {
    left: 17px;
}
.ba_box li.icon {
	width: 80px;
    height: 80px;
	margin: 17px 0 0 17px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ba_box li.book {
	width: 340px;
	margin: 17px 0 0 0px;
}
.ba_box li.japan1 {
	width: 95px;
	margin: 17px 0 0 20px;
	font-size: 38px;
	line-height: 40px;
}
.ba_box li.japan2 {
	width: 230px;
	margin: 17px 0 0 0px;
	font-size: 20px;
	line-height: 27px;
}
.ba_box_name {
	font-size: 24px;
	line-height: 28px;
}
.ba_box_author {
	font-size: 14px;
	line-height: 20px;
    margin: 4px 0 0 25px;
}
.cc_box {
	width: 908px;
	height: auto;
	float: left;
	position: relative;
	margin: 50px 0 0 45px;
	border: 1px solid #c30d23;
	font-size: 21px;
	line-height: 21px;
	color: #c30d23;
	text-align: center;
    padding: 40px 0 40px 0;
}
.cc_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.cc_box:hover {
	zoom: 1;/*IE*/
	background-color: #EBEEF0;    
}
.cc_text_l {
	font-size: 33px;
	line-height: 33px;
    margin: 0 0 0 0;
}
.news_area {
	margin-top: 50px;
}
.news_t {
	width: 190px;
	height: auto;
	float: left;
	position: relative;
	margin: 50px 0 0 45px;
	font-size: 25px;
	line-height: 35px;
	color: #c30d23;
}
.news_t ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.news_t li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.news_t li.hn1 {
	height: 85px;
    margin-top: -5px;
}
.news_t li.hn2 {
	width: 115px;
	transform: rotate(-70deg);
    border: 0;
    border-top: 1px solid #333;
    position : absolute;
    top: 55px;
    right: -20px;
}
.news_t li.hn3 {
	width: 100px;
}
.lawyers_btn_area {
	margin-top: 140px;
    margin-bottom: 120px;
}
.lawyers_btn {
	width: 190px;
    margin-left: 405px;
}
.ph_line {
	width: 100%;
	height: 10px;
	float: left;
	position: relative;
	background: linear-gradient(90deg, #c30d23 50%, #182987 50%);
}
.ph_box {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
    margin-bottom: 85px;
}
.ph_box img {
	width: 25%;
}
.ba_link_area {
	margin-bottom: 160px;
}
.ba_link_box {
	width : 290px;
	height: auto;
	float: left;
	position: relative;
	margin: 0 0 20px 20px;
}
.ba_link {
	height: auto;
	position: relative;
	float: left;
    width : -webkit-calc(100% - 2px);
	width : calc(100% - 2px);
}
.ba_link a {
	display: block;
	width: 100%;
	margin: 0;
	text-decoration: none;
}
.ba_link a .image {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 68%;
	border: 1px solid #182987;
}
.ba_link a .image img {
    width: 100%;
    height: auto;
    transition: .3s;
    object-fit: cover;
}
.ba_link a:hover .image img {
    transform: scale(1.2);
    opacity: 0.5;
}
.ba_link a .image2 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 68%;
	border: 1px solid #c30d23;
}
.ba_link a .image2 img {
    width: 100%;
    height: auto;
    transition: .3s;
    object-fit: cover;
}
.ba_link a:hover .image2 img {
    transform: scale(1.2);
    opacity: 0.5;
}
.ba_title, .ba_title2 {
	width : 275px;
	position: relative;
	float: left;
	border-left: 1px solid #c30d23;
	border-bottom: 1px solid #c30d23;
	margin-top: 15px;
	padding: 0 0 15px 15px;
	font-size: 18px;
	line-height: 18px;
}
.ba_title2 {
	border-left: 1px solid #c30d23;
	border-bottom: 1px solid #c30d23;
	color: #c30d23;
}
.ba_line1, .ba_line2 {
	width: 15px;
	transform: rotate(45deg);
    border: 0;
    border-top: 1px solid #182987;
    position : absolute;
    bottom: 5px;
    right: -5px;
}
.ba_line2 {
    border-top: 1px solid #c30d23;
}
.pickup_box .pickups{
	background-size: cover;
	height: 200px;
	padding: 30px;
	box-sizing: border-box;
	align-content: center;
}
.pickup_box p{
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #182987;
}
.pickup_box a:hover {
	color: #182987;
}
.about_box{
	background-size: cover;
	height: 200px;
	padding: 30px;
	box-sizing: border-box;
	align-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.wrapper_inner_top{
	margin-top: 70px;
	padding-bottom: 50px;
}
.wrapper_inner_map{
	margin-top: 70px;
}
.bottomlist{
	padding: 100px 0;
}
.bottomlist .inner{
	padding-top: 100px;
}

.m10{
	line-height: 35px;
}

@media only screen and (max-width: 950px) {
	.pickup_box .pickups{
		background-size: cover;
		height: 200px;
		padding: 15px;
	}
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
	.wrapper {
	    background: linear-gradient(90deg, #fff 0%, #fff 8%, #eee 0%, #eee 100%);
	}
	.wrapper_inner_map,
	.wrapper_inner_top{
		margin-top: 0px;
	}
	.wrapper_inner_top{
		padding-top: 40px;
	}
	.wrapper_inner_map{
		background-color: transparent;
	}
	.about_box,
	.pickup_box .pickups{
		height: 350px;
		padding: 30px 60px;
	}
	.over .map{
		height: auto;
	}
	.over .over_img{
		margin: 0;
		padding: 0px 80px 0px 40px;
		line-height: 46px;
	}
	.bottomlist,
	.bottomlist .inner{
		padding: 0;
	}
	#nationwide{
		width: 110%;
		background-color: #fff;
		margin: 60px;
		padding: 60px 80px;
		box-sizing: border-box;
	}
	.about_box{
		font-size: 30px;
		margin-left: 12%;
	}
    .m10{
        line-height: 50px;
    }
    
}/* @media only screen and (max-width: 750px) */
