body {
    font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.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 .title{
    position: relative;
}
#main .title h1{
    position: static;
}
.maindesign .title span.heading01 {
    color: #000;
    text-shadow: 1px 1px 2px rgb(255 255 255 / 70%);
    text-align: center;
    font-weight: bold;
    font-size: 90px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.2;
}
.maindesign .title span.heading01.sub-page {
    top: 38%;
}
.maindesign .title span.heading01:before {
    content: 'トイレ特集';
    -webkit-text-stroke: 0.1em #fff;
    position: absolute;
    z-index: -1;
}
.maindesign .title span.headingcell {
    position: absolute;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt" 1;
    width: 25%;
    text-align: center;
    padding: 0.7em;
    font-size: 1.5em;
    font-weight: bold;
    background: rgb(221,221,221);
    background: linear-gradient(45deg, rgb(213 213 213) 0%,rgb(239 239 239) 10%,rgb(255 255 255) 20%, rgba(255,255,255,1) 100%);
    box-sizing: border-box;
    box-shadow: 0px 2px 5px #333;
}
.maindesign .title span.headingcell.b02{
    top: 78%;
    left: 20%;
}
.maindesign .title span.headingcell.b03{
    top: 78%;
    left: 50%;
}
.maindesign .title span.headingcell.b04{
    top: 78%;
    left: 80%;
}
.maindesign .title span.headingcell.b05{
    top: 78%;
    left: 50%;
    width: 54%;
}
.maindesign .title span.heading01:before {
    content: 'トイレ特集';
    -webkit-text-stroke: 0.1em #fff;
    position: absolute;
    z-index: -1;
}
#main .title img{
	border: none;
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width:767px) {
.maindesign .title{
    position: relative;
}
.maindesign .title span.heading01 {
    color: #000;
    text-shadow: 1px 1px 2px rgb(255 255 255 / 70%);
    text-align: center;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    line-height: 1.2;
    font-size: 14vw;
    top: 50%;
}
.maindesign .title span.heading01.sub-page {
    top: 38%;
}
.maindesign .title span.heading01:before {
    content: 'トイレ特集';
    -webkit-text-stroke: 0.1em #fff;
    position: absolute;
    z-index: -1;
}
.maindesign .title span.headingcell {
    position: absolute;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt" 1;
    width: 25%;
    text-align: center;
    padding: 0.8em;
    font-size: 4vw;
    font-weight: bold;
    background: rgb(221,221,221);
    background: linear-gradient(45deg, rgb(213 213 213) 0%,rgb(239 239 239) 10%,rgb(255 255 255) 20%, rgba(255,255,255,1) 100%);
    box-sizing: border-box;
    box-shadow: 0px 2px 5px #333;
}
.maindesign .title span.headingcell.b02{
    top: 74%;
    left: 20%;
}
.maindesign .title span.headingcell.b03{
    top: 74%;
    left: 50%;
}
.maindesign .title span.headingcell.b04{
    top: 74%;
    left: 80%;
}
.maindesign .title span.headingcell.b05{
    top: 74%;
    left: 50%;
    width: 60%;
}
    
}

.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: 0 10px;
	}
}

.maindesign .feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.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 .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.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__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 .lead-text {
	font-size: 1.0rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}


.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	width: 80%;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.4);
}
.maindesign .title--sub-text {
	font-size: 1.5rem;
	margin-left: 10px;
}
.maindesign .title--main-text {
	font-size: 4.0rem;
	font-weight: bold;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .title--inner {
		width: 90%;
	}
	.maindesign .title--sub-text {
		font-size: 4.5vw;
		margin-left: 5px;
	}
	.maindesign .title--main-text {
		font-size: 10vw;
	}
	
}



