.content--main{
	padding-top: 60px;
    margin-top: -60px;
	overflow: hidden;
}
/*===============================================
box
===============================================*/
.box--section{
	margin-bottom: 120px;
}
.box--img-section{
	margin-bottom: 120px;
}
.box--halfway{
	margin-top: 60px;
	margin-bottom: -200px;
	padding: 150px 0 150px;
	border-left: 2px dashed #dedede;
}
.box--halfway-line{
	padding-bottom: 150px;
	border-left: 2px dashed #dedede;
}
.box--summary{
	border:1px solid #dedede;
	border-right: none;
	padding: 4em 4em 0;
}
.box--summary{
	margin-top: 60px;
	margin-bottom: 60px;
}
.box--summary + .box--summary{
	border-right: 1px solid #dedede;
}

.box--stage{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.box--stage section{
	padding-left: 80px;
}
.box--stage img{
	padding-bottom: 20px;
}
.box--ttl{
	/*padding: 45px 0 40px;
	position: relative;*/
	padding: 90px 0 0;
    margin-bottom: -60px;
    position: relative;
}
.box--text{
	padding: 120px 0;
}
.box--column{
	column-count: 2;
	column-gap: 39px;
	-moz-column-count: 2;
	-moz-column-gap: 39px;
	-webkit-column-count: 2;
	-webkit-column-gap: 39px;
	-o-column-count: 2;
	-o-column-gap: 39px;
	-ms-column-count: 2;
	-ms-column-gap: 39px;
	margin-bottom: 70px;
}
.box--dialog{
	display: block;
	border:1px solid #dedede;
	padding:4em 3em;
	margin: 2em 0;
	background-color: rgba(230,230,230,0.2);
}
.box--img-top{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
/*	background-attachment: fixed;
*/}
.box--img-half{
    min-height: 400px;
}
.box--img-grid{
    padding-bottom: 70px;
    text-align: center;
}
.box--img-grid + .box--img-grid{
    border-left: 1px solid #efefef;
}
.box--img-grid p{
    padding: 0 15%;
}
.box--col-inner--center{
	width: 100%;
	margin-left: -50%;
}
.box--avatar{
	margin-bottom: -20px;
}
.box--avatar__caption{
    padding: 1.3em 1.5em 1.2em;
    font-size: 0.9em;
    line-height: 1.75;
    width: 66.6666666666%;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    background-color: hsla(169,19%,30%,1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 100px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.box--tool{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba( 255,255,255, 1);
  /*js*/
  display: none;
}
.box--tool .container{
  height: 100%;
  overflow: auto;
}
/*===============================================
Box with layout line
===============================================*/
.lineBox{
	position: relative;
	border-bottom: 1px solid #ededed;

	/*border-top: 1px solid #efefef;*/
}
.lineBox + .lineBox{
	border-top: none;
}
.lineBox__inner{
	min-height: 100%;
	/*margin: 0 80px;*/
	position: relative;
	/*border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;*/
}
/*.lineBox:before,
.lineBox:after{
	content:url("../../img/dot.png");
	display: block;
	position: absolute;
	bottom: -1px;
	height: 5px;
  	line-height: 5px;
  	z-index: 5;
}*/
.lineBox:before{
	left: 78px;
}
.lineBox:after{
	right: 78px;
}


.box--space-col-1{
	border-right: 1px solid #ededed;
  margin-left: 1px;
  margin-right: -1px;
}