@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}

.for-pc { display:block; }
.for-sp { display:none; 
 background-color: #FFF;}

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
}

body{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic" , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; sans-serif;
 font-size: 11pt;
 color: #323232;
 letter-spacing: 1px;
 background-color: #20c6ed;
} 

img.title {
 width : 70% ;
  max-width: 500px;
}

img.icon {
 width: 20px;
}

span.at{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic" , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; sans-serif;
 font-size: 9pt;
 color: #323232;
 letter-spacing: 1px;
} 

p{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic" , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; sans-serif;
 font-size: 11pt;
 color: #323232;
 letter-spacing: 0px;
} 

div.box {
margin: 30px auto;
width:70%;
padding:30px;
background-color:#FFF;
border: 2px solid #FFF;
border-radius: 10px;
 color: #323232;
 letter-spacing: 2px;
}


a.car
 {
  padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #25456a 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  color:#12b9e0;
  text-decoration: none;
    padding-bottom: 1px;
    border-bottom: dotted 2px #25456a;
}

a:hover {
  background-position: -100% 0;
  color: #fff;
  text-decoration: none;
}


table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

td.qa{
 font-size: 18pt;
 color: #000;
 font-weight:700;
}