@charset "UTF-8";

/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */

.page_content {
	min-width: 1180px;
}
.page_content img {
	width: 100%;
}
.page_content *{
	line-height: 1.5;
	letter-spacing: 0;
}

.poipackTop h2 {
	padding: 0 !important;
    height: auto !important;
}
.poipackTop h2 + p {
	font-size: 30px;
	text-align: center;
	padding: 100px 20px;
}

.poipackItem h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	background: #285026;
	padding: 10px 0;
	margin: 0 0 35px 0;
	text-align: left;
	border-left: none;
}
.poipackItem h3 span {
	display: block;
	max-width: 1180px;
	margin: 0 auto;
}
.poipackItem h4.title01 {
	width: 340px;
	margin: 0 auto 50px auto;
}
.poipackItem h4.title02,
.poipackItem h4.title03 {
	width: 850px;
	margin: 0 auto 50px auto;
}

.obWrap div > .poipackItemPhoto {
	width: 1180px;
	margin: 0 auto 110px auto;
}
.poipackItemPhoto > ul {
	display: flex;
	justify-content: space-between;
}
.poipackItemPhoto > ul > li:first-child {
	width: 460px;
}
.poipackItemPhoto > ul > li:last-child {
	width: 664px;
}
.poipackItemPhoto > ul > li:last-child ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin-top: 25px;
}
.poipackItemPhoto > ul > li:last-child ul li {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(odd) {
	width: 400px;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(odd) span {
	width: 210px;
	display: inline-block;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(even) span {
	width: 120px;
	display: inline-block;
}

.obWrap div > .poipackItemLink {
	width: 1180px;
	margin: 0 auto 90px auto;
}
.poipackItemLink dl dt {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}
.poipackItemLink dl dd a {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFFFFF;
	color: #fff !important;
	font-weight: bold;
	font-size: 50px;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.2s;
	text-align: center;
}
.poipackItemLink dl dd a:hover {
	opacity: 0.7;
	transition: 0.2s;
	color: #fff !important;
}
.poipackItemLink dl dd a:visited,
.poipackItemLink dl dd a:link {
	color: #fff !important;
}

.obWrap div > .poipackItemDetail {
	width: 1180px;
	margin: 0 auto 120px auto;
}
.poipackItemDetail h4 + p {
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
}
.obWrap div > .poipackItemDetail iframe + p {
	text-align: left;
    font-size: 24px;
	margin-top: 20px;
}

.obWrap div > .poipackItemDetailFlow01 {
	margin: 80px 0;
}
.poipackItemDetailFlow01 ul {
	display: flex;
	justify-content: space-between;
}
.poipackItemDetailFlow01 ul li {
	width: 557px;
}
.poipackItemDetailFlow01 ul li dl dt {
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.poipackItemDetailFlow01 ul li dl dd:last-child {
	padding: 15px 5px 0 5px;
	text-align: left;
	font-size: 25px;
}

.obWrap div > .poipackItemDetailFlow02 {
	margin: 80px 0 100px 0;
}
.poipackItemDetailFlow02 h5,
.poipackItemDetailFlow03 h5 {
	font-size: 60px;
	font-weight: bold;
	color: #285026;
	text-align: left;
	margin-bottom: 20px;
}
.poipackItemDetailFlow02 ul {
	display: flex;
	justify-content: space-between;
}
.poipackItemDetailFlow02 ul li:first-child {
	width: 832px;
}
.poipackItemDetailFlow02 ul li:last-child {
	width: 310px;
	font-size: 28px;
	text-align: left;
}

.obWrap div > .poipackItemDetailFlow03 {
	margin: 0 0 80px 0;
}
.poipackItemDetailFlow03 ul {
	display: flex;
	justify-content: space-between;
}
.poipackItemDetailFlow03 ul li {
	width: 217px;
	position: relative;
}
.poipackItemDetailFlow03 ul li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #3f503a;
	position: absolute;
	top: 92px;
	right: -20px;
}
.poipackItemDetailFlow03 ul li:last-child::after {
	display: none;
}
.poipackItemDetailFlow03 ul li dd {
	padding: 15px 0 0 0;
	text-align: left;
	font-size: 24px;
	line-height: 1.7;
}

.poipackItemDetailFlow03 + p {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
}

.obWrap div > .poipackItemOther {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.poipackItemOther ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.poipackItemOther ul li {
	width: 370px;
}
.poipackItemOther ul li dl dt {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.poipackItemOther ul li dl dd a {
	transition: 0.2s;
}
.poipackItemOther ul li dl dd a:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.poipackItemOther ul li dl dd:last-child {
	font-size: 18px;
	margin-top: 15px;
	text-align: left;
	line-height: 1.8;
}
.back_maintenance{
	padding: 100px 0;
}
.back_maintenance a {
	display: block;
	width: 420px;
	background: #452b2d;
	color: #fff !important;
	font-size: 28px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	transition: 0.2s;
	position: relative;
}
.back_maintenance a:after {
	content: "";
	width: 15px;
    height: 15px;
	display: inline-block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 9px);
}
.back_maintenance a:hover {
	opacity: 0.8;
	transition: 0.2s;
	color: #fff !important;
}

.obWrap div > .moviearea {
	width: 1180px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.moviearea h4 {
	width: 850px;
	margin: 0 auto 30px auto;
}

.moviearea p {
	font-size: 30px;
	margin: 20px auto;
	text-align: center;
}
/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */

.page_content {
	min-width: 1180px;
}
.page_content img {
	width: 100%;
}
.page_content *{
	line-height: 1.5;
	letter-spacing: 0;
}

/*----------------------------------------------------------
ページヘッダー
---------------------------------------------------------- */
.poipackTop h2 {
	padding: 0 !important;
    height: auto !important;
}
.poipackTop .camdate p {
	padding: 0 !important;
    height: auto !important;
}
.poipackTop p {
	font-size: 25px;
	font-weight: bold;
	color:＃808080;
	text-align: center;
	padding: 100px 20px;
}
.obWrap .presentItem {
	width: 800px;
	margin: 0 auto 60px auto;
}
/*----------------------------------------------------------
製品紹介
---------------------------------------------------------- */
.obWrap div > .Iteminfo {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.Iteminfo h3 {
	margin: 0 auto 30px auto;
	padding: 10px 0;
	background: none;
	border-left: none;
}
.Iteminfo p {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.obWrap div > .ItemphotoFlow01 {
	width: 1000px;
	margin: 0 auto 50px auto;
}
.ItemphotoFlow01 > ul {
	display: flex;
	justify-content: space-between;
}
.ItemphotoFlow01 > ul > li:first-child {
	width: 350px;
}
.ItemphotoFlow01 > ul > li:last-child {
	width: 500px;
}

.obWrap div > .ItemPoint {
	width: 1000px;
	margin: 0 auto 100px auto;
	padding-top: 60px;
}
.ItemPoint h4 {
	color: #285026;
	margin: 0 auto 30px auto;
	padding: 0rem 0.5rem;
	border-left: 30px solid #FFA500;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
}
.ItemPoint p {
	font-size: 25px;
	margin-bottom: 30px;
	text-align: left;
}
.ItemPoint .graph{
	background-color: #FFFFFF;
}
.obWrap div > .ItemDetailFlow01 {
	margin: 20px 0;
}
.ItemDetailFlow01 ul {
	display: flex;
	justify-content: space-between;
}
.ItemDetailFlow01 ul li {
	width: 480px;
}
.ItemDetailFlow01 ul li dl dt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
}
.ItemDetailFlow01 ul li dl dd:last-child {
	padding: 15px 5px 0 5px;
}
.ItemPoint h5 {
	height: 95px;
	background-repeat: no-repeat;
	background-image: url("../img/new_poipack_txt01.png");
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	background-position: center;
}
.ItemPoint p.commtxt01 {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
}
.ItemPoint p.commtxt02 {
	color: #285026;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.ItemPoint p.commtxt03 {
	height: 200px;
	background-repeat: no-repeat;
	background-image: url("../img/new_poipack_bg02.gif");
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	background-position: center bottom;
}
/*----------------------------------------------------------
製品の使い方
---------------------------------------------------------- */
.obWrap div > .HowtoArea {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.HowtoArea h3 {
	margin: 0 auto 80px auto;
	padding: 10px 0;
	background: none;
	border-left: none;
}
.HowtoArea h4.title01 {
	width: 850px;
	margin: 0 auto 30px auto;
}

.obWrap div > .HowtoAreaFlow01 {
	width: 1000px;
	margin: 0 auto 40px auto;
}
.HowtoAreaFlow01 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.HowtoAreaFlow01 ul li {
	width: 220px;
	position: relative;
}
.HowtoAreaFlow01 ul li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #3f503a;
	position: absolute;
	top: 55px;
	right: -25px;
}
.HowtoAreaFlow01 ul li:last-child::after {
	display: none;
}
.HowtoAreaFlow01 ul li dd {
	padding: 15px 0 0 0;
	text-align: left;
	font-size: 24px;
	line-height: 1.7;
}
.HowtoAreaFlow01 p {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
/*----------------------------------------------------------
製品ラインナップ紹介
---------------------------------------------------------- */
.obWrap div > .ItmLinenup {
	width: 1180px;
	margin: 0 auto;
}
.ItmLinenup h3 {
	margin: 100px auto 80px auto;
	padding: 10px 0;
	background: none;
	border-left: none;
}
.obWrap div > .poipackItem {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.poipackItem h4 {
	color: #285026;
	margin: 0 auto 30px auto;
	padding: 0rem 0.5rem;
	border-left: 30px solid #285026;
	border-bottom: 4px solid #285026;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
}
.poipackItem h4 span {
	display: block;
	max-width: 1180px;
	margin: 0 auto;
}

.obWrap div > .poipackItemPhoto {
	width: 1180px;
	margin: 0 auto 50px auto;
}
.poipackItemPhoto > ul {
	display: flex;
	justify-content: space-between;
}
.poipackItemPhoto > ul > li:first-child {
	width: 460px;
}
.poipackItemPhoto > ul > li:last-child {
	width: 664px;
}
.poipackItemPhoto > ul > li:last-child ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin-top: 25px;
}
.poipackItemPhoto > ul > li:last-child ul li {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(odd) {
	width: 400px;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(odd) span {
	width: 210px;
	display: inline-block;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(even) span {
	width: 120px;
	display: inline-block;
}

/*----------------------------------------------------------
おすすめ関連製品の紹介
---------------------------------------------------------- */
.ItmOtherLineup {
	background: url(../img/top-bg3.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
}
.obWrap div > .poipackItemOther {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 0px;
}
.poipackItemOther h4 {
	width: 850px;
	margin: 0 auto 30px auto;
}
.poipackItemOther ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.poipackItemOther ul li {
	width: 370px;
}
.poipackItemOther ul li dl dt {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.poipackItemOther ul li dl dd a {
	transition: 0.2s;
}
.poipackItemOther ul li dl dd a:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.poipackItemOther ul li dl dd:last-child {
	font-size: 18px;
	margin-top: 15px;
	text-align: left;
	line-height: 1.8;
}

/*----------------------------------------------------------
応募ボタン
---------------------------------------------------------- */
.obWrap div > .GoentryLink {
	width: 1180px;
	margin: 0 auto;
}
.GoBtnArea {
	height: 500px;
	background-repeat: no-repeat;
	background-image: url("../img/new_poipack_tit06.png");
	text-align: center;
	background-position: center 100px;
	padding-top: 350px;
}
.GoentryLink p {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}
.GoentryLink p a {
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFFFFF;
	color: #fff !important;
	font-weight: bold;
	font-size: 50px;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.2s;
	text-align: center;
}
.GoentryLink p a:hover {
	opacity: 0.7;
	transition: 0.2s;
	color: #fff !important;
}
.GoentryLink p a:visited,
.GoentryLink p a:link {
	color: #fff !important;
}
/*----------------------------------------------------------
製品紹介
---------------------------------------------------------- */
.obWrap div > .Iteminfo {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.Iteminfo h3 {
	margin: 0 auto 30px auto;
	padding: 10px 0;
	background: none;
	border-left: none;
}
.Iteminfo p {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.obWrap div > .ItemphotoFlow01 {
	width: 1000px;
	margin: 0 auto 50px auto;
}
.ItemphotoFlow01 > ul {
	display: flex;
	justify-content: space-between;
}
.ItemphotoFlow01 > ul > li:first-child {
	width: 350px;
}
.ItemphotoFlow01 > ul > li:last-child {
	width: 500px;
}

.obWrap div > .ItemPoint {
	width: 1000px;
	margin: 0 auto 100px auto;
	padding-top: 60px;
}
.ItemPoint h4 {
	color: #285026;
	margin: 0 auto 30px auto;
	padding: 0rem 0.5rem;
	border-left: 30px solid #FFA500;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
}
.ItemPoint p {
	font-size: 25px;
	margin-bottom: 30px;
	text-align: left;
}
.obWrap div > .ItemDetailFlow01 {
	margin: 20px 0;
}
.ItemDetailFlow01 ul {
	display: flex;
	justify-content: space-between;
}
.ItemDetailFlow01 ul li {
	width: 480px;
}
.ItemDetailFlow01 ul li dl dt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
}
.ItemDetailFlow01 ul li dl dd:last-child {
	padding: 15px 5px 0 5px;
}
.ItemPoint h5 {
	height: 95px;
	background-repeat: no-repeat;
	background-image: url("../img/monicam2102/new_poipack_txt01.png");
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	background-position: center;
}
.ItemPoint p.commtxt01 {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
}
.ItemPoint p.commtxt02 {
	color: #285026;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.ItemPoint p.commtxt03 {
	height: 200px;
	background-repeat: no-repeat;
	background-image: url("../img/monicam2102/new_poipack_bg02.gif");
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	background-position: center bottom;
}
/*----------------------------------------------------------
製品の使い方
---------------------------------------------------------- */
.obWrap div > .HowtoArea {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.HowtoArea h3 {
	margin: 0 auto 80px auto;
	padding: 10px 0;
	background: none;
	border-left: none;
}
.HowtoArea h4.title01 {
	width: 850px;
	margin: 0 auto 30px auto;
}

.obWrap div > .HowtoAreaFlow01 {
	width: 1000px;
	margin: 0 auto 40px auto;
}
.HowtoAreaFlow01 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.HowtoAreaFlow01 ul li {
	width: 220px;
	position: relative;
}
.HowtoAreaFlow01 ul li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #3f503a;
	position: absolute;
	top: 55px;
	right: -25px;
}
.HowtoAreaFlow01 ul li:last-child::after {
	display: none;
}
.HowtoAreaFlow01 ul li dd {
	padding: 15px 0 0 0;
	text-align: left;
	font-size: 24px;
	line-height: 1.7;
}
.HowtoAreaFlow01 p {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
/*----------------------------------------------------------
製品ラインナップ紹介
---------------------------------------------------------- */
.obWrap div > .ItmLinenup {
	width: 1180px;
	margin: 0 auto;
}
.ItmLinenup h3 {
	margin: 100px auto 80px auto;
	padding: 10px 0;
	background: none;
	border-left: none;
}
.obWrap div > .poipackItem {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.poipackItem h4 {
	color: #285026;
	margin: 0 auto 30px auto;
	padding: 0rem 0.5rem;
	border-left: 30px solid #285026;
	border-bottom: 4px solid #285026;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
}
.poipackItem h4 span {
	display: block;
	max-width: 1180px;
	margin: 0 auto;
}

.obWrap div > .poipackItemPhoto {
	width: 1180px;
	margin: 0 auto 50px auto;
}
.poipackItemPhoto > ul {
	display: flex;
	justify-content: space-between;
}
.poipackItemPhoto > ul > li:first-child {
	width: 460px;
}
.poipackItemPhoto > ul > li:last-child {
	width: 664px;
}
.poipackItemPhoto > ul > li:last-child ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin-top: 25px;
}
.poipackItemPhoto > ul > li:last-child ul li {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(odd) {
	width: 400px;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(odd) span {
	width: 210px;
	display: inline-block;
}
.poipackItemPhoto > ul > li:last-child ul li:nth-child(even) span {
	width: 120px;
	display: inline-block;
}

/*----------------------------------------------------------
おすすめ関連製品の紹介
---------------------------------------------------------- */
.ItmOtherLineup {
	background: url(../img/top-bg3.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
}
.obWrap div > .poipackItemOther {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 0px;
}
.poipackItemOther h4 {
	width: 850px;
	margin: 0 auto 30px auto;
}
.poipackItemOther ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.poipackItemOther ul li {
	width: 370px;
}
.poipackItemOther ul li dl dt {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.poipackItemOther ul li dl dd a {
	transition: 0.2s;
}
.poipackItemOther ul li dl dd a:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.poipackItemOther ul li dl dd:last-child {
	font-size: 18px;
	margin-top: 15px;
	text-align: left;
	line-height: 1.8;
}

/*----------------------------------------------------------
応募ボタン
---------------------------------------------------------- */
.obWrap div > .GoentryLink {
	width: 1180px;
	margin: 0 auto;
}
.GoBtnArea {
	height: 500px;
	background-repeat: no-repeat;
	background-image: url("../img/monicam2102/new_poipack_tit06.png");
	text-align: center;
	background-position: center 100px;
	padding-top: 350px;
}
.GoentryLink p {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}
.GoentryLink p a {
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFFFFF;
	color: #fff !important;
	font-weight: bold;
	font-size: 50px;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.2s;
	text-align: center;
}
.GoentryLink p a:hover {
	opacity: 0.7;
	transition: 0.2s;
	color: #fff !important;
}
.GoentryLink p a:visited,
.GoentryLink p a:link {
	color: #fff !important;
}
/*----------------------------------------------------------
募集要項
---------------------------------------------------------- */
.camyoukou-section {
	width: 1180px;
	margin: 0 auto;
}
.camyoukou-section h3 {
	background: #555;
	color: #fff;
	text-align: center;
	border: none;
	padding: 20px 0;
	margin-bottom: 30px;
	font-size: 30px
}
.camyoukou-section h6 {
	width: 1180px;
	background: #f5f5f5!important;
	padding: 10px 10px!important;
	margin-bottom: 10px;
	font-size: 25px!important;
	text-align: left;
	border-left: 20px solid #555;
}
.camyoukou-section p {
	padding: 10px 40px;
	font-size: 14px!important;
	text-align: left;
}

.camyoukou-section ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 20px;
}
.camyoukou-section ul li {
	width: 250px;
	height: 60px;
	padding: 14px 10px;
	background: #eb6100;
	color: #fff;
	position: relative;
	font-size: 20px
}
.camyoukou-section ul li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #3f503a;
	position: absolute;
	top: 15px;
	right: -40px;
}
.camyoukou-section ul li:last-child::after {
	display: none;
}
