@charset "UTF-8";
header {
  height: 15px;
}
/*-----------------------------------------------「採用管理」用「メイン画像」*/
#pagetitle_mot.id_card {
 position: relative;
  background: url(../../../img/id_card_img/bg_mainimage.jpg) center center no-repeat;
 background-size: cover;
  height: auto;
  margin-top: 48px;
  padding: 40px 0;
}
#pagetitle_mot.id_card::before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 background: rgba(255, 255, 255, 0.7);
 width: 100%;
 height: 100%;
}
@media print, screen and (min-width:992px) {
  #pagetitle_mot.id_card {
    margin-top: 75px;
   padding: 80px 0;
  }
}
#pagetitle_mot.id_card .container {
  height: 100%;
}
#pagetitle_mot.id_card .container ul.row {
  height: 100%;
  justify-content: center;
}
#pagetitle_mot.id_card .container ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pagetitle_mot.id_card .container ul.row > li:nth-child(1){
 margin: 0 0 30px 0;
}
#pagetitle_mot.id_card .container ul.row > li figure img{
 width: 100%;
 height: auto;
}
#pagetitle_mot.id_card h2 {
  color: #003DA6;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
}
#pagetitle_mot.id_card h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
 background: #003da6;
 border-radius: 10px;
 padding: 10px 20px;
}
@media print, screen and (min-width:768px) {
  #pagetitle_mot.id_card h2 {
    font-size: 38px;
  }
 
}
#pagetitle_mot.id_card p.catch {
  color: #032e77;
  font-size: 16px;
  margin: auto;
}
@media print, screen and (min-width:992px) {
  #pagetitle_mot.id_card p.catch {
    font-size: 20px;
    margin: 15px auto;
  }
 #pagetitle_mot.id_card .container ul.row > li:nth-child(1){
 margin: 0 30px 0 0;
}
}
/*-----------------------------------------------「メイン画像」リンクボタン*/
#pagetitle_mot.id_card .btn_area {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pagetitle_mot.id_card .btn_area a {
  padding: 10px;
  background: #003DA6;
  border: 1px solid #003DA6;
  border-radius: 6px;
  color: #ffff00;
  font-weight: bold;
  transition: all 0.3s;
  margin: 5px auto;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #pagetitle_mot.id_card .btn_area {
    flex-direction: row;
  }
  #pagetitle_mot.id_card .btn_area a {
    width: 47%;
  }
}
#pagetitle_mot.id_card .btn_area a:hover {
  opacity: 1;
  background: #ffff00;
  color: #003DA6;
}

/*-----------------------------------------------パンクズ*/
.breadcrumbs {
  display: none;
}
.breadcrumbs.bc_second {
  display: block;
  position: unset;
  margin: auto;
  font-size: 12px;
  padding: 10px;
  line-height: 1.5;
}

.list_feature > li{
 border: 1px solid #DEDEDE;
 margin-bottom: 30px;
 padding: 30px ;
}

.list_feature li h3{
 font-size: 16px;
 font-weight: bold;
 color: #333;
 margin: 20px;
}

.list_feature li figure img{
 width: 100%;
 max-width: 180px;
 height: 100%;
}
.list_feature > li > ul{
 list-style: disc;
 margin-left: 30px;
}
.list_feature > li > ul > li{
 text-align: left;
 
}

@media print, screen and (min-width:768px){
 .list_feature{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
 }
 .list_feature > li{
  width: calc(100% / 2 - 40px);
 }
 
 .list_feature > li:not(:nth-child(2n)){
  margin-right: 30px;
 }
 .list_feature li h3{
 font-size: 21px;
}
}

.mot_id_card_solu{
 position: relative;
 background: #003da6;
 padding: 50px 0;
}

.mot_id_card_solu::before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 margin: auto;
 block-size:0;
 inline-size:0;
 border-top: 30px solid #fff;
 border-bottom: 30px solid transparent;
 border-right: 60px solid transparent;
 border-left: 60px solid transparent;
}


.mot_id_card_solu h2{
 font-size: 20px;
  font-weight: bold;
 color: #fff;
 margin-bottom: 30px;
}

