/*--------------------------------------------------------
■ タイトル
--------------------------------------------------------*/
/* 下記は例で書いています！ */
.feature_title_small{
	margin-top:20px;
	margin-bottom:20px;
}
.feature_txt_container {
  max-width: 680px;
  margin: 0 auto;
}
.feature_txt {
  line-height: 1.85;
  margin-bottom: 1.2em;
}

.door_box_content {
  margin-bottom: 60px;
}

h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.icon_check {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M0 11c2.761.575 6.312 1.688 9 3.438 3.157-4.23 8.828-8.187 15-11.438-5.861 5.775-10.711 12.328-14 18.917-2.651-3.766-5.547-7.271-10-10.917z'/></svg>") no-repeat center;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}


.small_font{
	font-size:15px;
}


