/** 汎用スタイル **/

body {
  color: #4f4f4f;
  line-height: 1.6rem;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}
h2{
	font-weight:bold;
	font-size:200%;
	padding: 0.2em;
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.bg{
    background-color: #e26c07;
}
.under {
	background: linear-gradient(transparent 50%, rgba(255, 124, 42, 0.19) 50%);
	font-weight:bold;
}
.color_m {
	background: linear-gradient(transparent 50%, rgba(91, 42, 255, 0.33) 50%);
	font-weight:bold;
	font-size:24px;
}
.color_w {
	background: linear-gradient(transparent 50%, rgba(149, 255, 42, 0.33) 50%);
	font-weight:bold;
	font-size:24px;
}
.card_line{
      line-height: 2.5rem;
}
.card_line2{
      line-height: 2.rem;
}
.bg_m{
    background-color: rgba(91, 42, 255, 0.08);
}
.bg_w{
    background-color: rgba(149, 255, 42, 0.11);
}
.link{
    color:#ffffff;
}

/** 見出し円 **/
.circle {
  width: 230px;
  height: 230px;
  text-align:center;
  border-radius: 50%;
  background:rgba(255, 124, 42, 0.19);
  border: solid 2px #ffffff;
  font-weight: bold;
  padding: 4rem 2rem;
  margin: 0 auto;
}

/** リストスタイル **/
.num-list li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;  
}
.num-list2 li {
  margin-bottom: 5px;
  position: relative;
  font-size: 1.1rem;
}
.num-list3 li {
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
  font-size: 1.1rem;
}

/** jumbotronの背景に指定画像 **/
.jumbotron {
  background: url('../top.jpg') center no-repeat;
  background-size: cover;
  height: 100%;
min-height: 700px;
}


/** 下側のみが突き出した五角形 **/
.wf-penta {
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}

/** トップへ戻るボタン **/
.wf-gotta-top {
  width: 100px;
  height: 74px;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  opacity: 0.6;
}
