@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------ カテゴリー一覧 */

.category {
}

.category h4 {
    margin: 0;
    padding: 10px 0;
    background-color: #edf5fa;
    border-top: 2px solid #4a89bb;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0em;
    color: #333;
}

.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
}

.category ul li a {
    display: block;
    padding: 10px 20px 10px 0;
    background-image: url("../common/icon_arrow_blue2.svg");
    background-size: 12px 10px;
    background-position: right center;
    color: #666;
}

.category ul + a {
    display: block;
    margin-top: 20px;
    padding: 15px 40px 15px 15px;
    background-color: #4a89bb;
    background-image: url("../common/icon_blanklink.svg");
    background-size: 16px 16px;
    background-position: right 15px center;
    color: #fff;
}

.bnr-area {
    margin-top: 30px;
    text-align: center;
}


@media screen and (min-width: 641px) {

.category h4 {
    padding: 14px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
}

} /* min 641px -- */

@media screen and (min-width: 769px) {

.category li a {
    padding: 15px 20px 15px 0;
}

.category li a:hover {
    color: #40b2be;
}

.category + a {
    margin-top: 30px;
}

.category + a:hover {
    background-color: #40b2be;
    text-decoration: none;
}

.bnr-area a {
    display: inline-block;
    margin: 5px 5px 0;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.bnr-area a:first-child {
    margin-top: 0;
}

.bnr-area a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

} /* min 769px -- */



/* ------------------------------------------------------------------------------------------------------ お知らせ：詳細 */

.info-ttl {
    position: relative;
    padding: 28px 0 10px;
    border-top: 2px solid #4a89bb;
    border-bottom: 1px solid #ccc;
}

.info-ttl h3 {
    margin: 0;
    padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25em;
    color: #333;
}

.info-ttl time {
    position: absolute;
    top: 6px;
    left: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
}

.info-txt {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.mt-image-none { padding:10px !important; }


@media screen and (min-width: 641px) {

.info-ttl {
    padding: 36px 0 16px;
}

.info-ttl h3 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25em;
    color: #333;
}

.info-ttl time {
    top: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
}

.info-txt {
    padding: 30px 0;
}

} /* min 641px -- */

@media screen and (min-width: 769px) {

.info-ttl h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25em;
    color: #333;
}

.info-ttl time {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
}

} /* min 769px -- */


