.topNumBox {
	display: none;
	width: 220px;
	position: fixed;
	left: 65%;
	top: 13.9%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 1000;
}

.topNumBox img {
	width: 100%;
}

@media all and (min-width: 1025px) and (max-width: 1370px) {
	.topNumBox {
		width: 170px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.topNumBox {
		width: 120px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.topNumBox {
		left: 50%;
		position: absolute;
		width: 100px;
		top: 115px;
	}
}

#main .topSection {
	height: 100vh;
	position: relative;
}

#main .topSection .text {
	display: none;
	width: 21%;
	max-width: 395px;
	position: absolute;
	top: 49.9%;
	left: 16.8%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#main .topSection .text.top {
	top: 51px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}

#main .topSection .photo {
	position: relative;
	height: 100%;
	background: url(../images/page_photo.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#main .topSection .photo:before {
	width: 200%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: -50%;
	transform: skewX(-45deg);
	transition: left 0.5s linear;

	content: "";
}

#main .topSection .photo.active:before {
	left: -250%;
}

#main .topSection .text img {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .topSection .photo {
		background-position: center center;
	}

	#main .topSection .photo:before {
		width: 320%;
		left: -107%;
	}

	#main .topSection .photo.active:before {
		left: -425%;
	}

	#main .topSection .text {
		width: auto;
		max-width: inherit;
		top: 200px;
		left: 50%;
		transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}

	#main .topSection .text img {
		width: 198px;
	}

	body.android #main .topSection .text img {
		width: 160px;
	}

}

/*------------------------------------------------------------
	photoBox
------------------------------------------------------------*/
#main .rBox {
	width: 35%;
	min-height: 100vh;
	float: right;
}

#main .rBox .photoBox {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/one_photo.jpg) no-repeat center top;
	background-size: cover;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
}

#main .rBox.on .photoBox {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}

#main .rBox .photoBox02 {
	background-image: url(../images/two_photo.jpg);
}

#main .rBox .photoBox03 {
	background-image: url(../images/three_photo.jpg);
}

#main .rBox .photoBox04 {
	background-image: url(../images/four_photo01.jpg);
}

#main .rBox .photoBox05 {
	background-image: url(../images/four_photo02.jpg);
}

#main .rBox .photoBox06 {
	background-image: url(../images/four_photo03.jpg);
}

#main .rBox .photoBox07 {
	background-image: url(../images/five_photo.jpg);
}

#main .rBox .photoBox08 {
	background-image: url(../images/six_photo.jpg);
}

#main .rBox .photoBox09 {
	background-image: url(../images/seven_photo.jpg);
}

#main .rBox .photoBox10 {
	position: relative;
	background-image: url(../images/enight_photo.jpg);
}

#main .rBox .photoBox11 {
	background-image: url(../images/nine_photo.jpg);
}

#main .rBox .youtube {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

#main .rBox .youtube .video {
	position: relative;
	padding-bottom: 56.3%;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}

#main .rBox .youtube .video a {
	margin: -35px 0 0 -35px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#main .rBox .youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main .rBox .youtube p {
	padding: 10px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-color: #D38E9E;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .rBox {
		width: auto;
		height: 300px;
		min-height: inherit;
		float: none;
	}

	#main .rBox .photoBox {
		opacity: 1;
		height: 300px;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}

}
/*------------------------------------------------------------
	textBox
------------------------------------------------------------*/
#main .lBox {
	width: 65%;
	float: left;
	height: 100vh;
	position: relative;
}

#main .cotBox {
	height: auto;
}

#main .lBox .textBox {
	width: calc(100% - 300px);
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#main .cotBox .textBox {
	margin-top: 50px;
	position: relative;
	top: inherit;
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

#main .lBox .textBox01 .headLine01 {
	max-width: 422px;
}

#main .lBox .textBox02 .headLine01 {
	max-width: 384px;
}

#main .lBox .textBox07 .headLine02 {
	max-width: 388px;
}

#main .lBox .textBox09 .headLine02 {
	max-width: 478px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .lBox {
		padding: 20px 10px;
		width: auto;
		float: none;
		height: auto;
	}

	#main .lBox .textBox {
		width: auto;
		max-width: inherit;
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	#main .cotBox .textBox {
		margin: 0 0 20px 0;
	}
}

