main section {
	/*display: table;
	width: 100%*/
	display: flex;
}
main section:not(:first-of-type) {
	margin-top: 4.16667%
}
main section>div {
	display: table-cell;
	vertical-align: top;
	padding-top: 4.16667%
}
/*main section>div:nth-child(1) {
	width: 45.10417%;
	overflow: hidden;
	color:pink
}*/
main section>div:nth-child(1)>div {
	position: relative;
	/*float: left;*/
	width: 40.8776%;
	padding-top: 85.2194%;
	background: url('../../case/images/frame.png') no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%
}
main section>div:nth-child(1)>div:not(:first-child) {
	margin-left: 9.23788%
}
main section>div:nth-child(1)>div img {
	position: absolute;
	width: 84.18079%;
	left: 0;
	top: 0;
	margin-left: 7.9096%;
	margin-top: 29.9435%
}
main section>div:nth-child(2) h3 {
	margin-bottom: 2.375rem
}
main section>div:nth-child(2) h3>* {
	display: block
}
main section>div:nth-child(2) h3 b {
	margin-bottom: .5rem;
	font-size: 1.5rem;
	font-weight: bold
}
main section>div:nth-child(2) h4 {
	font-weight: bold
}
main section>div:nth-child(2) h4, main section>div:nth-child(2) p {
	line-height: 1.75
}
main section>div:nth-child(2) nav {
	overflow: hidden
}
main section>div:nth-child(2) nav li {
	float: left;
	width: 25.6167%;
	margin-right: 3.79507%;
	margin-top: 1.0625rem;
	margin-bottom: 1.0625rem
}

main section .img{
	width: 50%;
	display: flex;
	justify-content: center;
}
main section .info{
	width: 50%;
}
main .tags {
	/*overflow: hidden*/
	display: flex;
	flex-wrap: wrap;
}
main .tags li {
	/*float: left;
	width: 7.875rem;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: .625rem;
	margin-top: .625rem;
	border: 1px solid #18bd8d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	color: #18bd8d;
	line-height: 1.875rem;
	text-align: center;
	white-space: nowrap;
	padding: 0 10px;
}
/*提供終了*/
main .end {
	/*overflow: hidden*/
	display: flex;
	flex-wrap: wrap;
}
main .end li {
	/*float: left;
	width: 7.875rem;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: .625rem;
	margin-top: .625rem;
	border: 1px solid #757575;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #757575;
	color: #fff;
	line-height: 1.875rem;
	text-align: center;
	white-space: nowrap;
	padding: 0 10px;
}
#toc {
	overflow: hidden;
	margin-bottom: 2.5%
}
#toc ul{ 
	display: flex;
	flex-flow: row wrap;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 0 0 30px 0;
}
#toc li {
	width: 50%;
	display: flex;
	/*position: relative;
	float: left;
	width: 31.66667%;
	overflow: hidden;
	margin-bottom: 2.08333%;*/
}
#toc li:nth-child(1n+2) {
	/*margin-left: 2.5%*/
}
#toc li a {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 5px;
	padding: 10px;
	display: flex;
}
#toc li a:hover {
	background-color: #dbdbdb
}
/*#toc li a::after {
	content: '';
	display: block;
	position: absolute;
	width: 5.59211%;
	height: 100%;
	right: 0;
	top: 0;
	margin-right: 3.28947%;
	background: url('../../images/shared/icn_arrow-bottom_01.png') no-repeat center;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}*/
#toc li .icon{
	width:30%
}
#toc li .text{
	width:70%;
	padding: 0 0 0 10px;
}

#toc li img {
	/*position: absolute;
	left: 0;
	top: 0;
	width: 35.52632%;
	margin: 5.59211% 0 0 5.59211%*/
}
#toc li .title {
	/*splay: block;
	padding: 7.23684% 8.55263% 0 47.03947%;*/
	font-size: 1.125rem;
	line-height: 1.3;
	height: 80%;
	/*line-height: 1.38889*/
}
#toc li .user {
	/*display: block;
	
	left: 0;
	bottom: 0;
	margin-left: 47.03947%;
	margin-bottom: 6.90789%;*/
	font-size: .875rem;
	text-align: right;
}
#toc h3{
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
	font-size: 26px;
	margin: 30px 0;
}
/*-------------------------------------------

(max-width: 768px)

-------------------------------------------*/
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応 */
#toc li {
	width: 50%;
}	
	
}
/*-------------------------------------------

(max-width: 480px)

-------------------------------------------*/
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応 */
main section>div:nth-child(2) h3{
		text-align: center;
	}
main section {
	flex-direction: column;
	margin: 50px 5px;
}
main section .img, main section .info{
	width: 100%;
}
	main section div{
		width: 100%;
	}
#toc li {
	width: 100%;
}	
}
