@charset "utf-8";

/* ==================================================================
	information.css
	
=================================================================== */

.accent{
    padding: 80px 0;
}

.accent .title h2{
    font-size: 225%;
    margin-bottom: 12px;
}

.visual_text{
    text-align: center;
    font-size: 114%;
    color: #251f1c;
}

.narrow{
    width: 700px;
    margin: auto;
}

ul.infoList{
    margin-bottom: 80px;
}

ul.infoList li{
    padding: 30px 0;
    border-bottom: 1px solid #BFBFBF;
}

ul.infoList li a{
    text-decoration: none;
    display: block;
    position: relative;
}

ul.infoList li a:before{
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    transition: all 300ms 0s ease;
}

ul.infoList li a:hover:before{
    right: 0;
}

ul.infoList li dl{
    display: flex;
    align-items: center;
}

ul.infoList li dl dt{
    width: 10%;
    color: #808080;
    font-size: 87%;
}

ul.infoList li dl dd{
    font-size: 112%;
}


.detail .section{
    padding: 45px;
    margin-bottom: 40px;
}

.detail .entry .parts{
    margin-bottom: 40px;
}

.detail p{
    margin-bottom: 30px;
}

.detail p img{
    text-align: center;
    max-width: 100%;
    display: inherit;
    margin: 0 auto;
}

.detail .entry{
    margin-bottom: 15px;
    border-bottom: 2px solid #BFBFBF;
}

.detail .entry p.date {
    color: #999;
    margin-bottom: 10px;
}
.detail .entry h3 {
    font-size: 170%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.detail .entry h4{
    background: #E5E5E5;
    padding: 15px 25px;
    font-size: 124%;
    margin-bottom: 30px;
}

.detail .entry h5{
    margin-bottom: 30px;
    font-size: 114%;
    padding-bottom: 15px;
    border-bottom: 2px dotted #C9C9C9;
}

.detail .section ul{
    line-height: 1.8;
    margin-bottom: 30px;
}

.detail .section ul li{
    text-indent: -1em;
    padding-left: 1em;
}

/* ====================
		pagenation
====================== */

.pagenation{
	position:relative;
	margin-bottom:100px;
	padding:20px 0;
}

.pagenation p{
	position:relative;
	margin:0;
	text-align:center;
}

.pagenation ul{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.pagenation ul li{
	position:absolute;
	width:40%;
	top:20px;
	z-index:100;
}

.pagenation ul li a{
	display:inline-block;
    position: relative;
}

.pagenation ul li a:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    top: 0;
    bottom: 0;
    margin: auto;
    
}

.pagenation ul li.back{
	left:0;
}
.pagenation ul li.back a{
	padding-left:16px;
}

.pagenation ul li.back a:before{
    border-color:  transparent transparent #565656 #565656;
    transform: rotate(45deg);
    left: 0;
    
}

.pagenation ul li.next{
	right:0;
	text-align:right;
}

.pagenation ul li.next a{
	padding-right:16px;
}

.pagenation ul li.next a:before{
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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


.accent {
    padding: 50px 0;
}

.accent .title h2 {
    margin-bottom: 15px;
}

ul.infoList li dl {
    display: block;
}

ul.infoList li dl dt{
    margin-bottom: 7px;
}


.detail .section {
    padding: 0;
}

.detail .entry h3 {
    font-size: 150%;
    line-height: 1.5;
}
    
.detail .entry h4 {
    padding: 15px;
    font-size: 116%;
    line-height: 1.5;
}
    
.pagenation {
    margin-bottom: 50px;
}















}

	
