.page1{}
.page1 .sub{padding-bottom:0;}
.page1 .sub_tit{padding-bottom:50px;}
.page1 img{width:100%;}
.page1 p{    font-size: 18px;
    text-align: left;
    padding: 70px 70px 150px 70px;
    line-height: 36px;
    background-color: #fff;
    position: relative;
    top: -50px;
    width: 1000px;
    margin: 0 auto;
    border-top: 5px solid #4284b8;
    background-image: url(../page1/images/symbol_1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 370px;}
.page1 span{font-size:28px;font-weight:700;line-height:42px;display:block;padding-bottom:30px;border-bottom:1px solid #e4e4e4;margin-bottom:30px;}

.mb_show{display:none;}

@media screen and ( max-width:799px){
  .mb_show{display:block}
  .pc_show{display:none;}
  .page1 .sub{padding-bottom:80px;}
  .page1 p{width:100%;padding:30px 20px;font-size:15px;top:0;background-size:250px;background-position:center;}
  .page1 span{font-size:20px;line-height:34px;}
  

  
}
 