@charset "UTF-8";

.tadabon_list #wrap {
	background: url(/tadabon/images/list/bg_tadabon_list.jpg) no-repeat left top 30px;
	background-size: 100%;
	margin-bottom: 30px;
}

.tadabon_list section .inner {
	width: 1170px;
	margin: 0 auto;
}

.tadabon_list section .inner.small {
	width: 690px;
}

.tadabon_list #main_visual {
	text-align: center;
	background: url(/tadabon/images/list/bg_mainvisual.jpg) no-repeat;
	background-size: cover;
	padding: 5px 0;
}

.tadabon_list .infobox {
	display: flex;
	margin-top: 30px;

}

.tadabon_list .infobox .infonow dl {
	display: flex;
	align-items: center;
}

.tadabon_list .infobox .infonow dl dt {
	border-bottom: 5px solid #999999;
	padding-bottom: 5px;
	position: relative;
	padding-right: 25px;
	margin-right: 15px;
}

.tadabon_list .infobox .infonow dl dt::after {
	content: "";
	background: #999;
	position: absolute;
	bottom: -7px;
	right: 8px;
	width: 1px;
	height: 45px;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.tadabon_list .infobox .infonow dl dd {
	font-size: 12px;
	width: 105px;
}

.tadabon_list .infobox .infonow dl dd em {
	font-size: 20px;
	color: #cc0000;
	font-weight: bold;
}

.tadabon_list .infobox .cata-list {
	float: left;
	margin-top: 0px;
	font-size: 14px;
	margin-left: 0px;
}

.tadabon_list .infobox .cata-list li a {
	color: #000
}

.tadabon_list .infobox .cata-list li {
	cursor: pointer;
	margin-right: 5px;
	width: 110px;
	height: 20px;
}

.tadabon_list .infobox .cata-list li:nth-child(2) {
	margin-right: 0;
}

.tadabon_list .infobox .cata-list li.is-active {
	color: #6db131;
	border-bottom: 3px solid #6db131;
	padding-bottom: 5px;
	height: 40px; 
}

.tadabon_list .infobox > * {
	width: calc(100% / 4);
	margin-right: 25px;
}


.tadabon_list .infobox .catabox {
	width: 24%;
}

.tadabon_list .infobox .catabox .cata-list > li {
	padding: 0 0 5px;
}

.tadabon_list .infobox .catabox .cata-list > li > span {
	font-size: 14px;
}

.tadabon_list .infobox .tag {
	background: #fae5e6;
	color: #cc0000;
	padding: 10px 10px 5px;
	border-radius: 5px;
	position: relative;
	top: -8px;
	height: 27px;
}

.tadabon_list .infobox .link {
	margin-left: auto;
	margin-top: 10px;
}

.tadabon_list .infobox .link a {
	display: block;
	color: #000;
	position: relative;
	padding-right: 20px;
	text-decoration: underline;
}

.tadabon_list .infobox .link a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
}

.tadabon_list .category-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.tadabon_list .category-list ul li {
	font-size: 14px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.tadabon_list .category-list ul li span {
	text-decoration: underline;
}

.tadabon_list .category-list ul li span a {
	color: #000;
}

.tadabon_list .searchbox {
	display: flex;
	background: #000;
	align-items: center;
	color: #fff;
	padding: 8px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.tadabon_list .searchbox .title {
	font-weight: bold;
	position: relative;
	padding-right: 30px;
	margin-right: 25px;
	margin-left: auto;
}

.tadabon_list .searchbox .title::after {
	content: "";
	display: block;
	width: 47px;
	height: 47px;
	border-top: solid 2px #979797;
	border-right: solid 2px #979797;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.tadabon_list .searchbox select,
.tadabon_list .searchbox input[type="text"],
.tadabon_list .searchbox input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tadabon_list .searchbox select::-ms-expand {
	display: none;
}

.tadabon_list .searchbox .select-box::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #666666;
	border-right: solid 2px #666666;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	pointer-events: none;
}

.tadabon_list .searchbox .select-box {
	position: relative;
	width: 15%;
	margin-right: 10px;
	cursor: pointer;
}

.tadabon_list .searchbox select {
	padding: 10px;
	border: 2px solid #666;
	width: 100%;
	border-radius: 5px;
	box-shadow: 2px 3px 5px 1px #dadada inset;
	background: #fff;
	cursor: pointer;
}

.tadabon_list .searchbox select#genre:disabled {
	background: #b3b3b3;
	box-shadow: none;
	cursor: auto;
}

.tadabon_list .searchbox select#genre:checked {
	box-shadow: 2px 3px 5px 1px #dadada inset;
	background: #fff;
}

