/* 商品ラインナップ_delight */

@media screen and (min-width: 641px){

#lin.del {
	font-size: 14px;
	line-height: 180%;
	}

#lin.del .main {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#lin.del .main h2 {
	font-size: 36px;
	line-height: 130%;
	margin: 50px 0px 50px 0px;
	}

#lin.del .main font {
	font-size: 12px;
	font-weight: normal;
	}

#lin.del .hli {
	width: 600px;
	font-size: 16px;
	line-height: 200%;
	margin: 0px auto 80px auto;
	}

#lin.del .hli img {
	margin: 0px auto 50px auto;
	display: block;
	}

#lin.del .hli a {
	width: 460px;
	background: url(../../img/arr05.png) no-repeat 429px center;
	background-color: #2DB584;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 28px;
	font-weight: bold;
	line-height: 80px;
	color: #ffffff;
	margin: 80px auto 0px auto;
	text-align: center;
	display: block;
	}

#lin.del section {
	width: 100%;
	background: #ffffff;
	border: 5px #F6A900 solid;
	margin: 0px 0px 50px 0px;
	padding: 75px 45px;
	box-sizing: border-box;
	}

#lin.mam section {
	border: 5px #FD6A6A solid;
	}

#lin.del section h2 {
	font-size: 36px;
	line-height: 50px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#lin.del section h2 img {
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#lin.del .pla dl:nth-child(3) {
	margin: 80px 0px 0px 0px;
	}

#lin.del .pla dt {
	text-align: center;
	}

#lin.del .pla dt p {
	width: 70px;
	border: 2px #F6A900 solid;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 36px;
	color: #F6A900;
	margin: 30px auto 0px auto;
	box-sizing: border-box;
	}

#lin.mam .pla dt p {
	border: 2px #FD6A6A solid;
	color: #FD6A6A;
	}

#lin.del .pla dd {
	display: flex;
	flex-wrap: wrap;
	}

#lin.del li {
	width: 280px;
	margin: 30px 30px 0px 0px;
	float: left;
	}

#lin.del li:nth-child(3n) {
	margin: 30px 0px 0px 0px;
	}

#lin.del .pla dl:nth-child(3) li:nth-child(1) {
	margin: 30px 30px 0px 155px;
	}

#lin.mam .pla dl:nth-child(3) li:nth-child(1) {
	margin: 30px 30px 0px 0px;
	}

#lin.del .pla li p {
	width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	}

#lin.del .pla li img {
	width: 100%;
	}

#lin.del h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	}

#lin.del .pla span {
	width: 24px;
	background: #F6A900;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#lin.mam .pla span {
	background: #FD6A6A;
	}

#lin.del .spe {
	margin: 0px 0px 80px 0px;
	padding: 75px 45px 0px 45px;
	}

#lin.del .spe ul {
	margin: -30px 0px 50px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#lin.del .spe p {
	width: 100%;
	height: 210px;
	line-height: 210px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	overflow: hidden;
	}

#lin.del .spe h3 {
	text-align: center;
	}

#lin.del .spe h3 font {
	font-size: 12px;
	}

#lin.del .spe li img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

#lin.del .spe ol {
	height: 175px;
	background: url(img/man.jpg) no-repeat 150px bottom;
	font-size: 28px;
	font-weight: bold;
	line-height: 130%;
	color: #F6A900;
	padding: 0px 0px 0px 310px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	}

#lin.del .lin, #lin.mam .pla {
	position: relative;
	}

#lin.del .lin:before, #lin.mam .pla:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #F6A900 transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -45px;
	}

#lin.mam .pla:before {
	border-color: #FD6A6A transparent transparent transparent;
	}

#lin.del .lin:after, #lin.mam .pla:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -38px;
	}

#lin.del .lin h2 {
	margin: 0px 0px 30px 0px;
	}

#lin.del .lin dl {
	width: 100%;
	border-top: 1px #bbbbbb dotted;
	margin: 50px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	display: table;
	}

#lin.del .lin dt {
	width: 435px;
	display: table-cell;
	vertical-align: top;
	}

#lin.del .lin dd {
	width: 465px;
	padding: 0px 0px 0px 30px;
	display: table-cell;
	box-sizing: border-box;
	}

#lin.del .lin h3 {
	font-size: 36px;
	color: #F6A900;
	margin: 20px 0px 20px 0px;
	}

#lin.del .lin h3 font {
	font-size: 72px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	}

#lin.del .lin dd p {
	width: 100%;
	background: #f6f6f6;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	box-sizing: border-box;
	}

#lin.del .lin dd p font {
	color: #F6A900;
	}

#lin.del .lin dd p br:nth-last-child(2) {
	display: none;
	}

#lin.del .lin a {
	font-weight: bold;
	color: #F6A900;
	text-align: center;
	display: block;
	}

#lin.del .lin a img {
	width: 100%;
	}

#lin.del .lin a span img {
	width: auto;
	margin: 0px 5px 0px 0px;
	}

#lin.del .res {
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
	margin: 90px 0px 100px 0px;
	text-align: center;
	}

#lin.del .res a {
	width: 700px;
	background: url(../../img/arr05.png) no-repeat 669px center;
	background-color: #2DB584;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: bold;
	line-height: 120px;
	color: #ffffff;
	margin: 80px auto 0px auto;
	padding: 0px 0px 0px 90px;
	display: block;
	position: relative;
	box-sizing: border-box;
	}

