
.flex {
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
}

.flex-item-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}

.flex-item-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}

.flex-item-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
}

.flex-item-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
}

.idx-prog {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.idx-prog ul {
  width: 100%;
  margin-top: 44px;
}
.idx-prog ul li {
  position: relative;
  flex-grow: 1;
}
.idx-prog ul li:before, .idx-prog ul li:after {
  position: absolute;
  right: -50%;
  left: 50%;
}
.idx-prog ul li:after {
  content: '';
}
/*.idx-prog ul li:before {*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  font-size: 12px;*/
/*  line-height: 14px;*/
/*  content: "\e835";*/
/*}*/

.idx-prog ul li:before {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  line-height: 14px;
  content: "\ea0d";
  font-family: "whaty" !important;;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.idx-prog ul li:last-child:before, .idx-prog ul li:last-child:after {
  display: none;
}

.idx-prog-title {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  text-align: center;
  color: #fff;
  background: url(../images/theme/blue/idx-prog-title.jpg) no-repeat;
}
.idx-prog-title h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 900;
  letter-spacing: .1em;
}

.idx-progbox {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.idx-progbox span {
  display: inline-block;
  text-align: center;
}
.idx-progbox span i {
  font-size: 40px;
}
.idx-progbox span img {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.idx-progbox h2 {
  max-width: 120px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}
@media screen and (max-width: 1336px) {
  .idx-progbox h2 {
    max-width: 100px;
  }
}

.idx-title {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.idx-title h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
  color: #006aff;
}
.idx-title h3::before, .idx-title h3::after {
  position: absolute;
  top: 50%;
  width: 89px;
  height: 20px;
  margin-top: -10px;
  content: '';
}
.idx-title h3::before {
  left: -105px;
  background: url(../images/theme/blue/title-l.png);
}
.idx-title h3::after {
  right: -105px;
  background: url(../images/theme/blue/title-r.png);
}
.idx-title .idx-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}


.idx-prog {
  position: relative;
  height: 120px;
  padding-left: 260px;
  background: #fff;
}
.idx-prog ul {
  margin-top: 12px;
}
.idx-prog ul li:after {
  top: 32px;
  border-bottom: 1px dashed #c7e4ff;
}
.idx-prog ul li:before {
  top: 26px;
  color: #006aff;
}
.idx-prog ul li:last-child:before, .idx-prog ul li:last-child:after {
  display: none;
}
.idx-prog-title {
  width: 260px;
  background: #006aff;
}
.idx-prog-title h3 {
  padding: 26px 0 0;
}
.idx-prog-title h4 {
  font-size: 14px;
  font-family: "PFDinTextPro";
  text-transform: uppercase;
  letter-spacing: .16em;
}

.idx-progbox span {
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #006aff;
  background: #006aff;
}

.idx-progbox span i {
  font-size: 32px;
}
.idx-progbox span img {
  margin-top: 16px;
}
.idx-progbox h2 {
  margin-top: 4px;
}

.idx-title h3 {
  color: #141414;
}
.idx-title h3::before, .idx-title h3::after {
  display: none;
}

.idx-title h3 i {
  margin-right: 12px;
  display: inline-block;
  font-size: 32px;
  line-height: inherit;
  vertical-align: top;
  color: #006aff;
}



.idx-progbox span{
  border-radius: 50%;
}

