@charset "utf-8";

/*
*
* トップページの調整　18.12.21更新
*
*/


/* .p-front-heading */
.p-front-heading{
  text-align: left;
  margin-top: 20px;
}

.p-front-heading .p-front-heading__content{
  margin-left: 40px;
  margin-right: 40px;
}

.p-front-heading .p-front-heading__title{
  font-size: 24px;
  text-align: left;
}

.p-front-heading .p-front-heading__title >span{
  color: #af1d22;
}

.p-front-heading .p-front-heading__catch{
  margin-top: 5px;
}

.p-front-heading .p-front-heading__text{
  margin-top: 10px;
}

.p-front-heading .p-front-heading__img{
  text-align: center;
}



/* .p-front-point */
.p-front-point{
  width: 650px;
  margin: 40px auto 0;
}

.p-front-point .p-front-point__inner{
  display: table;
}

.p-front-point .p-front-point__item{
  display: table-cell;
  width: 217px;
}

.p-front-point .p-front-point__item:nth-of-type(2) .p-front-point__heading p,
.p-front-point .p-front-point__item:nth-of-type(2) .p-front-point__content{
  margin-top: -5px;
}

.p-front-point .p-front-point__heading{}

.p-front-point .p-front-point__heading .p-front-point__heading--img{
  height: 110px;
}

.p-front-point .p-front-point__heading > p{
  font-size: 18px;
  color: #af1d22;
}

.p-front-point .p-front-point__heading > p > span{
  font-size: 24px;
}

.p-front-point .p-front-point__content{
  padding: 30px 20px 0;
  text-align: left;
}

.p-front-point .p-front-point__content > ul{
  list-style: none;
  padding: 0;
}



/* .p-front-service */
.p-front-service{
  margin-top: 55px;
}

.p-front-service .p-front-service__inner{
  display: table;
  width: 640px;
  margin: 0 auto;
}

.p-front-service .p-front-service__content{
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.p-front-service .p-front-service__content h3{
  margin: 0;
  font-size: 24px;
  color: #af1d22;
}

.p-front-service .p-front-service__content ul{
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.p-front-service .p-front-service__content ul li{
  margin-bottom: 18px;
}

.p-front-service .p-front-service__content ul li h4{
  font-size: 18px;
}

.p-front-service .p-front-service__content ul li p{}

.p-front-service .p-front-service__img{
  display: table-cell;
  vertical-align: top;
}



/* .p-front-other */
.p-front-other{
  margin-top: 30px;
  text-align: left;
}

.p-front-other .p-front-other__inner{
  width: 650px;
  margin: 0 auto;
}

.p-front-other .p-front-other__inner h3{
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  font-size: 24px;
  color: #fff;
  background-color: #af1d22;
}

.p-front-other .p-front-other__inner ul{
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.p-front-other .p-front-other__inner ul li{
  padding: 7px 0;
  border-bottom: 1px solid #888888;
}

.p-front-other .p-front-other__inner span{
  display: inline-block;
  margin-top: 5px;
  font-size: 10px;
}





