@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:6.5em; padding:0.5em 1em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1em; border:1px solid #ddd; line-height:1.6;}
  table.profile tr:nth-child(even) th,
  table.profile tr:nth-child(even) td {background:#fafafa;}
 
  table dl {}
  table dl dt {line-height:1.6;}
  table dl dd {padding:0 0 0.5em 0; line-height:1.6;}

}



/*********************************
 * 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 {}
  .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;}
  
  table dl {display:flex; justify-content:space-between; flex-wrap:wrap;}
  table dl dt {width:6em;}
  table dl dd {width:calc(100% - 6em);}

}