#lin.del .res img {
	width: 100px;
	position: absolute;
	left: 30px;
	bottom: 10px;
	}

}

@media screen and (max-width: 640px){

#lin.del {
	font-size: 14px;
	line-height: 180%;
	}

#lin.del .main {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#lin.del .main img {
	width: 100%;
	}

#lin.del .main h2 {
	font-size: 18px;
	margin: 30px 0px 30px 0px;
	}

#lin.del .main font {
	font-size: 10px;
	font-weight: normal;
	}

#lin.del .hli {
	width: 100%;
	font-size: 14px;
	line-height: 200%;
	margin: 0px auto 40px auto;
	}

#lin.del .hli img {
	width: 70%;
	margin: 0px auto 30px auto;
	display: block;
	}

#lin.del .hli a {
	width: 90%;
	background: url(../../img/arr05.png) no-repeat 97% center;
	background-color: #2DB584;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 21px;
	font-weight: bold;
	line-height: 70px;
	color: #ffffff;
	margin: 40px auto 0px auto;
	text-align: center;
	display: block;
	}

#lin.del section {
	width: 100%;
	background: #ffffff;
	border: 5px #F6A900 solid;
	margin: 0px 0px 30px 0px;
	padding: 35px 20px;
	box-sizing: border-box;
	}

#lin.mam section {
	border: 5px #FD6A6A solid;
	}

#lin.del section h2 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#lin.del section h2 img {
	height: 25px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	}

#lin.del .pla dl:nth-child(3) {
	margin: 40px 0px 0px 0px;
	}

#lin.del .pla dt {
	text-align: center;
	}

#lin.del .pla dt img {
	width: 100%;
	}

#lin.del .pla dt p {
	width: 50px;
	border: 2px #F6A900 solid;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 26px;
	color: #F6A900;
	margin: 20px auto 0px auto;
	box-sizing: border-box;
	}

#lin.mam .pla dt p {
	border: 2px #FD6A6A solid;
	color: #FD6A6A;
	}

#lin.del li {
	width: 100%;
	margin: 30px 0px 0px 0px;
	}

#lin.del .pla li p {
	width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	}

#lin.del .pla li img {
	width: 100%;
	}

#lin.del h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	}

#lin.del .pla span {
	width: 24px;
	background: #F6A900;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#lin.mam .pla span {
	background: #FD6A6A;
	}

#lin.del .spe {
	margin: 0px 0px 40px 0px;
	padding: 35px 20px 0px 20px;
	}

#lin.del .spe ul {
	margin: -30px 0px 30px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#lin.del .spe p {
	width: 100%;
	margin: 0px 0px 15px 0px;
	text-align: center;
	overflow: hidden;
	}

#lin.del .spe h3 {
	text-align: center;
	}

#lin.del .spe h3 font {
	font-size: 12px;
	}

#lin.del .spe li img {
	max-width: 100%;
	max-height: 100%;
	}

#lin.del .spe ol {
	height: 80px;
	background: url(img/man.jpg) no-repeat 0px bottom;
	background-size: auto 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #F6A900;
	padding: 0px 0px 0px 65px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	}

#lin.del .lin, #lin.mam .pla {
	position: relative;
	}

#lin.del .lin:before, #lin.mam .pla:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #F6A900 transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -35px;
	}

#lin.mam .pla:before {
	border-color: #FD6A6A transparent transparent transparent;
	}

#lin.del .lin:after, #lin.mam .pla:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: -28px;
	}

#lin.del .lin h2 {
	margin: 0px 0px 20px 0px;
	}

#lin.del .lin dl {
	width: 100%;
	border-top: 1px #bbbbbb dotted;
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	}

#lin.del .lin dt img {
	width: 100%;
	}

#lin.del .lin h3 {
	font-size: 28px;
	color: #F6A900;
	margin: 30px 0px 20px 0px;
	text-align: center;
	}

#lin.del .lin h3 font {
	font-size: 54px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	}

#lin.del .lin dd p {
	width: 100%;
	background: #f6f6f6;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	box-sizing: border-box;
	}

#lin.del .lin dd p font {
	color: #F6A900;
	}

#lin.del .lin a {
	font-weight: bold;
	color: #F6A900;
	text-align: center;
	display: block;
	}

#lin.del .lin a img {
	width: 100%;
	}

#lin.del .lin a span img {
	width: auto;
	margin: 0px 5px 0px 0px;
	}

#lin.del .res {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	margin: 60px 0px 50px 0px;
	text-align: center;
	}

#lin.mam .res {
	text-align: left;
	}

#lin.mam .res br {
	display: none;
	}

#lin.del .res a {
	width: 100%;
	background: url(../../img/arr05.png) no-repeat 97% center;
	background-color: #2DB584;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 21px;
	font-weight: bold;
	line-height: 80px;
	color: #ffffff;
	margin: 40px auto 0px auto;
	padding: 0px 0px 0px 40px;
	display: block;
	position: relative;
	box-sizing: border-box;
	}

#lin.mam .res a {
	font-size: 18px;
	padding: 0px 0px 0px 90px;
	}

#lin.del .res img {
	width: 60px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	}

}