.mot_id_card_solu p{
 color: #fff;
}

@media print, screen and (min-width:768px){
 .mot_id_card_solu h2{
 font-size: 34px;
}
 
}

.shain_shokudou{
 text-align: left;
 margin-bottom: 30px;
 padding: 20px 30px;
 box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}

.shain_shokudou h3{
 display: inline-block;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
 background: #003da6;
 border-radius: 10px;
 padding: 10px 20px;
}



.shain_shokudou  figure img{
 width: 100%;
 height: auto;
}



@media print, screen and (min-width:768px){
 .shain_shokudou{
  padding: 40px 50px;
 }
 .shain_shokudou h3{
  font-size: 22px;
 }
 .shain_shokudou  figure img{
 width: 80%;
 height: auto;
}
}

.list_realizable {
  width: 100%;
  
}
.list_realizable li {
  text-align: left;
 background: #fff;
 padding: 20px 30px;
 box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}

.list_realizable li:not(:last-child){
 margin-bottom: 30px;
}
.list_realizable li div{
 text-align: left;
}
.list_realizable li div strong {
  color: #003DA6;
}
.list_realizable li h3 {
 display: inline-block;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
 background: #003da6;
 border-radius: 10px;
 padding: 10px 20px;
}
.list_realizable li figure {
  margin-top: 15px;
  text-align: center;
}

.list_realizable li figure img{
 width: 100%;
 height: auto;
}
@media print, screen and (min-width:768px) {
  .list_realizable li {
    text-align: left;
   padding: 40px 50px;
  }
 .list_realizable li h3{
  font-size: 22px;
 }
  .list_realizable li figure {
    margin-top: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width:992px) {
  .list_realizable li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list_realizable li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .list_realizable li div {
    width: 60%;
  }
  .list_realizable li p {
    text-align: left;
  }
  .list_realizable li figure {
    width: 36%;
    margin-top: 0;
  }
}
.list_bn li {
  margin-top: 15px;
}
.list_bn li a img {
  width: 320px;
  height: auto;
}
@media print, screen and (min-width:576px) {
  .list_bn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .list_bn li {
    width: 49%;
    margin-top: 0;
  }
  .list_bn li a {
    display: block;
  }
  .list_bn li a img {
    width: 100%;
    max-width: 375px;
    height: auto;
  }
}
@media print, screen and (min-width:992px) {
  .list_bn {
    justify-content: center;
  }
  .list_bn li {
    width: auto;
    margin: 0 15px;
  }
}
.bg_cl_blue {
  background: #d9efff !important;
}
#tab_menu {
  display: flex;
  justify-content: space-between;
}
#tab_menu li {
  width: 24%;
  padding: 12px 5px;
  line-height: 0;
  background: #d8d8d8;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s;
}
#tab_menu li:hover {
  background: #fff;
}
#tab_menu li.selected {
  background: #fff;
}
#tab_menu li img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
@media print, screen and (min-width:576px) {
  #tab_menu li {
    padding: 12px 10px;
  }
}
@media print, screen and (min-width:768px) {
  #tab_menu li {
    padding: 15px 20px;
  }
}
.tab_panel {
  padding: 15px;
  background: #fff;
}
.tab_panel h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.tab_panel h3 span {
  display: inline-block;
}
.tab_panel h3 strong {
  font-size: 1.4em;
}
.tab_panel div {
  margin: 15px 0;
  padding: 10px;
  border-radius: 8px;
  background: #f6f6f6;
}
.tab_panel div h4 {
  margin: 15px 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.tab_panel div h4:first-child {
  margin: 0 0 5px;
}
.tab_panel div ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab_panel div ul li {
  position: relative;
  margin: 5px 8px;
  padding-left: 12px;
  line-height: 1.1;
}
.tab_panel div ul li::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #003da6;
}
.tab_panel .list_kome {
  margin-bottom: 15px;
}
.tab_panel .btn, #service_list .btn {
  margin-top: 10px;
  text-align: center;
}
.tab_panel .btn a, #service_list .btn a {
  display: inline-block;
  padding: 15px 15px 15px 36px !important;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  background: #003da6;
}
.section_inner p a[target="_blank"]::before {
  top: 15px !important;
  left: 15px !important;
}
@media print, screen and (min-width:768px) {
  .tab_panel {
    padding: 30px;
  }
  .tab_panel h3 {
    font-size: 22px;
  }
  .tab_panel div {
    margin: 25px 0;
    padding: 30px;
  }
  .tab_panel div h4 {
    margin: 25px 0 10px;
    font-size: 20px;
  }
  .tab_panel .list_kome {
    margin-bottom: 30px;
  }
  .tab_panel .btn {
    margin-top: 20px;
  }
  #service_list .btn {
    margin-top: 30px;
  }
  .tab_panel .btn a, #service_list .btn a {
    padding: 15px 30px 15px 60px !important;
  }
  .section_inner p a[target="_blank"]::before {
    top: 15px !important;
    left: 30px !important;
  }
}

