@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : topics.css
Description :
===================================================================== */

/* =====================================================================
*    topics
* =================================================================== */
.topics {
	padding: calc(100 / 750 * 100%) 0 calc(150 / 750 * 100%);
}

.topics::before {
	content: '';
	position: absolute;
	background: url(../images/topics/bg_topics.jpg) no-repeat center top/contain;
	width: calc(1890 / 750 * 100vw);
	height: calc(380 / 750 * 100vw);
	top: 0;
	left: -70%;
	margin: calc(15 / 750 * 100%) auto 0;
}

.topics .sec_ttl {
	margin: 0 0 calc(210 / 750 * 100%);
}

.topics .sec_contents {
	width: calc(690 / 750 * 100%);
	margin: 0 auto;
}

.topics_list > li {
	margin: 0 0 calc(90 / 690 * 100%);
	padding: calc(30 / 690 * 100%);
	background-color: #fff;
}

.topics_list > li:last-child {
	margin-bottom: 0;
}

.topics_list > li::before {
	content: '';
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 2px;
	bottom: 0;
	right: 0;
	margin: 0 calc(-40 / 690 * 100%) 0 0;
}

/*
.topics_list_box > dt::after {
	content: "";
	display: block;
	width: calc(650 / 630 * 100%);
	height: 1px;
	background-color: #dddedf;
	margin: calc(30 / 630 * 100%) 0 0 calc(-10 / 630 * 100%);
}
*/

.topics_list_date {
	display: block;
	margin: 0 0 calc(20 / 690 * 100%) calc(-60 / 690 * 100%);
	padding-left: calc(140 / 690 * 100%);
	color: #d45e7a;
	font-size: 2.2rem;
	line-height: 1;
}

.topics_list_date::before {
	content: "";
	position: absolute;
	width: calc(100 / 630 * 100%);
	height: 1px;
	background-color: #737373;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.topics_list_ttl {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.923;
}

.topics_list_txt {
	margin: calc(40 / 630 * 100%) 0 0;
	padding: 0 0 calc(50 / 630 * 100%);
	font-size: 2.8rem;
	line-height: 1.666;
}

.topics_list_txt a.shop {
	display: inline;
}

.topics_list_txt b ,.topics_list_txt strong {
	font-weight: bold;
}

.topics_list_txt b.center {
	text-align: center;
	display: block;
}

.topics_list_txt > *:not(:last-child) {
	margin: 0 0 calc(40 / 630 * 100%);
}

.topics_list_photo > li:not(:last-child) {
	margin: 0 0 calc(40 / 630 * 100%);
}

.topics_list_btn {
	text-align: right;
}



@media screen and (min-width: 768px) {
	.topics {
		padding: calc(130 / 1200 * 100%) 0 calc(150 / 1200 * 100%);
	}

	.topics::before {
		background-size: cover;
		width: 100%;
		height: calc(189 / 1200 * 100vw);
		left: 0;
		right: 0;
		margin: calc(50 / 1200 * 100%) auto 0;
	}

	.topics .sec_contents {
		padding: 0 100px;
	}

	.topics .sec_ttl {
		margin: 0 0 calc(130 / 1000 * 100%);
	}

	.topics .sec_ttl img {
		width: calc(680 / 1000 * 100%);
	}

	.topics_list > li {
		margin: 0 0 calc(50 / 1000 * 100%);
		padding: 0;
		/*		padding: calc(10 / 1000 * 100%) calc(20 / 1000 * 100%) calc(20 / 1000 * 100%);*/
	}

	.topics_list > li::before {
		margin: 0;
	}

	.topics_list_box > dt::after {
		width: 100%;
		margin: calc(20 / 900 * 100%) 0 0;
	}

	.topics_list_date {
		margin: 0 0 0 calc(-100 / 900 * 100%);
		padding-left: calc(100/ 900 * 100%);
		font-size: 1.4rem;
	}

	.topics_list_date::before {
		width: calc(80 / 900 * 100%);
	}

	.topics_list_ttl {
		margin: calc(10 / 900 * 100%) 0 0;
		font-size: 2rem;
		line-height: 1.7;
	}

	.topics_list_txt {
		margin: calc(25 / 900 * 100%) auto 0;
		padding: 0 0 calc(90 / 900 * 100%);
		font-size: 1.6rem;
		line-height: 1.75;
	}

	.topics_list_txt > *:not(:last-child) {
		margin: 0 0 calc(40 / 900 * 100%);
	}

	.topics_list_photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 !important;
	}

	.topics_list_photo > li,
	.topics_list_photo > li:not(:last-child) {
		width: calc(720 / 900 * 100%);
		/*		max-width: calc(720 / 900 * 100%);*/
		min-width: calc(410 / 900 * 100%);
		margin: 0 calc(39 / 900 * 100%) calc(40 / 900 * 100%) 0;
	}

	/*
	.topics_list_photo > li:nth-child(even),
	.topics_list_photo > li:last-child {
		margin-right: 0;
	}
*/

	.topics_list_btn {
		text-align: center;
	}
}

@media screen and (min-width: 1200px) {
	.topics {
		padding: 130px 0;
	}

	.topics::before {
		max-width: 1600px;
		max-height: 189px;
		margin: 50px auto 0;
	}
}


/*    67コール用
* =================================================================== */


.topics .highlight {
    color: #F00;
    font-weight: bold;
    margin: 3px 3px 0 5px;
    background-color: yellow;
    line-height: 1.5em;
}

.topics .tellbox {
    width: 30rem;
    padding: 3%;
    margin: 10px auto;
    background-color: #FFF;
    border: solid 2px #000;
    border-radius: .4em;
    text-align: center;
    font-size: 2rem;
}

.topics .tellbox a{
    color: #F00!important;
}

.call67 {
    width: 85px;
    height: auto;
    padding-right: 2px;
    display: inline-block;
    vertical-align: sub;
}

.call67 img {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .topics .tellbox a{
        pointer-events:none;
        border-bottom: none!important;
    }
}


