@charset "utf-8";
/* CSS Document */
.serviceBoxWrap{
	margin: auto 3%;
}
.serviceBoxWrap .newnormalbox {
  width: 29%;
  background: #fff;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);
  margin-bottom: 4%;
  position: relative;
}
.serviceBoxWrap .newnormalbox .txtBox {
  padding: 3.5% 7.5% 30%;
}
.ribbon12 {
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 0 30px -50px;
  font-size: 13px;
  color: white;
  background: #a51313;
  z-index: 10;
}
.ribbon12:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #841414;
  z-index: 10;
}
.serviceBoxWrap .newnormalbox .txtBox h3 {
  text-align: center;
  font-weight: 700;
  font-size: 135%;
  color: #004098;
  line-height: 1.2;
  margin-bottom: 1em;
}
.serviceBoxWrap .newnormalbox .txtBox p, .serviceBoxWrap .newnormalbox .txtBox ul.list01 li {
  font-size: 16px;
  line-height: 1.88;
}
.serviceBoxWrap .newnormalbox a.serviceBoxBtn {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: #fff;
  background: #004098;
  width: 70%;
  line-height: 1;
  padding: 16px 0;
  margin: 0 15%;
  font-size: 18px;
  font-weight: 400;
  transition: background 0.25s ease-in-out;
}
.newnormaltxtbox {
  padding-top: 0 !important;
}
.txt01 {
  text-align: center;
  font-size: 150%;
  line-height: 1.7;
  color: #555;
}
@media screen and (max-width: 768px) {
  .txt01 {
    font-size: 75%;
    text-align: left;
  }
  .serviceBoxWrap {
    display: flex;
  }
  .serviceBoxWrap .newnormalbox {
    width: 47%;
  }
  .serviceBoxWrap .newnormalbox .txtBox h3 {
    text-align: left;
  }
  .ribbon12 {
    margin: 0 0 30px -45px;
  }
  .serviceBoxWrap .newnormalbox .txtBox h3 {
    font-size: 118%;
  }
  .serviceBoxWrap .newnormalbox .txtBox p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .serviceBoxWrap {
    display: block;
  }
  .serviceBoxWrap .newnormalbox {
    width: 95%;
  }
  .bl_selectBlock {
    display: none;
  }
  .sp_toggle_ttl {
    width: 90%;
    margin: 5% auto -5%;
    background: #004098;
    text-align: center;
    padding: 2%;
    color: #FFF;
    position: relative;
  }
  .sp_toggle_ttl:after {
    content: "";
    position: absolute;
    right: 4%;
    top: 30%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sp_toggle_ttl.active:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
	.keyword_check{
		margin-right: 5px;
	}	
}