@charset "UTF-8";

.gm {margin-top:1em;}


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

@media screen and (max-width:900px){

 .area2 .ptxt .fleft {width:60%;}
  
 table.profile {width:100%; border-top:1px solid #7f7f7f;}
 table.profile th {width:30%; 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;}
 
 main dl {}
 main dl dt {font-weight:700;}
 main dl dd {padding:0.3em 0 1em 0;}

}



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

@media screen and (min-width:901px) {
 .outline,
 .outline * {text-align:center;}

 table.profile {width:100%; border-top:1px solid #7f7f7f;}
 table.profile th {width:30%; padding:0.5em 0.5em 0 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;}
 
 main dl {display:flex; flex-wrap:wrap; justify-content:space-between;}
 main dl dt {width:9em; font-weight:700;}
 main dl dd {width:calc(100% - 9em);}
  


}


