div.container-m {
  margin-top: 50px;
  margin-bottom: 50px;
}

img {
   max-width: 100% !important;  /* 横幅に合わせて自動縮小するが、拡大はしない */　
}

/* 背景色 */
.bg-grey {
	background-color: #e0dae2;
}

.bg-bgrey {
	background-color: #9f9f98;
}

.bg-lgreen {
	background-color: #E7F1D6;
}

.bg-lyel {
	background-color: #F2ECEA;
}

.bg-orange {
	background-color: #FF9A02;
}

.bg-s {
  box-shadow: 6px 6px #489678;
}

.bg-gra {
  width: 100%;
  background: linear-gradient(to right, #2af598 0%, #009efd 100%);
}

/* テキストカラー */
.text-g {
	color:#009286;
}
.text-y {
	color:#ffff00;
}

.mk {
  background:linear-gradient(transparent 75%, #c1ffff 75%);

}

/* 
.mk:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
	background:linear-gradient(transparent 75%, #c1ffff 75%);
テキストカラー
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
 */ 
 


h2 {
  position: relative;
  padding: 1rem .5rem;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  border-bottom: solid 5px #9bc5c3;
  }
 
.h5u{
  border-bottom: 3px solid #489678;
  font-weight:bold;
}

.h2o{
  border-bottom: 5px solid #d3381c;
  font-weight:bold;
  font-size: 1.5em;
}

/* 黒文字に白のふちどり */
.fuchi {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* リンクのアンダーライン */
.text-underline-hover {
    text-decoration: none;
}
.text-underline-hover:hover {
    text-decoration: underline;
}

/* チェックマーク付きリスト */
.listc ul {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
  text-align:center;
}
.listc ul {
	display: inline-block;
}
.listc ul li {
  position:relative;
  padding: 0 0 0.3em 2em;
  line-height: 1.5;
	text-align: left;}
.listc ul li:after, .listc ul li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#ee8992; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.listc ul li:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 吹き出し本体 */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #d7f8f3;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #d7f8f3;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
/* QA */
.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #f8f9fa;
text-indent: -25px;
}
.qaContainer dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
	color: #336699;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
	content: "A.";
	color: #CC6666;
	font-weight: bold;
	margin-right: 7px;
}

/* ホバー動くボタン */
.hw {
	height:100px;
}
.hw a:hover img {
  margin-top:3px;
}

/* ホバー動くボタン小 */
.hws {
	height:70px;
}
.hws a:hover img {
  margin-top:3px;
}

/* ボタン */
.button03 a {
  display: block;
  text-align:center;
  margin: auto;
  padding: 0.5em;
  width: 200px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #333333;
  text-decoration: none;
}

.button03 a:hover {
  color: #fa5800;
  text-decoration: none;
  border: 2px solid #fa5800;
}


/* point */

.k-box {
  padding: 10px 0px;
}

.k-box .box-part {
  background: #FFF;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 10px 0px;
  background-color: #f4f4f4;
}

.k-box .text {
  margin: 20px 0px;
}

.k-box .txt {
	display:inline-block !important;
}

.k-box .fa {
  color: #4183D7;
}

/* 角丸カード */
.mcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 3rem;
}

.mcard img{
  border-radius: 3rem 3rem 0 0;
  overflow:hidden;
}

/* カードのマウスオーバー効果 */
.card-box .mcard {
    transition:background-color 0.3s;
}
 
.card-box .mcard:hover {
      transform: scale(1.03, 1.03);
}


/* フッターのリスト */
.list-unstyled {
  padding-left: 0;
  list-style: none;
  font-size:1vw;
}


.txtl {
    display: inline-block;
    text-align: left;
}
