﻿#main {
	margin-bottom: 100px;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}
#main .breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}

#main .accordion_conainer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .AC-blocks {
    margin: 5px 0;
    border: 2px solid #ccc;
	/*width: 48%;*/
}
#main .AC-blocks .model-block {
    text-align: center;
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
#main .AC-blocks .model-block::after {
    font-family: 'Noto Sans JP', sans-serif;
    content: url(/contents/event/24_bedding/img_240917/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: 1%;
    height: 25px;
    width: 25px;
}
#main .AC-blocks .model-block.active::after {
    transform: rotate(
180deg) translateY(50%);
}
#main .AC-blocks .sub-block {
    display: none;
    padding: 10px;
}
#main .AC-blocks .model-block02 {
    /*text-align: center;*/
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 0.5em;
    position: relative;
    cursor: pointer;
}
#main .AC-blocks .model-block02::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;
}
#main .AC-blocks .model-block02.active::after {
    transform: rotate(180deg) translateY(50%);
}
#main .AC-blocks .sub-block02 {
	display: none;
	padding: 10px;
}
#main .AC-blocks .sub-block02 li {
	margin-bottom: 16px;
}
#main .AC-blocks .sub-block02 li a{
position: relative;
    display: inline-block;
}
/*#main .AC-blocks .sub-block02 li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
	background: #000;
}
#main .AC-blocks .sub-block02 li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}*/
#main .relation {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#main a.feature {
    display: block;
    color: #000000;
    text-decoration: none;
}
#main .feature {
    width: calc(50% - 7px);
    height: auto;
    min-height: 75px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    text-align: justify;
}
#main .feature .feat_title {
    font-size: 1.2em;
    width: calc(80% - 20px);
    padding-left: 10px;
    font-weight: bold;
    margin: 0;
}
#main .feature .feat_text {
    font-size: 0.8em;
    width: calc(80% - 30px);
    padding-left: 10px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}
#main .feature img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20%!important;
    transform: translateY(-50%);
    transition: 0.6s;
}
#main .feature:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width:767px) {
	#main section {
		margin: 0 10px 50px;
	}
	#main .AC-blocks {
		width: 100%;
	}
	#main .feature {
		width: 100%;
		height: auto;
		min-height: 80px;
		margin-bottom: 10px;
		padding: 10px 0;
		border: 1px solid #ccc;
		position: relative;
		transition: 0.6s;
		text-align: justify;
	}
#main .feature .feat_title {
		font-size: 1.2em;
		width: calc(100% - 130px);
		padding-left: 10px;
		font-weight: bold;
		margin: 0;
		display: flex;
		align-items: center;
	}
#main .feature .feat_text {
		font-size: 0.8em;
		width: calc(80% - 30px);
		padding-left: 10px;
		line-height: 1.2;
		margin: 10px 0 0 0;
	}
#main .feature img {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 100px!important;
		transform: translateY(-50%);
	}
}


#main .sub-2col {
	display: flex;
}
#main .sub-2col ul {
	width: 48%;
}
@media screen and (max-width:767px) {
	#main .sub-2col {
		display: block;
	}
}

