@charset "utf-8";
/*タイトルデザイン01*/
p.titled01 {
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px black;
  /*線の種類（実線） 太さ 色*/
	margin-bottom: 20px!important;
}
h2.titled01 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px black;
  padding: 0;
	margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  /*線の種類（実線） 太さ 色*/
}
h3.titled01 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px black;
  padding: 0;
	margin-bottom: 20px;
  background: transparent;
  /*線の種類（実線） 太さ 色*/
}

/*タイトルデザイン02*/
p.titled02 {
  font-size: 24px!important;
  font-weight: bold;
  color: #6594e0;/*文字色*/
  border-bottom: dashed 2px #6594e0;
  /*線の種類（点線）2px 線色*/
	margin-bottom: 20px!important;
}
h2.titled02 {
  font-size: 24px!important;
  font-weight: bold;
  color: #6594e0;/*文字色*/
  border-bottom: dashed 2px #6594e0;
  padding: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  /*線の種類（点線）2px 線色*/
}
h3.titled02 {
  font-size: 24px!important;
  font-weight: bold;
  color: #6594e0;/*文字色*/
  border-bottom: dashed 2px #6594e0;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
  /*線の種類（点線）2px 線色*/
}

/*タイトルデザイン03*/
p.titled03 {
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: double 5px #FFC778;
  /*線の種類（二重線）太さ 色*/
	margin-bottom: 20px!important;
}
h2.titled03 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: double 5px #FFC778;
  padding: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  /*線の種類（二重線）太さ 色*/
}
h3.titled03 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: double 5px #FFC778;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
  /*線の種類（二重線）太さ 色*/
}

/*タイトルデザイン04*/
p.titled04 {
  font-size: 24px!important;
  font-weight: bold;
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
	margin-bottom: 20px!important;
}
h2.titled04 {
  font-size: 24px!important;
  font-weight: bold;
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h3.titled04 {
  font-size: 24px!important;
  font-weight: bold;
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
  margin-bottom: 20px;
  background: transparent;
}

/*タイトルデザイン05*/
p.titled05 {
  font-size: 24px!important;
  font-weight: bold;
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
	margin-bottom: 20px!important;
}
h2.titled05 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;

}
h3.titled05 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  margin-bottom: 20px;
}

/*タイトルデザイン06*/
p.titled06 {
  font-size: 24px!important;
  font-weight: bold;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
	margin-bottom: 20px!important;
}
h2.titled06 {
  font-size: 24px!important;
  font-weight: bold;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h3.titled06 {
  font-size: 24px!important;
  font-weight: bold;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin-bottom: 20px;
  background: transparent;
}

/*タイトルデザイン07*/
p.titled07 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
	margin-bottom: 20px!important;
}
h2.titled07 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;

}
h3.titled07 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  margin-bottom: 20px;
}

/*タイトルデザイン08*/
p.titled08 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
	margin-bottom: 20px!important;
}
h2.titled08 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled08 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  margin-bottom: 20px;
}

/*タイトルデザイン09*/
p.titled09 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin-bottom: 20px!important;
}
h2.titled09 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled09 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  margin-bottom: 20px;
}

/*タイトルデザイン10*/
p.titled10 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	margin-bottom: 20px!important;
}
h2.titled10 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled10 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom: 20px;
}

/*タイトルデザイン11*/
p.titled11 {
  font-size: 24px!important;
  font-weight: bold;
  padding: 10px 15px;
  margin-left: 2px!important;
  margin-right: 2px!important;
  background: aliceblue;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	margin-bottom: 20px!important;
}
h2.titled11 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: aliceblue;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  margin-bottom: 20px;
  text-shadow:none;
}
h3.titled11 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: aliceblue;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  margin-bottom: 20px;
}

/*タイトルデザイン12*/
p.titled12 {
  font-size: 24px!important;
  font-weight: bold;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width: 100%;
	margin-bottom: 20px!important;
}
p.titled12:before {
  font-size: 24px!important;
  content: '●';
  color: white;
  margin-right: 8px;
}

h2.titled12 {
  font-size: 24px!important;
  font-weight: bold;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width: 100%;
	margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled12:before {
  font-size: 24px!important;
  content: '●';
  color: white;
  margin-right: 8px;
}

h3.titled12 {
  font-size: 24px!important;
  font-weight: bold;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width: 100%;
	margin-bottom: 20px;
}
h3.titled12:before {
  font-size: 24px!important;
  content: '●';
  color: white;
  margin-right: 8px;
}

/*タイトルデザイン13*/
p.titled13 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
	margin-bottom: 30px!important;
}
p.titled13:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

