@charset "UTF-8";
/* CSS Document */
html {
	margin: 0!important;
}
.wrapper{
	padding: 170px 30px 40px;
	display: block;
	margin:  0 auto;
	max-width: 900px;
}
.section_article{
	display: block;
	background-color: #FFF;
	border: 3px solid #2c2c2c;
    max-width: 900px;
    margin: 80px auto;
    padding: 0px 60px 60px 40px;
    border-radius: 50px;
}

.article-wrapper{
	text-decoration: none;
	color: #2c2c2c;
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
	display: flex;
	justify-content: space-between;
	border-top: 3px solid #2c2c2c;
	padding: 20px 0;

}
.article-wrapper:hover{
background-color: #cfcfcf;
}

.article-wrapper::after{
	border-bottom: 3px solid #2c2c2c;
}
.article-text{

	margin: 40px 0;
}
.article_time{
	color: #FF0000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.article_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-top: 15px;
	color: #2c2c2c;
	
}
.link-mark{
    display: block;
    margin: auto 0;
	color: #2c2c2c;
}

.article-wrapper:last-of-type{
border-bottom: 3px solid #2c2c2c;	
}
.pagenation-wrapper {
    display: block;
    margin: 60px auto;
    text-align: center;
}
.current {
    background-color: #999;
}
.page-numbers {
    color: #666;
    text-decoration: none;
    border: solid 3px #666;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.next,.prev{
    display: none;
}
.heading10 {
	font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-size: 26px;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
	font-weight: 600;
}

.heading10 span {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	z-index: 2;
	text-align: center;
	letter-spacing: 0.5rem;
	color: #2c2c2c;
}

.heading10::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: attr(data-en);
	position: relative;
	top: 26px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
	    display: block;
    margin: 0 auto;
}
/*スマホ--------------------------------------------------*/
@media(max-width:599px){
	.article_time {
    color: #FF0000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
	.article_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
	color: #2c2c2c;
}
	.article-text{
		margin: 0px auto;
		padding-right: 15px;
	}
	.article-wrapper:last-of-type {
    border-bottom: 2px solid #2c2c2c;
}
	.article-wrapper{
		border-top:2px solid #2c2c2c;
	}


	.section_article {
    display: block;
    background-color: #FFF;
    border: 2px solid #2c2c2c;
    max-width: 370px;
    margin: 80px auto;
	padding: 0 20px ;
    border-radius: 30px;
}
	.heading10 {
    position: relative;
    padding: 0px 30px 0px 30px;
    font-size: 18px;
	font-weight: 500;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
}
	.heading10::before {
    content: attr(data-en);
    position: relative;
    top: 15px;
    left: 0;
    color: rgba(5,62,98,0.2);
    font-size: 22px;
    text-transform: uppercase;
    z-index: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
}
	.wrapper {
    padding: 85px 0px 40px;
    display: block;
    margin: 70px auto 40px;
    max-width: 370px;
		 font-family: 'Noto Sans JP', sans-serif;
}
	p{
		 font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
	}
}




/*タブレット―-------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:600px) and (max-width:1024px){

.wrapper {
    padding: 40px 0px;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
	.heading10 {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-size: 20px;
    margin: 0px auto 20px;
    display: block;
    text-align: center;
    font-weight: 600;
}
	.article_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    color: #2c2c2c;
}
}