body {
   padding: 135px 0 0 0;
}
.contents {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
}
#breadcrumb {
    max-width: 1000px;
    padding: 20px;
    font-size: 14px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul,ol,li,dt,dd {
	list-style: none;
}

p,span,spam,ul,ol,li,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

/* clearfix
============================== */
.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  content: "";
}
.clearfix:after {
  clear: both;
}
.floatclear:before,
.floatclear:after {
  display: block;
  overflow: hidden;
  content: "";
}
.floatclear:after {
  clear: both;
}

/* 基本style */

.content-box {
	width: 100%;
	/*border: solid 1px #000;*/
}
.content-box_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.hub-contents {
    max-width: 1000px;
    margin-left: auto;
	margin-right: auto;
    padding: 0 auto;
    box-sizing: border-box;;
}
.hub-date {
    font-size: 115%;
    font-weight: bold;
}
.hub-body-txt {
    line-height: 1.8em;
}
.hub-subtitle01 {
    font-size: 105%;
    font-weight: bold;
}
.hub-flex-box {
	display: flex;
}
.hub-flex-box_inner {
    display: block;
    width: 100%;
}
.hub-flex-box_hub {
    display: block;
    width: 100%;
    max-width: 768px;
}

/*見出し
============================== */
.h1-title {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    position: relative;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    border-left: solid 5px #999;
    font-size: 140%;
    font-weight: bold;
}
.h1-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: dotted 1px #999;
}
.h1-title01 {
	padding: 10px;
	box-sizing: border-box;
	border-top: solid 2px #999;
	border-bottom:: dotted 1px #999;
}
.h1-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: dotted 1px #999;
}
.h1-title01 {
	padding: 10px;
	box-sizing: border-box;
	border-top: solid 2px #999;
	border-bottom:: dotted 1px #999;
}
.h1-title02 {
	padding: 10px;
	box-sizing: border-box;
	border-top: double 3px #999;
	border-bottom: double 3px #999;
}
.h1-title03 {
	position: relative;
	padding: 16px;
}
.h1-title03::before,
.h1-title03::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.h1-title03::before {
	top: 0;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
}
.h1-title03::after {
	bottom: 0;
	border-top: 1px solid #999;
	border-bottom: 2px solid #999;
}
.h2-title {
	padding: 0 0 0 10px;
	box-sizing: border-box;
	border-left: solid 5px #999;
}
.h2-title01 {
	position: relative;
	padding: 5px 10px;
}
.h2-title01::before,
.h2-title01::after {
	position: absolute;
	left: 0;
	content: '';
	height: 6px;
	box-sizing: border-box;
}
.h2-title01::before {
	top: 50%;
	border-left: solid 5px #999;
}


@media screen and (max-width: 768px) {
body {
    padding: 0;
}

#breadcrumb {
    max-width: 100%;
    padding: 0 20px 30px;
	box-sizing: border-box;
    font-size: 14px;
    margin: 0 auto;
}
.content-box_inner {
    width: 100%;
	padding: 0 20px;
}
.news-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
/* タイトル可変 */
.h1-title {
    display: flex;
	display: -ms-flexbox;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    border-left: solid 5px #999;
    font-size: 140%;
    font-weight: bold;
}
.h1-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: dotted 1px #999;
}
.h1-title01 {
	padding: 10px;
	box-sizing: border-box;
	border-top: solid 2px #999;
	border-bottom:: dotted 1px #999;
}
.h1-title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: dotted 1px #999;
}
.h1-title01 {
	padding: 10px;
	box-sizing: border-box;
	border-top: solid 2px #999;
	border-bottom:: dotted 1px #999;
}
