@charset "UTF-8";
/* from reset css */
/* =============================================
  clear float elements Start
============================================= */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* for Legacy Browser */
/*\*/
* html .clearfix {
  display: inline-block;
  height: 1em;
}

.clearfix {
  display: block;
}

/* =============================================
  Default StyleSheet
============================================= */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, address, pre, strong, em, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 100%;
}

a img {
  border: none;
}
a:focus {
  outline: none;
}

img {
  vertical-align: top;
}

hr {
  display: none;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

/* from c_reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a:link, a:visited, a:active {
  color: #003399;
}
a:hover {
  color: #3366CC;
}

@media screen and (min-width: 751px) {
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .forPC {
    display: none !important;
  }
}

/* contents ==================================== */
.lp-headwrap {
  height: 70px;
  margin: 0 auto 13px;
  position: relative;
  max-width: 950px;
  width: 100%;
  box-sizing: border-box;
}
.lp-headwrap h1, .lp-headwrap p {
  position: absolute;
  top: 12px;
}
.lp-headwrap h1 {
	left: 75px;
}
.lp-headwrap p {
  right: 80px;
}
@media screen and (max-width: 750px) {
  .lp-headwrap {
    margin: 0 auto 2%;
    position: relative;
    max-width: unset;
    width: 100%;
    box-sizing: border-box;
    height: 7.5vh;
  }
  .lp-headwrap h1, .lp-headwrap p {
    position: absolute;
    top: 0.6rem;
    bottom: 0;
    margin: auto;
  }
  .lp-headwrap img {
    width: 100%;
  }
  .lp-headwrap h1 {
    left: 3.3%;
    width: 17.4%;
  }
  .lp-headwrap p {
    right: 3.3%;
    width: 17.7%;
  }
}

/* マウスオーバー */
.mainArea ul li a .button_mouseover,
.BtnArea .btns li a .button_mouseover {
	display: none;
}

.mainArea ul li a:hover .button_mouseover,
.BtnArea .btns li a:hover .button_mouseover {
	display: inline-block;
}

.mainArea ul li a:hover .button_mouseout,
.BtnArea .btns li a:hover .button_mouseout {
	display: none;
}



.content-wrap h3 {
	margin-bottom: 80px;
	padding: 25px 20px;
	text-align: center;
}
.content-wrap h3 img {
	width: 100%;
	max-width: 960px;
}
@media screen and (max-width: 750px) {
	.content-wrap h3 {
		margin-bottom: 8%;
		padding: 4% 0;
	}
	.content-wrap h3 img {
		max-width: 94%;
	}
}

/* mainArea */
.mainArea {
  background-image: url("../images/bg-main.png");
  background-repeat: repeat-x;
	background-size: contain;
	max-height: 1100px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.mainArea h2 {
  text-align: center;
  padding: 10px 20px 25px;
}
.mainArea h2 img {
	max-width: 800px;
	width: 100%;
}
.mainArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 85px;
}
.mainArea ul li {
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mainArea{
    max-height: inherit;
    background-image: url("../images/bg-main-sp.png");
  }
  .mainArea img{
    width: 100%;
  }
  .mainArea h2{
    padding: 2% 5% 4%;
  }

  .mainArea ul {
    justify-content: center;
    width: 78%;
    padding: 0 0 10%;
  }
  .mainArea ul li {
    margin-bottom: 6%;
  }
  .mainArea ul li:last-of-type {
    margin-bottom: 0;
  }
}

/* checklistArea */
.checklistArea {
	text-align: center;
	margin-bottom: 65px;
}
.checklistArea h3 {
	margin-bottom: 0;
}
.checklist {
	width: 90%;
	max-width: 803px;
	margin: 33px auto 0;
}
.checklist img {
	width: 100%;
	vertical-align: bottom;
}
.checklist li {
	position: relative;
}
.checklist li img {
	vertical-align: bottom;
}
.checklist li input[type="checkbox"] {
	display: none;
}
.checklist li input[type="checkbox"] + label {
	position: absolute;
	top: 0;
	right: 3.6%;
	bottom: 0;
	background: none;
	width: 3.9%;
	height: 47%;
	margin: auto;
	border: none;
	cursor: pointer;
}
.checklist li input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	width: 70%;
	height: 30%;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	top: 35%;
	left: 25%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) translateY(-50%);
}
.checklist-source {
	text-align: left;
}
.checklist-source a {
	color: #000;
	font-size: 20px;
}

