﻿@charset "UTF-8";
/* ▼▼▼ トップ
======================================================*/
/* ▼ 高さを揃える（使わない場合は削除） */
.foo {
	margin-bottom: 40px;
}
.foo div {
	background: #ccc;
	padding: 20px;
}
.foo .foo-name {
	background: #999;
}

#main {
	padding: 0 0 0;
}

#main section{
	padding: 35px 15px 40px;
}

#main section#top_news{
	background: url(../img/bg_01.jpg) top center no-repeat;
	background-size: cover;
}


.read {
	margin: 0 0 25px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.inner .page_read{
	margin: 0 0 40px;
	padding: 0 20px;
}


h2.p_top {
	background: #fff;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.3);
}
.article {
	margin: 0 0 20px;
	padding: 20px 20px 15px 30px;
	background: #fff;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.3);
	position: relative;
}
.article li:first-child {
	cursor: pointer;
	position: relative;
}
.article li:first-child.open:after {
	content: "\f107";
	width: 30px;
	height: 30px;
	background: #0089D2;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
}
.article li:first-child.close:after {
	content: "\f106";
	width: 30px;
	height: 30px;
	background: #0089D2;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
}

.article li:nth-child(2) {
	display: none;
	padding: 20px 0 0;
	border-top: 2px dotted #ccc;
}
.article.top_entry li:nth-child(2) {
	display: none;
}
.article li:nth-child(2) p {
	margin: 0 0 20px;
}

.article li:nth-child(2) p:last-child {
	margin: 0 0 10px;
}
.article li:nth-child(2) p.indent_list,.article li:nth-child(2) p:last-child.indent_list{
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.article li:nth-child(2) p:last-child.indent_list{
	margin: 0 0 20px 1em;
}
.article li:nth-child(2) p span.under_line{
	text-decoration: underline;
	font-weight: bold;
}

.article li dl{
	margin: 0 0 25px;
}
.article li dl dd{
	padding: 0 0 0 1em;
}
.article li:nth-child(2) p a{
	margin: 0 10px 0;
	text-decoration: underline;
	color: #0089D2;
	font-weight: bold;
}

.article li:nth-child(2) p.btn a,.article li:nth-child(2) p a:hover{
	text-decoration: none;
}
.article li:nth-child(2) p.img{
	width: 60%;
	margin: 0 auto 10px;
}

.article li:nth-child(2) .kome, .article li:nth-child(2) p.kome{
	margin: 0 0 10px;
	font-size: 12px;
	color: #FF0707;
}
.article li:nth-child(2) .kome.blk, .article li:nth-child(2) p.kome.blk{
	color: #000;
}

.article li:nth-child(2) .attention,
.article li:nth-child(2) p.attention{
	color: #FF0707;
	font-weight: bold;
}
.article li:nth-child(2) ul{
	width: 60%;
	overflow: hidden;
}
.article li:nth-child(2) ul li{
	float: left;
	width: 49.5%;
	margin: 0 1% 0 0;
	text-align: left;
}
.article li:nth-child(2) ul li img{
	max-height: 180px;
}

.article li:nth-child(2) ul li p{
	margin: 5px 0 0 0;
	font-size: 14px;
}
.article li:nth-child(2) ul li ul li{
}
.article li:nth-child(2) ul li:nth-child(2){
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.date {
	margin: 0 0 5px;
	color: #7B7B7B;
	font-size: 12px;
}
.article h3 {
	padding: 0 0 10px;
	color: #0089D2;
	font-size: 20px;
}

.article h3 .kome{
	font-size: 20px;
}




/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
	
	
	#main{
		padding: 0 0 0;
	}
#main #top_news{
	background: url(../img/bg_01_sp.jpg) top center no-repeat;
	background-size: cover;
}
	#main section{
		padding: 35px 15px 40px;
	}
	

	
.read {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
}
.inner .page_read{
	margin: 0 0 20px;
	padding: 0 0;
}
	

h2.p_top {
	background: #fff;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.3);
}
.article {
	margin: 0 0 20px;
	padding: 20px 15px 15px 15px;
	background: #fff;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.3);
	position: relative;
}
.article li:first-child {
	padding: 0 15% 0 0;
}
.article li:first-child.open:after {
    top: 30px;
}
.article li:first-child.close:after {
	top: 30px;
}

.article li:nth-child(2) {
	/*display: none;*/
	padding: 15px 0 0;
	border-top: 2px dotted #ccc;
}
.article:first-of-type li:nth-child(2) {
	display: block;
}
.article li:nth-child(2) p {
	margin: 0 0 20px;
}
.article li:nth-child(2) p.img{
	width: 100%;
}
.article li dl{
	margin: 0 0 20px;
}
.article li dl dd{
	padding: 0 0 0 1em;
}
.article li:nth-child(2) p a{
	margin: 0 0 0;
}
.article li:nth-child(2) p .tel-moji a{
	color: #000;
	text-decoration: none;
	}

.article li:nth-child(2) .kome, .article li:nth-child(2) p.kome{
	font-size: 12px;
}

.article li:nth-child(2) ul{
	width: 100%;
}
.article li:nth-child(2) ul li{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
.article li:nth-child(2) ul li img{
	max-height: none;
	}

.article li:nth-child(2) ul li p{
	margin: 5px 0 0 0;
	font-size: 14px;
}
.article li:nth-child(2) ul li ul li{
}
.article li:nth-child(2) ul li:nth-child(2){
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.date {
	margin: 0 0 5px;
	color: #7B7B7B;
	font-size: 12px;
}
.article h3 {
	padding: 0 0 10px;
	color: #0089D2;
	font-size: 20px;
}
.article h3 .kome{
	font-size: 12px;
	}

	
}
