.qoute,.qoute2 {
    margin: 15px 0;
    padding: 15px 25px;
    background: #f7f8fa;
    border-radius: 10px;
    display: block;
    overflow-wrap: break-word;
    position: relative;
    line-height: 1.7;
}
.qoute2 {
        background: rgba(255, 255, 255, 0.578);
          border: 1px solid #f7f8fa; 
}

/* 囲み枠 */
.point-box-blue {
  position: relative;
  border: 3px solid #3388dd; /* 枠の太さ・種類・色 */
  border-radius: 4px; /* 枠の丸み */
  margin: 1.8em auto; /* 枠外の余白 */
  padding: 5px 10px;
}
.point-box-red {
  position: relative;
  border: 3px solid #ef461c; /* 枠の太さ・種類・色 */
  border-radius: 4px; /* 枠の丸み */
  margin: 1.8em auto; /* 枠外の余白 */
  padding: 5px 10px;
}
.point-box-glay {
  position: relative;
  border: 3px solid #d1d4d6; /* 枠の太さ・種類・色 */
  border-radius: 4px; /* 枠の丸み */
  margin: 1.8em auto; /* 枠外の余白 */
  padding: 5px 10px;
}
.point-box-orange {
  position: relative;
  border: 3px solid #f7931e; /* 枠の太さ・種類・色 */
  border-radius: 4px; /* 枠の丸み */
  margin: 1.8em auto; /* 枠外の余白 */
  padding: 5px 10px;
}


.point-title,.point-title-blue,.point-title-red,.point-title-orange {
  position: absolute;
  padding: 0 0.5em;
  left: 20px;
  top: -13px; /* タイトルの位置を調整 */
  color: #555555; /* タイトルの文字色 */
  font-weight: bold;
  background-color: #ffffff;
}
.point-title-blue {
  color: #0365ab; /* タイトルの文字色 */
}
.point-title-red {
  color: #ef461c; /* タイトルの文字色 */
}
.point-title-orange {
  color: #f7931e; /* タイトルの文字色 */
}

.point-text{
  margin: 1em;
}

.point-box-blue ul,.point-box-red ul,.point-box-glay ul,.point-box-orange ul  {
    margin: 0;
    padding: 0;
    list-style-type: none!important;
    position: relative;
}

.point-box-blue ul li ,.point-box-red ul li,.point-box-glay ul li,.point-box-orange ul li{
    line-height: 1.6em;
    padding-left: 30px;
}
.point-box-blue ul li:before,.point-box-orange ul li:before{
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    position: absolute;
    color: #3388dd;
    left: 0;
    font-size: 1.2rem;
    font-weight: 900;
}
.point-box-orange ul li:before{
    color: #f7931e;
}

.point-box-red ul li:before  {
    font-family: 'Font Awesome 5 Free';
    content: '\f111';
    position: absolute;
    color: #ef461c;
    left: 0;
    font-size: .65rem;
    font-weight: 900;
}

@media screen and (max-width:400px) { 
  .point-text{
    margin: 2em 0;
  }
  .point-box-blue,.point-box-red,.point-box-glay,.point-box-orange {
    margin: 1.8em .5em;
  }
}






/* ポイントボックス */
.content-body .cp_point {
	position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 15px 40px;
	border: 1px solid #da3c41;
	background-color: #fffafa;
	border-radius: 10px;
}
.content-body .cp_point::before {
	position: absolute;
	top: -1.25em;
	left: 2em;
    font-family: 'Font Awesome 5 Free','Open Sans','Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	content: "\f00c　　" attr(title);
	padding: .3em 3em 0 2em;
	font-size: 90%;
	font-weight: bold;
	color: #da3c41;
	height: 27px;
	background-color: #fcfcfc;
	border-radius: 20px;
	border: 1px solid #da3c41;
}

.content-body .cp_point li {
	position: relative;
	list-style-type: none;
}
/*
.content-body .cp_point li::before {
	position: absolute;
	top: .25em;
	left: -1.5em;
  font-family: 'Font Awesome 5 Free';
	content: '\f138';
	color: #bbb;
}*/
.content-body .cp_point li:before,
.content-body .cp_point li:after{
	content:"";
	display:block;
	position:absolute;
}
.content-body .cp_point li:before{
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #bbb;
    background-color: #bbb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    	top: .25em;
	left: -1.5em;
}
.content-body .cp_point li:after{
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    	top: .6em;
	left: -1.2em;
}




/* 背景色と下線付き */
.list_back {
    list-style-type: disc;
    background-color: #F9F8F8;
    margin: 2rem 0!important;
    padding: 0.3em 1em 0.01em 1.5em;
}
.list_back > li {
    margin: 0.5em 0 0.5em 0.5em;
    border-bottom: dashed 1px #dfe4e0;
    padding-bottom: 5px;
    font-size: 95%;
    letter-spacing: 0.08em;
}



