@charset "utf-8";

  
body #mainContent .sTitle {
  font-size:23px;
}
body #mainContent .user {
    color: #4e6a89;
  font-weight:bold;
}

.text {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.b-ttl{
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
}
.b-ttl.color{
  color:#6e7d90;
  font-size:18px;
}
.image{
  margin-top:20px;
}
@media only screen and (max-width: 640px) {
  .b-ttl{
    font-size:15px;
  }
  .b-ttl.color{
    font-size:16px;
  }

}

/* section-01 */
.section-01 {
  margin-bottom: 30px;
}
.clumBox{
  margin:25px 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.section-02 .clumBox li:nth-child(1){
  background: #3d5f83;
}
.section-02 .clumBox li:nth-child(2){
  background: #745089;
}
.section-02 .clumBox li:nth-child(3){
  background: #3e8d82;
}
.section-02 .clumBox li:nth-child(4){
  background: #158f98;
}
.section-02 .clumBox li:nth-child(5){
  background: #629a3a;
}
.section-02 .clumBox li:nth-child(6){
  background: #969149;
}
.section-01 .clumBox li:nth-child(n+2){
  margin-left:20px;
}
.section-02 .clumBox li:nth-child(n+2){
  margin-left:5px;
}
.section-02 .clumBox li:nth-child(n+4){
  margin-top:5px;
}
.section-02 .clumBox li:nth-child(4){
  margin-left:0;
}
.section-02 .clumBox li a img{
  transition:.7s;
}
.section-02 .clumBox li a img{
  opacity:.8;
}
.section-02 .clumBox li a:hover img{
  opacity:1;
}
@media only screen and (max-width: 640px) {
  .clumBox{
    display:block;
  }
  .section-01 .clumBox li:nth-child(n+2){
    margin-left:0;
    margin-top:20px;
  }
  .section-02 .clumBox li:nth-child(n+2){
    margin-left:0;
    margin-top:5px;
  }
}

/* section-03 */
.section-03 .tokuten{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  border:solid 2px #dddddd;
  background:#eeeeee;
}
.section-03 .tokuten:nth-child(n+2){
  margin-top:10px;
}
.section-03 .tokuten dt{
  width:20%;
  color:#4a6d89;
  text-align:center;
  box-sizing:border-box;
}
.section-03 .tokuten dt strong{
  font-size:23px;
  margin-left:5px;
  font-weight:normal;
}
.section-03 .tokuten dd{
  width:80%;
  background:#fff;
  padding:20px 15px;
  box-sizing:border-box;
}
.section-03 .tokuten dd strong{
  font-size:20px;
  color:#c6404f;
  font-weight:normal;
}
.section-03 .tokuten dd .marker{
  font-size:14px;
  background: linear-gradient(transparent 60%, #fff7b6 60%);
}
.section-03 .tokuten dd .btn{
  margin-top:15px; 
}
.section-03 .tokuten dd .btn a{
  color:#fff !important;
  background:#4a6d89;
  font-size:12px;
  padding:7px 10px;
}
@media only screen and (max-width: 640px) {
  .section-03 .tokuten{
    display:block;
  }
  .section-03 .tokuten dt{
    width:100%;
    padding:5px;
  }
  .section-03 .tokuten dd{
    width:100%;
    padding:15px;
  }
  .section-03 .tokuten dt strong,
  .section-03 .tokuten dd strong{
    font-size:18px;
  }

}















