@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	common Style
*	Edit this section
*
* ======================================================= */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-weight: 400;
  line-height: 1.8;
  color: #3c3c3c;
  height: 100%;
  position: relative;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 17px;
  letter-spacing: 0.02em;
}

::-webkit-selection {
  color: #FFF;
  background: #e74c3c;
}

::-moz-selection {
  color: #FFF;
  background: #e74c3c;
}

::selection {
  color: #FFF;
  background: #e74c3c;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

.mt20 {
  margin-top: 20px !important;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb200 {
  margin-bottom: 200px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}

.fas,
.la,
.lab,
.lad,
.lal,
.lar,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

a {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.yMarker {
  font-weight: bold;
  background: linear-gradient(transparent 90%, #ffc90d 80%);
  padding-bottom: 2px;
}

.RedMarker {
  font-weight: bold;
  background: linear-gradient(transparent 90%, #e74c3c 80%);
  padding-bottom: 2px;
}

.PlusRed {
  color: #e74c3c;
}

.PlusBgRed {
  background: #e74c3c;
}

.PlusBlue {
  color: #265796;
}

.PlusBgBlue {
  background: #265796;
}

.WhiteColor {
  color: #FFF;
}

.TextLeft {
  text-align: left !important;
}

.TextCenter {
  text-align: center !important;
}

.f_bold {
  font-weight: bold;
}

.f_size14 {
  font-size: 14px;
  color: #e74c3c;
}

.f_size50 {
  font-size: 50px;
}

.Warning {
  font-size: 14px;
  text-align: center;
  color: #e74c3c;
}

p {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 17px;
  line-height: 1.7em;
  color: #3c3c3c;
}

p a:hover {
  border-bottom: 1px solid #265796;
  padding-bottom: 1px;
}



/* ボタンのエフェクト */
.updown {
  animation-name: updown1;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/***********************************/
/*              Title              */
/***********************************/
h1 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-align: left;
}

h1 span {
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (min-width:600px) {
  h1 {
    font-size: 34px;
    padding: 0 20px 0 20px;
    margin: 0;
  }
}

@media only screen and (min-width:1025px) {
  h1 {
    font-size: 36px;
    line-height: 1.5em;
    padding: 0;
  }

  h1 span {
    color: #ffffff;
    font-size: 20px;
  }

}

h2 {
  line-height: 1.5em;
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  text-align: center;
  margin: 0 0 40px 0;
}

.ContentBoxL h2 {
  font-size: 20px;
  color: #ffffff;
}

.ContentBoxL h2.lead_text {
  font-size: 18px;
  text-align: left;
}

.ContentBoxL p {
  color: #ffffff;
}

@media only screen and (min-width:600px) {
  .ContentBoxL h2 {
    font-size: 23px;
    margin-bottom: 0;
  }
}


@media only screen and (min-width:1025px) {
  h2 {
    margin: 0 0 60px 0;
    font-size: 36px;
  }

  .ContentBoxL h2 {
    text-align: left;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 32px;
    letter-spacing: 2.5px;
    margin: 20px 0;
  }
}

h3 {
  line-height: 1.5em;
  color: #3c3c3c;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: normal;
  text-align: left;
}

.tab_block {
  display: none;
}


@media only screen and (min-width:600px) {
  h3 {
    text-align: center;
  }

  .tab_block {
    display: block;
  }
}

@media only screen and (min-width:1025px) {
  h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
    text-align: center;
  }

  .tab_block {
    display: none;
  }
}

h4 {
  line-height: 1.5em;
  color: #3c3c3c;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: normal;
  text-align: center;
}

@media only screen and (min-width:1025px) {
  h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
}


/***********************************/
/*              br               */
/***********************************/
.PcBr {
  display: none;
}

@media only screen and (min-width:600px) {
  .SpBtn {
    display: none;
  }

  .PcBr {
    display: none;
  }

  .SpBr {
    display: none;
  }
}

@media only screen and (min-width:678px) {
  .PcBr {
    display: block;
  }
}

@media only screen and (min-width:1025px) {
  .SpBtn {
    display: none;
  }

  .PcBr {
    display: block;
  }

  .SpBr {
    display: none;
  }
}

/***********************************/
/*              Navi             */
/***********************************/
.PcNaviMenu {
  display: none;
}

.SpNavMenu {
  display: block;
}

.ToggleNone {
  display: block;
}

#NaviWrapper {
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  position: fixed;
  padding: 0 0 0 20px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  z-index: 9999;
}

.MenuBox {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  align-items: center;
}

.MenuBox img {
  width: 60%;
  padding: 20px 0 20px 0;
}

@media only screen and (min-width:600px) {
  .MenuBox img {
    width: 40%;
  }
}

@media only screen and (min-width:1025px) {
  #NaviWrapper {
    padding: 0;
  }

  .MenuBox {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .MenuBox img {
    width: 200px;
    padding: 0 0 0 10px;
  }
}

@media only screen and (min-width:1025px) {
  .PcNaviMenu {
    display: table;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px 0;
    text-decoration: none;
    justify-content: center;
    margin-left: 140px;
  }

  .PcNaviMenu ul {
    padding: 0;
  }

  .PcNaviMenu li {
    display: table-cell;
  }

  .PcNaviMenu li a {
    position: relative;
    color: #3c3c3c;
    font-weight: 600;
    text-decoration: none;
  }

  .PcNaviMenu li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #e74c3c;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }

  .PcNaviMenu li a:hover::after {
    transform: scale(1, 1);
  }
}

/* SpMenu 3Lines */
.Toggle {
  position: fixed;
  right: 18px;
  top: 17px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 9999;
  display: block;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 4px #e74c3c;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 20px;
}

.Toggle span:nth-child(3) {
  top: 31px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 4px #FFF;
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 4px #FFF;
}

.SpNavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  background: rgba(38, 87, 150, 1) url(../images/BtnIcon01.svg) no-repeat left 15px bottom 15px;
  background-size: 12%;
  text-align: center;
  border-radius: 30px;
  border: solid 3px #e74c3c;
  width: 80%;
  height: 50%;
  display: none;
}

.SpNavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.SpNavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding: 10px 0;
}

.SpNavMenu ul li:last-child {
  padding-bottom: 0;
}

.SpNavMenu ul li a {
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: 17px;
}

.SpNavMenu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e74c3c;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.SpNavMenu li a:hover::after {
  transform: scale(1, 1);
}

@media only screen and (min-width:600px) {
  .SpNavMenu {
    width: 50%;
    height: 50%;
  }
}


@media only screen and (min-width:1025px) {
  .ToggleNone {
    display: none;
  }
}



/***********************************/
/*               BOX               */
/***********************************/
/* #MainBgWrapper {
	height: 100vh;
	overflow: hidden;
	background: radial-gradient(circle at bottom, #fff, transparent 80%), linear-gradient(to top, dodgerblue 0%, transparent 70%), linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4) 70%), #1e90ff;
	animation: bg 30s infinite;
}

@keyframes bg {

	0%,
	100% {
		background-color: #1e90ff;
	}

	25% {
		background-color: #39d24a;
	}

	50% {
		background-color: #ffe244;
	}

	75% {
		background-color: #ff36a3;
	}
} */

/* メインの背景玉アニメーション */
#MainBgWrapper {
  background: -moz-linear-gradient(45deg, #5677F3 0%, #020D1C 29%, #B05EE7 66%, #77D6F7 100%);
  background: -webkit-linear-gradient(45deg, #5677F3 0%, #020D1C 29%, #B05EE7 66%, #77D6F7 100%);
  background: linear-gradient(45deg, #5677F3 0%, #020D1C 29%, #B05EE7 66%, #77D6F7 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
}

#MainBgWrapper::before,
#MainBgWrapper::after {
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  left: -20vmin;
  top: -20vmin;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none;
}

#MainBgWrapper::after {
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
  transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.st0 {
  display: none;
}

.st1 {
  display: inline;
}

.st2 {
  opacity: 0.29;
}

.st3 {
  fill: #FFFFFF;
}

.st4 {
  clip-path: url(#SVGID_2_);
  fill: #FFFFFF;
}

.st5 {
  clip-path: url(#SVGID_4_);
}

.st6 {
  clip-path: url(#SVGID_6_);
}

.st7 {
  clip-path: url(#SVGID_8_);
}

.st8 {
  clip-path: url(#SVGID_10_);
}

.st9 {
  fill: none;
}

.st10 {
  clip-path: url(#SVGID_12_);
}

.st11 {
  opacity: 0.7;
}

.st12 {
  clip-path: url(#SVGID_14_);
}

.st13 {
  opacity: 0.2;
}

.st14 {
  clip-path: url(#SVGID_16_);
}

.st15 {
  opacity: 0.3;
  fill: #FFFFFF;
}

/* メインの背景玉アニメーションend */

/* メインの背景 ラインアニメーション */
/* .bg {
	animation: slide 9s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #89ABD9 50%, #456a9e 50%);
	bottom: 0;
	left: -50%;
	opacity: .5;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: -1;
	-webkit-animation: slide 10s ease-in-out infinite alternate;
}

.bg2 {
	animation-direction: alternate-reverse;
	animation-duration: 9s;
}

.bg3 {
	animation-duration: 11s;
}

#MainBgWrappe {
	background-color: rgba(255, 255, 255, .8);
	border-radius: .25em;
	box-shadow: 0 0 .25em rgba(0, 0, 0, .25);
	box-sizing: border-box;
	left: 50%;
	padding: 10vmin;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

@keyframes slide {
	0% {
		transform: translateX(-25%);
	}

	100% {
		transform: translateX(25%);
	}
} */

/* メインの背景ラインアニメーション end */

#MainBgWrapper {
  width: 100%;
  position: relative;
  padding: 100px 15px 0px 15px;
  margin: 0;
}

.NewsBox,
.ContentBox {
  width: 100%;
}

.NewsBox p {
  background: #e74c3c;
  color: #FFF;
  font-size: 30px;
  padding: 20px;
  text-align: center;
}

.CampaignText {
  display: none;
}

.ContentBoxL {
  width: 100%;
}

.ContentBoxL p {
  display: none;
}

.ContentBoxR {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.ContentBoxR img {
  margin: 0 auto 50px;
  display: block;
  width: 96%;
}

.ContentBoxR picture {
  filter: drop-shadow(0 0 10px #ffffff);
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
}

.DetailBtnBox {
  display: none;
}

.DetailBtnBoxSp {
  display: block;
}

/* メイン画像タブレット */
@media only screen and (min-width:600px) {
  /* #MainBgWrapper {
		padding: 80px 20px 0 20px;
		background: url(../images/Campaign06_MainTopImg.png) no-repeat right 25px bottom 20px;
		background-size: 42%;
	} */

  .CampaignText {
    display: block;
    margin: 40px auto 0 auto;
  }

  .ContentBox {
    display: flex;
    margin: 50px auto 30px auto;
    width: 100%;
  }

  .ContentBoxL {
    width: 55%;
    padding: 0 20px 0 0;
  }

  .ContentBoxL h1 {
    padding: 0;
    margin-bottom: 20px;
  }

  /* .ContentBoxR {
		display: none;
	} */

  .DetailBtnBox {
    display: none;
  }

  .DetailBtnBoxSp {
    display: block;
  }

  .ContentBoxL p {
    display: block;
  }

  .DetailBtnBox {
    display: block;
  }

  .DetailBtnBoxSp {
    display: none;
  }

  .ContentBoxR {
    width: 45%;
  }

}

/* メイン画像PC */
@media only screen and (min-width:1025px) {
  /* #MainBgWrapper {
		padding: 20px 100px 0 100px;
		background: url(../images/Campaign06_MainTopImg.png) no-repeat right 140px bottom;
		background-size: 35%;
	} */

  .NewsBox {
    width: 1100px;
    margin: 80px auto 0 auto;
  }

  .CampaignText {
    display: none;
  }

  .ContentBoxL h1 {
    display: block;
  }

  .ContentBox {
    width: 1100px;
  }

  .DetailBtnBox {
    display: block;
  }

  .DetailBtnBoxSp {
    display: none;
  }

  .ContentBoxR img {
    margin: 50px auto;
  }

}


/*** 白背景Box ***/
#WrapperWhite {
  background: #FFF;
  padding: 5em 0;
}

@media only screen and (min-width: 1025px) {
  #WrapperWhite {
    padding: 7em 0;
  }
}

/*** グレー背景Box ***/
#WrapperGray {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 50px 15px 50px 15px;
}

#GrayContentsBox {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 50px 15px 5px 15px;
}

#WrapperGray .Container {
  padding: 0;
}

@media only screen and (min-width:1025px) {
  #WrapperGray {
    padding: 5em 0 6em 0;
  }

  #GrayContentsBox {
    padding: 5em 0 0 0;
  }
}


/*** 内箱 ***/
.Container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width:1025px) {
  .Container {
    width: 1100px;
    margin: 0 auto;
  }
}




/***********************************/
/*               btn               */
/***********************************/
/* 無料お試しボタン */
.MainBtnBox {
  margin: 60px auto 80px auto;
  padding: 0 15px;
}

.MainBtn a {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  background: #e74c3c url(../images/BtnIcon01.svg) no-repeat left 15px bottom 15px;
  background-size: 6%;
  border: solid 2px #e74c3c;
  position: relative;
  border-radius: 30px 0;
  padding: 25px 5px;
  text-align: center;
  transition: all 0.5s;
  color: #FFF;
  font-weight: 500;
  letter-spacing: .1em;
  box-shadow: 0px 20px 10px 2px #eee;
}

.MainBtn a:hover {
  padding: 25px 5px;
  background: #FFF url(../images/BtnIcon.svg) no-repeat right 15px top 15px;
  background-size: 6%;
  color: #3c3c3c;
  border: solid 2px #e74c3c;
}

@media only screen and (min-width:600px) {
  .MainBtnBox {
    margin: 100px auto 80px auto;
  }

  .MainBtn a {
    width: 80%;
    padding: 30px 5px;
    font-size: 24px;
    background: #e74c3c url(../images/BtnIcon01.svg) no-repeat left 25px bottom 15px;
    background-size: 6%;
  }

  .MainBtn a:hover {
    padding: 30px 5px;
    background: #FFF url(../images/BtnIcon.svg) no-repeat right 25px top 15px;
    background-size: 6%;
  }
}


@media only screen and (min-width:1025px) {
  .MainBtnBox {
    padding: 0;
    margin: 50px auto 80px auto;
  }

  .MainBtn a {
    width: 500px;
  }
}



/* ヘッダー申し込みボタン */
.CenterBlueBtn a {
  z-index: 0;
  width: 100%;
  margin: 120px auto 0 auto;
  display: block;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  border-radius: 30px 0;
  border: solid 2px #265796;
  background: #265796;
  color: #FFF;
  padding: 20px 18px;
  transition: .3s;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  box-shadow: 0px 20px 10px 2px #eee;
}

.CenterBlueBtn a:hover {
  padding: 20px 18px;
  color: #265796;
  border: solid 2px #265796;
  box-shadow: #FFF 0 0 0 45px inset;
}

.CenterBlueBtn::after {
  position: absolute;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  border-top-color: #265796;
  border-width: 30px;
  margin-left: -30px;
}

@media only screen and (min-width:600px) {
  .CenterBlueBtn a {
    width: 60%;
  }
}


@media only screen and (min-width:1025px) {

  /* ヘッダー申し込みボタン */
  .CenterBlueBtn a {
    width: 500px;
    margin: 120px auto 0 auto;
    padding: 30px 5px;
    font-size: 24px;
  }

  .CenterBlueBtn a:hover {
    padding: 30px 5px;
  }
}



/***********************************/
/*             footer              */
/***********************************/
#footer {
  padding: 50px 0;
  color: #FFF;
  width: 100%;
  /* background: linear-gradient(90deg, rgba(4, 141, 243, .5) 50%, transparent 50%),
		linear-gradient(rgba(4, 141, 243, .5) 50%, transparent 50%); */
  background-color: #3c3c3c;
  background-size: 50px 60px;
}

.copyright {
  /* border-top: 1px solid #FFF; */
  padding-top: 20px;
  margin: 30px 0 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-family: Overpass, sans-serif;
}

.copyright a {
  color: #ffffff;
  /* text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
		-2px 2px 0 #FFF, 2px -2px 0 #FFF,
		0px 2px 0 #FFF, 0-2px 0 #FFF,
		-2px 0 0 #FFF, 2px 0 0 #FFF; */
  font-weight: bold;
}

.copyright a:hover {
  border: none;
}


/***********************************/
/*             PageTop            */
/***********************************/
#PageTop {
  position: fixed;
  bottom: 5%;
  right: -20%;
}

#PageTop img {
  width: 50%;
}

.img_hover:hover {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(11, 148, 243, 0.6));
  -moz-filter: drop-shadow(1px 3px 15px rgba(11, 148, 243, 0.6));
  -ms-filter: drop-shadow(1px 3px 15px rgba(11, 148, 243, 0.6));
  filter: drop-shadow(1px 3px 15px rgba(11, 148, 243, 0.6));
  border: none;
}

@media only screen and (min-width:600px) {
  #PageTop {
    bottom: 55px;
    right: -50px;
  }

  @media only screen and (min-width:1025px) {
    #PageTop {
      bottom: 55px;
      right: 10px;
    }
  }
