@charset "utf-8";
/* CSS Document */

/* ====================================
	カスタム
===================================== */

#global__header--header {
	background-color: transparent;
}

#global__header--title_logo {
	box-sizing: content-box;
}

.page-navi-container a {
	font-size: 1.4rem;
}

.page-navi-product-menu.fix {
	position: fixed;
}

#aboutMain .about-title {
	font-size: 2.4rem;
	display: inline-block;
}

#aboutMain .about-title .kome {
	position: relative;

}
#aboutMain .about-title .kome::after {

    content: '※';
    display: block;
    position: absolute;
    top: -4px;
    right: 6px;
    font-size: 0.4em;

}

ul.list-prod-about li.product-name {
	margin-bottom: 5rem;
}
ul.list-prod-about li.product-name span{
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

.prod-info-name {
	width: 180px;
	display: inline-block;
}

.prod-info-option {
	margin-left: 0.5em;
	width: 180px;
	padding-right: 0.2em;
	text-indent: 0.5em;
	display: inline-block;
}

ul.list-logo-icons li {
	height: 5rem;
}

.sub-title {
	font-size: 1.4rem;
}

sup.regTm {
	color: #000;
}

/* add 2021/03/29 */
sup.regTm_W {
	color: #FFF;
}

/* end of add */

.features .ttl {
	font-size: 1.4rem;
	font-weight: 700;
}

.features p.text {
	font-size: 1rem;
}

.caption {
	font-size: 1rem;
}

#clear .base-width {
	border-bottom: solid 1px #d9d9d9;
}

#lineup {
	padding-top: 30px;
}

.caption .lineupCap {
	text-indent: -1em;
	padding-left: 1em;
}

a.btn-spec {
	font-size: 0.86rem;
}

div.cocoroLogo {
	display: block;
	width: 15rem;
}

.products-sub-title {
	font-size: 1.6rem;
}

.list-logo-icons li img.opCover {
	position: absolute;
	top: 0;
	left: 0;
}

.IdList p {
	font-size: 1.2rem;
	padding: 0 2rem 2rem;
}

.IdList ul.cocoroList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 2rem;
}

.IdList ul.cocoroList li {
	width: 28%;
	min-width: 250px;
	display: block;
	margin-bottom: 5px;
	margin-right: 2%;
	font-weight: 600;
	text-align: left;
	font-size: 1.2rem;
}

.inlineImg {
	display: inline-block;
}

#basic ul.etcItem {
	display: flex;
	flex-wrap: wrap;
}

.contents-about h2.sub-sub-ttl {
	text-align: center;
	background-color: #eee;
	margin-bottom: 1rem;
}

/* メインビジュアル下お知らせリンク：黒 */
.info-link-bk {
	padding: 0.5em;
	border: solid 1px #000;
	color: #000;
	text-align: center;
}

.list-weight {
	margin-top: 24px;
	display: flex;
}

.list-weight li:first-of-type {
	margin-right: 22px;
}

.list-weight li span {
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 12px;
}

#aboutMain .note {
	margin-top: 40px;
	position: relative;
	padding-left: 16px;
}

#aboutMain .note::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	color: #2e98d0;
}

.btn-wrap {
	margin-top: 80px;
}

.btn-wrap a {
	background-color: #716f63;
	color: #fff;
	margin: 0 auto;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	transition: .2s;
}

.btn-wrap a:hover {
	text-decoration: none;
	opacity: .7;
	transition: .2s;
}

.btn-wrap a i {
	padding-right: 12px;
}

/* ====================================
        カスタムスタイルPC
===================================== */
@media print,
screen and (min-width: 768px) {
	.contents-about h2.sub-sub-ttl {
		font-size: 1.8rem;
		margin-top: 4em;
	}

	.flex-container.img-textF {
		justify-content: space-between;
		margin-bottom: 6rem;
	}

	.flex-container.img-textF>.flex-img {
		width: 15%;
	}

	.flex-container.img-textF>.flex-text {
		width: 80%;
	}

	.prod-info-name {
		margin-right: 50px;
	}

	.prod-info-option {
		margin-right: 52px;
	}

	/* PRODUCTS TOP POINT */
	.sub-point {
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
	}

	.sub-point h4 {
		width: 100%;
		text-align: center;
		line-height: 2rem;
		border: 1px solid #cecece;
		font-weight: 600;
		color: #7492a5;
	}

	.sub-point p {
		margin-bottom: 2rem;
		font-size: 1rem;
		line-height: 1.4;
		padding-top: 1rem;
	}

	.link-fea {
		text-align: right;
	}

	#basic ul.etcItem li {
		width: 25%;
		display: inline-block;
	}

	#basic ul.etcItem li.longItem {
		width: 50%;
		display: inline-block;
	}

	.inlineImg {
		width: 30%;
	}
}

