@charset "UTF-8";

@import url(base.css);
@import url(bootstrap-grid.min.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap');

section{
 width: inherit;
 margin: inherit;
 padding: 50px 0;
 color: inherit;
}

.section_inner{
 width: 90%;
 max-width: 1280px;
 padding: 0;
 margin: 0 auto;
}

.pankuzu{
 display: block;
 max-width: inherit;
 width: inherit;
 margin: inherit;
 font-size: 12px;
 text-align: left;
 margin-bottom: 3px;
 margin-top: 10px;
}

.pankuzu a{
 display: inline-block;
 color: #226ee8;
}

@media print, screen and (min-width:768px){
 
} 

[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
[id^="sec_"] h5 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}

.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
 text-decoration: none;
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}

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 .section_inner {
  height: 100%;
}
#pagetitle_mot.id_card .section_inner ul.row {
 position: relative;
 z-index: 1;
  height: 100%;
}
#pagetitle_mot.id_card .section_inner ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pagetitle_mot.id_card .section_inner ul.row > li:nth-child(1){
 margin: 0 0 30px 0;
}
#pagetitle_mot.id_card .section_inner ul.row > li figure img{
 width: 100%;
 height: auto;
}
#pagetitle_mot.id_card h2 {
 text-align: center;
  color: #003DA6;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
}
#pagetitle_mot.id_card h1 {
 text-align: center;
  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 .section_inner ul.row{
  display: flex;
  justify-content: center;
  align-items: center;
 }
 #pagetitle_mot.id_card .section_inner ul.row > li:nth-child(1){
  width: 45%;
 margin: 0 30px 0 0;
}
 #pagetitle_mot.id_card .section_inner ul.row > li:nth-child(2){
  width: 50%;
}
}
/*-----------------------------------------------「メイン画像」リンクボタン*/
#pagetitle_mot.id_card .btn_area {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pagetitle_mot.id_card .btn_area a {
 text-decoration: none;
  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;
}

.tit01{
 text-align: center;
 font-size: 20px;
 font-weight: bold;
}

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


.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{
 list-style: inherit;
 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{
 text-align: center;
}

.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;
}

.section_inner p a[target="_blank"]::before {
  top: 15px !important;
  left: 15px !important;
}
@media print, screen and (min-width:768px) {
  .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;
  }
}

/*-----------------------------------------------#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: -115px;
}
.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: -120px;
  }
  .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;
}
}

ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 45px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}

.art_box {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}

#sec_04 h3:not(.sub_fnctitle), #sec_05 h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}

@media print, screen and (min-width:768px){
 #sec_04 h3:not(.sub_fnctitle), #sec_05 h3:not(.sub_fnctitle){
  font-size: 36px;
 }
}

#sec_04 ul.row > li .tag_wrap {
  border: 1px solid #0660c5;
  border-radius: 6px;
  height: 100%;
  padding: 20px 10px;
}
#sec_04 ul.row > li:nth-child(odd) .tag_wrap {
  border: 1px solid #3366ff;
}
#sec_04 ul.row > li {
  padding: 5px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .tag_wrap {
    padding: 20px 20px 0;
  }
  #sec_04 ul.row > li {
    padding: 15px;
  }
}
#sec_04 ul.row > li .tag_wrap h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
#sec_04 ul.row > li .tag_wrap p {
 text-align: left;
  font-size: 14px;
 margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .tag_wrap p {
    font-size: 16px;
  }
}
#sec_04 ul.row > li:nth-child(odd) .tag_wrap h4 {
  color: #3366ff;
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #dbefff;
}
#sec_05 h5 {
  color: #0660c5;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
#sec_05 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#sec_05 .art_box {
  padding: 35px;
  margin-bottom: 50px;
}

#sec_05 .art_box p{
 margin-bottom: 30px;
}
.link_btn_area2 {
  display: block;
  margin: 0px auto auto;
}
.link_btn_area2 a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area2.in_site a {
  background: #0000ff;
}
.link_btn_area2 a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area2.in_site a:hover {
  border: 2px solid #0000ff;
  color: #0000ff;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area2 a {
    width: 60%;
  }
}




