﻿.maindesign .mgt40{margin-top: 40px!important;}
.maindesign .mgb40{margin-bottom: 40px!important;}
.maindesign .mgb50{margin-bottom: 50px!important;}
.mgt20{margin-top: 20px!important;}
.maindesign {
font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}
.maindesign .feature-hdg1{
	font-feature-settings: "palt";
}
.maindesign .feature-hdg1 .sub_title{
	/*background-color: rgba(0,0,0,0.3);*/
	padding: 20px 0;
	font-size: 70px;
	line-height: 1.2;
	text-align: left;
	left: 50px;
}
@media screen and (max-width: 767px) {
.maindesign .feature-hdg1 .sub_title{
	padding: 10px 0;
	font-size: 6.5vw;
	top: 30px;
	left: 10px;
}
}
.maindesign .feature-hdg1 .sub_title-secondary{
	margin-top: 0;
}

.maindesign .feature-hdg3{
	border-left: 4px solid #f00;
	padding: 0.3rem 1rem;
	margin-top: calc(120px - 0.6rem);
}
.maindesign .feature-hdg4 {
        font-size: 1.5rem;
        /*margin-top: calc(50px - 0.6rem);*/
	margin-top: calc(110px - 0.6rem);
        margin-bottom: calc(30px - 0.75rem);
    }
.maindesign .under-h2{
	margin-top: calc(60px - 0.6rem);
}
.maindesign .under-h3{
	margin-top: calc(50px - 0.6rem);
}



.maindesign .group {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 50px;
}
.maindesign .group .group--img {
    width: 49%;
}
.maindesign .group .group--img img{
    width: 100%;
}
.maindesign .group .group--text {
    width: 49%;
}
.maindesign .group .group--text h3{
	font-size: 2em;
    color: #0180cd;
    margin-bottom: 20px;
}
.maindesign .group .group--text p{
	line-height: 1.5;
	font-size: 1.2em;
	text-align: justify;
}
@media screen and (max-width: 767px) {
.maindesign .group .group--img {
    width: 100%;
}
.maindesign .group .group--text {
    width: 100%;
	margin-top: 5px;
}
.maindesign .group .group--text h3{
	font-size: 1.5em;
}
.maindesign .group .group--text p{
	font-size: 0.9em;
}
	.maindesign .feature-hdg4 {
        font-size: 1.2rem;
    }
}


.maindesign .tableware{
	background: #b5e8ff;
}
.maindesign .tableware h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2em;
}
.maindesign .tableware .tableware-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.maindesign .tableware .tableware-flex--img{
	width: 450px;
}
.maindesign .tableware .tableware-flex--img img{
	display: block;
}
.maindesign .tableware .tableware-flex--txt{
	width: calc(100% - 480px);
	text-align: center;
	padding: 10px;
}
.maindesign .tableware .tableware-flex--txt p{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #0054a7;
}
.maindesign .tableware .tableware-flex--txt h3{
	font-size: 3.5em;
	font-weight: bold;
	margin-bottom: 25px;
	color: #0054a7;
}

@media screen and (max-width: 767px) {
.maindesign .tableware .tableware-flex--img{
	width: 100%;
}
.maindesign .tableware .tableware-flex--txt{
	width: 100%;
	padding: 20px 10px 10px;
}
.maindesign .tableware .tableware-flex--txt h3{
	font-size: 2.5em;
}

}


