.toranomaki_detail .containerInner {
	position: relative;
	padding-bottom: 60px;
}

.toranomaki_detail .tm-container--first .containerInner {
	padding-bottom: 0;
}

.tm-section {
	padding-top: 60px;
}

.tm-container {
	margin-top: 10px;
	background-color: #e9f0f5;
}

.tm-container--first {
	margin-bottom: 30px;
	background-color: #fff;
}

.tm-container--accordion {
	display: none;
	position: relative;
	z-index: 2;
	margin-top: 0;
	background-color: #fff;
}

.tm-text {
	font-size: 14px;
	line-height: 1.71429;
}

.tm-text--center {
	text-align: center;
}

.tm-btn {
	display: block;
	position: relative;
	min-height: 22px;
	margin: 0 auto;
	padding: 24px 22px 20px;
	background-color: #3e3e3e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
}

.tm-btn--lg {
	width: 280px;
}

.tm-btn--2lines {
	min-height: 30px;
	padding: 16px 20px 12px;
}

.tm-btn--prefix {
	padding-right: 5px;
	padding-left: 35px;
}

.tm-btn--primary {
	background-color: #f03;
}

.tm-btn--current {
	background-color: #acacac;
}

.tm-btn--disabled {
	pointer-events: none;
}

.tm-btn__fl {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -0.5em;
	font-size: 30px;
	line-height: 1.1;
}

.tm-btn__fl--center {
	left: 50%;
	margin-left: -0.5em;
}

.tm-header {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.tm-header__heading {
	color: #f03;
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	line-height: 1.05556;
}

.tm-header__text {
	font-size: 16px;
	line-height: 1.71429;
	margin-top: 10px;
	color: #404040;
	font-weight: bold;
	text-align: center;
}

.tm-header__text--note {
	color: #f03;
}

.tm-header__text--strong {
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.5;
}

.tm-qBlock {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
}

.tm-qBlock--first {
	padding-bottom: 40px;
}

.tm-qBlock__heading {
	margin: 0 -40px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.11765;
}

.tm-qBlock__headingTitle {
	position: relative;
	color: #f03;
}

.tm-qBlock__headingTitle:before {
	content: url(/academy/toranomaki_file/common_fx/images/icon_toranomaki_001.png);
	position: relative;
	top: 8px;
	width: 28px;
	height: 47px;
	margin-right: 10px;
}

.tm-qBlock__description {
	margin: 10px 0 0;
	padding: 0;
	color: #f03;
	font-weight: bold;
	text-align: center;
}

.tm-qBlock__imgBlock {
	margin-top: 30px;
	text-align: center;
}

.tm-qBlock__text {
	font-size: 16px;
	line-height: 1.71429;
	margin-top: 20px;
}

.tm-qBlock__text--qText {
	position: relative;
	color: #f03;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.tm-qBlock__q {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 20px;
	background-color: #f03;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}

.tm-qBlock__btns {
	margin-top: 30px;
}

.tm-qBlock__btns:after {
	clear: both;
	content: "";
	display: table;
}

.tm-qBlock__btn {
	text-align: center;
}

.tm-qBlock__btn:first-child {
	margin-left: 0;
}

.tm-qBlock__btn--choices {
	float: left;
	width: 206px;
	margin-left: 11px;
}

.tm-arrowBlock {
	-webkit-transition: opacity, 0.3s;
	-moz-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
	display: block;
	position: absolute;
	left: 50%;
	top: -45px;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	border-radius: 45px;
	background-color: #fff;
	opacity: 0;
}

.tm-arrowBlock:before,
.tm-arrowBlock:after {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	width: 35px;
	height: 3px;
	background-color: #000;
}

.tm-arrowBlock:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 16px;
}

.tm-arrowBlock:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}

.tm-arrowBlock--visible {
	opacity: 1;
}

