@charset "utf-8";

.main	{
	width:62.5%;
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumbs{
margin:2% 0;
}

.main-title{
width:100%;
font-size: 2vw;
line-height: 100%;
text-align: center;
margin: 5% 0 8%;
}
.main-title img{
width:77.263%;
}

.side-menu-box {
	width: 20.5263%;
    float: right;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 auto 15%;
    padding: 0;
}

.topics-container{
	width:66.421%;
float: left;
}

.topics-box{
margin-bottom: 3%;
}


.topics-title {
	white-space: normal;
  overflow:visible;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
	width: 100%;
    font-size: 1.2vw;
    border-bottom: 1px solid #000000;
}

.topics-title a{
    text-decoration:none;
    color: #000;
}

.topics-title a:hover{
opacity:0.6;
}

.day{
font-size: 1.2vw;
float: left;
margin: 2% 0;
}


.categ {
	width: 20%;
	display: block;
    font-size: 1.2vw;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #000000;
    float: right;
    margin: 3% 0;
}

/**********  シングルページ　****************************************/

.single .topics-title {
	
	width: 100%;
    font-size: 1.4vw;
    border-bottom: 1px solid #000000;
}


.topics-content{
width:100%;
font-size: 1.2vw;
line-height: 170%;
margin-bottom: 5%;
}
.topics-content img{
max-width:100%;
}

.topics-content p img{
max-width:100%;
height: auto;
}

.prev-area {
	width: 100%;
	margin: 10% auto;
	display: inline-flex;
}
.before-kiji {
	width: 25%;
    margin-right: 12.5%;
    text-align: center;
}

.before-kiji a{
    text-decoration:none;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    display: flex;
    font-size: 1.2vw;
    line-height: 180%;
    padding: 0;
    width: 100%;
     display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.before-kiji a:hover{
border: 1px solid #154f82;
color: #ffffff;
background: #154f82;
}


.after-kiji {
	width: 25%;
    margin: 0;
    text-align: center;
}

.after-kiji a{
    text-decoration:none;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    display: flex;
    font-size: 1.2vw;
    line-height: 180%;
    padding: 0;
    margin: 0;
    width: 100%;
     display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.after-kiji a:hover{
border: 1px solid #154f82;
color: #ffffff;
background: #154f82;
}

.kiji-list {
	width: 25%;
    margin-right: 12.5%;
    text-align: center;
}
.kiji-list a {
	text-decoration:none;
    box-sizing: border-box;
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
    display: flex;
    font-size: 1.2vw;
    line-height: 180%;
    padding: 0;
     display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kiji-list a:hover{
border: 1px solid #154f82;
color: #ffffff;
background: #154f82;
}

.bg01 {
	width: 5%;
  position: absolute;
  top: 18%;
  right: 7%;
  z-index: -1;
}

/* ========================================================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　ipad
=========================================================================================================================================================================================== */
@media only screen and (max-width: 1024px) {
	
	.main {
    width: 80%;
    margin: 0 auto 5%;
}

.topics-title {
    font-size: 1.4vw;
}

.day {
    font-size: 1.4vw;
}

.categ {
    font-size: 1.4vw;
    }
    
.single .topics-title {
    width: 100%;
    font-size: 1.6vw;
}    
    
.topics-content {
    width: 100%;
    font-size: 1.4vw;
}   

.before-kiji a {
    font-size: 1.6vw;
    }
    
.kiji-list a {
    font-size: 1.4vw;
    }
    
.after-kiji a {
    font-size: 1.6vw;
    }    
    
}

/* ===========================================================================================================================================================================================
smartphone
============================================================================================================================================================================================== */
@media only screen and (max-width: 699px) {
       
.main {
    width: 90%;
    margin: 60px auto 15%;
}

.breadcrumbs {
    display: none;
}

.main-title {
    width: 100%;
    font-size: 18px;
}

.topics-container {
    width: 100%;
    float: none;
}

.topics-box {
    margin-bottom: 5%;
}

.topics-title {
    font-size: 16px;
    border-bottom: 1px solid #000000;
}

.day {
    font-size: 16px;
    float: left;
    margin: 2% 0;
}

.categ {
    width: 50%;
    display: block;
    font-size: 16px;
}

.single .topics-title {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #000000;
    white-space: normal;
    overflow: visible;
}

.topics-content {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 5%;
}




.before-kiji {
    width: 25%;
    margin-right: 12%;
    text-align: center;
}

.kiji-list {
    width: 25%;
    margin-right: 12%;
    text-align: center;
}

.before-kiji a {
    font-size: 16px;
    }

.kiji-list a {
    font-size: 16px;
    }

.after-kiji a {
    font-size:16px;
    }

.side-menu-box {
    width: 100%;
    float: none;
}    
    
}
