/* ============
* btn >> outline
============== */
.btn-box {
  margin-bottom: 20px;
}

.btn {
  width: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-outline {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 0;
}
.btn-outline:hover {
  color: #333;
  background: #FFF;
}

.btn-outline-1 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: gray;
}
.btn-outline-1:hover {
  color: gray;
  border: 1px solid gray;
  background: #FFF;
}

.btn-outline--2 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: #e22319;
}
.btn-outline--2:hover {
  color: #e22319;
  border: 1px solid #e22319;
  background: #FFF;
}

.btn-outline--3 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: #3E8DDD;
}
.btn-outline--3:hover {
  color: #3E8DDD;
  border: 1px solid #3E8DDD;
  background: #FFF;
}

.btn-outline--4 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: #6ABF4A;
}
.btn-outline--4:hover {
  color: #6ABF4A;
  border: 1px solid #6ABF4A;
  background: #FFF;
}

.btn-outline--5 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: #FF6A00;
}
.btn-outline--5:hover {
  color: #FF6A00;
  border: 1px solid #FF6A00;
  background: #FFF;
}

.btn-outline--6 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: #F4CD05;
}
.btn-outline--6:hover {
  color: #F4CD05;
  border: 1px solid #F4CD05;
  background: #FFF;
}

.btn-outline--1 {
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
  border-radius: 0;
  background: gray;
}
.btn-outline--1:hover {
  color: gray;
  border: 1px solid gray;
  background: #FFF;
}
.reg_start {
  width: 40%;
  margin: 30px auto;
}

@media only screen and (max-width: 480px) {
  a.btn {
    display: block;
  }
  .reg_start {
    width: 70%;
    margin: 30px auto;
  }
}
/* ============
* title
============== */
/*extend*/
.title, .title-lg--default, .title-md--default, .title-sm--default, .title-xs--default, .title-sm--default_gray, .title-xs--default_gray, .title-sm--default-blue, .title-xs--default-blue, .title-lg--line, .title-md--line, .title-sm--line, .title-xs--line, .title-lg--line_l, .title-md--line_l, .title-sm--line_l, .title-xs--line_l, .title-lg--line_s, .title-md--line_s, .title-sm--line_s, .title-xs--line_s, .title-lg--white, .title-md--white, .title-sm--white, .title-xs--white, .title-lg--ptn, .title-md--ptn, .title-sm--ptn, .title-xs--ptn {
  position: relative;
  padding: 0 16% 0 0;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  background: #FFF;
}

.title-lg,
.title-lg-size,
.title-lg--default,
.title-lg--line,
.title-lg--line_l,
.title-lg--line_s,
.title-caption-lg-gray,
.title-lg--white,
.title-lg--ptn {
  position: relative;
  font-size: 28px;
}

.title-md,
.title-md-size,
.title-md--default,
.title-md--line,
.title-md--line_l,
.title-md--line_s,
.title-caption-md-gray,
.title-md--white,
.title-md--ptn {
  font-size: 20px;
  position: relative;
}

.title-sm,
.title-sm-size,
.title-sm--default,
.title-sm--default_gray,
.title-sm--default-blue,
.title-sm--line,
.title-sm--line_l,
.title-sm--line_s,
.title-caption-sm-gray,
.title-sm--white,
.title-sm--ptn {
  font-size: 16px;
  position: relative;
}

.title-xs,
.title-xs-size,
.title-xs--default,
.title-xs--default_gray,
.title-xs--default-blue,
.title-xs--line,
.title-xs--line_l,
.title-xs--line_s,
.title-caption-xs-gray,
.title-xs--white,
.title-xs--ptn {
  font-size: 13px;
  position: relative;
}

/*title--default*/
.title--default, .title-lg--default, .title-md--default, .title-sm--default, .title-xs--default, .title-sm--default_gray, .title-xs--default_gray, .title-sm--default-blue, .title-xs--default-blue {
  padding: 5px 0 5px 0;
  border-bottom: 3px solid #e22319;
}

.title-sm--default_gray {
  border-bottom: 3px solid #ccc;
}

.title-xs--default_gray {
  border-bottom: 3px solid #ccc;
}

.title-sm--default-blue {
  color: #3E8DDD;
  border-bottom: 3px solid #ccc;
}

.title-xs--default-blue {
  color: #3E8DDD;
  border-bottom: 3px solid #ccc;
}

/*line_line*/
.title--line, .title-lg--line, .title-md--line, .title-sm--line, .title-xs--line {
  position: relative;
  line-height: 1.2;
  height: auto;
  border-bottom: 2px solid #ccc;
}
.title--line span, .title-lg--line span, .title-md--line span, .title-sm--line span, .title-xs--line span {
  position: relative;
  display: inline-block;
  padding: 0 0 6px 0;
  line-height: 1.2;
  height: auto;
}
.title--line span:before, .title-lg--line span:before, .title-md--line span:before, .title-sm--line span:before, .title-xs--line span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inherit;
  width: 100%;
  border-bottom: solid 3px #e22319;
}

/*title--line_l*/
.title--line_l, .title-lg--line_l, .title-md--line_l, .title-sm--line_l, .title-xs--line_l {
  padding: 0px 0 3px 10px;
  border-left: 10px solid #e22319;
  border-bottom: 1px solid #e22319;
}

/*.title--line_s*/
.title--line_s, .title-lg--line_s, .title-md--line_s, .title-sm--line_s, .title-xs--line_s {
  padding: 0px 0 0px 7px;
  border-left: 8px solid #e22319;
}

