/* CSS Document */

#pagemenu{
  margin-top:2em;
}
#pagemenu ._item{
  border:1px #ebebeb solid;
  padding:2em 1.5em 1.5em 1.5em;
  height:180px;
  margin-bottom:1.5em;
}

#design_section ._item:first-child{
  float:left;
}
#design_section ._item:last-child{
  float:right;
}
#design_section ._item{
  width:49%;
  background-color: #F4F6F1;
  margin-bottom:15px;
}
#design_section ._item p{
  padding:10px 15px 15px 15px;
  
}
.h96{
  height:96px;
}
#design_section h3{
  background-color: #dadcd7;
  padding:20px 10px;
  font-weight: normal;
  text-align: center;
}
#design_section h3:before{
  display: none;
}


@media screen and (max-width: 768px) {

#design_section ._item{
  min-height: 300px;
}

}


/* online相談 */
#owner_online .online {
font-family: "ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
}

#owner_online .s-flow {
    counter-reset: flow-steps;
}

#owner_online .s-flow-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

#owner_online .a-text {
    font-size: 12px;
    line-height: 22px;
}

#owner_online .main-flow h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: center;
    margin: 42px auto 20px;
}

#owner_online .s-layout_flex {
    display: flex;
    justify-content: center;
    margin: 32px 0;
}


#owner_online .delighter.started {
    transform: none;
    opacity: 1;
}

#owner_online .delighter {
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    transition: all .5s ease-out;
}

#owner_online .s-layout_item {
    flex-basis: 30%;
    text-align: center;
    position: relative;
}

#owner_online li {
    list-style: none;
    font-size: 16px;
    font-size: 1.6rem;
}

#owner_online .s-flow .s-layout_item:before {
    counter-increment: flow-steps;
    content: counter(flow-steps);
    background: rgb(10,157,209);
    background: linear-gradient(90deg, rgba(10,157,209,1) 0%, rgba(52,166,166,1) 100%);
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 12px;
    height: 20px;
    line-height: 1.1;
    width: 20px;
    border-radius: 50px;
    position: relative;
    left: 25px;
}

.s-flow .s-layout_item:after {
	content:"";
	position: absolute;
	right: -48px;
	top: 120px;
	display: block;
	width: 15px;
	height: 0px;
	border-left: 20px solid #0a9dd1;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
}
.s-flow .s-layout_item:last-child:after {
	display:none;
}

#owner_online .s-flow-image {
    width: 100%;
    height: auto;
    max-width: 120px;
}


@media only screen and (max-width: 768px) {

#owner_online .s-layout_flex {
    display: block;
}

#owner_online .s-flow .s-layout_item {
    margin-bottom: 72px;
}

#owner_online .a-text {
    font-size: 16px;
    line-height: 28px;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

#owner_online .s-flow-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}

#owner_online .s-flow .s-layout_item:after {
    top: unset;
    bottom: -72px;
    right: 0;
    left: 0;
    width: 0px;
    margin: auto;
    border-top: 25px solid #0a9dd1;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
}

#owner_online .s-flow-image {
    width: 100%;
    height: auto;
    max-width: 200px;
}

}
