@charset "UTF-8";
/*----------------------------------------
法人・個人事業主のお客様ページは以下を挿入
----------------------------------------*/ 
/*下層ヘッダー背景グラデ*/
.pages_head { background: #41D6C5;
background: linear-gradient(90deg,rgba(65, 214, 197, 1) 0%, rgba(43, 198, 150, 1) 100%); }

/*サイドメニュー色変*/
.side_nav .side_nav_box { background: #C7F7EE; }
.side_nav a { color: #232323; }
.side_nav a:hover { color: #232323; background: #bae8df; }
.side_nav a.is-active { color: #232323; background: #a5e8db; font-weight: 700; }

/*----------------------------------------
END 法人・個人事業主のお客様ページは以下を挿入 END
----------------------------------------*/ 
/* 
-------------------------------------------------- */
h2.c_a { color: #003396;}
.sec--inner {
	display: flex; justify-content: center; column-gap: 40px; flex-direction: row-reverse;
	margin: 0 auto;
}
.sec--inner .photo img { border-radius: 16px;}

.sec--inner p + div { margin-top: 2.1em;}

p + h4 { margin-top: 1.2em;}
h4 {
	margin: 6px 0 10px;
    position: relative;
    padding-left: 20px;
    font-size: clamp(15px, 3vw, 18px);
}
h4::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(180deg, #5ad4c9 0%, #0f3a8d 100%);
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	.sec--inner { flex-direction: column;}
	.sec--inner .photo { width:100%; margin-top: 20px;}
	.sec--inner .txt { width:100%;}
}

/* sec01
-------------------------------------------------- */
#sec01 .sec--inner { max-width:834px;}
#sec01 .sec--inner .photo { max-width:228px;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	#sec01 .sec--inner .photo { max-width:100%;}
}


/* sec02
-------------------------------------------------- */
#sec02 .sec--inner {}
#sec02 .sec--inner .photo { max-width:397px;}

#sec02 ul {
	display: flex; justify-content: space-between; gap:45px;
	margin-top: 40px;
}
#sec02 ul li {
	padding: 32px 35px;
	border-radius: 10px;
	background: #E5F9F9;
}
#sec02 ul li .icon { margin-bottom: 1.2em; text-align: center; font-weight: bold; color: #013396;}
#sec02 ul li .icon img { max-width:95px;}
#sec02 ul li:nth-child(2) .icon img { max-width:90px;}
#sec02 ul li:nth-child(3) .icon img { max-width:78px;}
#sec02 ul li .icon p { margin-top: 0.5em;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	#sec02 ul { flex-direction: column; gap:15px; }
	#sec02 ul li {}
}



/* sec03
-------------------------------------------------- */
#sec03 .sec--inner { margin-top: 40px; align-items: center;}
#sec03 .sec--inner .photo { max-width:400px;}
#sec03 .sec--inner .txt { }

.resume {
	margin-top: 100px; padding: 30px 40px;
	border-radius: 10px;
	background: #F6F9FF;
}
.resume h3.c_a {}
.ul--resume {
	display: flex; gap:35px;
}
.ul--resume li {
	position: relative;
	padding-left: 15px;
}
.ul--resume li::before {
	content:''; position: absolute; left: 0; top:0; transform: translateY(106%);
	width:8px; height: 8px;
	background: #013396;
	border-radius: 5px;
}
.ul--resume li .btn {}
.ul--resume li .btn a {
	display: block; position: relative;
	width:280px; height: 58px; margin-top: .7em; padding-left: 45px;
	line-height: 55px; color: #232323;
	border: 1px solid #013396;
	box-sizing: border-box;
	background: #fff;
	transition:.4s ease;
}
.ul--resume li .btn a::before {
	content:''; position: absolute; left: 13px; top:50%; transform: translateY(-46%) rotate(-45deg);
	width:8px; height: 8px;
	border-right: 2px solid #013396; border-bottom: 2px solid #013396;
}
.ul--resume li .btn a.pdf {}
.ul--resume li .btn a.pdf::after {
	content:''; position:absolute; right:27px; top:50%; transform: translateY(-50%);
	width:20px; height:27px;
	background: url("../img/gtl_fuel/icn_pdf.png") right center no-repeat;
	background-size:20px auto;
}
.ul--resume li .btn a:hover {
	color: #fff; background: #013396; 
}
.ul--resume li .btn a:hover::before { border-color: #fff;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	#sec03 .sec--inner { flex-direction: column-reverse; margin-top: 0;}
	#sec03 ul { }
	#sec03 .sec--inner .txt { padding-top:20px;}
	
	.resume { margin-top: 40px; padding: 25px 30px 30px;}
	.ul--resume { flex-direction: column;}
	.ul--resume li .btn a { width:calc(100%);}
}




@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}




@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}



@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}