section{
width: 600px;
float: left;
margin-left: 50px;
margin-top: 164px;
margin-bottom: 159px;
}

.h1_wrp{
text-align: center;
}

h1{
display: inline-block;
text-align: center;
position: relative;
margin-bottom: 187px;
}

h1::after{
    content: '';
    position: absolute;
    top: 86px;
    right: 30px;
    background: #70d8e2;
    height: 8px;
    width: 100px;
    z-index: -1;
}

.Supplement{
color: #888888;
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}

.zoomin{
display: block;
float: left;
}

.zoomin img{
width: 200px;
height: 206px;
display: block;
}

.zoomin img:hover{
opacity: 0.7;
transition: all 0.3s;
}

.pc_side_nav dl dd:nth-of-type(3) a{
color: #70d8e2;
}

/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

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

section {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.all_cont_wrp {
    margin: 0;
    width: 100%;
}

.photo_wrp{
width: 100%;
}

.zoomin{
width: 33%;
}

.zoomin img {
    display: block;
    height: auto;
width: 100%;
}

.t01 tr:first-of-type td:nth-of-type(3) a{
color: #70d8e2;
}






























}/*メディアクエリー閉じタグ*/
