@charset "UTF-8";

.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.service{
  max-width: 1024px;
  margin: auto;
  padding-top: 100px;
}
.p_title {
    font-size: 2.4rem;
    padding-bottom: 22px;
    color: #0980D5;
    border-bottom: 2px rgba(9, 128, 213, .5) solid;
}
.service_inner{
  max-width: 658px;
  margin: auto;
  background: #F5F5F5;
  padding: 30px 0 20px;
  margin-top: 40px;
}
.service_inner li{
  list-style: disc;
  margin: auto;
  max-width: 480px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  color: #2EB5E9;
}
.service_inner p{
  color: #000;
}

.img_flex{
  display: flex;
  justify-content: space-between;
  margin: 60px auto 80px;
}
/*content*/
.cont_card {
    background: #E9F8FD;
    padding: 45px 0;
    box-sizing: border-box;
}
.cont_inner {
    max-width: 960px;
    margin: auto;
    width: 100%;
}
.cont_midashi {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #F44D40;
}
.cont_flex {
    display: flex;
    justify-content: space-between;
  align-items: center;
}

.cont_text {
    max-width: 415px;
    width: 100%;
    text-align: justify;
}



/*bot_nav*/
.bot_nav {
    padding: 50px 0;
  background: #E9F8FD;
}
.bot_nav_list {
    max-width: 783px;
    width: 100%;
    display: flex;
    margin: auto ;
    flex-wrap: wrap;
}
.bot_nav_item {
    margin: 10px;
}
.bot_nav_item a {
    display: block;
    position: relative;
}
.bot_nav_name{
    background: rgba(9, 128, 213, .75);
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
.sec_title {
    max-width: 90%;
    margin: auto;
}
.intro_flex {
    flex-direction: column;
    align-items: center;
}
  
.service {
    max-width: 90%;
    padding-top: 50px;
}
.service_inner li {
    max-width: 85%;
    position: relative;
    left: 20px;
}

.img_flex {
    flex-wrap: wrap;
    margin: 60px auto 30px;
  justify-content: center;
}
.img_flex li{
  padding-bottom: 25px;
}
.cont_flex,
.cont_flex.rev {
    flex-direction: column-reverse;
    align-items: center;
  max-width: 90%;
    margin: auto;
}
.cont_flex.rev {
    flex-direction: column;
    align-items: center;
}
.bot_nav_item {
    max-width: calc(50% - 10px);
    margin: 5px;
}
.bot_nav_name {
    padding: 5px 0;
    font-size: 1.4rem;
}
}
