.tab {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}

.tab li {
	background: #3A3C4F;
	padding: 5pX;
	margin: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	color: #ffffff
}

.tab li.select {
	background: #ffffff;
	color: #3A3C4F;
}

.content li {
	background: #ffffff;
	padding: 20px;
	list-style: none;
	margin: 0;
}

.hide {
	display: none;
}

.content {
	margin-top: 0;
	padding: 0;
}

.tab-image-area {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.tab-area {
	display: block;
}

.tab-image-area img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.tab-image-area .image-box {
	display: block;
	margin: 10px;
}


/*---------------テキストボックス---------------*/


/* 479px以下用（スマートフォン用）の記述 */
@media screen and ( max-width:479px) {
	.tab-text-area {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}


/* 480px以上用（タブレット用）の記述 */
@media screen and ( min-width:480px) {
	.tab-text-area {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}


/* 1024px以上用（PC用）の記述 */
@media screen and ( min-width:1024px) {
	.tab-text-area {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}


/* 479px以下用（スマートフォン用）の記述 */
@media screen and ( max-width:479px) {
.tab-text-area .text-box {
	display: flex;
	flex-direction: column;
	margin: 5px;
	background: #000080;
	border-radius: 5px;
}
}

/* 480px以上用（タブレット用）の記述 */
@media screen and ( min-width:480px) {
	.tab-text-area .text-box {
	display: flex;
	flex-direction: column;
	margin: 5px;
	background: #000080;
	border-radius: 5px;
}	
}


/* 1024px以上用（PC用）の記述 */
@media screen and ( min-width:1024px) {
.tab-text-area .text-box {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 5px;
	background: #000080;
	border-radius: 5px;
}
}

/* 479px以下用（スマートフォン用）の記述 */
@media screen and ( max-width:479px) {
	.tab-text-area .text-box-none {
		display: none;
		flex-direction: column;
		flex: 1;
		margin: 5px;
		background: #99CCFF;
		border-radius: 5px;
	}
}


/* 1024px以上用（PC用）の記述 */
@media screen and ( min-width:1024px) {
	.tab-text-area .text-box-none {
		display: flex;
		flex-direction: column;
		flex: 1;
		margin: 5px;
		background: #ffffff;
		border-radius: 5px;
	}
}

.tab-text-area .text-box dl {
	padding: 0;
	margin: 0;
	color: #ffffff;
}

.tab-text-area .text-box dl dt {
	padding: 0;
	margin: 5px;
	background: none;
}

.tab-text-area .text-box dl dd {
	padding: 0;
	margin: 10px;
	line-height: 1em;
	background: none;
}

.button-box {
	display: flex;
	flex-direction: row;
}

.tab-text-area .button {
	display: block;
	background: #000000;
	width: 5em;
	height: auto;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	margin: 5px;
	font-size: 10pt;
}

.tab-text-area .s-button {
	display: block;
	background: #000080;
	width: 5em;
	height: auto;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	color: #ffff00;
	border: solid 2px;
	border-color: #ffff00;
	margin: 5px;
	font-size: 10pt;
}

.tab-text-area .m-button {
	display: block;
	background: #000080;
	width: 5em;
	height: auto;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	color: #c9c9c9;
	border: solid 2px;
	border-color: #c9c9c9;
	margin: 5px;
	font-size: 10pt;
}

.tab-text-area .z-button {
	display: block;
	background: #000080;
	width: 5em;
	height: auto;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	color: #00bfff;
	border: solid 2px;
	border-color: #00bfff;
	margin: 5px;
	font-size: 10pt;
}

.tab-text-area a {
	color: #ffff00;
}


/*---------------テキストボックス---------------*/

.tab-wrap {
	margin: 0;
	padding: 10px;
}

. .clom-area .tab-warp {
	display: flex;
	flex-direction: column;
}

.clom-area .tab-wrap li {
	margin-bottom: 0;
}

.tab-wrap h3 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}


/* 479px以下用（スマートフォン用）の記述 */

@media screen and ( max-width:479px) {
	.newline {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}


/* 480px以上用（タブレット用）の記述 */

@media screen and ( min-width:480px) {
	.newline {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}


/* 1024px以上用（PC用）の記述 */

@media screen and ( min-width:1024px) {
	.newline {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.wwf-area {
	display: flex;
	flex-direction: column;
	width: 300px;
	margin: 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
}

.wwf-area p {
	margin: 0;
	padding: 0;
}

.wwf-area .image-area {
	display: flex;
	flex-direction: row;
}

.wwf-area .image-area .image-box {
	display: block;
	margin: 10px;
}

.wwf-area .image-area .image-box img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
