@charset "utf-8";
/* CSS Document */

.bg-player{ background-image:url(../img/head-title.jpg); }

#player-content01{}
#player-content01 p{ font-size:18px; letter-spacing:0.1em; margin-bottom:40px; line-height:1.8; }
.exception-photo{ width:440px; margin-right:auto; margin-left:auto;}
#player-content01 p span {
    display: block;
    margin-bottom: 24px;
}
#player-content01 p span em {
    display: inline-block;
    font-size: 16px;
    border: solid 1px #ccc;
    padding: 9px 20px 6px;
    line-height: 1;
    background-color: #f3f3f3;
}
.player-c01{ margin-bottom:80px;}

.player-c02-parts1{ background-color:#e5f4fb; padding: 70px 50px 50px 50px; position:relative; }
.player-c02-parts1:after {
    position: absolute;
    content: '';
    background-image: url(../../img/common/sankaku.png);
    width: 85px;
    height: 41px;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    line-height: normal;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, 0px);
}
.player-c02-parts1-inner{ background-color:#fff; padding:35px; border-radius:4px; }
.player-c02-parts1-inner p{ margin:0 auto 30px; }
.player-c02-parts1-inner p:nth-child(1){ width:140px; }
.player-c02-parts1-inner p:nth-child(1) img{ border-radius:50%;}
.player-c02-parts1-inner p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #00396d;
}
.player-c02-parts1-inner p:nth-child(2) span {
    display: block;
    font-size: 14px;
    color: rgb(4 196 255);
}

.player-profile-title{ text-align:center; font-size:30px; margin-bottom:40px; font-family: 'Open Sans', sans-serif;}
.player-profile-title:first-letter{ color:#004193; }

.box-player-table {
    width: 600px;
    font-size: 14px;
    border-collapse: collapse;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.box-player-table th {
    text-align: left;
    /* width: 200px; */
    margin: 10px 0;
    padding: 10px 0;
    border-right: 20px solid #ffffff;
    background-color: #ffffff;
    border-bottom: 1px solid #d6d8da;
    font-weight: normal;
    vertical-align: middle;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.box-player-table td {
    margin: 10px 0;
    padding: 10px 0 8px;
    border-bottom: 1px solid #d6d8da;
    line-height: 1.8;
    vertical-align: top;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

ul.player-list1{ margin-bottom:40px;}
ul.player-list1:last-child{ margin-bottom:0px;}
ul.player-list1 li:nth-child(1) {
    margin-bottom: 18px;
    padding: 8px 0 6px;
    font-weight: 700;
    font-size: 100%;
    color: #00396d;
    background-color: #e5f4fb;
    /* border-top: 2px solid #ffffff; */
    /* border-right: 1px solid #d6d8da; */
    border-bottom: none;
    /* border-left: 1px solid #d6d8da; */
    text-align: center;
}
ul.player-list1 li{  border-bottom: 1px solid #d6d8da; padding: 6px 0;}
ul.player-list1 li:last-child{ border:none;}

.player-dream{ text-align:center; margin-bottom:60px;}
.player-dream p:nth-child(1){
	font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px 4px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 auto 16px;
background: rgba(4,196,255,1);
background: -moz-linear-gradient(left, rgba(4,196,255,1) 0%, rgba(24,96,221,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,196,255,1)), color-stop(100%, rgba(24,96,221,1)));
background: -webkit-linear-gradient(left, rgba(4,196,255,1) 0%, rgba(24,96,221,1) 100%);
background: -o-linear-gradient(left, rgba(4,196,255,1) 0%, rgba(24,96,221,1) 100%);
background: -ms-linear-gradient(left, rgba(4,196,255,1) 0%, rgba(24,96,221,1) 100%);
background: linear-gradient(to right, rgba(4,196,255,1) 0%, rgba(24,96,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c4ff', endColorstr='#1860dd', GradientType=1 );}

.player-dream p:nth-child(2){ font-size:28px; font-weight:700; color:#0096dc; letter-spacing:0.2em; position:relative; margin:0 auto 60px;}
.player-dream p:nth-child(2):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 130px;
    height: 1px;
    margin-left: -65px;
    margin-bottom: -30px;
    background-color: #ccc;
}
.player-dream p:nth-child(3) {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {

.box-player-table { width: 100%; font-size: 13px; }

}

@media only screen and (max-width: 480px) {
	
#player-content01 p {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 1.6;
}
#player-content01 p span em {
    font-size: 13px;
    text-align: center;
    display: block;
}
#player-content01 p span { margin-bottom: 20px; }
.player-c01 {
    margin-bottom: 40px;
}
.player-dream p:nth-child(2) {
    font-size: 20px;
    margin: 0 auto 50px;
}
.player-dream p:nth-child(2):after {
    width: 80px;
    margin-left: -40px;
    margin-bottom: -25px;
}
.player-dream p:nth-child(3) {
    font-size: 16px; text-align: justify;}
.player-dream p:nth-child(3) br{ display:none;}
.player-dream { margin-bottom: 40px; }
.player-profile-title {
    font-size: 26px;
    margin-bottom: 30px;}
.player-c02-parts1 {
    padding: 60px 0 20px 0;}
.player-c02-parts1:after { width: 60px; height: 29px;}
.player-c02-parts1-inner { padding: 20px; }
.player-c02-parts1-inner p {
    margin: 0 auto 20px;
}
.player-c02-parts1-inner p:nth-child(1) {
    width: 100px;
}

.exception-photo{ width:100%;}
	
}