.cont {
  margin-right: auto;
  margin-left: auto;
  width: 1004px;
}

.cont .mvBox {
  margin-bottom: 50px;
}

.cont .row {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 865px;
}

.cont .row:after {
  content: " ";
  display: block;
  clear: both;
}

.cont .row-blue {
  text-align: right;
}

.cont .balloonWrap {
  display: inline-block;
}

.cont .balloonWrap:after {
  content: " ";
  display: block;
  clear: both;
}

.cont .balloonWrap-blue {
  float: right;
}

.cont .balloonBox {
  position: relative;
  z-index: 1;
}

.cont .balloonBox-pink::before {
  content: '';
  display: inline-block;
  margin-right: 40px;
  background: url("../img/ill_01.png") left top no-repeat;
  width: 80px;
  height: 80px;
}

.cont .balloonBox-blue {
  text-align: right;
}

.cont .balloonBox-blue::after {
  content: '';
  display: inline-block;
  margin-left: 40px;
  background: url("../img/ill_02.png") left top no-repeat;
  width: 80px;
  height: 80px;
}

.cont .balloonBox-last {
  margin-top: 20px;
}

.cont .balloon {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-left: 15px;
  min-height: 55px;
  border-radius: 10px;
  vertical-align: top;
}

.cont .balloon::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
}

.cont .balloon::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.cont .balloon > * {
  position: relative;
  z-index: 3;
}

.cont .balloon-pink::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg) skew(25deg, 25deg);
          transform: rotate(135deg) skew(25deg, 25deg);
  margin-top: 10px;
  margin-left: -10px;
}

.cont .balloon-blue::before {
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: -10px;
  -webkit-transform: rotate(45deg) skew(-25deg, -25deg);
          transform: rotate(45deg) skew(-25deg, -25deg);
}

.cont .balloon-pink,
.cont .balloon-pink::before {
  border: 4px solid #f8dae7;
  -webkit-box-shadow: 0 0 3px 3px rgba(248, 218, 231, 0.5);
          box-shadow: 0 0 3px 3px rgba(248, 218, 231, 0.5);
}

.cont .balloon-blue,
.cont .balloon-blue::before {
  border: 4px solid #d0e9f5;
  -webkit-box-shadow: 0 0 3px 3px rgba(199, 223, 235, 0.5);
          box-shadow: 0 0 3px 3px rgba(199, 223, 235, 0.5);
}

.cont .balloonTxt {
  position: relative;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.33;
  text-align: left;
  color: #000;
  z-index: 3;
}

.cont .balloonTxt-rows {
  margin-top: 0 !important;
}

.cont .balloonTxtIn-red {
  color: #ff0032;
}

.cont .balloonTxtIn-large {
  font-size: 31px;
}

.cont .balloonTxtIn-small {
  font-size: 18px;
}

.cont .balloonArrow-pink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 15px;
  border-color: transparent transparent transparent #f6d8e6;
  z-index: 4;
}

.cont .balloonArrow-blue::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #d0e9f5 transparent transparent;
}

.cont .balloonArrow-pink02::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  margin-right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0;
  border-color: #f6d8e6 transparent transparent;
  z-index: 4;
}

.cont .picBox {
  vertical-align: top;
}

.cont .picBox-row {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 865px;
}

.cont .picBox-row:after {
  content: " ";
  display: block;
  clear: both;
}

.cont .picBox-left {
  float: left;
}

.cont .picBox-right {
  float: right;
}

.cont .picImg-left {
  float: left;
}

.cont .picImg-right {
  float: right;
}

.cont .ico_arrow {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 64px;
}

.cont .list01 {
  margin-top: 20px;
  width: 305px;
  font-size: 21px;
  font-weight: bold;
}

.cont .list01 .item {
  margin-bottom: 15px;
  color: #000;
}

.cont .list01 .item::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  padding-top: 24px;
  width: 24px;
  height: 0;
  vertical-align: middle;
}

.cont .list01 .item:nth-of-type(1)::before {
  background: url("../img/ico_num_01.png") left top no-repeat;
}

.cont .list01 .item:nth-of-type(2)::before {
  background: url("../img/ico_num_02.png") left top no-repeat;
}

.cont .list01 .item:nth-of-type(3)::before {
  background: url("../img/ico_num_03.png") left top no-repeat;
}

.cont .list01 .item:nth-of-type(4)::before {
  background: url("../img/ico_num_04.png") left top no-repeat;
}

.cont .list01 .item:nth-of-type(5)::before {
  background: url("../img/ico_num_05.png") left top no-repeat;
}

.cont .mainTtl {
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 865px;
  height: auto;
  background: #eeefef;
  color: #000;
}

.cont .balloonTxtBorder-red {
  padding-bottom: 2px;
  background: url("../img/border_red_01.png") left bottom no-repeat;
}

.cont .balloonPicBox {
  margin-top: 5px;
  text-align: right;
}

.cont .subTtlBox {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 700px;
  background: #eeefef;
  border-radius: 15px;
}

.cont .subTtlBox:after {
  content: " ";
  display: block;
  clear: both;
}

.cont .subTtl {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: none;
  border: 0;
  text-align: center;
}

.cont .subWrite {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

.cont .subWrite-left {
  float: left;
  width: 380px;
  text-align: left;
}

.cont .subImgBox-right {
  float: right;
  width: 320px;
  text-align: right;
}

.cont .picBox-pink-inline {
  display: inline-block;
  margin-left: 30px;
}

.cont .picBox-blue-inline {
  display: inline-block;
  margin-right: 30px;
}

.cont .btn {
  margin-right: auto;
  margin-left: auto;
  width: 226px;
  opacity: 1;
}

.cont .btn:hover {
  opacity: 0.7;
}

.cont .btnList {
  margin-bottom: 30px;
  text-align: center;
}

.cont .btnItem {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