h2.titled13 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin-bottom: 30px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled13:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

h3.titled13 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin-bottom: 30px;
}
h3.titled13:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/*タイトルデザイン14*/
p.titled14 {
  font-size: 24px!important;
  font-weight: bold;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 10px!important;
  margin-left: 5px!important;
  margin-right: 5px!important;
  color: #454545;
	margin-bottom: 30px!important;
}
h2.titled14 {
  font-size: 24px!important;
  font-weight: bold;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 10px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  color: #454545;
  margin-bottom: 30px;
  text-shadow:none;
}
h3.titled14 {
  font-size: 24px!important;
  font-weight: bold;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 10px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  color: #454545;
  margin-bottom: 30px;
}

/*タイトルデザイン15*/
p.titled15 {
  font-size: 24px!important;
  font-weight: bold;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 10px!important;
  margin-left: 5px!important;
  margin-right: 5px!important;
	margin-bottom: 30px!important;
}
h2.titled15 {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 10px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  text-shadow:none;
  margin-bottom: 30px;
}
h3.titled15 {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 10px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  margin-bottom: 30px;
}

/*タイトルデザイン16*/
p.titled16 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 10px!important;
  margin-left: 5px!important;
  margin-right: 5px!important;
	margin-bottom: 30px!important;
  color: #454545;
}
p.titled16:after{
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h2.titled16 {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 10px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  color: #454545;
  margin-bottom: 30px;
  text-shadow:none;
}
h2.titled16:after{
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h3.titled16 {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 10px;
  margin-left: 5px!important;
  margin-right: 5px!important;
  color: #454545;
  margin-bottom: 30px;
}
h3.titled16:after{
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*タイトルデザイン17*/
p.titled17 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 15px!important;
  background: #a6d3c8;
  color: white;
	margin-bottom: 30px!important;
}
p.titled17::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h2.titled17 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 15px;
  background: #a6d3c8;
  color: white;
  margin-bottom: 30px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled17::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h3.titled17 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 15px;
  background: #a6d3c8;
  color: white;
  margin-bottom: 30px;
}
h3.titled17::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/*タイトルデザイン18*/
p.titled18 {
  font-size: 24px!important;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
	margin-bottom: 20px!important;
}
h2.titled18 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  padding: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled18 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  padding: 0;
  margin-bottom: 20px;
}

/*タイトルデザイン19*/
p.titled19 {
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px skyblue;
  position: relative;
	margin-bottom: 20px!important;
}
p.titled19:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

h2.titled19 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px skyblue;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled19:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

h3.titled19 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px skyblue;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
}
h3.titled19:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

/*タイトルデザイン20*/
p.titled20 {
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px #cce4ff;
  position: relative;
	margin-bottom: 20px!important;
}
p.titled20:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

h2.titled20 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled20:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

h3.titled20 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
}
h3.titled20:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

/*タイトルデザイン21*/
p.titled21 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
	margin-bottom: 20px!important;
}
p.titled21:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
p.titled21:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

h2.titled21 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled21:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h2.titled21:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

h3.titled21 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  background: transparent;
  margin-bottom: 20px;
}
h3.titled21:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h3.titled21:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

/*タイトルデザイン22*/
p.titled22 {
  font-size: 24px!important;
  font-weight: bold;
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 10px;
	margin-bottom: 20px!important;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
h2.titled22 {
  font-size: 24px!important;
  font-weight: bold;
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled22 {
  font-size: 24px!important;
  font-weight: bold;
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 20px;
}

/*タイトルデザイン23*/
p.titled23 {
  font-size: 24px!important;
  font-weight: bold;
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  padding: 10px;
	margin-bottom: 20px!important;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
h2.titled23 {
  font-size: 24px!important;
  font-weight: bold;
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  padding: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled23 {
  font-size: 24px!important;
  font-weight: bold;
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  padding: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 20px;
}

/*タイトルデザイン24*/
p.titled24 {
  font-size: 24px!important;
  font-weight: bold;
  color: #6cb4e4;
  text-align: center;
  padding: 10px;
	margin-bottom: 20px!important;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
h2.titled24 {
  font-size: 24px!important;
  font-weight: bold;
  color: #6cb4e4;
  text-align: center;
  padding: 10px;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled24 {
  font-size: 24px!important;
  font-weight: bold;
  color: #6cb4e4;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/*タイトルデザイン25*/
p.titled25 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
	margin-bottom: 20px!important;
}
p.titled25:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

h2.titled25 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled25:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

h3.titled25 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
}
h3.titled25:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

/*タイトルデザイン26*/
p.titled26 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 15px;
	margin-bottom: 30px!important;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}
p.titled26:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

h2.titled26 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 15px;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  margin-bottom: 30px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled26:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

h3.titled26 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}
h3.titled26:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

/*タイトルデザイン27*/
p.titled27 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin-bottom: 20px!important;
}
p.titled27:before,
p.titled27:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
p.titled27:before {left: 0;}
p.titled27:after {right: 0;}

h2.titled27 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
	margin-bottom: 20px!important;
}
h2.titled27:before,
h2.titled27:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h2.titled27:before {left: 0;}
h2.titled27:after {right: 0;}

h3.titled27 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin-bottom: 20px!important;
  background: transparent;
}
h3.titled27:before,
h3.titled27:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h3.titled27:before {left: 0;}
h3.titled27:after {right: 0;}

