* {
  box-sizing: border-box;
}
#content .complete .number {
    background-size: initial;
}
html{
  scroll-behavior: smooth;
}

div#container {
	width: 100%;
	padding: 0px;
}
#lpshoppingcolumn {
	width: 830px !important;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent no-repeat center center;
    background-size: contain;
    font-weight:inherit;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#cart_body {
    width: 100%;
}
/*----------------------------------------------------
    サイト固有
----------------------------------------------------*/
a:hover {
	opacity:0.8;
}
#header {
    margin: 100px auto 0;
    width: 800px;
}
.mywidth{
	background:white;
	width:750px;
	margin:auto;
	box-shadow: 0 6px 20px grey;
}

.mywidth2{
	background:white;
	width:1366px;
	margin:auto;
	box-shadow: 0 6px 20px grey;
}

.floating {
	position: fixed;
	bottom: 0px;
	display: none;
	z-index:10000;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
    100% {opacity: 1}
}

.mywidth .before_after .compare .after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url(../images/20231212/after.png) left top/cover no-repeat;
    border-right: 1px solid #ffffff;
    animation: 3.4s compare_ba ease-in-out alternate infinite;
    box-sizing: border-box;
}

.slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slick-next:before{
    background: url(../images/slick/arrow_r.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
  }

  .slick-prev:before{
    background: url(../images/slick/arrow_l.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
  }

  #slider2 .slick-next:before{
    background: url(../images/slick/arrow_r2.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
  }

  #slider2 .slick-prev:before{
    background: url(../images/slick/arrow_l2.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
  }

  #slider3 .slick-next:before{
    background: url(../images/slick/arrow_r3.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
  }

  #slider3 .slick-prev:before{
    background: url(../images/slick/arrow_l3.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
  }



.fv_animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}
.keyframe1{
  animation-name: anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 6px);
  }
}
.slide_position1{
	width:84.3%;
	margin-top: -109%;
	position: absolute;
}
.relative{
	position:relative;
}
.bg1 {
	padding: 0;
    margin: 0;
    /*background-image: url(../images/20231212/bg01.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	background-color: #fff;
}
.fv {
	margin-top: 0%;
}
.fv1 {
	margin-top: -163.5%;
	animation: fadeout-anim 0.8s linear forwards;
	animation-delay: 4s;
	position: relative;
	z-index: 1;
}
@keyframes fadeout-anim {
	100% {
		opacity: 0;
	}
}
.fv12 {
	margin-top: 0%;
	position: relative;
}
.fv2 {
	margin-top: -163.5%;
	position: relative;
	z-index: 50;
}
.fv3 {
	margin-top: -164%;
	position: relative;
	z-index: 100;
	animation: move-y .8s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.s1 {
	margin-top: -79%;
	margin-bottom: 9%;
	width: 88%;
	margin-left: 6.5%;
}

.s2 {
	margin-top: -86%;
	margin-bottom: 9%;
	width: 88%;
	margin-left: 6.5%;
}
.s3 {
	margin-top: -80%;
	margin-bottom: 9%;
	width: 88%;
	margin-left: 6.5%;
}

.mov1 {
	margin-top: -32%;
	padding-bottom: 7%;
	position: relative;
	z-index: 100;
	animation: move-y .8s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.mov-position1 {
	margin-top: -27.25%;
  padding-bottom: 4.34%;
  width: 40.4%;
  margin-left: 2.35%;
}

.movie14 {
	width: 118%;
}
.movie1 {
	margin-top: -75%;
	padding-bottom: 23%;
	width: 102%;
	margin-left: 6.6%;
}
.movie12 {
	margin-top: -88.5%;
	padding-bottom: 4.5%;
	width: 100%;
	margin-left: 0%;
}
.movie13 {
	margin-top: -109.5%;
	padding-bottom: 59.5%;
	width: 103.5%;
	margin-left: 6%;
}


.movie2 {
	margin-top: -59%;
	width: 100%;
	margin-bottom: 6%;
	margin-left: 7.6%;
}

.movie3-2 {
	margin-top: 32%;
	width: 100%;
	margin-bottom: 6%;
	margin-left: 6.6%;
	z-index: 1;
	position: absolute;
}
.movie3-3 {
	margin-top: 79%;
	width: 100%;
	margin-bottom: 6%;
	margin-left: 55.6%;
	z-index: 1;
	position: absolute;
}
.movie3-32 {
	margin-top: 126%;
	width: 100%;
	margin-bottom: 6%;
	margin-left: 5.6%;
	z-index: 1;
	position: absolute;
}


.movie3-1 {
	z-index: 100;
	position: absolute;
	margin-top: 0%;
	padding-bottom: 1%;
}
.movie3-4 {
	position: relative;
	margin-top: 151%;
}

.btn-position1 {
	margin-top: -197%;
	margin-bottom: 169.7%;
	width: 100%;
	margin-left: 0%;
}

.btn-position2 {
	position: absolute;
	margin-top: -80%;
	width: 38%;
	margin-left: 52%;
}
.btn-position22 {
	position: absolute;
	margin-top: -78%;
	width: 38%;
	margin-left: 52%;
}


.btn-position1:hover {
	opacity: 0.8 ;
}
.btn-position3 {
	margin-top: -48%;
	margin-bottom: 16.5%;
	width: 100%;
}
.btn-position4 {
	margin-top: -18%;
	margin-bottom: 11.5%;
	width: 100%;
}

/*--画像1枚の横幅サイズを指定--*/
.twentytwenty01 {width: 100%;}


.move-position25 {
	position:absolute;
	margin-top: -35%;
}
.move-position26 {
	position:absolute;
	margin-top: -19%;
}
.move-position27 {
	position:absolute;
	margin-top: -18%;
}
.move-
.move-position3 {
	position:absolute;
	top: -5%;
	right: 0;
}
.footer-nav {
	color:#2A2A2A;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
.footer-nav ul {
	margin: 20px 0;
}
.footer-nav ul li {
	display:inline-block;
	padding: 5px;
	border-left: 1px solid #2A2A2A;
}
.footer-nav ul li:first-child {
	border-left: none;
}
.footer-nav ul li a {
	color: inherit;
	text-decoration: none;
}
.footer-nav ul li a:hover {
	opacity: 0.7;
}
.copyright{
	font-size:16px;
	margin-bottom:20px;
}
.bg2 {
	padding: 0;
    margin: 0;
    background-image: url(../images/vd-wrap.png);
	background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width:650px){
	.size-wrap {
		width:90%;
	}
	.size-wrap h4 {
		font-size:0.8em;
	}
	.size-item a {
		padding: 0.7em 2.5em;
		font-size: 0.8em;
	}
	.footer-nav {
		font-size: 10px;
	}
	.footer-nav ul {
		margin: 10px 0;
	}
	.footer-nav ul li {
		padding: 5px;
		line-height: 10px;
	}
	.copyright{
		font-size:1em;
	}
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {

}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
}
.s_01 .accordion_one .accordion_header:hover {
  /*opacity: .8;*/
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /*border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  /*-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  */
  transform-origin: center center;
  transition-duration: 0.2s;
  background-image: url(../images/qa_1.png);
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: none;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
  background-image: url(../images/qa_3.png);
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-180deg);
  background-image: url(../images/qa_3.png);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  /*background-color: #fff;*/
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  background-image: url(../images/qa_3.png);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {

  width: 4px;
  height: 18px;
  top: 0;
  left: 7px; 
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  /*border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
  */
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  /*border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;*/
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner .box_one {
  /*height: 300px;*/
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
  }
}

/*====================================================================
以下は不要です。
====================================================================*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 4% 5%;
  background-image: url(../images/qbg.png);
  background-size: auto;
  background-attachment:fixed;
}
.section2 {
  max-width: 1024px;
  margin: 0 auto;
  padding: 4% 5%;
  background-size: auto;
  background-attachment:fixed;
  background-color: #ffffff;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

#full img {
  display: none;
}
#full img:first-child  {
  display: inline;
}
#full2 img {
  display: none;
}
#full2 img:first-child  {
  display: inline;
}
#full3 img {
  display: none;
}
#full3 img:first-child  {
  display: inline;
}
#full4 img {
  display: none;
}
#full4 img:first-child  {
  display: inline;
}

/*----------------------------------------------------
    original
----------------------------------------------------*/
.bg_black {
    background-color: black;
}
.bg_white {
    background-color: white;
}
.bg_cl-white {
    background-color: rgba(255, 255, 255, .5)
}
.bg_lite-blue {
    background-color: #f2ffff;
}
/*----------------------------------------------------
    共通CSS
----------------------------------------------------*/
/*
#main-wrapp *{
	box-sizing:border-box;
}
 */
#main-wrapp img{
	border:none;
	max-width: 100%;
}
img,iframe{
	vertical-align: middle;
}
html {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body{
	background-color:#FFF;
	/*max-width:750px;*/
	margin:auto;
}
#main-wrapp{
	overflow:hidden;
}
.tx-center{
	text-align: center;
}
.tx-left{
	text-align:left;
}
.tx-right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.block{
	display:block;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cf:after{
	clear:both;
}
.cf{
	overflow:hidden;
}
/*----------------------------------------
パーセント汎用
----------------------------------------*/
.par5{
	width:5%;
}
.par10{
	width:10%;
}
.par15{
	width:15%;
}
.par20{
	width:20%;
}
.par25{
	width:25%;
}
.par30{
	width:30%;
}
.par35{
	width:35%;
}
.par40{
	width:40%;
}
.par45{
	width:45%;
}
.par50{
	width:50%;
}
.par55{
	width:55%;
}
.par60{
	width:60%;
}
.par65{
	width:65%;
}
.par70{
	width:70%;
}
.par75{
	width:75%;
}
.par80{
	width:80%;
}
.par85{
	width:85%;
}
.par90{
	width:90%;
}
.par95{
	width:95%;
}
.par100{
	width:100%;
}
/*----------------------------------------
マージン汎用
----------------------------------------*/
.m5{
	margin:5px;
}
.m10{
	margin:10px;
}
.m15{
	margin:15px;
}
.m20{
	margin:20px;
}
.m25{
	margin:25px;
}
.m30{
	margin:30px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mt60{
    margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mt80{
	margin-top:80px;
}
.mt100{
	margin-top:100px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.ml25{
	margin-left:25px;
}
.ml30{
	margin-left:30px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mr25{
	margin-right:25px;
}
.mr30{
	margin-right:30px;
}
/*----------------------------------------
パディング汎用
----------------------------------------*/
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt25{
	padding-top:25px;
}
.pt30{
	padding-top:30px;
}
.pt70{
	padding-top:70px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb15{
	padding-bottom:15px;
}
.pb20{
	padding-bottom:20px;
}
.pb25{
	padding-bottom:25px;
}
.pb30{
    padding-bottom:30px;
}
.pb50{
    padding-bottom:50px;
}
.pb60{
    padding-bottom:60px;
}
.pb90{
    padding-bottom:90px;
}
.pb100{
    padding-bottom:100px;
}
.pl5{
	padding-left:5px;
}
.pl10{
	padding-left:10px;
}
.pl15{
	padding-left:15px;
}
.pl20{
	padding-left:20px;
}
.pl25{
	padding-left:25px;
}
.pl30{
	padding-left:30px;
}
.pr5{
	padding-right:5px;
}
.pr10{
	padding-right:10px;
}
.pr15{
	padding-right:15px;
}
.pr20{
	padding-right:20px;
}
.pr25{
	padding-right:25px;
}
.pr30{
	padding-right:30px;
}
.p5{
	padding:5px;
}
.p10{
	padding:10px;
}
.p15{
	padding:15px;
}
.p20{
	padding:20px;
}
.p25{
	padding:25px;
}
.p30{
	padding:30px;
}
/*----------------------------------------
フォントサイズ汎用
----------------------------------------*/
.f10{
	font-size:10px;
}
.f12{
	font-size:12px;
}
.f14{
	font-size:14px;
}
.f16{
	font-size:16px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.f20{
	font-size:20px;
}
.f22{
	font-size:22px;
}
.f24{
	font-size:24px;
}
.f26{
	font-size:26px;
}
.f28{
	font-size:28px;
}
.f30{
	font-size:30px;
}
.f30{
	font-size:30px;
}
.f32{
	font-size:32px;
}
.f34{
	font-size:34px;
}
.f36{
	font-size:36px;
}
.f38{
	font-size:38px;
}
.f40{
	font-size:40px;
}
/*----------------------------------------
スマホ出しわけ
----------------------------------------*/
.sp-only{
	display:none !important;
}
.pc-only{
	display:block;
}
.pc-only.col{
	display:table-cell;
}
.pc-only.col-wrapp{
	display:table;
}

/*----------------------------------------------------
	カラム操作
----------------------------------------------------*/
.col-wrapp{
	display:table;
	width:100%;
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:5px 0px;
}
.col{
	display:table-cell;
	vertical-align: top;
}
.col img{
	max-width: 100%;
	height:auto;
	border:none;
}
.ng-margin5 > .col-wrapp{
	border-spacing:5px 0px !important;
}
.ng-margin10 > .col-wrapp{
	border-spacing:10px 0px !important;
}
.ng-margin15 > .col-wrapp{
	border-spacing:15px 0px !important;
}
.ng-margin20 > .col-wrapp{
	border-spacing:20px 0px !important;
}
.ng-margin25 > .col-wrapp{
	border-spacing:25px 0px !important;
}
.ng-margin30 > .col-wrapp{
	border-spacing:30px 0px !important;
}
.ng-margin35 > .col-wrapp{
	border-spacing:35px 0px !important;
}
.ng-margin40 > .col-wrapp{
	border-spacing:40px 0px !important;
}
.ng-margin5{
	margin-left:-5px;
	margin-right:-5px;
}
.ng-margin10{
	margin-left:-10px;
	margin-right:-10px;
}
.ng-margin15{
	margin-left:-15px;
	margin-right:-15px;
}
.ng-margin20{
	margin-left:-20px;
	margin-right:-20px;
}
.ng-margin25{
	margin-left:-25px;
	margin-right:-25px;
}
.ng-margin30{
	margin-left:-30px;
	margin-right:-30px;
}
.ng-margin35{
	margin-left:-35px;
	margin-right:-35px;
}
.ng-margin40{
	margin-left:-40px;
	margin-right:-40px;
}
/*===============================================
タブレット画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px){
	img{
		max-width: 100%;
		height:auto;
		width:auto;
	}
	body{/*mywidthが100%になるタイミングとセット*/
		min-width:0;
	}
	.mywidth{
		width:100%;
		margin:auto;
	}
	.mywidth2{
		width:100%;
		margin:auto;
	}
	#main{
		width:100%;
		float:auto;
	}
	.col.change800{
		display:block;
		widht:100%;
	}
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	
	#header img {
		width: 42%;
	}

	img{
		max-width: 100%;
		height: auto;
		width:auto;
	}
	body{/*mywidthが100%になるタイミングとセット*/
		min-width:0;
	}
	.mywidth{
		width:100%;
		margin:auto;
        /*
		padding-right:10px !important;
		padding-left:10px !important;
        */
    }
    .center-padding {
        padding-right:10px !important;
        padding-left:10px !important;
    }
	.pc-only{
		display:none !important;
	}
	.sp-only{
		display:block !important;
	}
	.sp-only.col-wrapp{
		display:table !important;
	}
	.sp-only.col{
		display:table-cell !important;
	}
	.sp-tx-center{
		text-align:center;
	}
	.sp-tx-left{
		text-align:left;
	}
	.sp-tx-right{
		text-align:left;
	}

	.col.change650{
		display:block !important;
		width:100% !important;
	}
	.sp-mt0 {
		margin-top:0px;
	}
	.sp-mt20 {
		margin-top:20px;
	}
	.sp-mt30 {
		margin-top:30px;
	}
	.sp-mt80 {
		margin-top:80px;
	}
	.sp-pb10 {
		padding-bottom:10px;
	}
	.mnt50 {
		margin-top:-30px;
	}
    .ngmb180 {
        margin-bottom: -80px;
    }
    .ng_img_title {
        top: -25px;
        margin-bottom: -10px;
    }
}


