.top-section {
    background-color: #f7f3e8;
    /* margin-top: 10px; */
    margin-bottom: 50px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;

}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.headertitle-section {
    background-color: #6183cc;
    padding: 1px;
}


.col-md-10.col-md-offset-1.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.headertitle {
	max-width: 80vw;
	margin: 0.5em 1.0em;
	position: relative;
	font-family: -apple-system-body, blinkMacSystemFont, Lato, 'Noto Sans JP', 'BIZ UDGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, arial, helvetica, clean, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size:1.8em;
}

h3 {
    font-size: 24px;
}

.h3-ttl {
    display: block;
    font-weight: bold;
    margin: 40px 0px 23px;
    position: relative;
    padding: 0 0 10px 10px;
}

.h3-ttl::before {
    background: #6183cc none repeat scroll 0% 0%;
    content: "";
    display: block;
    left: -2px;
    height: 30px;
    line-height: 1.3;
    position: absolute;
    width: 8px;
}

a {
    color: rgb(51, 122, 183);
    text-decoration: none;
}


.text_indent{
    padding-left: 2rem;
    text-indent: -1rem;
}

.p_padding-l{
    padding-left: 1rem;
}