
footer{
background-color: #3674b7;
margin-top: 25px;
}

.footer_btn_area{
    display:flex;
    list-style:none;
    margin: 0 auto;
    padding: 30px 0 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    width:98%;
}

.mtb10 {
    margin: 10px 0;
    max-width:49%;
}

.mtb10 img{
   width: 100%;
}


.f_all_link{
    width:74%;
    float:right;
    justify-content: space-between;
}

.s1_item{
    display: table;
}

.f_link_s1{
    max-width:100%;
}

.s1_item_left, .s1_item_right{
    padding-right: 25px;
    display: table-cell;
}


.f_link_s2, .f_link_s3{
    max-width:100%;
}

a.mark-logo-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
}

.pmark{
  position: relative;
}


.useful_title{
  font-size: 45px;
  color: #458be0;
  font-weight: bold;
  text-align: center;
  width:100%;
  margin: 50px auto 5px;
}


.useful_content_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    align-content: flex-start;
}

.useful_content_img {
    margin: 0;
    text-align: left;
    border: 1px solid #dcdcdc;
    height:auto;
}


.useful_content_item {
  width: 24.2%;
  display: flex;
}

.post-line8-p {
    font-size: 12.2px;
    padding: 8px 10px;
    height: auto;
}


.useful_area{
  border-top: 1px solid #e7e7e7;
  margin-top: 70px;
}


.details_btn_area {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


.details_btn {
    width: 100%;
    max-width: 350px;
    background-color: #2d89ef;
    text-align: center;
    color: #ffffff;
    height: 64px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

.details_btn a {
    color: #ffffff;
    display: flex;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.funcBottom_i_title{
	margin-top: 40px;
}


.func_bottom_interview{
	width: 100%;
	margin: 0 auto;
}


.bottom_navi_title {
    font-size: 19px;
    color: #333333;
    line-height: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 8px;
    margin-top: 40px;
}

.bottom_navi{
	width: 100%;
  margin: 0 auto;
  padding-top: 0;
  border-top: 1px dotted #cccccc;
  margin-top: 40px;
}




.bottom_navi_menu{
	width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
		background-color: #c2d0df;
	}



  	.aws_partner {
  	    border: 1px solid #e0e0e0;
  	    background: #f9f9f9;
  	    padding: 15px;
  			width: 100%;
  			margin: 0 auto;
  			box-sizing: border-box;
  	}

  	.aws_right_area {
      width: 87%;
      font-size: 15px;
      line-height: 17pt;
  }



  .menuList{
    width: 33.33%;
    background: #eaf4ff;
    padding: 15px;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #c2d0df;
  }



  .menuList:nth-child(1) {
      border-right: none;
      border-bottom: none;
  }
  .menuList:nth-child(2){
  	border-right: none;
  	border-bottom: none;
  }

  .menuList:nth-child(3){
  	border-bottom: none;

  }

  .menuList:nth-child(4){
  border-right: none;
  }

  .menuList:nth-child(5){
  border-right: none;
  }

  .menuList:nth-child(6){

  }

  .menuList:nth-child(7),
  .menuList:nth-child(8) {
      border-top: none;
      border-right: none;
  }

  .menuList:nth-child(9){
  	    border-top: none;
        border-right: none;
  }



@media screen and (max-width: 1024px) {


/* shutto デザイン start*/

footer{
    background-color: #3674b7;
    margin-top: 0;
    }


.arrow_icon{
    width: 8px;
    float: right;
    padding-right: 15px;
    opacity: 0.8;
    padding-top: 8px;

}

.sp_f_li{
    padding: 15px 0px 15px 25px;
    border: 1px solid #CCCCCC;
    border-width: 0 0 1px 0;
}
.sp_f_li_n{
    padding: 15px 0px 15px 20px;
    border: 1px solid #CCCCCC;
    border-width: 0 0 1px 0;
}

.footer_link{
    padding: 0.25em 0 0.25em 0;
    position: relative;
    display: block;
    color: inherit;
    text-decoration: inherit;
}

/* shutto デザイン end*/


    .footer_btn_area{
        padding: 15px 0;
    }

    .f_all_link{
        width:100%;
        justify-content: flex-start;
    }

    .s1_item_left {
        margin-right: 3em;
    }

    .f_link_s1{
        max-width:100%;
    }

    .f_link_s2, .f_link_s3{
        max-width:100%;
    }

    .f_link_s2{
        margin-right:3vw;
    }

}





@media screen and (max-width: 768px) {

    .s1_item_left {
        margin-right: 0;
    }

    .f_link_s1{
        max-width:100%;
    }

    .f_link_s2, .f_link_s3{
        max-width:100%;
    }

    #banner{
        display: none !important;
    }

}


@media screen and (max-width: 480px) {


.mtb10 {
  margin: 3px 0;
  max-width: 100%;
}

.useful_content_item {
  width: 49.2%;
}


.useful_area{
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
}

.useful_title {
    font-size: 3rem;
    margin: 40px auto 5px;
}

.footer_interview_btn img{
  width:100%;
}


.aws_partner{
    width: 100%;
}

.menuList{
  width: 50%;
  border: 1px solid #c2d0df;
  text-indent: 0;
  padding-left: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menuList:nth-child(2),
.menuList:nth-child(4)  {
    border-right: 1px solid #c2d0df;
    border-bottom: none;
}

.menuList:nth-child(3) {
    border-bottom: none;
    border-right: none;
}

.menuList:nth-child(6){
      border-right: 1px solid #c2d0df;
}

.menuList:nth-child(8){
   border-right: 1px solid #c2d0df;
}

.menuList:nth-child(9){
border-right: none;
}

.bottom_navi_menu {
    background-color: #d6e1ed;
}

.bottom_navi {
    width: 100%;
}




}


@media screen and (max-width: 380px) {

    .s1_item_left{
        padding-right: 10px;

    }

    .s1_item_right{
        padding-right: 0;
    }

}
