@charset "UTF-8";
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, caption, tfoot, thead, th, 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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 961px) {
  .pc_fv {
    display: none !important;
  }
  .sp_fv {
    display: block !important;
  }
}
@media screen and (min-width: 902px) {
  .sp_fv {
    display: none !important;
  }
  .pc_fv {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
}

section {
  padding: 50px 0;
  background-color: #fff;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner {
  width: min(1024px, 100vw - 12px);
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
}
section .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  section {
    overflow: hidden;
    padding: 7vw 2vw;
  }
  section .inner {
    padding: 0 2vw;
  }
}

figure {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 0;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  figure {
    margin-bottom: 7vw;
  }
}

p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 4.5vw;
  }
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider li img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .slider li img {
    height: 17vw;
  }
}


.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 55%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #176987;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 767px) {
  .ripple span {
    width: 100%;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
@media screen and (max-width: 767px) {
  .ripple2 span.clr_1, .ripple2 span.clr_2 {
    width: 10vw;
    height: 10vw;
}
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(../img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}


.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}



.f_r {
  float: right;
  margin-left: 1em;
  width: auto;
}

@media screen and (max-width: 768px) {
	.t_r2 {
		font-size: 2.0vw;
	}
  .f_l, .f_r {
    float: none;
    margin: 0 0 1em;
  }
}


.mb10 {
  margin-bottom: 10px !important;
}





.padding_05 {
	padding-bottom: 0.8em;
}

.padding_20 {
	padding-bottom: 2.0em;
}

.margin_10 {
    margin-bottom: 1.0em;
}

.margin_20 {
    margin-bottom: 2.0em;
}





  .f_box.gtr .w2, .f_box.gtr .w3, .f_box.gtr .w4, .f_box.gtr .w5, .f_box.gtr .w6, .f_box.gtr .w7, .f_box.gtr .w8, .f_box.gtr .w9, .f_box.gtr .w25, .f_box.gtr .w35, .f_box.gtr .w45, .f_box.gtr .w55, .f_box.gtr .w65, .f_box.gtr .w75, .f_box.gtr .w85, .f_box.gtr .w95, .f_box.gtr .w33 {
    width: 100%;
    margin-bottom: 30px;
  }
 
footer {
  text-align: center;
  background-color: #c00;
  padding: 1em;
  line-height: 1.65em;
}



.sec_3 {
  background: #fff7ef url(../img/bg_06.png.webp) no-repeat center top;
}
.sec_31 {
  background: #fff7ef url(../img/bg_06.png.webp) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .sec_31 {
    background-size: 180% auto;
  }
	
  .sec_31 .ttl img {
    width: 75%;
  }
}

.box_1 {
  max-width: 935px;
  width: 100%;
  margin: 8% auto 0;
  box-shadow: 0 0 6px rgba(153, 153, 153, 0.4);
  background-color: #fff;
}
.box_1 .item {
  float: left;
  padding: 0 30px;
  position: relative;
  width: 210px;
}
.box_1 .item figure.face {
  margin-bottom: 15px;
  width: 150px;
  height: 150px;
}
.box_1 .item figure.face img {
  margin-top: -10px;
}
.box_1 .item .name {
  display: flex;
  align-items: center;
  position: absolute;
  width: 160%;
}
.box_1 .item .name figure {
  width: 46%;
  margin-bottom: 0;
}
.box_1 .item .name span {
  width: 100%;
  font-weight: 700;
  font-family: "Noto Serif JP";
  font-size: 23.5px;
  margin-left: 10px;
  padding-bottom: 6px;
}
.box_1 h3 {
  background-color: #fdf1f1;
  font-size: 23.5px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  padding: 0.8em 0.5em;
  margin-bottom: 3em;
}
.box_1 h3.pd {
  padding: 1.5em 0.5em;
}
.box_1 p {
  font-size: 18px;
  padding: 0 1.5em 2em;
}
@media screen and (max-width: 900px) {
  .sec_3 {
  background-size: 211%;
  }
.box_1 .item figure.face.ex {
  height: 190px;
}
}
@media screen and (max-width: 767px) {
  .box_1 .item {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5vw;
  }
  .box_1 .item figure.face {
    width: 30%;
    margin: 0 0 -5px;
    height: auto;
  }
  .box_1 .item figure.face.ex {
    height: auto;
  }
  .box_1 .item figure.face img {
    margin-top: -5px;
  }
  .box_1 .item .name {
    width: 66%;
    position: relative;
  }
  .box_1 .item .name figure {
    width: 30%;
  }
  .box_1 .item .name span {
    width: 70%;
    font-size: 4.7vw;
  }
  .box_1 h3 {
    font-size: 4vw;
    padding: 1em;
    line-height: 1.65em;
    margin-bottom: 1em;
  }
  .box_1 h3.pd {
    padding: 1em;
  }
  .box_1 p {
    font-size: 4.5vw;
  }
}

.sec_4 {
  background: #fcf2ef url(../img/bg_02.jpg.webp) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .sec_4 {
    background-size: 180% auto;
  }
}

