.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
}

@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
}
}

/* 下向き三角 */
.triangle{
  border-top: 30px solid #ef4565;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

/* 蛍光ペン */
.u_yel {
	background: linear-gradient(transparent 50%, #fff880 50%);
	display: inline;
	padding: 0 1px 0px;
}

/* ホバー動くボタン */
.fbtn-box{
	height:100px;
	margin-bottom:3em;
}
	
.fbtn{
    margin: 0 auto;
	width:80%;
    height:80px;
    line-height:80px;
	display: inline-block;
}
.fbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#6246ea;
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    box-shadow:5px 5px 0px 0px #48413e ;
}
.fbtn a:hover{
    background:#6246ea;
    color:#fff;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}

/* 背景色 */
.bg-yel {
	background-color:#feffea;
}

.bg-dyel {
	background-color:#f6f184;
}

.bg-grey {
	background-color:#e1ded7;
}

.bg-pur {
	background-color:#edeeff;
}

.bg-ora {
	background-color:#f9d0ba;
}

.bg-lblue {
	background-color:#e5ecf8;
}

.bg-lave {
	background-color:#efeff9;
}


/* 文字サイズ */
.fs-s {
	font-size:small;
	line-height:1.2em;
}

/* 背景画像 */
.bgimg {
    
	background-color:#f1eee8;
}


/* 見出し付きボックス */
.mbox{
  background: #edeeff;
  position: relative;
}
.mbox .title{
  background: #6247ea;
  color: #FFF;
  margin: 0;
  display: inline-block;
  padding: .3em 2em .3em 2em;
  position:absolute;
  top:-1em;
}
.mbox .inner{
  padding: .5em;
}

/* テーブル横スクロールバー */
.table_wrap { 
  overflow-x: scroll; 
} 
.table_wrap::-webkit-scrollbar { 
  height: 10px; 
} 
.result_table_wrap::-webkit-scrollbar-track { 
  margin: 0 2px; 
  background: #ccc; 
  border-radius: 5px; 
} 
.result_table_wrap::-webkit-scrollbar-thumb { 
  border-radius: 5px; background: #666; 
}

/* 活用例リスト */
.katu ul {
  border: solid 2px #e45858;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
.katu ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #e45858;
  list-style-type: none!important;
}
.katu ul li:last-of-type {
  border-bottom: none;
}
.katu ul li:before {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #e45858;
}
.katu ul li:after {
  /*タイトルタブ*/
  background: #e45858;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "活用例";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}


/* チェックマーク */
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #6246ea;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	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%;
}

/*! 補足付きボタン */

.btn1,
a.btn1,
button.btn1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  width: 90%;
  font-size: 1.7rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 1.2rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

/*! ▷ */

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #006fc9;
  border-bottom: 0;
}