/*----------------------------------------------------------
--------------------------common----------------------------
----------------------------------------------------------*/
.max {
  margin: auto;
  max-width: 1160px;
}

.pdTop-50{
  padding-top: 50px!important;
}
.pdTop-40{
  padding-top: 40px!important;
}
.pdTop-30{
  padding-top: 30px!important;
}
.pdTop-20{
  padding-top: 30px!important;
}


.pageTitle {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .max {
    max-width: 1024px;
  }
}

.contents {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contents > *:last-child {
  margin-bottom: 0 !important;
}

.lead {
  line-height: 2;
  max-width: 960px;
  margin: auto;
}

.gray {
  background: #edeeee;
}

.rb {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: 4px;
}

.annotation {
  font-size: 1.2rem;
}

.center {
  text-align: center;
}

.inlineB {
  display: inline-block !important;
}

.w100 {
  width: 100%;
}

/*----------------------------------------------------------
--------------------------main----------------------------
----------------------------------------------------------*/
.main {
  background: #edeeee;
}

.main_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
  text-align: center;
}

.main_box h2 {
  font-weight: bold;
  color: #fff;
}

.main_box h2 img {
  display: block;
}

/*----------------------------------------------------------
--------------------------leftRight----------------------------
----------------------------------------------------------*/
.leftRight {
  text-align: center;
}

.leftRight > span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.leftRight > span:before, .leftRight > span:after {
  height: 2px;
  content: '';
  position: absolute;
  margin-top: -1px;
  top: 50%;
}

.leftRight > span::before {
  background-image: linear-gradient(-90deg, #f5022f 50%, #525b5c 50%, #525b5c);
  left: 0;
}

.leftRight > span::after {
  background-image: linear-gradient(-90deg, #525b5c 50%, #f5022f 50%, #f5022f);
  right: 0;
}

.leftRight.left {
  display: inline-block;
}

.leftRight.left span {
  padding-left: 40px;
  padding-right: 0;
}

.leftRight.left span:before {
  width: 20px;
}

.leftRight.left span::after {
  display: none;
}

/*----------------------------------------------------------
--------------------------link----------------------------
----------------------------------------------------------*/

.link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.link:before {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url(../img/icon_chev_white.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5022f;
  border-radius: 50%;
}

/*----------------------------------------------------------
--------------------------btn----------------------------
----------------------------------------------------------*/
.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  font-weight: bold;
}

.btn.limit {
  max-width: 600px;
  margin: auto;
}

.btn.reverse {
  max-width: 640px;
  margin: auto;
  background: #f5022f;
  border: 1px solid #f5022f;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(7, 14, 13, 0.24);
  line-height: 1.4;
}

.btn.reverse * {
  color: #fff;
}

.btn.reverse::before {
  background-image: url(../img/icon_chev_red.svg);
  background-color: #fff;
}

.btn_anchor_box {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.btn_anchor_box + .btn_anchor_box {
  margin-top: 25px;
}

.btn_anchor a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.btn_anchor {
  text-align: center;
  width: 22%;
}
.btn_anchor span {
  color: #000;
  text-align: left;
  line-height: 1.3;
  transition: all 0.25s;
  padding-right: 5px;
}
.btn_anchor::before {
  display: none;
}

/*----------------------------------------------------------
--------------------------title-----------------------------
----------------------------------------------------------*/
.main_page_title {
  padding-top: 63px;
  padding-bottom: 63px;
  border-bottom: 1px solid #edeeee;
}

/*----------------------------------------------------------
--------------------------swipe----------------------------
----------------------------------------------------------*/
.swipe {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

.swipe img {
  max-width: none;
}

/*----------------------------------------------------------
-----------------------border_gray_box----------------------
----------------------------------------------------------*/
.border_gray_box {
  width: 100%;
  padding: 25px;
  border: 5px solid #edeeee;
  overflow: hidden;
}

.border_under_box {
  border-bottom: 1px solid #edeeee;
}

/*----------------------------------------------------------
----------------------group_introduction--------------------
----------------------------------------------------------*/
.group_introduction {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.group_introduction a {
  display: block;
  margin: 0 21px;
}