.maindesign .nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .nav-list .nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 0.9em;
    padding: 0.35rem 2rem 0.35rem 1.75rem;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: auto;
    height: 2.5em;
    align-items: center;
    justify-content: center;
}
.maindesign .nav-list::before,
.maindesign .nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .nav-list--btn {
		width: 49%;
	}
	.maindesign .nav-list::before,
	.maindesign .nav-list::after {
		width: 49%;
	}
	.maindesign .nav-list .nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .about-primary {
	display: flex;
	justify-content: space-between;
}
.maindesign .about-primary--img {
	width: 35%;
	min-height: 0%;
}
.maindesign .about-primary--text {
	width: 62%;
}
.maindesign .about-primary--text .about-primary--lead:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .about-primary {
		flex-wrap: wrap;
	}
	.maindesign .about-primary--img {
		width: 100%;
	}
	.maindesign .about-primary--text {
		width: 100%;
		margin-top: 30px;
	}
	.maindesign .about-primary--text .lead-text:not(:first-child) {
		margin-top: 15px;
	}
}

.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;
}

.maindesign .itemization {
	margin-top: 40px;
}
.maindesign .itemization .itemization--unit:not(:first-child) {
	margin-top: 50px;
}
.maindesign .itemization--title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .itemization--text {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .itemization {
		margin-top: 30px;
	}
	.maindesign .itemization .itemization--unit:not(:first-child) {
		margin-top: 40px;
	}
	.maindesign .itemization--title {
		font-size: 1.15rem;
	}
	.maindesign .itemization--text {
		margin-top: 10px;
	}
}


.maindesign .kinds-list {
	margin-top: 50px;
}
.maindesign .kinds-list--unit {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.maindesign .kinds-list .kinds-list--unit:not(:first-child) {
	margin-top: 25px;
}
.maindesign .kinds-list--link {
	color: #000;
	text-decoration: none;
}
.maindesign .kinds-list--inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px;
}
.maindesign .kinds-list--img {
	width: 20%;
	min-height: 0%;
}
.maindesign .kinds-list--text {
	width: 70%;
	margin-left: 15px;
}
.maindesign .kinds-list--title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
}
.maindesign .kinds-list--lead {
	margin-top: 10px;
}
.maindesign .kinds-list--inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-top: solid 3px #ccc;
	border-right: solid 3px #ccc;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:767px) {
	.maindesign .kinds-list {
		margin-top: 40px;
	}
	.maindesign .kinds-list .kinds-list--unit:not(:first-child) {
		margin-top: 20px;
	}
	.maindesign .kinds-list--inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.maindesign .kinds-list--img {
		width: 80%;
	}
	.maindesign .kinds-list--text {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
}


.maindesign .capacity-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.maindesign .capacity-list--unit {
	position: relative;
	width: 24%;
	font-size: 1.5rem;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
}
.maindesign .capacity-list--link {
	color: #000;
	text-decoration: none;
}
.maindesign .capacity-list--unit::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	transform: translateY(-50%) rotate(45deg);
}
.maindesign .capacity-list--inner {
	padding: 15px 0;
}

@media screen and (max-width:767px) {
	.maindesign .capacity-list::before,
	.maindesign .capacity-list::after {
		width: 49%;
	}
	.maindesign .capacity-list--unit {
		width: 49%;
		font-size: 1.25rem;
	}
	.maindesign .capacity-list .capacity-list--unit:nth-child(n+3) {
		margin-top: 15px;
	}
}


.maindesign .cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .cards .cards--unit:nth-child(n+3) {
	margin-top: 15px;
}
.maindesign .cards--unit {
	width: 49%;
	border: 1px solid #000;
	border-radius: 5px;
}
.maindesign .cards--inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .cards--pop {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	background-color: #333;
	z-index: 100;
}
.maindesign .cards--img {
	min-height: 0%;
	width: 100%;
}
.maindesign .cards--name {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.maindesign .cards--btn {
	margin-top: 30px;
}


@media screen and (max-width:767px) {
	.maindesign .cards .cards--unit:nth-child(n+2) {
		margin-top: 15px;
	}
	.maindesign .cards--unit {
		width: 100%;
	}
	.maindesign .cards--pop {
		font-size: 1.0rem;
	}
}



.maindesign .relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .relation .relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: flex-start;
	height: auto;
}
.maindesign .relation-text {
	width: 70%;
	order: 1;
}
.maindesign .relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .relation-text > span {
	line-height: 1.15;
} 
.maindesign .relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .relation .relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .relation--item {
		width: 100%;
	}
	.maindesign .relation-inner {
		padding: 15px 10px;
		align-items: center;
	}
	.maindesign .relation-text {
		order: 2;
	}
