@charset "UTF-8";



#bread{
	width: 100%;
	background: #f4f4f4;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 19px;
}

#bread ul{
	display: table;
	margin: 0 auto;
}

#bread ul li{
	float: left;
}

#bread ul li i{
	vertical-align: 1px;
    margin-left: 2px;
    line-height: 1px;
}

#title{
	width: 100%;
	background: url(../../img/title_bg.png) no-repeat center center;
	background-size: cover;
	padding: 56px  0 50px 0 ;
	text-align: center;
}

#title h1{
	font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 26px;
}

#title p{
	font-size: 14px;
    color: #fff;
    font-weight: 200;
    line-height: 210%;
    letter-spacing: -0.02rem;
} 

#sub_nav{
	border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    font-weight: 300;
    padding-top: 27px;
    padding-bottom: 26px;
}


#sub_nav ul{
    margin: 0 auto;
    display: table;
}

#sub_nav ul li{
	float: left;
    padding-right: 20px;
    padding-left: 17px;
    border-right: 1px solid #999;
}

#sub_nav ul li.active{
	font-weight: 600;
	position: relative;
}

#sub_nav ul li.active:before {
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
    background: #1ebc77;
    top: 37px;
}

#sub_nav ul li.last{
    margin-right: 0px;
    border-right: none;
}


#sub_nav ul li a, #bread a{
	color: #000;
    transition-duration: 400ms;
    padding: 20px 0 20px 0;
}


#sub_nav ul li a:hover , #bread a:hover{
	color: #aaa;
}

.contents_wrap section{
	border-bottom: 1px solid #ccc;
	padding-bottom: 65px;
    padding-top: 70px;
    margin-top: 0;
}

.contents_wrap section h1{
	text-align: center;
	font-size: 35px;
    font-weight: 500;
    padding-bottom: 35px;
}

.contents_wrap section img{
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
.contents_wrap section p.caption{
	font-weight: 200;
    font-size: 15px;
    text-align: center;
    line-height: 200%;
    padding-bottom: 26px;
    margin-top: -8px;
}

.contents_wrap section p.meyasu{
	font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    padding-bottom: 0;
}

.contents_wrap section p.meyasu span{
	font-weight: 600;
}

.contents_wrap section .wrap{
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

.contents_wrap section .wrap ul li img {
    width: 82%;
}

.contents_wrap section ul.trainer{
    width: 310px;
    float: left;
    margin-right: 25px;
}

.contents_wrap section ul.last{
    margin-right: 0px;
}

.contents_wrap section ul li.photo{
	
}

.contents_wrap section ul li.name{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1rem;
    padding-top: 23px;
    padding-bottom: 18px;
}

.contents_wrap section ul li.text {
	font-size: 14px;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0;
    width: 270px;
    margin: 0 auto;
}

.contents_wrap section ul.first li.text {
    width: 284px;
}

.contents_wrap section ul.last li.text {
    width: 300px;
}

.contents_wrap section table {
	border: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.contents_wrap section table td {
	padding: 23px 23px 23px 27px;
    width: 750px;
    height: 25px;
    letter-spacing: 0;
    line-height: 190%;
    border-bottom: 1px solid #000;
    font-weight: 300;
}

.contents_wrap section td, th {
	padding: 3px;
	width: 300px;
	height: 25px;
	line-height: 166%;
}

.contents_wrap section tr th{
	background: #e9edf3;
	text-align: center;
    width: 170px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.contents_wrap section table h3{
    font-weight: 500;
    margin-left: 2px;
    letter-spacing: 0;
}


.contents_wrap section table li{
	display: inline-block;
    font-size: 14px;
    border-radius: 18px;
    background: #e9edf3;
    padding: 9px 17px 5px 17px;
    line-height: 14px;
    letter-spacing: -0.02rem;
    font-weight: 300;
    /* margin: 0; */
    margin-right: 5px;
    color: #000;
    margin-top: 8px;
}

.contents_wrap section a {
	width: 430px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 56px;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    background: #1cc98e;
    background: -moz-linear-gradient(left, #1cc98e 0%, #1fa2ba 100%);
    background: -webkit-linear-gradient(left, #1cc98e 0%,#12a976 100%);
    background: linear-gradient(to right, #1cc98e 0%,#12a976 100%);
    letter-spacing: 0;
    margin-top: 42px;
    line-height: 310%;
    font-weight: 500;
    margin-bottom: 18px;
    transition-duration: 250ms;
}

.contents_wrap section a:hover{
	transform: scale(1.03);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
}

.contents_wrap section table ul.special li{
    letter-spacing: -0.05rem;

}

.contents_wrap section.c_03 table li{
	margin-top: 0;
}

.contents_wrap section table li.last{
    background: none;
    padding: 0;
    margin-right: 0px;
}

.contents_wrap section tr.last th , .contents_wrap section tr.last td{
	border-bottom: none;
}



@media screen and  ( max-width:1090px) {
	
.contents_wrap section p.meyasu{
	font-size: 14px;
}

#sub_nav ul li {
    float: left;
    padding-right: 17px;
    padding-left: 14px;
    border-right: 1px solid #999;
    font-size: 13px;
}

}