@charset "utf-8";

/*医療・介護施設向け事業----------------------------*/
.contents {
  margin: 0px auto;
  padding: 30px 10px;
  width: 100%;
  max-width: 1200px;
}
.column {
  max-width: 1070px;
  margin: 0 auto 0;
	padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column .set{
	position: relative;
	width: 47%;
	background-color: #f3f9f1;
	border-radius: 3px;
	padding: 60px 30px 35px 35px;
}
.column .set h3{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 18px;
}
.column .set p{
	line-height: 1.8;
}
.-medical-facilities h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.-medical-facilities h2 span{
	font-size: 2.0rem;
	font-weight: normal;
}
h1 + .box-txt dl{
  overflow: hidden;
}
h1 + .box-txt dl dt {
  width: 70px;
  float: left;
  clear: both;
}
h1 + .box-txt dl dd {
  padding: 0 0 5px 70px;
}
/* introduce */

#introduce h3{
	color: #129eb4;
}
#introduce .set:nth-of-type(1)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_01.png") no-repeat;
  width: 90px;height: 90px;
  background-size: 90px 90px;
}
#introduce .set:nth-of-type(2)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_02.png") no-repeat;
  width: 90px;height: 90px;
  background-size: 90px 90px;
}
/* promotion-support */
#promotion-support h3{
	color: #4a9536;
}
#promotion-support .set:nth-of-type(1)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_03.png") no-repeat;
  width: 170px;height: 90px;
  background-size: 170px 90px;
}
#promotion-support .set:nth-of-type(2)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_04.png") no-repeat;
  width: 90px;height: 90px;
  background-size: 90px 90px;
}
/* coaching */
#coaching h3{
	color: #4384a2;
}
#coaching .set:nth-of-type(1)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_05.png") no-repeat;
  width: 130px;height: 80px;
  background-size: 130px 80px;
}
#coaching .set:nth-of-type(2)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_06.png") no-repeat;
  width: 130px;height: 90px;
  background-size: 130px 90px;
}
/* tourism */
#tourism h3{
	color: #62584c;
}
#tourism .set:nth-of-type(1)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_07.png") no-repeat;
  width: 114px;height: 74px;
  background-size: 114px 74px;
}
#tourism .set:nth-of-type(2)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_08.png") no-repeat;
  width: 82px;height: 56px;
  background-size: 82px 56px;
}

@media screen and (max-width:1220px) {



}

@media screen and (max-width:959px) {
.column .set{
	position: relative;
	width: 100%;
	background-color: #f3f9f1;
	border-radius: 3px;
	margin-bottom: 35px;
	padding: 60px 15px 25px 20px;
}
#promotion-support .set:nth-of-type(1)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_03.png") no-repeat;
  width: 140px;height: 74px;
  background-size: 140px 74px;
}
#promotion-support .set:nth-of-type(2)::after {
  position: absolute;content: "";
  top: -15px;right: 20px;
  margin: 0px 0 0 0;
  background:url("../img/icon_04.png") no-repeat;
  width: 74px;height: 74px;
  background-size: 74px 74px;
}

}
@media screen and (min-width: 960px) {
    .sect {
        padding-bottom: 70px;
    }
}