.maindesign .relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .relation-img {
		order: 1;
	}
}

/*240206*/


.maindesign #h08 .relation {
	display: block;
}

.maindesign #h08 .relation--item {
	width: 100%;
    height: auto;
}

.maindesign #h08 .relation .relation--item:nth-of-type(n + 2) {
    margin-top: 15px 

}

.maindesign #h08 .relation-inner {
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    flex-direction: row-reverse;
}

.maindesign .howto {
	width: 62%;
}

@media screen and (max-width: 767px){
.maindesign #h08 .relation-inner {
    padding: 15px 10px;
    align-items: center;
	}
.maindesign .howto {
	width: 100%;
}
	
}

.maindesign .text-borderbox {
	border: solid 3px #000;
    padding: 7px;
    line-height: 1.5em;
}

.maindesign .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2em 1.2em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.maindesign .arrow {
	text-align :center;
}

/*.maindesign .arrow {
	margin: 20px auto;
}*/

/*240423*/
#main {
	width: 860px;
}

.maindesign .mb10 {
    margin: 0 0 10px;
}

.maindesign .btnstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .btnstyle .images {
    height: 6em;
    background: #fff;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.btnstyle .images img {
    height: 100%;
    width: auto;
}

.maindesign .btnstyle li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ababab;
    background: #fff;
    display: flex;
    overflow: hidden;
}

.maindesign .btnstyle a {
    display: flex !important;
    align-items: center;
    width: 100%;
}

.maindesign .btnstyle .textBox {
    padding: 0.5em;
    font-weight: 700;
    line-height: 1.3em;
    width: 100%;
}

.btnstyle .images img {
    height: 100%;
    width: auto;
}

.maindesign .btnstyle .arrow {
    background: #aaa;
    height: 100%;
    width: 2em;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.maindesign .neorest_img img {
    margin: 10px 0 20px;
}

.maindesign .toilet-goods-flex {
    display: flex;
    flex-wrap: wrap;
}

.maindesign .toilet-goods-flex li {
    width: 270px;
    margin: 0 25px 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
}

.maindesign .toilet-goods-flex li:nth-child(3n) {
    margin: 0 0 10px 0;
}

.maindesign .toilet-goods-flex li p {
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0;
}

.maindesign .toilet-goods-flex li a {
    height: auto !important;
    margin: 0 0 10px !important;
    padding: 0.75em 0.8em !important;
}

.maindesign .tab {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    overflow: hidden;
}

.maindesign .tab li.frist {
    border-left: solid 1px #ccc;
}

.maindesign .tab2 li {
    width: 25% !important;
    box-sizing: border-box;
}

.maindesign .tab li {
    float: left;
    padding: 20px 0;
    padding-left: 30px;
    width: 91px;
    border: solid 1px #ccc;
    border-left: none;
    background-image: url(/include_html/koukoku/18_toilet/img/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 7px center;
    cursor: pointer;
}


.maindesign .tab li.active2 {
    background-color: #b9e6f0;
}

.maindesign .tab li:hover {
    background-color: #e1f5fa;
}

.maindesign h4 {
    position: relative;
    padding: 0.5em 0;
    /* border-left: solid 0.5em #66ccff; */
    font-size: 1.25em;
    font-weight: bold;
    /* margin: 40px 0 30px 0; */
    text-align: left;
}

.maindesign h4 {
    position: relative;
    padding: 0.5em 0;
    /* border-left: solid 0.5em #66ccff; */
    font-size: 1.25em;
    font-weight: bold;
    /* margin: 40px 0 30px 0; */
    text-align: left;
}

.maindesign .page_top {
    text-align: right;
}

.maindesign .slide img {
    width: 100%;
    min-width: 860px;
}

@media screen and (max-width: 767px) {
	#main {
		width: 100%;
	}

.maindesign h1 span {
    font-size: 11vw;
}

.maindesign .breadcrumb, .maindesign .breadcrumb a {
    line-height: 1.5rem;
}

.maindesign .btnstyle {
    display: block;
}
	
.maindesign .btnstyle li {
    width: calc(100% - 5px);
    margin: 0 auto 10px;
}
	
.maindesign .btnstyle .textBox {
    width: auto;
}	
	
.maindesign .btnstyle .arrow {
    height: auto;

}	
	
.maindesign .toilet-goods-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}	
	
.maindesign .toilet-goods-flex li {
    width: 175px;
	margin:0;
    margin-bottom: 5px;
}
	
.maindesign .tab li{
   width: 50% !important;
}	
	
.maindesign .tab li:nth-of-type(3){
		border-left: solid 1px #ccc;
	}
	
.maindesign .slide {
    overflow-x: scroll;
}	
	
#main .discription {
		background:none;
	}
}
	