/* チェックマーク付きリスト */
.list_check,.list_check_red {
    padding: 0px;
    margin: 2rem 0;
    list-style: none;
}

.list_check > li,.list_check_red > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-weight: 600;
}
.list_check > li::before,
.list_check > li::after,
.list_check_red > li::before,
.list_check_red > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #3388dd;
}
.list_check_red > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #f0a27f;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
}
.list_check_red > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #f0a27f;
    border-right: 3px solid #f0a27f;
}

.list_check > li + li,.list_check_red > li + li {
    margin: 1em 0px 0px;
}



/* シンプルチェックマーク */
ul.list_check2,ul.list_check2_red  {
	padding:0.5em;
	list-style-type:none;
}
ul.list_check2 li,ul.list_check2_red li {
	position:relative;
	padding: 0em 0.3em 1em 1.3em;
    font-weight: 400;
}
ul.list_check2 li:after,ul.list_check2 li:before,
ul.list_check2_red li:after,ul.list_check2_red li:before {
	position:absolute;
	content:'';
	display:block;
	background: #6b90db;
	top: 0.3em;
	left: 0.5em;
	height: 15px;
	width: 3px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.list_check2_red li:after,ul.list_check2_red li:before {
	background: #f0a27f;
}
ul.list_check2 li:before,ul.list_check2_red li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}



/* 丸付きリスト */
.list_circle,.list_circle_GL{
    padding: 0px;
    margin: 2rem 0;
    list-style: none;
}

.list_circle > li ,.list_circle_GL > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 1em 0px;
}
.list_circle > li::before,.list_circle_GL > li::before{
    position: absolute;
    content: "";
    top: 0.5em;
    margin-top: -6px;
    transform: translate(0%, 50%);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3388dd;
}
.list_circle_GL > li::before{
    background-color: #9ba2a9;
}


/* 丸付き数字 */
.list207 {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.list207 > li {
  position: relative;
  list-style-type: none;
  line-height: 1.5;
  padding: 0.5em 2em 0.5em 2em;
}
.list207 > li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3388dd;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}




/***ステップバーデザイン１***/
.step-wrap1 {
 counter-reset:count;
 margin: 2em 0;
 position: relative;
}
.step-content1 {
 padding: 0 0 1.3em 2em;
 margin: 0;
 position: relative;
}
.step-content1::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 background: #6b90db;
 border: solid 3px #ffffff;
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 3px;
 box-shadow: 0 0 0 2px #eee;
}
.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 35px);
 border-left: solid 2px #eee;
 position: absolute;
 top: 30px;
 left: 10px;
}
.step-title1 {
 font-weight: bold;
 font-size: 120%;
 margin: 1em auto;
}
.step-label1 {
 color: #768888;
 font-weight: bold;
}
.step-label1::after {
 counter-increment:count;
 content:counter(count);
 position: relative;
 left: .3em;
}
.step-body1 {
 margin-top: .5em;
 padding: 0 0 1em;
 line-height: 1.5;
 border-bottom: dotted 2px #ddd;
}
/*.step-wrap1 > :last-of-type::after {
 display: none;
}*/
/***ステップバーデザイン１***/







