@charset "utf-8";





#container {
	padding-top: 0;
}

#footer {
	background-color: #184138;
}


/*==========================================================================

	            #top-header
	
============================================================================*/


#top-header {
	background-color: #184138;
	padding: 200px 0 150px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	#top-header {
		padding: 60px 0 15%;
	}
}


/*----------------------------------- 
     .sec1-box1
-----------------------------------*/

#top-header::before {
    display: block;
	content: "";
    position: absolute;
	background-color: #fff;
	
	animation-name: animation-square;
    animation-duration: 2s;
	/*animation-delay: 2s;*/
	animation-fill-mode: forwards;
}
@keyframes animation-square {
    0%{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    }
    100%{
        top: -300px;
	    left: -100px;
	    width: 600px;
        height: 600px;
	    transform: rotate(45deg);
    }
}

@media screen and (max-width: 1024px){
	@keyframes animation-square {
		0%{
			top: 0;
			left: 0;
			right: 0;
            margin: 0 auto;
			width: 100%;
			height: 100%;
		}
		100%{
			top: -350px;
            left: 0;
			right: 0;
            margin: 0 auto;
			width: 550px;
			height: 550px;
			margin: auto;
			transform: rotate(45deg);
		}
	}
}

@media screen and (max-width: 641px){
	@keyframes animation-square {
		0%{
			top: 0;
			left: 0;
			right: 0;
            margin: 0 auto;
			width: 100%;
			height: 100%;
		}
		100%{
			top: -220px;
            left: 0;
			right: 0;
            margin: 0 auto;
			width: 400px;
			height: 400px;
			margin: auto;
			transform: rotate(45deg);
		}
	}
}

@media screen and (max-width: 481px){
	@keyframes animation-square {
		0%{
			top: 0;
			left: 0;
			right: 0;
            margin: 0 auto;
			width: 100%;
			height: 100%;
		}
		100%{
			top: -220px;
            left: 0;
			right: 0;
            margin: 0 auto;
			width: 370px;
			height: 370px;
			margin: auto;
			transform: rotate(45deg);
		}
	}
}

/*----------------------------------- 
     #top-logo  ロゴ
-----------------------------------*/

.top-logo {
    max-width: 301px;
    position: absolute;
	top: 100px;
	left: 60px;
}

@media screen and (max-width: 1024px){
	.top-logo {
	    width: 50%;
		margin: 0 auto 250px;
		position: inherit;
		top: inherit;
		left: inherit;
	}
}
@media screen and (max-width: 641px){
	.top-logo {
		margin: 0 auto 210px;
	}
}
@media screen and (max-width: 481px){
	.top-logo {
		margin: 0 auto 180px;
	}
}

/*---------------------------------------
          .cssanimation
---------------------------------------*/

/*.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }
.infinite { animation-iteration-count: infinite !important }

.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomIn {
    from {
        transform: scale(10);
        opacity: 0;
    }
}*/



/*----------------------------------- 
     .top-company 会社概要
-----------------------------------*/

.top-company {
	max-width: 600px;
	padding-left: 500px;
	margin: 0 auto;
    color: #fff;
}
.top-company h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 2em;
}
.top-company table {
	width: 100%;
	border-collapse: collapse;
}
.top-company th {
    min-width: 6em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.top-company td {
	padding-bottom: 1em;
}
.top-company tr:last-of-type td {
	padding-bottom: 0;
}
.top-company td a {
	color: #fff;
}
.top-company-tel {
    text-decoration: none;
	cursor: text;
}
.top-company-map {
    background: url(../img/top/blank-icon.png) right 2px center no-repeat;
	padding-right: 18px;
}

@media screen and (max-width: 1024px){
	.top-company {
		padding: 0 5%;
	}
	.top-company h2 {
		text-align: center;
	}
}
@media screen and (max-width: 641px){
	.top-company h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}


/*==========================================================================

	            #sec1  炭化水素冷媒導入のメリット
	
============================================================================*/

#sec1 {
	padding: 100px 5% 120px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#sec1 {
		padding: 10% 5% 15%;
	}
}

/*----------------------------------- 
     .sec1-box1
-----------------------------------*/

