@charset "utf-8";
/* スポーツでのケガページ */

#contents {
    max-width: 1040px;
    margin: auto;
    padding-top: 1%;
    padding-bottom: 2%;
    padding-left: 0px;
    padding-right: 0px;
}

/* pc */
.t_img{
	background-image: url(image/t_img.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: inherit;
}

h3 span.d_txt1 {
    background-image: url(image/title_icon01.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 3%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.first p{
	width: 90%;
	margin: auto;
}

#supports-sub {
	background-image: url(image/supports-bk01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4%;
	font-size: 22px;
	line-height: 1.8;
	color: #1D9E71;
	text-align: center;
}
#supports-sub::before{
	content:"";
	display: block;
	background-image: url(image/supports-bk01_point.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 31px;
	margin: 0 0 20px;
}
.athlete-box{
	margin-top: 50px;
	clear: both;
	overflow: hidden;
}
.athlete-box .ath-message {
	width: 550px;
	float: right;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
.athlete-box .ath-message .inner span{
	font-weight: bold;
}
.athlete-box .ath-message em{
	display: block;
	text-align: left;
}
.athlete-box .ath-message .inner{
	background-image: url(image/athlete_bk.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 30px 0;
}
.athlete-box .ath-message .name {
	text-align: right;
}
.athlete-box .athlete-photo {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	    max-width: 380px;
}
.athlete-box .athlete-photo img{
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 36px;
	float: left;
	padding: 5px;
	width: 340px;
}
.a-txt {
	font-size: 11px;
}
.txt15{
	font-size: 15px;
}
.txt17{
	font-size: 17px;
}


#ipanshoujo {
    font-size: 20px;
    color: #137159;
    font-weight: normal;
    background-image: url(../common/image/kazari_t01.png);
    background-repeat: no-repeat;
    padding-top: 40px;
    clear: both;
    margin-top: 50px;
}
.shojo-box{
    background-image: url(image/shorei-bk.png);
    background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
	margin: 20px auto;
}
.shojo-box ul{
	
}
.shojo-box ul li{
	display: inline-block;
	width: 187px;
    margin-bottom: 20px;
	font-size: 15px;
}
.shojo-box .shojo-setsumei {
    font-size: 14px;
    line-height: 150%;
    background-color: rgba(158,205,196,0.5);;
    text-indent: -16px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.supports{
	padding: 0 40px;
}
.supports .supports-midashi {
	font-size: 18px;
	color: #1D9E71;
	background-image: url(image/supports-bk03.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 12px;
	font-weight: bold;
}
.supports .supports-txt {
	background-image: url(image/supports-bk02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 100px;
	margin-bottom: 60px;
	margin-top: 20px;
}
.supports .message {
	font-size: 18px;
	color: #1D9E71;
	background-image: url(image/supports-bk05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}
.supports .supports-image {
	text-align: center;
	margin: -40px 0 60px;
}
.supports .supports-image img{
	display: inline-block;
	margin: 0 30px;
}

@media screen and (max-width: 990px){
#supports-sub {
	background-size: 100% auto;
}


}
/* スマホ */
@media screen and (max-width: 850px){
#contents{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

h3 span.d_txt1 {
    background-position: 0% 50%;
	background-size: auto 100%;
    padding-left: 5%;
}
#supports-sub {
	font-size: 4.5vw;
}
#supports-sub::before{
	background-size: auto 100%;
	height: 20px;
	margin: 0 0 10px;
}

.athlete-box{
	margin-top: 30px;
}
.athlete-box .ath-message {
	width: auto;
	float: none;
	position: relative;
}
.athlete-box .ath-message em{
	position: absolute;
	top: -50px;
}
.athlete-box .ath-message .inner{
	background: none;
	background-color: #EAE8C7;
	padding: 20px;
}
.athlete-box .athlete-photo {
	float: none;
	margin: 0 0 50px;
}
.athlete-box .athlete-photo img{
	margin: 0px;
	float: none;
	padding: 5px;
	width: auto;
	box-sizing: border-box;
}
.a-txt {
	font-size: 11px;
	margin-left: 0px;
}

#ipanshoujo {
    font-size: 18px;
    margin-top: 30px;
}
	
.shojo-box ul li {
    width: 49%;
	font-size: 13px;
}
	
.shojo-box .shojo-setsumei {
    text-indent: 0px;
	padding: 15px;
}
.shojo-box{
	padding-bottom: 60px;
}
.supports{
	padding: 0px;
}
.supports .supports-txt {
	padding-bottom: 60px;
}
.supports .supports-image {
	text-align: center;
	margin: -40px 0 30px;
}
.supports .supports-image img{
	display: block;
	margin: 10px auto 0;
}
.supports .message {
	font-size: 14px;
	background-size: 100% auto;
	padding-bottom: 3%;
	text-align: left;
}

}