/* ====================================
        カスタムスタイルSP
===================================== */
@media only screen and (max-width: 767px) {
	.contents-about h2.sub-sub-ttl {
		font-size: 1.4rem;
		margin-top: 4em;
	}

	.flex-container.img-textF {
		justify-content: space-between;
		margin-bottom: 6rem;
	}

	.flex-container.img-textF>.flex-img {
		width: 90%;
		margin: 1rem auto 2rem;
	}

	.flex-container.img-textF>.flex-text {
		width: 90%;
		margin: 0 auto 1rem;
	}

	.prod-info-name {
		margin-right: 0;
	}

	.prod-info-option {
		margin-right: 2px;
	}

	/* PRODUCTS TOP POINT */
	.sub-point {
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
	}

	.sub-point h4 {
		width: 100%;
		text-align: center;
		line-height: 2rem;
		border: 1px solid #cecece;
		font-weight: 600;
		color: #7492a5;
	}

	.sub-point p {
		margin-bottom: 2rem;
		font-size: 1rem;
		line-height: 1.4;
		padding-top: 1rem;
	}

	.link-fea {
		text-align: right;
		margin-bottom: 1.5rem;
	}

	.caption .indcer {
		padding-top: 1em;
		text-indent: -1.5em;
		padding-left: 0;
	}

	#basic ul.etcItem li {
		width: 50%;
		display: inline-block;
	}

	#basic ul.etcItem li.longItem {
		width: 100%;
		display: inline-block;
	}

	.inlineImg {
		width: 80%;
	}

	.btn-wrap a {
		width: 232px;
	}

}