.box_2 {
  background-color: #fff;
  padding: 3%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_2 {
    padding: 8% 3% 3%;
  }
}

.sec_5 {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec_5 .ttl img {
    width: 90%;
  }
}

.box_3 {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.box_3 .img {
  width: 34%;
  position: relative;
  margin-top: 1.5%;
}
.box_3 .img img {
  width: 110%;
  max-width: 110%;
}
.box_3 .txt {
  width: 64%;
  padding: 3%;
  text-align: left;
}
.box_3.rvs {
  flex-flow: row-reverse;
/*  margin-top: -5%;*/
  margin-bottom: 6%;
}
.box_3.rvs .img {
  margin-top: 0;
}
.box_3.rvs .img img {
  margin-left: -10%;
}
.box_3.rvs .txt {
  margin-top: 8.5%;
  z-index: 1;
}
.box_3:nth-of-type(1) .txt {
  background-color: #e3f0f5;
}
.box_3:nth-of-type(2) .txt {
  background-color: #ffeaea;
}
.box_3:nth-of-type(3) .txt {
  background-color: #fff1e4;
}
.box_3:nth-of-type(4) .txt {
  background-color: #cff4d6;
}
@media screen and (max-width: 767px) {
  .box_3 {
    flex-flow: column;
    margin-bottom: 6%;
  }
  .box_3 .img {
    width: 60%;
    margin-left: 0;
    margin-bottom: -3%;
  }
  .box_3 .txt {
    width: 94%;
    margin-right: 0;
  }
  .box_3.rvs {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 6%;
  }
  .box_3.rvs .img {
    z-index: 2;
    margin: 0 0 0 auto;
  }
  .box_3.rvs .img img {
    margin-left: -10%;
  }
  .box_3.rvs .txt {
    z-index: 1;
    width: 94%;
    margin: -3% auto 0 0;
  }
}



.sec_6 {
  background: #eef8fb url(../img/bg_03.jpg.webp) no-repeat center top;
}


@media screen and (max-width: 767px) {
  .sec_6 {
    background-size: 180% auto;
  }
  .sec_6 .box_4 p{
font-size: 4.5vw;
  }
}

.sec_61 {
  background: #eef8fb url(../img/bg_03.jpg.webp) no-repeat center top;
}


@media screen and (max-width: 767px) {
  .sec_61 {
    background-size: 180% auto;
  }
  .sec_61 .ttl img {
    width: 75%;
  }
}

.box_4 {
  background-color: #fff;
  padding: 3%;
  position: relative;
  margin-top: 8%;
}
.box_4 .pnt {
  position: absolute;
  top: -15px;
  left: 3%;
  width: auto;
}
.box_4 .num {
  position: absolute;
  top: -20px;
  right: 3%;
  width: auto;
}
.box_4 h3 {
  color: #27a1cd;
  font-family: "Noto Serif JP";
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 1em;
}
.box_4 .f_r {
  margin-bottom: 0;
}
.box_4::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .box_4 {
    margin-top: 12%;
    padding-top: 7%;
  }
  .box_4 .pnt {
    width: 26%;
    top: -2.3%;
  }
  .box_4 .num {
    width: 12%;
  }
  .box_4 h3 {
    font-size: 5.3vw;
    line-height: 1.5em;
  }
  .box_4 .f_r {
    margin-bottom: 1em;
  }
}



.sec_3kan {
  background: #eef8fb;
}
.sec_3kan p {
  font-weight: 700;
  font-family: "Noto Serif JP";
  font-size: 15px;
  line-height: 2em;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_3kan .ttl img {
    width: 90%;
  }
  .sec_3kan p {
    font-size: 10px;
    max-width: 100%;
  }
}

.sec_8 {
  background: #fff7ef;
}



.sec_10 {
  background: #f8f8f8 url(../img/bg_05.jpg.webp) no-repeat center top;
}

.sec_10 .arw {
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .sec_10 {
    background-size: 180% auto;
  }
	
  .sec_10 .ttl img {
    width: 170px;
  }
  .sec_10 .arw {
    margin-bottom: -14px;
  }
  .sec_10 .arw img {
    width: 4%;
  }
	
}

.box_5 {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.box_5 .img {
  width: 24%;
  position: relative;
  margin-top: 2%;
  margin-bottom: 0;
}
.box_5 .img img {
  width: 110%;
  max-width: 110%;
}
.box_5 .txt {
  width: 76%;
  padding: 3% 3% 3% 5%;
}
.box_5 .txt figure {
  text-align: left;
  margin-bottom: 10px;
}
.box_5 .txt p {
  font-size: 18px;
}
.box_5.rvs {
  flex-flow: row-reverse;
}
.box_5.rvs .img img {
  margin-left: -10%;
}
.box_5.rvs .txt {
  padding: 3% 5% 3% 3%;
}
.box_5:nth-of-type(1) .txt {
  background-color: #e3f0f5;
}
.box_5:nth-of-type(2) .txt {
  background-color: #ffeaea;
}
.box_5:nth-of-type(3) .txt {
  background-color: #fff1e4;
}
.box_5 + .box_5 {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .box_5 .txt figure img {
    height: 3.5em;
  }
  .box_5 .txt p {
    font-size: 4.5vw;
  }
}


.inner_box {
    display: flow-root;
}



footer {
  background-color: #ef7577;
  color: #fff;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 3.4vw;
  }
}
/*# sourceMappingURL=map/style.css.map */

