/* カスタマイズ用CSS */
.headerLogo {
    width: 100%;
    height: auto;
}
@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.headerLogo { 
    width: 300px !important;
    height: auto;
    }
}
.block-wrapper-manual {
    margin-top: 80px;
}
.ec-collaboration__list {
    margin-bottom: 20px;
}
@media screen and (max-width:480px) { 
    .ec-collaboration__list {
        
    }
}
.ec-collaborationRole__list {
    margin-bottom: 20px;
}
@media screen and (max-width:480px) { 
    .ec-collaborationRole__list {
        
    }
}

.ec-collaborationRole__listItem {
    float: left;
    width: 49%;
    padding-right: 1%;
    margin-bottom: 10px;
}
@media screen and (max-width:480px) { 
    .ec-collaborationRole__listItem {
    clear: both;
    width: 100%;
    }
}

.ec-collaborationRole__listItemHistory {
    float: left;
    width: 32%;
    padding-right: 1%;
    margin-bottom: 1%
}
@media screen and (max-width:480px) { 
    .ec-collaborationRole__listItemHistory {
    float: left;
    width: 49%;
    padding-right: 1%
    }
}

@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__right {
        display: block;
        width: 24%;
        margin-left: 1%;
    }
}


/* ベア用フロー
====================================================*/
/*ステップフローのCSS*/

.ec-descriptionRole__pm {
	line-height: 1.8;
}
.ec-descriptionRole__pm dd {
	margin-bottom: 10px;
}
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
	background-color: #232F3E;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #999999;
	font-size: .8em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.stepflow_content {
	font-size: .9em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/

/* もっと見るボタン */
.view_more {
    text-align: center;
}
.view_more a {
    display: block;
    color: #333;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 20px;
}
.view_more span {
    padding-left: 10px;
}