@media screen and (max-width: 750px) {
	.checklistArea {
		padding-bottom: 3%;
		margin-bottom: 5%;
	}
	.checklist {
		margin: 5% 5% 0;
	}

	.checklist li input[type="checkbox"] + label {
		position: absolute;
		top: 0;
		right: 5.1%;
		bottom: 0;
		background: none;
		width: 5.5%;
		height: 33.6%;
		margin: auto;
		border: none;
		cursor: pointer;
	}
	.checklist-source a {
		font-size: 12px;
	}
}
/* whyArea */
.whyArea{
	background-color: #39ac4a;
}
.whyArea .inner{
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.whyArea h3{
	padding: 100px 0;
	margin-bottom: 30px;
}
.whyArea .inner img{
	width: 810px;
}
@media screen and (max-width: 750px) {
	.whyArea .inner{
    max-width: 100%;
	}
	.whyArea h3{
		margin-bottom: 0;
		padding: 5% 0;
	}
}
/* aboutArea knowArea */
.aboutArea .inner,
.knowArea .inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.aboutArea .inner {
  padding: 20px 20px 70px;
}
.aboutArea img,
.knowArea img {
	width: 100%;
}

.aboutArea h3 {
	margin-bottom: 5px;
}

.aboutArea h6 {
	margin: 45px 0;
}
.aboutArea h6:first-of-type {
	margin-top: 105px;
}
.aboutArea .image {
	margin-top:20px;
}
.aboutArea li {
	max-width: 800px;
	margin-bottom: 30px;
}

.knowArea {
	padding-top: 70px;
}
.knowArea .inner {
	padding: 0 20px 80px;
}
.knowArea .text {
	margin-top: 70px;
}
.knowArea .text img {
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.aboutArea .inner {
		padding: 0 5% 8%;
	}
	.aboutArea img,
	.knowArea img {
		width: 100%;
	}
	.aboutArea h6 {
		margin: 10% 0 3%;
	}
	.aboutArea h6:first-of-type {
		margin-top: 10%;
	}
	.aboutArea .image {
		margin-top: 8%;
	}
	.aboutArea li {
		margin-bottom: 3%;
	}

	.knowArea {
		padding-top: 15%;
	}
	.knowArea .inner {
		padding: 0 5% 8%;
	}
	.knowArea .text {
		margin-top: 5%;
	}
	.knowArea .text img {
		margin-bottom: 3%;
	}
}
/* voiceArea*/
.voiceArea {
	background-image: url("../images/bg-recommend.jpg");
	background-repeat: repeat;
	padding: 40px 0 0;
}
.voiceArea h3{
    width: 860px;
    margin: 80px auto 0;
}
.voiceArea .inner{
	max-width: 1618px;
	margin: 0 auto 50px;
	text-align: center;
}
.voiceArea .inner img{
	width: 100%;
	margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
	.voiceArea {
		background-image: url("../images/bg-recommend.jpg");
		background-repeat: repeat;
		padding: 5% 0 5%;
	}
	.voiceArea h3{
		width: 85%;
		margin: 5% auto 8%;
	}
	.voiceArea .inner{
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.voiceArea .inner img{
		width: 100%;
		margin-bottom: 10%;
	}
}
/* columnArea*/
.columnArea h3{
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}
.columnArea .inner{
	max-width: 980px;
	margin: 180px auto 250px;
	text-align: center;
}
.columnArea .inner img{
	width: 100%;
	margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
	.columnArea h3{
		margin-bottom: 0%;
		padding: 0;
		text-align: center;
	}
	.columnArea .inner{
        max-width: 100%;
        padding-right: 0;
        margin: 10% auto;
        text-align: center;
	}
	.columnArea .inner img{
		max-width: 100%;
		width: 100%;
		margin-bottom: 5%;
	}
}
/* recomendArea */
.recommendArea {
	background-image: url("../images/bg-recommend.jpg");
	background-repeat: repeat;
	padding: 40px 0 250px;
}

.recomendWrapper {
	padding: 0 20px;
}

.content-wrap .recommendArea h3 {
	margin-bottom: 30px;
}

.BtnArea {
	position: relative;
	/* padding-bottom: 270px; */
}
.BtnArea .btns {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}
.BtnArea .btns li {
	width: 46.5%;
	margin-bottom: 50px;
	text-align: center;
}
.BtnArea .btns li:nth-of-type(2n) {
	margin-left: 7%;
}

.BtnArea .btns li a {
	display: inline-block;
	margin-bottom: 12px;
}
.BtnArea .btns li img {
	width: 100%;
	max-width: 440px;
}
.BtnArea .btns li img.attention {
	margin-top: 15px;
}

#image_vegetables {
	/* position: absolute;
	right: 0;
	bottom: -80px;
	left: 0; */
	text-align: center;
	margin: 5px 0 0;
}
#image_vegetables img {
	max-width: 100%;
}