/*タイトルデザイン28*/
p.titled28 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin-bottom: 20px!important;
}
p.titled28:before,
p.titled28:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
p.titled28:before {left: 0;}
p.titled28:after {right: 0;}

h2.titled28 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin-bottom: 20px!important;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled28:before,
h2.titled28:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
h2.titled28:before {left: 0;}
h2.titled28:after {right: 0;}

h3.titled28 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin-bottom: 20px!important;
  background: transparent;
}
h3.titled28:before,
h3.titled28:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
h3.titled28:before {left: 0;}
h3.titled28:after {right: 0;}

/*タイトルデザイン29*/
p.titled29 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 45px;
	margin-bottom: 20px!important;
}
p.titled29:before,
p.titled29:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
p.titled29:before {left:0;}
p.titled29:after {right: 0;}

h2.titled29 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 45px;
	margin-bottom: 20px!important;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled29:before,
h2.titled29:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h2.titled29:before {left:0;}
h2.titled29:after {right: 0;}

h3.titled29 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 45px;
	margin-bottom: 20px!important;
  background: transparent;
}
h3.titled29:before,
h3.titled29:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h3.titled29:before {left:0;}
h3.titled29:after {right: 0;}

/*タイトルデザイン30*/
p.titled30 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
	margin-bottom: 30px!important;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
p.titled30:before,
p.titled30:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
p.titled30:before {left: 7px;}
p.titled30:after {right: 7px;}

h2.titled30 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  margin-bottom: 30px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled30:before,
h2.titled30:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h2.titled30:before {left: 7px;}
h2.titled30:after {right: 7px;}

h3.titled30 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  margin-bottom: 30px;
  background: transparent;
}
h3.titled30:before,
h3.titled30:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h3.titled30:before {left: 7px;}
h3.titled30:after {right: 7px;}

/*タイトルデザイン31*/
p.titled31 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: #158b2b;
  padding: 10px 0;
	margin-bottom: 30px!important;
  text-align: center;
  margin: 1.5em 0;
}
p.titled31:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2.titled31 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: #158b2b;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px!important;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled31:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3.titled31 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: #158b2b;
  padding: 10px 0;
	margin-bottom: 30px!important;
  text-align: center;
  margin: 1.5em 0;
  background: transparent;
}
h3.titled31:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*タイトルデザイン32*/
p.titled32 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
	margin-bottom: 20px!important;
  display: inline-block;
}
p.titled32:before,
p.titled32:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
p.titled32:before{
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}
p.titled32:after{
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}

h2.titled32 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
	margin-bottom: 20px!important;
  display: inline-block;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled32:before,
h2.titled32:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
h2.titled32:before{
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}
h2.titled32:after{
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}

h3.titled32 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
	margin-bottom: 20px!important;
  display: inline-block;
  background: transparent;
}
h3.titled32:before,
h3.titled32:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
h3.titled32:before{
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}
h3.titled32:after{
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}

/*タイトルデザイン33*/
p.titled33 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  line-height: 1.4!important;
  padding:0.25em 1em;
	margin-bottom: 20px!important;
  display: inline-block;
  top:0;
}
p.titled33:before,
p.titled33:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
p.titled33:before{
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
p.titled33:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

h2.titled33 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
	margin-bottom: 20px!important;
  display: inline-block;
  top:0;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled33:before,
h2.titled33:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2.titled33:before{
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
h2.titled33:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

h3.titled33 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
	margin-bottom: 20px!important;
  display: inline-block;
  top:0;
  background: transparent;
}
h3.titled33:before,
h3.titled33:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h3.titled33:before{
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
h3.titled33:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

/*タイトルデザイン34*/
p.titled34 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
	margin-bottom: 20px!important;
}
p.titled34:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h2.titled34 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled34:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h3.titled34 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
  margin-bottom: 20px;
  background: transparent;
}
h3.titled34:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