.tadabon_list .searchbox input[type="text"] {
	padding: 10px;
	width: 45%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tadabon_list .searchbox .btn-sumit {
	position: relative;
	padding: 11px 41px 11px 56px;
	background: #999999;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}

.tadabon_list .searchbox .btn-sumit::before {
	position: absolute;
	content: "";
	background: url(/tadabon/images/i_search.png) no-repeat center center;
	width: 22px;
	height: 23px;
	background-size: 100%;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

.tadabon_list .searchbox input[type="button"] {
	background: #999999;
	padding: 11px;
	border: 0;
	color: #fff;
	cursor: pointer;
	width: 100%;
}

.tadabon_list .cata-list {
	width: 1170px;
}

.tadabon_list .cata-list > li {
	width: calc(100% / 6);
	margin: 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}

.cata-list li.tab-item {
	cursor: pointer;
}

.tadabon_list .cata-list > li > span .tadabon_list .cata-list li.tab-item,
	{
	font-size: 20px;
	border-bottom: solid 5px transparent;
	padding-bottom: 20px;
}

.tadabon_list .tab > li.tab_current,
.tadabon_list .cata-list li.tab-item.is-active {
	display: inline-block;
	color: #6db131;
	border-bottom: solid 5px #6db131;
	padding-bottom: 20px;
}

.cate-box {
	height: 100%;
	display: none;
}

.subtitle {
	background: #eee12d;
	padding: 19px 0 13px;
	line-height: 1;
	border-bottom: 5px solid #cc0000;
	box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
}

.tadabon_list .subtitle h2 {
	font-size: 24px;
	font-weight: bold;
	width: 1170px;
	margin: auto;
}

.tadabon_list .inner {
	width: 1170px;
	margin: auto;
}

.tadabon_list .inner .title-list {
	display: flex;
	margin: 40px 0;
	width: 100%;
	position: relative;
	justify-content: center;
}

.tadabon_list .inner .title-list figure {
	margin-bottom: 20px;
}

.tadabon_list .inner .title-list .new {
	position: relative;
}

.tadabon_list .inner .title-list .new::before {
	position: absolute;
	content: "";
	top: -4px;
	right: 15px;
	background: url(/tadabon/images/list/i_free.png) no-repeat;
	background-size: 100%;
	width: 55px;
	height: 62px;
	z-index: 10;
}

.tadabon_list .inner .title-list > * {
	width: 75%;
}

.tadabon_list .inner .title-list > * im .tadabon_list .inner .title-list > * dl {
	margin-top: 20px;
}

.tadabon_list .inner .title-list > * dl dt {
	font-weight: bold;
}

.tadabon_list .inner .title-list > * dl dd {
	font-size: 14px;
	margin-top: 10px;
}

.tadabon_list .writer-list {
	margin: 50px 0;
}

.tadabon_list .writer-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}

.tadabon_list .writer-list ul > * {
	width: calc((100% / 5) - 25px);
	margin: 0 15px 20px 0;
}

.tadabon_list .writer-list ul .btn a {
	padding: 10px 0;
}

.tadabon_list .writer-list .btn {
	border: 2px solid #999;
	border-radius: 50px;
	box-shadow: 2px 3px 5px 1px #dadada inset;
}

.tadabon_list .writer-list .btn::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
}

.tadabon_list .writer-list .btn::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #666666;
	position: absolute;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	right: 17px;
	margin: auto;
}

.tadabon_list .sec02 .cata-list li {
	font-size: 20px;
	margin-bottom: 50px;
}

.tadabon_list .sec02 .cata-list li.active {
	color: #6db131;
	border-bottom: 3px solid #6db131;
	padding-bottom: 5px;
}

.tadabon_list .sec04 {
	margin-top: 60px;
}

.tooltip {
	position: absolute;
	top: -50%;
	left: 430px;
	background: #fff;
	box-shadow: -9px 5px 20px rgba(0, 0, 0, 0.3);
	width: 510px;
	z-index: 999;
	text-align: left;
	border-radius: 10px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
}


.tooltip-inner {
	padding: 25px;
	position: relative;
}

.tooltip-inner ul.form-list {
	height: 440px;
	padding-right: 20px;
	overflow-y: auto;
}

.tooltip-inner ul.form-list::-webkit-scrollbar {
	width: 12px;
}

.tooltip-inner ul.form-list::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #ccc;
}

