@charset "UTF-8";
/* CSS Document */

.got_mobile{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
li{
	list-style:none;
}
.gs18-Header__Logo {
    font-size: 36px;
    margin: 8px 0 0;
    padding: 0 16px;
    border-width: 0 0px 0 0!important;
    border-style: solid;
    border-color: #e1e1e1;
    order: 1;
}
.gs18-Header__Logo img {
    width: 135px!important;
    height: auto;
    vertical-align: baseline;
}
main {
    padding-bottom: 0px!important;
}
.got_mobile_inner{
	max-width: 1170px;
	margin: 0 auto;
	width: 90%;
}
.got_mobile-sp{
	display: none;
}
.btn{
	display: flex;
	width: 650px;
	margin: 80px auto 0px;
	padding: 15px 0px;
	justify-content: center;
	align-items: center;
	background-color: #E44954;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	box-shadow: 2px 2px 0px 7px rgba(0, 0, 0, 1);
}
.btn img{
	width: 34px;
	margin-left: 10px;
}
.btn:hover{
	background-color: #F77A83;
	color: #fff;
}
.btn-2{
	background-color: #006AD5;
	margin-top: 50px;
	font-size: 38px;
	line-height: 60px;
}
.btn-2:hover{
	background-color: #99CCFF;
}
.btn-2 br{
	display: none;
}

@media screen and (max-width: 850px){
	.btn{
		margin: 30px auto 0px;
		width: 80%;
	}
}
@media screen and (max-width: 650px){
	.btn{
		font-size: 28px;
	}
	.btn img{
		width: 28px;
	}
	.btn-2{
		text-align: center;
		line-height: normal;
	}
	.btn-2 br{
		display: block;
	}	
}
@media screen and (max-width: 550px){
	.btn{
		width: 88%;
	}
}
@media screen and (max-width: 350px){
    .btn {
        font-size: 6.5vw;
    }	
}

/*------------------------
 *フェードイン アニメーション
--------------------------*/
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*------------------------
 *main-img
--------------------------*/
.main-img{
	position: relative;
	background-color: #3B96DE;
	z-index: 0;
}
/*ふわっと表示*/
  .main-img {
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
    animation: fadeIn 2.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

.main-img h2{
	font-size: 68px;
	color: #fff;
	font-weight: 900;
	line-height: 90px;
}
.kadai-section h2 br{
	display: none;
}
.main-img h2 span{
	display: block;
	font-size: 77px;
	color: #FFFF00;
}
.main-img > div:first-of-type{
	position: relative;
	padding: 50px 0px 260px;
}
.main-img .main-image-1{
	position: absolute;
	top: 0px;
	right: -50px;
	z-index: -1;
	width: 640px;
}
.main-img .main-image-2{
	position: absolute;
    bottom: -100px;
    width: 100%;
}
.main-img > div:last-of-type{
	background-image: url("../img/back_01.png") ;
	background-position: center bottom;
	background-size: cover;
	padding: 110px 0px 60px;
	background-color: #fff;
}
.main-img > div:last-of-type div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-img > div:last-of-type div > img:first-of-type{
	width: 675px;
}
.main-img > div:last-of-type div > img:last-of-type{
	width: 433px;
	padding-top: 20px;
}
.main-img-sp{
	display: none;
}	
@media screen and (max-width: 1200px){
	.main-img .main-image-1{
		width: 55%;
	}
	.main-img > div:first-of-type {
		padding: 50px 0px 20vw;
	}	
	.main-img > div:last-of-type div > img:first-of-type{
		width: 60%;
	}
	.main-img > div:last-of-type div > img:last-of-type{
		width: 37%;
	}
}
@media screen and (max-width: 1024px){
	.kadai-section h2 br{
		display: block;
	}
}
@media screen and (max-width: 980px){
    .main-img .main-image-1 {
        width: 48%;
        right: -35px;
    }	
}
@media screen and (max-width: 850px){
	.main-img-pc{
		display: none;
	}
	.main-img-sp{
		display: block;
	}	
	.main-img .main-image-1{
		position: static;
		width: 100%;
		margin-top: 20px;
	}
    .main-img > div:first-of-type {
        padding: 30px 0px 30vw;
    }	
	.main-img > div:last-of-type div{
		flex-direction: column;
	}
	.main-img > div:last-of-type div > img:first-of-type{
		width: 100%;
	}
	.main-img > div:last-of-type div > img:last-of-type{
		width: 105%;
	}
	.main-img h2{
		font-size: 8.7vw;
		line-height: 12vw;
	}
	.main-img h2 span{
		font-size: 9.2vw;
		line-height: 12vw;
	}
	.main-img > div:last-of-type{
		background-position: right bottom;
	}
}
@media screen and (max-width: 550px){
	.main-img .main-image-2{
		bottom: -13vw;
	}
	.main-img > div:last-of-type{
		padding: 55px 0px 60px;
	}
}
@media screen and (max-width: 426px){
	.main-img > div:first-of-type {
        padding: 20px 0px 30vw;
    }	
}

/*------------------------
 *kadai-section
--------------------------*/
.kadai-section h2{
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	margin: 80px auto 100px;
}
.kadai-section h2 span{
	color: #3B96DE;
}
.kadai-section > div{
	background-color: #D4D4C9;
	
}
.kadai-section > div div{
	position: relative;
	padding: 180px 100px 300px;
}
.kadai-section > div img{
	width: 580px;
	display: block;
	position: relative;
}
.kadai-section > div img:first-of-type{
	position: absolute;
	top: -60px;
	right: 10px;
}
.kadai-section > div img:last-of-type{
	position: absolute;
	bottom: 50px;
	right: 0px;
}
@media screen and (max-width: 1300px){
	.kadai-section > div div {
		padding: 180px 0px 300px;
	}	
}
@media screen and (max-width: 1024px){
	.kadai-section > div img:first-of-type{
		position: relative;
		right: 0px;
	}
    .kadai-section > div div {
		display: flex;
		flex-direction: column;
		align-items: center;
        padding: 0px 0px 100px;
    }
	.kadai-section > div img:last-of-type{
		position: static;
		margin-top: 50px;
	}
}
@media screen and (max-width: 850px){
	.kaiketsu-section > div > div:first-of-type img{
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media screen and (max-width: 650px){
	.kadai-section > div img{
		width: 100%;
		max-width: 380px;
	}
	.kadai-section h2{
		font-size: 6vw;
	}
	.kadai-section > div div{
		padding: 0px 0px 60px;
	}
}
@media screen and (max-width: 550px){
	.kadai-section h2{
		margin: 40px auto 80px;
		font-size: 30px;
	}	
	.kadai-section > div img:first-of-type{
		top: -40px;
	}
	.kadai-section > div img:last-of-type{
		margin-top: 30px;
	}
}
@media screen and (max-width: 350px){
	.kadai-section h2{
		font-size: 8vw;
	}
}

/*------------------------
 *kaiketsu-section
--------------------------*/
.kaiketsu-section{
	background-color: #3B96DE;
	padding: 100px 0px 0px;
}
.kaiketsu-section h2{
	text-align: center;
	color: #fff;
	font-size: 45px;
}
.kaiketsu-section > div > div:first-of-type{
	position: relative;
}
.kaiketsu-section > div > div:first-of-type img{
	position: absolute;
	width: 316px;
    top: -220px;
    left: -80px;	
}
.kaiketsu-section h2 span{
	color: #FFFF00;
}
.kaiketsu-section h2 span:last-of-type{
	display: block;
	font-size: 65px;
	border-bottom: solid 5px!important;	
}
.kaiketsu-section h2 br{
	display: none;
}
.kaiketsu-section > div{
	background-image: url("../img/back_02.png") ;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0px 0px 100px;
}
.kaiketsu-section > div > div:nth-of-type(2){
	background-image: linear-gradient(180deg, rgba(93, 184, 255, 1), rgba(10, 203, 159, 1));
	border-radius: 20px;
	padding: 30px 20px 60px;
	margin: 70px auto 20px;
	text-align: center;
}
.kaiketsu-section-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.kaiketsu-section-inner > img:first-of-type{
	width: 260px;
	margin-right: 30px;
}
.kaiketsu-section-inner > img:last-of-type{
	width: 70px;
}
.kaiketsu-section-inner ul{
	display: flex;
	margin-left: 30px;
}
.kaiketsu-section-inner ul li{
	background-color: #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0px 30px;
	margin: 0 10px;
}
.kaiketsu-section-inner ul li img{
	height: 52px;
}
.kaiketsu-section-inner ul li:nth-of-type(3){
	padding: 30px 0px;
}
.kaiketsu-section-inner ul li:nth-of-type(3) img{
	height: 57px;
}
.kaiketsu-section-inner ul li p{
	font-size: 16px;
	font-weight: 500;
}
.kaiketsu-section h3{
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.kaiketsu-section h3 br{
	display: none;
}
.kaiketsu-section h4{
	display: inline-block;
	font-size: 40px;
	background-color: #FFFF00;
	color: #3B96DE;
	line-height: 55px;
	padding: 0px 15px;
	margin: 5px auto 0px;
}
.kaiketsu-section h4 br{
	display: none;
}
.kaiketsu-section > div > div:nth-of-type(3) ul{
	display: flex;
	justify-content: space-between;
}
.kaiketsu-section > div > div:nth-of-type(3) ul:first-of-type{
	margin: 200px auto 150px;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li{
	position: relative;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li:last-of-type{
	margin-top: 100px;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li img:last-of-type{
	max-width: 566px;
	width: 50vw;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu1{
	position: absolute;
	top: -155px;
    left: -40px;
	max-width: 480px;
	width: 100%;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu2{
	position: absolute;
    top: -165px;
    right: -70px;	
	max-width: 521px;
	width: 100%;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu3{
	position: absolute;
	top: -195px;
    left: -60px;
	max-width: 520px;
	width: 100%;
}
.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu4{
	position: absolute;
    top: -170px;
    right: -80px;	
	max-width: 521px;
	width: 100%;
}
.kaiketsu-section .btn{
	margin: 50px auto 0px;
}
.kaiketsu-h4-sp{
	display: none!important;
}
@media screen and (max-width: 1300px){
	.kaiketsu-section > div > div:nth-of-type(3) ul li img:last-of-type{
		width: 42vw;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu2{
		width: 40vw;
		top: -13vw;
        right: -3vw;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu4{
		width: 40vw;
		top: -13vw;
        right: -3vw;		
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu1{
		width: 40vw;
		top: -13vw;
        left: -3vw;		
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu3{
		width: 40vw;
		top: -15vw;
        left: -3vw;		
	}	
}
@media screen and (max-width: 1287px){
	.kaiketsu-section h2{
		font-size: 3.5vw;
	}	
	.kaiketsu-section h2 span:last-of-type{
		font-size: 5vw;
	}
}
@media screen and (max-width: 1200px){
	.kaiketsu-section > div > div:first-of-type img{
		left: 0px;
	}
	.kaiketsu-section-inner > img:first-of-type{
		width: 15vw;
		margin-right: 2vw;
	}	
	.kaiketsu-section-inner > img:last-of-type {
		width: 5vw;
	}	
	.kaiketsu-section-inner ul li{
		width: 12vw;
		height: 12vw;
		padding: 2.5vw 0px 1.5vw;
	}
	.kaiketsu-section-inner ul li img{
		height: 5vw;
	}
	.kaiketsu-section-inner ul li:nth-of-type(3) img {
		height: 5.5vw;
	}	
	.kaiketsu-section-inner ul li:nth-of-type(3) {
		padding: 2.5vw 0px;
	}	
}
@media screen and (max-width: 1065px){
	.kaiketsu-section h3 br{
		display: block;
	}
	.kaiketsu-section h4 br{
		display: block;
	}	
	.kaiketsu-section h4{
		display: inline;
		line-height: 65px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
}
@media screen and (max-width: 850px){
	.kaiketsu-section{
		padding: 150px 0px 0px;
	}
	.kaiketsu-section > div > div:nth-of-type(2){
		position: relative;
		padding: 180px 20px 20px;
	}
	.kaiketsu-section h2 br{
		display: block;
	}	
	.kaiketsu-section h2 {
        font-size: 5.5vw;
        line-height: 2vw;
    }	
	.kaiketsu-section h2 span:last-of-type{
		display: inline!important;
		font-size: 8vw;
		line-height: 12vw;
	}
	.kaiketsu-section > div > div:first-of-type img{
		width: 40vw;
		top: -32vw;
	}
	.kaiketsu-section-inner{
		flex-direction: column;
	}
	.kaiketsu-section-inner > img:last-of-type{
		width: 57px;
		transform: rotate(90deg);
		margin-top: 5px;
	}
	.kaiketsu-section-inner > img:first-of-type{
		max-width: 360px;
		width: 80%;
	}
	.kaiketsu-section-inner ul{
		margin-left: 0px;
		margin-top: 0px;
		width: 340px;
		flex-wrap: wrap;
	}
	.kaiketsu-section-inner ul li{
		width: 150px;
		height: 150px;
		padding: 35px 0px 30px;
		margin: 10px;
	}
	.kaiketsu-section-inner ul li img{
		height: 52px;
	}
	.kaiketsu-section-inner ul li:nth-of-type(3) img{
		height: 57px;
	}
	.kaiketsu-section-inner ul li:nth-of-type(3){
		padding: 32px 0px 30px;
	}
	.kaiketsu-section h3{
		position: absolute;
		top: 30px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.kaiketsu-section h4{
		position: static;
		background-color: transparent;
		padding: 0px;
		margin: 15px auto 5px;
	}
	.kaiketsu-section h4 img{
		width: 90%;
		max-width: 380px;
	}	
	.kaiketsu-h4-sp{
		display: block!important;
	}
	.kaiketsu-h4-pc{
		display: none!important;
	}	
	.kaiketsu-section > div > div:nth-of-type(3) ul{
		flex-direction: column;
		align-items: center;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li img:last-of-type{
		max-width: 500px;
		width: 100%;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul:first-of-type{
		margin: 150px auto 120px;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li{
		margin-bottom: 30px;
	}
	.kaiketsu-section > div{
		background-image: url(../img/back_02-sp.png);
	}
}
@media screen and (max-width: 650px){
    .kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu1 {
        width: 60vw;
        top: -20vw;
        left: 0px;
    }
    .kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu2 {
        width: 60vw;
        top: -20vw;
        right: 0px;
    }		
    .kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu3 {
        width: 60vw;
        top: -20vw;
        left: 0px;
    }
    .kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu4 {
        width: 60vw;
        top: -20vw;
        right: 0px;
    }	
	.kaiketsu-section > div > div:nth-of-type(3) ul li{
		margin-bottom: 50px;
	}
	.kaiketsu-section .btn {
		margin: 20px auto 0px;
	}	
    .kaiketsu-section > div > div:first-of-type img {
        width: 50vw;
        top: -40vw;
    }	
}

@media screen and (max-width: 431px){
	.kaiketsu-section > div > div:first-of-type img{
		width: 207px;
        top: -170px;		
	}
    .kaiketsu-section {
        padding: 120px 0px 0px;
    }	
    .kaiketsu-section h2 {
        font-size: 7vw;
        line-height: 4vw;
    }	
	.kaiketsu-section h2 span:last-of-type{
        font-size: 9.5vw;
        line-height: 15vw;	
	}
	.kaiketsu-section > div > div:nth-of-type(2){
		margin: 50px auto 20px;
		padding: 150px 20px 20px;
	}
	.kaiketsu-section h3{
		font-size: 24px;
		line-height: 36px;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu1{
		width: 280px;
		top: -90px;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu2{
		width: 280px;
		top: -90px;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu3{
		width: 280px;
		top: -100px;
	}
	.kaiketsu-section > div > div:nth-of-type(3) ul li .kaiketsu-fu4{
		width: 280px;
		top: -90px;
	}
    .kaiketsu-section > div > div:nth-of-type(3) ul:first-of-type {
        margin: 110px auto 70px;
    }	
	.kaiketsu-section > div > div:nth-of-type(3) ul li:last-of-type {
		margin-top: 50px;
	}	
	.kaiketsu-section > div{
		padding: 0px 0px 80px;
	}
    .kaiketsu-section .btn {
        margin: 10px auto 0px;
    }		
}
@media screen and (max-width: 376px){

    .kaiketsu-section-inner ul {
		width: 300px;
    }	
    .kaiketsu-section-inner ul li {
        width: 130px;
		height: 130px;
		padding: 25px 0px 20px;
	}	
	.kaiketsu-section-inner ul li:nth-of-type(3){
		padding: 23px 0px 20px;
	}
}
@media screen and (max-width: 350px){
	.kaiketsu-section h3{
		font-size: 6vw;
	}
    .kaiketsu-section-inner ul {
        width: 280px;
    }
    .kaiketsu-section-inner ul li {
        width: 120px;
		height: 120px;
	}	
}

/*------------------------
 *pocketgot-section
--------------------------*/
.pocketgot-section{
	background-image: url("../img/back_03.png") ;
	background-color: #6CBA00;
	background-position: center 200px;
	background-size: 140vw;
	background-repeat: no-repeat;
	padding: 150px 0px 90px;	
}
.pocketgot-section > div:first-of-type{
	background-color: #FFFFCE;
	border-radius: 32px;
	position: relative;
	padding: 120px 0px 0px;
}
.pocketgot-fu{
	width: 522px;
	position: absolute;
    top: -100px;
    right: -80px;	
}
.pocketgot-section h2 img{
	width: 569px;
	display: block;
	margin: 0 auto 80px;
}
.pocketgot-inner{
	display: flex;
	position: relative;
	max-width: 855px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.pocketgot-inner > img:nth-of-type(3){
	width: 311px;
}
.pocketgot-inner > img:first-of-type{
	position: absolute;
	bottom: 0px;
	right: 30px;
	width: 430px;
}
.pocketgot-section h3{
	font-size: 28px;
	font-weight: 900;
}
.pocketgot-section h4{
	font-size: 32px;
	line-height: 45px;
	font-weight: 900;
	margin-bottom: 20px;
}
.pocketgot-section h4 span{
	color: #5F9423;
}
.pocketgot-inner div{
	margin: 50px 0px 0px 50px;
}
.pocketgot-inner p{
	font-size: 18px;
	line-height: 30px;
}
.pocketgot-section > div:nth-of-type(2){
	width: 774px;
	margin: 50px auto 100px;
}
.pocketgot-section h5{
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	border-bottom: solid 3px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.pocketgot-section > div:nth-of-type(2) ul{
	display: flex;
	justify-content: space-between;
	padding: 0px 5px;
}
.pocketgot-section > div:nth-of-type(2) ul li{
	display: flex;
}
.pocketgot-section > div:nth-of-type(2) ul li img{
	height: 81px;
}
.pocketgot-section > div:nth-of-type(2) ul li img:first-of-type{
	margin-right: 20px;
}
.pocketgot-sp{
	display: none;
}
.pocketgot-sp-550{
	display: none;
}
@media screen and (max-width: 1330px){
	.pocketgot-fu{
		right: -10px;
		top: -130px;
	}
}
@media screen and (max-width: 950px){
	.pocketgot-inner div {
    	margin: 50px 0px 0px 0px;
	}
	.pocketgot-inner > img:nth-of-type(3){
		width: 32vw;
	}
	.pocketgot-inner > img:first-of-type{
		width: 42vw;
	}
}
@media screen and (max-width: 901px){
	.pocketgot-inner > img:nth-of-type(3){
		width: 30vw;
	}
	.pocketgot-inner > img:first-of-type{
		width: 40vw;
	}	
}
@media screen and (max-width: 874px){
	.pocketgot-section{
		background-position: center;
	}
	.pocketgot-inner{
		flex-direction: column-reverse;
	}
	.pocketgot-inner > img:first-of-type{
		position: static;
	}
	.pocketgot-inner{
		padding-bottom: 0px;
	}
	.pocketgot-section h2 img {
		max-width: 450px;
		width: 80%;
		margin: 0 auto 70px;
	}	
	.pocketgot-section h3{
		text-align: center;
	}
	.pocketgot-section h4{
		text-align: center;
	}
	.pocketgot-inner div{
		margin: 0px;
	}
	.pocketgot-inner p{
		max-width: 500px;
		margin: 0 auto 30px;
	}
    .pocketgot-inner > img:nth-of-type(3) {
        width: 90%;
        max-width: 330px;
		margin: 0 auto;
		padding-left: 30px;
    }	
	.pocketgot-inner > img:nth-of-type(2){
        width: 90%;
        max-width: 330px;
		margin: 30px auto 0px;		
	}
	.pocketgot-pc{
		display: none;
	}
	.pocketgot-sp{
		display: block;
	}	
}
@media screen and (max-width: 800px){
	.qr-img{
		display: none;
	}
	.pocketgot-section > div:nth-of-type(2){
		width: 90%;
		margin: 50px auto;
	}
	.pocketgot-section > div:nth-of-type(2) ul li img:first-of-type{
		margin-right: 0px;
	}
	.pocketgot-section > div:nth-of-type(2) ul{
		justify-content: center;
	}
	.pocketgot-app{
		margin-right: 20px;
	}
}
@media screen and (max-width: 650px){
    .pocketgot-fu {
        right: 0px;
        width: 70vw;
    }	
	.pocketgot-section > div:nth-of-type(2) ul li img {
		height: 14vw;
	}	
}
@media screen and (max-width: 550px){
	.pocketgot-sp-550{
		display: block;
	}	
	.pocketgot-fu{
		width: 295px;
		top: -80px;
	}
	.pocketgot-section{
		padding: 100px 0px 90px;
	}
	.pocketgot-section > div:first-of-type{
		padding: 70px 0px 0px;
	}
	.pocketgot-section h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pocketgot-inner p{
		width: 90%;
	}
}
@media screen and (max-width: 426px){
	.pocketgot-section h4{
		font-size: 28px;
		line-height: 45px;
	}
	.pocketgot-section > div:first-of-type {
		padding: 100px 0px 0px;
	}	
	.pocketgot-section h2 img{
		margin: 0 auto 55px;
	}
}
@media screen and (max-width: 376px){
	.pocketgot-section h5{
		font-size: 6.5vw;
	}
}
@media screen and (max-width: 350px){
    .pocketgot-section h4 {
        font-size: 7vw;
        line-height: 11vw;
    }	
	.pocketgot-section h3 {
		font-size: 5vw;
	}
	.pocketgot-fu {
		width: 265px;
	}
    .pocketgot-section > div:first-of-type {
        padding: 70px 0px 0px;
    }	
}

/*------------------------
 *attention-section
--------------------------*/
.attention-section{
	margin: 60px auto 40px;
}
.attention-section h2{
	font-weight: 700;
	margin-bottom: 10px;
}
.attention-section > div{
	border-bottom: solid 1px #707070;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.attention-section > p{
	line-height: 30px;
}

@media screen and (max-width: 850px){
	.attention-section > div p{
		line-height: 30px;
	}
	.attention-section > p{
		display: flex;
	}
}

@media screen and (max-width: 550px){
	.attention-section{
		margin: 45px auto;
	}
}