/*タイトルデザイン35*/
p.titled35 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
	margin-bottom: 20px!important;
}
p.titled35:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

h2.titled35 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled35:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

h3.titled35 {
  margin-bottom: 20px;
  background: transparent;
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
}
h3.titled35:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

/*タイトルデザイン36*/
p.titled36 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
	margin-bottom: 20px!important;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
}
h2.titled36 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled36 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
  margin-bottom: 20px;
}

/*タイトルデザイン37*/
p.titled37 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px!important;
  margin-left: 2px!important;
  margin-right: 2px!important;
	margin-bottom: 20px!important;
  background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}
h2.titled37 {
  font-size: 24px!important;
  font-weight: lighter;
  position: relative;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
  margin-bottom: 20px;
  text-shadow:none;
}
h3.titled37 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
  margin-bottom: 20px;
}

/*タイトルデザイン38*/
p.titled38 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px!important;
  margin-left: 2px!important;
  margin-right: 2px!important;
	margin-bottom: 20px!important;
  background: -moz-linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  background: -webkit-linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}
h2.titled38 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: -moz-linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  background: -webkit-linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
  margin-bottom: 20px;
  text-shadow:none;
}
h3.titled38 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: -moz-linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  background: -webkit-linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to bottom, rgb(255, 124, 111), #ffc994);
  color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
  margin-bottom: 20px;
}

/*タイトルデザイン39*/
p.titled39 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4;
}
p.titled39:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

h2.titled39 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled39:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 1;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

h3.titled39 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4;
  background: transparent;
}
h3.titled39:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 1;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

/*タイトルデザイン40*/
p.titled40 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
}
p.titled40:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 24px!important;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}

h2.titled40 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled40:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 24px!important;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}

h3.titled40 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
  margin-bottom: 20px;
}
h3.titled40:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 24px!important;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}

/*タイトルデザイン41*/
p.titled41 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  padding-top: 0.1em;
	margin-bottom: 20px!important;
  line-height: 1.4;/*行高*/
}
p.titled41:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f075";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 24px!important;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

h2.titled41 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  padding-top: 0.1em;
	margin-bottom: 20px!important;
  line-height: 1.4;/*行高*/
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled41:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f075";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 24px!important;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

h3.titled41 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  padding-top: 0.1em;
	margin-bottom: 20px!important;
  line-height: 1.4;/*行高*/
  background: transparent;
}
h3.titled41:before { font-family: FontAwesome;/*忘れずに*/
  content: "\f075";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 24px!important;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

/*タイトルデザイン42*/
p.titled42 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.6em 0.5em 0.5em 1.8em!important;
	margin-bottom: 20px!important;
}
p.titled42:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

h2.titled42 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.6em 0.5em 0.5em 1.8em;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled42:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

h3.titled42 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.6em 0.5em 0.5em 1.8em;
  margin-bottom: 20px;
}
h3.titled42:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

/*タイトルデザイン43*/
p.titled43 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 10px 15px;
  margin: 40px 0 20px!important;
  border-radius: 0 5px 5px 5px;
}
p.titled43:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

h2.titled43 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 10px 15px;
  margin: 40px 0 20px!important;
  border-radius: 0 5px 5px 5px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled43:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

h3.titled43 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 10px 15px;
  margin: 40px 0 20px!important;
  border-radius: 0 5px 5px 5px;
}
h3.titled43:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

/*タイトルデザイン44*/
p.titled44 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 10px;
  margin: 40px 0 20px!important;
}
p.titled44:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h2.titled44 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 10px;
  margin: 40px 0 20px!important;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled44:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

