@charset "utf-8";

/* mainImg
/* ------------------------------------------------------------------------ */
.mainImg {
  margin: 95px 0 0 0;
}

.mainImg,
.mainImg img.pc {
  max-width: 100%;
}

@media (max-width: 767px) {
  .mainImg {
    margin: 60px 0 0 0;
  }
}

/* worriesBlock
/* ------------------------------------------------------------------------ */
.worriesBlock {
  width: 1160px;
  padding: 0 30px;
  margin: 100px auto 0;
}

.worriesBlock .title {
  color: #505050;
  font-size: 40px;
  text-align: center;
  border-bottom: #505050 1px solid;
  font-weight: 500;
  display: inline-block;
  padding: 0 0 8px 0;
  letter-spacing: 2px;
}

.worriesBlock .worriesBlockInner {
  margin: 30px 0 0 0;
}

.worriesBlock .worriesBlockInner .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.worriesBlock .worriesBlockInner .box1 .txt {
  margin: 40px 0 0 -30px;
}

.worriesBlock .worriesBlockInner .box2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin: -80px 0 0 0;
}

.worriesBlock .worriesBlockInner .box2 .txt {
  margin: 30px -45px 0 0;
  z-index: 0;
}

.worriesBlock .worriesBlockInner .box3 {
  margin: -120px 0 0 0;
}

.worriesBlock .worriesBlockInner .box3 .txt {
  margin: 30px 0 0 -30px;
}

@media (max-width: 767px) {
  .worriesBlock {
    width: 90%;
    padding: 0;
    margin: 40px auto 0;
  }

  .worriesBlock .title {
    font-size: 20px;
    padding: 0 0 5px 0;
  }

  .worriesBlock .worriesBlockInner .box .pic {
    width: 150px;
  }

  .worriesBlock .worriesBlockInner .box1 .txt {
    margin: 0 0 0 -10px;
  }

  .worriesBlock .worriesBlockInner .box2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 0 0;
  }

  .worriesBlock .worriesBlockInner .box2 .txt {
    margin: 0 -10px 0 0;
  }

  .worriesBlock .worriesBlockInner .box3 {
    margin: 10px 0 0 0;
  }

  .worriesBlock .worriesBlockInner .box3 .txt {
    margin: 0 0 0 -10px;
  }
}

.applicationBtnBox2 .howto {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .applicationBtnBox2 .howto {
    font-size: 18px;
  }
}

/* pointBlock
/* ------------------------------------------------------------------------ */
.pointBlock {
  margin: 0;
  padding-top: 90px;
}

.pointBlock .title img {
  margin: 15px 12px 0 0;
  width: 280px;
}

.pointBlock .title .t2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 3.2;
}

.pointBlock .title strong {
  font-size: 50px;
  font-weight: 500;
  color: #f57800;
  line-height: 1.4;
}

.pointBlock .titleTxt {
  font-size: 28px;
  margin: -10px 0 0 0;
  font-weight: 500;
  color: #f57800;
  line-height: 1.7;
}

.pointBlock .pointBlockInner {
  position: relative;
  width: 1160px;
  padding: 40px 30px 0;
  margin: 0 auto;
}

.pointBlock .pointBlockInner .box {
  position: absolute;
}

.pointBlock .pointBlockInner .box .txt {
  font-size: 22px;
  font-weight: 400;
}

.pointBlock .pointBlockInner .box .txt strong {
  font-size: 32px;
  color: #f57800;
  font-weight: 500;
  line-height: 1.4;
}

.pointBlock .pointBlockInner .box1 {
  background: url('../img/img_point_002.png') no-repeat 0 0;
  width: 356px;
  height: 353px;
  top: 0;
  right: 20px;
}

.pointBlock .pointBlockInner .box1 .txt {
  padding: 80px 0 0 0;
}

.pointBlock .pointBlockInner .box2 {
  background: url('../img/img_point_003.png') no-repeat 0 0;
  width: 309px;
  height: 309px;
  top: 410px;
  right: 58px;
}

.pointBlock .pointBlockInner .box2 .txt {
  padding: 80px 0 0 0;
}

.pointBlock .pointBlockInner .box3 {
  background: url('../img/img_point_004.png') no-repeat 0 0;
  width: 368px;
  height: 370px;
  top: 32px;
  left: 10px;
}

.pointBlock .pointBlockInner .box3 .txt {
  padding: 85px 0 0 0;
}

.pointBlock .pointBlockInner .box4 {
  background: url('../img/img_point_005.png') no-repeat 0 0;
  width: 327px;
  height: 326px;
  top: 450px;
  left: 50px;
}

.pointBlock .pointBlockInner .box4 .txt {
  padding: 75px 0 0 0;
}