#main .textBox09 {
	padding-top: 50px;
}

#main .textBox06 .text {
	margin-bottom: 13%;
}

#main .textBox07 .text,
#main .textBox08 .text {
	margin-bottom: 2%;
	color: #B06391;
}

#main .textBox07 .text span,
#main .textBox08 .text span {
	font-size: 14px;
	vertical-align: 5px;
}

#main .textBox07 .photo,
#main .textBox08 .photo {
	margin-bottom: 3%;
	width: 98%;
	/* max-width: 483px; */
	position: relative;
}

#main .textBox07 .textList li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}

#main .textBox08 .textList li,
#main .textBox09 .textList li {
	padding-left: 4em;
	text-indent: -4em;
}

#main .textBox .photo > img {
	position: relative;
	z-index: 10;
}

#main .textBox07 .photo .line,
#main .textBox08 .photo .line {
	width: 108%;
	/* max-width: 523px; */
	position: absolute;
	top: 48%;
	left: 2%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	overflow: hidden;
}

#main .textBox08 .photo .line {
	top: 54%;
	left: 4.9%;
	width: 87%
}


#main .textBox07 .photo .line:before,
#main .textBox08 .photo .line:before {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 1s linear;
	-webkit-transition: left 1s linear;
	-ms-transition: left 1s linear;

	content: "";
}

#main .textBox07 .photo.on .line:before,
#main .textBox08 .photo.on .line:before {
	left: 100%;
}

#main .textBox09 .headLine02 {
	margin-bottom: 5%;
}

#main .textBox09 .headLine02 span {
	color: #C38E21;
}

#main .textBox09 p {
	margin-bottom: 7%;
}

#main .textBox10 p {
	margin-bottom: 5%;
}

#main .textBox10 .text {
	margin-bottom: 1%;
	color: #C38E21;
}

#main .textBox10 p span span {
	font-size: 10px;
	vertical-align: 9px;
}

#main .textBox10 p .sSpan {
	font-size: 10px;
	vertical-align: 5px;
	color: inherit;
}

#main .textBox10 .photo {
	max-width: 582px;
	margin-bottom: 18px;
}

#main .textBox11 .headLine02 {
	margin-bottom: 5%;
}

#main .textBox11 .headLine02 span {
	 color: #79A34D;
}

#main .textBox11 p .colorText {
	font-size: 10px;
	color: #79A34D;
}

#main .textBox11 .text {
	margin-bottom: 2%;
	color: #79A34D;
}

#main .textBox11 .photo {
	margin-bottom: 12px;
	/* max-width: 560px; */
	position: relative;
}

#main .textBox11 .photo .line {
	width: 91%;
	/* max-width: 516px; */
	position: absolute;
	left: 4.2%;
	top: 7.6%;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-ms-transition: all 1s linear;
	overflow: hidden;
}

#main .textBox11 .photo .line:before {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 1s linear;
	-webkit-transition: left 1s linear;
	-ms-transition: left 1s linear;

	content: "";
}

#main .textBox11 .photo.on .line:before {
	left: 100%;
}

#main .textBox12 sup {
	font-size: 10px;
}

#main .textBox12 .text {
	color: #79A34D;
}

#main .textBox12 .photo {
	max-width: 561px;
	position: relative;
	margin-bottom: 2.2%;
}

#main .textBox12 .photo .line {
	position: absolute;
	z-index: 11;
	animation: fade 1s linear infinite;
	-webkit-animation: fade 1s linear infinite;
	-ms-animation: fade 1s linear infinite;
}

@keyframes fade {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fade {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-ms-keyframes fade {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

#main .textBox12 .photo .line01 {
	width: 3%;
	max-width: 14px;
	left: 41%;
	top: 29%;
}

#main .textBox12 .photo .line02 {
	width: 3%;
	max-width: 15px;
	left: 57%;
	top: 29%;
}

#main .textBox12 .photo .line03 {
	width: 5%;
	max-width: 26px;
	left: 62%;
	top: 49%;
}