/****/
.list_function {
  margin: 20px 0 0 0;
  width: 100%;
}
.list_function::after {
  clear: left;
  content: "";
  display: block;
}
.list_function li {
  width: 48%;
  margin: 0 4% 20px;
  text-align: center;
  clear: left;
}
@media screen and (max-width:640px) {
  .list_function li {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    clear: left;
  }
}

/*------------------------------------------リンクありの装飾*/
.list_function li a {
  display: block;
  border-radius: 12px;
}
.list_function li a dl {
  background: #0290ff;
  border: 2px solid #0290ff;
  border-radius: 10px;
}
.list_function li a dl dt {
  background: #0290ff;
  border: 2px solid #0290ff;
}
.list_function li dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.list_function li dl dt {
  width: 100%;
  border-radius: 10px 10px 0 0;
  border: 1px solid #003DA6;
  color: #fff;
  background: #003DA6;
  margin: 0;
  padding: 10px;
  font-size: 120%;
  font-weight: bold;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 3px 0px 0px -50px rgba(10, 10, 10, 0.02);
}
.list_function li dl dd {
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: 1px solid #6fa9f8;
  background: #fff;
  margin: 0;
  padding: 10px;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}
@media print, screen and (min-width:768px) {
  .list_function li {
    float: left;
    width: 22%;
    margin: 0 4% 20px 0;
    clear: none;
  }
  .list_function li:nth-child(4n) {
    margin: 0 0 20px 0;
  }
}
/****/

.wrapper_effect {
  padding: 20px;
  background: #f6f6f6;
}
.list_reduce {
  margin: 20px 0 0 0;
  width: 100%;
}
@media screen and (max-width:640px) {
  .list_reduce {
    margin-top: 0px !important;
    width: 100%;
  }
}
.list_reduce::after {
  clear: left;
  content: "";
  display: block;
}
.list_reduce li {
  width: 48%;
  margin: 0 4% 20px;
  text-align: center;
  clear: left;
}
@media screen and (max-width:640px) {
  .list_reduce li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    clear: left;
  }
}

