.w_1200 {
  width: 1200px;
  margin: 0 auto; }

a {
  text-decoration: initial; }

.bg_gray {
  background: #fafafa; }

.h2 {
  text-align: center;
  font-size: 32px;
  color: #000; }

.flexStart {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexBetween {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flexBtwCol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }

.flexStartCol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; }

.flexAroundCol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column; }

.flexCenterCol {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

._common_btm1 {
  padding-top: 80px;
  padding-bottom: 60px; }
  ._common_btm1 img {
    margin: 0 auto; }
  ._common_btm1 .line1 {
    font-size: 24px;
    color: #222;
    margin-top: 60px;
    margin-bottom: 80px; }
    ._common_btm1 .line1 .c1 {
      color: #FF9C5E; }
    ._common_btm1 .line1 .c2 {
      color: #FF5852; }

._common_btm2 {
  padding-top: 80px;
  padding-bottom: 100px; }
  ._common_btm2 .box {
    padding: 0 64px;
    font-size: 18px;
    color: #333;
    justify-content: space-between;
    flex-wrap: wrap; }
    ._common_btm2 .box .item {
      width: 76px;
      margin-top: 60px;
      margin-right: 130px; }
      ._common_btm2 .box .item:nth-child(6n) {
        margin-right: 0; }
      ._common_btm2 .box .item img {
        margin-bottom: 12px; }
