@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table.table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline
}

:focus {
	outline:0
}

ol,ul {
	list-style:none
}

table.table {
	border-collapse:separate;
	border-spacing:0
}

caption,th,td {
	font-weight:400;
	text-align:left
}
a.br_word {
	word-wrap:break-word;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:""
}

blockquote,q {
	quotes:"" ""
}

a img {
	border:0
}

figure {
	margin:0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #d40000;
}

a:active {
    color: #000000;
    text-decoration: none;
}

/* -------------------------------------------------------------- */
body {
	
	color:#333;
	font-size:16px;
	font-family:verdana,"メイリオ","Meiryo","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#fff;
	-webkit-text-size-adjust:none
}

.clearfix {
	zoom:1;
/*for IE 5.5-7*/
	min-height:1%
}

.clearfix:after {
/*for modern browser*/
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

* html .clearfix {
	display:inline-table;
/*\*/
	display:block
/**/
}

header {
	/* border-bottom:solid 3px #000; */
	background:#000;
}

.inner {
	margin:-10px auto 10px;
}

h1{
	margin:10px;
	/* padding-top:20px; */
}

/*▼220524▼*/

.topic-header-list-wrap{
	display: flex;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 1.6%;
	margin-right: 1.6%;
}
.topic-header-list{
	position: relative; 
	flex-grow: 1;
	text-align: center;
	padding: 1rem 0.5rem;
}
.topic-header-list::after{	
    position: absolute;
    content: "";
    border: 1px solid #dadada;
    top: 0;
	bottom: 0;
    right: 0;
    left: 0;
	margin-left: -1px;
    margin-top: -1px;
	z-index: -5;
}
.topic-header-link{
	display:block;
}
.topic-title{
	display: inline;
}
.topic-title{
	margin-left: 1.6%;
	font-weight: bold;
	font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin-bottom: 5px;
	display: block;
	font-size: 20px;
}

a.pageTop {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    background: url(https://www.axes-net.com/sp/common/img/back-top.png) left top no-repeat;
    background-size: contain;
    position: fixed;
    right: 15px;
    bottom: 28px;
    z-index: 10;
}

/* ヘッダーここまで */


div#sp_footer {
	display:none;
}


.feature {
	width: 100%;
	max-width: 1280px;
	margin: 60px auto 0;
}

.feature .main__head {	
	text-align: center;
    font-weight: bold;
	font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
	padding: 10px !important;
    margin: 20px auto;
    /*		
    border-bottom: 3px solid #111;
    border-top: 3px solid #111;
	background: url(https://www.axes-net.com/common/img/main-vertical-bg.png);*/
}

.art-list {
	margin-bottom: 40px;
}
.art-list {
	margin-bottom: 0;
}
.art-list:after {
  content: "";
  display: block;
  clear: both;
}

.art-list a {
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	z-index: 100;
}

.art-list a img {
	width: 100%
}

.art-list a.art-list__list-big {
	width: 46%;
	margin: 2%;
}

.art-list a.art-list__list-small {
	width: 31%;
	margin-left: 1.6%;
	height: 520px;
}

.art-list__name {
    font-weight: bold;
	font-size: 14px;
    margin-bottom: 5px;
}

.feature__desc {	
    font-size: 13px;
}
@media screen and (max-width: 1024px) {
	.art-list a.art-list__list-small {
		height: auto;
		min-height: 380px;
		margin-bottom: 20px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.feature {
    width: 100%;
    max-width: 1280px;
    margin: 60px auto 0;
	}
	.feature .main__head {
	font-size: 20px;
    position: relative;
    font-family: "Trebuchet MS", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 92%;
	/*
    border-top: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;*/
	}
	
}


@media screen and (max-width: 480px) {

div#pc_footer {
    display: none;
}

div#sp_footer {
	display:block;
	height:auto;
	border-top:2px solid #000;
	padding-top:5px;
}

.feature .main__head {
    text-align: center;
    padding: 8px 0 24px;
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 6vw;
    position: relative;
    font-family: "Trebuchet MS", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 92%;
	margin:	10px auto 0;
	/*
	border-top: none;
	border-bottom: 1px solid #c9c9c9;
	background: none;*/
}

.art-list a.art-list__list-big {
	width: 96%;
	margin: 0 2%;
}

.art-list .art-list__name {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 4.375vw;
    margin-bottom: 5px;
}

.art-list .feature__desc {
	font-size: 1em;
	margin-bottom: 10px;
}

.art-list a.art-list__list-small {
	width: 94%;
	margin: 3%;
    border-bottom: 1px dotted #c9c9c9;
    padding: 10px 0;
	/*
    -js-display: flex;
    display: -webkit-flex;
    display: flex;*/
    align-items: center;
}

.art-list a.art-list__list-small {
	height: auto;
}

a.art-list__list-small div.art-list__img {
	width: 100%;
	/*a.art-list__list-small div.art-list__img*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

a.art-list__list-small .art-list__about {
	width: 100%;
}
	.topic-title {
		margin-bottom: 0;
	}

}
@media screen and (max-width: 600px){
	.topic-header-list-wrap{
    flex-wrap: wrap;
	display: grid; 
	grid-template-columns: repeat(2,50%);
}
	}
	/*.topic-header-list-wrap div{
		width: 25%;
		flex-shrink: 0;*/
	}
}

/*pagetop-icon*/
.crunchify-top:hover {
color: #fff !important;
background-color: #ed702b;
text-decoration: none;
}
 
.crunchify-top {
display: none;
position: fixed;
bottom: 1rem;
right: 1rem;
width: 3.2rem;
height: 3.2rem;
line-height: 3.2rem;
font-size: 1.4rem;
color: #fff;
background-color: rgba(0,0,0,0.3);
text-decoration: none;
border-radius: 3.2rem;
text-align: center;
cursor: pointer;
}