/* CSS Document */

#container .Wrapper{
	display: flex;
	flex-wrap: wrap;
}
#container .Wrapper #contents img{
	max-width: 100%;
}

#main h4 {
	background-color: #DEDEDE;
	border-left: 2px solid #DEDEDE;
	border-right: 2px solid #DEDEDE;
	border-top: 2px solid #DEDEDE;
}


.articleBox {
	padding: 10px 0 20px;
	margin-bottom: 30px;
}

.articleBox .boxC {
	text-align:center;
	padding: 0 0 15px 0;
}
#contents h2.article-title{
	font-weight: bold;
	margin-bottom: 15px;
}
#contents .article-tx{
	font-size: 14px;
	line-height: 20px;
}

#contents h4.gTtl{
	background-color: #efefef;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	margin:20px 0 10px;
	background-image: url(/images/web/article/images/icon-search.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
}

#contents .flex-box {
	display: flex;
	flex-wrap: wrap;
}
#contents .flex-box .box-cont{
	width: 49%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#contents .flex-box .box-cont img{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
#contents .flex-box .box-cont:nth-child(2),
#contents .flex-box .box-cont:nth-child(4){
	margin-left: 2%;
}
#contents .flex-box .box-cont h3 a{
	font-weight: bold;
}
#contents .flex-box .box-cont p{
	line-height: 1.5em;
}

#contents .boxC{
	margin-bottom: 20px;
}
#contents .alignC{
	margin-bottom:30px;
}
#contents .flex-box + #contents h4.gTtl{
	margin-top: 50px;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}

#container #contents{
	margin-right: 20px;
}
#contents h2.article-title{
	font-size: 20px;
}
#contents h2.article-title:after{
	content: url(/images/web/article/images/h3_bg.png);
	width: 100%;
}
#contents h4.gTtl{
	font-size: 16px;
}
#contents .flex-box .box-cont h3 a,
#contents .flex-box .box-cont p{
	font-size: 14px;	
}


}




/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
/*===============================================
●sp_tablet
===============================================*/
#sp_tablet------------------------------------------- {
}
#contents h2.article-title{
	font-size: 18px;
	text-align: center;
}
#contents .article-tx{
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;
}

#contents h4.gTtl{
	/*font-size: 18px;*/
	font-size: 16px;
	/*padding-left: 30px;*/
	padding-top: 6px;
	padding-left: 25px;
	line-height: 1.5em;
}
#contents .flex-box,
#contents .boxC,
#contents .alignC{
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;
	text-align: left;
}
#contents .flex-box .box-cont h3 a{
	font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
}
#contents .flex-box .box-cont p{
	font-size: 13px;
}
}





/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tab
===============================================*/
#tab------------------------------------------- {
}
#contents .alignC .OverOpa .pc {
	display: block;
}
#contents .alignC .OverOpa .sp {
	display: none;
}
#contents .boxC a .pc {
	display: block;
	width: 100%;
}
#contents .boxC a .sp {
	display: none;
}
}
