@charset "utf-8";

/* --------------------------------------------------------------------------------
	common
-------------------------------------------------------------------------------- */
.clearfix {
  overflow: hidden;
}

#clmContent p {
  color: #333333;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt30 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fd-reverse {
  flex-direction: row-reverse;
}

.jc-start {
  justify-content: flex-start;
}

.ai-start {
  align-items: flex-start;
}

@media only screen and (max-width: 736px) {
  .fd-reverse {
    flex-direction: column;
  }
}

.clm--w410 {
  width: 410px;
}
.clm--w420 {
  width: 420px;
}
.clm--w560 {
  width: 560px;
}

@media only screen and (max-width: 736px) {
  .clm--w445 {
    width: 100%;
  }
  .clm--w410 {
    width: 100%;
  }
  .clm--w420 {
    width: 100%;
  }
}

body #mainContent .sTitle {
  font-size: 23px;
}

.lead {
  margin-bottom: 20px;
  font-size: 18px;
}

.lead--01 {
  padding: 8px 8px 6px 12px;
  background-color: #ccc;
  color: #fff;
}

.text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
}

@media only screen and (max-width: 736px) {
  body #mainContent .sTitle {
    font-size: 19px;
  }

  .lead {
    font-size: 15px;
  }

  .text {
    font-size: 12px;
  }
}

/* --------------------------------------------------------------------------------
	num01 mainVis
-------------------------------------------------------------------------------- */
.num01 {
  margin-bottom: 30px;
}

.mainVis__text {
  width: calc(100% - 480px);
  font-size: 14px;
}

.mainVis__logo {
  width: 450px;
}

.mainVis__linkText {
  word-break: break-word;
}

.mainVis__linkText span {
  padding-left: 20px;
  background: url("../imgs/181009/icon.png") no-repeat 0.5px;
}

@media only screen and (max-width: 736px) {
  .mainVis__text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .mainVis__logo {
    width: 100%;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------------
	num02
-------------------------------------------------------------------------------- */
.num02__icn {
  margin-bottom: 10px;
}
.num02__icn span {
  display: inline-block;
  margin-right: 20px;
  padding: 0 7px;
  background-color: #738faf;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}

.num02__text {
  font-size: 12px;
}

.num02__list {
  margin-top: 30px;
}

.num02__list li {
  margin-bottom: 30px;
}

.num02__list li:last-child {
  margin-bottom: 0;
}

.num02__list .lead {
  margin-bottom: 15px;
  color: #4e6a89;
  font-size: 15px;
  font-weight: bold;
}

.num02__list .text span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.num02 .lead span {
  line-height: 2.5;
}

@media only screen and (max-width: 736px) {
  .num02 .lead span {
    line-height: normal;
  }

  .num02__list .text span {
    font-size: 13px;
  }
}

/* --------------------------------------------------------------------------------
	num03
-------------------------------------------------------------------------------- */
.num03__row {
  margin-bottom: 50px;
}

.num03__row:last-of-type {
  margin-bottom: 0;
}

.num03__images {
  margin: 40px 0 10px;
}

.num03__note {
  font-size: 10px;
  text-align: center;
}

.num03__points {
  margin: 40px 0;
}

.num03__comment {
  padding: 20px;
  background-color: #f0f2f3;
}

.num03 .lead__bold {
  font-weight: bold;
}

.num03 .lead__sup01 {
  font-size: 16px;
}

.num03 .lead__sup02 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.num03 .lead__note {
  font-size: 12px;
}

.num03__row--mimaru .flex {
  align-items: flex-start;
}

.num03__row--mimaru__1stClm {
  width: calc(100% - 280px);
}

.num03__row--mimaru__2ndClm {
  width: 180px;
}

@media only screen and (max-width: 736px) {
  .num03__row {
    margin-bottom: 25px;
  }

  .num03__images {
    margin: 20px 0 10px;
  }

  .num03 .lead__sup01 {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }

  .num03 .lead__sup02 {
    margin-top: 5px;
    font-size: 14px;
  }

  .num03__images__1stClm {
    margin-bottom: 20px;
  }

  .num03__note {
    text-align: left;
  }

  .num03__points {
    margin: 20px 0;
  }

  .num03__row--mimaru__1stClm {
    width: 100%;
    margin-bottom: 20px;
  }

  .num03__row--mimaru__2ndClm {
    width: 100%;
    text-align: center;
  }
}
