/*====== 今日生協のあゆみ =====*/

#small_box{overflow: hidden; width: 1000px; margin: 0 !important; float: right;}

.left_content, .right_content{font-size: 18px !important; line-height: 30px !important; font-weight: 700 !important; letter-spacing: .12em;}
.right_content span{font-size: 12px !important;}

.left_content{
	float: left; position: relative;
    clear: both;
    width: 230px;
    padding-right: 45px;
    text-align: right;
	overflow: visible;
}
.right_content{
	float: right; position: relative;
    width: 770px;
    padding-left: 20px;
    text-align: left;
}

.right_content:before{
   	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px #0a0077 solid;
    top: 22px;
    left: -5px;
}

.left_content:after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0a0077;
    top: 12px;
    right: 0px;
}

.right_content:last-child:before {display: none;}

.left_content, .right_content{padding-bottom: 60px;}

/*====== TRUCKER =====*/
.trucker_msg{width: 100%; text-align: center; font-size: 16px !important; line-height: 24px; font-weight: 700 !important; margin: 0 auto;}
.trucker{
	width: 975px !important; height: fit-content;
    margin: 60px auto; overflow: visible;
}

.newsletter_box{
	float: left;
	margin: 20px 0;
    width: calc(50% - 28px) !important;
    height: fit-content;
    overflow: visible;
	clear: both;
}
.fl_right{float: right !important; clear: none !important;}

.newsletter_title{float: left; width: 100%; font-size: 24px !important; color: #0071b8; margin-bottom: 20px;}

.thumb_box_left, .thumb_box_right{width: 100%; height: fit-content; overflow: visible;}
.thumb_box_left{float: left;}
.thumb_box_right{float: right;}

.trucker_thumb{
	float: left; width: 198.1px; height: 294.7px; border: 1px #eeeeee solid;
	-webkit-transform:scale(1, 1); transform: scale(1, 1);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}
.trucker_thumb img{width:100%;}

.trucker_thumb:hover{
	cursor: pointer;
	-webkit-transform:scale(1.04, 1.04); transform: scale(1.04, 1.04);
	border: 0;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}