@charset "Shift_JIS";

/*---------------------------------
header
----------------------------------*/
header {
    height: auto;
}

header img {
    margin: 0.5em 0;
}

/*---------------------------------
h2
----------------------------------*/
h2{
	border-left: solid 6px #c24e57;
    padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 0;
    color: #c24e57;
}

h2:after{
	background-color: #c24e57;
	left: -5px;
	width: 45%;
}
h3:after{
	background-color: #c24e57;
}

/*---------------------------------
box
----------------------------------*/
.rdBox{
	border: solid 3px #f0737b;
	position: relative;
}

.rdBox::after{
	content: " ";
    position: absolute;
	margin-left: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid #f0737b;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    z-index: 5;
}

.rdBox2{
	border: solid 3px #f0737b;
	position: relative;
}

.numBox{
	background: #f0737b;
	color: #ffffff;
	width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

/*---------------------------------
announce
----------------------------------*/
.annoTitle{
	background: #c24e57;
	color: #ffffff;
}

.annoBox{
	border-bottom: 4px solid #c24e57;
	border-left: 4px solid #c24e57;
	border-right: 4px solid #c24e57;
	padding: 20px;
}

/*---------------------------------
characteristics
----------------------------------*/
.cir{
	background-color: #c24e57;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: -1px 5px -1px 0;
}

.bdDash{
	border-bottom: 1px dashed #c24e57;
}

.aboutBox{
	background-color: #ffd7da;
	padding: 30px;
}