.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .page--item-leave {
	margin-top: 50px;
}
.maindesign .page--item-moderate {
	margin-top: 30px;
}
.maindesign .page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .page--item-leave {
		margin-top: 30px;
	}
	.maindesign .page--item-close {
		margin-top: 15px;
	}
	.maindesign .section-imitation {
		margin-right: 10px;
		margin-left: 10px;
	}
}


.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}

.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
	line-height: 1.2;
}

.maindesign .list-heading {
	border-left: 4px solid #f00;
    padding: 0.3rem 1rem;
	font-size: 1.25rem;
	font-weight: bold;
}

.maindesign .only-btn {
	margin: 30px auto 0;
	width: 50%;
}
.maindesign .only-btn ul {
	margin: 0 !important;
}
.maindesign .only-btn li {
	width: 100% !important;
}
.maindesign .only-btn a {
	padding: 0.5em !important;
	min-height: 2.0rem !important;
	font-size: 1.0rem !important;
}

@media screen and (max-width:767px) {
	.maindesign .only-btn {
		width: 100%;
	}
	.maindesign .only-btn a {
		font-size: 0.95rem !important;
	}
}


.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px 0;
	width: 80%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	line-height: 1.25;
}
.maindesign .title--main-text {
	font-size: 4.0rem;
}
.maindesign .title--sub-text {
	font-size: 2.25rem;
}


@media screen and (max-width:767px) {
	.maindesign .title--inner {
		padding: 20px 0;
	}
	.maindesign .title--main-text {
		font-size: 9.5vw;
	}
	.maindesign .title--sub-text {
		font-size: 5.0vw;
	}
}

.maindesign .nav a {
	display: flex !important;
}