/*caption*/
.title-caption-gray, .title-caption-lg-gray, .title-caption-md-gray, .title-caption-sm-gray, .title-caption-xs-gray {
  margin-bottom: 1.5%;
  color: #333;
  background: #F7F8F9;
}

.title-caption-lg-gray {
  padding: 6px 10px;
}

.title-caption-md-gray {
  padding: 6px 10px;
}

.title-caption-sm-gray {
  padding: 6px 10px;
}

.title-caption-xs-gray {
  padding: 6px 10px;
}

/*title--white*/
.title--white, .title-lg--white, .title-md--white, .title-sm--white, .title-xs--white {
  font-weight: normal;
  padding: 7px 14px 5px;
  color: #FFF;
  background: #e22319;
}
.title--white:before, .title-lg--white:before, .title-md--white:before, .title-sm--white:before, .title-xs--white:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 7px;
  height: 14px;
  margin: auto;
  background: #9d1811;
}

/*title-lg--ptn*/
.title--ptn, .title-lg--ptn, .title-md--ptn, .title-sm--ptn, .title-xs--ptn {
  padding: 7px 14px 7px 0;
}
.title--ptn span, .title-lg--ptn span, .title-md--ptn span, .title-sm--ptn span, .title-xs--ptn span {
  display: inline-block;
  padding: 0px 1em 8px 20px;
  background: #FFF url("../images/icon_arrow_sq.png") no-repeat left 5px;
}

/*panel*/
.title-panel, .title-panel--1, .title-panel--2, .title-panel--3, .title-panel--4, .title-panel--5, .title-panel--6 {
  position: relative;
}
.title-panel:before, .title-panel--1:before, .title-panel--2:before, .title-panel--3:before, .title-panel--4:before, .title-panel--5:before, .title-panel--6:before {
  content: "";
  position: absolute;
  top: 34%;
  left: -1px;
  width: 7px;
  height: 14px;
  margin: auto;
}

.title-panel--1:before {
  background: gray;
}

.title-panel--2:before {
  background: #e22319;
}

.title-panel--3:before {
  background: #3E8DDD;
}

.title-panel--4:before {
  background: #6ABF4A;
}

.title-panel--5:before {
  background: #FF6A00;
}

.title-panel--6:before {
  background: #F4CD05;
}

.title-more {
  display: inline-block;
}

a.more--title + span.title-more {
  padding-right: 22%;
}

@media only screen and (max-width: 480px) {
  .title-lg-size, .title-lg--default, .title-lg--line, .title-lg--line_l, .title-lg--line_s, .title-caption-lg-gray, .title-lg--white, .title-lg--ptn {
    position: relative;
    font-size: 20px;
  }

  .title-md-size, .title-md--default, .title-md--line, .title-md--line_l, .title-md--line_s, .title-caption-md-gray, .title-md--white, .title-md--ptn {
    font-size: 16px;
    position: relative;
  }

  .title-sm-size, .title-sm--default, .title-sm--default_gray, .title-sm--default-blue, .title-sm--line, .title-sm--line_l, .title-sm--line_s, .title-caption-sm-gray, .title-sm--white, .title-sm--ptn {
    font-size: 13px;
    position: relative;
  }

  .title--ptn, .title-lg--ptn, .title-md--ptn, .title-sm--ptn, .title-xs--ptn {
    background: none;
  }

  a.more--title + span.title-more {
    padding-right: 10%;
  }

  a.more {
    padding: 4px 5px;
    bottom: 10%;
    text-indent: -9999px;
    background: url("../images/icon_arrow.gif") no-repeat center;
    background-size: 6px;
  }
  a.more:hover {
    color: inherit;
    background: #FFF url("../images/icon_arrow.gif") no-repeat center;
    background-size: 6px;
  }
}
/* ============
* label
============== */
.label-ballon, .label-ballon--1, .label-ballon--2, .label-ballon--3, .label-ballon--4, .label-ballon--5, .label-ballon--6 {
  position: relative;
  padding: 10px;
  text-align: center;
  color: #333;
  position: relative;
  background: #e22319;
}
.label-ballon::before, .label-ballon--1::before, .label-ballon--2::before, .label-ballon--3::before, .label-ballon--4::before, .label-ballon--5::before, .label-ballon--6::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 8px;
  border-top-color: #ccc;
  margin-left: -8px;
  left: 50%;
  bottom: -16px;
}
.label-ballon a, .label-ballon--1 a, .label-ballon--2 a, .label-ballon--3 a, .label-ballon--4 a, .label-ballon--5 a, .label-ballon--6 a {
  text-decoration: none;
}

.label-ballon--1 {
  color: #FFF;
  background: gray;
}
.label-ballon--1:before {
  border-top-color: gray;
}

.label-ballon--2 {
  color: #FFF;
  background: #e22319;
}
.label-ballon--2:before {
  border-top-color: #e22319;
}

.label-ballon--3 {
  color: #FFF;
  background: #3E8DDD;
}
.label-ballon--3:before {
  border-top-color: #3E8DDD;
}

.label-ballon--4 {
  color: #FFF;
  background: #6ABF4A;
}
.label-ballon--4:before {
  border-top-color: #6ABF4A;
}

.label-ballon--5 {
  color: #FFF;
  background: #FF6A00;
}
.label-ballon--5:before {
  border-top-color: #FF6A00;
}

.label-ballon--6 {
  color: #FFF;
  background: #F4CD05;
}
.label-ballon--6:before {
  border-top-color: #F4CD05;
}

.panel-square {
  margin-bottom: 20px;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.panel-p10 {
  padding: 10px 0;
}

.panel-heading-bold {
  font-weight: bold;
}
