﻿
.maindesign{
	width:860px;
	margin:auto;
}

.maindesign .in_space{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	}
.maindesign .in_space2{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	border-radius:10px;
	}
.maindesign .mask01:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #f00;
	}
.maindesign .mask02:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #FFF;
	}
    
.maindesign .bnr img{
	width:270px;
	margin-bottom:10px;
	display:inline-block;
}    
.maindesign .bnr2 img{
	width:410px;
	margin-bottom:10px;
	display:inline-block;
} 
.maindesign .mb10{
	margin-bottom:10px;
}
.maindesign .bdg{
	border-collapse:collapse;
	display:inline-table;
}
.maindesign .bdg th{
	background-color:#576b83;
	color:#fff;
}
.maindesign .bdg th, .maindesign .bdg td {
	border-collapse:collapse;
	border:1px solid #CCC;
	padding:5px;
}
.maindesign .bnr01 img{
	margin-left:19px;
	margin-bottom:20px;
}  

.maindesign .bnr02 img{
	margin-bottom:20px;
} 
    
.maindesign .flexArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;

}

.maindesign .flexleft {
	width: 47%;
}
.maindesign .flexright {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.maindesign .cards--unit {
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}

.maindesign .flexright .title-text {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
	margin: 10px 0 5px;
}

.maindesign .page--item-moderate {
    margin: 30px auto 0;
}

.maindesign .flexright .cards--btn {
    width: 300px;
	
}

.maindesign .komeri-btn__orange {
    background-color: #EA6D0D !important;
	position: relative;
    cursor: pointer;
    border-radius: 40px;
    opacity: 1.0;
	text-decoration: none;
}

.maindesign .komeri-btn--inner {
    font-feature-settings: "palt";
    color: #fff;
    padding: 0.75rem 2rem 0.75rem 1.75rem;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: bold;
}

.maindesign .komeri-btn--inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

.maindesign .recommendation--text.under-lead-text {
	font-weight: bold;
    margin-bottom: 15px;
}

.maindesign .disc_list {
	font-size: 1em;
	padding-left: 20px;
}

.maindesign .disc_list li {
	margin: 0 0 10px;
    list-style-type: disc;
	line-height: 1.2;
}

.maindesign .disc_list li:last-child {
	margin: 0;
}

.maindesign .tab-menu-nav {
	margin-top: 0;
}

.maindesign .tab-menu-nav li a {
	color: #333;
}

.maindesign h2.headingMiddle {
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 30px 0;
    text-align: left;
}

.maindesign h2.headingMiddle::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}

.maindesign .p-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.maindesign .p-narrow-col > .p-card--unit {
    width: 24%;
}

.maindesign .p-card--unit {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.maindesign .p-card--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}

.maindesign .p-card--img {
    min-height: 0%;
}

.maindesign .p-card--text {
    flex-grow: 1;
    font-weight: bold;
    font-size: 1.05rem;
    margin-top: 15px;
    text-align: center;
    line-height: 1.3;
	color: #333;
}

.maindesign .p-narrow-col > .p-card--unit:nth-child(n+5) {
    margin-top: 20px;
}

.maindesign .catalogItems_flex {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.maindesign .catalogItems_flex_image img {
    border: solid 1px;
    border-color: #999999;
    box-sizing: border-box;
    }

.maindesign .catalogItems_flex_image {
    width: 40%;
    }

.maindesign .catalogItems_flex_text_area {
	width: calc(50% - 20px);
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maindesign .headT {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.0em;
	line-height: 1.5;
	text-align: center;
    }

.maindesign .button_CaArea {
    width: 100%;
    }

.maindesign .button_CaStyle01 a.w100 {
    margin-top: 10px;
    width: 100%;
    }

.maindesign a.btnRadius02 {
    width: 60%;
    margin: 10px auto;
    font-size: 0.9rem;
}

.maindesign a.lightBtn {
    color: #333;
    border: 2px solid #ddd;
    background-color: #fff;
    }

.maindesign a.btnRadius02 {
    border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.maindesign .fsSmall {
    font-size: .8em;
    padding: .8em 1.2em;
}

.maindesign .feature__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }

.maindesign .feature__items article {
    width: 48%;
    min-height: 140px;
    margin-top: 24px;
    font-size: .9em;
    position: relative;
    font-feature-settings: "palt";
    }

.maindesign .feature__items article:nth-child(-n+2) {
    margin-top: 0;
    }

.maindesign .feature__items article a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 15px 15px 20px;
    border-radius: 5px;
    overflow: hidden;
	box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
	color: #000;
    }

.maindesign .feature__items article a .feature__items--txt {
    width: calc(76% - 20px);
    }

.maindesign .feature__items article a .feature__items--txt .feature__items--txt__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: .6rem;
    }

.maindesign .feature__items article a .feature__items--txt .feature__items--txt__catch {
    line-height: 1.5;
    font-size: 1.1rem;
    }

.maindesign .feature__items article a .feature__items--img {
    width: 24%;
    display: flex;
    align-items: center;
    }

.maindesign .orange-category article a::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    border-top: 10px solid #e26b13;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #e26b13;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    }











