/*----------------------------------------------------------
--------------------------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;
}


@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: #f0f3f3;
}

.lightGray {
  background: #fafdfd;
  border-top: 1px solid #ebf0f0;
  border-bottom: 1px solid #ebf0f0;
}

.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;
  line-height: 1.6;
}

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

.btn.limit2 {
  max-width: 360px;
  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;
  justify-content: center;
}

.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;
}
.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;
}
/*----------------------------------------------------------
---------------------------arrow----------------------------
----------------------------------------------------------*/
.arrowLeft {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  max-width: 4em;
  width: 10%;
  margin-right: 1em;
  height: 1em;
}
.arrowRight {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  max-width: 4em;
  width: 10%;
  margin-left: 1em;
  height: 1em;
}
.arrowRight::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    border: 0.5em solid transparent;
    border-left: 0.5em solid #ccd2d2;
}
.arrowRight::after{
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: calc(100% - 1em);
    height: 0.3em;
    background-color: #ccd2d2;
}
.arrowLeft::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    border: 0.5em solid transparent;
    border-right: 0.5em solid #ccd2d2;
}
.arrowLeft::after{
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: calc(100% - 1em);
    height: 0.3em;
    background-color: #ccd2d2;
}

/*----------------------------------------------------------
--------------------------textlink--------------------------
----------------------------------------------------------*/
.textlink {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.4;
  padding-left: 1.2em;
  font-size: 1.6rem;
}
.textlink a{
  color: #f4012f;
}
.textlink a:hover {
  text-decoration: underline;
}
.textlink::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: url("../../../cmn/img/icon_chev_red.svg") center center /contain no-repeat;
  color: #f4012f;
}

/*----------------------------------------------------------
---------------------------about----------------------------
----------------------------------------------------------*/
.about_link a:hover {
  text-decoration: underline;
}
.about_link a {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.about_link a::after {
  position: absolute;
  top: 5%;
  right: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../../cmn/img/icon_chev_black.svg) center center /contain no-repeat;
}

/*----------------------------------------------------------
--------------------------subcopy---------------------------
----------------------------------------------------------*/

.heading.-subHeading{
  font-size: 2.0rem;
}

.subCopy.-subTxt{
  font-size: 1.6rem;
}