.recommend-box {
	background: #FFFFFF;
	max-width: 950px;
	margin: 0 auto 60px;
	padding: 0 0 40px;
	box-sizing: border-box;
	border: 2px solid #633200;
}
.recommend-box img {
	width: 100%;
}
.recommend-box h5 {
	background: #754C24;
	margin-bottom: 35px;
	padding: 25px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.recommend-box h5 img {
	max-width: 55%;
}

.recommend-box .image {
	display: inline-block;
	max-width: 32%;
	vertical-align: top;
}
.recommend-box .right {
	display: inline-block;
	max-width: 60%;
	vertical-align: top;
}
.recommend-box .price {
	position: relative;
	margin-bottom: 15px;
}
.recommend-box .price img {
	margin-bottom: 15px;
}
.recommend-box .price .regular_off {
	position: absolute;
	right: -42px;
	top: -80px;
	width: 20%;
	margin-bottom: 0;
}
.recommend-box .lineup-btn {
	margin: 35px 0 0;
}
.recommend-box .lineup-btn div {
	display: inline-block;
	vertical-align: top;
}
.recommend-box .lineup-btn div.btn-view {
	margin: 0 2% 0 3%;
	max-width: 32%;
	cursor: pointer;
}
.recommend-box .lineup-btn div.lineup-btnCart {
	max-width: 60%;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	.recommendArea {
		padding-bottom: 12%;
		padding: 9vw 0 20vw;
	}

	.recomendWrapper {
		padding: 0 5%;
	}

	.content-wrap .recommendArea h3 {
		margin-bottom: 4%;
	}

	.BtnArea {
		position: relative;
		/* padding-bottom: 30vw; */
		padding-bottom: 0;
	}
	.BtnArea .btns {
		display: flex;
		flex-wrap: wrap;
		max-width: 76%;
		margin: 0 auto;
	}
	.BtnArea .btns li {
		width: 100%;
		margin-bottom: 15%;
	}
	.BtnArea .btns li:nth-of-type(2n) {
		margin-left: 0;
	}

	.BtnArea .btns li a {
		display: inline-block;
		margin-bottom: 3%;
	}
	.BtnArea .btns li img {
		max-width: 100%;
	}
	.BtnArea .btns li img.attention {
		margin-top: 3%;
	}

	#image_vegetables {
		/* position: absolute;
		right: 0;
		bottom: -15vw;
		left: 0;
		text-align: center; */
		margin-top: 5vw;
	}
	#image_vegetables img {
		width: 100%;
	}

	.recommend-box {
		margin: 0 0 5%;
		padding: 0 0 4%;
	}
	.recommend-box h5 {
		margin-bottom: 0;
		padding: 3% 0;
	}
	.recommend-box h5 img {
		max-width: 80%;
	}
	.recommend-box .image,
	.recommend-box .right {
		display: block;
		max-width: 90%;
		margin: 0 auto;
	}
	.recommend-box .image {
		text-align: center;
	}
	.recommend-box .price {
		margin-bottom: 0;
	}
	.recommend-box .price .regular_off {
		right: 0;
		top: -17vw;
		width: 17.5vw;
	}
	.recommend-box .lineup-btn {
		margin: 3% 0 0;
	}
	.recommend-box .lineup-btn div.btn-view {
		margin: 0 3% 0 0;
		max-width: 33%;
	}
	.recommend-box .lineup-btn div.lineup-btnCart {
		max-width: 62%;
	}
}