.txtpart1 h1 {
	color: #CA5557;
	font-size: 2.0em;
	margin-bottom: 1.0em;
	padding: 0.5em;
	border-top: 3px dashed #CA5557;
	border-bottom: 3px dashed #CA5557;
	text-align: center;
	line-height:1.2;
}
.txtpart1 h2 {
	color: #54b6da;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 3px dotted #54b6da;
	padding-bottom: 0.1em;
}

@media screen and (max-width: 767px) {
.txtpart1 h1 {
	font-size: 1.0em;
	line-height: 1.1em
}
.txtpart1 h2 {
	font-size: 1.0em;
	line-height: 1.1em
}
}




.txtpart3 h1 {
	color: #333;
	font-size: 2.0em;
	margin-bottom: 1.0em;
	padding: 0.5em;
	border-top: 3px dashed #CA5557;
	border-bottom: 3px dashed #CA5557;
	text-align: center;
	line-height:1.2;
}

@media screen and (max-width: 767px) {
.txtpart3 h1 {
	font-size: 1.0em;
	line-height: 1.1em
}
}

.txtpart3 h2 {
	color: #CA5557;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 4px double #CA5557;
	padding-bottom: 0.1em;
}

@media screen and (max-width: 767px) {
.txtpart3 h2 {
	font-size: 1.0em;
	line-height: 1.1em
}
}

.border_box {
	color: #555555;
	width: 100%;
	padding: 1em;
	padding-left: 1.5em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 4px #F19EB4 dotted;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media (max-width: 960px) {
.border_box {
	color: #555555;
	width: 100%;
	padding: 0.7em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	border: 4px #F19EB4 dotted;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
}



.border_box2 {
	color: #555555;
	width: 100%;
	padding: 1em;
	padding-left: 1.5em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(153, 153, 153, 0.4);
}

@media (max-width: 960px) {
.border_box2 {
	color: #555555;
	width: 100%;
	padding: 0.7em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(153, 153, 153, 0.4);
}
}




/*------------------------------------------------
	セミナー開催日の表 
-------------------------------------------------*/

.schedule_caption {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  font-size: 70%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}


  .schedule_caption {
    font-size: 18px;
}


@media screen and (max-width: 960px) {
	.schedule_caption {
		font-size: 14px;
}
}

/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.center {
	text-align: center;
}

.color_red {
	color: #e30000;
	font-weight: bold;
}

.color_pink {
	color: #CA5557;
	font-weight: bold;
}

.font_l {
	font-size: 2.5em;
}
.font_m {
	font-size: 1.8em;
}
.font_s {
	font-size: 0.6em;
}

@media (max-width: 960px) {
	.font_l {
		font-size: 1.5em;}
	.font_m {
		font-size: 1.0em;}
	.font_s {
	font-size: 0.6em;}
}

@media screen and (min-width: 960px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 960px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.lineadjust {
line-height: 160%;
}

/*.subttl_1{
	display: inline-block; 
    height: 100px;
}

.subttl_2{
	display: inline-block; 
    height: 130px;
}

.subttl_3{
	display: inline-block; 
    height: 180px;
}

.subttl_1 img {
    height: 100%;
}

.subttl_2 img {
    height: 100%;
}

.subttl_3img {
    height: 100%;
}*/

/*------------------------------------------------
	Video
-------------------------------------------------*/


.image_l20 {
    width: 20%;
    float: left;
    padding: 0 1.0em 0 0;
}

@media (max-width: 640px) {
    .image_l20 {
        width: 70%;
        float: none;
        margin: 0 15%;
        padding: 0 0 1.0em 0;
    }
}



.says {
	max-width:800px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 17px 13px 15px 18px;
	border-radius: 12px;
	background: #07b53b;
	box-sizing:border-box;
	margin:0 !important;
	line-height:1.5;
	color: #FFFFFF;
/*   align-items: center;  */
}


.balloon_l .says:after {
	left: -26px;
	border-right: 22px solid #07b53b;
}

.balloon_r .says:after {
	right: -26px;
	border-left: 22px solid #07b53b;
}

.says2 {
	max-width:800px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 17px 13px 15px 18px;
	border-radius: 12px;
	background: #FC9CAD;
	box-sizing:border-box;
	margin:0 !important;
	line-height:1.5;
	color: #000000;
/*   align-items: center;  */
}



.side_btn {
	max-width: 200px;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99999;
	display: inline-block;
}

@media (max-width: 640px) {
.side_btn {
	display: none;
}
}

.smp_btn {
	display: none;
}

@media (max-width: 640px) {
.smp_btn {
	position: fixed;
	bottom: 0; 
	left: 0;
	display: inline-block;
	z-index: 100;
}
}

.smp {
	display: none;
}

@media screen and (max-width: 767px) {
.smp {
	display: block;
}
}