/* ====================================
        ラインアップスタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.cost_table {
		text-align: center;
	}

	.naiyou {
		display: block;
		width: 100%;
		text-align: right;
		font-size: 0.86rem;
		line-height: 1.5rem;
		padding-right: 1rem;
	}

	.cost_table .iconlist {
		margin: 5px 0;
	}

	.cost_table p.caption {
		color: #fff;
		font-size: 0.64rem;
		line-height: 1.2rem;
		padding: 0 0.5rem 0.5rem;
	}

	.cost_table p.caption.only {
		padding: 2rem 0;
	}

	.cost_table p.caption.only sup {
		color: #FFF;
	}

	.cost_table .column1 {
		background-color: #79B15B;
		display: table;
		table-layout: fixed;
		width: 100%;
		color: #fff;
	}

	.cost_table .column1 .item {
		border-right: solid 2px #fff;
	}

	.cost_table .item {
		display: table-cell;
		padding: 0px;
		vertical-align: middle;
	}

	.cost_table .item .headItems {
		/*		color: #fff;*/
		padding: 1.5rem 0;
	}

	.cost_tale .cell2plus {
		width: 12rem;
	}

	.cost_table .item.iconImg {
		width: 6rem;
		vertical-align: top;
		padding: 1rem 0 0 0;
	}

	.cost_table .item.iconImg img {
		width: 2.6rem;
	}

	.cost_table .column1 .item.cost {
		padding: 0;
		border: none;
	}

	.cost_table .dotbd {
		border-right: dotted 2px #FFF;
	}

	.cost_table .dotbdgr {
		border-right: dotted 2px #80C47A;
	}

	.cost_table .column1 .itemcell {
		width: 50%;
		display: table-cell;
		background-color: #80C47A;
		font-size: 0.86rem;
		height: 3rem;
		vertical-align: middle;
		/*		color: #fff;*/
	}

	.cost_table .column1 .headitem,
	.cost_table .column2 .headitem {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.cost_table .column2 {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 4rem;
		/*Alvis 20210316*/
	}

	.cost_table .item.title {}

	.cost_table .column2 .item {
		border-right: solid 2px #79B15B;
		border-bottom: solid 2px #79B15B;
	}

	.cost_table .column2 .itemcell {
		width: 50%;
		display: table-cell;
		height: 4rem;
		font-size: 0.86rem;
		vertical-align: middle;
	}

	.cost_table .column2 .koumoku {
		width: 6rem;
	}

	.cost_table .column2 .koumoku2 {}

	.cost_table .column2 .item.cost {
		border-right: dotted 2px #79B15B;
		border-bottom: solid 2px #79B15B;
		border-left: none;
	}

	.cost_table .column2 .item.nobd {
		border-right: none;
		border-bottom: solid 2px #79B15B;
		border-left: none;
	}

	.cost_table .column3 {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.cost_table .column3 .item {
		border-right: solid 2px #79B15B;
		border-bottom: solid 2px #79B15B;
	}

	.cost_table .column3 .item.cost {
		border-left: dotted 2px #79B15B;
		border-bottom: solid 2px #79B15B;
		border-right: none;
	}

	.cost_table .item.noborder {
		border-left: none;
		border-right: none;
	}

	.item .iconlist.caption {
		color: white;
		margin-bottom: 0;
	}

	.flex-item.item-center .img.resize img {
		max-width: 70%;
	}

	.list-product-icons .column2 {
		width: 32%
	}

	.flex-container.column4 .pcttl {
		margin-top: 0.5em;
		font-size: 1.4rem;
		font-weight: 500;
	}

	.flex-container.column4 .pctext {
		margin-top: 0.5em;
		font-size: 1rem;
	}
}



@media only screen and (max-width: 767px) {
	.costTablewrap .disc.caption {
		margin-top: 1rem;
	}

	ul.disc {
		padding-left: 1.5em;
	}

	ul.disc li {
		text-indent: -1.5em;
	}

	.iconlist li {
		margin-top: 0.5em;
	}

	.iconlist img {
		vertical-align: middle;
		max-width: 100%;
		width: auto;
		margin-right: 0.25em;
	}

	.naiyou {
		display: block;
		width: 100%;
		text-align: right;
		font-size: 0.86rem;
		line-height: 1.5rem;
		padding-right: 1rem;
	}

	.cost_table p.caption {
		color: #fff;
		font-size: 0.64rem;
		line-height: 1.2rem;
		padding: 0 0.5rem 0.5rem;
	}

	.cost_table p.caption.only sup {
		color: #FFF;
	}

	.cost_table {
		display: table;
		table-layout: fixed;
		width: 100%;
		text-align: center;
		border-top: solid 2px #79B15B;
		border-bottom: solid 2px #79B15B;
		margin-top: 1em;
	}

	.mt0 {
		margin-top: 0 !important;
	}

	.cost_table .column1 {
		color: #fff;
		display: table-cell;
		background-color: #79B15B;
		width: 10rem;
		/*12->10:Alvis 20210316*/
	}

	.cost_table .item {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-top: solid 2px #79B15B;
	}

	.cost_table .column1 .item {
		border-top: solid 2px #fff;
	}

	.cost_table .column1 .sptitle,
	.cost_table .column1 .cost {
		border-top: none;
	}

	.cost_table .item {
		height: 6rem;
	}

	.cost_table .item span {
		display: table-cell;
		vertical-align: middle;
	}

	.item .iconlist.caption li {
		margin: 0.3rem;
		color: white;
	}

	.cost_table .item img {
		vertical-align: middle;
		max-width: 100%;
		width: auto;
	}

	.cost_table .item.title,
	.flex-item.topnobrd {
		/*       background-color: #79B15B;*/
		border-top: none;
	}

	.cost_table .column1 .spheaditem {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}

	.cost_table .column1 .headitem {
		display: table-cell;
		background-color: #79B15B;
		vertical-align: middle;
	}

	.cost_table .column1 .itemcell.dotbd {
		border-bottom: dotted 2px #fff;
	}

	.column1 .cell2plus {
		display: table;
		width: 10rem;
		/*12->10:Alvis 20210316*/
	}

	.column1 .cell2plus .itemcell {
		/*display: block;*/
		height: 3rem;
		background-color: #80C47A;
		vertical-align: middle;
		line-height: 1.6rem;
		font-size: 1rem;
		padding: 10% 0;
	}

	.cost_table .column2 .koumoku2 span {
		height: 6rem;
		border-top: none;
		border-bottom: none;
	}

	.cost_table .column2 .koumoku {
		height: 6rem;
		border-bottom: none;
	}

	.cost_table .column2 .spkmk {
		border-top: 2px dotted #79B15B;
	}

	.column1 .cell2plus .spheaditem {
		display: table-cell;
		height: 6rem;
	}

	.cost_table .column2 {
		vertical-align: top;
		display: table-cell;
	}

	.column2 .cell2plus {
		height: 6rem;
	}

	.cost_table .column2 .item {
		/*    border-right: solid 2px #79B15B;*/
	}

	.column2 .cell2plus .itemcell {
		display: block;
		height: 3rem;
		vertical-align: middle;
		line-height: 1.6rem;
		font-size: 1rem;
		padding-top: 0.6rem;
	}

	.column2 .cell2plus .itemcell.dotbdgr {
		border-bottom: dotted 2px #79B15B;
	}

	.cost_table .column2 .item.cost,
	.cost_table .column3 .item.cost {}

	.cost_table .column3 {
		vertical-align: top;
		display: table-cell;
	}

	.pc-only {
		display: none !important;
	}

	ul.star {
		margin-left: 2em;
	}

	ul.star li {
		text-indent: -2em;
	}

}