.pane-main--menu2 {
		display: flex;
		flex-wrap: wrap;
		margin: 1.8rem 0 1rem 0;
	}
	.pane-main--menu2 li {
		width: calc(25% - 15px);
		margin-right: calc(60px / 3);
		margin-bottom: 1.5rem;
		position: relative;
	}
	.pane-main--menu2 li:nth-child(4n) {
		margin-right: 0px;
	}

	.pane-main-border {
		border-radius: 6px;
		border: 1px solid #000000;
		padding: 0.3rem 0;
		display: flex;
	}

	.pane-main-border .left-side{
		width: 70%;
	}
	.pane-main-border .left-side a{
		color:#333;
	}

	.pane-main-border .right-side{
		width: 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pane-main-border .right-side img{
		width: 65%;
	}
	.pane-main-border a {
		box-sizing: border-box;
		padding: 0.3rem 0.2rem;
		display: flex;
		opacity: 1.0;
	}
	.pane-main-btntitle {
		display: inline-block;
		position: relative;
		font-size: 1.3rem;
		margin: 0px 0px 10px 0px;
		padding: 0 0 0.4rem 1.5rem;
		border-bottom: 2px solid #EF221A;
	}

	.pane-main-btntitle::before{
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 0%;
		display: block;
	}
	.pane-main-btntitle::after{
		position: absolute;
		content: '';
		top: 0;
		left:0;
		display: block;
		width: 100%;
		height: 22px;
		background-image: url(/include_html/top/bpr2020/2ndtop/img/red_circle.gif);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.catalogLink {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.catalogLink li {
		width: 49%;
		margin-bottom: 1%;
	}

	.catalogLink li a {
		display: block;
		width: 100%;
		color: #FFF !important;
		text-shadow: 2px 1px 1px #000000;
		font-weight: bold;
		font-size: 1.3rem;
		text-align: center;
		padding: 1.3em 0;
		border-radius: 5px;
		text-decoration: none;
	}

	.catalogLink li.ca01 a{
		background-color: #F8B611;
	}
	.catalogLink li.ca02 a{
		background-color: #AA964A;
	}
	.catalogLink li.ca03 a{
		background-color: #23AB38;
	}
	.catalogLink li.ca04 a{
		background-color: #D8C448;
	}
	.catalogLink li.ca05 a{
		background-color: #909F74;
	}
	.catalogLink li.ca06 a{
		background-color: #66B1E3;
	}
	.catalogLink li.ca07 a{
		background-color: #796CAE;
	}
	.catalogLink li.ca08 a{
		background-color: #627B87;
	}
	.catalogLink li.ca09{
		width: 100%;
	}
	.catalogLink li.ca09 a{
		border: 1px solid #000;
		text-shadow: none;
		color: #333 !important;
	}

	.pane-main .pickup li a .pickup--txt2 {
		display: flex;
		align-items: center;
	}

	.pane-main .pickup li a .pickup--txt2 .pickup--txt__title {
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.3;
	}
#main .icondiv {
    display: flex;
    align-items: center;
}
#main .m_title {
    width: calc(100% - 70px);
	padding-left: 10px;
}
	@media screen and (max-width: 767px){
	.pane-main--menu2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 1.8rem 0 1rem 0;
		}

	.pane-main--menu2 li {
		width: calc(50% - 0.4rem);
		margin-bottom: 0.8rem;
		margin-right: inherit;
		font-size: 0.85rem;
		}
	.pane-main-border .left-side{
		font-size: 0.9rem;
		}
	.pane-main .pickup li a .pickup--txt2 .pickup--txt__title {
		font-size: 1.15rem;
	}
	.pane-main-border .right-side img {
		width: 80%;
	}	
}