.tooltip-inner ul.form-list::-webkit-scrollbar-thumb {
	background: #cdcaca;
	border-radius: 10px;
	box-shadow: none;
}

.tooltip::before {
	content: "";
	border: 18px solid transparent;
	border-top: 18px solid #fff;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: -36px;
	top: 50px;
}

.tooltip.left::before {
	right: -35px;
	left: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(-90deg);
}

.tooltip .close {
	background: transparent;
	border: 0;
	color: #999999;
	font-weight: bolder;
	font-size: 45px;
	position: absolute;
	right: 10px;
	top: 0;
}

.tooltip .item-title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tooltip .recommended {
	text-align: center;
	border: 1px solid #999;
	padding: 5px 0;
	border-radius: 5px;
	margin: 30px 0;
}

.tooltip .recommended span {
	color: #ff7c00;
}


.tooltip input[type="checkbox"] {
	display: none;
}

.tooltip label {
	position: relative;
	display: inline-block !important;
	padding: 3px 3px 3px 30px !important;
	cursor: pointer;
	-webkit-transition: all .1s;
	transition: all .1s;
	margin: 20px auto 0;
	text-align: left;
	width: 250px;
}

.tooltip label:after {
	position: absolute !important;
	top: 9px !important;
	left: 0px;
	display: block !important;
	margin-top: -5px !important;
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #999 !important;
	background-color: #fff !important;
	-webkit-border-radius: 4.5px !important;
	-moz-border-radius: 4.5px !important;
	border-radius: 4.5px !important;
	box-shadow: 2px 3px 5px 1px #dadada inset !important;
	-moz-box-shadow: 2px 3px 5px 1px #dadada inset !important;
	-webkit-box-shadow: 2px 3px 5px 1px #dadada inset !important;
	content: '';
	box-sizing: border-box;
	z-index: 0;
}

.tooltip label::before,
.tooltip label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .1s;
	transition: all .1s;
}

.tooltip label::before {
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: transparent;
	/*
    border: 1px solid #ccc;
*/
	border-radius: 3px;
}

.tooltip label::after {
	opacity: 1;
	top: 50%;
	left: 4px;
	width: 10px;
	height: 6px;
	margin-top: -5px;
	border-left: 2px solid #ff5353;
	border-bottom: 2px solid #ff5353;
	/*
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
*/
}

.tooltip label:hover::before {
	background: transparent;
}

.tooltip input[type="checkbox"]:checked + label::before {
	width: 4px;
	height: 10px;
	top: 14px;
	left: 6px;
	border-bottom: 4px solid #ff5353;
	border-right: 4px solid #ff5353;
}

.tooltip input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	/*
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
*/
}

.tooltip p {
	display: inline-block;
}

