@charset "utf-8";

/* ==================================================================
	common.css
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */

.accentArea{
	background-image: url("../../images/news/title_bg.jpg");
}

html {
    margin-top: 0 !important;
}
/* =================================
   ■ section
================================== */

article{
	width:1000px;
	margin:auto;
	overflow: hidden;
}


/* --------------------------------
   □ side
-------------------------------- */

#news .contents .side{
	width:20%;
	float:right;
    padding-top: 60px;
}

#news .contents .side .sidenavi{
	margin-bottom: 20px;
    text-align: left;
}

#news .contents .side .sidenavi h3{
	text-align:left;
	margin-bottom:15px;
	font-size: 150%;
	font-weight: 500;
    letter-spacing: 0.1em;
}

#news .contents .side .sidenavi li{
	padding:10px 0;
}

#news .contents .side .sidenavi li a{
	color:#E18C12;
}


/* --------------------------------
   □ main
-------------------------------- */

#news .contents main{
	width:70%;
	float:left;
}

#news .contents section.wide .area{
	width: auto;
}

#news .contents main p.h2 {
    padding-top: 60px;
    text-align: left;
    font-size: 171%;
    font-weight: 500;
    color: #E18C12;
    margin-bottom: 20px;
}

#news .contents main h3{
	text-align:left;
	font-size: 192%;
    font-weight: 500;
    color: #E18C12;
	margin-bottom: 20px;
    line-height: 1.4;
}

#news .contents main h3 a{
	color:#333;
}

section p.date{
	font-size: 107%;
	font-weight: 700;
	margin-bottom: 0;
}

section.entry .section{
}

section.entry .section p{
    font-size: 114%;
    margin-bottom: 20px;
}


/* --------------------------------
   □ index
-------------------------------- */

#index section{
	padding-bottom: 0;
    width: auto;
}

section ul.newslist{
	margin-bottom:40px;
}

section ul.newslist li{
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
}

section ul.newslist li a{
	color:#333;
	padding: 25px 30px 25px 0;
	display:block;
	overflow: hidden;
	font-size: 107%;
	position: relative;
}

section ul.newslist li a:after{
	position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -4px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #293241;
    border-right: 1px solid #293241;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

section ul.newslist li a:hover{
	background: #F9F9F9;
	color: #E18C12;
}

section ul.newslist li:last-child{
	border-bottom:none;
}

section ul.newslist li dl dt{
	width: 15%;
    float: left;
    margin-right: 3%;
	font-weight: 700;
}

section ul.newslist li dl dd{
	width: 82%;
    float: right;
	text-align: left;
}

section ul.newslist li dl dd span{
}

/* --------------------------------
   □ archive
-------------------------------- */

#archive section{
	padding:0;
}

#archive section ul.newslist {
    margin-bottom: 0;
}

/* --------------------------------
   □ details
-------------------------------- */


#details main > section:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
}

#details main .parts{
	border-bottom: 2px dotted #E18C12;
	padding-bottom: 20px;
	margin-bottom: 35px;
}

#details main h3{
	margin-bottom:10px;
}

#details .contents section p.date{
	color:#ef7d88;
}

#details main .image,
#details main .wp-block-image{
	margin-bottom: 30px;
	overflow: hidden;
}

#details main .image img,
#details main .wp-block-image img{
	width: 100%;
	border-radius: 20px;
}

#details main p.text {
    font-size: 114%;
    line-height: 2;
}

#details main h4{
	font-size: 142%;
    margin-bottom: 30px;
    text-align: left;
    background: #FDFAF2;
    padding: 18px 28px;
}

#details .backbtn{
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;

}

#details .backbtn p.back{
	text-align: center;
	margin-bottom: 0;
}

#details .backbtn p.back a{
	letter-spacing: 1.2px;
	color: #E18C12;
	font-size: 114%;
	font-weight: 700;
	padding: 25px 0;
	display: block;
}

#details .backbtn p.back a:hover{
	text-decoration: none;
	background: #F9F9F9;
}

/* --------------------------------
   □ pagenation
-------------------------------- */

.pagenation{
	font-size: 114%;
}

.pagenation ul.pagenavi li{
	display: inline-block;
}

.pagenation ul.pagenavi li a{
	position: relative;
    color: #333;
    margin: 0 6px;
    display: block;
    padding: 5px 13px;
    background: #fff;
    color: #E18C12;
    border: 1px solid #E2E2E2;
    font-weight: 700;
    border-radius: 8px;
}

.pagenation ul.pagenavi li a:hover{
	text-decoration:none;
	opacity:0.7;
}

.pagenation ul.pagenavi li.active a,
.pagenation ul.pagenavi li a:hover{
	background: #E18C12;
	color: #fff;
	border: 1px solid #E18C12;
}



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

article {
    width: auto;
}

#news .contents main {
    width: auto;
    float: none;
}

#news .contents .side {
    width: auto;
    float: none;
    margin-bottom: 6%;
    padding: 6% 3% 3% 3%;
}


#news h2{
	line-height: 3;
    padding-top: 20px;
}

#news h2 img{
	width:25%;
}

#news .contents main p.h2{
	margin-bottom:0px;
	font-size:170%;
    padding: 10% 3% 0 3%;
}


#news .contents section {
    padding: 10% 3% 0;
    margin-bottom: 7%;
}

#news section .section ul.list li {
    float: none;
    width: auto;
    margin: 25px auto;
}
#news section .section ul.list li img {
    width: 100%;
}

section ul.newslist li dl{
	text-align: left;
}

section ul.newslist li dl dt {
    width: auto;
    float: none;
    margin-bottom: 3%;
}

section ul.newslist li dl dd {
    width: auto;
    float: none;
	margin-right: 10%;
}







}




