@charset "UTF-8";

/*
	================================================================================================
		 support handycam products directcopyinfo s5_index.css
	================================================================================================
*/
/* CSS Document */

#contents ul.custom-square-list {
	list-style: none;
	padding-left: 1.2em;
	margin-left: 0;
}

#contents ul.custom-square-list >li::before {
	content: "■";
	color: black; /* 必要に応じて色を変更 */
	display: inline-block;
	width: 1em;
	margin-left: -1.2em;
	padding-right: 5px;
}

#contents ul.custom-square-list  ul.disc li{
    list-style: disc;
}
#contents #whole .ttl {
    background-color: #111166;
	margin: 0;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

#contents #whole .contentsArea {
    width: auto;
    word-break: break-word;
}

 #contents #whole .twopct {
    display: flex;
}

 #contents #whole .twopct .b_box {
    border: 1px #cccccc solid;
    padding: 1em;
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 640px) {
	 #contents #whole .twopct {
		display: block;
	}

	#contents #whole .twopct .b_box {
		width: auto;
	}
}

#contents #whole .twopct img {
    width: auto;
    max-width: 215px;
    height: auto;
}

#contents .contentsArea .annotation {
    padding-left: 1em;
    text-indent: -1em;
}
