@charset 'utf-8';


/* WordPress Input Default
====================================================================================*/
/* WP Input  PC
=====================*/

/* 画像配置 左 */
img.alignleft {
        text-align: left;
}

/* 画像配置 中央 */
img.aligncenter {
        display: block;
        margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}

/* WP Input  SP
=====================*/

/* 画像配置 左 */
img.alignleft {
        text-align: left;
}

/* 画像配置 中央 */
img.aligncenter {
        display: block;
        margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}




/* PC
====================================================================================*/

/* NEWS
---------------------------------------------------------------------------*/

/* news index */

#news.page #newslist{
	padding:0 0 30px;
}

#news.page #newslist .contentbox select{
	margin:40px 0 25px 0;
	padding:3px 5px;
	border:1px solid #ccc;
	font-size:0.8rem;
}

#news.page #newslist .contentbox select option{
	padding:9px 13px;
}

#news.page #newslist .contentbox .box{
	margin:0 0 40px 0;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}

#news.page #newslist .contentbox .box dl{
	display:table;
	padding:12px 0;
	width:100%;
	line-height:1.5;
	border-top:1px solid #e5e5e5;
	font-size:0.9rem;
}

#news.page #newslist .contentbox .box dl dt{
	display:table-cell;
	padding:0 0 0 0.5rem;
	width:6rem;
	color:#00479d;
}

#news.page #newslist .contentbox .box dl dd{
	display:table-cell;
	padding:0 0.5rem 0 0;
}

#news.page #newslist .btn{
	margin:20px 0 0;
	text-align:center;
}

#news.page #newslist .btn a{
	display:inline-block;
	padding:15px 20px;
	background-color:#f2f2f2;
	font-size:0.8rem;
}

#news.page #newslist .btn a span{
	padding:0 0 0 20px;
	background:url(../news/images/arw_btn_back.png) left center no-repeat;
}



/* single eachnews */


.single header #hdlogo{
	float:left;
	margin:30px 0 0 0;
	width:254px;
	height:34px;
}


.single header #hdlogo img{
	width:100%;
	height:auto;
}


.single #topic{
	padding:0 0 0;
	background-color:#f2f2f2;
}


.single #topic #titlearea{
	position:relative;
	margin:0 auto;
	width:980px;
	height:100px;
}


.single #topic #titlearea .path{
	position:absolute;
	left:0;
	top:10px;
	font-size:0.72rem;
}


.single #topic #titlearea h1{
	display:block;
	padding:2.0rem 0 0;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
}


.single #topic #titlearea h1 span{
	display:block;
	padding:0.3rem 0 0;
	text-align:center;
	font-size:0.7rem;
	font-weight:normal;
}


.single #topic div.bgpic{
	display:table;
	padding:0 0 25px;
	width:100%;
	height:580px;
}


.single #topic div.bgpic h2.pc{
		display:table-cell;
		vertical-align:middle;
		padding:0 0 0 538px;
		height:580px;
}


.single #topic div.bgpic h2.sp{
	display:none;
}

#eachnews #article{
	padding:40px 0 30px;
}


#eachnews #article .date{
	padding:0 0 25px;
	font-size:0.9rem;
	letter-spacing:0.1rem;
	color:#00479d;
}

#eachnews #article h2{
	padding:0 0 30px;
	font-size:1.25rem;
	line-height:1.5;
	text-align:left;
	color:#000;
	font-weight:bold;
}

#eachnews #article .contentbox{
	line-height:1.8;
	font-size:0.95rem;
}

#eachnews #article .contentbox p{
	padding:0 0 1em;
}

/*
#eachnews #article .contentbox p:first-child{
	padding:1em 0 0;
}
*/



#eachnews #article .contentbox a{
	/*float:left;*/
	/*display:inline-block;*/
	/*padding:0.5rem 2.0rem 1.0rem 0;*/
	/*padding:0 0 2.0rem 0;*/
	padding:0 0 0 0;
	color:#00479d;
	text-decoration:underline;
}

#eachnews #article .contentbox p img{
	/*padding:1em 0 1em;*/
	padding:0 0 0;
}




#eachnews #article .btn{
	clear:both;
	padding:40px 0 0;
	text-align:center;
}

#eachnews #article .btn a{
	display:inline-block;
	padding:15px 20px;
	background-color:#f2f2f2;
	font-size:0.9rem;
}

#eachnews #article .btn a span{
	padding:0 0 0 20px;
	background:url(../news/images/arw_btn_back.png) left center no-repeat;
}





/* SP
====================================================================================*/

@media only screen and (max-width: 768px){

.single header #hdlogo {
    float: none;
    margin:0 auto;
    padding: 15px 0;
	width:182px;
	height:24px;
}

.single header #hdlogo img{
	width:100%;
	height:auto;
}

.single #topic #titlearea .path {
	display:none;
    position: static;
    left: 0;
    top: 0;
}

.single #topic #titlearea {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.single #topic #titlearea h1 {
    padding: 1.2rem 15px;
    font-size: 1.2rem;
	line-height: 1.2;
}

.single #topic #titlearea h1 span {
    padding: 0.3rem 0 0;
    font-size: 0.6rem;
}

.single #topic div.bgpic {
    display: block;
    padding: 0 0 10px;
    width: 100%;
    height: auto;
	background: none!important;
}

/* news
-------------------------------------*/

#news.page #newslist .btn a span{
	background:url(../news/images/sp/arw_btn_back.png) left center no-repeat;
	background-size:6px 11px;
}


/* eachnews
-------------------------------------*/

#eachnews #article {
    padding: 30px 0 20px;
}

#eachnews #article h2 {
    padding: 0 0 20px;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
    color: #000;
}

#eachnews #article .date {
    padding: 0 0 1.0rem;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: #00479d;
}

#eachnews #article .contentbox a {
    float: none;
    display: block;
    padding:0 0 2.0rem 0;
}

#eachnews #article .contentbox {
    line-height: 1.8;
    font-size: 0.8rem;
}

#eachnews #article .contentbox p {
    padding: 0 0 1.0rem 0;
}

#eachnews #article .contentbox p img{
	display:block;
    width:100%;
	height:auto;
}
#eachnews #article .btn a span {
	background:url(../news/images/sp/arw_btn_back.png) left center no-repeat;
	background-size:6px 11px;
}








}
