﻿@charset "utf-8";
/* CSS Document */

:root{
    font-size:62.5%;
}
html {
    font-size:62.5%;
}
body{
	font-size:16px;
	color:#000000;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
	margin:0;
	position: relative;
}
h1,h2,h3,h4,h5,h6,th,dt,a{  
    line-height:1.5;
    font-weight: 700;
}
p,li,td,dd,span,div{  
    line-height:1.5;
    font-weight: 400;
}
a{
	color:#000000;
	text-decoration:none;
    transition: 0.3s;
}
a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a img { 
	border: none;
}
a.nolink{
    pointer-events: none;
}
ul {
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.fix-flex{
    display: flex;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.center{
    text-align: center;
}
.c_white{
    color:#FFFFFF;
}
.sp{
	display:none !important;
}
.spacer{
    width:100%;
}
.inner{
    padding-left: 0;
    padding-right: 0;
}
.contentWidth{
    width:92%;
    max-width: 1000px;
    margin-left:auto;
    margin-right: auto;
    box-sizing: border-box;
}
h2.style001{
    font-size:32px;
    font-weight: bold;
    position: relative;
    padding-left: 125px;
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
}
h2.style001 span.number{
    font-size:84px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:0;
}
h2.style001 span.desc{
    font-size:20px;
    display: block;
    line-height: 1.5;
}
h2.style001 strong{
    font-size:48px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 5px;
}
h3.style001{
    font-size:38px;
    font-weight: bold;
    text-align: left;
    margin: 10px auto 0 auto;
}
h3.style001 strong{
    font-size:48px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 5px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    body{
        font-size:14px;
    }
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
    .leftBox{
        float:none !important;
    }
    .rightBox{
        float:none !important;
    }
    .contentWidth{
        width:calc(100% - 40px);
    }
    h2.style001{
        font-size:16px;
        padding-left: 40px;
        margin-bottom: 25px;
    }
    h2.style001 span.number{
        font-size:30px;
    }
    h2.style001 span.desc{
        font-size:12px;
    }
    h2.style001 strong{
        font-size:24px;
    }
    h3.style001{
        font-size:20px;
        text-align: center;
    }
    h3.style001 strong{
        font-size:32px;
    }
}

@media (max-width: 768px) {    
    header{
        background: rgba(234,234,234,0);
    }
    header.scroll{
        background: #FFFFFF;
    }
}
/*--------------------------------------
    visualArea
--------------------------------------*/

.visualArea{
    width:100%;
    height:400px;
    position: relative;
    background: #e7c333;
}
.visualArea .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width:75%;
    height:100%;
    margin: 0 auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 40;
}
@media (max-width: 768px) {
    .visualArea{
        width:100%;
        height:auto;
        padding: 20px;
    }
    .visualArea .inner{
        width:92%;
        position: relative;
    }
}

/*--------------------------------------
    benefitArea
--------------------------------------*/

.benefitArea{
    background: #e7c3334f;
    padding: 80px 0 80px 0;
}
.benefitArea h2{
    font-size:48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.benefitArea h3{
    font-size:24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.benefitArea .text,
.benefitArea .comment{
    line-height: 1.7;
}
.benefitArea .comment{
    font-size:18px;
    font-weight: bold;
}
.benefitArea ul{
    display: grid;
    gap:5px;
    margin: 20px auto;
}
.benefitArea ul li::before{
    content: "・";
}
.benefitArea .boxArea{
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-template-rows: 4fr 3fr;
    gap:30px;
}
.benefitArea .boxArea .box{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 25px;
}
.benefitArea .boxArea .box:nth-child(1){
    grid-column: 1 / 2;
    grid-row:1 / 2;
}
.benefitArea .boxArea .box:nth-child(2){
    grid-column: 1 / 2;
    grid-row:2 / 3;
}
.benefitArea .boxArea .box:nth-child(3){
    grid-column: 2 / 3;
    grid-row:1 / 3;
}
@media (max-width: 768px) {
    .benefitArea{
        padding: 50px 0 50px 0;
    }
    .benefitArea h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .benefitArea h3{
        font-size:16px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
    .benefitArea .comment{
        font-size:16px;
    }
    .benefitArea ul{
        gap:2px;
    }
    .benefitArea .boxArea{
        display: block;
    }
    .benefitArea .boxArea .box{
        margin-top: 30px;
    }
}

/*--------------------------------------
    serviceArea
--------------------------------------*/

.serviceArea{
    background: #e7c333;
    padding: 80px 0 0 0;
}
.serviceArea .inner{
    padding: 50px;
    border-radius: 50px;
    background: #FFFFFF;
    text-align: center;
}
.serviceArea  h2.style001,
.serviceArea  h2.style001 strong,
.serviceArea  h3.style001,
.serviceArea  h3.style001 strong{
    color: #00b9ef;
}
.serviceArea  h2.style001 span{
    color: #000000;
}
.serviceArea .intro{
    width:92%;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: center;
    gap:20px;
    align-items: center;
    text-align: left;
}
.serviceArea .intro .textArea{
    width:60%;
}
.serviceArea .intro .imgArea{
    width:30%;
    text-align: center;
}
.serviceArea .consultArea{
    position: relative;
}
.serviceArea .consultArea h3{
    width:50%;
    height:50px;
    box-sizing: border-box;
    border:2px solid #00b9ef;
    color:#00b9ef;
    margin: 0 auto 30px;
    font-size:24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceArea .consultArea .img{
    width:120px;
    position: absolute;
    top:0;
    right:0;
    transform: translate(-30%,-42%);
    z-index: 20;
}
.serviceArea .consultArea ul{
    display: grid;
    gap:5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: relative;
    z-index: 40;
    background: #FFFFFF;
}
.serviceArea .consultArea ul li{
    width:100%;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    color:#FFFFFF;
    background: #00b9ef;
}
@media (max-width: 768px) {
    .serviceArea{
        padding: 40px 0 0 0;
    }
    .serviceArea .inner{
        padding: 30px 20px;
        border-radius: 25px;
    }
    .serviceArea .intro{
        width:100%;
        margin: 0 auto 25px auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .serviceArea .intro .textArea{
        width:100%;
    }
    .serviceArea .intro .imgArea{
        width:100%;
    }
    .serviceArea .consultArea h3{
        width:auto;
        padding: 0 20px;
        height:30px;
        margin: 0 auto 10px auto ;
        font-size:14px;
        display: inline-block;
    }
    .serviceArea .consultArea .img{
        width:auto;
        position: static;
        transform: none;
        z-index: 20;
        color:#00b9ef;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .serviceArea .consultArea ul{
        gap:2px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
    .serviceArea .consultArea ul li{
        height:30px;
        font-size:13px;
    }
}

/*--------------------------------------
    couponArea
--------------------------------------*/

.couponArea{
    background: #e7c333;
    padding: 40px 0 0 0;
}
.couponArea .inner{
    padding: 50px;
    border-radius: 50px;
    background: #FFFFFF;
    text-align: center;
}
.couponArea h2.style001,
.couponArea h2.style001 strong,
.couponArea h3.style001,
.couponArea h3.style001 strong{
    color: #469123;
}
.couponArea h2.style001 span{
    color: #000000;
}
.couponArea h3.style001,
.couponArea h3.style001 strong{
    color: #469123;
}
.couponArea h3.style001{
    display: flex;
}
.couponArea h3.style001 .small{
    font-size:18px;
    font-weight: bold;
    color: #469123;
}
.couponArea h3.style001 .small strong{
    font-size:24px;
    font-weight: bold;
    color: #469123;
}
.couponArea .intro{
    width:92%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    text-align: left;
}
.couponArea .intro .textArea{
    width:60%;
}
.couponArea .intro .imgArea{
    width:30%;
    text-align: center;
}
.couponArea .storeArea{
    position: relative;
}
.couponArea .storeArea h3{
    width:50%;
    height:50px;
    box-sizing: border-box;
    border:2px solid #469123;
    color:#469123;
    margin: 0 auto 30px;
    font-size:24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.couponArea .storeArea .img{
    width:120px;
    position: absolute;
    top:0;
    right:0;
    transform: translate(-30%,-42%);
    z-index: 20;
}
.couponArea .storeArea ul{
    width:100%;
    box-sizing: border-box;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    border:2px solid #CCCCCC;
    background: #FFFFFF;
    position: relative;
    z-index: 40;
}
.couponArea .storeArea ul li:last-child{
    margin-top: auto;
}
@media (max-width: 768px) {
    .couponArea .inner{
        padding: 30px 20px;
        border-radius: 25px;
    }
    .couponArea h3.style001{
        display: block;
    }
    .couponArea h3.style001 .small{
        font-size:14px;
    }
    .couponArea h3.style001 .small strong{
        font-size:32px;
    }
    .couponArea .intro{
        width:100%;
        margin: 0 auto 20px auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .couponArea .intro .textArea{
        width:100%;
    }
    .couponArea .intro .imgArea{
        width:100%;
    }
    .couponArea .storeArea h3{
        width:auto;
        padding: 0 20px;
        height:30px;
        margin: 0 auto 10px auto ;
        font-size:14px;
        display: inline-block;
    }
    .couponArea .storeArea .img{
        width:auto;
        position: static;
        transform: none;
        z-index: 20;
        color:#469123;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .couponArea .storeArea ul{
        gap:5px;
    }
    .couponArea .storeArea ul li:nth-child(1){
        width:40px;
    }
    .couponArea .storeArea ul li:nth-child(2){
        width:45px;
    }
    .couponArea .storeArea ul li:nth-child(3){
        width:70px;
    }
    .couponArea .storeArea ul li:nth-child(4){
        width:60px;
    }
    .couponArea .storeArea ul li:nth-child(5){
        width:60px;
    }
    .couponArea .storeArea ul li:nth-child(6){
        width:65px;
    }
    .couponArea .storeArea ul li:nth-child(7){
        width:55px;
    }
    .couponArea .storeArea ul li:nth-child(8){
        width:60px;
    }
    .couponArea .storeArea ul li:nth-child(9){
        width:40px;
    }
    .couponArea .storeArea ul li:nth-child(10){
        width:55px;
    }
    .couponArea .storeArea ul li:nth-child(11){
        width:40px;
    }
}

/*--------------------------------------
    preferentialArea
--------------------------------------*/

.preferentialArea{
    background: #e7c333;
    padding: 40px 0 0 0;
}
.preferentialArea .inner{
    padding: 50px;
    border-radius: 50px;
    background: #FFFFFF;
    text-align: center;
}
.preferentialArea h2.style001,
.preferentialArea h2.style001 strong,
.preferentialArea h3.style001,
.preferentialArea h3.style001 strong{
    color: #d18e04;
}
.preferentialArea  h2.style001 span{
    color: #000000;
}
.preferentialArea .intro{
    width:92%;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    text-align: left;
}
.preferentialArea .intro .textArea{
    width:60%;
}
.preferentialArea h3.style001{
    display: flex;
    align-items: flex-end;
    font-size:18px;
    line-height: 1.1;
}
.preferentialArea h3.style001 .vertical{
    font-size:18px;
    font-weight: bold;
    color: #d18e04;
    writing-mode: vertical-rl;
    line-height: 1.1;
    padding-bottom: 2px;
}
.preferentialArea h3.style001 strong{
    line-height: 1.1;
    font-size:40px;
}
.preferentialArea .intro .imgArea{
    width:30%;
    text-align: center;
}
.preferentialArea .intro .otherArea{
    width:100%;
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 30px;
}
.preferentialArea .intro .otherArea .box{
    width:10%;
    text-align: center;
}
.preferentialArea .intro .otherArea .box figure{
    text-align: center;
}
.preferentialArea .intro .otherArea .box figure img{
    width:64px;
    height:40px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin:0 auto 10px auto;
}
.preferentialArea .intro .otherArea .box figure figcaption{
    font-size:14px;
    font-weight: bold;
    line-height: 1.5;
}
.preferentialArea .prefArea{
    position: relative;
}
.preferentialArea .prefArea h3{
    width:50%;
    height:50px;
    box-sizing: border-box;
    border:2px solid #d18e04;
    color:#d18e04;
    margin: 0 auto 30px;
    font-size:24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preferentialArea .prefArea .img{
    width:120px;
    position: absolute;
    top:0;
    right:0;
    transform: translate(-30%,-42%);
    z-index: 20;
}
.preferentialArea .prefArea ul{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:10px 20px;
    position: relative;
    background: #FFFFFF;
    z-index: 40;
}
.preferentialArea .prefArea ul li:last-child{
    position: absolute;
    top:100%;
    right:0;
}
.preferentialArea .prefArea ul li figcaption{
    color:#000000;
    font-weight: bold;
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 3px white;
    paint-order: stroke;
    transform: translate(0,-50%);
    font-size:24px;
}
@media (max-width: 768px) {
    .preferentialArea .inner{
        padding: 30px 20px;
        border-radius: 25px;
    }
    .preferentialArea .intro{
        width:100%;
        margin: 0 auto 30px auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .preferentialArea .intro .textArea{
        width:100%;
    }
    .preferentialArea h3.style001{
        flex-wrap: wrap;
        justify-content: center;
        font-size:14px;
    }
    .preferentialArea h3.style001 .vertical{
        font-size:14px;
        writing-mode: horizontal-tb;
        padding-bottom: 0;
    }
    .preferentialArea h3.style001 strong{
        font-size:32px;
    }
    .preferentialArea h3.style001 strong:last-child{
        display: block;
    }
    .preferentialArea .intro .imgArea{
        width:100%;
    }
    .preferentialArea .intro .otherArea{
        flex-wrap: wrap;
        gap:4%;
        margin-top: 10px;
    }
    .preferentialArea .intro .otherArea .box{
        width:48%;
        margin-top: 5vw;
    }
    .preferentialArea .intro .otherArea .box figure{
        height:80px;
        padding-bottom: 15px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .preferentialArea .intro .otherArea .box figure img{
        width:auto;
        height:auto;
        object-fit:fill;
    }
    .preferentialArea .intro .otherArea .box figure figcaption{
        font-size:12px;
        position: absolute;
        bottom:0;
        left:0;
        right:0;
        line-height: 15px;
        text-align: center;
    }
    .preferentialArea .prefArea h3{
        width:auto;
        padding: 0 20px;
        height:30px;
        margin: 0 auto 10px auto ;
        font-size:14px;
        display: inline-block;
    }
    .preferentialArea .prefArea .img{
        width:auto;
        position: static;
        transform: none;
        z-index: 20;
        color:#d18e04;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .preferentialArea .prefArea ul{
        grid-template-columns: 1fr 1fr;
        gap:10px 5px;
    }
    .preferentialArea .prefArea ul li figcaption{
        font-size:12px;
    }   
    .preferentialArea .prefArea ul li:last-child{
        position: static;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding-bottom: 15px;
        padding-left: 5px;
        box-sizing: border-box;
    } 
}

/*--------------------------------------
    pointArea
--------------------------------------*/

.pointArea{
    background: #e7c333;
    padding: 40px 0 80px 0;
}
.pointArea .inner{
    padding: 50px;
    border-radius: 50px;
    background: #FFFFFF;
    text-align: center;
}
.pointArea h2.style001,
.pointArea h2.style001 strong,
.pointArea h3.style001,
.pointArea h3.style001 strong{
    color: #718cc7;
}
.pointArea h2.style001 span{
    color: #000000;
}
.pointArea .intro{
    width:92%;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    text-align: left;
}
.pointArea .intro .textArea{
    width:60%;
}
.pointArea .intro .imgArea{
    width:30%;
    text-align: center;
}
.pointArea h3.style001{
    display: flex;
    align-items: center;
}
.pointArea h3.style001 .vertical{
    font-size:18px;
    font-weight: bold;
    color: #718cc7;
    writing-mode: vertical-rl;
    line-height: 1.1;
}
.pointArea h3.style001 img{
    width:60px;
    height:auto;
    margin-left: 10px;
    display: inline-block;
}
.pointArea .intro .otherArea{
    width:100%;
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 30px;
}
.pointArea .intro .otherArea .box{
    width:48%;
    box-sizing: border-box;
    border:1px solid #CCCCCC;
    padding: 15px 20px;
}
.pointArea .intro .otherArea .box h3{
    width:90%;
    font-size:20px;
    height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    background: #718cc7;
    border-radius: 15px;
    margin: 0 auto 10px auto;
}
.pointArea .intro .otherArea .box ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin: 0 auto 10px auto;
}
.pointArea .intro .otherArea .box ul li{
    width:80px;
    height:80px;
    display: flex;
    align-items: center;
}
.pointArea .timingArea h3{
    font-size:36px;
    font-weight: bold;
    color: #718cc7;
    margin-bottom: 30px;
}
.pointArea .timingArea ul{
    display: grid;
    gap:6px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}
.pointArea .timingArea ul li{
    background: #CCCCCC;
    color:#474747;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:40px;
    font-size:20px;
    font-weight: bold;
}
.pointArea .timingArea h4{
    width:100%;
    height:50px;
    font-size:24px;
    font-weight: bold;
    background: #718cc7;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.pointArea .timingArea .plusArea{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
    background: #718cc747;
    border:2px solid #718cc7;
    text-align: left;
    box-sizing: border-box;
    padding: 20px;
}
.pointArea .timingArea .plusArea h5{
    font-size:20px;
    color:#718cc7;
}
.pointArea .timingArea .plusArea h6{
    font-size:20px;
    display: flex;
    align-items: flex-end;
}
.pointArea .timingArea .plusArea h6 strong{
    font-size:32px;
    color:#718cc7;
    font-weight: bold;
    line-height: 1;
    margin-right:5px;
}
@media (max-width: 768px) {
    .pointArea {
        background: #e7c333;
        padding: 40px 0;
    }
    .pointArea .inner{
        padding: 30px 15px;
        border-radius: 25px;
    }
    .pointArea .intro{
        width:100%;
        margin: 0 auto 40px auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .pointArea .intro .textArea{
        width:100%;
    }
    .pointArea .intro .imgArea{
        width:100%;
    }
    .pointArea h3.style001{
        justify-content: center;
    }
    .pointArea h3.style001 .vertical{
        font-size:14px;
    }
    .pointArea h3.style001 img{
        width:40px;
    }
    .pointArea .intro .otherArea{
        margin-top: 20px;
        display: grid;
    }
    .pointArea .intro .otherArea .box{
        width:100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .pointArea .intro .otherArea .box h3{
        font-size:14px;
        height:24px;
    }
    .pointArea .intro .otherArea .box ul{
        gap:2%;
    }
    .pointArea .intro .otherArea .box ul li{
        width:32%;
        height:auto;
    }
    .pointArea .intro .otherArea .box .text{
        font-size: 14px;
    }
    .pointArea .timingArea h3{
        font-size:18px;
        margin-bottom: 20px;
    }
    .pointArea .timingArea ul{
        gap:4px;
    }
    .pointArea .timingArea ul li{
        height:auto;
        font-size:14px;
        padding: 5px;
        box-sizing: border-box;
    }
    .pointArea .timingArea h4{
        height:auto;
        font-size:18px;
        padding: 5px;
        box-sizing: border-box;
    }
    .pointArea .timingArea .plusArea{
        display: grid;
        gap:10px;
        padding: 25px;
        text-align: center;
    }
    .pointArea .timingArea .plusArea h5{
        font-size:16px;
    }
    .pointArea .timingArea .plusArea h6{
        text-align: center;
        justify-content: center;
    }
}

/*--------------------------------------
    securityArea
--------------------------------------*/

.securityArea{
    background: #e7c333;
    padding: 120px 0 80px 0;
    text-align: center;
}
.securityArea h2{
    font-size:24px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.securityArea h2 strong{
    font-size:48px;
    font-weight: bold;
}
.securityArea h2 div{
    width:120px;
    height:120px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left:0;
    bottom:100%;
    transform: translate(-40%,30px) rotate(-20deg);
    text-align: center;
    color:#e7c333;
    font-size:20px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.securityArea h2 div span{
    color:#e7c333;
    font-size:40px;
    display: block;
    line-height: 1.1;
}
.securityArea ul{
    display: flex;
    justify-content: center;
    gap:20px;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .securityArea{
        padding: 80px 0 40px 0;
    }
    .securityArea h2{
        font-size:14px;
    }
    .securityArea h2 strong{
        font-size:24px;
    }
    .securityArea h2 div{
        width:60px;
        height:60px;
        transform: translate(-30%,10px) rotate(-20deg);
        font-size:12px;
    }
    .securityArea h2 div span{
        font-size:20px;
    }
    .securityArea ul{
        margin-top: 20px;
    }
}
