.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;
	}
	.section-imitation {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}


.maindesign .lead-text {
	line-height: 1.25;
}
.maindesign .under-text {
	margin-top: 15px;
}
.maindesign .kome-text {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width:767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
	.maindesign .under-text {
		margin-top: 10px;
	}
}

.maindesign .komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .komeri-btn > a {
	text-decoration: none;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.35rem 1.8rem 0.35rem 1.55rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
	font-weight: bold;
	font-size: 0.85rem;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.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 img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}
.maindesign .breadcrumb {
	margin-bottom: 5px;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px;
	}
}

.maindesign .notes {
	border: 1px solid #000;
	padding: 20px 15px;
}
.maindesign .notes--title {
	font-size: 1.5rem;
}
.maindesign .notes--list {
	line-height: 1.5;
    list-style: disc;
	padding-left: 25px;
	margin-top: 15px;
}
.maindesign .notes--kome-list {
	margin-top: 15px;
}
.maindesign .notes--kome-list .kome-text:not(:first-child) {
	margin-top: 5px;
}

.maindesign .pro-nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .pro-nav::before,
.maindesign .pro-nav::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .pro-nav::before {
	order: 1;
}
.maindesign .pro-nav--item {
	width: 24%;
	position: relative;
}
.maindesign .pro-nav .pro-nav--item:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .pro-nav--link {
	text-decoration: none !important;
	padding: 1.15em 0 1.15em 0.8em;
	color: #fff !important;
	background-color: #000;
	font-feature-settings: "palt" 1;
	font-size: 0.95rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.maindesign .pro-nav--link:hover {
	opacity: .75;
    transition: .6s;
}
.maindesign .pro-nav--link::after {
    content: "";
	position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    display: block;
    height: 0;
    border-width: 10px;
    z-index: 1;
    border-style: solid;
    border-color: transparent #ed7700 #ed7700 transparent;
    transition: 0.3s;
}
.maindesign .pro-nav--link:hover::after {
	border-width: 15px;
}


@media screen and (max-width:767px) {
	.maindesign .pro-nav::before,
	.maindesign .pro-nav::after {
		width: 49%;
	}
	.maindesign .pro-nav--item {
		width: 49%;
	}
	.maindesign .pro-nav .pro-nav--item:nth-child(n+3) {
		margin-top: 15px;
	}
}


.maindesign .accordion--item {
	width: 100%;
}
.maindesign .accordion--header {
	position: relative;
}
.maindesign .accordion--header:hover {
	cursor: pointer;
}
.maindesign .accordion--inner {
	border: 3px solid #1f2677;
    box-sizing: border-box;
    padding: 30px 10px;
}
.maindesign .torioki-section {
	margin-top: 30px;
}
.maindesign .torioki-section--heading {
	background: #1f2677;
    color: #fff;
    padding: 10px;
    font-size: 1.25rem;
}
.maindesign .torioki-section--content {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .torioki-section--content-item {
	width: 32%;
	padding: 5px;
	border: 1px solid #1f2677;
	border-radius: 10px;
}
.maindesign .torioki-section--content .torioki-section--content-item:nth-child(n+4) {
	margin-top: 15px;
}



@media screen and (max-width:767px) {
	.maindesign .accordion--inner {
		padding: 15px 5px;
	}
	.maindesign .torioki-section {
		overflow: hidden;
		overflow-x: scroll;
	}
	.maindesign .torioki-section--container-01 {
		width: 915px;
	}
	.maindesign .torioki-section--container-02 {
		width: 1830px;
	}
	.maindesign .torioki-section--content {
		justify-content: flex-start;
		width: 100%;
	}
	.maindesign .torioki-section--content-item {
		width: 290px;
	}
	.maindesign .torioki-section--content .torioki-section--content-item:nth-child(n+4) {
		margin-top: 0;
	}
	.maindesign .torioki-section--content .torioki-section--content-item:not(:last-child) {
		margin-right: 15px;
	}
	.maindesign .scroll-text {
		border: 2px solid #E00012;
		padding: 8px 6px;
		font-weight: bold;
		color: #E00012;
		font-size: 1.0rem;
		display: inline-block;
		margin-top: 10px;
	}
}


.maindesign .pro-h2 {
	display: flex;
    position: relative;
    height: 50px;
    font-size: 1.5em;
    padding: 0.5rem 0rem 0.5rem 4rem;
    word-break: break-all;
    color: #fff;
    border: none;
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
    align-items: center;
    background: #000;
    z-index: 1;
    font-feature-settings: "palt" 1;
}
.maindesign .pro-h2::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 0;
    display: block;
    height: 0;
    content: "";
    border-width: 25px 25px 25px 25px;
    z-index: 1;
    border-style: solid;
    border-color: #ed7700 transparent #ed7700 #ed7700;
}

@media screen and (max-width:767px) {
	.maindesign .pro-h2 {
		font-size: 1em;
		padding: 0.5rem 1rem 0.5rem 3rem;
		line-height: 1.2;
	}
}

.maindesign .category-item {
	margin-top: 50px;
}
.maindesign .category-item--title {
	display: flex;
}
.maindesign .category-item--img {
	border: 1px solid #333;
	width: 200px;
}
.maindesign .category-item--name {
	font-weight: bold;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	padding-left: 10px;
	background-color: #ddd;
	flex-grow: 1;
}

.maindesign .category-item--table {
	margin-top: 20px;
}
.maindesign .category-item--table tr:first-child {
	background-color: #50535d;
    color: #fff;
}
.maindesign .category-item--table td,
.maindesign .category-item--table th {
	border: 1px solid #ccc;
	padding: 0 3px;
	font-size: 1.0rem;
	text-align: center;
	width: 95px;
}
.maindesign .category-item--table th {
	font-weight: normal;
}
.maindesign .category-item--table tr:first-child th {
	padding: 10px 0;
}
.maindesign .category-item--btn {
	margin: 20px 0;
}
.maindesign .category-item--btn-inner {
	padding: 8px;
	font-size: 0.7rem;
}
.maindesign .category-item--btn-inner::after {
	right: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
}
.maindesign .bg-d2 {
	background-color: #d2d2d2;
}


@media screen and (max-width:767px) {
	.maindesign .category-item--img {
		width: 35%;
	}
	.maindesign .category-item--name {
		font-size: 1.0rem;
	}
	.maindesign .category-item--table {
		overflow: hidden;
		position: relative;
		overflow-x: scroll;
	}
	.maindesign .category-item--table > table {
		white-space: nowrap;
	}
}


.maindesign .pro-h3 {
	position: relative;
    display: flex;
    padding: 0.5rem 0 0.5rem 3rem;
    word-break: break-all;
    height: 45px;
    border-bottom: 3px solid #000;
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
    align-items: center;
}
.maindesign .pro-h3::before {
	position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-width: 35px 35px 0 0;
    z-index: 0;
    border-style: solid;
    border-color: #000 #ed7700 transparent transparent;
    background: #ed7700;
}

.maindesign .navigate {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .navigate a {
	text-decoration: none;
}
.maindesign .navigate .navigate--item:nth-child(n+3) {
	margin-top: 20px;
}
.maindesign .navigate--item {
	width: 49%;
    border-radius: 5px;
    border: 1px solid #444444;
    background: #444444;
    color: #fff;
	overflow: hidden;
}
.maindesign .navigate--inner {
	display: flex;
}
.maindesign .navigate--img {
	height: 6em;
    background: #fff;
    border-right: 1px solid #ababab;
    display: inline-block;
    padding: 5px;
}
.maindesign .navigate--img img {
	height: 100% !important;
	width: auto !important;
}
.maindesign .navigate--name {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
    line-height: 1.25;
	flex-grow: 1;
}
.maindesign .navigate--arrow {
	background: #ed7700;
    width: 2em;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:767px) {
	.maindesign .navigate--item {
		width: 100%;
	}
	.maindesign .navigate .navigate--item:not(:first-child) {
		margin-top: 15px;
	}
}

/* -------------------------------------- */


.maindesign .bopis-table td.yname {
    background-color: #d2d2d2;
}
.maindesign .bopis-table td {
    border: 1px solid #ccc;
    padding: 10px 10px;
    width: 150px;
    min-width: 150px;
    text-align: center;
    font-size: 0.9em;
}

.maindesign .bopis-table tr.xname {
    background-color: #50535d;
    color: #fff;
}

maindesign a.btnRadius02 {
    border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.maindesign .bopis-table-box .btnRadius02 {
	font-size: 0.7rem !important;
	max-width: 130px !important;
	margin: 10px auto !important;
	padding: 0.8em !important;
}
.maindesign p.scrolltxt span {
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;
}
.maindesign .bopis-table {
    font-feature-settings: "palt" 1;
    margin: 0;
    white-space: nowrap;
}


@media screen and (max-width:767px) {
	.maindesign .bopis-table-box {
		overflow: hidden;
		position: relative;
		overflow-x: scroll;
		margin-bottom: 0;
	}
}


.maindesign .topmarginoff {
    margin-top: 0px;
}
.maindesign .bopish3 {
    display: flex;
    align-items: center;
    margin: 50px 0 10px;
    background: #ddd;
}
.maindesign .bopish3 img {
    border: 1px solid #333;
    box-sizing: border-box;
	width: 200px;
}
.maindesign .bopish3 div {
    padding: 0 0 0 0.5rem;
}

.bopis-table-box-title {
    font-size: 1.3em;
    font-weight: 700;
}
.maindesign .bopis-table-box {
    overflow: auto;
    margin-bottom: 40px;
}


@media screen and (max-width:767px) {
	.maindesign .bopish3 picture {
		width: 36%;
	}
	.maindesign .bopis-table-box-title {
		font-size: 1em;
	}
	.maindesign .bopish3 img {
		width: 100%;
	}
}






.maindesign .pro03 {
    position: relative;
    display: flex;
    padding: 0.5rem 0 0.5rem 3rem;
    word-break: break-all;
    height: 45px;
    margin: auto 0 10px;
    border-bottom: 3px solid #000;
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
    align-items: center;
}