.maindesign .mgb0{
	margin-bottom: 0!important;
}
.maindesign .img_container > img {
	width: 100%;
	height: auto;
}
.maindesign .title_container {
	position: relative;
display:block;
}
.maindesign .title_inner {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	padding: 20px 10px;
	width:50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
}
#main .heading_3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 50px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
    line-height: 1.3;
    white-space: nowrap;
}
.maindesign .tbl01 {
    border-collapse: collapse;
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.maindesign .tbl01 th, .maindesign .tbl01 td {
    padding: 20px 5px;
    border: 1px solid #ccc;
}
.maindesign .tbl01 th {
    background-color: #ebebeb;
    color: #000;
    padding: 15px;
	width: 33%;
    text-align: center;	
}
.maindesign .tbl01 td {
    text-align: center;
	line-height: 1.5em;
}
.maindesign .tbltac td {
    text-align: center;
}
.maindesign .border-b{
	text-decoration: underline!important;
}
.maindesign .fs13{
	font-size: 1.3em;
}
.maindesign .fwb{
	font-weight: bold;
}
.maindesign .mgb10{
	margin-bottom: 10px!important;
}
.maindesign .cont37 .text-indent{
	text-indent: -1em;
	padding-left: 0.5em;
	margin: 0;
	line-height: 1.5;
}
.maindesign .cont37{
	line-height: 1.3;
	margin-bottom: 20px;
}
.maindesign .cont37 .images{
	width: 30%;
}
.maindesign .cont37 .text{
	width: 66%;
	font-size: 1.7em;
}
.maindesign .cont37 .b-text{
	font-size: 1.5em;
	font-weight: bold;
}

.maindesign .text-blue{
	color: #0051a7;
}
.maindesign .text-green{
	color: #007b3a;
}
.maindesign .text-orange{
	color: #ee6b00;
}

.maindesign .flex_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .flex_container .flex_content {
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.maindesign .flex_container .pop_content {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
	padding-right: 30px;
}
.maindesign .flex_container .pop_content .img_container {
	width: 49%;
	margin: 0;
}
.maindesign .flex_container .pop_items {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.maindesign .flex_container .pop_item {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	background-color: #3cb371;
}
.maindesign .more_btn {
	margin: 0 0 1rem !important;
}
.maindesign .flex_container .menu-btn-list li {
	width: 100% !important;
}
.maindesign .flex_container .menu-btn-list a {
	font-size: 1.0em !important;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .flex_container .text_content {
	flex-grow: 1;
}
.maindesign .flex_container .btn_content.long_btn_content {
	height: 300px;
}
.maindesign .feature-hdg2 {
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
	.maindesign .feature-hdg2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}
.maindesign .feature-hdg3 {
    font-size: 1.75rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
    padding-bottom: 0.5rem;
}
.maindesign .feature-hdg4 {
    font-size: 1.25rem;
    margin-top: calc(50px - 0.6rem);
    margin-bottom: calc(30px - 0.75rem);
    padding-bottom: 0.5rem;
	font-weight: bold;
}

.maindesign .lead-text {
    font-size: 1.15em;
    line-height: 1.4;
}
/* ----pc  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex!important;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
/*.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}*/
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a;
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .etcbtn{
font-size: 1.2rem
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */
/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
.maindesign .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 10px;
line-height: 1.2; 
}
/*.maindesign .menu-btn-list li:last-child {
margin-right: 0 
} */
.maindesign .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
/*.maindesign .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}*/
.maindesign .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */
@media screen and (max-width:767px) {
	.maindesign .cont37 .text-indent{
	line-height: 1.2;
}
	.maindesign .cont37 .images{
	width: 45%;
}
.maindesign .cont37 .text{
	width: 54%;
	line-height: 1.2;
	font-size: 1em;
}
	.maindesign .cont37 .text-indent{
	line-height: 1.2;
}
/*.maindesign .cont37 .b-text{
	font-size: 1.3em;
}*/
	.maindesign .cont37 .s-text{
	font-size: 0.8em;
}
	.maindesign .flex_container .flex_content {
		width: 100%;
	}
	.maindesign .flex_container .menu-btn-list a {
		display: flex !important;
		font-size: 0.95em !important;
	}
	.maindesign .flex_container .pop_content {
		padding-right: 15px;
	}
	.maindesign .flex_container .btn_content.long_btn_content {
		height: auto;
	}
.maindesign .feature-hdg2 {
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.5rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(45px - 0.75rem);
    line-height: 1.2;
}	
.maindesign .feature-hdg3 {
    font-size: 1.25rem;
    margin-top: calc(50px - 0.6rem);
    margin-bottom: calc(30px - 0.75rem);
    padding-bottom: 0.5rem;
    line-height: 1.3;
}
	.maindesign .feature-hdg4 {
    font-size: 1.2rem;
    margin-top: calc(40px - 0.6rem);
    margin-bottom: calc(20px - 0.75rem);
    padding-bottom: 0.5rem;
    line-height: 1.3;
	font-weight: bold;
}
	.maindesign .lead-text {
    font-size: 0.95em;
    line-height: 1.5;
}
/* ----sp  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */
	/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
.maindesign .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
	.maindesign .AC-blocks .menu-btn-list li {
    width: calc(50% - 10px);
    margin-right: 10px;
}
.maindesign .menu-btn-list li:last-child {
margin-bottom: 0 
} 
.maindesign .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */

}
@media screen and (min-width:768px) {
.maindesign .menu-btn-list.col-1 li {
    width: calc(60% - 10px);
}
}
@media screen and (max-width:767px) {
	.maindesign .title_inner p {
		font-size: 10vw;
}
}

.maindesign .mgb40{margin-bottom: 40px!important;}
.maindesign .mgt30{margin-top: 30px!important;}
.maindesign p {line-height: 1.3;}
.maindesign img {
        width: 100%;
        height: auto;
    }
.maindesign .text-link {
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: bold;
}
.maindesign .cols3-1{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.maindesign .cols3-1 .flex_cont{
	width: 32%;
    display: flex;
    flex-direction: column;
}
.maindesign .cols2-1{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.maindesign .cols2-1 .AC-blocks{
}
.maindesign .AC-blocks .model-block {
    text-align: center;
    /* margin-top: 20px; */
    background: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 1.3em;
    position: relative;
    cursor: pointer;
}
.maindesign .AC-blocks .model-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;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .sub-block li {
margin-bottom: 16px;
    background-image: url(/contents/event/nursing/img/arrow_right05.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px;
    padding-left: 0.8em;
	width: 100%!important;
	display: flex;
}
.maindesign .AC-blocks .sub-block li a{
position: relative;
    display: inline-block;
}
.maindesign .AC-blocks .sub-block li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
	background: #000;
}
.maindesign .AC-blocks .sub-block li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:767px) {
.maindesign .cols3-1 .flex_cont{
	width: 100%;
	margin-top: 30px;
}
}

.maindesign .w100{
	width: 100%!important;
}
.maindesign .flex1{
	flex: 1;
}

/*-- margin-top --*/
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mt3em { margin-top: 3em !important; }
/*-- margin-bottom --*/
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }

