@charset "utf-8";
/* お問合せ設定 */

/*　//////////////////////////////////////////////////
　　お問合せ　ここから
//////////////////////////////////////////////////　*/

.ts-i-contents{
  margin: 5px auto;
  width: 900px;
}

.ts-i-contents_s{
  margin: 50px auto 30px;
}

.ts-i-contents1{ 
  width: 45%;
  max-width: 400px;
  min-width: 250px;
  background: #c0153f;
  border: solid 1px #c0153f;
  margin: auto;
}

.ts-i-contents1:hover{
   background: #F86D91;
}

.ts-i-text1{
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}

.ts-i-text2{
  text-align: center;
  padding-bottom: 3%;
  font-size: 16px;
  color: #fff;
}

/*　//////////////////////////////////////////////////
　　お問合せ　ここまで
//////////////////////////////////////////////////　*/