.tm-aBlock {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.tm-aBlock__heading {
	color: #f03;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.11111;
}

.tm-aBlock__text {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

.tm-aBlock__btn {
	text-align: center;
}

.tm-aBlock__btn--choices {
	width: 206px;
	margin: 10px auto 0;
}

.tm-commentaryBlock {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

.tm-commentaryBlock__heading {
	margin-top: 30px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.05882;
}

.tm-commentaryBlock__heading--sm {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
}

.tm-commentaryBlock__text {
	font-size: 14px;
	line-height: 1.71429;
	margin-top: 20px;
}

.tm-commentaryBlock__list {
	margin: 20px 0 0;
	padding: 0;
}

.tm-commentaryBlock__listItem {
	font-size: 14px;
	line-height: 1.71429;
}

.tm-commentaryBlock__imgBlock {
	margin-top: 30px;
	text-align: center;
}

.tm-commentaryBlock__imgBlock:after {
	clear: both;
	content: "";
	display: table;
}

.tm-commentaryBlock__imgBlock--2col .tm-commentaryBlock__imgBlockFigure {
	float: left;
	width: 280px;
}

.tm-commentaryBlock__imgBlock--2col .tm-commentaryBlock__imgBlockContent {
	float: right;
	width: 330px;
	margin-top: 0;
}

.tm-commentaryBlock__imgBlockFigure img {
	border: 1px solid #a8a7a5;
	max-width: 100%;
}

.tm-commentaryBlock__imgBlockContent {
	margin-top: 15px;
	text-align: left;
}

.tm-commentaryBlock__imgBlockListItem {
	font-size: 18px;
	font-weight: bold;
}

.tm-commentaryBlock__imgBlockListBadge {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	border-radius: 12px;
	background-color: #f03;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.tm-memoBlock {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	width: 590px;
	margin-top: 60px;
	padding: 25px;
	background-color: #e9f0f5;
}

.tm-memoBlock:after {
	clear: both;
	content: "";
	display: table;
}

.tm-memoBlock__heading {
	font-size: 14px;
	line-height: 1.71429;
	margin-bottom: 15px;
	color: #f03;
	font-weight: bold;
}

.tm-memoBlock__text {
	font-size: 12px;
	line-height: 1.75;
}

.tm-memoBlock__imgBlock {
	float: left;
	width: 96px;
	margin-left: 14px;
}

.tm-memoBlock__img {
	max-width: 100%;
}

.tm-memoBlock__profile {
	float: left;
	width: 184px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.75;
}

.tm-memoBlock__profileName {
	font-weight: bold;
}

.tm-resultBlock {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

.tm-resultBlock__heading {
	color: #f03;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
}

.tm-resultBlock__result {
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 1.06667;
}

.tm-resultBlock__result > span {
	padding: 0 10px;
}

.tm-resultBlock__result > span span {
	font-weight: bold;
}

.tm-resultBlock__graphBlock {
	margin-top: 30px;
	text-align: center;
}

.tm-resultBlock__graph {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.tm-adviceBlock {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}

.tm-adviceBlock__heading {
	font-size: 14px;
	line-height: 1.71429;
	color: #f03;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
}

.tm-adviceBlock__text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
}

.tm-adviceBlock__text--strong {
	margin-top: 50px;
	color: #f03;
}

.tm-footerNav {
	position: relative;
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid #bfbfbf;
	text-align: center;
}

.tm-footerNav:after {
	clear: both;
	content: "";
	display: table;
}

.tm-footerNav__anchor {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.tm-footerNav__anchor:hover {
	text-decoration: none;
}

.tm-footerNav__anchor--prev {
	position: absolute;
	left: 0;
	top: 20px;
}

.tm-footerNav__anchor--prev:before {
	content: "<";
	padding-right: 3px;
}

.tm-footerNav__anchor--next {
	position: absolute;
	right: 0;
	top: 20px;
}

.tm-footerNav__anchor--next:after {
	content: ">";
	padding-left: 3px;
}

@media screen and (max-width: 767px) {

img {
	max-width: 100%;
}

.toranomaki_detail .containerInner {
	padding: 20px;
}

.tm-section {
	padding-top: 0;
}

.tm-container--first {
	margin-bottom: 0;
}

.tm-text {
	line-height: 1.57143;
}

.tm-btn--spGhost {
	border: 1px solid #3f6974;
	background-color: transparent;
	color: #3f6974;
}

.tm-btn {
	min-height: 22px;
	padding: 17px 22px 15px;
}

.tm-btn--2lines {
	min-height: 42px;
	padding: 8px 20px 4px;
}

.tm-btn--lg {
	box-sizing: border-box;
	width: 100%;
}

.tm-btn--spGhost {
	border: 2px solid #3f6974;
	background-color: transparent;
	color: #3f6974;
	text-decoration: underline;
}

.tm-header {
	width: 100%;
}

.tm-header__heading {
	font-size: 36px;
}

.tm-header__headingLogo {
	width: 280px;
	height: auto;
}

.tm-header__text {
	line-height: 1.57143;
}

.tm-header__text--strong {
	font-size: 16px;
}

.tm-header__text--strong br {
	display: none;
}

.tm-qBlock {
	width: 100%;
}

.tm-qBlock__heading {
	margin: 0;
	font-size: 21px;
}

.tm-qBlock__headingTitle {
	display: block;
	margin-bottom: 10px;
}

.tm-qBlock__headingTitle:before {
	zoom: 0.8;
}

.tm-qBlock__imgBlock {
	margin-top: 10px;
}

.tm-qBlock__text {
	line-height: 1.57143;
}

.tm-qBlock__text--qText {
	padding-left: 40px;
	text-align: left;
}

.tm-qBlock__q {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.tm-qBlock__btn--choices {
	float: none;
	width: 100%;
	margin-top: 10px;
	margin-left: 0;
}

.tm-arrowBlock {
	top: -34px;
	width: 68px;
	height: 68px;
	margin-left: -34px;
	border-radius: 34px;
}

.tm-arrowBlock:before,
.tm-arrowBlock:after {
	top: 35px;
	width: 25px;
}

.tm-arrowBlock:before {
	left: 14px;
}

.tm-arrowBlock:after {
	right: 14px;
}

.tm-aBlock {
	width: 100%;
}

.tm-aBlock__heading {
	font-size: 16px;
}

.tm-aBlock__btn--choices {
	width: 100%;
}

.tm-commentaryBlock {
	width: 100%;
}

.tm-commentaryBlock__heading {
	font-size: 26px;
}

.tm-commentaryBlock__heading--sm {
	margin-top: 20px;
	font-size: 16px;
}

.tm-commentaryBlock__text {
	line-height: 1.57143;
}

.tm-commentaryBlock__listItem {
	line-height: 1.57143;
}

.tm-commentaryBlock__imgBlock--2col .tm-commentaryBlock__imgBlockFigure {
	float: none;
	width: 100%;
	min-width: 0;
}

.tm-commentaryBlock__imgBlock--2col .tm-commentaryBlock__imgBlockContent {
	float: none;
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
}

.tm-commentaryBlock__imgBlockContent {
	margin-top: 10px;
}

.tm-commentaryBlock__imgBlockListItem {
	font-size: 16px;
}

.tm-commentaryBlock__imgBlockListBadge {
	font-size: 12px;
}

.tm-memoBlock {
	width: 100%;
}

.tm-memoBlock {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	padding: 20px;
}

.tm-memoBlock__heading {
	line-height: 1.57143;
}

.tm-memoBlock__imgBlock {
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	text-align: center;
}

.tm-memoBlock__profile {
	float: none;
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}

.tm-resultBlock {
	width: 100%;
}

.tm-resultBlock {
	margin-top: 30px;
}

.tm-resultBlock__heading {
	font-size: 16px;
}

.tm-resultBlock__result {
	margin-top: 15px;
	font-size: 23px;
}

.tm-resultBlock__graphBlock {
	margin-top: 10px;
}

.tm-adviceBlock {
	width: 100%;
}

.tm-adviceBlock {
	margin-top: 30px;
}

.tm-adviceBlock__heading {
	line-height: 1.57143;
}

.tm-adviceBlock__heading {
	font-size: 16px;
}

.tm-adviceBlock__text {
	font-size: 16px;
}

.tm-adviceBlock__text--strong {
	margin-top: 20px;
}

.tm-footerNav__anchor {
	font-size: 14px;
}

.tm-footerNav__anchor--prev {
	position: relative;
	float: left;
}

.tm-footerNav__anchor--next {
	position: relative;
	float: right;
}

}