.pointBlock .bottomTxt {
  color: #f57800;
  font-size: 36px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.pointBlock .bottomTxt .t {
  font-size: 60px;
}

.pointBlock .bottomTxt .t3 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .pointBlock {
    margin: -10px 0 0 0;
    padding: 60px 0 0 0;
  }

  .pointBlock .title img {
    margin: 5px 8px 0 0;
    width: 160px;
  }

  .pointBlock .title .t2 {
    font-size: 20px;
    line-height: 2.2;
  }

  .pointBlock .title strong {
    font-size: 26px;
  }

  .pointBlock .titleTxt {
    font-size: 17px;
    margin: 5px 0 0 0;
    line-height: 1.8;
  }

  .pointBlock .pointBlockInner {
    position: static;
    width: 90%;
    padding: 20px 0 0;
    margin: 0 auto;
  }

  .pointBlock .pointBlockInner .img img {
    max-width: 70%;
  }

  .pointBlock .pointBlockInner .box {
    position: static;
    border-bottom: #cccccc 1px solid;
    padding: 20px;
  }

  .pointBlock .pointBlockInner .box:nth-of-type(1) {
    border-top: #cccccc 1px solid;
    margin: 20px 0 0 0;
  }

  .pointBlock .pointBlockInner .box .txt {
    font-size: 15px;
    text-align: left;
  }

  .pointBlock .pointBlockInner .box .txt strong {
    font-size: 18px;
  }

  .pointBlock .pointBlockInner .box1,
  .pointBlock .pointBlockInner .box2,
  .pointBlock .pointBlockInner .box3,
  .pointBlock .pointBlockInner .box4 {
    width: 100%;
    height: 100%;
    background: none;
  }

  .pointBlock .pointBlockInner .box1 .txt,
  .pointBlock .pointBlockInner .box2 .txt,
  .pointBlock .pointBlockInner .box3 .txt,
  .pointBlock .pointBlockInner .box4 .txt {
    padding: 0;
  }

  .pointBlock .bottomTxt {
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 0 0;
    line-height: 1.4;
  }

  .pointBlock .bottomTxt .t {
    font-size: 44px;
  }

  .pointBlock .bottomTxt .t3 {
    font-size: 12px;
  }
}

/* aboutBlock
/* ------------------------------------------------------------------------ */
.aboutBlock {
  background: #fffdee;
  margin: 120px 0 0 0;
  padding: 50px 0 60px 0;
}

.aboutBlock .txt {
  background: url('../img/icon_about_001.png') no-repeat center top;
  font-size: 24px;
  font-weight: 400;
  color: #f57800;
  padding: 40px 0 0 0;
}

.aboutBlock .title {
  font-size: 40px;
  font-weight: 400;
  margin: 20px 0 0 0;
  letter-spacing: 4px;
}

.aboutBlock .aboutBlockInner {
  border: #f57800 solid 3px;
  background: #fff;
  border-radius: 10px;
  width: 1100px;
  margin: 40px auto 0;
}

.aboutBlock .aboutBlockInner ul {
  margin: 20px 50px 35px 78px;
}

.aboutBlock .aboutBlockInner ul li {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  background: url('../common/img/border_001.png') repeat-x center bottom;
  padding: 20px 0 15px 0;
  position: relative;
}

.aboutBlock .aboutBlockInner ul li:before {
  display: block;
  content: '';
  background: url('../img/icon_about_002.jpg') no-repeat 0 0;
  width: 29px;
  height: 23px;
  position: absolute;
  top: 36px;
  left: -40px;
}

.aboutBlock .aboutBlockInner ul li .t {
  font-size: 28px;
}

.aboutBlock .aboutBlockInner ul li .t2 {
  font-size: 20px;
}

.aboutBlock .aboutBlockInner ul li strong {
  text-align: left;
  font-size: 32px;
  color: #f57800;
  font-weight: 500;
}

.aboutBlock .imgBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
}

.aboutBlock .imgBox .img {
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .aboutBlock {
    margin: 50px 0 0 0;
    padding: 50px 0 40px 0;
  }

  .aboutBlock .txt {
    background: url('../img/icon_about_001.png') no-repeat center top;
    background-size: 60px;
    font-size: 18px;
    padding: 38px 0 0 0;
  }

  .aboutBlock .title {
    font-size: 24px;
    margin: 10px 0 0 0;
  }

  .aboutBlock .title img {
    width: 160px;
    margin: 5px 8px 0 0;
  }

  .aboutBlock .aboutBlockInner {
    border: #f57800 solid 2px;
    width: 90%;
    margin: 25px auto 0;
  }

  .aboutBlock .aboutBlockInner ul {
    margin: 10px 20px 25px 50px;
  }

  .aboutBlock .aboutBlockInner ul li {
    font-size: 15px;
    padding: 15px 0 15px 0;
  }

  .aboutBlock .aboutBlockInner ul li:before {
    background: url('../img/icon_about_002.jpg') no-repeat 0 0;
    background-size: 18px;
    width: 18px;
    top: 28px;
    left: -30px;
  }

  .aboutBlock .aboutBlockInner ul li .t {
    font-size: 14px;
  }

  .aboutBlock .aboutBlockInner ul li .t2 {
    font-size: 12px;
  }

  .aboutBlock .aboutBlockInner ul li strong {
    font-size: 18px;
  }

  .aboutBlock .imgBox {
    margin: 20px auto 0;
    display: block;
    text-align: center;
  }

  .aboutBlock .imgBox .img {
    margin: 0 auto;
    width: 300px;
  }

  .aboutBlock .imgBox .img2 {
    margin: 15px auto 0;
    width: 200px;
  }
}

/* factBlock
/* ------------------------------------------------------------------------ */
.factBlock {
  margin: 30px auto 0;
  padding: 90px 30px 0;
  width: 1160px;
}

.factBlock .title {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 4px;
  background: url('../common/img/titleBg_001.png') no-repeat center bottom;
  padding: 0 0 40px 0;
}

.factBlock .title strong {
  font-size: 50px;
  color: #1072bd;
  font-weight: 500;
}

.factBlock .factBlockInner {
  margin: 50px 0 0 0;
}

.factBlock .factBlockInner .box {
  margin: 120px 0 0 0;
}

