@charset "utf-8";
/*==========================================================================

   cssを追加する場合は、8行目以降に追記してください
==========================================================================*/
 

.icon {
  /* background-color: skyblue; */
}

#fjtworksp {
 background: #1267b2;
}

.fjt_backg1 {
color: #000000;
background-color: #FFFFBB;
}
 
.fjt_size1 {
    font-size:  20px;    /* 文字サイズ指定 */
   font-weight:bold; 
}
 

div.blocka {
   float: left;
   width: 20%;
}
div.blockc {
   clear: both;
}
hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #cccccc;
height: 1px;
}

.icon img {
  /* border-radius: 20px; */
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: white;
}

.info {
  /* background-color: tomato; */
  margin-left: 32px;
}

.info h1{
font-weight: bold;
font-size: 120px;
}

p.red{
color: red !important;
}

.info p {
  margin: 0;
  margin-bottom: 16px;
}

.info ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  display: flex;
}

.info ul li {
  margin-right: 8px;
}

.works {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.works > h1{
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.works > section {
  margin-bottom: 60px;
}

.works > section > h1 {
  font-weight: normal;
}

.works p {
  line-height: 1.8;
}

footer p {
  text-align: center;
  margin-bottom: 60px;
  color: gray;
}
