.contents .sec_main {
  background: #f6e9e3;
  padding-bottom: calc(80 / 750 * 100vw);
}
.contents .sec_main .main_texts {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6e9e3), to(#ffffff));
  background: -webkit-linear-gradient(top, #f6e9e3 0%, #ffffff 50%, #f6e9e3 100%);
  background: linear-gradient(to bottom, #f6e9e3 0%, #ffffff 50%, #f6e9e3 100%);
  text-align: center;
  padding: calc(50 / 750 * 100vw) 0 0;
}
.contents .sec_main .main_texts p {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.4;
}
.contents .sec_main .main_texts p + p {
  margin-top: calc(20 / 750 * 100vw);
}
.contents .sec_main .main_texts p em {
  font-style: normal;
  font-size: calc(36 / 750 * 100vw);
  color: #e84388;
}
.contents .main_bnr {
  margin: 0 calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
}
.contents .sec_trouble {
  padding: calc(80 / 750 * 100vw) 0 0;
  text-align: center;
}
.contents .sec_trouble img {
  width: 100%;
  display: block;
}
.contents .sec_trouble > .ttl {
  color: #e84388;
  font-size: calc(52 / 750 * 100vw);
  line-height: 1.44;
  margin-bottom: calc(40 / 750 * 100vw);
}
.contents .sec_trouble > .voice {
  position: relative;
}
.contents .sec_trouble > .voice:after {
  content: '';
  position: absolute;
  bottom: calc(-83 / 750 * 100vw);
  left: 50%;
  width: calc(208 / 750 * 100vw);
  height: calc(54 / 750 * 100vw);
  background: url(../img/trouble_arrow.png) no-repeat 0 0;
  background-size: 100%;
  transform: translateX(-50%);
}
.contents .sec_resolution {
  background: linear-gradient(0deg, #faefe6 0%, #faefe7 25%, white 100%);
  padding: calc(117 / 750 * 100vw) 0 calc(77 / 750 * 100vw);
  text-align: center;
}
.contents .sec_resolution img {
  width: 100%;
  display: block;
}
.contents .sec_resolution .catch {
  font-size: calc(42 / 750 * 100vw);
  line-height: 1;
  margin-bottom: calc(60 / 750 * 100vw);
  position: relative;
  display: inline-block;
}
.contents .sec_resolution .catch:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  background: url(../img/trouble_dots.png) repeat-x 0 0;
  background-size: calc(32 / 750 * 100vw);
}
.contents .sec_resolution .txt {
  font-size: calc(42 / 750 * 100vw);
  line-height: 1.24;
  color: #e84388;
  margin-bottom: calc(20 / 750 * 100vw);
}
.contents .sec_resolution .ttl {
  font-size: calc(62 / 750 * 100vw);
  line-height: 1.2;
  color: #e84388;
  font-weight: 500;
  margin-bottom: calc(70 / 750 * 100vw);
}
.contents .sec_point {
  background: #f4f4f0;
  padding: calc(80 / 750 * 100vw) 0 0;
  border-top: 1px solid #ccc;
}
.contents .sec_point img {
  width: 100%;
  display: block;
}
.contents .sec_point > .ttl {
  text-align: center;
  font-size: calc(66 / 750 * 100vw);
  color: #e84388;
  line-height: 1.15;
}
.contents .sec_point .cmn_point {
  text-align: center;
}
.contents .sec_point .cmn_point .icon {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  width: calc(490 / 750 * 100vw);
  padding: calc(15 / 750 * 100vw) 0;
  border-radius: calc(35 / 750 * 100vw);
  background-color: #e84388;
  color: #fff;
  display: inline-block;
}
.contents .sec_point .cmn_point .ttl {
  font-size: calc(56 / 750 * 100vw);
  line-height: 1.18;
  color: #666;
  margin-bottom: calc(40 / 750 * 100vw);
  padding-top: calc(35 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point1 {
  background: url(../img/point1_bg.png) no-repeat 0 calc(5 / 750 * 100vw);
  background-size: 100%;
  padding: calc(60 / 750 * 100vw) 0;
}
.contents .sec_point .cmn_point.point1 .img {
  width: calc(557 / 750 * 100vw);
  text-align: left;
  margin: 0 0 calc(60 / 750 * 100vw) calc(140 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point1 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(55 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point1 .list li {
  border: 1px solid #b3b3b3;
  border-radius: calc(10 / 750 * 100vw);
  display: inline-block;
  font-size: calc(32 / 750 * 100vw);
  background-color: #b3b3b3;
  color: #fff;
  width: calc(260 / 750 * 100vw);
  padding: calc(40 / 750 * 100vw) 0;
}
.contents .sec_point .cmn_point.point1 .list li span {
  display: inline-block;
  position: relative;
}
.contents .sec_point .cmn_point.point1 .list li span:before {
  content: '';
  position: absolute;
  bottom: calc(-5 / 750 * 100vw);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.contents .sec_point .cmn_point.point1 .list li:first-child {
  margin-right: calc(130 / 750 * 100vw);
  background-color: #fff;
  color: #666;
  position: relative;
}
.contents .sec_point .cmn_point.point1 .list li:first-child span:before {
  background-color: #666;
}
.contents .sec_point .cmn_point.point1 .list li:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(-93 / 750 * 100vw);
  width: calc(56 / 750 * 100vw);
  height: calc(56 / 750 * 100vw);
  background: url(../img/point1_plus.png) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
.contents .sec_point .cmn_point.point1 .note_list {
  margin: 0 calc(50 / 750 * 100vw) calc(10 / 750 * 100vw);
  text-align: left;
}
.contents .sec_point .cmn_point.point1 .note_list li {
  font-size: calc(20 / 750 * 100vw);
  color: #999;
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.contents .sec_point .cmn_point.point1 .note_list li + li {
  margin-top: calc(20 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point2 {
  background: linear-gradient(0deg, #f5f6f7 0%, white 100%);
  padding: calc(80 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point2 .txt_box {
  border-radius: calc(16 / 750 * 100vw);
  background-color: #fff;
  margin: 0 calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  color: #6e6e6e;
  text-align: center;
  padding-bottom: calc(25 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point2 .txt_box .txt {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5;
  margin-top: calc(25 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point2 .list {
  margin: 0 calc(50 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point2 .list li dl dt {
  text-align: left;
  font-size: calc(48 / 750 * 100vw);
  line-height: 1;
  color: #e84388;
  padding-bottom: calc(10 / 750 * 100vw);
  border-bottom: 1px solid #e84388;
}
.contents .sec_point .cmn_point.point2 .list li dl dd {
  text-align: left;
  font-size: calc(36 / 750 * 100vw);
  color: #6e6e6e;
  line-height: 1.28;
  padding-top: calc(10 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point2 .list li + li {
  margin-top: calc(45 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point3 {
  background-color: #fff;
  padding-bottom: 10px;
  padding: calc(80 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point3 .ttl {
  font-size: calc(42 / 750 * 100vw);
  color: #6e6e6e;
}
.contents .sec_point .cmn_point.point3 .ttl span {
  font-size: calc(56 / 750 * 100vw);
  color: #e84388;
  margin-top: calc(10 / 750 * 100vw);
  display: block;
}
.contents .sec_point .cmn_point.point3 .container {
  border-radius: calc(16 / 750 * 100vw);
  border: calc(4 / 750 * 100vw) solid #ccc;
  overflow: hidden;
  display: inline-block;
  margin: 0 calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point3 .container .check_list {
  padding: calc(35 / 750 * 100vw) 0 calc(35 / 750 * 100vw) calc(35 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point3 .container .check_list li {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1;
  text-align: left;
  position: relative;
  padding-left: calc(50 / 750 * 100vw);
  color: #6e6e6e;
}
.contents .sec_point .cmn_point.point3 .container .check_list li::before {
  content: '';
  position: absolute;
  top: calc(20 / 750 * 100vw);
  left: 0px;
  width: calc(33 / 750 * 100vw);
  height: calc(33 / 750 * 100vw);
  background: url(../img/point3_check.png) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
.contents .sec_point .cmn_point.point3 .container .check_list li + li {
  margin-top: calc(25 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point3 .container .txt_list {
  background-color: #ebebeb;
  padding: calc(30 / 750 * 100vw) calc(35 / 750 * 100vw);
  text-align: left;
}
.contents .sec_point .cmn_point.point3 .container .txt_list li {
  font-size: calc(28 / 750 * 100vw);
  color: #6e6e6e;
  line-height: 1.36;
  padding-left: 1em;
  text-indent: -1em;
}
.contents .sec_point .cmn_point.point3 .container .txt_list li + li {
  margin-top: calc(15 / 750 * 100vw);
}
.contents .sec_point .cmn_point.point3 .note_list {
  margin: 0 calc(50 / 750 * 100vw);
  text-align: left;
}
.contents .sec_point .cmn_point.point3 .note_list li {
  font-size: calc(20 / 750 * 100vw);
  color: #999;
  line-height: 1.5;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.contents .sec_bnr {
  padding: 0 0 calc(80 / 750 * 100vw);
}
.contents .sec_bnr img {
  width: 100%;
  display: block;
}
.contents .sec_bnr a {
  display: block;
  width: calc(560 / 750 * 100vw);
  margin: auto;
}
.contents .sec_bnr a + a {
  margin-top: calc(30 / 750 * 100vw);
}
