@charset "utf-8";
/* CSS Document */

#use{
    padding-bottom: 50px;
}

#use .ttl-eng-z{
line-height: 0.8;
display:inline-block;   
}


#use .use-box{
    background-color: #fff;
    padding-top: 20px;
}
#use .title p {
    font-size: 0.8em;
}

#use .list{
    border-top: dotted 4px #AFD5B5;
    padding: 50px 0;
}

#use h3{
    position: relative;
    line-height: 2em;
    text-indent: 2.5em;
    color: #fff;
    background-color:#AFD5B5;
    padding: 5px 0;
}
#use h3.ic1::before {
    position: absolute;
    left: 5px;
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../img/building-w.png) no-repeat;
    background-size: contain;
}
#use h3.ic2::before {
    position: absolute;
    left: 5px;
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url(../img/users-w.png) no-repeat;
    background-size: contain;
  
}
#use .musician .step1 .right {
    padding-top: 80px;
    background: url(../img/woman.png) no-repeat center 0px;
    background-size: 75px;
}
#use .musician .step1 .left {
    padding-top: 80px;
    background: url(../img/man.png) no-repeat center 0px;
    background-size: 75px;
}
#use .audience .step1 .right {
    padding-top: 80px;
    background: url(../img/man.png) no-repeat center 0px;
    background-size: 75px;
}
#use .audience .step1 .left {
    padding-top: 80px;
    background: url(../img/users.png) no-repeat center 0px;
    background-size: 75px;
}
#use .step3 .content dt{
    text-align:left;
}
#use .Button{
    width: 380px;
}
#use .Button a {
 
    line-height: 30px;
    padding: 15px;
    
}

/*吹き出し*/
.comment {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FCF8F4;
}

.comment:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #FCF8F4;
}

.comment p {
	margin: 0;
	padding: 0;
}





#use .text{
    font-size: 131%;
    font-weight: bold;
    color:#AFD5B5;
    background: #FCF8F4;
}
#use .box dl{
    padding: 8px;
}
#use .box dd{
font-size: 14px;
line-height: 1.5;    
}

#use .step3 {
    margin: 0 0 15px;
    background: url(../img/bg_line.png) no-repeat ;
    background-size: contain;
   background-position: 0 140px;
    height: 210px;
    
}
#use .musician,#use .audience{
    width: auto;
    margin: 0 5px;
}
/*flexbox*/
#use .step{
  
display: flex;
flex-flow: row nowrap;

}
#use .step h4{
/*
  justify-content: center;
  align-items: center;
*/
/*flex:1;*/
}
#use .step h4 img{

max-width: inherit;
margin: auto;
    
}
#use .entry{

    display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;

    
}

#use .box .left,
#use .box .right{
    flex:2;
    height: 160px;
}
#use .box .step1 .left,
#use .box .step1 .right{
    height: 200px;
}
#use .box .step2 .left,
#use .box .step2 .right{
    height: 160px;
}
#use .box .step3 .left,
#use .box .step3 .right{
    height: 160px;
}
#use .content{
    margin: 0 auto;
}