#product01,#product02,#product01{
	margin-bottom: 100px;
}
/* recomendArea product01 */
#product01 .recommend-box {
	position: relative;
	padding: 60px 60px 20px 80PX;
	border-width: 3px;
}
#product01 .recommend-box .icn-new {
	position: absolute;
	top: -42px;
	left: -22px;
}
#product01 .recommend-box img {
	max-width: 100%;
	width: auto;
}
#product01 .recommend-box .image {
	display: inline-block;
	width: 33%;
	max-width: 35%;
	margin-bottom: 40px;
}
#product01 .recommend-box .text {
    display: inline-block;
    width: 62%;
    margin: 0 0 20px 4%;
}
#product01 .recommend-box h5 {
	background:none;
	margin: 0 auto 40px;
	padding: 0;
	border-radius: inherit;
	text-align: left;
}
#product01 .recommend-box .text p {
    margin: 0 0 20px;
}
#product01 .recommend-box .text .btn-view {
	cursor: pointer;
	margin: 0 0 40px;
}
#product01 .recommend-box .first-price {
	margin-bottom: 40px;
}
#product01 .recommend-box .lineup-btn {
	margin: 0 0 50px;
	padding-right: 20px;
}
#product01 .recommend-box .lineup-btn .lineup-btnCart {
	max-width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#product01,#product02,#product01{
		margin-bottom: 8%;
	}
	#product01 .recommend-box {
		margin-bottom: 13%;
		padding: 8% 6% 5%;
	}
	#product01 .recommend-box img {
		width: 100%;
		max-width: none;
	}
	#product01 .recommend-box .icn-new {
		top: -4.5%;
		left: -3.2%;
		width: 34%;
	}
	#product01 .recommend-box .image {
		width: 35%;
		margin-bottom: 5%;
	}
	#product01 .recommend-box .text {
		width: 60%;
		margin: 0 0 5% 2%;
	}
	#product01 .recommend-box .text .btn-view img {
		width: 100%;
	}
	#product01 .recommend-box .text03 {
		margin: -2% 0 4%;
	}
	#product01 .recommend-box .first-price {
		margin-bottom: 4%;
	}
	#product01 .recommend-box .price img {
		margin-bottom: 4%;
	}
	#product01 .recommend-box .price img:nth-of-type(4) {
		margin-bottom: 0;
	}
	#product01 .recommend-box .lineup-btn {
		margin: 5% 0 0 ;
		padding-right: 0;
	}
	#product01 .recommend-box .lineup-btn .lineup-btnCart {
		margin-bottom: 2%;
		width: 100%;
	}
	#product01 .recommend-box h5 {
		background:none;
		margin: 0 auto 5%;
		padding: 0;
		border-radius: inherit;
		text-align: left;
	}
	#product01 .recommend-box .text p {
		margin: 0 0 5%;
	}
	#product01 .recommend-box .text .btn-view {
		cursor: pointer;
		margin: 0;
	}
}
/* recomendArea product02 */
#product02 .recommend-box {
	position: relative;
	padding: 60px 80px 20px;
	margin: 0 auto 50px;
	border-width: 3px;
}
#product02 .recommend-box .icn-new {
	position: absolute;
	top: -42px;
	left: -22px;
}
#product02 .recommend-box img {
	max-width: 100%;
	width: auto;
}
#product02 .recommend-box .image {
	display: inline-block;
	width: 28%;
	margin-bottom: 40px;
}
#product02 .recommend-box .text {
	display: inline-block;
	width: 68%;
	margin: 0 0 40px 3%;
}
#product02 .recommend-box h5 {
	background:none;
	margin: 0;
	padding: 0;
	border-radius: inherit;
	text-align: left;
}
#product02 .recommend-box .text p {
	margin: 15px 0;
}
#product02 .recommend-box .text .btn-view {
	cursor: pointer;
}
#product02 .recommend-box .first-price {
	margin-bottom: 40px;
}
#product02 .recommend-box .lineup-btn {
	margin: 20px 0 50px;
}
#product02 .recommend-box .lineup-btn .lineup-btnCart {
	max-width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#product02 .recommend-box {
		margin-bottom: 13%;
		padding: 8% 6% 5%;
	}
	#product02 .recommend-box img {
		width: 100%;
		max-width: none;
	}
	#product02 .recommend-box .icn-new {
		top: -4.5%;
		left: -3.2%;
		width: 34%;
	}
	#product02 .recommend-box .image {
		width: 33%;
		margin-bottom: 5%;
	}
	#product02 .recommend-box .text {
		width: 63%;
		margin: 0 0 2% 2%;
	}
	#product02 .recommend-box .text .btn-view img {
		width: 100%;
	}
	#product02 .recommend-box .text03 {
		margin: -2% 0 3%;
	}
	#product02 .recommend-box .first-price {
		margin-bottom: 4%;
	}
	#product02 .recommend-box .price img {
		margin-bottom: 4%;
	}
	#product02 .recommend-box .price img:nth-of-type(4) {
		margin-bottom: 0;
	}
	#product02 .recommend-box .lineup-btn {
		margin: 0;
	}
	#product02 .recommend-box .lineup-btn .lineup-btnCart {
		margin: 3% 0;
		width: 100%;
	}
	#product02 .recommend-box .text p {
	margin: 5% 0;
	}
}
/* recomendArea product03 */
#product03 .recommend-box,#product04 .recommend-box {
	position: relative;
	padding: 60px 80px 60px;
	border-width: 3px;
}
#product03 .recommend-box .icn-new,#product04 .recommend-box .icn-new {
	position: absolute;
	top: -42px;
	left: -22px;
}
#product03 .recommend-box img,#product04 .recommend-box img {
	max-width: 100%;
	width: auto;
}
#product03 .recommend-box .image,#product04 .recommend-box .image {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
#product03 .recommend-box .text,#product04 .recommend-box .text {
	display: inline-block;
	width: 68%;
	margin: 0 0 40px 3%;
}
#product03 .recommend-box h5,#product04 .recommend-box h5 {
	background:none;
	margin: 0 auto 30px;
	padding: 0;
	border-radius: inherit;
	text-align: left;
}
@media screen and (max-width: 750px) {
	#product03 .recommend-box,#product04 .recommend-box {
		position: relative;
		padding: 8% 6% 5%;
		border-width: 5%;
	}
	#product03 .recommend-box .icn-new,#product04 .recommend-box .icn-new {
		position: absolute;
		top: -42px;
		left: -22px;
	}
	#product03 .recommend-box img,#product04 .recommend-box img {
		max-width: 100%;
		width: auto;
	}
	#product03 .recommend-box .image,#product04 .recommend-box .image {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 2%;
	}
	#product03 .recommend-box .text,#product04 .recommend-box .text {
		display: inline-block;
		width: 68%;
		margin: 0 0 40px 3%;
	}
	#product03 .recommend-box h5,#product04 .recommend-box h5 {
		background:none;
		margin: 0 auto 5%;
		padding: 0;
		border-radius: inherit;
		text-align: left;
	}
}


