/* ========================================
   page.css
   元ファイル: /home/claude/site_src/works/page.css
======================================== */
@charset "utf-8";
.month {
	margin-top: 60px;
}
ol.list li {
	width: 46%;
	margin-bottom: 60px;
}
ol.list li:nth-child(2n) {
	float: right;
}
ol.list li:nth-child(2n+1) {
	float: left;
}
ol.list li p {
	line-height: 1.5;
	min-height: 72px;
	margin-bottom: 20px;
	background: url(../images/common/dotted.gif) no-repeat 0 10px;
	padding-left: 15px;
	background-size: 5px;
}
ol.list li figure {
	text-align: center;
}
ol.list li a {
	float: right;
	margin-top: 20px;
}
.lightbox .lb-image {
	zoom: 1;
}
.accordion h3 {
	margin-top: 60px;
	margin-bottom: 35px;
	font-size: 22px;
	color: #555;
	padding: 14px 0 14px 15px;
	border: solid 1px #22ac38;
	border-left: solid 4px #22ac38;
	background: url(../images/common/arrow_ac1.png) no-repeat 97% 50%;
transition: background-color 0.5s linear;
}
.accordion h3:hover{
    background: #22ac38 url(../images/common/arrow_ac1.png) no-repeat 97% 50%;
    color: #fff;
		}
.accordion h3.ac_active:hover{
color:#555;}

.accordion h3.ac_active {
	background: url(../images/common/arrow_ac2.png) no-repeat 97% 50%;
}
.accordion ol {
	display: none;
}
.accordion ol {
	border-top: 1px solid #c1c1c1;
}
.accordion dl {
	border-bottom: 1px solid #c1c1c1;
}
.accordion dt {
	float: left;
	width: 10%;
	line-height: 1.7;
	padding: 14px 0 14px 14px;
	box-sizing: border-box;
	font-weight: bold;
	white-space: nowrap;
}
.accordion dd {
	float: right;
	width: 90%;
}
.accordion dd li {
	padding: 14px;
	border-bottom: 1px dashed #c1c1c1;
}
.accordion dd li:last-child {
	border-bottom: 0;
}
.month02 table {
	display: none;
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
}
.month02 ol {
	display: block;
}
.month02 table th {
	width: 10%;
	vertical-align: top;
	text-align: left;
	padding: 14px 0 14px 14px;
	border-top: 1px solid #c1c1c1;
	white-space: nowrap;
}
.month02 table td {
	width: 90%;
}
.month02 table dl:last-child {
	border-bottom: 0;
}
.public_li ol.list li p {
	min-height: 0;
}
/* ===== works01  ===== */
#works01 #main_visual_bg {
	background: url(../images/works/main_visual_works.jpg) no-repeat 0 0;
}
/* ===== works02  ===== */
#works02 #main_visual_bg {
	background: url(../images/works/main_visual_works.jpg) no-repeat 0 0;
}

@media screen and (max-width :1024px) {
ol.list li figure img {
	width: 100%;
}
ol.list li {
	display: block;
	width: 45%;
}
}

@media screen and (max-width :768px) {
ol.list li {
	float: none!important;
	width: 96%;
	border-bottom: #ccc solid 1px;
	margin: 30px auto 0 auto;
}
ol.list li a, .under_main a.btn02 {
	float: none;
	margin: 40px auto;
}
.month02 table th {
	float: left;
	width: 98%;
	margin-top: 50px;
}
.month02 table tr:first-child th {
	margin-top: 0;
}
.month02 table td {
	float: left;
	width: 100%;
}
}

/* u-list（ul版）にもol.listと同じ2列スタイルを適用 */
ul.u-list.cf {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.u-list li {
    width: 46%;
    margin-bottom: 60px;
}
ul.u-list li:nth-child(2n) {
    float: right;
}
ul.u-list li:nth-child(2n+1) {
    float: left;
}
ul.u-list li p {
    line-height: 1.5;
    min-height: 72px;
    margin-bottom: 20px;
    background: url(../images/common/dotted.gif) no-repeat 0 10px;
    padding-left: 15px;
    background-size: 5px;
}
ul.u-list li figure {
    text-align: center;
}
ul.u-list li figure img {
    width: 100%;
    height: auto;
}
ul.u-list li a {
    float: right;
    margin-top: 20px;
}
