@charset "UTF-8";

.gm,
.gm2 {margin-top:1em;}



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

@media screen and (max-width:900px){
  
  .border_box {padding:1.2em; border:2px solid #80cafd; border-radius:0.5em;}
 
  .area1 img {margin-top:1em !important;}
  .area2 .fright {margin:1em auto 0 auto;}
  .area2 .fleft {width:60%;}

  table.profile {width:100%; border-top:1px solid #7f7f7f;}
  table.profile th {width:40%; padding:0.5em 1em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1em; border:1px solid #ddd;}
  table.profile tr:nth-child(even) th,
  table.profile tr:nth-child(even) td {background:#fafafa;}

}



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

@media screen and (min-width:901px) {
  
  .border_box {padding:1.5em 2em; border:3px solid #80cafd; border-radius:0.5em; font-size:115%; font-weight:600; text-align:center;}
 
  .area1 img {margin-top:2em !important;}
  .area2 .ptxt {align-items:center;}
  .area2 .fleft {width:28% !important;}
  .area2 .fright {width:67% !important;}

  table.profile {width:100%; border-top:1px solid #7f7f7f;}
  table.profile th {width:32%; padding:0.5em 0.5em 0.5em 1.5em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1.5em 0.5em 1.5em; border:1px solid #ddd;}
  table.profile tr:nth-child(even) th,
  table.profile tr:nth-child(even) td {background:#fafafa;}

}


