@charset "utf-8";
/*------------------------------------------------------------
	life
------------------------------------------------------------*/
.page-title {
	display: block;
	background: url("../img/siroka_me/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
.page-title .title {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1034px;
    padding: 145px 15px 0;
}
.page-title .title .ttl {
    padding-top: 10px;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.2em;
}


#main .top-box {
	margin-bottom: 33px;
}
#main .top-box .head-line01 {
	float: left;
	width: 50%;
}
#main .top-box .com-select-box {
	float: right;
}
#main .top-box .com-select-box input {
	font-size: 1.4rem;
}
#main .com-story .com-inner {
	margin-bottom: 104px;
}
#main .com-story .com-inner .text-box .time {
	color: #888;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
#main .com-story .com-inner .text-box .com-link a {
	font-size: 1.6rem;
}
#main .com-story .com-list-ul {
    margin-bottom: 50px;
}
#main .com-story .com-list-ul li .date {
	color: #888;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
}
#main .com-story .com-list-ul li .ttl {
	padding-bottom: 5px;
}


#main .com-story .content > .inner {
    margin-bottom: 50px;
}
#main .com-story .content > .inner .photo-box {
	float: left;
	width: 67.6%;
}
#main .com-story .content > .inner .text-box {
	margin: 167px 0 0 -32%;
	float: right;
	width: 50.2%;
	padding: 64px 74px 70px;
	box-sizing: border-box;
	background: #e4e4e4;
}
#main .com-story .content > .inner .text-box .title {
	margin: 0 -80px 19px 0;
	font-size: 3.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#main .com-story .content > .inner .text-box .txt {
	margin: 0 -80px 32px 0;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
#main .com-story .content > .inner .text-box .link-txt span {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 3px 0 4px 38px;
	background: url("../img/common/icon13.png") no-repeat left center;
	background-size: 20px auto;
	letter-spacing: 0.2em;
}
#main .com-story .content > .inner .text-box .link-txt span:hover,
{
	opacity: 0.7;
}









@media all and (max-width: 896px) {
	.page-title .title {
    margin: 0 auto;
    display: block;
    max-width: inherit;
    padding: 52px 0 0;
}
	.page-title .title .txt-img {
    display: block;
	}
	.page-title .title .txt-img img {
    width: 154px;
}
.page-title .title .ttl {
    display: block;
    padding-top: 8px;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
}
    #main .top-box {
        margin-bottom: 33px;
    }
    #main .top-box .head-line01 {
        float: none;
        width: 100%;
    }
    #main .top-box .com-select-box {
        float: none;
    }
    #main .top-box .com-select-box input {
        font-size: 1.2rem;
    }
    #main .com-story .com-inner {
        margin-bottom: 50px;
    }
    #main .com-story .com-inner .text-box .com-link a {
        font-size: 1.2rem;
        margin: 0;
    }
	#main .com-story .com-inner .text-box .com-link {
		text-align: left;
	}
    #main .com-story .com-list-ul {
        margin-bottom: 30px;
    }


	#main .com-story .content > .inner {
		margin-bottom: 22px;
	}
	#main .com-story .content > .inner .photo-box {
		float: none;
		width: 100%;
	}
	#main .com-story .content > .inner .photo-box img {
		width: 100%;
	}
	#main .com-story .content > .inner .text-box {
		margin: 0;
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	#main .com-story .content > .inner .text-box .title {
		margin: 0 0 10px 0;
		font-size: 2rem;
	}
	#main .com-story .content > .inner .text-box .txt {
		margin: 0 0 17px 0;
		font-size: 1rem;
		line-height: 1.7;
	}


}