.factBlock .factBlockInner .box:nth-of-type(1) {
  margin-top: 0;
}

.factBlock .factBlockInner .box .titleBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.factBlock .factBlockInner .box .titleBox .icon {
  color: #fff;
  background: #1072bd;
  border-radius: 100%;
  font-size: 40px;
  font-weight: 600;
  width: 118px;
  height: 118px;
  padding: 25px 0 0 0;
  line-height: 1.3;
  margin: 0 30px 0 0;
}

.factBlock .factBlockInner .box .titleBox .icon span {
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.factBlock .factBlockInner .box .titleBox .txtBox .title2 {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.factBlock .factBlockInner .box .titleBox .txtBox .title2 strong {
  font-size: 38px;
  font-weight: 500;
  color: #1072bd;
}

.factBlock .factBlockInner .box .titleBox .txtBox .title2 strong sup {
  vertical-align: top;
  font-size: 18px;
}

.factBlock .factBlockInner .box .titleBox .txtBox .txt3 {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 1.8;
}

.factBlock .factBlockInner .box .titleBox .txtBox .txt3 strong {
  color: #1072bd;
  font-weight: 400;
}

.factBlock .factBlockInner .box .titleBox .txtBox .txt3 sup {
  vertical-align: top;
  font-size: 18px;
}

.factBlock .factBlockInner .box .boxInner {
  background: #fffdee;
  border: #f57800 3px solid;
  border-radius: 10px;
  margin: 30px 0 0 0;
  padding: 35px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.factBlock .factBlockInner .box .boxInner:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 5s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(200) rotate(45deg);
    opacity: 0;
  }
}

.factBlock .factBlockInner .box .boxInner .txt2 {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}

.factBlock .factBlockInner .box .boxInner .txt2 strong {
  color: #f57800;
  font-weight: 400;
}

.factBlock .factBlockInner .box .boxInner .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}

.factBlock .factBlockInner .box .boxInner .inner .img {
  margin: 0 30px 0 0;
}

.factBlock .factBlockInner .box .boxInner .inner .txt {
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}

.factBlock .factBlockInner .box .boxInner .inner .txt strong {
  font-size: 40px;
  font-weight: 500;
  color: #f57800;
}

.factBlock .factBlockInner .box .boxInner .inner .txt strong sup {
  vertical-align: top;
  font-size: 20px;
}

.factBlock .factBlockInner .box .boxInner .inner .txt .t {
  color: #f57800;
  font-size: 18px;
}

.factBlock .factBlockInner .box .boxInner .inner .txt .t2 {
  margin: 20px 0 0 0;
  display: inline-block;
}

.factBlock .factBlockInner .box .boxInner .inner .txt img {
  margin: 10px 8px 5px 0;
  width: 240px;
}

.factBlock .factBlockInner .box .txt4 {
  font-size: 17px;
  text-align: right;
  margin: 15px 0 0 0;
}