.tooltip .btn {
	display: inline-block;
	width: auto;
	background: #ff7c00;
	padding: 0;
	font-size: 14px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.tooltip .btn a {
	display: block;
	color: #fff;
	padding: 3px 13px 3px 33px;
}

.tooltip .btn::after {
	border-top: solid 0px #000;
	border-right: solid 0px #000;
}

.tooltip .btn::before {
	content: "";
	background: url(/tadabon/images/i_cart.png) no-repeat left top;
	position: absolute;
	background-size: 100%;
	width: 16px;
	height: 15px;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.tooltip .btn span {
    display: block;
    color: #fff;
	padding: 3px 13px 3px 33px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
}

.tooltip .form-list li {
	margin-bottom: 10px;
}

.tooltip .form-list li.all {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.tooltip .form-list li.all .btn {
	margin-left: auto;
	margin-right: 0;
}

.tooltip .form-list dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/*191025 TERA start*/
.tooltip .form-list dt {
	width: calc(100% - 102px - 90px);
}
.tooltip .no-item dt {
	padding-left: 30px;
}
/*191025 TERA end*/

.tooltip .form-list .price {
	color: #d1619a;
	margin: 0 10px 0 auto;
	text-align: right;
}

.tooltip .form-list .price.free {
	background: #cc0000;
	padding: 5px 10px;
	color: #fff;
	margin: 0 10px 0 auto;
	line-height: 1;
}

.tooltip .form-list .price.none {
	color: #666;
}
/*191025 TERA start*/
.tooltip .no-item dd:last-child {
	width: 100px;
	display: inline-block;
	text-align: center;
}
/*191025 TERA end*/

@media screen and (max-width: 767px) {
	.tadabon_list #main_visual {
		text-align: center;
		background: url(/tadabon/images/list/bg_mainvisual.jpg) no-repeat;
		background-size: cover;
		padding: 15px 0;
	}

	.tadabon_list #main_visual img {
		width: 90%;
	}

	.tadabon_list section .inner {
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}

	.tadabon_list .infobox {
		font-size: 12px
	}

	.tadabon_list .searchbox .title::after {
		content: "";
		display: block;
		width: 37px;
		height: 37px;
		border-top: solid 2px #979797;
		border-right: solid 2px #979797;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0px;
	}

	.tadabon_list .infobox .infonow dl dt {
		width: 50px;
		padding-right: 0;
		margin-right: 10px;
	}

	.tadabon_list .infobox .infonow dl dd em {
		font-size: 14px;
	}

	.tadabon_list .infobox .infonow dl dt::after {
		content: none;
	}

	.tadabon_list .infobox > * {
		/* width: calc(100% / 4); */
		margin-right: 5px;
	}

	.tadabon_list .category-list {
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}

	.tadabon_list .cate-box {
		height: 56px;
		width: 600px;
	}

	.tadabon_list .cata-list {
		width: auto;
		padding: 0 15px;
		margin: 20px auto 0;
	}

	.tadabon_list .cata-list > li {
		font-size: 12px;
		padding-bottom: 10px;
		width: calc((100% / 2) - 10px);
		margin-right: 0px;
	}

	.tadabon_list .cata-list > li:nth-child(2n) {
		margin-right: 0;
	}

	.tadabon_list .tab > li.tab_current {
		padding-bottom: 0px;
	}

	.tadabon_list .cata-list > li > span {
		font-size: 12px;
		border-bottom: 2px;
		padding-bottom: 0;
	}

	.tadabon_list .category-list ul li {
		font-size: 12px;
	}

	.subtitle {
		padding: 11px 0 7px;
	}

	.tadabon_list .infobox .cata-list {
		padding: 0;
	}

	.tadabon_list .infobox .cata-list li.is-active {
		height: auto;
	}

	.tadabon_list .infobox {
		display: flex;
		margin-top: 10px;
		margin-bottom:0px;
	}

	.tadabon_list .infobox .tag {
		width: 60px;
		margin-left: auto;
		margin-right: 0;
		padding: 8px 3px;
		margin-top: 10px;
		height: 15px;
	}

	.tadabon_list .searchbox {
		padding: 7px;
	}

	.tadabon_list .searchbox .title {
		font-size: 12px;
		padding-right: 3%;
		margin-right: auto;
		margin-left: 5px;
	}

	.tadabon_list .searchbox .select-box {
		width: 24%;
		font-size: 88%;
	}

	.tadabon_list .searchbox select {
		padding: 6px 5px;
	}

	.tadabon_list .searchbox .select-box::after {
		width: 6px;
		height: 6px;
		right: 10px;
		top: -3px;
	}

	.tadabon_list .searchbox input[type="text"] {
		padding: 4.8px;
		width: 58%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.tadabon_list .searchbox .btn-sumit::before {
		content: none;
	}

	.tadabon_list .searchbox input[type="submit"] {
		font-size: 12px;
		padding: 7px;
	}

	.tadabon_list .searchbox .btn-sumit {
		position: relative;
		padding: 6px 15px;
		font-size: 12px;
		width: 7%;
	}

	.tadabon_list .subtitle h2 {
		font-size: 16px;
		font-weight: bold;
		width: auto;
		margin: auto;
		text-align: center;
	}

	.tadabon_list .sec02 .cata-list {
		width: auto;
		padding: 0 20px;
	}

	.tadabon_list .infobox .cata-list {
		width: auto;
		margin-top: 5px;
		font-size: 12px;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.tadabon_list .infobox .infonow dl dd {
		width: initial;
	}

	.tadabon_list .infobox .cata-list li {
		width: calc((60% / 2) - 5px);
	}

	.category-1001, .category-1002 {
		font-size: 95%;
	}

	.tadabon_list .tab > li.tab_current,
	.tadabon_list .cata-list li.tab-item.is-active {
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: solid 3px #6db131;
	}

	.tadabon_list .inner .title-list {
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0;
		width: 100%;
	}

	.tadabon_list .inner .title-list > * dl dt {
		font-weight: bold;
		font-size: 14px;
	}

	.tadabon_list .inner .title-list .new::before {
		right: 8px;
		top: -2px;
		background: url(/tadabon/images/list/i_free.png) no-repeat;
		background-size: 100%;
		width: 35px
	}

	.tadabon_list .category-list ul {
		width: auto;
	}

	.tadabon_list .sec02 .cata-list li {
		margin-bottom: 30px;
	}

	.tadabon_list .sec02 .cata-list li {
		font-size: 16px;
	}

	.tadabon_list .inner .title-list > * {
		width: 100%;
	}

	.tadabon_list .inner .title-list {
		margin: 30px 0;
		width: 100%;
	}

	.tadabon_list .writer-list ul > * {
		width: calc((100% / 2) - 20px);
		margin: 0 15px 15px 0;
	}

	.tadabon_list .writer-list .btn:nth-child(2n) {
		margin-right: 0;
	}

	.tadabon_list .sec04 {
		margin-top: 30px;
	}

	.tadabon_list .inner .title-list img {
		height: auto;
		width: 100%;
	}

	.tadabon_list .writer-list {
		margin: 10px 0;
	}

	.swiper-button-prev,
	.swiper-button-next {
		-webkit-filter: drop-shadow(3px 2px 3px #fff);
	}
}

@media screen and (max-width: 1285px) {
	.tooltip {
		top: 20%;
		width: 510px;
		left: 0;
		right: 0;
		margin: auto;
		height: auto;
	}

	.tooltip .form-list {
		max-height: 100%;
		overflow: initial;
	}
}

@media screen and (max-width: 1270px) {
	.tooltip {
		display: block;
		position: absolute;
		top: 73vh;
		left: 5vw;
		width: 510px;
		height: auto;
	}

	.tooltip-inner {
		padding: 15px;
	}

	.tooltip::before {
		content: none;
	}

	.tooltip label:after {
		top: 4px !important;
	}

	.tooltip input[type="checkbox"]:checked + label::before {
		top: 9px;
	}

	.tooltip label {
		font-size: 12px;
		width: 100%;
	}

	/*191025 TERA start*/
	.tooltip .form-list {
		max-height: 60vh;
		padding-right:7px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	.tooltip .form-list li.all .btn a {
		width: 100px;
	}

	.tooltip .form-list li.all .btn span {
		width: 100px;
	}

	.tooltip .btn a {
		font-size: 12px;
		width: 48px;
		padding: 3px 8px 3px 20px;
	}
	
	.tooltip .btn span {
		font-size: 12px;
		width: 48px;
		padding: 3px 8px 3px 20px;
	}
	
	.tooltip .form-list .price {
		font-size: 12px;
		padding: 3px 0px;
		width: 80px;
	}

	.tooltip .form-list .price.free {
		width: 20px;
		font-size: 10px;
		padding: 4px 5px;
		margin: 0 7px 0 auto;
	}

	input[type=radio] + label:last-child,
	input[type=checkbox] + label:last-child {
		padding: 0 0 0 25px !important;
		text-align: left;
	}

	#modal .login_form .retention {
		padding:5px 0px 0 36px !important;
	}	

	.tooltip .btn::before {
		content: "";
		background: url(/tadabon/images/i_cart.png) no-repeat left top;
		position: absolute;
		background-size: 100%;
		width: 12px;
		height: 10px;
		left: 6px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.tooltip .no-item dt {
		padding-left:25px;
		font-size: 12px;
	}
	.tooltip .no-item dd:last-child {
			width: 90px;
	    display: inline-block;
	    font-size:12px;
	    text-align: center;
	}

	.swiper-button-next {
		background: url(/tadabon/images/arrow_r.png) no-repeat 0 center !important;
		background-size: 22px auto !important;
	}

	.swiper-button-prev {
		background: url(/tadabon/images/arrow_l.png) no-repeat 0 center !important;
		background-size: 22px auto !important;
	}

	.tooltip .form-list dt {
		width: calc(100% - 102px - 20px);
	}
	/*191025 TERA end*/
}

@media screen and (max-width: 767px) {
	.tooltip {
		top: 2.4%;
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		height: auto;
	}
	
	/*191025 TERA start*/
	.tooltip .form-list dt {
		width: calc(100% - 102px - 20px);
	}
	.tooltip .no-item dd:last-child {
		width: 102px;
		display: inline-block;
		font-size: 12px;
		text-align: center;
	}
	/*191025 TERA end*/
}

.loading{ width: 15px; vertical-align: middle; margin: 1px 2px 0 2px; }

.free_conditions { font-size:80%;color:#6b6b6b; padding-top: 10px; }
.free_conditions a { display:inline; }

.list_link { position: absolute; top: 25px; right: 100px;}
.list_link img { width: 250px;}
@media screen and (max-width: 767px) {
	.list_link { top: 40px; right: 60px;  }
	.list_link img { width: 150px;}
	.list_link a { width: 150px;}
}
