@charset "utf-8";

/* ----------contents---------- */
.article-list{
margin-bottom: 40px;
}
.article-list li{
border-bottom: 1px dotted #555;
}
.article-list li:last-child{
border-bottom: none;
}
.article-list li a{
display: block;
}
.article-list dl{
overflow: hidden;
padding: 15px 10px;
}
.article-list dt{
float: left;
width: 20%;
}
.article-list dd{
margin-left: 20%;
}

/* ------------------------------------------------------------
記事部分
------------------------------------------------------------ */
.article-box {
    text-align: left;
    margin-bottom: 40px;
}
.article-box img {
    max-width: 100%;
    height: auto;
}
.article-box a {
    text-decoration: underline;
}
.article-box a:hover {
    text-decoration: underline;
}
.article-box h1 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 20px;
}
.article-box h2 {
    font-size: 2.0rem;
    font-weight: normal;
    margin-bottom: 20px;
}
.article-box h3 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 20px;
}
.article-box .img-box {
    overflow: hidden;
    margin-bottom: 20px;
}
.article-box .img-box li {
    float: left;
    width: 31%;
	margin: 0 3.5% 15px 0;
}
.article-box .img-box li:nth-child(3n) {
	margin-right: 0;
}
.article-box .img-box li {
    float: left;
    width: 31%;
}
.article-box p {
    margin-bottom: 15px;
}

.remark {
    text-align: left;
    margin-bottom: 30px;
}
.remark .date {
    font-size: 1.4rem;
    margin-right: 10px;
}
.remark .post-categories {
    display: inline-block;
}
.remark .post-categories li {
    display: inline-block;
    margin-right: 10px;
}
.remark .post-categories li a {
    display: inline-block;
    font-size: 1.2rem;
    color: #333;
    background-color: #eee;
    padding: 3px 15px;
    border-radius: 10px;
}
/* ------------------------------------------------------------
pager
------------------------------------------------------------ */
.pager {
    text-align: center;
}
.page-numbers, .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
}
.current {
    background: rgba(2, 126, 196, 1) !important;
    border: solid 1px rgba(2, 126, 196, 1);
    color: rgba(255, 255, 255, 1);
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {

}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
/* ----------contents---------- */
.article-list dl{
overflow: hidden;
padding: 15px 10px;
}
.article-list dt{
float: none;
width: 100%;
box-sizing: border-box;
margin-bottom: 3px;
}
.article-list dd{
float: none;
width: 100%;
box-sizing: border-box;
margin-left: 0;
}

/* ------------------------------------------------------------
記事部分
------------------------------------------------------------ */
.article-box {
    margin-bottom: 30px;
}
.article-box h1 {
    font-size: 2.0rem;
}
.article-box h2 {
    font-size: 1.8rem;
}
.article-box h3 {
    font-size: 1.6rem;
}

.article-box .img-box {
    overflow: hidden;
    margin-bottom: 20px;
}
.article-box .img-box li {
    float: none;
    width: 100%;
	margin: 0 0 15px 0;
}

}