@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

#main .section ~ .section {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .column ~ .column {
    margin-top: 70px;
  }

  #main .section ~ .section {
    margin-top: 80px;
  }

}


/** ***************************************************************************
 * 下層ビジュアル
 * ************************************************************************* */

/** ***************************************************************************
 * ロゴ
 */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-stageshow
#visual .logo img {
  width: 191px;
}

}

/** ***************************************************************************
 * リード文
 * ************************************************************************* */

#lead {
  position: relative;
  text-align: center;
}

#lead .body {}

#lead .title {
  background: #f4dde1;
  margin-top: 60px;
  padding: 10px 0;
}

#lead .title p {
  font-size: 30px;
  font-weight: bold;
  color: #e95f8f;
}

#lead .img {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
#lead {
  position: relative;
  text-align: center;
}

#lead .body {}

#lead .title {
  background: #f4dde1;
  margin-top: 30px;
  padding: 10px;
}

#lead .title p {
  font-size: 16px;
  font-weight: bold;
  color: #e95f8f;
}
#lead .title p .br-sp {
  display: block;
}

}

/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

#content {
  position: relative;
  padding-bottom: 230px;
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content {
  position: relative;
  padding-bottom: 110px;
  overflow: hidden;
}

}

/** ***************************************************************************
 * カラム
 */

#content .flex {}

#content .flex .body {
  position: relative;
  max-width: 1520px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

#content .flex .body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 4px;
  height: 100%;
  background: #e95b8f;
}


#content .flex .left-column {
  width: 48%;
  text-align: center;
  max-width: 600px;
}

#content .flex .right-column {
  width: 48%;
  text-align: center;
  max-width: 600px;
}

#content .column ~ .column {
  margin-top: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
#content .flex .body {
  position: relative;
  max-width: 1520px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .flex {}

#content .flex .body {
  position: relative;
  max-width: 1520px;
  display: block;
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
#content .flex .body::after {
  display: none;
}


#content .flex .left-column {
  width:100%;
  text-align: center;
  margin: 0 auto;
}

#content .flex .right-column {
  width:100%;
  text-align: center;
  margin: 60px auto 0;
}

#content .column ~ .column {
  margin-top: 50px;
}


#content .left-column .icon {
  margin-bottom: 40px;
}
#content .left-column .icon img {
  width: 178px;
}
#content .right-column .icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .right-column .icon img {
  width: 178px;
}


}

/** ***************************************************************************
 * 内容
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#content .flex .title {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  padding: 20px 1em;
  border: 2px solid #e95b8f;
  border-radius: 60px;
}
/**/
#content .flex .title-1 {
  border-radius: 100px;
}
#content .flex .title-1::before {
  content: "";
  display: block;
  background: url("../_image/stageshow/icon-1.png") no-repeat;
  width: 60px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 30px;
  margin-left: 40px;
}
/**/
#content .flex .title-2 {
  border-radius: 100px;
}
#content .flex .title-2::before {
  content: "";
  display: block;
  background: url("../_image/stageshow/icon-1.png") no-repeat;
  width: 60px;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 40px;
}
/**/
#content .flex .title-3 {
  border-radius: 100px;
}
#content .flex .title-3::before {
  content: "";
  display: block;
  background: url("../_image/stageshow/icon-2.png") no-repeat;
  width: 60px;
  height: 62px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/

#content .flex .title {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 1em;
  border: 2px solid #e95b8f;
  border-radius: 60px;
}
#content .flex .title-1 {
  border-radius: 60px;
}
#content .flex .title-1::before {
  content: "";
  display: block;
  background: url("../_image/stageshow/icon-1.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 30px 31px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 20px;
}
/**/
#content .flex .title-2 {
  border-radius: 60px;
}
#content .flex .title-2::before {
  content: "";
  display: block;
  background: url("../_image/stageshow/icon-1.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 30px 31px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
}
/**/
#content .flex .title-3 {
  border-radius: 60px;
}
#content .flex .title-3::before {
  content: "";
  display: block;
  background: url("../_image/stageshow/icon-2.png") no-repeat;
  width: 30px;
  height: 31px;
  background-size: 30px 31px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 10px;
  margin-right: 20px;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .flex .title {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 1em;
  border: 2px solid #e95b8f;
  border-radius: 30px;
}
#content .flex .title-1,
#content .flex .title-2,
#content .flex .title-3 {
  border-radius: 60px;
}

}

/** ***************************************************************************
 * テキスト
 */

#content .flex .text {
  margin: 20px auto 0;
  color: #000;
  font-size: 28px;
  text-align: center;
}
#content .flex small {
  display: block;
  margin-top: 30px;
  color: #000;
  font-size: 14px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
#content .flex .text {
  margin: 20px auto 0;
  color: #000;
  font-size: 18px;
  text-align: center;
}
#content .flex small {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 12px;
}
}

/** ***************************************************************************
 * 画像
 */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .flex .title + .flex {
  max-width: 180px;
  margin: 1em auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

}


/** ***************************************************************************
 * 注意事項
 */

#content .box {
  max-width: 640px;
  margin: 140px auto 0 !important;
  background: #fff;
  border: 1px solid #4c4a4a;
  padding: 20px;
  font-size: 16px;
  color: #505050;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .box {
  max-width: 100%;
  margin: 45px 30px 0 !important;
  background: #fff;
  border: 1px solid #4c4a4a;
  padding: 20px;
  font-size: 14px;
  color: #505050;
  text-align: left;
}
}