/* CSS Document */
.red {
  color: #f00;
}
.delete_line {
	text-decoration: line-through;
}
.red_box {
  border: 3px solid #f00;
  padding: 20px;
  margin: 20px 0;
}
.list_01 li {
  position: relative;
  padding-left: 15px;
  line-height: 150%;
}
.list_01 li:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #2b53b3;
  border-right: solid 2px #2b53b3;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  transform: rotate(45deg);
}
.list_02 {
  line-height: 150%;
}
.list_02 li {
  list-style-type: decimal;
  padding-left: 0;
}
.list_02 li:before {
  display: none;
}
.btn a:link, .btn a:active, .btn a:visited {
  color: #fff;
  display: block;
  max-width: 300px;
  padding: 18px;
  text-align: center;
  background-color: #a66cab;
  font-size: 17px;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #74c7d9;
  line-height: 130%;
  position: relative;
  font-weight: 600;
}
.btn a:hover {
   background-color: #74c7d9;
  opacity: 0.9;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.btn_none {
  color: #fff;
  display: block;
  max-width: 300px;
  padding: 18px;
  text-align: center;
  background-color: #a66cab;
  font-size: 17px;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #74c7d9;
  position: relative;
  font-weight: 600;
    line-height: 130%;
}
.btn p {
	margin-top: 5px;
	text-align: center;
}
.no_link {
	pointer-events: none;
}
.table001 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 85%;
}
.table001 th {
  border: 1px solid #2b53b3;
  padding: 8px 8px;
  text-align: center;
  background-color: #ECF0FA;
  font-weight: 500;
  line-height: 150%;
  vertical-align: middle;
}
.table001 td {
  border: 1px solid #2b53b3;
  padding: 8px 8px;
  vertical-align: middle;
}
.deadline {
	line-height: 150%;
	font-weight: bold;
}
    .greeting_box {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        line-height: 150%;
        margin-bottom: 20px;
    }
    .greeting_box img {
        width: 130px;
        margin-left: 20px;
    }
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1100px以上の場合に適用*/
  #contents {
    width: 100%;
    padding: 35px 0 0 0;
    margin: 0 auto;
    background-image: url("../images/lower_bg.png");
    background-size: 3000px 659px;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
  }
  #main {
    width: 1100px;
    margin: 0 auto;
    display: flex;
      justify-content: space-between;
  }
    .main_wrap {
        margin-top: 30px;
    }
/*       .right h2 {
    font-weight: 600;
    font-size: 30px;
    color: #2b53b3;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }*/
.h2_inner {
	background: linear-gradient(to right, #e64491 0%, #7fcbe1 100%);
	border-radius: 30px;
	padding: 1px;
	width: 820px;
    margin-bottom: 30px;
}

.main_wrap h2 {
	font-size: 30px;
	font-weight: bold;
	padding:10px 20px 10px 50px;
	width: 750px;
	border-radius: 30px;
	background-color: rgba(230, 230, 230, 1);
	display: block;
	color: #040821;
    text-align: left;
    position: relative;
}
.main_wrap h2:before {
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgba(229, 124, 173, 1), rgba(135, 197, 221, 1));
    top: 1px;
    left: 1em;
    margin-top: 8px;
    height: 33px;
    width: 4px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
    .txt_box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: -2px 0 25px 0;
  padding: 8px 10px 8px 30px;
  color: #040821;
  background-image: url("../images/h3_icon.png");
    background-size: 11px;
	background-repeat: no-repeat;
	background-position: 10px 13px;
  line-height: 19px;
  letter-spacing: 2px;
  background-color: #fdf0f6;
  position: relative;
}
.txt_box h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f08fbd;
  position: absolute;
  top: -2px;
  left: 0;
}
.txt_box h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f08fbd;
  position: absolute;
  top: 103%;
  left: 0;
}
  .txt_box {
    background-color: #fff;
    width: 760px;
    padding: 30px;
    min-height: 700px;
    border-radius: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .txt_box p {
    line-height: 150%;
  }
  .txt_box h4 {
    font-size: 19px;
    font-weight: 600;
    color: #e64491;
    border-left: 3px solid #e64491;
    line-height: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
/* デザインB ～999px （タブレット用） */
@media screen and (max-width:1099px) {
  /* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
  #contents {
    width: 100%;
    padding: 35px 0 0 0;
    margin: 0 auto;
    background-image: url("../images/lower_bg_smp.png");
    background-size: 1100px 659px;
    background-repeat: no-repeat;
    background-position: top right;
    box-sizing: border-box;
  }
  .txt_box {
    background-color: #fff;
    padding: 30px 3%;
    margin: 0 auto;
    min-height: 500px;
    width: 87%;
    border-radius: 15px;
  }
  .txt_box p {
    line-height: 150%;
  }
.h2_inner {
	background: linear-gradient(to right, #e64491 0%, #7fcbe1 100%);
	border-radius: 100vh;
	padding: 1px;
	width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main_wrap h2 {
	font-size: 30px;
	font-weight: bold;
	padding:10px 20px 10px 50px;
	width: calc(100% - 70px);
    margin: 0 auto;
	border-radius: 100vh;
	background-color: rgba(230, 230, 230, 1);
	display: block;
	color: #040821;
    text-align: left;
    position: relative;
}
.main_wrap h2:before {
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgba(229, 124, 173, 1), rgba(135, 197, 221, 1));
    top: 1px;
    left: 1em;
    margin-top: 8px;
    height: 33px;
    width: 4px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
    .txt_box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: -2px 0 25px 0;
  padding: 8px 10px 8px 30px;
  color: #040821;
  background-image: url("../images/h3_icon.png");
    background-size: 11px;
	background-repeat: no-repeat;
	background-position: 10px 13px;
  line-height: 19px;
  letter-spacing: 2px;
  background-color: #fdf0f6;
  position: relative;
}
.txt_box h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f08fbd;
  position: absolute;
  top: -2px;
  left: 0;
}
.txt_box h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f08fbd;
  position: absolute;
  top: 103%;
  left: 0;
}
  .txt_box h4 {
    font-size: 19px;
    font-weight: 600;
    color: #e64491;
    border-left: 3px solid #e64491;
    line-height: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  #main {
    width: 100%;
    margin: 0 auto;
  }
.h2_inner {
	width: 90%;
}
.main_wrap h2 {
	font-size: 25px;
}
.main_wrap h2:before {
    height: 28px;
  }
    .txt_box h3 {
  font-size: 19px;
}
  .txt_box h4 {
    font-size: 18px;
  }
  .txt_box {
    padding: 30px 5%;
    width: 80%;
  }
    .greeting_box {
        flex-direction: row-reverse;
    }
    .greeting_box img {
        width: 130px;
        margin-left: 0px;
        margin-right: 20px;
    }
}