@charset "utf-8";

/* たびらいバスツアー
 * お知らせページ CSS
 * Copyright (c) Pam, Inc. All Rights Reserved.
 */

.announceBox {
	width: 615px;
	margin: 0 auto; 
}

.announceBox.\--isWide {
	width: 760px; 
}

.announceBox__mainHeadline {
	font-weight: bold;
	font-size: 25px;
	line-height: 1em;
	padding-bottom: 16px;
	margin: 50px 0 32px;
	color: #645c5c;
	position: relative;
    padding: 0 0 16px;
    background: none;
}

.announceBox__mainHeadline::before {
	display: block;
	content: "";
	position: absolute;
	height: 4px;
	width: 100%;
	border-radius: 2px;
	background: #d5d1d1;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.announceBox__mainHeadline::after {
	display: block;
	content: "";
	position: absolute;
	height: 4px;
	width: 10%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #D6000F;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.announceBox__subHeadline {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    margin: 25px 0 16px;
    padding: 6px 0 6px 16px;
    color: #645c5c;
    position: relative;
}

.announceBox__subHeadline::before {
    content: "";
    display: block;
    height: 100%;
    width: 6px;
    border-radius: 2px;
    background: #D6000F;
    position: absolute;
    left: 0;
    top: 0;
}

.announceBox__list_head {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 10px;
    color: #645c5c;
}

.announceBox__list_body {
    margin: 0 0 2em;
}

.announceBox__text {
	line-height: 1.8;
	font-size: 14px;
	margin: 0 0 1em;
}

.announceBox__image {
    display: block;
    margin: 1.5em auto;
}

.attentionBox {
	background-color: #fee;
	border: 1px solid #ba2b2b;
	padding: 1.5em;
	margin: 30px 0 40px;
	line-height: 1.4;
	color: #ba2b2b;
}

.attentionBox.\--isCenter {
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
}

.attentionBox.\--isCenter .announceBox__text {
    margin: 0;
}
