<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
	margin-bottom: 100px;
}
.maindesign .img_container &gt; img {
	width: 100%;
	height: auto;
}
/*.maindesign .menu-btn-list a,
.maindesign .tab-menu-nav a{
	color: #fff !important;
	display: flex !important;
	height: auto !important;
}*/
.maindesign .breadcrumb {
	margin-bottom: 5px;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
.maindesign .title_container {
	position: relative;
}
.maindesign .title_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	padding: 20px 15px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.25);
}
.maindesign .title_inner p {
	text-align: center;
	font-weight: bold;
	font-size: 3.0em;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}
.maindesign .topBtn ul {
	margin: 30px 0;
}

@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
	.maindesign .breadcrumb,
	.maindesign .main_title {
		margin-left: 5px !important;
	}
	.maindesign .title_inner {
		width: 90%;
	}
	.maindesign .title_inner p {
		font-size: 7.0vw;
	}
}

.maindesign .accordion_conainer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 30px 0;
}
.maindesign .accordion_content {
    margin: 10px 0;
    border: 2px solid #ccc;
	width: 48%;
	box-sizing: border-box;
}
.maindesign .cover_block {
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 15px 0;
	text-align: center;
    position: relative;
    cursor: pointer;
}
.maindesign .cover_block::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/include_html/koukoku/newlife/img/arrow_forward.svg);
    transform-origin: center;
    transform: translateY(-50%);
    color: #9ca289;
    display: inline-block;
    align-items: center;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 3%;
    height: 25px;
    width: 25px;
}
.maindesign .cover_block.active::after {
    transform: rotate(180deg) translateY(50%);
}
.maindesign .inside_block {
	display: none;
	padding: 10px;
}
.maindesign .menu-btn-list {
	justify-content: space-between;
	margin: 1rem 0 0;
}
.maindesign .menu-btn-list.alone_btn {
	justify-content: center;
}
.maindesign .menu-btn-list li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 15px!important;
}
.maindesign .menu-btn-list a {
	padding: 0.5em 0.4em;
	font-size: 1.2em !important;
}

@media screen and (max-width:767px) {
	.maindesign .accordion_content {
		width: 100%;
	}
	.maindesign .cover_block {
		font-size: 1.2em;
	}
	/*.maindesign .menu-btn-list li {
		width: 100%;
	}*/
	.maindesign .menu-btn-list .w100 {
		width: 100%;
	}
}

.maindesign .flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .flex_cotainer a {
	color: #000;
	text-decoration: none;
}
.maindesign .frame_container::before,
.maindesign .frame_container::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .frame_container::before {
	order: 1;
}
.maindesign .frame_container .flex_content {
	width: 24%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	color: #000 !important;
	text-decoration: none;
	margin-bottom: 30px;
}
.maindesign .frame_container h4 {
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 20px;
	line-height: 1.2;
}
.maindesign .frame_container .text_content {
	flex-grow: 1;
	line-height: 1.15;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .frame_container::before,
	.maindesign .frame_container::after {
		width: 49%;
	}
	.maindesign .frame_container .flex_content {
		width: 49%;
	}
	.maindesign .frame_container h4 {
		font-size: 1.0em;
	}
	.maindesign .frame_container .text_content {
		font-size: 0.95em;
	}
}

.maindesign .recommendation_container {
	margin-top: 15px;
}
.maindesign .recommendation_content {
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.maindesign .recommendation_container .recommendation_content {
	width: 48%;
}
.maindesign .recommendation_content &gt; a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-decoration: none;
}
.maindesign .recommendation_text {
	width: 75%;
}
.maindesign .recommendation_img {
	width: 20%;
}
.maindesign .recommendation_title {
	font-size: 1.10em;
	margin-bottom: 15px;
}
.maindesign .recommendation_detail {
	font-size: 0.95em;
	line-height: 1.15;
}
.maindesign .kome_text {
	font-size: 0.75em;
	font-weight: bold;
	color: #ff0000;
}
.maindesign .left-red {
    border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
}

@media screen and (max-width:767px) {
	.maindesign .recommendation_container .recommendation_content {
		width: 100%;
		margin-bottom: 15px;
	}
}

.maindesign .relation_container .flex_content {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 48%;
	border: 1px solid #ccc;
	padding: 10px;
	color: #000;
	text-decoration: none;
	margin-bottom: 15px;
}
.maindesign .relation_container p {
	font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.05em;
    width: 75%;
    line-height: 1.15;
}
.maindesign .relation_container .img_container {
	width: 22%;
}

@media screen and (max-width:767px) {
	.maindesign .relation_container .flex_content {
		width: 100%;
	}
}
.mgt20{margin-top: 20px!important;}
#main .flatbtn {
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    color: #333;
    display: flex;
    opacity: 1.0;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}
#main .menu-btn-list .flatbtn {
    display: flex;
    color: #fff !important;
}
#main .default-btn, #main .orange-btn, #main .red-btn, #main .blue-btn, #main .mustard-btn {
    color: #fff;
}</pre></body></html>