.list_reduce li dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.list_reduce li dl dt {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 10px;
  font-size: 120%;
  font-weight: bold;
}
.list_reduce li dl dd {
  width: 100%;
  margin: 0;
  padding: 0px;
}
.list_reduce li dl dd strong {
  font-size: 190%;
}
.list_reduce li dl dd small {
  font-size: 70%;
  display: block;
  margin: 0px;
}
.list_reduce li dl.first dt {
  width: 100%;
  background: none;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 120%;
  font-weight: bold;
}
.list_reduce li dl.first dd {
  width: 100%;
  margin: 0;
  padding: 0px;
  font-size: 120%;
}
.list_reduce li dl.first dd strong {
  font-size: 220%;
}
@media print, screen and (min-width:768px) {
  .list_reduce li {
    float: left;
    width: 22%;
    margin: 0 4% 20px 0;
    clear: none;
  }
  .list_reduce li:nth-child(4n) {
    margin: 0 0 20px 0;
  }
}
/****/
.list_realizable_none {
  background: #fff;
  padding: 40px;
  width: 100%;
}
.list_realizable_none li {
  margin: 0px;
  text-align: left;
}
.list_realizable_none li div strong {
  color: #003DA6;
}
.list_realizable_none li h3 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.list_realizable_none li figure {
  margin-top: 15px;
  text-align: center;
}
.list_realizable_none li figure img {
  width: 100%;
  max-width: 380px;
  height: 100%;
}
.list_realizable_none li:first-child figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media print, screen and (min-width:768px) {
  .list_realizable_none li {
    margin: 0px;
    text-align: left;
  }
  .list_realizable_none li h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.7;
  }
  .list_realizable_none li figure {
    margin-top: 20px;
    text-align: center;
  }
  .list_realizable_none li figure img {
    width: 100%;
    max-width: 420px;
    height: 100%;
  }
}
@media print, screen and (min-width:992px) {
  .list_realizable_none li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list_realizable_none li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .list_realizable_none li div {
    width: 49%;
  }
  .list_realizable_none li h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 30px;
  }
  .list_realizable_none li p {
    text-align: left;
  }
  .list_realizable_none li figure {
    width: 49%;
    margin-top: 0;
  }
  .list_realizable_none li figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .list_realizable_none li:first-child div {
    width: 43%;
  }
  .list_realizable_none li:first-child figure {
    width: 55%;
  }
  .list_realizable_none li:nth-child(2) figure img {
    width: 100%;
    max-width: 420px;
    height: 100%;
  }
}
.no {
  font-size: 250%;
  font-weight: bold;
  color: #003DA6;
  font-style: italic;
}
.no_t {
  font-size: 100%;
  font-weight: bold;
  color: #003DA6;
  font-style: italic;
  text-align: left;
}
/****/
@media screen and (max-width:640px) {
  .list_double {
    display: flex;
  }
}
.list_double::after {
  clear: left;
  content: "";
  display: block;
}
.list_double li {
  margin: 0;
  text-align: center;
  clear: left;
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width:768px) {
  .list_double {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .list_double li {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
    clear: none;
  }
  .list_double li:nth-child(2n) {
    margin: 0;
  }
}
#mothg_news ul {
  background: #fff;
  padding: 40px;
  width: 100%;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 0px 0px 1px rgb(10 10 10 / 2%);
  margin: 40px 0 0 0;
}
#mothg_news ul li {
  margin: 0 0 20px 0;
  padding: 10px 10px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}
#mothg_news ul li:last-of-type {
  margin: 0;
}
#mothg_news ul li a {
  word-wrap: break-word;
  color: #666666;
}
@media screen and (max-width:640px) {}
.mothg_news_inner img {}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.mothg_tripleplan {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -1em;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.mothg_tripleplan li {
  width: 30%;
  border-radius: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  min-height: auto;
}
@media screen and (max-width:640px) {
  .mothg_tripleplan li {
    width: 100%;
    padding-top: 40px;
  }
}
.mothg_tripleplan li h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.pan3 li {
  background: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:640px) {
  .pan3 li {
    margin-bottom: 30px;
  }
  .plan_white {
    background: #0057b8;
  }
  .plan_white p.white_txt_sp, .plan_white p.white_txt_sp a {
    color: #fff !important;
  }
}
.pan3 li h4 {
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px !important;
  background: #0057b8;
  border-radius: 50px;
  padding: 5px 0;
  text-align: center;
}
.pan3 li p {
  text-align: center;
  padding: 0;
  color: #424242;
}
.pan3 li p.naisen {
  font-size: 14px !important;
}
.pan3 li p span {
  font-size: 34px;
  font-weight: 900;
}
.plan_pad {
  padding: 30px 0;
}
.tsuikakinou {
  border: 1px solid #333;
}
.tsuikakinou tr {
  border: 1px solid #333;
}
.tsuikakinou td {
  border: 1px solid #333;
}
/*-----------------------------------------------#sec01_2(入社手続き（採用管理と雇用契約）の画面)*/
#sec01_2 {
  background: #f0f8ff;
}

.fn_list{
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
}
.fn_list li{
 width: 48%;
}
.fn_list li{
 margin-bottom: 50px;
}

