
.title {
    background-image: url("../image_220315/title.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 870px;
    height: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	flex-direction: column;
}
h1 {
    margin: 0 auto;
}
.maindesign .title_inner {
    background-color: rgba(0,0,0,0.3);
    padding: 10px 30px;
    line-height: 1.4;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 65%;
    text-align: center;
    white-space: nowrap;
}
@media screen and (min-width:768px){
.sp-only {
    display: none!important;
}	
}
@media screen and (max-width:767px){
.pc-only {
    display: none!important;
}	
	.title {
    background-image: url(../image_220315/title_sp.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    /* background-color: #3c6b34; */
    width: 100%;
    height: 46vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.maindesign .feature-hdg1 .sub_title-secondary {
    font-size: 0.6em;
}
	.maindesign .nav{
		padding: 0 5px;
	}
#main .menu-btn-list .default-btn {
	display: flex;
}	
}

h3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.3rem 1rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: calc(50px - 0.6rem);
    margin-bottom: calc(30px - 0.75rem);
    text-align: left;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
	    padding-left: 10px;
}
#main .breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}
.maindesign .yodo-btnsp{
	width: 80%;
	margin: 10px auto;
}
#main .goods li img {
	margin-top: 10px;
}
.maindesign .cols4-2.w50p li {
    display: flex;
    flex-direction: column;
}
.maindesign .goods.cols4-2 .text-box {
    flex-grow: 1;
}


/*230112*/
.fs08{font-size: 0.8em;}
.mgt10{margin-top: 10px!important;}
.red{color: #f00;}
.maindesign .text_box_red{
	padding: 10px;
	border: 1px solid #f00;
	margin: 20px auto;
}
.maindesign .orange-btn, .maindesign .default-btn {
    color: #fff!important;
}
#main .tab-menu-nav li a {
    display: flex;
	align-items: center;
}
#main .cols2 {
    display: flex;
    justify-content: space-around;
}
#main .cols2 .img_container {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .cols2 .text_container {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#main .mbgc_green {
    background-color: #00b050;
    color: #fff;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    text-align: center;
}
.maindesign .tab-menu-nav .w50 {
    width: calc( 50% - 10px);
    margin-right: 20px;
    line-height: 1.2;
}
.maindesign .tab-menu-nav .w50:nth-child(2n) {
    margin-right: 0;
}
#main .h2comment {
    line-height: 1.5;
    margin: 15px 0;
}
#main .links li .text-box {
    text-align: left;
}
#main .lineage-list--head{
	font-weight: bold;
}
	@media screen and (max-width:767px){
.maindesign .goods.cols4-2 .text-box {
    font-size: 0.8em;
}
		#main .cols2 .text_container li {
    font-size: 0.85rem;
	line-height: 1.2;
}
		#main .mbgc_green {
    /*font-size: 0.7rem;*/
    margin-bottom: 0.2rem;
    padding: 0.2em;
}
#main .cols2 .text_container div {
	margin-bottom: 10px;
}		
	}

.maindesign .AC-blocks {
    margin: 30px 0 20px;
    border: 2px solid #ccc;
}
.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 .model-block02 {
    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-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;
    /* padding: 0.5em; */
    transition: 0.5s;
    position: absolute;
    top: 50%;
    right: 1%;
    height: 25px;
    width: 25px;
}
.maindesign .AC-blocks .model-block02.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block02 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block03 {
    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-block03::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-block03.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block03 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block04 {
    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-block04::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-block04.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block04 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
}
.maindesign .AC-blocks .model-block05 {
    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-block05::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-block05.active::after {
    transform: rotate(
180deg) translateY(50%);
}
.maindesign .AC-blocks .sub-block05 {
    display: none;
     padding: 10px;
    /*border: 2px solid #ccc; */
	position: relative;
}
	@media screen and (max-width:767px){
		.maindesign .m_title{
			font-size: 4vw;
		}
}

.maindesign .tab-menu-nav:not(.nav) {
    display: flex;
    justify-content: space-around;
}
.maindesign .tab-menu-nav:not(.nav) li {
    width: 45%;
    font-size: 1.15em;
}
#main .komeri-only{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 40px 0 20px 0;
}
#main .komeri-only h3{
	margin: 0;
    width: calc(100% - 240px);
}
#main .komeri-only .images {
    width: 200px;
}
@media screen and (max-width:767px) {
    .maindesign .tab-menu-nav:not(.nav) li {
        width: 95%;
        font-size: 0.95em;
    }
#main .komeri-only h3 {
    padding-right: 0;
    width: calc(100% - 170px);
}
#main .komeri-only h3 .fs08 {
    font-size: 0.6em;
}
#main .komeri-only .images {
    width: 150px;
}
}