/***ステップバーデザイン3***/
.step-wrap3 {
 counter-reset: count;
 margin: 2em 0;
 position: relative;
}
.step-content3 {
 padding: 1.3em 0 .3em 1em;
 margin: 0 0 1em 1em;
 position: relative;
 border-top: solid 2px #ddd;
}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: -10px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}
.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dashed 4px #ddd;
 position: absolute;
 top: 16px;
 left: -4px;
}
.step-label3 {
 padding: 3px 20px 3px 15px;
 color: #fff;
 font-weight: bold;
 position: absolute;
 top: -18px;
 left: -20px;
 background: #f0a27f;
 border-radius: 20px;
 z-index: 1;
}
.step-label3::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}
.step-title3 {
 font-weight: bold;
 font-size: 120%;
}
.step-body3 {
 margin-top: .5em;
 padding: 0 0 1em;
}
.step-wrap3 > :last-child {
 box-shadow: 5px 7px 0 -5px #ddd;
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-of-type::after {
 display: none;
}


/***ステップバーデザイン3***/







p.text_write {
    margin: 0 1.5rem;
    padding: 0 0 1rem;
}

.box_blue {
    padding: 1rem 1rem .7rem;
    background: #f2fafc;
    margin: 2rem 0;
}

.text_point_blue {
    font-weight: bold;
    padding: 0 !important;
}

.text_point_blue:before {
    color: #65c2e9;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: .4rem;
    font-size: 1.25rem;
}

.box_blue .keiko_green {
    background: #e3e8ea;
}

.box_orange {
    padding: 1rem 1rem .7rem;
    background: #fff9e5;
    margin: 2rem 0;
}

.box_orange .keiko_green {
    background: #ede9da;
}

.text_point_orange {
    font-weight: bold;
    padding: 0 !important;
    padding-left: 1.5rem !important;
    text-indent: -1.7rem;
}

.text_point_orange:before {
    color: #f7931e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: .4rem;
    font-size: 1.25rem;
}

.box_green {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #eaf9ea;
    margin: 1.5rem 0;
}

.box_green:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    color: #6ecc8d;
    border-right: 1px solid #6ecc8d;
    font-size: 2rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_green .keiko_green {
    background: #e1e9e1;
}

.box_green p {
    padding-left: .5rem;
    margin-bottom: 0;
}


.box_exclamation {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #fff9e5;
    margin: 1.5rem 0;
}

.box_exclamation:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    color: #f7931e;
    font-weight: 900;
    /*border-right: 1px solid #f7931e;*/
    font-size: 2rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_exclamation p {
    padding-left: .5rem;
    margin-bottom: 0;
}



.box_circleexclamation {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #fff4f4;
    margin: 1.5rem 0;
}

.box_circleexclamation:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    color: #f77171;
    font-weight: 900;
    /*border-right: 1px solid #f7931e;*/
    font-size: 2rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_circleexclamation p {
    padding-left: .5rem;
    margin-bottom: 0;
}


.box_write {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #f2fafc;
    margin: 1.5rem 0;
}

.box_write:before {
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    color: #65c2e9;
    font-weight: 900;
    /*border-right: 1px solid #f7931e;*/
    font-size: 2rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_write p {
    padding-left: .5rem;
    margin-bottom: 0;
}




.box_red {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #fff4f4;
    margin: 1.5rem 0;
}

.box_red:before {
    content: "×";
    color: #f77171;
    border-right: 1px solid #f77171;
    font-size: 3rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_red .keiko_green {
    background: #e9e3e3;
}

.box_red p {
    padding-left: .5rem;
    margin-bottom: 0;
}

.box_green_q {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #eaf9ea;
    margin: 1.5rem 0;
}

.box_green_q:before {
    content: "Q";
    color: #6ecc8d;
    border-right: 1px solid #6ecc8d;
    font-size: 2.7rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_green_q .keiko_green {
    background: #e1e9e1;
}

.box_green_q p {
    padding-left: .5rem;
    margin-bottom: 0;
}

.box_red_a {
    padding: 20px 20px 20px 72px;
    border-radius: 4px;
    position: relative;
    display: block;
    background: #fff4f4;
    margin: 1.5rem 0;
}

.box_red_a:before {
    content: "A";
    color: #f77171;
    border-right: 1px solid #f77171;
    font-size: 3rem;
    position: absolute;
    padding-right: .4rem;
    line-height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 10px;
    width: 44px;
    text-align: center;
}

.box_red_a .keiko_green {
    background: #e9e3e3;
}

.box_red_a p {
    padding-left: .5rem;
    margin-bottom: 0;
}

.box_red_02 {
    position: relative;
    padding: .5rem 1.1rem 1.2rem;
    background: #fff4f4;
    margin: 2rem 0;
}

.box_red_02 .box-title {
    text-align: center;
    color: #f77171;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: solid 1px #f77171;
    padding: 0 0 .5rem;
    text-indent: -.9rem;
    line-height: 1.4;
    margin: 0 0 1rem;
}

.box_red_02 .box-title:before {
    margin-right: .4rem;
    display: inline-block;
    color: #f77171;
    text-align: center;
    content: "×";
}

.box_red_02 p {
    margin: 0 1rem 1rem;
}

.box_red_02 .keiko_green {
    background: #e9e3e3;
}

.box_green_02 {
    position: relative;
    padding: .5rem 1.1rem 1.2rem;
    background: #eaf9ea;
    margin: 2rem 0;
}

.box_green_02 .box-title {
    text-align: center;
    color: #6ecc8d;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: solid 1px #6ecc8d;
    padding: 0 0 .5rem;
    text-indent: -.9rem;
    line-height: 1.4;
    margin: 0 0 1rem;
}

.box_green_02 .box-title:before {
    font-size: .9rem;
    margin-right: .2rem;
    display: inline-block;
    color: #6ecc8d;
    font-weight: normal;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    content: "";
}

.box_green_02 p {
    margin: 0 1rem 1rem;
}

.box_green_02 .keiko_green {
    background: #e1e9e1;
}

.box_gray {
    padding: 1rem 1rem .7rem;
    background: #eee;
    margin: 2rem 0;
}

.box_gray .keiko_green {
    background: #d7d7d7;
}

.box_gray_02 {
    padding: 1rem 1rem 1.5rem;
    background: #f3f3f3;
    margin: 2rem 0;
}

.text_point_gray_02 {
    font-weight: bold;
    padding: 0 !important;
}

.box_gray_02 .keiko_green {
    background: #d7d7d7;
}



/*    */




.app-list {
    display: flex;
    align-items: flex-start;
    padding: 0.4rem 0;
    margin-bottom: 1.5rem;
}
.app-list-icon {
    width: 99px;
}
.app-artwork {
    position: relative;
    line-height: 0;
    text-align: center;
}
.app-list img {
    width: 99px;
    height: 99px;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.artwork>span.mask {
    background-image: url(https://appbu.jp/wp-content/themes/creen/assets/img/mask350.png);
}
.app-list-body {
    padding-left: 1rem;
}

.label {
    display: inline-block;
    padding: 0.4em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.label-iOS, .label-ios {
    background-color: #898989;
}
.label-android {
    background-color: #6ab344;
}
.app-list-show {
    width: 3.5rem;
    text-align: center;
}







.flow_design08 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow08 {
  padding-left: 0;
}

.flow08 > li {
  list-style-type: none;
  border-radius: 15px;
  background: #f7f8fa;
  position: relative;
  padding: 20px;
}

.flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow08 > li:not(:last-child)::after {
      font-family: 'Font Awesome 5 Free';
    content: '\f103';
    position: absolute;
    color: #0f4fab;
    left: 3%;
    font-size: 1.2rem;
    font-weight: 900;
  bottom: -20px;

}

.flow08 > li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flow08 > li dl dt {
  font-size: 1.2em;
  font-weight: 700;
  width: 20%;
  min-width: 7em;
}

.flow08 > li .icon08 {
  color: #0f4fab;
  margin-right: 0.5em;
}

.flow08 > li dl dd {
  margin: 0;
  width: calc(80% - 20px);
}
    





.flow_design09,.flow_design09_red {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 10px;
}

.flow_design09 .flow09 > li .icon09,
.flow_design09_red .flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #6b90db;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}
.flow_design09_red .flow09 > li .icon09 {
  color: #f0a27f;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
    font-size: 0.8em;
   font-weight: 400;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}






/*目次のデザイン変更*/
.table-of-contents {
	position: relative;
	margin: 30px 0 0 0;
	padding: 20px 10px 20px 30px;     /* 枠内の余白(上右下左) */
	/*font-size: 100%; */
	background: #f7f8fa;     /* 背景 */
	border-top: 40px solid #326eb790;     /* 「もくじ」周りの色 */
	line-height: 200%;     /* 行間 */
	border-radius: 8px;     /* 数字が大きいほど丸くなる */
}

/*「この記事の目次」の周囲変更*/
.table-of-contents::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f039　コンテンツ";
	display: block;
	font-weight: bold;
	position: absolute;
	top: -35px;     /*上からの位置調整*/
	left: 35px;     /*左からの位置調整*/
	color: #fff !important;
}

/*リンクの色変更と下線を消す*/
.table-of-contents li {
    position: relative;
	color: #444;     /* 目次リスト部分のテキスト色 */
	text-decoration: none;     /* リンクの下線をつけたくない場合 */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: baseline;
    padding: auto 10px; 
    line-height: 2;
}
.table-of-contents li:before {
	content: "";
	position: absolute;
	top: .7em;
	left: -1.5em;
	width: 10px;
	height: 10px;
	background-color: #326eb790;
	border-radius: 50%;
}
.table-of-contents li a {
	text-decoration: none;     /* リンクの下線をつけたくない場合 */
    color: #0f4fab;
}
.table-of-contents li:after {
    font-family: 'Font Awesome 5 Free';
	content: "　\f101";
  display:inline-block;
  background-size: contain;
  vertical-align: middle;
	color: #326eb790;
    font-weight: 900;
}


.table-of-contents li.lih3 {
    position: relative;
    padding-left: 20px;
}
.table-of-contents li.lih3:before {
	content: "";
	position: absolute;
	top: .7em;
	left: -0.1em;
	width: 8px;
	height: 8px;
	background-color: #326eb790;
	border-radius: 50%;
}
.table-of-contents li.lih3 a {
	text-decoration: none;     /* リンクの下線をつけたくない場合 */
    color: #0f4fab;
}
.table-of-contents li.lih3:after {
    font-family: 'Font Awesome 5 Free';
	content: "　\f105";
  display:inline-block;
  background-size: contain;
  vertical-align: middle;
	color: #326eb790;
    font-weight: 900;
}


.table-of-contents li.li0:before {
	background-color: #1e1f2090;
    	border-radius: 5%;
}
.table-of-contents li.li0 a {
	text-decoration: none;     /* リンクの下線をつけたくない場合 */
    color: #474747;
}
.table-of-contents li.li0:after {
	content: "";
  display:inline-block;
  background-size: contain;
}