#main .textBox12 .photo .line04 {
	width: 3%;
	max-width: 15px;
	left: 56%;
	top: 65%;
}

#main .textBox12 .photo .line05 {
	width: 3%;
	max-width: 14px;
	left: 41%;
	top: 65%;
}

#main .textBox12 .photo .line06 {
	width: 5%;
	max-width: 26px;
	left: 33%;
	top: 49%;
}

#main .textBox12 ul li:last-child {
	margin-top: 2.2%;
}

#main .textBox13 p {
	margin-bottom: 13%;
}

#main .textBox13 .imgBox .photo {
	width: 21%;
	max-width: 116px;
	float: left;
}

#main .textBox13 .imgBox .photo a:hover {
	opacity: 0.7;
}

#main .textBox13 .imgBox .logoBox {
	padding-left: 24%;
}

#main .textBox13 .imgBox .logoBox p {
	margin-bottom: 0;
	color: #D28E9E;
	font-size: 24px;
	line-height: 1.67;
}

#main .textBox14 h2,
#main .textBox15 h2 {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: normal;
	line-height: 20px;
}

#main .textBox14 .h2Ttl {
	margin-bottom: 5px;
}

#main .textBox14 p {
	font-size: 15px;
	line-height: 2.0;
}

#main .textBox14 p .colorSpan {
	color: #F01414;
}

#main .textBox14 .subTitle {
	margin-bottom: 4px;
}

#main .textBox14 .subTitle span {
	padding: 2px 0;
	color: #F01414;
	font-size: 16px;
	border: 1px solid #F01414;
	border-style: solid none;
}

#main .textBox14 .textMar {
	margin-bottom: 81px;
}

#main .textBox15 h2 {
	margin-bottom: 15px;
}

#main .textBox15 table {
	margin-bottom: 3%;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}

#main .textBox15 table .style01 {
	padding-left: 0;
	width: 9%;
	border-left: none;
}

#main .textBox15 table .style02 {
	width: 20%;
}

#main .textBox15 table .style03 {
	padding: 7px 10px;
	background-color: #E3DEC8;
	border-left: none;
}

#main .textBox15 table .style04 {
	padding-right: 0;
}

#main .textBox15 table .style05 {
	padding: 0 10px;
}

#main .textBox15 table .style05 span {
	color: #3D3F42;
	margin: 0 auto;
	width: 12px;
	display: block;
}

#main .textBox15 td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	box-sizing: border-box;
}

#main .textBox15 td,
#main .textBox15 td p {
	font-size: 14px;
	line-height: 1.75;
}

#main .textBox15 td .text01 {
	padding-left: 1.1em;
	text-indent: -1.1em;
}

#main .textBox15 .text {
	font-size: 15px;
	line-height: 1.67;
}

#main .textBox15 td span {
	color: #F01414;
}