.fn_list li figure img{
 width: 80%;
 height: auto;
}

@media print, screen and (min-width:992px){
 .fn_list li{
 width: 22%;
}
 
}
/*-----------------------------------------------recruit.cssと同義の記述*/
/*---------------------------------------------------Common*/
.img-fluid {
  max-width: 100%;
  height: auto;
}
/*---------------------------------------------------Content*/
#sec01 .cts_p {
  margin-bottom: 2em;
}
.box_wrap {
  background: #f6f6f6;
  padding: 0 15px 20px;
  margin-bottom: 40px;
}
.box_wrap .tx_box {
  padding: 40px 0 20px;
}
.box_wrap .tx_box .box_tit {
  color: #003da6;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
}
.box_wrap .tx_box .box_tit .subti {
  display: block;
  width: max-content;
  border: 1px solid #3099D3;
  color: #3099D3;
  font-size: 0.8em;
  padding: 0.2em 0.5em 0;
  line-height: 1.6;
  margin-bottom: 0.2em;
  background: #fff;
}
.box_wrap .tx_box .box_tit span {
  font-size: 60px;
  position: absolute;
  left: 0;
  top: -110px;
}
.box_wrap .tx_box .box_tit strong {
  background: linear-gradient(transparent 60%, #b4ddff 60%);
}
.box_wrap .tx_box p {
  text-align: left;
}
.box_wrap .tx_box p strong {
  color: #c2151e;
}
.box_wrap figure img {
  border-radius: 10px;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 0px 0px 1px rgb(10 10 10 / 2%);
}
@media print, screen and (min-width: 768px) {
  .box_wrap {
    padding: 0;
  }
  .box_wrap:nth-of-type(2n + 1) {
    margin: 100px 0 100px 40px;
  }
  .box_wrap:nth-of-type(2n) {
    margin: 100px 40px 100px 0;
  }
  .box_wrap .box_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
  }
  .box_wrap:nth-of-type(2n + 1) .box_inner {
    flex-direction: row-reverse;
  }
  .box_wrap:nth-of-type(2n) .box_inner {
    flex-direction: row;
  }
  .box_wrap:nth-of-type(2n + 1) .tx_box {
    padding: 40px 20px 40px 0;
  }
  .box_wrap:nth-of-type(2n) .tx_box {
    padding: 40px 0 40px 20px;
  }
  .box_wrap .tx_box .box_tit {
    font-size: 20px;
  }
  .box_wrap .tx_box .box_tit span {
    font-size: 60px;
    right: auto;
    top: -50px;
  }
  .box_wrap .tx_box {
    width: 50%;
  }
  .box_wrap figure {
    width: 50%;
    position: relative;
    top: -40px;
  }
  .box_wrap:nth-of-type(2n + 1) figure {
    left: -40px;
  }
  .box_wrap:nth-of-type(2n) figure {
    right: -40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box_wrap .tx_box {
    width: calc(100% - 600px);
  }
  .box_wrap .tx_box .box_tit {
    font-size: 22px;
  }
  .box_wrap .tx_box .box_tit span {
    top: -120px;
  }
  .box_wrap figure {
    width: 600px;
    top: -40px;
  }
}
.btn a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #003da6;
  border-radius: 50px;
  padding: 10px 40px;
  transition: 0.4s;
}
.btn a:hover {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn a {
    font-size: 20px;
    padding: 15px 120px;
  }
}

#security{
 background: #f0f8ff;
}
#security ul li{
 background: #fff;
 padding: 40px 20px 30px;
}
#security ul li:not(:last-child){
 margin-bottom: 30px;
}

#security ul li h3{
 position: relative;
 font-size: 26px;
 font-weight: bold;
 color: #003da6;
 margin-bottom: 30px;
 z-index: 1;
}

#security ul li h3::before{
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 width: 80px; 
 height: 80px;
 border-radius: 100px;
 background: #f0f8ff;
}

@media screen and (min-width:768px){
 #security ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
 }
 #security ul li{
  width: 30%;
 }
 #security ul li:not(:last-child){
 margin-bottom: 0;
}
}





