@charset "utf-8";
/* CSS Document */

@media all and (max-width: 800px) {
	.logoText {
		display: none;
	}
	.menu {
		display: none;
		position: fixed;
		background: rgba(0, 0, 0, 0.95);
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
	}
	.xBars .startMB {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.closeMenu {
		display: block;
	}
	.menu a {
		display: block;
		float: none;
		color: #fff;
	}
	.tree {
		display: block;
	}
	.mbti {
		display: ;
		width: 100%;
	}
	.inMbti {
		width: 100%;
	}
	.info {
		width: calc(100% - 30px);
    	margin-right: 15px;
		margin-top: 20px;
		display: block;
	}
	.other {
		width: calc(100% - 30px);
    	margin-left: 15px;
	}
	.circle {
		text-align: center;
	}
	.list {
		width: 100%;
	}
	.circle span {
		display: inline-block;
		float: none;
	}
	.logo {
		width: auto;
		height: auto;
		float: right;
	}
	.logo span {
		background-size: contain;
		background-repeat: no-repeat;
		width: 50px;
		height: 80px;
		display: block;
		margin: 15px 0 0 0;
	}
	.logoInfo {
		font-size: 13px;
		width: calc(100% - 60px);
		margin-top: 12px;
	}
	.logoInfo b {
		font-size: 20px;
	}
	.now {
		font-size: 16px;
	}
	.note {
		display: none;
	}
	.main {
		max-width: 100%;
	}
}

@media all and (max-width: 700px) {
	.tabFix {
		width: 100%;
	}
	.tabLeft {
		width: calc(100% - 52px);
	}
	#nowPack, #nowPack * {
		direction: rtl;
	}
	.package {
		float: none;
		width: auto;
	}
	/* .pack {
		overflow-x: scroll;
	} */

	/* #nowPack, #nowVis {
		width: 900px;
	} */
	.mbti .nowRight {
		display: block;
	}
	.dr p:nth-last-of-type(1) span {
		display: none;
	}
	.dr {
		height: 54px;
		padding-right: 62px;
		width: 105px;
		margin-top: 9px;
		font-size: 12px;
	}
	.dr b {
		margin-top: 5px;
		margin-bottom: 4px;
	}
	.dr p {
		font-size: 10px;
	}
	.infoPage .smenu {
		width: 100%
	}

	.lsGive .upper span, .lsGive .downer span {
		display: none;
		width: 150px;
		font-size: 12px;
	}
	.lsGive .upper span:nth-of-type(1), .lsGive .downer span:nth-of-type(1) {
		width: calc(100% - 170px);
	}
	.lsGive .upper span:nth-of-type(1), .lsGive .upper span:nth-of-type(2), .lsGive .downer span:nth-of-type(1), .lsGive .downer span:nth-of-type(2){
		display: block;
	}
	.iconLs {
		width: 40px;
		height: 40px;
		margin-left: 5px;
	}
	.tabssss {
		display: flex;
		flex-direction: row;
		margin-bottom: 60px;
	}
	.tabssss div {
		background: rgb(221, 221, 221);
		color: 000;
		padding: 10px 0;
		flex-grow: 1;
		border-left: 1px solid #fff;
		cursor: pointer;
		font-size: 12px;
	}

	.tabssss div.active {
		background: #f27a13;
		color: #fff;
	}
}

@media all and (max-width: 450px) {
	.mbtiTest {
		/* padding: 15px; */
	}
}