.page-header .prlx-bg .bg{
	background-image:url(../images/header.jpg);
}
.member{}
.member ul{
    max-width:860px;
    margin: 0 auto;
	list-style: none;
}

.member ul li img{
	margin-bottom: 1rem;
}
.member ul li span,
.member ul li bold{
	display: block;
}
.member ul li span{
    font-size:12px;
    margin-bottom: .5rem;
}
.member ul li bold{}
@media screen and (max-width:640px){
    .member ul li{
        flex-basis: 33.333333%;
        margin-bottom: 2rem;
        padding:0 1rem;
    }
}
@media screen and (min-width:641px){
    .member ul li{
        flex-basis: 16.8%;
        margin-right: 4%;
    }
    .member ul li:last-child{
        margin-right:0;
    }
}
@media screen and (min-width:641px){
    .dis:nth-of-type(even) .inner.fx > header{
        order:1;
    }
    .dis:nth-of-type(even) .inner.fx > div{
        order:2;
    }
    .dis:nth-of-type(odd) .inner.fx > header{
        order:2;
    }
    .dis:nth-of-type(odd) .inner.fx > div{
        order:1;
    }
}

.dis .inner{
    max-width:860px;
    margin: 0 auto;
}
.dis .inner.fx > header{
    flex-basis:10%;
}
.dis .inner.fx > div{
    flex-basis:90%;
}


.dis .inner > header p,
.dis .inner > header p span{
 width:7rem;
	height:7rem;
}
.dis .inner > header p{
	color: #fff;
	background-color: #005293;
}
.dis .inner > header p span{
    display: table-cell;
	vertical-align: middle;
}
.dis .inner > header p em,
.dis .inner > header p b{
display: block;
	line-height: 1;
}
.dis .inner > header p em{
	font-style: normal;
	margin-bottom: .5rem;
	font-size: 16px;
}
.dis .inner > header p b{
	font-size: 36px;
}

.dis .inner > div header{
    min-height: 7rem;
    margin-bottom: 1rem;
}
.dis .inner > div header h2{
    color: #005293;
}
@media screen and (max-width:640px){
	.dis .inner > header > p{
		margin: 0 auto;
	}
	.dis .inner > div{
		position: relative;
		z-index:-1;
		top:-2rem;
		margin-bottom: -2rem;
	}
	.dis .inner > div header h2,
	.dis .inner > div h3{
		width: 100%;
		text-align: center;
	}
}
.dis .inner > header{
    position: relative;
    z-index: 0;
}
.dis .inner > header::before{
    position: absolute;
    z-index: -1;
    top: 0;
    content: '';
    display: block;
    background-color: #ccc;
    width: 1px;
    height: calc(100% - 5rem);
}
@media screen and (max-width:640px){
    .dis .inner > header::before{
        left: 5rem;
        display: none;
    }
}
@media screen and (min-width:641px){
    .dis:nth-of-type(even) .inner > header p{
        margin-left: 0;
        margin-right: auto;
    }
    .dis:nth-of-type(even) .inner > header::before{
        left: 5rem;
        right:auto;
    }
    .dis:nth-of-type(odd) .inner > header p{
        margin-left: auto;
        margin-right: 0;
    }
    .dis:nth-of-type(odd) .inner > header::before{
        left: auto;
        right: 5rem;
    }
}
.dis .inner > div{
    background-color: #fff;
}

.dis .inner > div h3{
    margin-bottom: 2rem;
}

.dis .container{
    position: relative;
    z-index:1;
}
.dis .prlx-bg{
    min-height:40vh;
    position: relative;
    z-index: 0;
    top:-5rem;
    margin-bottom: -5rem;
}
@media screen and (max-width:640px){}
@media screen and (min-width:641px){
    .dis .inner > div.pd-m{
    padding-top: 0;
}
    .dis:nth-of-type(even) .prlx-bg{
    margin-right: 20vw;
}
    .dis:nth-of-type(odd) .prlx-bg{
    margin-left: 20vw;
}
}

dl.talk::after{
   content:'';
    display:block;
    clear:both;
}
dl.talk dt{
    float: left;
    clear: left;
    vertical-align: middle;
}
dl.talk dd{
    float: left;
    padding-top: 1rem;
    margin-bottom: 3rem;
}

.talk .th{
	position: relative;
}
.talk .th em{
	display: none;
}
.talk .th::before{
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	vertical-align: middle;
    border-radius: 50%;
}
.talk .th::after{
	color: #005293;
	font-weight: bold;
}
@media screen and (max-width:640px){
    dl.talk dt{
    width: 60px;
    }
    dl.talk dd{
    width:calc(100% - 70px);
					margin-left: 10px;
    }
    dl.talk dt{
        text-align: center;
    }
    .talk .th::before{
        display: block;
        margin-bottom: .5rem;
    }
    .talk .th::after{
        text-align: center;
        display: block;
    }
}
@media screen and (min-width:640px){
        dl.talk dt{
    width: 20%;
    }
    dl.talk dd{
    width:80%;
    }
    .talk .th::before{
	display: inline-block;
        margin-right: 1rem;
    }
    .talk .th::after{
	display: inline-block;
    }
}
.th.mizoguchi::before{
	background-image: url(../images/t-mizoguchi.jpg);
}
.th.mizoguchi::after{
	content: 'M.D';
}

.th.saitou::before{
	background-image: url(../images/t-saitou.jpg);
}
.th.saitou::after{
	content: 'S.K';
}

.th.matsumoto::before{
	background-image: url(../images/t-matsumoto.jpg);
}
.th.matsumoto::after{
	content: 'M.K';
}

.th.okazaki::before{
	background-image: url(../images/t-okazaki.jpg);
}
.th.okazaki::after{
	content: 'O.K';
}

.th.hirota::before{
	background-image: url(../images/t-hirota.jpg);
}
.th.hirota::after{
	content: 'H.S';
}