@media (min-width: 768px) {

  /*box1*/
  .factBlock .factBlockInner .box1 .titleBox .title2 {
    margin: 30px 0 0 0;
  }

  .factBlock .factBlockInner .box1 .boxInner {
    padding-left: 100px;
  }

  /*box2*/
  .factBlock .factBlockInner .box2 .boxInner {
    padding-left: 120px;
  }

  /*box3*/
  .factBlock .factBlockInner .box3 .boxInner {
    padding-left: 160px;
  }

  .factBlock .factBlockInner .box3 .boxInner .inner .img {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .factBlock {
    margin: -10px auto 0;
    padding: 60px 0 0 0;
    width: 90%;
  }

  .factBlock .title {
    font-size: 15px;
    background: url('../common/img/titleBg_001.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 25px 0;
    line-height: 1.6;
  }

  .factBlock .title strong {
    font-size: 24px;
  }

  .factBlock .factBlockInner {
    margin: 30px 0 0 0;
  }

  .factBlock .factBlockInner .box {
    margin: 50px 0 0 0;
  }

  .factBlock .factBlockInner .box:nth-of-type(1) {
    margin-top: 0;
  }

  .factBlock .factBlockInner .box .titleBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .factBlock .factBlockInner .box .titleBox .icon {
    font-size: 24px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    padding: 15px 0 0 0;
    margin: 0 20px 0 0;
  }

  .factBlock .factBlockInner .box .titleBox .icon span {
    font-size: 12px;
  }

  .factBlock .factBlockInner .box .titleBox .txtBox .title2 {
    font-size: 16px;
  }

  .factBlock .factBlockInner .box .titleBox .txtBox .title2 strong {
    font-size: 22px;
  }

  .factBlock .factBlockInner .box .titleBox .txtBox .title2 strong sup {
    font-size: 14px;
  }

  .factBlock .factBlockInner .box .titleBox .txtBox .txt3 {
    font-size: 16px;
    margin: 10px 0 0 0;
  }

  .factBlock .factBlockInner .box .titleBox .txtBox .txt3 sup {
    font-size: 12px;
  }

  .factBlock .factBlockInner .box .boxInner {
    border: #f57800 2px solid;
    margin: 20px 0 0 0;
    padding: 20px;
  }

  .factBlock .factBlockInner .box .boxInner .txt2 {
    font-size: 16px;
  }

  .factBlock .factBlockInner .box .boxInner .inner {
    display: block;
    margin: 10px 0 0 0;
  }

  .factBlock .factBlockInner .box .boxInner .inner .img {
    margin: 15px auto 0;
    width: 90%;
    max-width: auto;
  }

  .factBlock .factBlockInner .box .boxInner .inner .txt {
    font-size: 16px;
    margin: 0;
  }

  .factBlock .factBlockInner .box .boxInner .inner .txt strong {
    font-size: 22px;
  }

  .factBlock .factBlockInner .box .boxInner .inner .txt strong sup {
    font-size: 14px;
  }

  .factBlock .factBlockInner .box .boxInner .inner .txt .t {
    font-size: 12px;
  }

  .factBlock .factBlockInner .box .boxInner .inner .txt .t2 {
    margin: 5px 0 0 0;
    display: inline-block;
  }

  .factBlock .factBlockInner .box .boxInner .inner .txt img {
    margin: 0 8px 5px 0;
    width: 140px;
  }

  .factBlock .factBlockInner .box .txt4 {
    font-size: 13px;
    margin: 10px 0 0 0;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }

  /*box1*/
  .factBlock .factBlockInner .box1 .titleBox .title2 {
    margin: 10px 0 0 0;
  }

  .factBlock .factBlockInner .box1 .boxInner .inner .txt {
    margin-top: 0;
  }

  .factBlock .factBlockInner .box1 .boxInner .inner .txt img {
    margin-top: 8px;
  }

  .factBlock .factBlockInner .box1 .boxInner .inner .txt .t2 {
    margin-top: 12px;
  }
}

/* partnerBlock
/* ------------------------------------------------------------------------ */
.partnerBlock {
  padding: 90px 0 0 0;
}

.partnerBlock02 {
  background: #fffbec;
  padding: 100px 0 120px 0;
}

.partnerBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.partnerBlock .titleTxt {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 0 0;
  line-height: 2;
}

.partnerBlock .partnerBlockInner {
  width: 1100px;
  margin: 50px auto 0;
}

.partnerBlock .partnerBlockInner .box {
  background: #fff;
  border-radius: 10px;
  border-left: #7bb655 15px solid;
  box-shadow: -5px -5px 0 0 rgba(213, 212, 208, 1) inset;
  margin: 50px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 30px 100px 40px;
}

.partnerBlock .partnerBlockInner .box:nth-of-type(1) {
  margin-top: 0;
}

.partnerBlock .partnerBlockInner .box .pic {
  margin: 0 40px 0 0;
}

.partnerBlock .partnerBlockInner .box .partnername {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.partnerBlock .partnerBlockInner .box .txt {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.partnerBlock .partnerBlockInner .btn a {
  background-color: #7bb855;
  color: #fff;
  padding: 10px 30px;
  max-width: 200px;
  display: block;
  margin: 20px 0 0 auto;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.partnerBlock .partnerBlockInner .btn a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e916';
  font-size: 12px;
  color: #fff;
  top: 50%;
  right: 14px;
  margin-top: -5px;
}

.partnerBlock .partnerBlockInner .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .partnerBlock {
    padding: 50px 0 0 0;
  }

  .partnerBlock02 {
    background: #fffbec;
    padding: 50px 0 50px 0;
  }

  .partnerBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .partnerBlock .titleTxt {
    font-size: 15px;
    margin: 20px auto 0;
    line-height: 1.8;
    width: 90%;
  }

  .partnerBlock .partnerBlockInner {
    width: 90%;
    margin: 20px auto 0;
  }

  .partnerBlock .partnerBlockInner .box {
    border-left: #7bb655 10px solid;
    box-shadow: -2px -2px 0 0 rgba(213, 212, 208, 1) inset;
    margin: 20px 0 0 0;
    display: block;
    padding: 20px 25px 30px;
  }

  .partnerBlock .partnerBlockInner .box .pic {
    margin: 0 auto;
  }

  .partnerBlock .partnerBlockInner .box .partnername {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .partnerBlock .partnerBlockInner .box .txt {
    font-size: 14px;
    margin: 7px 0 0 0;
    line-height: 1.8;
  }

  .partnerBlock .partnerBlockInner .btn a {
    font-size: 13px;
    margin: 20px auto 0;
  }
}

/* voiceBlock
/* ------------------------------------------------------------------------ */
.voiceBlock {
  background: #f5f3ee;
  margin: 0;
  padding: 120px 0 80px 0;
}

.voiceBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.voiceBlock .titleTxt {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 0 0;
  line-height: 2;
}

.voiceBlock .notes {
  font-size: 16px;
  margin: 10px 0 0 0;
}

.voiceBlock .voiceBlockWrapper {
  width: 1100px;
  margin: 50px auto 0;
}

.voiceBlock .voiceBlockInner {
  display: flex;
  justify-content: space-between;
}

.voiceBlock .voiceBlockInner .box {
  background: #fff;
  border-radius: 10px;
  border-left: #f57800 15px solid;
  box-shadow: -5px -5px 0 0 rgba(213, 212, 208, 1) inset;
  margin: 0;
  width: 31%;
  padding: 28px 24px;
}

.voiceBlock .voiceBlockInner .box .pic {
  margin: 0 auto;
  width: 150px;
}

.voiceBlock .voiceBlockInner .box .pic img {
  width: 100%;
}

.voiceBlock .voiceBlockInner .box .txt {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 18px;
}

.voiceBlock .voiceBlockInner .box .txt em {
  background: linear-gradient(transparent 60%, #ffce9f 60%);
}

@media (max-width: 767px) {
  .voiceBlock {
    margin: 0;
    padding: 50px 0 50px 0;
  }

  .voiceBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .voiceBlock .titleTxt {
    font-size: 15px;
    margin: 20px 0 0 0;
    line-height: 1.8;
    padding: 0 5%;
  }

  .voiceBlock .notes {
    font-size: 14px;
    margin: 8px 0 0 0;
    padding: 0 5%;
  }

  .voiceBlock .voiceBlockWrapper {
    width: 90%;
    margin: 20px auto 0;
  }

  .voiceBlock .voiceBlockInner {
    display: block;
  }

  .voiceBlock .voiceBlockInner .box {
    width: 100%;
    display: flex;
    align-items: center;
    border-left: #f57800 10px solid;
    box-shadow: -2px -2px 0 0 rgba(213, 212, 208, 1) inset;
    margin: 20px 0 0 0;
    padding: 20px 25px 30px;
  }

  .voiceBlock .voiceBlockInner .box .pic {
    margin: 0 5% 0 0;
    width: 25%;
    max-width: 120px;
  }

  .voiceBlock .voiceBlockInner .box .txt {
    width: 70%;
    font-size: 13px;
    margin: 0;
    line-height: 1.8;
  }
}

/* comparisonBlock
/* ------------------------------------------------------------------------ */
.comparisonBlockBg2 {
  margin: 20px 0 0 0;
  padding: 90px 0 0 0;
}

.comparisonBlockBg {
  background: #f5f3ee;
}

.comparisonBlock {
  margin: 0 auto;
  width: 1160px;
  padding: 100px 30px;
}

.comparisonBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.comparisonBlock .titleTxt {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 0 0;
  line-height: 2;
}

.comparisonBlock .comparisonBlockInner table {
  width: 100%;
  margin: 50px 0 0 0;
}

.comparisonBlock .comparisonBlockInner table tr:first-child th {
  background: #7b7b7b;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
  width: 280px;
  vertical-align: middle;
}

.comparisonBlock .comparisonBlockInner table tr:first-child th:nth-child(2) {
  background: #f57800;
}

.comparisonBlock .comparisonBlockInner table tr th:first-child {
  background: #e7e1d2;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: left;
}

.comparisonBlock .comparisonBlockInner table tr.trColor th:first-child {
  background: #f5f3ee;
}

.comparisonBlock .comparisonBlockInner table tr td {
  background: #fdeaca;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

.comparisonBlock .comparisonBlockInner table tr th:last-child,
.comparisonBlock .comparisonBlockInner table tr td:last-child {
  border-left: #fff 1px solid;
}

.comparisonBlock .comparisonBlockInner table tr td:nth-of-type(1) {
  background-image: url(../img/border_comparison_001.gif),
    url(../img/border_comparison_001.gif);
  background-repeat: repeat-y, repeat-y;
  background-position: center left, center right;
  background-color: #fdeaca;
}

.comparisonBlock .comparisonBlockInner table tr.trColor td {
  background-color: #fffdee;
}

.comparisonBlock .comparisonBlockInner table tr:last-child td:nth-of-type(1) {
  background-image: url(../img/border_comparison_001.gif),
    url(../img/border_comparison_001.gif), url(../img/border_comparison_001.gif);
  background-repeat: repeat-y, repeat-y, repeat-x;
  background-position: center left, center right, bottom center;
}

.comparisonBlock .comparisonBlockInner table .notd {
  background: none !important;
}

.comparisonBlock .comparisonBlockInner .txt {
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 13px;
}

.comparisonBlock .comparisonBlockInner .txt + .txt {
  margin-top: 3px;
}


@media (max-width: 767px) {
  .comparisonBlockBg2 {
    margin: 20px 0 0 0;
    padding: 60px 0 0 0;
  }

  .comparisonBlockBg {
    padding: 0 0 50px 0;
  }

  .comparisonBlock {
    margin: -10px auto 0;
    padding: 60px 0 0 0;
    width: 90%;
  }

  .comparisonBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .comparisonBlock .titleTxt {
    font-size: 15px;
    margin: 20px 0 0 0;
    line-height: 1.8;
  }

  .comparisonBlock .comparisonBlockInner table {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .comparisonBlock .comparisonBlockInner table tr:first-child th {
    font-size: 12px;
    padding: 10px 0;
    width: 25%;
  }

  .comparisonBlock .comparisonBlockInner table tr:first-child th img {
    width: 80%;
    padding: 8px 0 0 0;
  }

  .comparisonBlock .comparisonBlockInner table tr th:first-child {
    font-size: 12px;
    padding: 10px 10px;
  }

  .comparisonBlock .comparisonBlockInner table tr td {
    font-size: 12px;
  }

  .comparisonBlock .comparisonBlockInner table tr td:nth-of-type(1) {
    background-image: url(../img/border_comparison_001_sp.gif),
      url(../img/border_comparison_001_sp.gif);
  }

  .comparisonBlock .comparisonBlockInner table tr:last-child td:nth-of-type(1) {
    background-image: url(../img/border_comparison_001_sp.gif),
      url(../img/border_comparison_001_sp.gif),
      url(../img/border_comparison_001_sp.gif);
  }

  .comparisonBlock .comparisonBlockInner .txt {
    font-size: 12px;
    text-align: left;
    text-indent: -2.3em;
    margin-left: 2.3em;
  }

  .comparisonBlockBg2 .applicationBtnBox2 .btnBox {
    width: 100%;
  }
}

/* faqBlock
/* ------------------------------------------------------------------------ */
.faqBlockBg {
  margin-top: -100px;
  padding-top: 100px;
}

.faqBlock {
  background: #fffdee;
  padding: 100px 0;
}

.faqBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.faqBlock .btn {
  margin: 50px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faqBlock .txt {
  font-size: 12px;
  margin: 20px 0 0 0;
}

.faqBlock .inquiryBlock {
  background-color: transparent;
  padding: 0;
  margin: 40px 0 0 0;
}

.faqBlock .inquiryBlock .inquiryBlockInner {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
}

.faqBlock .inquiryBlock .inquiryBlockInner .txt2 {
  font-size: 15px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .faqBlock .btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .faqBlockBg {
    margin-top: -60px;
    padding-top: 60px;
  }

  .faqBlock {
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
  }

  .faqBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .faqBlock .btn {
    margin: 20px auto 0;
    width: 260px;
  }

  .faqBlock .txt {
    font-size: 10px;
  }

  .faqBlock .inquiryBlock .inquiryBlockInner .txt2 {
    font-size: 14px;
  }

}

/* flowBlock
/* ------------------------------------------------------------------------ */
.flowBlock {
  margin: 120px 0 0 0;
}

.flowBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.flowBlock .flowBlockInner {
  width: 1060px;
  margin: 50px auto 0;
}

.flowBlock .flowBlockInner .box {
  box-shadow: 0px 0px 10px 10px #fde7d1;
  border-radius: 10px;
  padding: 35px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flowBlock .flowBlockInner .box .icon span {
  background: #f57800;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  width: 100px;
  margin: 0 30px 0 0;
  display: block;
  padding: 5px 0;
}

.flowBlock .flowBlockInner .box .imgBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox {
  width: 100%;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .howto1,
.flowBlock .flowBlockInner .box .imgBox .txtBox .howto2 {
  position: relative;
  padding-left: 1.2em;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt.howto2 {
  margin-top: 30px;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .howto1 + .btnBg,
.flowBlock .flowBlockInner .box .imgBox .txtBox .howto2 + .btnBg {
  margin-top: 12px;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .howto1::before,
.flowBlock .flowBlockInner .box .imgBox .txtBox .howto2::before {
  content: '●';
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .howto1::before {
  color: #7bb855;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .howto2::before {
  color: #f37c24;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .title2 {
  font-size: 24px;
  color: #f37c24;
  font-weight: 500;
  text-align: left;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 20px 0 0 0;
  line-height: 2;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt strong {
  color: #f57800;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt2 {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 0 0 0;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt2 strong {
  color: #f57800;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn {
  width: 300px;
  height: 90px;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a[href^='tel:'] {
  pointer-events: auto;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: no-repeat #7bb855;
  border-radius: 200px;
  line-height: 1.5;
  border-bottom: #55922e 5px solid;
  padding: 18px 0 0 0;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn2 a {
  background: #f57800;
  border-bottom: #ca680a 5px solid;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a .t {
  font-size: 20px;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a:hover {
  text-decoration: none;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox ol {
  margin: 10px 0 0 0;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox ol li {
  text-align: left;
  text-indent: -10.2em;
  padding: 0 0 0 10.2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin: 10px 0 0 0;
  text-align: left;
  text-indent: -6.5em;
  padding: 0 0 0 6.5em;
}

.flowBlock .flowBlockInner .box .imgBox .txtBox .txt4 {
  font-size: 10px;
  text-align: left;
  margin: 10px 0 0 1em;
  text-indent: -1em;
}

.flowBlock .flowBlockInner .box .imgBox .appBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}

.flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner {
  display: inline-block;
  text-align: center;
}

.flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner:first-child {
  margin: 0 30px 0 0;
}

.flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner .appTxt {
  font-size: 15px;
}

.flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner .img {
  margin: 10px auto 0;
  width: 100px;
}

.flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner .img img {
  width: 100%;
}

.flowBlock .flowBlockInner .box .imgBox .imgBoxInner {
  width: 190px;
  min-width: 190px;
  margin: 0 0 0 30px;
}

.flowBlock .flowBlockInner .box .imgBox .imgBoxInner .url {
  font-size: 12px;
  margin: 8px 0 0 0;
  word-break: break-all;
}

.flowBlock .flowBlockInner .arrow {
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 35px solid #ffd2a7;
  margin: 30px auto;
}

.flowBlock .applicationBtnBox2 {
  width: 100%;
  margin: 0;
  padding-right: 130px;
}

.flowBlock .applicationBtnBox2 .applicationBtnBg {
  margin: 20px;
}

.flowBlock .applicationBtnBox2 .telBox,
.flowBlock .applicationBtnBox2 .btnBox {
  width: 600px;
}

.flowBlock .applicationBtnBox2 .telBox .tel em {
  font-size: 45px;
}

@media (min-width: 768px) {
  .flowBlock .flowBlockInner .box .imgBox .txtBox .btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .flowBlock {
    margin: 50px auto 0;
    width: 90%;
    padding: 0;
  }

  .flowBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .flowBlock .flowBlockInner {
    width: 100%;
    margin: 20px auto 0;
  }

  .flowBlock .flowBlockInner .box {
    box-shadow: 0px 0px 5px 5px #fde7d1;
    padding: 20px 30px;
    display: block;
  }

  .flowBlock .flowBlockInner .box .icon span {
    font-size: 15px;
    margin: 0;
    padding: 2px 0;
    width: 90px;
  }

  .flowBlock .flowBlockInner .box .imgBox {
    display: block;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .title2 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .howto1::before,
  .flowBlock .flowBlockInner .box .imgBox .txtBox .howto2::before {
    font-size: 14px;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .txt {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .txt2 {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg {
    display: block;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn {
    width: 100%;
    height: 80px;
    margin: 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn2 {
    margin-top: 12px;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a {
    padding: 13px 0 0 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a .t {
    font-size: 20px;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .btnBg .btn a:hover {
    text-decoration: none;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox ol li {
    text-indent: 0;
    padding: 0;
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .txtBox .txt3 {
    text-indent: 0;
    padding: 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .appBox {
    margin: 20px 0 0 0;
    display: block;
  }

  .flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner:first-child {
    margin: 0 0 20px 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner .btn2 {
    margin: 10px auto 0;
  }

  .flowBlock .flowBlockInner .box .imgBox .appBox .appBoxInner .appTxt {
    font-size: 14px;
  }

  .flowBlock .flowBlockInner .box .imgBox .imgBoxInner {
    margin: 20px 0 0 0;
    width: 100%;
    min-width: 100%;
  }

  .flowBlock .flowBlockInner .arrow {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #ffd2a7;
    margin: 20px auto;
  }

  .flowBlock .applicationBtnBox2 {
    padding: 0;
  }

  .flowBlock .applicationBtnBox2 .applicationBtnBg {
    margin: 0;
  }

  .flowBlock .applicationBtnBox2 .telBox,
  .flowBlock .applicationBtnBox2 .btnBox {
    width: 100%;
  }

  .flowBlock .applicationBtnBox2 a span.t {
    font-size: 19px !important;
  }
}

/* inquiryBlock
/* ------------------------------------------------------------------------ */
.inquiryBlock {
  background: #f5f3ee;
  margin: 120px 0 0 0;
  padding: 100px 0;
}

.inquiryBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.inquiryBlock .inquiryBlockInner {
  border: #cccccc 3px solid;
  border-radius: 10px;
  background: #fff;
  width: 1100px;
  margin: 30px auto 0;
  padding: 40px 80px;
}

.inquiryBlock .inquiryBlockInner .title2 {
  color: #f57800;
  font-size: 24px;
  margin-bottom: 14px;
}

.inquiryBlock .inquiryBlockInner .txt {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.inquiryBlock .inquiryBlockInner .tel {
  font-size: 42px;
  font-weight: 600;
  background: url('../img/tel_001.png') no-repeat 0 10px;
  display: inline-block;
  padding: 0 0 0 40px;
  margin: 5px 0 0 0;
}

.inquiryBlock .inquiryBlockInner .tel span {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

.inquiryBlock .inquiryBlockInner .bottomBox {
  margin: 15px 0 0 0;
}

.inquiryBlock .inquiryBlockInner .bottomBox .mail {
  font-size: 15px;
  font-weight: 500;
}

.inquiryBlock .inquiryBlockInner .bottomBox .mail a {
  text-decoration: underline;
}

.inquiryBlock .inquiryBlockInner .bottomBox .txt2 {
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .inquiryBlock .inquiryBlockInner .bottomBox .mail a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .inquiryBlock {
    margin: 50px auto 0;
    width: 100%;
    padding: 50px 0;
    position: relative;
  }

  .inquiryBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .inquiryBlock .inquiryBlockInner {
    border: #cccccc 2px solid;
    width: 90%;
    margin: 20px auto 0;
    padding: 30px;
  }

  .inquiryBlock .inquiryBlockInner .title2 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .inquiryBlock .inquiryBlockInner .txt {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0 0;
  }

  .inquiryBlock .inquiryBlockInner .tel {
    font-size: 26px;
    background: url('../img/tel_001.png') no-repeat 0 9px;
    background-size: 16px;
    padding: 0 0 0 25px;
    margin: 10px 0 0 0;
  }

  .inquiryBlock .inquiryBlockInner .tel span {
    font-size: 13px;
  }

  .inquiryBlock .inquiryBlockInner .bottomBox {
    margin: 20px 0 0 0;
  }

  .inquiryBlock .inquiryBlockInner .bottomBox .mail {
    font-size: 13px;
    font-weight: 400;
  }

  .inquiryBlock .inquiryBlockInner .bottomBox .txt2 {
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0 0 0;
  }
}




/* infoBlock
/* ------------------------------------------------------------------------ */
.infoBlock {
  background: #fff;
  padding: 100px 0;
}

.infoBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.infoBlock .infoBlockInner {
  border: #cccccc 3px solid;
  border-radius: 10px;
  background: #fff;
  width: 1100px;
  margin: 30px auto 0;
  padding: 40px 80px;
}

.infoBlock .infoBlockInner dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.infoBlock .infoBlockInner dl dt,
.infoBlock .infoBlockInner dl dd {
  padding: 0 0 0 16px;
  margin: 12px 0;
}

.infoBlock .infoBlockInner dl dt {
  width: 15%;
}

.infoBlock .infoBlockInner dl dd {
  width: 85%;
}

@media (max-width: 767px) {
  .infoBlock {
    width: 100%;
    padding: 100px 0 50px 0;
    margin-top: -50px;
  }

  .infoBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .infoBlock .infoBlockInner {
    border: #cccccc 2px solid;
    width: 90%;
    margin: 20px auto 0;
    padding: 30px;
  }

  .infoBlock .infoBlockInner dl {
    display: block;
  }

  .infoBlock .infoBlockInner dl dt,
  .infoBlock .infoBlockInner dl dd {
    width: 100%;
    padding: 0;
  }

  .infoBlock .infoBlockInner dl dt {
    margin: 0 0 4px 0;
  }

  .infoBlock .infoBlockInner dl dd {
    margin: 0 0 22px 0;
  }

  .infoBlock .infoBlockInner dl dd:last-child {
    margin: 0;
  }
}




/* downloadlock
/* ------------------------------------------------------------------------ */
.downloadlock {
  background: #fffdee;
  padding: 100px 0 80px 0;
}

.downloadlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.downloadlock .txt2 {
  margin: 30px auto 0;
}

.downloadlock .downloadBlockInner {
  width: 1060px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.downloadlock .downloadBlockInner .box .title2 {
  font-size: 24px;
  font-weight: 500;
}

.downloadlock .downloadBlockInner .box .btn {
  margin: 20px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.downloadlock .downloadBlockInner .box .qr {
  margin: 50px 0 0 0;
}

.downloadlock .downloadBlockInner .box .qr img {
  border: #fff 15px solid;
}

.downloadlock .downloadBlockInner .box .txt {
  font-size: 14px;
  text-indent: -1em;
  text-align: left;
  margin: 40px 0 0 100px;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .downloadlock .downloadBlockInner .box .btn:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .downloadlock {
    margin: 0 auto;
    padding: 50px 0 50px 0;
    width: 100%;
  }

  .downloadlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .downloadlock .txt2 {
    margin: 30px 5% 0;
  }

  .downloadlock .downloadBlockInner {
    width: 90%;
    margin: 20px auto 0;
    padding: 0;
    display: block;
  }

  .downloadlock .downloadBlockInner .box:nth-child(2) {
    margin: 50px 0 0 0;
  }

  .downloadlock .downloadBlockInner .box .title2 {
    font-size: 18px;
  }

  .downloadlock .downloadBlockInner .box .qr {
    margin: 30px auto 0;
    width: 120px;
  }

  .downloadlock .downloadBlockInner .box .qr img {
    width: 100%;
    border: #fff 10px solid;
  }

  .downloadlock .downloadBlockInner .box .txt {
    font-size: 12px;
    margin: 20px 5% 0;
  }
}

/* newsBlock
/* ------------------------------------------------------------------------ */
.newsBlock {
  margin: 0;
  padding-top: 90px;
}

.newsBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
  margin-bottom: 40px;
}

.newsBlock .newsBlock02 {
  width: 1100px;
  margin: 0 auto 0;
}

.newsBlock .newsBlock02 .news_content {
  border: #f57800 3px solid;
  border-radius: 10px;
  padding: 40px 100px 60px;
}

.newsBlock .news_content p {
  margin-bottom: 10px;
}

.newsBlock .news_content p.txt01 {
  font-weight: 600;
  font-size: 18px;
}

.newsBlock .news_content p.red_txt {
  color: #f32b2b;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 13px;
}

.newsBlock .news_content .codeArea {
  background: #fffdee;
  margin: 20px 0 30px;
  border-radius: 10px;
}

.newsBlock .news_content .codeArea .tl {
  font-size: 17px;
  color: #fff;
  background: #f57800;
  padding: 7px;
  border-radius: 10px 10px 0 0;
}

.newsBlock .news_content .codeArea div {
  padding: 15px 40px 15px;
}

.newsBlock .news_content .codeArea div .txt02 {
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 7px 100px;
  display: inline-block;
  border: #f57800 2px solid;
  margin-bottom: 17px;
}

.newsBlock .news_content .codeArea .note {
  text-align: left;
  color: #f32b2b;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}

.newsBlock .news_content .campaignArea {
  background: #f5f3ee;
  border-radius: 10px;
  text-align: left;
}

.newsBlock .news_content .campaignArea .tl {
  text-align: center;
  font-size: 17px;
  color: #fff;
  background: #7b7b7b;
  padding: 7px;
  border-radius: 10px 10px 0 0;
}

.newsBlock .news_content .campaignArea dl {
  padding: 20px 40px 30px;
}

.newsBlock .news_content .campaignArea dt {
  font-size: 13px;
}

.newsBlock .news_content .campaignArea dd {
  margin-bottom: 30px;
  font-size: 13px;
}

.newsBlock .news_content .campaignArea dd p.indent {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.newsBlock .news_content .campaignArea dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .newsBlock {
    padding-top: 40px;
  }

  .newsBlock .newsBlock02 {
    margin: 0 auto;
    padding-top: 0px;
    width: 90%;
  }

  .newsBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .newsBlock .newsBlock02 .news_content {
    padding: 20px 20px;
    border: #f57800 2px solid;
  }

  .newsBlock .news_content p {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .newsBlock .news_content p.red_txt {
    font-size: 24px;
  }

  .newsBlock .news_content p.txt01 {
    font-size: 16px;
  }

  .newsBlock .news_content .codeArea {
    margin: 20px 0 25px;
    border-radius: 10px;
  }

  .newsBlock .news_content .codeArea div {
    display: block;
    padding: 15px 15px 18px;
  }

  .newsBlock .news_content .codeArea div .tl {
    font-size: 16px;
  }

  .newsBlock .news_content .codeArea div .txt02 {
    font-size: 26px;
    padding: 7px 30px;
    margin-bottom: 10px;
  }

  .newsBlock .news_content .campaignArea .tl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .newsBlock .news_content .campaignArea dl {
    padding: 18px 15px;
  }

  .newsBlock .news_content .campaignArea dd {
    margin-bottom: 15px;
  }
}