#main .textBox15 .textlist {
	font-size: 12px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .textBox09 {
		padding-top: 0;
	}

	#main .textBox04 p,
	#main .textBox05 p,
	#main .textBox06 p {
		line-height: 1.5;
	}

	#main .textBox10 p span span {
		font-size: 7px;
		vertical-align: 3px;
	}

	#main .textBox10 p .sSpan {
		font-size: 7px;
		vertical-align: 3px;
	}

	#main .textBox12 p .colorText {
		font-size: 7px;
	}

	#main .textBox12 p {
		margin-bottom: 10px;
	}

	#main .textBox12 sup {
		font-size: 7px;
	}

	#main .textBox13 p {
		margin-bottom: 23px;
	}

	#main .textBox13 .imgBox .logoBox p {
		font-size: 16px !important;
	}

	#main .textBox14 h2,
	#main .textBox15 h2 {
		margin-bottom: 3px;
		font-size: 24px;
		text-align: center;
	}

	#main .textBox14 p {
		font-size: 14px;
		line-height: 1.8;
	}

	#main .textBox14 .textMar {
    	margin-bottom: 30px;
	}

	#main .textBox14 .subTitle {
		text-align: center;
	}

	#main .textBox14 .subTitle span {
		font-size: 14px;
	}

	#main .textBox14 .h2Ttl {
		margin-bottom: 0;
	}

	#main .textBox15 td {
		padding: 5px;
	}

	#main .textBox15 td .text01 {
		font-size: 13px;
	}

	#main .textBox15 .text {
		font-size: 13px !important;
	}

	#main .textBox15 td,
	#main .textBox15 td p {
		font-size: 15px;
		line-height: 1.5;
	}

	#main .textBox15 table .style05 {
		padding: 0 5px;
	}

	#main .textBox15 table .style05 span {
		width: 15px;
	}

	#main .rBox .youtube {
		top: 122px;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	#main .rBox .youtube p {
		margin-bottom: 0;
		padding: 5px;
		color: #FFF;
		font-size: 14px;
		text-align: center;
		background-color: #D38E9E;
	}

	#main .textBox11 .textList li {
		padding-left: 3.2em;
		text-indent: -3.2em;
	}

	#main .textBox11 .textList li:first-child {
		padding-left: 0;
		text-indent: 0;
	}

	#main .textBox08 .textList li:nth-child(3) {
		padding-left: 2.5em;
		text-indent: -2.5em;
	}

	#main .textBox08 .text {
		line-height: 1.5;
	}

	#main .textBox13 .imgBox .photo {
		width: 75px;
	}

	#main .textBox13 .imgBox .photo img {
		width: 75px;
	}

	#main .textBox13 .imgBox .logoBox {
		float: none;
		padding-left: 85px;
	}

	#main .textBox07 .textList li:first-child {
		padding-left: 0;
		text-indent: 0;
	}

	#main .textBox10 .textList li:first-child {
		padding-left: 0;
		text-indent: 0;
	}

	#main .textBox10 .photo {
		max-width: inherit;
	}

	#main .textBox07 .photo, #main .textBox08 .photo {
		max-width: inherit;
	}

	#main .textBox11 .photo {
		max-width: inherit;
	}

	#main .textBox12 .photo {
		margin: 0 auto 15px;
	}

}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .imgList li .listBox p {
		font-size: 10px;
	}

	#main p .smallSpan {
		font-size: 6px !important;
	}

	#main .imgList li .photo {
		width: 22%;
	}

	#main .textBox07 .text span,
	#main .textBox08 .text span {
		font-size: 10px;
	}

	#main .textBox10 p .sSpan,
	#main .textBox10 p span span {
		font-size: 7px;
	}

	#main .textBox11 p .colorText {
		font-size: 8px;
	}

	#main .textBox12 sup {
		font-size: 8px;
	}

	#main .textBox13 .imgBox .logoBox p {
		font-size: 18px;
	}

	#main .textBox14 h2,
	#main .textBox15 h2 {
		font-size: 26px;
	}

	#main .textBox14 .subTitle span {
		font-size: 17px;
	}

	#main .textBox14 p {
		font-size: 16px;
		line-height: 1.7;
	}

	#main .textBox14 .textMar {
		margin-bottom: 20px;
	}

	#main .textBox15 td,
	#main .textBox15 td p {
		font-size: 14px;
	}

	#main .textBox15 td .text01 {
		font-size: 7px;
	}

	#main .textBox15 td {
		padding: 5px;
	}

	#main .rBox .youtube p {
		font-size: 14px;
	}

}

/*------------------------------------------------------------
	textBox09 linkList
------------------------------------------------------------*/
#main .linkList {
	margin-bottom: 15px;
	border: 1px solid #3D3F42;
}

#main .linkList > li {
	padding: 20px 13px 15px;
	width: 25%;
	/* max-width: 142px; */
	float: left;
	border-right: 1px solid #3D3F42;
	box-sizing: border-box;
}

#main .linkList > li:last-child {
	border-right: none;
}

#main .linkList .ttl {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 13px;
	color: #C38E21;
	font-size: 17px;
	border-bottom: 1px solid #3D3F42;
}

#main .linkList .linkUl li {
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.5;
}