/* footer ==================================== */

.f-inner{
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


/* modal ==================================== */

.modalbg {
  position: fixed;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  background-color: #000;
  width: 100%;
}
.modal {
  display: none;
}
.modal_inner {
/*  min-height: 100%;*/
  position: absolute;
  z-index: 15000;
  width: 930px;
  left: 50%;
  top: 0;
  padding: 50px;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.modal_inner p {
  display: block;
}
.modal_inner .close_btn {
  width: 63px;
  height: 63px;
  position: absolute;
  top: -24px;
  right: -16px;
  cursor: pointer;
}
.modal_leadImg{
  position: relative;
}
.modal_txtLink{
  text-align: left;
  position: absolute;
}
.content-wrap{
  overflow : auto;
  width: 100%;
}
.close_btn_bottom{
  display: none !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  width: 80px;
  height: auto;
}
.close_btn_bottom img{
  width: 100%;
}
.close_btn_bottom:hover{
  opacity: 0.7;
  transition: 0.2s;
}

.btnClose {
    cursor: auto;
}

@media screen and (max-width: 750px) {
  .modal_inner {
    min-height: 100%;
    position: absolute;
    z-index: 15000;
    width: 92%;
    left: 0;
    top: 0;
    right: 0;
    padding: 5% 0 0;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-left: 4%!important;
    margin-right: 4%!important;
    margin-bottom: 4%!important;
  }
  .modal_inner p {
    display: block;
  }
  .modal_inner .close_btn {
    width: 13%;
    height: 1px;
    position: absolute;
    top: -18px;
    right: -12px;
    cursor: pointer;
  }
  .modal_leadImg{
        position: relative;
        width: 90%;
        margin: 0 auto 5%;
  }
  .modal_txtLink{
    text-align: left;
    position: relative !important;
		top: 0 !important;
		left: 0 !important;
		width: 86%;
		padding: 0 0 6% 6%;
  }
  .modal_txtLink li{
    line-height:100%;
  }
  .close_btn_bottom{
	display: block !important;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7vh;
    height: 9vh;
    margin: auto;
  }
  .modal img{
    width: 100%;
  }
}
