/* CSS Document */
body,input{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	font-size:12px;
	color:#333;
}
body{
	box-sizing:content-box;
}
.frame{
width:1000px;
	margin:0 auto;
}
.wrap
{
	width: 1150px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.Toplogo
{
	display: table;
	padding: 20px 0;
}
.Toplogo div,
.Toplogo h1
{
	display: table-cell;
	vertical-align: middle;
}
.Toplogo div p
{
	text-align: right;
}
.contacttime
{
	font-size: 16px;
	padding-right: 20px;
}
.telephonenumber
{
	padding-right: 20px;
	margin-bottom: 20px;
}
.aboutCPN 
{
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	text-align: center;
}
.aboutCPN ul
{
	display: block;
}
.aboutCPN ul li
{
	display: inline-block;
	width: 19%;
	text-align: center;
	padding: 5px 0;
	border-left: 1px solid #dddddd;
	margin: 5px 0;
}
.aboutCPN ul li:first-child
{
	border-left: none;
}
.aboutCPN ul li a
{
	font-size: 16px;
	color: #000;
}
.ADbutton
{
	width: 100%;
	position: relative;
}
.ADbutton p
{
	text-align: center;
}
.ADbutton p span a
{
	background: url("../images/saiyoubutton.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 320px;
	text-align: center;
	padding: 30px;
	position: absolute;
	bottom: 20%;
	left: 47%;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}
.ADbutton p span a::after
{
	content: " ▶ ";
	font-size: 20px;
	float: right;
	padding-right: 20px;
}
.ADbutton img
{
	width: 100%;
}
.section2 
{
	padding-top: 120px;
	position: relative;
}
.Share2
{
	justify-content: space-between;
	display: flex;
}
.aboutsekan_img 
{
	height: 400px;
}
.aboutsekan_img p
{
    border: 20px solid #28a3d6;
	border-radius: 5px;
	position: relative;
	width: 351px;
	height: 425px;
}
.aboutsekan_img  span
{
	position: absolute;
	top: -50px;
	right: -50px;
}
.aboutsekan_text
{
	width: 50%;
}
.aboutsekan_text h2
{
	font-size: 46px;
	color: #00a1d7;
	font-weight: normal;
}
.aboutsekan_text h2 span
{
	display: block;
	color: #4c5871;
}
.aboutsekan_text p
{
	color: #4c5871;
	font-size: 18px;
}
.section3
{
	background: #f4f4f4;
}
.aboutsekan2
{
	display: flex;
	justify-content: space-between;
	padding: 150px 0 120px;
}
.section3_text
{
	padding-right: 40px;
	color: #82899a;
	font-size: 18px;
	width:90%;
}
@media screen and (max-width:1024px){
	.section3_text
	{
		margin:0 auto;
	}
}
.section3_text p:first-child
{
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 35px;
}
.section3_text h4
{
	font-weight: normal;
	font-size: 18px;
	padding-top: 35px;
}
.section3_text button
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #006abf), color-stop(0.00, #00a1d7));
background: -webkit-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: -moz-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: -o-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: -ms-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: linear-gradient(to bottom, #00a1d7 0%, #006abf 88%);
padding: 30px 0;
width: 250px;
text-align: center;
color: #fff;
font-size: 18px;
border: none; 
border-radius: 7px;
margin-top: 35px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.section3_text button:hover
{
	opacity: 0.8;
	transition: 0.3s;
}
.section4
{
	background: url("../images/section4_bgr.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 170px;
}
.section4 h2
{
	font-size: 46px;
	font-weight: normal;
	color: #fff;
	padding: 100px 0;
}
.share
{
	display: flex;
	justify-content: space-between;
}
.share div
{
	width: 30%;
	text-align: center;
}
.share div h3
{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.share div p
{
	font-size: 14px;
	color: #fff;
}
.section5 h2
{
	font-size: 46px;
	color: #00a1d7;
	padding: 130px 0 70px;
}
.Yworries p
{
	display: table;
	margin-bottom: 10px;
	padding: 20px;
	background: #f4f4f4;
}
.Yworries span
{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}
.Yworries span:first-child 
{
	padding-right: 20px;
}
.Yworries span:first-child img
{
	padding-top: 7px;
}
.Yworries p:last-child
{
	margin-bottom: 0;
}
.section5 h3
{
	background: url("../images/worriesh3bkgr.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 30px;
	padding: 60px 0 130px;
	text-align: center;
	color: #00a1d7;
}
.section6
{
	background: #00a1d7;
	padding-bottom: 50px;
}
.section6 h2
{
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 60px 0 45px;
}
.section6 div p
{
	width: 94%;
	padding: 20px 3%;
	background: #fff;
	display: table;
}
.section6 div p span
{
	display: table-cell;
	vertical-align: middle;
}
.section6 div p span:first-child
{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.section6 div p span:nth-child(2)
{
	color: #a52832;
	font-size: 36px;
	font-weight: bold;
	padding: 0 20px;
}
.section6 div p span:last-child
{
	padding-left: 30px;
}
.section7 h2
{
	font-size: 46px;
	color: #00a1d7;
	padding-top: 100px; 
}
.section7 h3{
	font-size: 24px;
	color: #656f84;
	padding: 30px 0;
	font-weight: normal;
}
.section7 p{
	font-size: 18px;
}
.secshare
{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.secshare div
{
	width: 49%;
}
.boushu
{
	padding: 50px 0;
}
.bStext
{
	padding: 0 25px;
}
p.Penglish
{
	font-size: 14px;
	color: #787878;
}
.section8
{
	background: #f1f1f1;
	padding: 80px 0;
}
.section8 h2
{
	font-size: 24px;
	color: #000;
	padding-bottom: 40px;
}
.shousai
{
	width: 94%;
	padding: 25px 3%;
	display: table;
	background: #fff;
	margin-bottom: 5px;
}
.shousai img
{
	padding-top: 5px;
}
.shousai p,
.shousai time
{
	font-size: 15px;
	display: table-cell;
    vertical-align: middle;
}
.shousai time
{
	padding: 0 30px 0 10px;
}
.inform
{
	width: 80%;
}
.seemore a
{
	display: block;
	width: 100px;
	color: #808080;
	text-decoration: none;
	font-size: 12px;	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f1f1f1), color-stop(0.00, #f6f6f6));
background: -webkit-linear-gradient(top, #f6f6f6 0%, #f1f1f1 88%);
background: -moz-linear-gradient(top, #f6f6f6 0%, #f1f1f1 88%);
background: -o-linear-gradient(top, #f6f6f6 0%, #f1f1f1 88%);
background: -ms-linear-gradient(top, #f6f6f6 0%, #f1f1f1 88%);
background: linear-gradient(to bottom, #f6f6f6 0%, #f1f1f1 88%);
box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
text-align: center;
border-radius: 5px;
padding: 10px;
}
.footer 
{
	padding: 25px 0 40px;
	display:table;
}
.footer p
{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.footer p:last-child
{
	text-align: right;
	font-size: 16px;
	color: #82899a;
}
.share div p.infor
{
	text-align: left;
}
.boushu p:last-child
{
	margin-top: 40px;
}

@media screen and (min-width: 1025px)
{
.spuseds
{
	display: none;
}
}
@media screen and (max-width: 1024px)
{
.pcuseds
{
	display: none;
}
.header
{
	display: table;
	width:100%;
}
.header h1
{
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.header h1 img
{
	max-width: 80%;
	padding-right: 10px;
	display: block;
}
.contacttime
{
	font-size: 10px;
	padding-right: 0;
}
.sp_TELL
{
	width: 33%;
	display: table-cell;
	vertical-align: middle;
}
.sp_TELL img
{
	max-width: 90%;
	padding-right: 10px;
	display: block;
}
.telephonenumber
{
	padding: 0;
	margin: 0;
}
.han_box
{
	width: 12%;
	display: table-cell;
}
.han_box div
{
	float:right;
	margin: 10px 0;
	background: #ebebe8;
	height: 50px;
	width:70px;
	border-radius: 7px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.han_box div ul
{
	padding-top: 10px;
	margin-left:0;
	margin-bottom:0;
}
.han_box div ul li
{
	list-style-type: none;
	height: 2px;
	background: #00a1d7;
	border-bottom: 1px solid #59bddd;
	border-top: 1px solid #59bddd;
	width: 50%;
	margin: 0 auto 3px;
}
.han_box p
{
	font-size: 10px;
	color: #00a1d7;
	text-align: center;
	font-weight: bold;
}
.mailbox img,
.sptop_img img,
.aboutsekan_img p img,
.section_img img
{
	max-width: 100%;
}
.Share2
{
	display: block;
	width: 100%;
}
.aboutsekan_text h2
{
	font-size: 23px;
	text-align: center;
	padding: 10px 0;
}
.aboutsekan_text h2 span
{
	display: inline-block;
}
.aboutsekan_img
{
	background: #f1f1f1;
	height: auto;
	padding: 15px 0;
}
.aboutsekan_img p
{
	max-width: 70%;
	margin: 0 auto;
	border: none;
	width: auto;
	height: auto;
}
.aboutsekan_text 
{
	padding-top: 15px;
	padding-bottom: 25px;
}
.aboutsekan2
{
	display: block;
}
.section3_text
{
	padding-right: 0;
}
.section3_text p
{
	font-size: 14px;
}
.section3_text h4
{
	font-size: 18px;
	padding: 20px 0;
}
.section3_text p:first-child
{
	padding-bottom: 20px;
}
.sp_shosai button
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #006abf), color-stop(0.00, #00a1d7));
background: -webkit-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: -moz-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: -o-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: -ms-linear-gradient(top, #00a1d7 0%, #006abf 88%);
background: linear-gradient(to bottom, #00a1d7 0%, #006abf 88%);
padding: 15px 3%;
width: 90%;
text-align: center;
color: #fff;
font-size: 18px;
border: none; 
border-radius: 7px;
margin: 25px auto 35px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
font-size: 14px;
}
.sp_shosai
{
	text-align: center;
}
.sp_shosai button:hover
{
	opacity: 0.8;
	transition: 0.3s;
}
.section4 h2
{
	font-size: 23px;
	text-align: center;
	padding: 35px 0 20px;
}
.share
{
	display: block;
}
.share div
{
	width: 100%;
	padding: 20px 0;
}
.section4 div p img
{
	width: 20%;
}
.share div h3
{
	padding: 10px 0 20px;
	font-size: 18px;
}
.section4
{
	background: url("../images/sp/section4_bgr.png");
	padding-bottom: 60px;
}
.Yworries span:first-child
{
	width: 15px;
	padding-right: 10px!important;
}
.section5 h2
{
	font-size: 23px;
	text-align: center;
	padding: 25px 0;
	width: 100%;
}
.Yworries span
{
	font-size: 14px;
}
.wrap
{
	width: 100%;
}

.sp_wap
{
	padding: 0 3%;
	width: 94%;
}
.Yworries p
{
	padding: 15px;
	margin-bottom: 5px;
}
.section5 h3
{
	font-size: 16px;
	padding: 40px 3% 70px;
}
.section6 h2
{
	font-size: 17px;
	padding: 15px 1%;
}
.ConTact p
{
	display: block!important;
	text-align: center;
}
.ConTact p span
{
	display: inline-block!important;
}
.ConTact p span img
{
	display: block;
}
.section6 div p span:first-child
{
	font-size: 12px;
}
.section6 div p span:nth-child(2)
{
	padding: 0;
	font-size: 18px;
	padding-left: 5px;
}
.section6 div p span:last-child
{
	padding-left: 0;
	display: block !important;
	text-align: center;
}
.section6 div p span:last-child img
{
	width: 100%;
	margin:0 auto;
	max-width:400px;
}
.section7 h2
{
	font-size: 21px;
	text-align: center;
	padding-top: 25px;
}
.section7 h3
{
	font-size: 15px;
	padding: 15px 0;
}
.section7 p
{
	font-size: 14px;
}
.secshare
{
	display: block;
}
.secshare div
{
	width: 100%;
	padding: 20px 0;
}
.secshare img
{
	max-width: 100%;
}
.bStext
{
	padding: 0;
}
.boushu p:last-child
{
	margin-top: 10px;
}
.boushu:first-child
{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
.section8
{
	padding: 0;
}
.section8 h2
{
	padding-bottom: 0;
	padding: 20px 15px;
}
.SP_seemore
{
	background: #fff;
	margin-bottom: 5px;
}
.seemore a
{
	font-size: 14px;
	width: 50px;
	padding: 5px;
	float: right;
}
.inform
{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.shousai
{
	padding: 10px 3% 5px 3%;
}
.footer
{
	padding: 15px 0;
}
.footer p
{
	width: auto;
}
.footer p img
{
	width: 100%;
}
.footer p:last-child
{
	font-size: 14px;
	width: 70%;
}
.ADbutton p span a
{
	width: 90%;
}
.sptop_img p:last-child
{
	padding-top: 10px;
}
.aboutsekan_text p
{
	font-size: 14px;
	padding-bottom: 20px;
}
.News 
{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.open
{
   position: fixed;
   top: 0;
   left: 0;
    width: 70%;
	height: 100%;
	background: #00a1d7;
	padding: 20px 10px 100px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	transform: translateX(-1000px);
	transition: 0.3s;
	z-index:9999;
}
.open h2
{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.open h2 span
{
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.open nav
{
	padding: 10px 0;
}
.open nav ul li a
{
   display: block;
   padding: 10px 15px;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
}
.open nav ul li:nth-child(odd)
{
    background: #33b4df;
}
.closebutton
{
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border-radius: 40px;
	background: #0a91be;
	color: #fff;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}
.open.active
{
	display: block;
	transform: translateX(0);
}
}


/* パンくず */
#breadcrumb{
	background:#f1f1f1;
	padding:10px 0;
}
#breadcrumb ul{
	margin-bottom:0;
}
#breadcrumb ul li{
	float:left;
	list-style:none;
}

/* faundation */
p{
	font-size:14px;
}
.page-title-area{
	padding:20px 0;
	background:#00a2d8;
	color:white;
	margin-bottom:30px;
}
.grid-container{
	max-width:1000px;
	margin:0 auto;
}
.grid-container h1{
	max-width:1000px;
	margin:0 auto;
}
.grid-container h3{
	text-align: center;
	padding-bottom:20px;
	margin-bottom: 30px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.grid-container h4{
	border-bottom: 1px solid #00a2d8;
	padding-bottom:10px;
	margin-bottom:20px;
}
.grid-container h4:before{
	content:"■";
	color:#00a2d8;
	padding-right:10px;
}

.contents-padding-bottom{
	padding-bottom: 100px;
	padding-top:10px;
}
.contents-margin-bottom{
	margin-bottom: 80px;
}
.grid-container .point-title2{
	color:#777;
	margin-bottom:10px;
	margin-top:20px;
}
.grid-container .point-title2 h5:before{
	content:"●";
	padding-right:2px;
}
.grid-container .itemlists-wrap{
	margin-bottom:40px;
}
.grid-container .itemlists-wrap > div{
	background:#f1f1f1;
}
.grid-container .itemlists-wrap > div:nth-child(odd){
	background:#fafafa;
}
.strong-title{
	font-weight:bold;
	color:#00a2d8;
	font-size:150%;
}
.blue-back{
	background: #cdf3ff;
	padding:20px;
}
.blue-back-title{
	font-size:160%;
	color:#00a2d8;
	font-weight:bold;
}
.blue-back-strong{
	font-weight:bold;
	color:#777;
	font-size:140%;
}
.blue-back .medium-4 p{
	padding: 5px 20px;
}
.blue-back .medium-4:nth-child(even){
	background: #e7f9ff;
}
.blue-back .medium-4:nth-child(odd){
	background: #f8fdff;
}
.service-sample{
	background:#eee;
	margin-bottom:40px;
}
.service-sample .medium-4 p{
	padding:5px 20px;
	text-align: center;
}
.service-sample .medium-4 p.strong-blue{
	color: #00a2d8;
	font-weight:bold;
	padding-top:20px;
}
.strong-point{
	color: #00a2d8;
	font-size:120%;
}
ul,li{
	list-style:none;
}
.spuseds ul{
	margin-left:0;
	margin-bottom:0;
}

/* ヘッダー固定 */
header{
	width:100%;
	padding-bottom:260px;
}
header .pcuseds{
	width:100vw;
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	background:white;

}
header .spuseds{
	width:90vw;
	padding:0 5vw;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:white;

}
header .pcuseds.minimum h1{
	display:none;
}
header .header-right{
	transition:1s;
}
header .pcuseds.minimum .header-right{
	display:flex;
	align-items:center;
}
header .pcuseds.minimum .Toplogo{
	padding:0;
	padding-top:4px;
}
#page-content h2 
{
	padding-bottom: 30px;
}
#page-content h2 small
{
	 font-size: 16px;
    color: #01a1d8;
}
.greeting p
{
	line-height: 2;
}
.greeting
{
	margin: 50px 0;
}
blockquote, blockquote p
{
	line-height: 1.8;
	margin-bottom: 20px;
}
.company-detail
{
	line-height: 2;
}
@media screen and (max-width:1024px){
	header{
		padding-bottom:50px;
	}
	header .spuseds .telephonenumber img{
		width:128px;
	}
	header .spuseds .CPNlogo img{
		width:100px;
	}
	.frame
	{
		width: 100%;
	}
	.ADbutton p span a
	{
		width: 100%!important;
	}
	.grid-container
	{
		padding: 0;
		margin: 0!important;
		width: 100%;
		border: none; 
	}
	.grid-padding-x>.cell,
	.grid-container:not(.full)>.grid-padding-x,
	.grid-margin-x>.cell,
	.grid-margin-x
	{
		margin: 0!important;
		padding: 10px 2%!important;
		width: 96%;
		border: none; 
	}
	h4,h5
	{
		padding: 0 10px;
	}
	.grid-container h4
	{
		margin-bottom: 10px;
	}
	.grid-container h3
	{
		margin-bottom: 0;
		padding-bottom:10px; 
	}
	.greeting
	{
		margin: 0;
	}
	.greeting > .grid-margin-x
	{
      padding: 0 2%!important;
	}
	.blue-back
	{
		padding: 20px 10px;
	}
	.blue-back .medium-4 p
	{
		padding: 10px;
	}
	.point-title-bottom
	{
		padding: 10px;
	}
	.grid-container > div
	{
		padding: 10px;
	}
	#container
	{
		padding-top: 20px;
	}
	.company-detail tbody,.company-detail tr
	{
		display: block;
		width: 100%;
		text-align: center;
	}
	.company-detail th,
	.company-detail td
	{
		display: block;
		width: 86%;
		text-align: center;
		margin: 0 auto;
	}
}

.page-title2{
	text-align: center;
}
.tar{
	text-align:right;
}
.greeting__comment-pad{
	background:#fafafa;
	padding:20px;
}
.greeting{
	margin-top:70px;
}

/* セカンドキャリア支援 */
.hero-unit img{
	width:100%;
}
.articles__item{
	padding:30px 0;
	padding-top:60px;
	max-width:1000px;
	margin:0 auto;
}
.articles__item a{
	transition:0.5s;
	display: block;
}
.articles__item a:hover{
	opacity:0.7;
}
.articles__item__banner{
	background:#00a1d7;
	
	position: relative;
	padding:30px;
	overflow: hidden;
	color:white;
	border-radius:3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.articles__item__banner>*{
	position:relative;
	z-index:2;
}
.articles__item__banner:before{
	content:" ";
	position:absolute;
	background:rgba(255,255,255,0.1);
	top:-300px;
	left:150px;
	display: block;
	z-index:1;
	width:100px;
	height:1000px;
	transform:rotate(30deg);
}
.articles__item__banner.articles__item__banner-type2:before{
	left:auto;
	right:150px;
}
.card{
	border-radius:3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.articles__item__banner__title{
	font-size:24px;	
	font-weight:bold;
	font-style:italic;
}
.articles__item__banner__img img{
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center top;
}

.articles__item__txt p{
	padding:20px;
	background:#f1f1f1;
	margin-bottom:40px;
}
.articles__single .articles__item__banner__img img{
	height:500px;
}
.articles__single .articles__item__txt{
	margin:30px 0;
}
.articles__item__banner__photos img{
	width:40%;
	height:200px;
	background-size:cover;
	background-position:center top;
	position: relative;
	z-index: 2;
}
.support-news{
	background:#f1f1f1;
	padding:30px 0;
	text-align: center;
}
.support-news .grid-container{
	background:rgba(255,255,255,0.8);
	padding:30px 0;
}
@media screen and (min-width:1025px){
	.articles__item__banner__title{font-size:34px;}
	.articles__item__banner__photos img{
		width:200px;
		height:200px;
	}
	.articles__item__banner__photos{
		position: relative;
	}
	.articles__item__banner__photos:after{
		content:" ";
		display: block;
		background:url(../images/support/arrow_right.png) no-repeat center;
		background-size:cover;
		width:333px;
		height:150px;
		position:absolute;
		right:0px;
		z-index: 1;
		top:20%;
	}
}
@media screen and (max-width:639px){
	.articles__item__banner__img{
		order:2;
	}
	.articles__item__banner__photos img{
		width:48%;
	}
}
@media screen and (max-width:500px){
	.articles__item__banner__title{font-size:16px;}
}

.grid-padding-pad{
	padding:0 20px;
}