#main .linkList .linkUl .rSpan {
	padding-left: 10px;
	display: inline-block;
	background: url(../images/link_icon.png) no-repeat left 5px;
	background-size: 5px auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .linkList {
		margin-bottom: 10px;
	}

	#main .linkList .ttl {
		margin: 0 -1px 2px;
		padding-bottom: 5px;
		font-size: 17px;
		letter-spacing: -1px;
	}

	#main .linkList .linkUl li {
		font-size: 13px;
	}

	#main .linkList > li {
		padding: 9px 7px 10px;
		width: 25%;
		max-width: inherit;
	}

}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .linkList > li {
		padding: 10px 8px 10px;
	}

	#main .linkList .ttl {
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 10px;
	}

	#main .linkList .linkUl li {
		margin-bottom: 4px;
		font-size: 9px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1410px) {
	#main .imgList li .listBox p {
		font-size: 12px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .textBox13 .imgBox .photoBox {
		width: inherit;
	}

	#main .textBox13 .imgBox .photoBox img {
		width: 50px;
	}

	#main .textBox13 .imgBox .logoBox {
		padding-left: 24%;
	}

	#main .textBox13 .imgBox .logoBox p {
		margin-bottom: 0;
		font-size: 16px;
	}

	#main .lBox .textBox {
		width: calc(100% - 150px);
	}

	#main .youtube p {
		font-size: 14px;
	}

}

@media all and (min-width: 1025px) and (max-width: 1370px) {
	#main .lBox .textBox {
		width: calc(100% - 220px);
	}
}

@media all and (min-width: 1025px) and (max-width: 1300px) {
	#main .textBox13 .imgBox .logoBox p {
		font-size: 17px;
	}
}

@media all and (min-width: 1301px) and (max-width: 1560px) {
	#main .textBox13 .imgBox .logoBox p {
		font-size: 20px;
	}
}


@media screen and (orientation:landscape) and (min-width: 400px) and (max-width: 767px){
	#main .topSection .text {
		top: 20%;
		left: 20%;
	}

	#main .topSection .text img {
		width: 140px;
	}

	body.android #main .topSection .text img {
		width: 130px;
	}

}


#risk_link {
    height: auto;
    position: absolute;
    top: 95px;
    right: calc(1% + 2vw);
    text-align: right;
    z-index: 10;
}

#risk_link a {
    color: #0950b3;
    text-decoration: underline;
}

#risk_link a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px){
#risk_link {
    font-size: 12px !important;
	top: 60px;
    left: 0;
    right: 0;
    max-width: 292px;
}
}


.headParts{
	color: darkgrey;
    font-size: 14px!important;
	text-align: center;
	padding-bottom: 5px;
}

.bodyParts{
	font-size: 11px;
}

@media screen and (max-width: 767px){
	.headParts{
		font-size: 13px!important;
	}

	.bodyParts{
		font-size: 11px;
	}
}

.discList li {
	font-size: 15px!important;
}

@media (min-width: 0) and (max-width: 320px){
	#main .textBox .imgList li .photo img {
		width: 130px!important;
	}
}

@media (min-width: 321px) and (max-width: 375px){
	#main .textBox .imgList li .photo img {
		width: 150px!important;
	}
}

@media (min-width: 376px) and (max-width: 767px){
#main .textBox .imgList li .photo img {
    width: 170px!important;
}
}

.line_style{
	margin-top:9px;
	margin-left:-24px
}
@media (min-width: 0) and (max-width: 350px){
	.line_style{
		margin-top:3px;
		margin-left:-11px;
	}
}
@media (min-width: 350px) and (max-width: 465px){
	.line_style{
		margin-top:4.5px;
		margin-left:-13px;
	}
}
@media (min-width: 465px) and (max-width: 644px){
	.line_style{
		margin-top:11px;
		margin-left:-26px;
		max-width: 645px!important;
	}
}
@media (min-width: 645px) and (max-width: 750px){
	.line_style{
		margin-top:10px;
		margin-left:-24px;
		max-width: inherit!important;
	}
}

@media (min-width: 751px) and (max-width: 767px){
	.line_style{
		margin-top:9px;
		margin-left:-24px
	}
}

@media (min-width: 768px) and (max-width: 1300px){
	.line_style{
		margin-top:6.8px;
		margin-left:-15px
	}
}

.list_indent{
	padding-left: 1em!important;
	text-indent: -1em!important;
}