/*top*/

.maindesign .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.maindesign .page--item-leave {
 margin-top: 0;
}

.maindesign .cards--unit {
    width: 100%;
	border:none;
}

.maindesign .merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .merit li {
    width: calc(50% - 5px);
    border: 2px solid #44aeea;
    padding: 0.5em;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;
    display: flex;
    flex-direction: column;
}

.maindesign .me {
    background: #44aeea;
    padding: 0.3em 1em;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    width: fit-content;
}

.maindesign .txt1 {
    font-size: 0.8em;
}

.txt2 {
    font-size: 1.5em;
    vertical-align: -0.1em;
}

.maindesign .he {
    font-size: 1.8em;
    line-height: 1.2em;
    border-bottom: 2px solid #a3a3a3;
    font-weight: 700;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
}

.maindesign .merit p {
    margin-bottom: 1em;
}

.maindesign .imgBorder {
    border: 1px solid #c0c0c0;
    width: 100%;
}

.maindesign .Manufacturer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .Manufacturer li {
	padding-bottom: 1em;
}

.maindesign .Manufacturer .sampleImg {
    width: 100%;
    padding-bottom: 0.5em;
    position: relative;
}

.maindesign .relation--bnr img {
    width: 100%;
    height: auto;
}

.maindesign .relation-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.maindesign .relation-items .relation--item:nth-of-type(n + 2) {
    margin-top: 15px;
}

.maindesign a.btnRadius01 {
	padding: 0.75em 0.75em 0.75em 2.0em !important;
}
@media screen and (max-width: 767px){
.maindesign .he {
    font-size: 4.5vw;
}
	
.maindesign .relation-inner {
    padding: 15px 10px;
    height: 150px;
    align-items: center;
}

.maindesign #main .description {
		background: none;
		margin-bottom: 0;
	}
}

.maindesign h1 {
	line-height: 0 ;
}

.flow-btn{
    text-decoration: none;
}

/*240903*/

.maindesign .toto_btn_box {
     max-width: 80%;
     margin: 0 auto;
}

.maindesign .toto_btn_box a {
     padding: 1.05rem 1rem !important;
	 font-size: 1.5em !important;
}

.maindesign .campaign_container {
	margin-bottom: 50px; 
}

@media screen and (max-width:767px) {
   .maindesign .toto_btn_box a {
	 font-size: 1em !important;
    }
	.maindesign .campaign_container {
	margin: 0 10px 40px; 
}
	}