@media (max-width: 767px) {
  
#sportsCont {
  width: 90%;
  margin: 0 auto 65px auto;
}

#sportsCont h2 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#sportsCont h2 span {
  display: inline-block;
  padding: 0 0 7% 0;
  margin: 0 0 25px 0;
  background: url(../images/common/bg_ttl.jpg) repeat-x 0 100%;
}

.sportsList ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.sportsList ul li {
  width: 47.5%;
  float: left;
  margin: 0 0 25px 4.5%;
}

.sportsList ul li:nth-child(odd) {
  margin-left: 0;
}

.sportsList ul li > a > dl > dt {
  margin: 0 0 10px 0;
}

.sportsList ul li > a > dl > dd {
  font-weight: bold;
  font-size: 120%;
  background: url(../images/common/ico_arrow2.png) no-repeat 100% center;
  background-size: 8px 13px;
  padding: 0 10px 0 0;
}

.sportsNot {
	padding: 50px 0 0 0;
}

.sportsNot h3 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.sportsNot h3 span {
	border-bottom: 5px solid #eee;
	display: inline-block;
	padding-bottom: 6px;
}

.sportsNot p {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0px 0;
}

.sportsNot p:last-child {
	font-size: 120%;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	padding: 0 0 20px 0;
}

.sportsNot p:last-child br {
	display: none;
}

.movieContBox p {
	text-align: center;
	font-size: 120%;
}

.sportsList h2 {
	font-size: 180% !important;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 0 0;
}

.sportsList h2 span {
	border-bottom: 5px solid #eee;
	display: inline-block;
	background: none !important;
	padding: 0 0 15px 0 !important;
}

.beginner h2 span {
	line-height: 1.3;
}
.beginner h2 + p {
	font-size: 110%;
    line-height: 1.8;
    margin: 0 0 30px 0;
}
.beginner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.beginner ul li {
	width: 47%;
	margin: 0 0 6% 0;
}
.beginner ul li a {
	display: block;
}
.beginner ul li span {
	display: block;
	font-weight: bold;
    font-size: 100%;
    background: url(../images/common/ico_arrow2.png) no-repeat 100% center;
    background-size: 8px 13px;
    padding: 0 10px 0 0;
	margin-top: 10px;
}
.beginner ul + p img {
	margin-bottom: 15px;
	display: block;
}

.beginner > div {
	margin: 30px auto 0 auto;
}
.beginner > div p {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
}
.beginner > div p img {
	margin-bottom: 15px;
	display: block;
	border: 1px solid #ddd;
}

.quiz .box {
	margin: 0 0 30px 0;
}
.quiz .box li:first-child {
	margin-bottom: 16px;
}
.quiz h2 {
	margin: 0 calc(50% - 50vw);
}
.quiz h2 img:first-child {
	width: 90px;
	margin-bottom: 52px;
	margin-right: -60px;
}
.quiz h2 img:last-child {
	width: 56px;
	margin-left: -22px;
	margin-bottom: 60px;
}
.quiz .mainText {
	margin-bottom: 40px;
}
.quiz .mainText p {
	line-height: 2em;
}
.quiz .annotation {
	text-indent: -1em;
	padding-left: 1em;
}
.quiz .link {
	padding-left: 1em;
}
.quiz .link a {
	color: #3AB047
}
.quiz .link a:hover {
	color: #56c762
}

}

@media (max-width: 340px) {
	.quiz h2 span {
		font-size: 0.8em;
	}
}

@media (min-width: 768px) {

#sportsCont {
  width: 960px;
  margin: 0 auto 60px auto;
}

#sportsCont h2 {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#sportsCont h2 span {
  display: inline-block;
  padding: 0 0 32px 0;
  margin: 0 0 40px 0;
  background: url(../images/common/bg_ttl.jpg) repeat-x 0 100%;
}

.sportsList ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.sportsList ul li {
  width: 300px;
  float: left;
  margin: 0 0 35px 30px;
}

.sportsList ul li > a > dl > dt > img {
  width: 300px;
}

.sportsList ul li:nth-child(3n+1) {
  margin-left: 0;
}

.sportsList ul li > a > dl > dt {
  margin: 0 0 20px 0;
}

.sportsList ul li > a > dl > dd {
  font-weight: bold;
  font-size: 120%;
  background: url(../images/common/ico_arrow2.png) no-repeat 97% center;
  background-size: 8px 12px;
}

#modalInner a {
  cursor: default;
}

#modalInner a:hover {
  text-decoration: none;
}

#modalInner a:focus {
  outline: 0;
}

.sportsNot {
	padding: 100px 0 0 0;
}

.sportsNot h3 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px 0;
}

.sportsNot h3 span {
	border-bottom: 5px solid #eee;
	display: inline-block;
	padding-bottom: 6px;
}

.sportsNot p {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0 0 50px 0;
}

.sportsNot p:last-child {
	font-size: 120%;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	padding: 0 0 100px 0;
}

.movieContBox p {
	text-align: center;
	font-size: 120%;
}

.sportsList h2 {
	font-size: 200% !important;
	font-weight: bold;
	text-align: center;
	margin: 80px 0 0 0;
}

.sportsList h2 span {
	border-bottom: 5px solid #eee;
	display: inline-block;
	padding-bottom: 6px;
	background: none !important;
	padding: 0 0 15px 0 !important;
}

.beginner h2 span {
	line-height: 1.3;
}
.beginner h2 + p {
	font-size: 120%;
    line-height: 2;
    margin: 0 0 40px 0;
	text-align: center;
}
.beginner ul {
	display: flex;
	flex-wrap: wrap;
}
.beginner ul li {
	width: 31%;
	margin: 0 0 3.5% 3.5%;
}
.beginner ul li:nth-child(3n+1) {
	margin-left: 0;
}
.beginner ul li a {
	display: block;
}
.beginner ul li span {
	display: block;
	font-weight: bold;
    font-size: 120%;
    background: url(../images/common/ico_arrow2.png) no-repeat 97% center;
    background-size: 8px 12px;
	margin-top: 20px;
}
.beginner > div {
	display: flex;
	justify-content: center;
	margin: 30px 0 40px 0;
}
.beginner > div p {
	width: 290px;
	margin: 0 15px;
	font-size: 120%;
	font-weight: bold;
}
.beginner > div p img {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
}

.quiz .box {
	margin: 0 0 45px 0;
}
.quiz .box ul li {
	float: left;
}
.quiz .box ul li img {
	width: 460px;
}
.quiz .box img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.quiz .box img:hover {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
}
.quiz .box ul li:last-child {
	margin-left: 40px;
}
.quiz h2 {
	margin: 0 calc(50% - 50vw) 50px;
}
.quiz h2 .sp_br {
	display: none;
}
.quiz h2 img {
	width: 275px;
}
.quiz h2 img:first-child {
	margin-bottom: -16px;
	margin-right: 30px;
}
.quiz h2 img:last-child {
	margin-left: 30px;
	margin-bottom: -38px;
}
.quiz .mainText {
	margin-bottom: 40px;
}
.quiz .mainText p {
	font-size: 1.1em;
	line-height: 2.2em;
}
.quiz .annotation {
	text-indent: -1em;
	padding-left: 1em;
}
.quiz .link {
	padding-left: 1em;
}
.quiz .link a {
	color: #3AB047
}
.quiz .link a:hover {
	color: #56c762
}

}
