#top-footer .top-footer-item.security
 {
    margin-top: 125px;
}
#section-310 .c-bg-img.c-bg-img--cover.pera1-bg-editable {
height: 600px;
} 
#section-310 .p-main-screen-full-size__inner {
min-height: 0;
}

#section-310 .grid-wrapper {
    max-width: 1200px;
}
#section-312 .pera1-editable {
    border: 2px solid #F5F4F2;
    padding: 15px 22px;
    border-radius: 6px;
    background: #F5F4F2;
}
#section-314 [data-structure="m-card"] {
    border: 1px solid #F5F4F2;
        padding: 15px 22px;
    border-radius: 6px;
        height: 100%;
    background: #ebf3ff;
}
#section-314 .c-inner.c-inner--lg.c-inner--vertical,
#section-312 .c-inner.c-inner--lg.c-inner--vertical
{
padding: 0;
}
#section-312 .u-mbmd.col-xs-12.col-sm-4.col-md-3.pera1-removable {
margin: 0;
}
#section-468 [data-custom-pc-fontsize="36px"] {
    font-size: 36px !important;
background:linear-gradient(transparent 70%,#ffa50080 60%);
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.row-item-gutter--lg > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}
#section-321 .c-inner.c-inner--lg.c-inner--vertical {
padding: 0;
}
#section-321 .u-mbmd {
    margin-bottom: 0;
}


#section-310 .grid-wrapper {
    max-width: 1200px;
}
#section-310 .col-sm-6 {
        flex-basis: 100%;
    max-width: 100%;
    }
#section-310 .c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button {
    min-width: 24%;
}



/* フッター */
#top-footer .link {
margin-left: 20px;
}
#top-footer .top-footer-item a {
color: #fff;
}
#top-footer .top-footer-item a:hover {
color: #777;
}
#top-footer .top-footer-tell {
    font-size: 40px;
    font-weight: bold;
   margin: 0 0 10px !important;
    padding: 0;
    line-height: normal;
    display: block;
}
#footer_menu ul {
  background: #009da8;
}
#footer_menu ul a {
  color: #fff;
}
#top-footer {
  background: #464343;
  padding: 60px 30px 30px;
}
#top-footer .top-footer-wrap {
  max-width: 1000px;
  margin: auto;
  display: flex;
  color: #fff;
  justify-content: center;
  line-height: 2;
}
#top-footer .top-footer-item {
  width: 50%;
        margin-left: 20px;
}

#top-footer .section-title {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  font-size: 60px;
  font-family: 'Segoe UI Black','Arial Black',sans-serif;
  display: flex;
  line-height: 1;
}
#top-footer .sub-title {
  color: #fff;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
}
#top-footer .top-footer-item h4 {
  font-size: 25px;
        margin-top: 26px;
}
#top-footer .top-footer-link {
  overflow: hidden;
  display: block;
  height: 70px;
    line-height: 67px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border: 3px solid #fff;/* ボーダーの色と太さ */
  padding: 0 30px;
  outline: none;
  transition: ease .2s;
  background: #fff;
  box-shadow: none;
  width: 341px;
}
#top-footer .top-footer-link:hover {
background: #464343;
}
#top-footer .top-footer-link span {
  color: #464343 !important;
}
#top-footer .top-footer-link a {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top-footer-link::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top:42%;
  right: 22px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #464343;
  border-right: 2px solid #464343;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
.top-footer-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#464343;/*背景色*/
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.service-link.top-footer-link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
}
#top-footer .top-footer-link:hover span {
  color: #fff !important;
}
#top-footer .top-footer-tell {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#top-footer .top-footer-dis {
  border: 2px solid #fff;
  text-align: center;
    width: 343px;
}
[data-structure^=b-html-code] img, [data-structure^=b-html-code] iframe {
    max-width: 300px;
}
.copy {
color: #fff;
    text-align: center;
    margin-top: 50px;
}
.btn {
background: #fff;
    padding: 10px;
    border-radius: 4px;
}
#top-footer .sub-title {
    color: #fff;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
}
a.pera1-editable,
#section-132 .c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button
{
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgb(0 0 0 / 57%);
    transition: 0.5s;
        border-radius: 6px;
}
a.pera1-editable:hover,
#section-132 .c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button:hover{
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}


@media screen and (max-width: 600px){
            #section-310 .c-bg-img.c-bg-img--cover.pera1-bg-editable {
    height: 500px;    
    }
    
    /* フッター */
  #top-footer .section-title { 
    font-size: 40px;
  }
#top-footer .top-footer-wrap {
  display: block;
}
#top-footer .top-footer-item {
  width: 100%;
        margin-left: 0;
}
#top-footer .top-footer-link {
  margin: 0 0 20px;
  width: auto;
}
#top-footer .top-footer-dis {
  width: 100%;
}
#top-footer .top-footer-tell {
  font-size: 37px;
}
                #top-footer .top-footer-item.security {
        margin: 0 20px;
    }
}