.sec1-box1 {
    max-width: 1100px;
	margin: 0 auto 50px;
}
.sec1-box1 h2 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
	color: #184038;
	margin-bottom: 60px;
}
.sec1-box1 h2 span {
    width: 7em;
    display: block;
    background-color: #183f38;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
    padding: 0.2em 0;
	margin: 0 auto 20px;
}
.sec1-box1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec1-box1 ul > li {
    width: 49%;
	max-width: 530px;
	padding: 50px 30px 40px;
	margin-bottom: 40px;
	border-top: #008739 4px solid;
	background-color: #fff;
	box-shadow: 0px 0px 9px 0px rgba(51,48,0,0.1);
	box-sizing: border-box;
}
.sec1-box1 dl {
    width: 100%;
	margin-bottom: 0.8em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec1-box1 dl dt {
	width: 65%;
}
.sec1-box1 dl dt h3 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.sec1-box1 dl dt h3 strong {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #008739;
	display: block;
}
.sec1-box1 dl dd {
	width: 35%;
}

@media screen and (max-width: 1024px){
	.sec1-box1 ul > li {
		width: 100%;
		max-width: 530px;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 768px){
	.sec1-box1 {
		margin-bottom: 7%;
	}
	.sec1-box1 h2 {
		font-size: 23px;
		font-size: 2.3rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
    .sec1-box1 h2 span {
        font-size: 18px;
        font-size: 1.8rem;
    }
	.sec1-box1 ul > li {
		padding: 8% 5%;
		margin-bottom: 6%;
		border-top: #008739 3px solid;
	}
	.sec1-box1 dl dt {
		width: 100%;
		text-align: center;
		margin-bottom: 5%;
	}
	.sec1-box1 dl dt h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec1-box1 dl dt h3 strong {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.sec1-box1 dl dd {
		max-width: 300px;
		width: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 481px){
	.sec1-box1 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.sec1-box1 dl dt h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.sec1-box1 dl dt h3 strong {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

/*----------------------------------- 
     .sec1-box2 
-----------------------------------*/

.sec1-box2 {
    max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.sec1-box2 h2 {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.sec1-box2 h2 strong {
	color: #CA1E1E;
}
.sec1-box2 h2 br {
	display: none;
}
.sec1-btn a {
    display: block;
    max-width: 460px;
	margin: 1.5em auto 0;
	padding: 1.1em 0;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1;
	background-color: #008739;
	color: #fff;
	text-decoration: none;
	transition: .5s;
}
.sec1-btn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

@media screen and (max-width: 1024px){
	.sec1-box2 h2 br {
		display: block;
	}
}
@media screen and (max-width: 768px){
	.sec1-box2 h2 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.sec1-btn a {
	    width: 80%;
		font-size: 20px;
		font-size: 2.0rem;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 641px){
	.sec1-box2 h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sec1-btn a {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 481px){
	.sec1-box2 h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec1-btn a {
		font-size: 17px;
		font-size: 1.7rem;
	}
}


/*==========================================================================

	            #sec2  導入企業
	
============================================================================*/

#sec2 {
	padding: 100px 5% 100px;
	background-color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#sec2 {
		padding: 10% 5% 10%;
	}
}

/*----------------------------------- 
     .sec2-box1
-----------------------------------*/

.sec2-box1 {
    max-width: 900px;
	margin: 0 auto;
}
.sec2-box1 h2 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 50px;
}
.sec2-box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sec2-box1 ul > li {
    width: 25%;
	max-width: 200px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
	.sec2-box1 h2 {
	    font-size: 18px;
    	font-size: 1.8rem;
		margin-bottom: 8%;
	}
	.sec2-box1 ul > li {
		width: 33%;
		margin-bottom: 3%;
	}
}


/*==========================================================================

	            #sec3  最新のAIとシステムによる自由電気調達
	
============================================================================*/

#sec3 {
	padding: 100px 5% 120px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#sec3 {
		padding: 10% 5% 15%;
	}
}

/*----------------------------------- 
     .sec3-box1
-----------------------------------*/

.sec3-box1 {
    max-width: 1100px;
	margin: 0 auto 50px;
}
.sec3-box1 h2 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
	color: #184038;
	margin-bottom: 60px;
}
.sec3-box1 h2 span {
    width: 7em;
    display: block;
    background-color: #183f38;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
    padding: 0.2em 0;
	margin: 0 auto 20px;
}

@media screen and (max-width: 768px){
	.sec3-box1 {
		margin-bottom: 7%;
	}
	.sec3-box1 h2 {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
    .sec3-box1 h2 span {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 481px){
	.sec3-box1 h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

/*----------------------------------- 
     .sec3-box2
-----------------------------------*/

.sec3-box2 {
    max-width: 1100px;
    padding:  50px;
	margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    border-top: #008739 4px solid;
    box-shadow: 0px 0px 9px 0px rgba(51,48,0,0.1);
}

@media screen and (max-width: 768px){
	.sec3-box2 {
		padding:  5%;
        border-top: #008739 3px solid;
	}
}

/*---------------------
    .sec3-box2-1
---------------------*/

.sec3-box2-1 {
    margin-bottom: 60px;
}
.sec3-box2-1 dl {
    background-color: #8bc5e7;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    flex-direction: row-reverse;
}
.sec3-box2-1 dt {
    max-width: 360px;
    width: 37%;
    line-height: 0;
}
.sec3-box2-1 dt img.sp {
    display: none;
}
.sec3-box2-1 dd {
    width: 63%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 1024px){
    .sec3-box2-1 {
        max-width: 700px;
        margin: 0 auto 60px;
    }
    .sec3-box2-1 dt {
        max-width: 700px;
        width: 100%;
        line-height: 0;
    }
    .sec3-box2-1 dt img.pc {
        display: none;
    }
    .sec3-box2-1 dt img.sp {
        display: block;
    }
    .sec3-box2-1 dd {
        width: 100%;
        font-size: 20px;
        font-size: 2.0rem;
        padding: 7% 1%;
    }
}
@media screen and (max-width: 768px){
    .sec3-box2-1 {
        margin-bottom: 10%;
    }
   .sec3-box2-1 dd {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 481px){
   .sec3-box2-1 dd {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/*---------------------
    .sec3-box2-2
---------------------*/

.sec3-box2-2 {
    margin-bottom: 70px;
}
.sec3-box2-2 h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
	color: #173d96;
	margin-bottom: 40px;
}
.sec3-box2-2 ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.sec3-box2-2 ul li {
    width: 33.33%;
}
.sec3-box2-2-line {
    border-right: #ccc 1px solid;
    padding: 0 8%;
}
.sec3-box2-2 ul li:last-child .sec3-box2-2-line {
    border-right: none;
}
.sec3-box2-2 ul li h3 {
    max-width: 220px;
    margin: 0 auto 30px;
    line-height: 0;
}
.sec3-box2-2 ul li h4 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #173d96;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px){
    .sec3-box2-2 ul li {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 8%;
    }
    .sec3-box2-2-line {
        border-right: none;
        border-bottom: #ccc 1px solid;
        padding: 0 5% 8%;
    }
    .sec3-box2-2 ul li:last-child .sec3-box2-2-line {
        border-bottom: none;
    }
}
@media screen and (max-width: 768px){
    .sec3-box2-2 {
        margin-bottom: 2%;
    }
    .sec3-box2-2 h2 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 7%;
    }
    .sec3-box2-2 ul li h3 {
        width: 50%;
        margin: 0 auto 6%;
    }
    .sec3-box2-2 ul li h4 {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 481px){
    .sec3-box2-2 h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .sec3-box2-2 ul li h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/*---------------------
    .sec3-box2-3
---------------------*/

.sec3-box2-3 {
    margin-bottom: 60px;
}
.sec3-box2-3 ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.sec3-box2-3 ul li {
    width: 48%;
    border: #99ccff 3px solid;
    box-sizing: border-box;
    margin-bottom: 3%;
}
.sec3-box2-3 ul li:first-child {
    padding: 120px 0;
    text-align: center;
}
.sec3-box2-3 ul li h2 {
    background-color: #eaf4fb;
    padding: 15px 0;
    font-size: 25px;
	font-size: 2.5rem;
    font-weight: bold;
	line-height: 1.5;
    text-align: center;
    border-bottom: #99ccff 3px solid;
    position: relative;
}
.sec3-box2-3 ul li h2:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -20px;
    width: 0px;
    height: 0px;
    margin-left: -20px;
    border-style: solid;
    border-color: #99ccff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
.sec3-box2-3 ul li h3 {
    font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #173d96;
}
.sec3-box2-3 ul li h3 strong {
	font-weight: bold;
}
.sec3-box2-3 dl {
    padding:  30px 15px 20px;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.sec3-box2-3 dl dt {
    width: 63%;
}
.sec3-box2-3 dl dd{
    width: 34%;
    max-width: 146px;
    line-height: 0;
}

@media screen and (max-width: 1024px){
    .sec3-box2-3 ul li {
        width: 100%;
        max-width: 550px;
        margin: 0 auto 5%;
    }
    .sec3-box2-3 ul li:first-child {
        padding: 10% 0;
    }
    .sec3-box2-3 ul li h2 {
        padding: 4% 0;
    }
}
@media screen and (max-width: 768px){
    .sec3-box2-3 {
        margin-bottom: 10%;
    }
    .sec3-box2-3 ul li {
        border: #99ccff 2px solid;
    }
    .sec3-box2-3 ul li h2 {
        font-size: 20px;
        font-size: 2.0rem;
        border-bottom: #99ccff 2px solid;
    }
    .sec3-box2-3 ul li h3 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .sec3-box2-3 ul li h3 br {
        /*display: none;*/
    }
    .sec3-box2-3 dl {
        padding:  40px 5% 7%;
    }
    .sec3-box2-3 dl dt {
        width: 100%;
        text-align: center;
        margin-bottom: 8%;
    }
    .sec3-box2-3 dl dd{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 481px){
    .sec3-box2-3 ul li h2  {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/*---------------------
    .sec3-box2-4
---------------------*/

.sec3-box2-4 {
    margin-bottom: 30px;
}
.sec3-box2-4 h2 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	.sec3-box2-4 {
		margin-bottom: 4%;
	}
	.sec3-box2-4 h2 {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
}
@media screen and (max-width: 641px){
	.sec3-box2-4 h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 481px){
	.sec3-box2-4 h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/*---------------------
    .sec3-box2-5
---------------------*/

.sec3-box2-5 {
    background-color: #f4f4f4;
    padding: 50px;
    margin-bottom: 60px;
}
.sec3-box2-5 table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    box-sizing: border-box;
    border-left: #173d96 2px solid;
    border-right: #173d96 2px solid;
    border-bottom: #173d96 2px solid;
}
.sec3-box2-5 table th {
    background-color: #173d96;
    color: #fff;
    font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.5;
    text-align: center;
    padding: 0.3em 0;
}
.sec3-box2-5 table td {
    border-bottom: #173d96 1px solid;
    color: #173d96;
    font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
    text-align: center;
    padding: 0.6em 0;
}
.sec3-box2-5 .t-bg1 {
    background-color: #d7def0;
    padding: 0.3em 0;
}
.sec3-box2-5 .t-bg2 {
    background-color: #93a6d7;
    color: #fff;
}
.sec3-box2-5 .t-border-left {
    border-left: #173d96 1px solid;
}
.sec3-box2-5 span {
    font-size: 18px;
	font-size: 1.8rem;
}
.sec3-box2-5 em {
    color: #ca1e1e;
    font-weight: bold;
}
.sec3-box2-5 strong {
    color: #ca1e1e;
    font-size: 30px;
	font-size: 3.0rem;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .sec3-box2-5 {
        padding: 3%;
        margin-bottom: 10%;
    }
    .sec3-box2-5 table th {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .sec3-box2-5 table td {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    .sec3-box2-5 span {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .sec3-box2-5 strong {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 641px){
    .sec3-box2-5 table th {
        font-size: 17px;
        font-size: 1.7rem;
    }
    .sec3-box2-5 table td {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .sec3-box2-5 span {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .sec3-box2-5 strong {
        font-size: 20px;
        font-size: 2.0rem;
    }
}
@media screen and (max-width: 481px){
    .sec3-box2-5 table th {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .sec3-box2-5 table td {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .sec3-box2-5 span {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .sec3-box2-5 strong {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/*---------------------
    .sec3-box2-6
---------------------*/

.sec3-box2-6 {
    text-align: center;
}
.sec3-box2-6 h2 {
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
.sec3-box2-6 h2 strong {
    color: #ca1e1e;
}
.sec3-under {
    max-width: 76px;
    margin: 10px auto 0;
}
.sec3-under {
    -webkit-animation: movie-scroll 2s infinite;
    animation: movie-scroll 2s infinite;
}
@-webkit-keyframes movie-scroll {
  0% {
    -webkit-transform: translate(0, 0);
	opacity: 0.2;
  }
  50% {
    -webkit-transform: translate(0, 30px);
	opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
	opacity: 0.2;
  }
}
@keyframes movie-scroll {
  0% {
    transform: translate(0, 0);
	opacity: 0.2;
  }
  50% {
    transform: translate(0, 30px);
	opacity: 1;
  }
  100% {
    transform: translate(0, 0);
	opacity: 0.2;
  }
}

@media screen and (max-width: 768px){
	.sec3-box2-6 h2 {
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 0;
		margin-bottom: 4%;
	}
    .sec3-under {
    width: 15%;
    margin: 3% auto 0;
    }
}
@media screen and (max-width: 641px){
	.sec3-box2-6 h2 {
		font-size: 21px;
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 481px){
	.sec3-box2-6 h2 {
		font-size: 19px;
		font-size: 1.9rem;
	}
}