.maindesign .riyoseru{
	padding: 30px;
	border: 3px solid #00a1e9;
}
.maindesign .riyoseru h3{
	font-size: 1.5em;
	font-weight: bold;
	color: #00a1e9;
	margin: 0 0 20px 0;
}
.maindesign .riyoseru--block{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.maindesign .riyoseru--block__img{
	width: 500px;
}
.maindesign .riyoseru--block__img img{
	width: 100%;
}

.maindesign .riyoseru--block__txt{
	width: calc(100% - 550px);
}
.maindesign .riyoseru--block__txt h4{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	color: #fff;
	background-color: #00a1e9;
	margin-bottom: 10px;
}
.maindesign .riyoseru--block__txt p{
	line-height: 1.5;
	color: #00a1e9;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.maindesign .riyoseru--block__txt ul{
	display: flex;
	flex-wrap: wrap;
	
}
.maindesign .riyoseru--block__txt li{
	padding: 0px 20px;
	border-right: 1px solid #ccc;
	width: 250px;
	margin: auto;
	text-align: center;
}
.maindesign .riyoseru--block__txt li:last-child{
	border-right: none;
}
.maindesign .riyoseru--block__txt li img {
    margin-bottom: 10px;
    width: 80%;
}
.maindesign .riyoseru--block__txt li p{
	color: #333333;
	text-align: left;
}
@media screen and (max-width: 767px) {
.maindesign .riyoseru {
    padding: 15px;
}
.maindesign .riyoseru--block__img {
    width: 100%;
	margin-bottom: 10px;
}
.maindesign .riyoseru--block__txt {
    width: 100%;
}
.maindesign .riyoseru--block__txt li {
    padding: 0px 20px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0 auto 15px;
}
.maindesign .riyoseru--block__txt li:last-child {
    border-bottom: none;
    margin: 0 auto 0;
}
}


.maindesign .riyoseru-set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .riyoseru-set--img {
	width: 500px;
}
.maindesign .riyoseru-set--kakaku {
	width: calc(98% - 500px);
}
.riyoseru-set--kakaku li {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.maindesign .riyoseru-set--kakaku li p{
	line-height: 1.3;
}
.maindesign .riyoseru-set--kakaku li p.regular-price {
	text-align: right;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.maindesign .set-buy{
	position: relative;
}
.maindesign .set-buy p{
	font-size: 1.5em;
    font-weight: bold;
}
.maindesign .set-buy .special-price {
    text-align: right;
    font-size: 3.5em;
    font-weight: bold;
    color: #e30012;
	padding-right: 130px;
	margin-top: 15px;
}
.maindesign .set-buy .special-price .yen{
    font-size: 0.6em;
}
.maindesign .set-buy .circle {
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: normal;
    color: #fff;
    background-color: #ea6d0d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
.maindesign .riyoseru-set--img {
    width: 100%;
	margin-bottom: 20px;
}
.maindesign .riyoseru-set--kakaku {
    width: 100%;
}
.maindesign .riyoseru-set--kakaku li {
    display: block;
}
.maindesign .riyoseru-set--kakaku li .regular-price{
	margin-top: 10px;
}
.maindesign .set-buy{
	height: 100px;
}
.maindesign .set-buy .special-price {
	padding-right: 110px;
	margin-top: 10px;
}
.maindesign .set-buy .circle {
    width: 100px;
    height: 100px;
	font-size: 0.9em;
}
}



.maindesign .comparison table{
	border-collapse:collapse;
	margin-bottom:20px;
}

.maindesign .comparison table th,.maindesign .comparison table td{
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
	line-height:1.2;
	vertical-align: middle;
}

.maindesign .feature-hdg3.h3-cool{
	color: #00a1e9;
}
.maindesign .table-slider{
	display: flex;
	margin-bottom: 10px;
}

.maindesign .table-slider table{
	border: 1px solid #00a1e9;
	border-collapse: collapse;
	table-layout: fixed;
}
.maindesign .table-slider table:nth-child(2){
	border-left: none;
}

.maindesign .table-slider table th{
	background: #00a1e9;
	color: #fff;
	font-weight: bold;
	height: 2.0em;
	padding: 5px;
	vertical-align: middle;
}
.maindesign .table-slider table td{
	border-bottom: 1px dashed #00a1e9;
	border-right: 1px solid #00a1e9;
	height: 3.0em;
	padding: 5px;
	vertical-align: middle;
}
.maindesign .table-slider .first {
    width: 250px;
}
.maindesign .table-slider .second {
    width: 100%;
    text-align: center;
}
.maindesign .table-slider .second,
.maindesign .table-slider .second th,
.maindesign .table-slider .second td {
    border-left: none;
}
@media screen and (max-width: 767px) {
.maindesign .comparison table td {
    line-height: 1.5;
    font-size: 0.8em;
}

.maindesign .table-slider .slider-fixd{
	width: 40%;
}
.maindesign .table-slider .slider-move{
	width: 60%;
	overflow-x: scroll;
}
.maindesign .table-slider .first {
    width: auto;
}
.maindesign .table-slider .second {
    width: 600px;
}
.maindesign .table-slider th,
.maindesign .table-slider td {
	font-size: 0.75em;
}



}
.maindesign .kome li{
	margin-bottom: 5px;
	line-height: 1.3;
	font-size: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}



.maindesign .images{
	margin-bottom: 20px;
}

.maindesign .images img{
	display: block;
}

.maindesign .cool-level{
	font-size: 2em;
	color: #0180cd;
	margin-bottom: 20px;
}
.maindesign .cool-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .cool-flex li{
	width: 390px;
}
@media screen and (max-width: 767px) {
.maindesign .cool-level{
	font-size: 1.5em;
}
.maindesign .cool-flex li{
	width: 32%;
}
.maindesign .cool-flex .menu-btn-list li{
	width: 100%;
}
.maindesign .arrow-r::after{
	content: none;
}
}
.maindesign .smell{
	padding: 20px;
	background: #eee;
}
.maindesign .smell h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 2em;
}
.maindesign .smell .smell-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.maindesign .smell .smell-flex--img{
	width: 50%;
}
.maindesign .smell .smell-flex--txt{
	width: 45%;
}
.maindesign .smell .smell-flex--txt p{
	margin-bottom: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
.maindesign .smell h3{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.5em;
}
.maindesign .smell .smell-flex--img{
	width: 100%;
	margin-bottom: 20px;
}
.maindesign .smell .smell-flex--txt{
	width: 100%;
}
	
}

.maindesign .exclusive{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.maindesign .exclusive a{
	display: block;
	background-color: #cfcfcf;
	color: #333;
	width: 49%;
}
.maindesign .exclusive .images{
	margin-bottom: 0;
}
.maindesign .exclusive .text-area{
	padding: 10px;
}
.maindesign .exclusive .text-area p{
	line-height: 1.4;
	text-align: justify;
}

.maindesign .exclusive .text-area .exclusive--block__name{
	font-size: 1.3em;
    margin-bottom: 5px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
.maindesign .exclusive a{
	width: 100%;
	margin-top: 20px;
}
.maindesign .exclusive a:first-child{
	margin-top: 0;
}
.maindesign .exclusive .text-area p{
	font-size: 0.9em;
}
.maindesign .exclusive .text-area .exclusive--block__name{
	font-size: 1.2em;
}
}




/*cont-xxxはインクルードされる位置で決定される*/
@media screen and (min-width: 768px){/*wide用*/
.goods-list-area {
width: 1080px;
overflow: hidden;
list-style: none;
margin: 0 auto;
padding: 0;
}
.goods-list-area .items {/*itemuの横幅*/
margin: 30px 26.5px 0 0;
float: left;
width: 20%;
width: calc((100% - 80px) / 4);
width: -webkit-calc((100% - 80px) / 4);
width: -moz-calc((100% - 80px) / 4);
padding: 0 0 10px 0;
position: relative;
}
.goods-list-area .items::before {
position: absolute;
top: -20px;
left: 0;
width: 100vw;
height: 1px;
content: '';
background-color: #dbdbdb;
box-sizing: border-box
}
.goods-list-area .items:nth-child(n+1):nth-child(-n+4):before {/*ボーダ消すよう*/
width: 0;
height: 0;
border: 0;
margin-top: 20px
}
.goods-list-area .items:nth-child(4n) {/*item右端のmargin削除*/
margin-right: 0;
}

.goods-list-area .items .img-box{
margin:auto;
width:200px;/*IEバグ対策*/
width: fit-content;

} 

.goods-list-area .items .goods-img {
/*text-align: center;
width: 200px;
height: 200px;
display: table-cell;
vertical-align: middle;*/
width: 200px;
height: 200px;
margin: auto;
position: relative; 
}
.goods-list-area .items .goods-img img {
/*width: auto !important;
height: auto !important;
max-width: 200px;
max-height: 192px;*/
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto; 
}
.goods-list-area .items .icon-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 40px;
margin: 10px 0;
width: 100%;
}
.goods-list-area .items .icon-list .icon {
margin-right: 5px;
}
.goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.goods-list-area .items .icon-list .icon img {
width: 38px
}
.goods-list-area .items .goods-nm {
font-size: 0.88em;
word-break: break-all;
color: #333;
height: 3em;
overflow: hidden;
}
.goods-list-area .items .price-area {
height: 1.2em;
line-height: 1;
font-size: 1.25em;
margin-bottom: 20px;
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;
}
.goods-list-area .items .price-area .head {
font-size: 0.75em;
margin-right: 3px;
padding-top: 2px
}
.goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.goods-list-area .items .price-area .en {
font-size: 0.93em;
padding-left: 2px;
}
.goods-list-area .items .price-area .value {
font-weight: bold;
font-size: 1.2em;
align-self: flex-end;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .items .favIcon{
position: absolute;
top: calc(192px - 35px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
cursor:pointer;
z-index: 50;
}
.goods-list-area .items .favIcon img{
}
.goods-list-area .items .favMsg{
display: none;
font-size: 0.8em;
position: absolute;
top: calc(192px - 10px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
width: 210px;
color: #333333;
z-index: 901;
}
.goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-bottom: 5px;
}
.goods-list-area .items .reco-star-box .star {
width: 15px;
}
.goods-list-area .items .catch {
display: none;
}
.goods-list-area .items .catch .inner {
display: none;
font-size: 0.9em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 2.9em;
line-height: 1.5;
margin-bottom: 5px;
}
.more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}


@media screen and (max-width: 767px){/*short用*/
/* featureArticle */
.goods-list-area {
border-bottom: 1px solid #dbdbdb;
width: 100%;
overflow: hidden;
list-style: none;
margin: 0 auto 20px;
padding: 0;
}
.goods-list-area .items {
margin-top: 10px;
margin-right: 25px;
float: left;
width: calc(100% - 25px / 2);
width: -webkit-calc((100% - 25px) / 2);
width: -moz-calc((100% - 25px) / 2);
padding-bottom: 15px;
position: relative
}
.goods-list-area .items::before {
background-color: #dbdbdb;
box-sizing: border-box;
content: '';
height: 1px;
left: 0;
position: absolute;
top: -10px;
width: 100vw;
}
.goods-list-area .items:nth-child(2n) {
margin-right: 0;
}
.goods-list-area .items .img-box {
display: table;
margin: 0 auto;
}
.goods-list-area .items .goods-img {
display: table-cell;
height: 150px;
text-align: center;
vertical-align: middle;
width: 150px;
}
.goods-list-area .items .goods-img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 96%;
}
.goods-list-area .items .icon-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
height: 48px;
margin-top: 5px;
}
.goods-list-area .items .icon-list .icon {
margin-right: 3px;
max-width: 40px;
padding-bottom: 8px;
position: relative;
width: 24%;
}
.goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.goods-list-area .items .icon-list .icon img {
max-width: 38px;
max-height: 38px;
width: 100%;
}
.goods-list-area .items .goods-nm {
font-size: 0.9em;
word-break: break-all;
color: #333;
height: 2.5em;
line-height: 1.4;
overflow: hidden;
}
.goods-list-area .items .price-area {
height: 1.8em;
font-size: 1.25em;
margin: 10px 0;
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;
}
.goods-list-area .items .price-area .head {
font-size: 0.6em;
margin-right: 3px;
}
.goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.goods-list-area .items .price-area .en {
font-size: 0.6em;
padding-left: 2px;
}
.goods-list-area .items .price-area .value {
font-weight: bold;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .items .favIcon{
position: absolute;
left: 4px;
top: 31%;
cursor:pointer;
}
.goods-list-area .items .favIcon img{
width: 30px;
}
.goods-list-area .items .favMsg{
display: none;
font-size: 0.8em;
position: absolute;
left: 4px;
top: 38%;
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
width: 85%;
color: #333333;
z-index: 901;
}
.goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-top: 5px;
}
.goods-list-area .items .reco-star-box .star {
width: 15px;
}
.goods-list-area .items .catch {
display: none;
}
.goods-list-area .items .catch .inner {
font-size: 0.9em;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
height: 4.3em;
line-height: 1.4;
margin-top: 5px;
}
.more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}

.maindesign .iconp{
	/*padding-left:80px;*/
}
.maindesign .icon{
	position: absolute;
	right: 0;
	top: -50px;
}
.maindesign .feature img{
	margin-top: 20px;
}
.maindesign .cool-flex .cool-flex-cont {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.maindesign .under-h2{
	margin-top: calc(80px - 0.6rem);
}
@media screen and (min-width:768px){
	.maindesign .feature-hdg2{
	}	
.maindesign .icon{
	width:180px;
	position: absolute;
	right: 0;
	top: -45px;
}
}

.maindesign h2.iconh2 {
     /*padding-bottom: 0px !important; */
    display: flex;
    align-items: center;
}
	.maindesign .icon{
	top: 0px;
}
.maindesign .icon {
	margin-bottom:0;
	width:20vw;
}
.maindesign .iconp {
	padding-left:0;
}
.maindesign .cool-level{
	font-size: 2em;
	color: #0180cd;
	margin-bottom: 20px;
}
.maindesign .cool-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .cool-flex li{
	width: 390px;
}
.maindesign .cool-flex .cool-flex-cont{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.maindesign .cool-flex li p{
	text-align: center;
	margin-top: 20px;
	font-size: 1.5em;
}
.maindesign .feature img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.maindesign .cool-flex li p{
	font-size: 1em;
}
.maindesign .cool-level{
	font-size: 1.5em;
}
.maindesign .cool-flex li{
	width: 48%;
}
.maindesign .cool-flex .menu-btn-list li{
	width: 96%;
	margin: auto;
	font-size: 0.8em;
}
.maindesign .arrow-r::after{
	content: none;
}
}
.maindesign .zoom-img{
	overflow: hidden;
}
.maindesign .zoom-img img{
	transition: transform 0.5s ease;
}
.maindesign .zoom-img img:hover{
	transform:scale(1.2,1.2);
}
.maindesign .links {
    display: flex;
    flex-wrap: wrap;
}
.maindesign .cols4-2 li {
    width: calc(48% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
}
.maindesign .border_radiuse li {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
	padding: 10px;
}
.maindesign .links.cols4-2 li a {
    height: 100%;
	color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.maindesign .cols4-2 .text_box {
    margin: 0 0 10px;
}
.maindesign .links li img {
    width: 100%;
}
.maindesign .cols4-2 .bTxt {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.1;
}
.maindesign .cols4-2 .col-img{
	margin-top: auto;
	flex-shrink: 0;
}
.maindesign .border li {
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.maindesign .links.cols4-2 .text-box {
    padding: 0.5em;
    line-height: 1.6em;
}
.maindesign .links li .text-box {
    text-align: center;
}
@media screen and (min-width:768px){
	.maindesign .links li {
    	width: calc(25% - 7.5px);
    	margin-right: calc(30px / 3);
	}
	.maindesign .cols4-2 .bTxt {
    	font-size: 1.1rem;
	}
	.maindesign .cols4-2 li:nth-child(4n) {
    	margin-right: 0;
	}
	.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title {
    	font-size: 1.4rem;
	}
	.featureBox {
		border: 3px solid #2e8b57;
		margin: 30px 0;
		box-sizing: border-box;
		padding: 30px 10px 10px;
		position: relative;
}
	.featureBox .fBTitle {
		position: absolute;
		top: -25px;
		border: 5px solid #fff;	
		color: #fff;
		padding: 10px 30px;
		background: #2e8b57;
		box-sizing: border-box;
		font-size: 1.25em;

	}
	.featureBox .fbWording {
		list-style-type: disc;
		margin: 10px 0 10px 40px;
		font-size: 1.25em;
	}
	
	.maindesign .tbl01 th, .maindesign .tbl01 td {
		width: 25%;
	}
	
}