@charset "UTF-8";
#group {
  margin: 0 auto 50px auto;
  width: 1000px;
}
#group .group_right {
  text-align: center;
  margin-bottom: 30px;
}
#group h3 {
  margin-bottom: 50px;
}

.intro_block {
  text-align: center;
  margin-bottom: 20px;
}

.group_box h2 {
  font-weight: bold;
  color: #48aec8;
  text-align: left;
}
.group_box h2::before {
  display: none;
}
.group_box .group_block {
  margin-bottom: 30px;
  border-bottom: dotted 1px;
  padding-bottom: 30px;
}
.group_box .group_block:last-child {
  border-bottom: none;
}
.group_box .group_block dl {
  display: flex;
  flex-wrap: wrap;
}
.group_box .group_block dl > div {
  width: calc(50% - 20px);
  margin-bottom: 15px;
}
.group_box .group_block dl > div dd {
  background-image: url(../../common/images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: 0 6px;
  margin-left: 20px;
}

.group_left {
  margin: 0;
}

.group_left li {
  background-image: url(../../common/images/arrow.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: 0 6px;
  margin-left: 20px;
}

.group_left .ttl {
  background-image: none;
  margin: 0;
  padding-left: 12px;
}

#group .btn_box {
  margin: 0 auto 20px auto;
  width: 360px;
  padding-top: 15px;
  height: 40px;
  background-color: #f39801;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 120%;
  background-image: url(../../common/images/arrow04.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 3px solid #f39801;
  position: relative;
  text-align: center;
}

#group .btn_box:hover {
  background-color: #FFFFFF;
  color: #f39801;
  background-image: url(../../common/images/arrow05.png);
  border: 3px solid #f39801;
  filter: alpha(opacity=70);
  -moz-opacity: 　 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#group .btn_box.gothic_font a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#support {
  margin: 0 auto 50px auto;
  width: 1000px;
  text-align: center;
}

.title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  color: #78c1d3;
  margin-bottom: 10px;
}

.under_title {
  background: linear-gradient(transparent 70%, rgba(178, 223, 234, 0.7) 70%);
}

.title:before, .title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.title:before {
  left: 0;
}

.title:after {
  right: 0;
}

#support .support_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  padding: 30px;
  flex-wrap: nowrap;
  border-radius: 5px;
  background-color: #F6F6F6;
}

#support .support_block .list_box {
  width: 40%;
  padding-top: 40px;
  text-align: left;
}

.list_box ul li {
  font-size: 140%;
  background-image: url(../../common/images/arrow05.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 15px;
  opacity: 1;
  margin-bottom: 20px;
}

.small_txt {
  font-size: 85%;
}

#support .support_block .img_box {
  width: 60%;
  text-align: center;
}