@charset "utf-8";
html {
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
/*------------------------------------------------------------
	original
------------------------------------------------------------*/
#conts .contsInner {
	padding: 20px 14px;
}

#conts .first {
	padding: 25px 25px 15px;
}

#conts .first p {
	padding-bottom: 20px;
}

#conts .first .fltL {
	padding: 0 15px 0 0;
}

#conts .fltR {
	width: 370px;
}

#conts .fltL img {
	display: block;
	margin-bottom: 20px;
}

#conts .fltL .mgb {
	margin-bottom: 30px;
}

#conts .otherTxt01 {
	font-size: 1.17em;
	margin-bottom: 20px;
}

#conts .otherTxt02 {
	margin: 0 0 20px 35px;
	clear: both;
}

#conts .otherTxt03 {
	margin: 0 0 10px 35px;
	color: #10AC9F;
	font-weight: bold;
}

#conts .contsInner .listTypeOne {
	width: 650px;
	margin: 0 -25px 0 31px;
	clear: both;
}

#conts .contsInner .listTypeOne li {
	width: 300px;
	float: left;
	margin: 0 25px 20px 0;
}

#conts .contsInner .listTypeOne li img {
	margin-bottom: 10px;
	display: block;
}

#conts .contsInner .listTypeTwo {
	width: 645px;
	margin: 0 -15px 30px 35px;
	overflow: hidden;
	clear: both;
}

#conts .contsInner .listTypeTwo li {
	float: left;
	margin-right: 15px;
}

#conts .contsInner .three p {
	margin-bottom: 10px;
	text-align: left;
}

#conts .contsInner .three dt {
	margin-bottom: 10px;
	color: #10AC9F;
	font-weight: bold;
	font-size: 1.17em;
}

#conts .contsInner .three dd .sizeTxt {
	color: #10AC9F;
	font-weight: bold;
}

#conts .contsInner ul li span {
	display: block;
	text-align: center;
}

#conts .subTtl {
	margin-bottom: 10px;
}

#conts h4 {
	margin-bottom: 7px;
	clear: both;
}

#conts .lead {
	margin-bottom: 30px;
	clear: both;
}

#conts .lead02 {
	font-size: 1.17em;
	margin-bottom: 30px;
	clear: both;
	width:720px;
}

#conts .box {
	margin-bottom: 35px;
	padding: 0 7px 10px;
	background: url(../../../common/img/bg/linde_dotted01.png) repeat-x left bottom;
	clear: both;	
}

#conts .last {
	background: none;
	margin-bottom: 10px;
}

#conts .contsInner .fltR dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#conts .contsInner .fltR dl dd {
	margin-bottom: 20px;
}

#conts .listTypeThree {
	float: left;
	margin-left: 18px;
}

/* new */

/* body {
	background: #EBEBE1;
} */

.sidebar-img img {
	margin: 18px 0;
}

.sidebar-img img:hover {
opacity: 0.5;
}

.top-img-background-box {
	background: url(../img/background_container-top.jpg) no-repeat;
	height: 332px;
	position: relative;
	margin-top: 13px;
}

.inside-banner-img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.inside-banner-img img {
	width: 710px;
}

.up-banner-text {
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 23px;
	color: #3b1200;
	position: absolute;
	top: 41px;
    left: 50px;
}

.bottom-banner-text {
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 43px;
	letter-spacing: -0.01em;
	color: #3b1200;
}

.btm-banner-text-up {
	position: absolute;
	top: 60px;
    left: 46px;
}

.btm-banner-text-down {
	position: absolute;
	top: 109px;
    letter-spacing: 0.11em;
    left: 49px;
}

/* .boxes-flexbox-presentation {
	display: flex;
	gap: 11px;
} */

.little-box-presentation {
	width: 226px;
	height: 97px;
	border-radius: 4px;
	background: #fff;
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 26px;
	text-align: center;
	color: #000;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

#box-presentation-1 {
	bottom: 10px;
	left: 10px;
}

#box-presentation-2 {
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}

#box-presentation-3 {
	bottom: 10px;
	right: 10px;
}

.banner-flex-link {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.banner-marutakku-btn-img {
    position: relative;
}

.banner-marutakku-btn-img::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/arrow-white.svg) no-repeat;
    width: 20px;
    height: 9px;
	transition: 0.3s;
}

.banner-marutakku-btn-img:hover::after {
	bottom: 3px;
}

.banner-royal-btn-img {
	position: relative;
}

.banner-royal-btn-img::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/arrow-white.svg) no-repeat;
    width: 20px;
    height: 9px;
	transition: 0.3s;
}

.banner-royal-btn-img:hover::after {
	bottom: 3px;
}

