.inMdl-atclTextbody{
	overflow:inherit;
}
#frage_body h3 {
	margin: 0 0 15px 0px;
	padding: 5px;
	font-size: 150%;
	line-height: 1.6;
	font-weight: bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	border-bottom: 1px dotted #666666;
}
#frage_body img {
	max-width: 100%;
}
.position_ab {
	position: absolute;
}
.font-s, p.font-s, .inMdl-atclTextbody div span.font-s {
	font-size: 85%;
}
 .tab_contents > div {
	clear: both;
	padding: 2%;
	background: white;
	border: 1px solid #444;
	border-top: none;
}
.tabmenu {
	margin: 0 0 20px 0;
	max-width: 700px;
}
.tabmenu label {
	text-align: center;
	float: left;
	list-style-type: none;
	width: 50%;
	height: 80px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #444;
	border-radius: 5px 5px 0px 0px;
	box-sizing: border-box;
}
.tabmenu label.label1 {
	background: #CCCCCC url(https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/common/035/page/tab_seven.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95%;
}
.tabmenu label.label2 {
	background: #CCCCCC url(https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/common/035/page/tab_takuhai.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95%;
}
.tabmenu label.label1:hover {
	background: #EEE url(https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/common/035/page/tab_seven.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95%;
}
.tabmenu label.label2:hover {
	background: #EEE url(https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/common/035/page/tab_takuhai.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95%;
}
.tabmenu input[type="radio"] {
	display: none;
}
.tabmenu input[type="radio"]:checked + label.label1 {
	background: #FFF url(https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/common/035/page/tab_seven.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: none;
	background-size: 95%;
}
.tabmenu input[type="radio"]:checked + label.label2 {
	background: #FFF url(https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/common/035/page/tab_takuhai.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: none;
	background-size: 95%;
}
 .tab_contents > div {
	display: none;
}
 #tabmenu1:checked ~ .tab_contents > div#tabcon1 {
	display: block;
}
 #tabmenu2:checked ~ .tab_contents > div#tabcon2 {
	display: block;
}
 #tabmenu1:checked ~ .tab_contents > div#tabcon1,
 #tabmenu2:checked ~ .tab_contents > div#tabcon2 {
	opacity: 1;
	animation-duration: 0.6s;
	animation-name: fade-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-name: fade-in;
}
 @keyframes fade-in {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fade-in {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes fade-in {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#frage_other ul, #frage_details ul {
	margin: 10px 0 20px 20px;
}
#frage_other li, #frage_details li {
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 110%;
	line-height: 1.6;
	list-style-type: disc;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
#frage_details ul li ul.treelist {
	margin: 5px 0 20px 10px;
}
#frage_details ul li ul.treelist li {
	margin-bottom: .25em;
	position: relative;
	padding: 0;
	font-size: 90%;
	list-style-type: none;
}
#frage_details ul li ul.treelist li::before {
	content: "";
	position: absolute;
	top: -0.5em;
	left: -16px;
	width: 10px;
	height: calc(100% + .75em);
	border-left: 1px solid #666;
}
#frage_details ul li ul.treelist li:last-child::before {
	height: calc(1em + .25em);
}
#frage_details ul li ul.treelist li::after {
	content: "";
	position: absolute;
	top: .75em;
	left: -16px;
	width: 10px;
	border-bottom: 1px solid #666;
}
.frage_left {
	box-sizing: border-box;
	width: 60%;
	padding: 0 10px 0 0;
	float: left;
}
.frage_right {
	box-sizing: border-box;
	width: 40%;
	float: left;
}
.redboton {
	margin: 0 0 10px 0;
}
.redboton a {
	font-weight: bold;
	font-size: 130%;
	display: block;
	color: #fdd000;
	text-decoration: none;
	text-align: center;
	background-color: #df0000;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.redboton a:hover, .redboton a:active {
	background-color: #FF8080;
	color: #FFFFFF;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media screen and (max-device-width: 640px) {
.tabmenu label {
	height: 50px;
}
.frage_left, .frage_right {
	width: 100%;
}
.frage_left {
	padding: 0;
}
.position_ab {
	position: relative;
}
br.spbr {
	display: none;
}
}