.maindesign .accordion .accordion--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .accordion--item {
	width: 100%;
}
.maindesign .accordion--header {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background-color: #15489E;
	color: #fff;
	padding: 20px 0;
}
.maindesign .accordion--header:hover {
	cursor: pointer;
}
.maindesign .accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .accordion--plus {
	display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.maindesign .accordion--plus::before {
	content: '';
	position: absolute;
	background-color: #fff;
    border-radius: 10px;
	transform: rotate(0deg);
    transform-origin: center center;
	width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.maindesign .accordion--plus::after {
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.maindesign .accordion--inner {
	border-left: 2px solid #15489E;
    border-right: 2px solid #15489E;
    border-bottom: 2px solid #15489E;
    box-sizing: border-box;
	display: none;
	padding: 50px 10px 40px;
}

.maindesign .accordion--header.open .accordion--icon-box {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.maindesign .accordion--header.open .accordion--plus:before {
	content: none;
}
.maindesign .accordion--header.open .accordion--plus:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

@media screen and (max-width:767px) {
	.maindesign .nav .nav--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .nav--item {
		width: 100%;
		font-size: 1.0rem;
	}
	.maindesign .nav--inner {
		padding: 15px 0;
	}
	.maindesign .guide-text {
		font-size: 0.9rem;
	}
	.maindesign .accordion--header {
		font-size: 1.1rem;
		line-height: 1.15;
		padding: 15px 0;
	}
	.maindesign .accordion--icon-box {
		right: 2%;
	}
}

.maindesign .accordion-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .accordion-content--left {
	width: 40%;
}
.maindesign .accordion-content--right {
	width: 58%;
}
.maindesign .accordion-content--lead {
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
}
.maindesign .accordion-content--img {
	margin-top: 10px;
}
.maindesign .accordion--table {
	table-layout: auto;
	width: 100%;
	height: 100%;
}

/* 列幅 均等*/
.maindesign .table-01 tr:nth-child(2n) td {
	width: calc(100% / 7);
}

/* 列幅 均等*/
.maindesign .table-02 tr:nth-child(2n) td {
	width: calc(100% / 8);
}


.maindesign table td,
.maindesign table th {
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
}


@media screen and (max-width:767px) {
	.maindesign .accordion--inner {
		padding: 30px 10px 20px;
	}
	.maindesign .accordion-content--left {
		width: 100%;
	}
	.maindesign .accordion-content--right {
		width: 100%;
		margin-top: 15px;
	}
	.maindesign .accordion--table td {
		font-size: 0.95rem;
	}
	.maindesign .accordion-content--lead {
		line-height: 1.15;
	}
}

.maindesign .order {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .order--item {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .order .order--item:nth-child(n + 3) {
	margin-top: 30px;
}
.maindesign .order--img {
	min-height: 0%;
}
.maindesign .order--detail {
	padding: 20px 15px;
	background-color: rgba(207,227,234,0.5);
}
.maindesign .order--title {
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
}
.maindesign .order--list {
	margin-top: 15px;
}
.maindesign .order--list-group {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 90%;
	margin: 10px auto 0;
	font-size: 1.1rem;
	font-weight: bold;
}
.maindesign .order--list-item {
	width: 75%;
	background-color: #fff;
	padding: 10px 0;
}
.maindesign .order--list-icon {
	width: 25%;
	background-color: rgba(204,204,204,.5);
	padding: 10px 0;
}
.maindesign .order-btn {
	margin-top: 30px;
}
.maindesign .order-btn ul {
	margin: 0 !important;
}
.maindesign .order-btn li {
	width: 100% !important;
}
.maindesign .order-btn a {
	min-height: 2.0rem !important;
	font-size: 1.2rem !important;
	padding: 0.5rem !important;
}
.maindesign .order-btn__only li {
	width: 50% !important;
}
.maindesign .order-lead {
	margin-top: 30px;
}
.maindesign .order-lead > span {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
}

@media screen and (max-width:767px) {
	.maindesign .order--item {
		width: 100%;
	}
	.maindesign .order .order--item:nth-child(n + 2) {
		margin-top: 30px;
	}
	.maindesign .order-btn__only li {
		width: 100% !important;
	}
}




.maindesign .flow--img {
	margin-top: 30px;
}

.maindesign .flow--manner {
	border: 3px solid #ccc;
	padding: 50px 30px 40px;
	margin-top: 30px;
	border-radius: 10px;
}
.maindesign .flow--manner-title {
	font-weight: bold;
	text-align: center;
	font-size: 2.0rem;
}
.maindesign .flow--error {
	margin-top: 50px;
}
.flow--error-title {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}
.maindesign .flow--error-title > span {
	display: inline-block;
	margin-right: 10px;
}
.maindesign .flow--error-primary {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 20px auto 0;
}
.maindesign .flow--error-item {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .flow--error-top {
	color: #696969;
	font-weight: bold;
	font-size: 1.0rem;
	white-space: nowrap;
}
.maindesign .flow--error-img {
	min-height: 0%;
	margin-top: 15px;
}
.maindesign .flow--error-bottom {
	margin-top: 15px;
	flex-grow: 1;
}

.maindesign .flow--correct {
	margin-top: 50px;
}
.maindesign .flow--correct-title {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}
.maindesign .flow--correct-title > span {
	display: inline-block;
	margin-right: 10px;
	color: #ff0000;
}
.maindesign .flow--correct-primary {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.maindesign .flow--correct-item {
	width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .flow--correct-bottom {
	margin-top: 15px;
}
.maindesign .flow--correct-bottom > span {
	border-bottom: 2px solid #ff0000;
}
.maindesign .flow--lead {
	margin-top: 30px;
}
.maindesign .indent-text {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width:767px) {
	.maindesign .flow--images-item {
		width: 100%;
	}
	.maindesign .flow--images .flow--images-item:not(:first-child) {
		margin-top: 50px;
	}
	.maindesign .flow--images .flow--images-item:first-child::after {
		top: calc(100% + 25px);
		left: 50%;
		border-width: 26.0px 15px 0 15px;
		border-color: #74c2cf transparent transparent transparent;
	}
	.maindesign .flow--img {
		margin-top: 15px;
	}
	.flow--manner {
		border: 2px solid #f0b616;
	}
	.flow--manner-title {
		font-size: 1.5rem;
	}
	.maindesign .flow--error {
		margin-top: 30px;
	}
	.maindesign .flow--error-primary {
		flex-wrap: wrap;
		width: 100%;
	}
	.maindesign .flow--error-item {
		width: 100%;
	}
	.maindesign .flow--error-primary .flow--error-item:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .flow--manner {
		padding: 30px 15px 20px;
	}
	.maindesign .flow--manner-title {
		font-size: 1.5rem;
	}
	.flow--error-title {
		font-size: 1.25rem;
	}
	.maindesign .flow--error-img {
		margin-top: 10px;
	}
	.maindesign .flow--error-bottom {
		margin-top: 10px;
	}
	.maindesign .flow--correct {
		margin-top: 30px;
	}
	.maindesign .flow--correct-title {
		font-size: 1.5rem;
	}
	.maindesign .flow--correct-item {
		width: 100%;
	}
}



.maindesign .flow-qa--question {
	font-weight: bold;
	line-height: 1.15;
	font-size: 1.2rem;
}
.maindesign .flow-qa--question > span {
	display: inline-block;
	margin-right: 10px;
	color: #0b3395;
	font-size: 1.2em;
} 
.maindesign .flow-qa--answer {
	margin-top: 30px;
	padding: 20px 30px;
	background-color: rgba(204,204,204,.25);
}
.maindesign .flow-qa--text > span {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ff8a00;
}
.maindesign .flow-qa--img {
	margin-top: 20px;
}

.maindesign .shutter--img {
	margin-top: 30px;
}


@media screen and (max-width:767px) {
	.maindesign .shutter--img {
		margin-top: 15px;
	}
}


.maindesign .notes--text li {
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .notes--text li:not(:first-child) {
	margin-top: 5px;
}
.maindesign .notes--detail {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .notes--left {
	width: 49%;
}
.maindesign .notes--right {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media screen and (max-width:767px) {
	.maindesign .notes--text li:not(:first-child) {
		margin-top: 3px;
	}
	.maindesign .notes--left {
		width: 100%;
	}
	.maindesign .notes--right {
		width: 100%;
		margin-top: 15px;
	}
	.maindesign .notes--case {
		margin-top: 10px;
	}
}


.maindesign .order-price--title {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}
.maindesign .scroll-container {
	border-collapse: collapse;
    margin-inline: auto;
    margin-top: 15px;
    overflow-x: auto;
    width: 100%;
    cursor: grab;
}
.maindesign .scroll-container table.table-03 {
	width: 2150px;
}

.maindesign .strikethrough {
	background-image: linear-gradient(to bottom left,#ffff00 50%,#f0fff0 51%);
	position: relative;
}
.maindesign .strikethrough::before {
	content: '奥行(cm)';
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 0.8rem;
}
.maindesign .strikethrough::after {
	content: '間口(cm)';
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0.8rem;
}
@media screen and (max-width:767px) {
	.maindesign .strikethrough::before {
		font-size: 0.6rem;
	}
	.maindesign .strikethrough::after {
		font-size: 0.6rem;
	}
}

/* table-03の最初の列幅 */
.maindesign .table-03 .first-column th:first-child {
	width: 200px;
}
@media screen and (max-width:767px) {
	.maindesign .table-03 .first-column th:first-child {
		width: 100px;
	}
}


/* table-03の最初以外の列幅 */
.maindesign .table-03 .first-column th:not(:first-child) {
	width: 150px;
	background-color: #ffff00;
}

/* 最初の列のセル群 */
.maindesign .scroll-container tr th:nth-of-type(1) {
	padding: 10px 0;
    position: sticky;
    top: 0;
    left: -1px;
    background-color: #f0fff0;
    z-index: 10;
    border-left: 1px solid #ccc;
}

@media screen and (max-width:767px) {
	.maindesign .order-price--title {
		font-size: 1.5rem;
	}
}




.maindesign .balloon {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	width: 215px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #70a6ff;
	border-radius: 50%;
	box-sizing: border-box;
}

.maindesign .balloon:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #70a6ff;
	z-index: 0;
}






.maindesign .combination--img {
	margin-top: 30px;
}

@media screen and (max-width:767px) {

	.maindesign .combination--img {
		margin-top: 15px;
	}
}


.maindesign .combination--title {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

@media screen and (max-width:767px) {
	.maindesign .combination--title {
		font-size: 1.5rem;
	}
}

.maindesign .scroll-container table.table-04 {
	width: 2750px;
}

/* table-04の最初の列幅 */
.maindesign .table-04 .first-column th:first-child {
	width: 200px;
}
@media screen and (max-width:767px) {
	.maindesign .table-04 .first-column th:first-child {
		width: 100px;
	}
}

/* table-04の最初以外の列幅 */
.maindesign .table-04 .first-column th:not(:first-child) {
	width: 150px;
	background-color: #ffff00;
}



.maindesign .deformation--img {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .deformation--img {
		margin-top: 15px;
	}
}



.maindesign .function {
	margin-top: 30px;
}
.maindesign .function .function-group:not(:first-child) {
	margin-top: 10px;
}
.maindesign .function-group {
	display: flex;
}
.maindesign .function-item {
	width: 5em;
	position: relative;
}
.maindesign .function-item::after {
	content: ':';
	position: absolute;
	right: -5px;
}
.maindesign .function-content {
	margin-left: 20px;
	width: calc(100% - 5em);
}

@media screen and (max-width:767px) {
	.maindesign .function {
		margin-top: 15px;
	}
	.maindesign .function .function-group:not(:first-child) {
		margin-top: 5px;
	}
}


.maindesign .catch {
	margin-top: 50px;
}
.maindesign .catch--text {
	position: relative;
	height: 130px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}
.maindesign .catch--before {
	display: inline-block;
	width: 50%;
	text-align: right;
	padding-right: 5px;
}
.maindesign .catch--after {
	display: inline-block;
	width: 50%;
	text-align: left;
	padding-left: 5px;
}
.maindesign .catch--balloon {
	position: absolute;
	top: 0;
}
.maindesign .catch--img {
	width: 70%;
	margin: 15px auto 0;
}

@media screen and (max-width:767px) {
	.maindesign .catch {
		margin-top: 30px;
	}
	.maindesign .catch--img {
		width: 100%;
	}
}




.maindesign .notes--primary {
	padding: 50px 30px 30px 30px;
}
.maindesign .notes--primary .notes--primary-item:not(:first-child) {
	margin-top: 50px;
}
.maindesign .black-heading {
	background-color: #000;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	width: 50%;
	margin: 0 auto 15px;
}
.maindesign .deformation--text {
	margin-top: 15px;
}
.maindesign .deformation--text > span {
	font-weight: bold;
	font-size: 1.1em;
}
.maindesign .deformation--text-item {
	margin-top: 10px;
}
.maindesign .center-text {
	text-align: center;
}

@media screen and (max-width:767px) {
	.maindesign .notes--primary {
		padding: 30px 15px 15px 15px;
	}
	.maindesign .notes--primary .notes--primary-item:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .black-heading {
		font-size: 1.25rem;
		width: 100%;
		margin: 0 auto 10px;
		padding: 10px 0;
	}
	.maindesign .deformation--text-item {
		margin-top: 5px;
	}
	.maindesign .center-text {
		text-align: left;
	}
}

.maindesign .deformation--table--title {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.15;
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .deformation--table--title {
		font-size: 1.5rem;
	}
}

.maindesign .mystore-outer {
	position: relative;
}
.maindesign .mystore-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.maindesign .mystore-inner--img {
	margin-right: 10px;
}
.maindesign .mystore-inner--img img {
	height: 2.0em;
	width: auto;
}
.maindesign .mystore-inner--text {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2rem;
}

.maindesign .table-supplement {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
	font-size: 1.15rem;
}
.maindesign .table-supplement--item {
	position: relative;
	margin-top: 10px;
	width: 200px;
	margin-right: 15px;
}
.maindesign .table-supplement--item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 6em;
	border: 1px solid #ccc;
	width: 50px;
	height: 15px;
}
.maindesign .table-supplement--item__yellow::before {
	background-color: #ffff00;
}

@media screen and (max-width:767px) {
	.maindesign .table-supplement {
		font-size: 0.95rem;
	}
	.maindesign .table-supplement--item {
		width: 49%;
		margin-right: 5px;
	}
	.maindesign .mystore-inner--img img {
		height: 1.75em;
		width: auto;
	}
	.maindesign .mystore-inner--text {
		font-size: 1.0rem;
	}
}

.maindesign .bg-yellow {
	background-color: #ffff00;
}

.maindesign .tax-text {
	text-align: right;
	margin-top: 30px;
	margin-right: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .tax-text {
		margin-right: 5px;
	}
}