/* CSS Document */

.list01 li {
	display: block;
	position: relative;
	line-height: 150%;
}
.list01 li::before {
    content:  "";
    width:  8px;
    height:  8px;
    display:  inline-block;
    background: linear-gradient(-45deg, #e5dfff 30%, #aecfff 100%);
    border-radius:  50%;
	position:  relative;
    top: -2px;
    margin-right: 5px;
}
    .txt_box p {
        line-height: 150%;
    }

@media print, screen and (min-width: 1000px) { /*ウィンドウ幅が1000px以上の場合に適用*/
    body {
        background: url("../images/bg_lower.png");
      background-repeat: no-repeat;
      background-position: top center;
        background-color: #f6f8f9;
    }
  /*.main_bg {
      border-bottom:1px solid #88abcb;
  }*/
    .btn_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-items:flex-start;
    }
/*    .btn_box .btn {
        margin: 0 30px 30px 30px;
    }
.btn a:link,
.btn a:active,
.btn a:visited{
	font-size:17px;
	font-weight:400;
	width:250px;
	min-height:25px;
	background: linear-gradient(to bottom, #fff, #f0f8f7);
	border:1px solid #e5dfff;
	text-align:center;
	color:#008c73;
	margin: 0px auto;
	text-decoration:none;
	display:block;
	padding: 15px 0 15px 0;
    line-height: 130%;
	border-radius: 8px;
    letter-spacing: 0.05em;
}
.btn a:hover{
	color:#80c5b9;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}*/
    .txt_box {
        background-color: #fff;
        min-height: 700px;
        padding: 30px;
        margin: 30px 0 30px 30px;
        border: 1px solid #e5dfff;
        box-sizing: border-box;
    }
    .main_wrap {
        width: 800px;
        margin: 0 0 0 auto;
    }    
    .main_wrap h2 {
        text-align: center;
        font-size: 30px;
        color: #001e53;
        padding-bottom: 5px;
        position: relative;
        margin-top: 10px;
        margin-top: 30px;
        margin-bottom: 40px;
        letter-spacing: 0.15em;
    }
  .txt_box h3 {
    padding: 12px 30px 12px 35px;
    font-size: 20px;
    border-radius: 100vh;
    background-color: #6c90a4;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
    position: relative;
    color: #fff;
      line-height: 130%;
  }
  .txt_box h3::before {
    position: absolute;
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background: #fff;
    border-radius:  50%;
    top: 40%;
      left: 15px;
  }
  .txt_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
      line-height: 130%;
    color: #001e53;
      position: relative;
  }
.txt_box h4:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, #e5dfff, #aecfff5);
  background: linear-gradient(to right, #e5dfff, #aecfff);
    margin-top: 10px;
}
  .txt_box h5 {
    font-size: 15px;
    font-weight: 600;
    color:  #334b75;
    margin-bottom: 10px;
  }
    .pc-none {
        display: none;
    }
}

/* デザインB ～999px （タブレット用） */
@media screen and (max-width:999px) {
  /* タブレット用レイアウト 999px以上の範囲に収めるデザインはこの中に記述 */
    body {
        background-image: url("../images/bg_smp.png");
      background-repeat: no-repeat;
      background-size: 100% 550px;
      background-position: top right;
      position: relative;
    background-color: #f6f8f9;
    }
body:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
margin: 5px;
}
    .main_wrap {
        margin-bottom: 50px;
        background-image: url("../images/bg_lower.png");
      background-repeat: no-repeat;
      background-size: auto 550px;
      background-position: top center;
    }
    .txt_box {
        background-color: #fff;
        min-height: 500px;
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .main_wrap h2 {
        text-align: center;
        font-size: 30px;
        color: #001e53;
        padding-bottom: 5px;
        position: relative;
        padding-top: 50px;
        margin-bottom: 30px;
    }
  .txt_box h3 {
    padding: 10px 30px 10px 35px;
    font-size: 20px;
    border-radius: 100vh;
    background-color: #6c90a4;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
    position: relative;
    color: #fff;
      line-height: 130%;
  }
  .txt_box h3::before {
    position: absolute;
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background: #fff;
    border-radius:  50%;
    top: 40%;
      left: 15px;
  }
  .txt_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
      line-height: 130%;
    color: #001e53;
      position: relative;
  }
.txt_box h4:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, #e5dfff, #aecfff5);
  background: linear-gradient(to right, #e5dfff, #aecfff);
    margin-top: 10px;
}
  .txt_box h5 {
    font-size: 15px;
    font-weight: 600;
    color:  #334b75;
    margin-bottom: 10px;
  }
    .sp-none {
        display: none;
    }
}
@media screen and (max-width:880px) {
  /* 880px以下に適用されるCSS（タブレット〜スマホ用） */

}
@media screen and (max-width:719px) {
  /* 719px以下に適用されるCSS（タブレット〜スマホ用） */

}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
    .f-18 {
        font-size: 18px;
        letter-spacing: -0.05em;
    }
    .main_wrap h2 {
        text-align: center;
        font-size: 30px;
        color: #001e53;
        padding-bottom: 5px;
        position: relative;
        padding-top: 50px;
        margin-bottom: 30px;
        line-height: 130%;
    }
}
@media screen and (max-width:420px) {
}