@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. cmnオーバーライド
　02. モジュール

******************************************************************************* */
/* ==

　01. cmnオーバーライド

=============================================================================== */
.cmnRelate01_cm .cmnRelate01_stit {
  position: static;
  line-height: 1;
  margin: 14px 0 0;
  color: #333;
  font-size: 134%;
  transform: none;
  text-align: left;
}

.cmnRelate01_other a {
  padding: 0 0 30px;
}

.cmnRelate01_other .cmnRelate01_stit {
  margin-top: -15px;
}

.cmnRelate01_cm .cmnRelate01_txt,
.cmnRelate01_other .cmnRelate01_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  margin: 0;
  color: #333;
  font-size: 117%;
  font-weight: 500;
}

.cmnRelate01_cm .cmnRelate01_txt::after,
.cmnRelate01_other .cmnRelate01_txt::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0 0 9px;
  background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw02.svg) center center no-repeat;
  background-size: contain;
  vertical-align: -0.35em;
}

/* ****************************************************************************

　02. モジュール

******************************************************************************* */
/* ブロック
------------------------------------------------------------------------------- */
.inBlock01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 3.2%;
  margin: 63px 0 0;
}
.inBlock01_item {
  background-color: #F5F4F0;
  display: flex;
  flex-direction: column;
  padding: 0 0 50px;
  text-align: center;
}
.inBlock01_tit {
  padding-inline: 9.7%;
  font-weight: 700;
  font-size: 250%;
  line-height: 1.6;
  margin: 40px 0 0;
}
.inBlock01_txt {
  padding-inline: 9.7%;
  text-align: left;
  font-size: 134%;
  margin: 20px 0 40px;
}
.inBlock01_btn {
  display: inline-flex;
  justify-content: center;
  color: #CC3B33;
  text-decoration: none;
  border: 1px solid #CC3B33;
  background-color: #fff;
  width: 200px;
  margin: auto auto 0;
  line-height: 1.5;
  padding: 19px 0;
  font-size: 134%;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.3s;
}
.d_hover .inBlock01_btn:hover {
  background-color: #CC3B33;
  color: #fff;
}
