@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

second CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

 .contents .top .circle_A {
    background-image:url(../img/second/circle.jpg);
}
 .contents .top .circle_B.bgColor {
	background: #6c9d8a;
}
 .contents dl.column dt,
 .contents h1 {
	color: #6c9d8a;
}
  .contents .lead img {
	display: block;
	max-width: 400px;
	margin: 50px auto;
}
 .contents dl.column dt {
	background: url(../img/second/icon4.png) center top no-repeat;
	background-size: 20px auto;
	 padding-top: 60px;
}
.contents h1 {
	padding: 20px 0 10px;
}
.contents .hero h2 {
	padding: 0 0 40px;
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 5px;
	line-height: 1;
}
.contents dl.column dd h3:first-of-type {
	margin-top: 0 !important;
}
.index-area {
    width: 550px;
    margin: 0 auto 50px;
}
.index-ttl {
    font-size: 2rem;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: #EEE solid 1px;
}
.index-list {
    
}
.index-list-item {
    display: flex;
    flex-wrap: wrap;
}
.index-list-item-link {
    width: 100%;
    display: flex;
    font-size: 1.7rem;
}
.index-list-item-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #6c9d8a;
    text-align: center;
    border-radius: 30px;
    color: #FFF;
    margin-right: 10px;
    line-height: 1;
}
.index-list-item-ttl {
    width: calc(100% - 30px);
    color: #6c9d8a;
}
.index-sub-list {
    padding: 10px 0 20px 40px;
}
.index-sub-list-item {
    
}
.index-sub-list-item-link {
    display: flex;
}
.index-sub-list-item-num {
    display: block;
    margin: 0 10px 0 0;
}
.index-sub-list-item-text {
    
}
.second h3.column-h3 {
    color: #6c9d8a;
    margin: 30px 0 0;
    padding: 5px 0 0 10px;
    border-left: #6c9d8a solid 3px;
    font-size: 2rem;
    line-height: 1;
}
.anniversary .column-h3-text,
.second .column-h3-text {
    margin-top: 15px;
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
	.contents .hero h2 {
		letter-spacing: normal;
	}
}
@media screen and (max-width: 460px) {
    .index-area {
        width: 100%;
    }
    .index-ttl {

    }
    .index-list {

    }
    .index-list-item {

    }
    .index-list-item-link {

    }
    .index-list-item-ttl {
        font-size: 5vw;
        line-height: 1.5;
        padding: 5px 0 0;
    }
    .index-list-item-num {
        font-size: 5vw;
        width: 9vw;
        height: 9vw;
        border-radius: 60px;
    }
    .index-sub-list {
        padding: 10px 0 20px;
    }
    .index-sub-list-item {
        border-bottom: #DDD solid 1px;
    }
    .index-sub-list-item-link {
        padding: 10px 0;
    }
    .index-sub-list-item-num {
        font-size: 5vw;
        width: 9vw;
        line-height: 1.5;
    }
    .index-sub-list-item-text {
        font-size: 5vw;
        width: calc(100% - 9vw);
        line-height: 1.5;
    }
	.contents h2 {
		font-size: 2.2rem;
		line-height: 1.4;
		letter-spacing: 0.05rem;
	}
	.second .column-h3-text {
		font-size: 1.9rem;
	}
}
