@charset "UTF-8";

.gm {margin-top:1.5em;}



ul.dot {}
ul.dot li {position:relative; padding:0.1em 0 0.1em 1em;}
ul.dot li::before {position:absolute; display:block; content:"●"; width:1em; height:1em; top:1.2em; left:0; color:#78c8e6; font-size:50%;}


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

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

  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;}

  table.profile2 {width:100%; border-top:1px solid #7f7f7f;}
  table.profile2 th {width:50%; padding:0.5em 1em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.profile2 td {padding:0.5em 1em; border:1px solid #ddd; text-align:center;}
  table.profile2 tr:nth-child(even) th,
	table.profile2 tr:nth-child(even) td {background:#fafafa;}
  table.profile2 thead th,
  table.profile2 thead td {background:#78c8e6; color:#fff; font-weight:700;}
  
  .srp {width:40%; max-width:200px; margin:1rem auto 0 auto;}

}



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

@media screen and (min-width:901px) {
  
  .area2 .ptxt {}
  .area2 .ptxt .fleft {width:28%;}
  .area2 .ptxt .fright {width:67%;}

  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;}

  table.profile2 {width:100%; border-top:1px solid #7f7f7f;}
  table.profile2 th {width:50%; padding:0.5em 0.5em 0.5em 1.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.profile2 td {padding:0.5em 1.5em 0.5em 1.5em; border:1px solid #ddd; text-align:center;}
  table.profile2 tr:nth-child(even) th,
	table.profile2 tr:nth-child(even) td {background:#fafafa;}
  table.profile2 thead th,
  table.profile2 thead td {background:#78c8e6; color:#fff; font-weight:700;}
  
  .srp {width:40%; max-width:200px; margin:1.5rem 0 0 0;}

}