.marutakku-inner {
	padding: 0 20px 30px 20px;
}

#marutakku {
	background-color: #fff;
}

.marutakku-paragraph {
	font-family: "Zen Kaku Gothic New";
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #333;
	
}

.maruttaku-logo-title {
	position: relative;
	display: flex;
	gap: 5.6px;
	margin-left: 10px;
	align-items: center;
}

.maruttaku-logo-title::before {
	content: "";
	position: absolute;
	background-color: #FF9233;
	width: 3px;
	height: 25px;
	left: -10px;
}

.maruttaku-logo-title p{
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 24px;
	line-height: 43px;
	text-align: left;
	color: #000;
}

.maruttaku-logo-title img{
	width: 106.2px;
	height: 23.79px;
}

.marutakku-article-img-container {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.article-marutakku-explanation-container {
	display: flex;
	/* margin-top: 20px; */
	justify-content: space-between;
}

.box-article-explain {
	width: 226px;
	/* height: 65px; */
	display: flex;
	background-color: #FFFEEB;
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	flex-direction: column;
}

.exemple-title-marutakku {
	position: relative;
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 24px;
	line-height: 43px;
	text-align: center;
	color: #ff9233;
	margin-top: 50px;
}

.exemple-title-marutakku::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #FF9233;
	width: 193px;
	height: 2px;
}

.exemple-title-marutakku::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #FF9233;
	width: 193px;
	height: 2px;
}

.exemple-container-marutakku {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.marutakku-exemple-omg-text-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.marutakku-exemple-omg-text-container p {
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000;
}

.flexbox-ichiran-containe-marutakku {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.flexbox-ichiran-img {
	width: 290px;
	height: 230px;
}

.marutaku-logo-uptable {
	width: 120.52px;
	height: 26.99px;
	margin-bottom: 15px;
}

.marutaku-text-uptable {
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	color: #000;
}

.table-marutaku {
	width: 389px;
	display: flex;
}

.left-table {
	width: 107px;
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	color: #000;
	padding-left: 10px;
	border: 1px grey solid;
	line-height: 22px;
}

.right-table {
	width: 283px;
	font-family: "Zen Kaku Gothic New";
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 16px;
	padding: 8px;
	text-align: left;
	color: #000;
	border: 1px grey solid;
}

.new-item-ichiran {
	transform: translateX(-3px);
}

.sample-catalog-link-container {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
    margin-bottom: 48px;
}

.blue-container {
	border: 3px solid #10AC9F;
	width: 358px;
}

.blue-background {
	background-color: #10AC9F;
	width: 100%;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-arrow-blue-container {
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	height: 93px;
	align-items: center;
}

.blue-box-text {
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 26px;
	text-align: center;
	color: #000;
	padding-right: 46px;
	margin-top: 5px;
    margin-bottom: 12px;
}

.blue-arrow {
	margin-right: 20.6px;
	transition: 0.3s;
	width: 26px;
    height: 26px;
}

.box-article-subtext {
	font-family: "Zen Kaku Gothic New";
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 20px;
	text-align: left;
	color: #000;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
    padding-left: 10px;

}

.royal-logo-title {
	position: relative;
	display: flex;
	gap: 5.6px;
	margin-left: 10px;
	align-items: center;
	margin-top: 14px;
}

.royal-logo-title::before {
	content: "";
	position: absolute;
	background-color: #B84E4E;
	width: 3px;
	height: 25px;
	left: -10px;
}

.royal-logo-title p{
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 24px;
	line-height: 43px;
	text-align: left;
	color: #000;
}

.royal-logo-title img{
	width: 129px;
}

.exemple-title-royal {
	position: relative;
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 24px;
	line-height: 43px;
	text-align: center;
	color: #B84E4E;
	margin-top: 50px;
}

.exemple-title-royal::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #B84E4E;
	width: 193px;
	height: 2px;
}

.exemple-title-royal::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #B84E4E;
	width: 193px;
	height: 2px;
}

.up-table-title-royal {
	font-family: "Zen Kaku Gothic New";
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 24px;
	text-align: left;
	color: #000;
	margin: 6px 0 13px 0;
}

.undertable-royal-text {
	font-family: "Zen Kaku Gothic New";
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 17px;
    text-align: left;
    color: #000;
    width: 389px;
    margin-top: 15px;
}

#royal {
	background-color: #fff;
}

@media screen and (max-width: 496px) {
	.exemple-title-royal::after{
		width: 100px;
	}
	.exemple-title-royal::before {
		width: 100px;
	}
	.exemple-title-marutakku::before {
		width: 100px;
	}
	.exemple-title-marutakku::after {
		width: 100px;
	}
}


.article-img-marutakku img {
	width: 226px;
}