
html {
    scroll-behavior: smooth;
}
body{
	color: #000000;
	font-size: 25px;
	line-height: 150%
}
header{
	
}
footer{
    border-top: 1px solid hsl(0deg 0% 100% / 40%);
    padding: 20px 5px;
    margin: 25px auto 0px;
    width: 90%;
    font-size: 0.5em;
    line-height: 130%;
    text-align: center;
}
table{
    width: 100%;
}
tr{
	width: 100%;
}
th{
	width: 30%;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
}
td{
	width: 70%;
    line-height: 130%;
    text-align: left;
}
select{
	width: 100%;
	color: #00054d;
    font-size: 17px;
    padding: 8px 10px;
    margin: 0px auto 10px;
    border-radius: 10px;
    border: 1px solid #2799ff;
}

input{
	width: 100%;
	color: #00054d;
    font-size: 17px;
    padding: 1px 10px;
    margin: 0px auto 10px;
    border-radius: 10px;
    border: 1px solid #2799ff;
}
textarea{
	width: 100%;
	color: #00054d;
    font-size: 17px;
    padding: 1px 10px;
    margin: 0px auto 10px;
    border-radius: 10px;
    border: 1px solid #2799ff;
}
/* Clip-path方式 */
.triangle {
	position: relative;
    width: 100px;
    height: 35px;
    margin: 0px auto 25px;
    background-color: #00a2a2;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
/*=======================
	KACHIUMAスタイル
========================*/
.cf-red{
	color: darkred;
    padding: 1px 5px;
}
.titlebar{
	width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    margin: 0px auto 15px;
    border: 1px solid #cccccc;
    border-radius: 50px;
}
.sitename{
    width: 35%;
    height: auto;
    padding: 10px 0px;
    margin: auto;
    max-width: 900px;
}

.topimg-doc{
	width: 100%;
	height: auto;
	padding: 0px 0px;
	margin: 0px auto 20px;
	position: relative;
}
.topimg-txt1{
    width: auto;
    height: auto;
    padding: 8px 10px;
    margin: auto;
    position: absolute;
    bottom: 55px;
    left: 0px;
    font-size: 1.5em;
    font-weight: bolder;
    color: #434343;
    background: #ffffffcc;
}
.topimg-txt2{
    width: auto;
    height: auto;
    padding: 0px 10px;
    margin: auto;
    position: absolute;
    bottom: 11px;
    left: 0px;
    font-size: medium;
    font-weight: bolder;
    color: #434343;
    background: #ffffffcc;
}
.content-step{
    font-size: 1.5em;
    padding: 0px 0px 10px;
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(135deg, #ff3864, #9d0000 22%, #ff2389 50%, #9f0051 72%, #7f0022 92%, #b50031);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-doc{
    width: 95%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
}
.content-doc2{
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin: 0px auto 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
    border: 1px solid #cccccc;
    border-radius: 15px;
}
.content-doc3{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.content-title{
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 25px;
    margin: 0px auto 15px;
    font-size: 18px;
    background: #010014;
    border-radius: 50px;
}
.content-title2{
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 25px;
    margin: 0px auto 15px;
    font-size: 18px;
    border-radius: 50px;
}
.content-title3{
    width: 100%;
    height: auto;
    color: #a2730c;
    padding: 0px 0px;
    margin: 0px auto 25px;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    border-radius: 50px;
    line-height: 140%;
}
.content-title4{
    width: 90%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 25px;
    font-size: 17px;
    line-height: 180%;
    max-width: 990px;
}
.content-inner{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    margin: 0px auto 0px;
    font-size: 17px;
    line-height: 180%;
}
.content-inner2{
    width: 100%;
    height: auto;
    padding: 0px 10px;
    margin: 0px auto 20px;
    font-size: smaller;
    line-height: 120%;
}
.content-inner3{
    width: auto;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 20px;
    font-size: 17px;
    line-height: 180%;
	max-width: 990px;
}
.content-inner4{
    width: 80%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 25px;
    font-size: 17px;
    line-height: 180%;
	max-width: 990px;
}
.content-inner5{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 0px;
    font-size: 17px;
    line-height: 130%;
    max-width: 990px;
}
.content-inner6{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 0px;
    font-size: 17px;
    line-height: 130%;
    max-width: 990px;
}
.content-inner7{
    width: 100%;
    height: auto;
    padding: 10px 10px;
    margin: 0px auto 20px;
    font-size: 17px;
    line-height: 180%;
    max-width: 990px;
}
.content-price{
	width: 100%;
    color: #0328b7;
    font-size: 20px;
    padding: 10px 0px 0px;
}
.content-count{
	width: 100%;
    color: #9f0000;
    font-size: 14px;
    padding: 0px 0px 0px;
}
.link-doc{
    width: 90%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}
.link-btn{
	width: 100%;
    background: #ffffff00;
    padding: 1px 10px;
}

.plan-doc{
	width: 85%;
    padding: 0px 0px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.plan-inhead{
	width: 100%;
    font-size: 18px;
    padding: 15px 0px 0px;
    margin: auto;
    color: white;
    text-align: center;
    background: #150057;
    border-radius: 10px 10px 0px 0px;
    line-height: 150%;
}
.plan-inhead2{
	width: 100%;
    font-size: 27px;
    padding: 0px 0px 10px;
    margin: 0px auto 0px;
    color: #ffee00;
    text-align: center;
    background: #150057;
    line-height: 120%;
}
.plan-inhead3{
    font-size: 11px;
    padding: 1px 50px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    text-align: center;
    background: #ffffff61;
    line-height: 100%;
    border-radius: 25px;
}
.plan-ingenre1{
	width: 100%;
    font-size: 17px;
    padding: 5px 0px 5px 20px;
    color: #060059;
    background: #dbdbdb;
}
.plan-ingenre2{
	width: 100%;
    font-size: 17px;
    padding: 5px 0px 5px 20px;
    color: #060059;
    background: #ffffff;
}
.plan-inprice{
	width: 100%;
    text-align: center;
    padding: 20px 10px;
    color: #ffffff;
    background: #5d5d5d;
    border-radius: 0px 0px 10px 10px;
    font-size: 20px;
    line-height: 120%;
}
.plan-inbtn{
	width: 90%;
    color: azure;
    font-size: 17px;
    text-align: center;
    background: #2554ff;
    padding: 10px 10px;
    margin: 20px auto 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}
.point-doc{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
}
.point-inner1{
    width: 47%;
    height: auto;
    text-align: center;
    font-size: 16px;
    border: 2px solid #40992c;
    border-radius: 15px;
    color: #ffec55;
    background: #0b1c0e;
    padding: 5px 10px;
    margin: 0px auto 10px;
    position: relative;
}
.point-doc{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
}
.point-inner1{
    width: 47%;
    height: auto;
    text-align: center;
    font-size: 16px;
    border: 2px solid #40992c;
    border-radius: 15px;
    color: #ffec55;
    background: #0b1c0e;
    padding: 5px 10px;
    margin: 0px auto 10px;
    position: relative;
}
.content-image1{
	width: 28.333%;
}
.separator-area{
	width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: white;
    background: #0b1c0e;
    padding: 10px 0px 10px;
    margin: 0px auto 0px;
    position: relative;
    max-width: 990px;
}
.check-doc{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.check-title{
	width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 5px 0px;
}

/*=======================
	的中馬券
========================*/
.baken-doc{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px;
    margin: 0px auto 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
}
.baken-img{
	width: 85%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 0px;
}
.baken-inner{
	width: 85%;
    height: auto;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    margin: 0px auto 0px;
    position: relative;
    line-height: 180%;
    color: white;
    background: linear-gradient(180deg, #007930, #00512e);
    border-radius: 0px 0px 10px 10px;
}
.baken-inner2{
	width: 100%;
    height: auto;
    font-size: 22px;
    padding: 15px 0px 15px 70px;
    margin: 10px auto 10px;
    position: relative;
    text-align: left;
    background: #e1ff004a;
}

.terms-box {
    width: 100%;
    height: 190px;
    padding: 10px;
    resize: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    overflow-y: scroll;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 125%;
}
.racecourse-doc{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
}
.racecourse-innner1{
    width: 25%;
    padding: 5px;
    font-size: 12px;
    line-height: 180%;
}
.racecourse-innner2{
    width: 25%;
    padding: 5px;
    font-size: 15px;
}

/*=======================
	他社との比較表
========================*/
.hikaku-doc{
	display: flex;
    flex-wrap: wrap;
}
.hikaku-innner1{
	width: 33.3%;
    padding: 5px;
    font-size: 15px;
	border-bottom: 1px solid #cccccc;
}
.hikaku-innner2{
	width: 33.3%;
    padding: 5px;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    background: linear-gradient(45deg, #ffef9d, #f8ffd5);
    border-bottom: 1px solid #cccccc;
}
.hikaku-innner3{
	width: 33.3%;
    padding: 5px;
	line-height: 150%;
	text-align: center;
    font-size: 15px;
	border-bottom: 1px solid #cccccc;
}

/*=======================
	キラーン
========================*/
.kira{
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}
.kira::after{
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #ffffff7a;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}
@keyframes reflect{
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect{
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

/*
===================================================
	星空
===================================================
*/

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.animsition, .animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	    height: auto !important;
    animation-duration: 750ms;
    opacity: 1;
}

.stars {
    background: #000 url(../emogru-img/stars.png) repeat top center;
    z-index: -10;
}
.stars, .twinkling, .clouds {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;

}
.twinkling {
    background: transparent url(../emogru-img/twinkling.png) repeat top center;
    z-index: -9;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;

}
.clouds {
    background: transparent url(../emogru-img/clouds.png) repeat top center;
    z-index: -8;
    -moz-animation: move-clouds-back 200s linear infinite;
    -ms-animation: move-clouds-back 200s linear infinite;
    -o-animation: move-clouds-back 200s linear infinite;
    -webkit-animation: move-clouds-back 200s linear infinite;
    animation: move-clouds-back 200s linear infinite;
}

/*
===================================================
	流星
===================================================
*/

.lines {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index: -3;
}
.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	/*background: rgba(255, 255, 255, 0.1);*/
	overflow: hidden;
	transform:skew(-17deg,-17deg);
}
.lines .line::after {
    content: '';
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #00fff5 100%);
    animation: run 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
	margin-left: -25%;
	transform:skew(-15deg,-15deg);
}
.lines .line:nth-child(1)::after {
	animation-delay: 1.5s;
}
.lines .line:nth-child(3) {
	margin-left: 30%;
	transform:skew(18deg,18deg);
}
.lines .line:nth-child(3)::after {
	animation-delay: 2s;
}
    
@keyframes run {
	0% {top: -50%;}
	30% {top: -50%;}
	100% {top: 110%}
}


/*
===================================================
	オリジナル
===================================================
*/
.txtcol-1{
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(140deg, #8b6e1f 0%, #ffda4e 15%, #ab6700 50%, #ffcf40 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txtcol-2{
	display: inline-block;
    font-weight: bold;
    background: linear-gradient(140deg, #6495ed 0%, #1e3b71 45%, #61b3ff 50%, #1a3d7b 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txtcol-3{
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(135deg,#f5dc8a,#d4af37 22%,#b8860b 50%,#9a6e09 72%,#d4af37 92%,#f5dc8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txtcol-4{
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(90deg, #7f80ff 0%, #5de0ef 45%, #bcffff 70%, #7fff7f 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.txtcol-5{
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(90deg, #8b8b8b 0%, #ffffff 45%, #ffffff 50%, #515151 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* section CSS */
.section{
    position: relative;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 15px;
}
.section::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 1px -15px 1px -15px;
    border-style: solid;
	border-image: linear-gradient(to right, #148497, #65e6f2, #2498aa) 1;
	border-width: 18px;
    bottom: -30px;
    clip-path: polygon(25% 45%, 100% 0%, 100% 80%, 50% 100%, 70% 50%, 0% 100%, 0 20%, 50% 0%);
}


.elm {
    width: 55px;
    font-size: 0.5em;
    text-decoration: none;
    background-color: hwb(222.06deg 0% 59.69% / 73%);
    position: fixed;
    bottom: 15px;
    right: 0px;
    padding: 10px;
    color: #ffffff;
    transition: 1.5s;
    text-align: center;
    border-radius: 15px 0px 0px 15px;
  opacity: 0;
  z-index:-1;
}


.bgimg{
    background: url(../emogru-img/bg-01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
    background-position-y: top;
}

.container{
    width: 100%;
	max-width: 950px;
	margin: 0px auto 0px;
	position: relative;
}
.header-menu{
    width: 100%;
    font-size: 0.6em;
    line-height: 130%;
    text-align: center;
    margin: 0px auto 30px;
    padding: 5px 10px;
}
.header-title{
    width: 100%;
    font-size: 1.4em;
    line-height: 130%;
    text-align: center;
    margin: 0px auto 0px;
    padding: 5px 10px 30px;
}
.caraimg001{
    width: 40%;
    text-align: center;
    margin: 0px auto 25px;
    padding: 25px 0px;
	    max-width: 180px;
}
.content-box{
    background: URL("../emogru-img/bg-02.png");
    background-size: contain;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    margin: 0px auto 25px;
    background-color: hsl(218.54deg 79.19% 66.08%);
    border-radius: 15px;
	    max-width: 645px;
}

.content-txt{
	font-size: 1.3em;
	background-color: hsl(0deg 0% 100% / 81%);
	border-radius: 10px;
	padding: 20px;
}
.order-box{
    display: flex;
    padding: 15px 20px;
    margin: 0px auto 30px;
    background-color: #2f2f2fad;
    border-radius: 15px;
    flex-wrap: wrap;
    min-height: 225px;
}
.order-title{
    width: 100%;
    line-height: 100%;
}
.order-url{
	padding:5px;
	font-size: 0.6em;
}
.order-txt{
    width: 75%;
    font-size: 0.6em;
    line-height: 150%;
    padding: 20px 0px;
}
.order-img{
	width: 25%;
}
.jobdes-box{
    display: flex;
    padding: 15px 20px;
    margin: 0px auto 30px;
    background-color: #2f2f2fad;
    border-radius: 15px;
    flex-wrap: wrap;
    min-height: 225px;
}
.jobdes-title{
    width: 100%;
    line-height: 100%;
}
.jobdes-url{
	padding:5px;
	font-size: 0.6em;
}
.jobdes-txt{
    width: 100%;
    font-size: 0.6em;
    line-height: 150%;
    padding: 20px 0px;
}
.jobdes-img{
    width: 100%;
    text-align: center;
}




@media(min-width:950px){
/* section CSS */
	
.plan-doc{
	width: 80%;
    padding: 0px 0px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.plan-inhead{
	width: 100%;
    font-size: 30px;
    padding: 30px 0px;
    margin: auto;
    color: white;
    text-align: center;
    background: #150057;
    border-radius: 10px 10px 0px 0px;
}
.plan-ingenre1{
	width: 100%;
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    color: #060059;
    background: #dbdbdb;
}
.plan-ingenre2{
	width: 100%;
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    color: #060059;
    background: #ffffff;
}
.plan-inprice{
	width: 100%;
    text-align: center;
    padding: 15px 10px;
    color: #ffffff;
    background: #5d5d5d;
    border-radius: 0px 0px 10px 10px;
	font-size: 25px;
    line-height: 120%;
}
.plan-inbtn{
	width: 90%;
    color: azure;
    font-size: 17px;
    text-align: center;
    background: #2554ff;
    padding: 10px 10px;
    margin: 20px auto 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

	
.content-doc{
    width: 90%;
	height: auto;
	padding: 0px 0px;
	margin: 0px auto 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	flex-direction: row;
}
.content-title{
    width: 100%;
    height: auto;
    padding: 5px 5px;
    margin: 0px auto 15px;
    font-size: xx-large;
}
.content-inner{
    width: 50%;
    height: auto;
    padding: 0px 10px;
    margin: 0px auto 0px;
    font-size: smaller;
    line-height: 150%;
}
.content-inner2{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    margin: 0px auto 0px;
    font-size: smaller;
}
.content-price{
	width: 100%;
    color: #0328b7;
    font-size: x-large;
    padding: 10px 10px 0px;
}
.content-count{
	width: 100%;
    color: #9f0000;
    font-size: medium;
    padding: 0px 10px 0px;
}
	.link-doc{
    width: 90%;
    height: auto;
    padding: 0px 0px;
    margin: 0px auto 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}
.link-btn{
	width: 25%;
    background: #ffffff47;
    padding: 4px 15px;
}
	
.topimg-doc{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: auto;
    position: relative;
}
.topimg-txt1{
    width: auto;
    height: auto;
    padding: 20px 10px;
    margin: auto;
    position: absolute;
    bottom: 115px;
    left: 0px;
    font-size: 3em;
    font-weight: bolder;
    color: #434343;
    background: #ffffffcc;
}
.topimg-txt2{
    width: auto;
    height: auto;
    padding: 5px 10px;
	margin:auto;
	position:absolute;
	bottom: 60px;
	left: 0px;
	font-size: smaller;
    font-weight: bolder;
    color: #434343;
    background: #ffffffcc;
}

.section{
        position: relative;
        margin: 0px 0px 85px 0px;
        padding: 0px 0px 65px;
}
.section::after{
content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        margin: 1px auto 1px auto;
        border-style: solid;
        border-image: linear-gradient(to right, #12121200, #6495ed, #00328b, #6495ed, #12121200) 1;
        border-width: 25px;
        bottom: -30px;
        clip-path: polygon(25% 45%, 100% 0%, 100% 80%, 50% 100%, 70% 50%, 0% 100%, 0 20%, 50% 0%);
}
.elm {
    width: 8%;
    font-size: 0.5em;
    text-decoration: none;
    background: linear-gradient(to right, #121212, #148497, #65e6f2, #2498aa, #121212);
    position: fixed;
    bottom: 54px;
    right: 0px;
    padding: 5px;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    border-radius: 15px 0px 0px 15px;
  opacity: 0;
  z-index:-1;
}
.bgimg{
        background: url(../emogru-img/bg-01.png);
        background-repeat: repeat-x;
        background-size: auto;
        background-position-x: center;
        background-position-y: top;
}

.container{
    width: 100%;
	max-width: 950px;
	margin: 35px auto 0px;
	position: relative;
}
.header-menu{
    width: 100%;
    font-size: 0.6em;
    line-height: 130%;
    text-align: center;
    margin: 0px auto 30px;
    padding: 5px 10px;
}
.header-title{
    width: 100%;
    font-size: 1.9em;
    line-height: 130%;
    text-align: center;
    margin: 0px auto 0px;
    padding: 5px 10px 30px;
}
.caraimg001{
    width: 20%;
    text-align: center;
    margin: 0px auto 25px;
    padding: 25px 0px;
}
.content-box{
    background: URL("../emogru-img/bg-02.png");
    background-size: contain;
    width: 75%;
    text-align: center;
    padding: 80px 20px;
    margin: 0px auto 25px;
    background-color: hsl(218.54deg 79.19% 66.08%);
    border-radius: 15px;
}

.content-txt{
		font-size: 1.3em;
        background-color: hsl(0deg 0% 100% / 81%);
        border-radius: 10px;
        padding: 20px;
}
.order-box{
    display: flex;
    padding: 15px 20px;
    margin: 0px auto 30px;
    background-color: #2f2f2fad;
    border-radius: 15px;
    flex-wrap: wrap;
    min-height: 225px;
}
.order-title{
    width: 100%;
    line-height: 100%;
}
.order-url{
	padding:5px;
	font-size: 0.6em;
}
.order-txt{
    width: 75%;
    font-size: 0.6em;
    line-height: 150%;
    padding: 20px 0px;
}
.order-img{
	width: 25%;
}
.jobdes-box{
    display: flex;
    padding: 15px 20px;
    margin: 0px auto 30px;
    background-color: #2f2f2fad;
    border-radius: 15px;
    flex-wrap: wrap;
    min-height: 225px;
}
.jobdes-title{
    width: 100%;
    line-height: 100%;
}
.jobdes-url{
	padding:5px;
	font-size: 0.6em;
}
.jobdes-txt{
    width: 100%;
    font-size: 0.6em;
    line-height: 150%;
    padding: 20px 0px;
}
.jobdes-img{
    width: 100%;
    text-align: center;
}
	
	
	
}


