@charset "UTF-8";

.btn_link {width:80%; max-width:400px; margin:2em auto 0 auto;}
.btn_link a {display:block; padding:0.5em 0; background:#0347a3; color:#fff; text-align:center; text-decoration:none;}

h3 + p {margin-top:0.5em;}

/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){
  
  .contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:1em; background:url(../../common/images/bg_mimg.jpg) center center no-repeat; background-size:cover; border:1px solid #eee; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
  .contents > .ptxt:nth-child(1) p {margin-top:0; font-size:90%;}
  .contents > .ptxt:nth-child(1) span {display:block; padding-bottom:0.4em; color:#0347a3; font-size:120%; font-weight:700;}
  
  ul.service_menu {}
  ul.service_menu li {width:100%;}
  ul.service_menu li a {display:block; margin-bottom:5px; padding:0.7em 1em; border:2px solid #0347a3; color:#0347a3; text-decoration:none;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
 
  .contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:1.5em; background:url(../../common/images/bg_mimg.jpg) center center no-repeat; background-size:cover; border:1px solid #eee; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
  .contents > .ptxt:nth-child(1) p {margin-top:0; text-align:center;}
  .contents > .ptxt:nth-child(1) span {display:block; padding-bottom:0.4em; color:#0347a3; font-size:130%; font-weight:700;}
  
  ul.service_menu {display:flex; justify-content:space-between;}
  ul.service_menu li {width:49.5%;}
  ul.service_menu li a {display:block; margin-bottom:5px; padding:0.7em 1em; border:2px solid #0347a3; color:#0347a3; text-decoration:none;}
  
  .btn_link a {transition:0.3s;}
  .btn_link a:hover {opacity:0.8;}
  
  .area2 .ptxt .fleft {width:32%;}
  .area2 .ptxt .fright {width:63%;}

}