h3.titled44 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 10px;
  margin: 40px 0 20px!important;
}
h3.titled44:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*タイトルデザイン45*/
p.titled45 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #f1f8ff;
  padding: 5px 10px;
	margin-bottom: 20px!important;
  border-left: solid 2em #5c9ee7;
}
p.titled45:before {
  font-family: FontAwesome;
  content: "\f040";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2.titled45 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #f1f8ff;
  padding: 7px 10px;
  border-left: solid 2em #5c9ee7;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled45:before {
  font-family: FontAwesome;
  content: "\f040";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

h3.titled45 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #f1f8ff;
  padding: 7px 10px;
  border-left: solid 2em #5c9ee7;
  margin-bottom: 20px;
}
h3.titled45:before {
  font-family: FontAwesome;
  content: "\f040";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*タイトルデザイン46*/
p.titled46 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #ffd98a;
  padding: 5px 5px 5px 30px;
  margin-left: 28px!important;
	margin-bottom: 20px!important;
  color: #474747;
  border-radius: 0 10px 10px 0;
}
p.titled46:before {
  font-family: FontAwesome;
  content: "\f135";
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-size: 0.9em;
  font-weight: normal;
  width: 55px;
  text-align: center;
  height: 55px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h2.titled46 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #ffd98a;
  padding: 5px 5px 5px 30px;
  margin-left: 28px!important;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled46:before {
  font-family: FontAwesome;
  content: "\f135";
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-size: 0.9em;
  font-weight: normal;
  width: 55px;
  text-align: center;
  height: 55px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h3.titled46 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #ffd98a;
  padding: 5px 5px 5px 30px;
  margin-left: 28px!important;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
}
h3.titled46:before {
  font-family: FontAwesome;
  content: "\f135";
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-size: 0.9em;
  font-weight: normal;
  width: 55px;
  text-align: center;
  height: 55px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

/*タイトルデザイン47*/
p.titled47 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #f4f4f4;
  padding: 5px 5px 5px 25px;
  margin-left: 35px!important;
	margin-bottom: 20px!important;
  color: #474747;
  border-radius: 0 10px 10px 0;
}
p.titled47:before {
  font-family: FontAwesome;
  content: "\f041";
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: normal;
  width: 50px;
  text-align: center;
  height: 50px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

h2.titled47 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #f4f4f4;
  padding: 5px 5px 5px 25px;
  margin-left: 35px!important;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled47:before {
  font-family: FontAwesome;
  content: "\f041";
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: normal;
  width: 50px;
  text-align: center;
  height: 50px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

h3.titled47 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  background: #f4f4f4;
  padding: 5px 5px 5px 25px;
  margin-left: 35px!important;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
}
h3.titled47:before {
  font-family: FontAwesome;
  content: "\f041";
  display: inline-block;
  line-height: 50px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: normal;
  width: 50px;
  text-align: center;
  height: 50px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

/*タイトルデザイン48*/
p.titled48 {
  font-size: 24px!important;
  font-weight: bold;
  background: #b0dcfa; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
	margin-bottom: 20px!important;
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}
h2.titled48 {
  font-size: 24px!important;
  font-weight: bold;
  background: #b0dcfa; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h3.titled48 {
  font-size: 24px!important;
  font-weight: bold;
  background: #b0dcfa; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
  margin-bottom: 20px;
}

/*タイトルデザイン49*/
p.titled491,
p.titled492,
p.titled493,
p.titled494 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4!important;/*行高*/
  color: black;/*文字色*/
}
p.titled491:before,
p.titled492:before,
p.titled493:before,
p.titled494:before {
  font-family: FontAwesome;/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}
p.titled491:before{color: #ffa7a1;}
p.titled492:before{color: #ffdfa1;}
p.titled493:before{color: #a1ceff;}
p.titled494:before{color: #b1eab8;}

h2.titled491,
h2.titled492,
h2.titled493,
h2.titled494 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}
h2.titled491:before,
h2.titled492:before,
h2.titled493:before,
h2.titled494:before {
  font-family: FontAwesome;/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}
h2.titled491:before{color: #ffa7a1;}
h2.titled492:before{color: #ffdfa1;}
h2.titled493:before{color: #a1ceff;}
h2.titled494:before{color: #b1eab8;}

h3.titled491,
h3.titled492,
h3.titled493,
h3.titled494 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
	margin-bottom: 20px!important;
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
  background: transparent;
}
h3.titled491:before,
h3.titled492:before,
h3.titled493:before,
h3.titled494:before {
  font-family: FontAwesome;/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}
h3.titled491:before{color: #ffa7a1;}
h3.titled492:before{color: #ffdfa1;}
h3.titled493:before{color: #a1ceff;}
h3.titled494:before{color: #b1eab8;}

/*タイトルデザイン50*/
p.titled50 {
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  margin-left: 40px!important;
	margin-bottom: 20px!important;
  background: #def3ff;
  border-radius: 20px;
}
p.titled50:before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #def3ff;
}
p.titled50:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #def3ff;
}

h2.titled50 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  margin-left: 40px!important;
  background: #def3ff;
  border-radius: 20px;
  margin-bottom: 20px;
  text-shadow:none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
h2.titled50:before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #def3ff;
}
h2.titled50:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #def3ff;
}

h3.titled50 {
  color: #333;
  font-size: 24px!important;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  margin-left: 40px!important;
  background: #def3ff;
  border-radius: 20px;
  margin-bottom: 20px;
}
h3.titled50:before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #def3ff;
}
h3.titled50:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #def3ff;
}