@charset "utf-8";


/*----------------------------------------------------

	アスリートセッションページ用CSS

----------------------------------------------------*/



#maincontent .section h3 {
	background-color: #F7FCCD;
	padding: 3px 6px;
	margin: 0 0 10px;
}

#mainContents .section.athlete .athleteCon .athleteList li {
	background-image: url("../../img/icon_check.webp");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 34px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

#mainContents .section.athlete .athleteCon .athlete01,
#mainContents .section.athlete .athleteCon .athlete02 {
	margin-bottom: 20px;
}

#mainContents .section.athlete .athleteCon .athlete01 li {
	list-style: disc;
	margin-left: 1.5em;
	color: #81B227;
	font-weight: bold;
}

#mainContents .section.athlete .athleteCon .athlete02 li {
	list-style: disc;
	margin-left: 1.5em;
	font-weight: bold;
}

#mainContents .section.athlete .athleteCon .athleteForm {
	border: 3px solid #81B227;
	border-radius: 5px;
	padding: 15px 20px;
}


#mainContents .section.athlete .athleteCon h3 {
    background-color: #F7FCCD;
    padding: 3px 6px;
    margin: 0 0 10px;
	font-size: 1.2em;
}



#mainContents .section.athlete .athleteCon p {
	margin-bottom: 20px;
}

#mainContents .section.athlete .athleteCon strong {
    background: linear-gradient(transparent 50%, #FFFF73 50%);
    font-size: 1.1em;
}

#mainContents .section.athlete .athleteCon .stopIcon01 {
	background: url("../../treatment/img/athlete-session-icon01.webp") no-repeat;
	background-size: 50px 50px;
	padding: 10px 0 10px 60px;
	font-size: 18px;
	font-weight: bold;
	color: #81B227;
}



#mainContents .section.athlete .athleteCon .athleteListImg {
	display: flex;
	margin-bottom: 20px;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice {
	border: 2px solid #81B227;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	margin-bottom: 40px;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice h3 {
	font-size: 18px;
	background: #81B227;
	color: #FFFFFF;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice h4 strong {
	background: linear-gradient(transparent 50%, #FFFF73 50%);
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice p {
	margin-bottom: 5px;
	font-size: 16px;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice ul {
	display: flex;
	width: 614px;
	margin: 0 auto;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice ul li {
	margin: 0 10px;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice ul li:first-child {
	padding-top: 10px;
}



/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
#mainContents .section.athlete .athleteCon .athleteList li {
	background-image: url("../../img/icon_check.webp");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-size: 20px 20px;
	padding-left: 28px;
	font-size: 1em;
}

#mainContents .section.athlete .athleteCon .athleteListImg {
	display: block;
	margin-bottom: 20px;
}
	
#mainContents .section.athlete .athleteCon .athleteListImg li {
	text-align: center;
	margin-bottom: 10px;
}
	
#mainContents .section.athlete .athleteCon .athleteListImg li img {
	width: 80%;
	height: auto;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice {
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice h3 {
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice h4 {
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice h4 strong {
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice p {
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice ul {
	display: block;
	width: 100%;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice ul li {
	margin: 0 0 10px;
	text-align: center;
}

#mainContents .section.athlete .athleteCon .athleteSessionPrice ul li:first-child {
	padding-top: 0;
}
}
