@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .03em;
}

sup {
  font-size: .6em;
  font-weight: normal;
  vertical-align: top;
}

.contents {
  overflow: hidden;
}
.contents a {
  -webkit-transition: .3s;
  transition: .3s;
}

.img {
  text-align: center;
}

.l-cv {
  padding: 60px 0;
  text-align: center;
}
.l-cv a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  padding-right: 1em;
  background: #ff5a00;
  color: #fff!important;
}
.l-cv a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 30px;
}
.l-cv .note {
  display: block;
  font-size: 16px;
  margin-top: 1em;
  text-align: center;
}

.l-mv {
  position: relative;
}
.l-mv h1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.l-mv h1 img {
  width: 100%;
}

.campaign-btn {
  padding: 40px 0;
}
.campaign-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  padding-right: 1em;
  background: #ea2c39;
  color: #fff!important;
}
.campaign-btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 30px;
}

.l-intro {
  padding: 50px 0 60px;
  text-align: center;
  background: #152933;
}
.l-intro h2 {
  margin-bottom: 50px;
}
.l-intro .intro-nav {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-intro .intro-nav li {
  margin-left: -36px;
}
.l-intro .intro-nav li:nth-child(1) {
  margin-left: -26px;
}

.l-section {
  background: #d3e4ed;
  padding: 90px 0 110px;
}
.l-section .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 0;
}
.l-section .copy {
  font-size: 25px;
  text-align: center;
}
.l-section .copy strong {
  position: relative;
  font-size: 39px;
  z-index: 2;
}
.l-section .copy strong::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: #fbed21;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.l-section h2 {
  margin-bottom: 60px;
}
.l-section .lead {
  text-align: center;
  margin-bottom: 40px;
}
.l-section .lead h3 {
  margin-bottom: 10px;
}
.l-section .lead .nums {
  margin-top: 80px;
}
.l-section h5.conc {
  text-align: center;
}
.l-section.l-sec01 .points {
  margin-top: 80px;
}
.l-section.l-sec01 .points li {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 40px;
  padding: 80px 50px 50px;
  margin-bottom: 100px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.l-section.l-sec01 .points li:first-child {
  padding: 50px;
}
.l-section.l-sec01 .points li:first-child div figure{
 margin: unset!important;
}

.l-section.l-sec01 .points li:first-child::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #fff;
}
.l-section.l-sec01 .points li:first-child::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 60px;
  height: 60px;
  /* 吹き出しサイズ */
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  top: -30px;
  right: 220px;
  /* 位置 */
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
  /* 傾斜角(skew) */
}
.l-section.l-sec01 .points li:first-child > div {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-section.l-sec01 .points li:first-child > div .point_body {
  width: 390px;
  margin-left: 40px;
}
.l-section.l-sec01 .points li:first-child > div .point_body h4 {
  text-align: left;
  margin-bottom: 30px;
}
.l-section.l-sec01 .points li:first-child > div .point_body p.copy {
  display: block;
}
.l-section.l-sec01 .points li:first-child > div .point_body p.copy > span {
  display: block;
  margin-top: 10px;
}
.l-section.l-sec01 .points li:first-child > div .point_body p.note {
  font-size: 16px;
  margin-top: 50px;
}
.l-section.l-sec01 .points li .img {
  margin-bottom: 40px;
}
.l-section.l-sec01 .points li h3.mid-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.l-section.l-sec01 .points li h4 {
  text-align: center;
  margin-bottom: 40px;
}
.l-section.l-sec01 .points li p.copy {
  display: table;
  margin: 0 auto;
}
.l-section.l-sec02 h3 {
  font-size: 30px;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
  text-align: center;
}
.l-section.l-sec02 .img {
  margin-bottom: 40px;
}
.l-section.l-sec02 .box01 {
  background: #d7efcb;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.l-section.l-sec02 .box01 h4 {
  line-height: 57px;
  background: #71b454;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.l-section.l-sec02 .box01 h5 {
  font-size: 34px;
  margin-bottom: 20px;
}
.l-section.l-sec02 .box02 {
  position: relative;
  background: #fff6bf;
  border-radius: 20px;
  text-align: center;
  padding: 50px 60px 70px;
  margin: 200px 0 100px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.l-section.l-sec02 .box02 .toraripikun {
  width: 302px;
  height: 356px;
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.l-section.l-sec02 .box02::after {
  content: "";
  display: block;
  width: 228px;
  height: 32px;
  background: url("../images/sec02_toraripikun_hands.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.l-section.l-sec02 .box02 h4 {
  position: relative;
  font-size: 34px;
  margin-bottom: 40px;
}
.l-section.l-sec02 .box02 h4 strong {
  display: inline-block;
  line-height: 60px;
  padding: 0 .8em;
  margin: 0 .3em;
  background: #ffe000;
  border-radius: 30px;
}
.l-section.l-sec02 .box02 h4::before, .l-section.l-sec02 .box02 h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 127px;
  height: 3px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-section.l-sec02 .box02 h4::before {
  left: 0;
}
.l-section.l-sec02 .box02 h4::after {
  right: 0;
}
.l-section.l-sec02 .box02 h5 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.l-section.l-sec02 .box02 h5 strong {
  color: #ed5c65;
}
.l-section.l-sec02 .box02 .box-content {
  margin-bottom: 30px;
}
.l-section.l-sec02 .box02 p {
  font-size: 22px;
  font-weight: bold;
}
.l-section.l-sec02 .box02 .bdr {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 40px 0;
}
.l-section.l-sec03 .lead {
  margin-bottom: 50px;
}
.l-section.l-sec03 h3.arw-title {
  text-align: center;
  width: 458px;
  line-height: 79px;
  margin: 40px auto 15px;
  background: url("../images/sec03_arw01.png") no-repeat;
  background-size: cover;
  font-size: 30px;
}
.l-section.l-sec03 .ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.l-section.l-sec03 h4 {
  text-align: center;
  margin-bottom: 25px;
}
.l-section.l-sec03 .tab-box {
  width: 100%;
  margin-bottom: 60px;
}
.l-section.l-sec03 .tab-box .tab-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-section.l-sec03 .tab-box .tab-select li {
  position: relative;
  width: 327px;
  line-height: 57px;
  color: #fff;
  background: #b2b2b2;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-section.l-sec03 .tab-box .tab-select li:nth-child(1).active {
  background: #0070c0;
}
.l-section.l-sec03 .tab-box .tab-select li:nth-child(2).active {
  background: #bf9000;
}
.l-section.l-sec03 .tab-box .tab-select li:nth-child(2).active::after {
  border-color: #bf9000 transparent transparent transparent;
}
.l-section.l-sec03 .tab-box .tab-select li:nth-child(3).active {
  background: #295266;
}
.l-section.l-sec03 .tab-box .tab-select li:nth-child(3).active::after {
  border-color: #295266 transparent transparent transparent;
}
.l-section.l-sec03 .tab-box .tab-select li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 8.5px 0 8.5px;
  border-color: #0070c0 transparent transparent transparent;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content {
  display: none;
  padding: 40px 50px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content.active {
  display: block;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content:nth-child(1) {
  border: 4px solid #0070c0;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content:nth-child(2) {
  border: 4px solid #bf9000;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content:nth-child(3) {
  border: 4px solid #295266;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .graph {
  margin-top: -50px;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content table {
  width: 100%;
  font-size: 21px;
  border: 1px solid #000;
  margin: 20px 0 30px;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content table thead th {
  background: #bfe2ff;
  border: 1px solid #000;
  font-weight: normal;
  padding: 5px 0;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content table tbody td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  border: 1px solid #000;
  padding: 10px 0;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point h6 {
  display: inline-block;
  font-size: 18px;
  padding: 10px 25px 0;
  background: #e5eff4;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point .text-box {
  font-size: 16px;
  padding: 20px 25px;
  background: #e5eff4;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point .text-box strong {
  color: #ed5c65;
  font-weight: normal;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dt {
  width: 210px;
  line-height: 41px;
  background: #ed5c65;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dt:nth-of-type(2) {
  background: #1f5b98;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dd {
  width: calc(100% - 210px);
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 30px;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dd strong {
  color: #ed5c65;
  font-weight: normal;
}
.l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dd:last-child {
  margin-bottom: 0;
}
.l-section.l-sec03 .caution-area {
  width: 900px;
  margin: 0 auto;
}
.l-section.l-sec03 .caution-area h5 {
  display: table;
  margin: 0 auto 20px;
  padding: 0 20px 5px;
  font-size: 21px;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.l-section.l-sec03 .caution-area p {
  font-size: 17px;
}

/* modal parts */
.modal-content {
  height: auto;
  max-height: 85%;
  width: 900px;
  /* top: 50%;
  left: 50%; */
  position: fixed;
  display: none;
  z-index: 992;
  padding: 60px 0 40px;
  overflow: visible;
  background-color: #fff;
  border-radius: 40px;
  overflow: auto;
  /* -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  inset: 0;
  margin: auto;
  overflow-scrolling: touch;
  border: unset!important;
}
.modal-content .l-inner {
  width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
.modal-content h3.modal-title {
  position: relative;
  margin: 0 auto 30px;
}
.modal-content p.bubble {
  position: relative;
  width: 332px;
  line-height: 62px;
  font-size: 25px;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
  background: #152933;
  border-radius: 31px;
}
.modal-content p.bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 23px 8.5px 0 8.5px;
  border-color: #152933 transparent transparent transparent;
}
.modal-content h4.quote {
  margin-bottom: 10px;
}
.modal-content .img {
  margin-bottom: 60px;
}
.modal-content h5 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
  line-height: 1.4;
}
.modal-content p.maincopy {
  font-size: 16px;
  text-align: left;
}
.modal-content p.maincopy em {
  color: #ffd800;
  font-style: normal;
}
.modal-content p.midcopy {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
}

.modal-overlay {
  z-index: 990;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-open:hover {
  cursor: pointer;
}

.modal-open:hover {
  cursor: pointer;
}

/*.modal-close {*/
/*  display: table;*/
/*  margin: 0 auto;*/
/*  -webkit-transition: .3s;*/
/*  transition: .3s;*/
/*  text-decoration: underline;*/
/*  font-size: 22px;*/
/*}*/
/*.modal-close:hover {*/
/*  cursor: pointer;*/
/*  opacity: .7;*/
/*}*/

/*.crossbtn {*/
/*  position: absolute;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  top: 40px;*/
/*  right: 40px;*/
/*}*/
/*.crossbtn::before, .crossbtn::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 40px;*/
/*  height: 2px;*/
/*  background: #333;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*}*/
/*.crossbtn::before {*/
/*  -webkit-transform: translate(-50%, -50%) rotate(-45deg);*/
/*          transform: translate(-50%, -50%) rotate(-45deg);*/
/*}*/
/*.crossbtn::after {*/
/*  -webkit-transform: translate(-50%, -50%) rotate(45deg);*/
/*          transform: translate(-50%, -50%) rotate(45deg);*/
/*}*/

.l-modal02 .layout {
  width: 672px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-modal02 .layout .bubble-s {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 436px;
  height: 103px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #daede2;
  border-radius: 10px;
  text-align: left;
}
.l-modal02 .layout .bubble-s::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 36px;
  border-color: transparent transparent transparent #daede2;
}
.l-modal02 .layout figure {
  height: 103px;
}
.l-modal02 .layout figure img {
  height: 100%;
}

.l-modal-campaign{
  padding-top: 0;
}
/*.l-modal-campaign .crossbtn {*/
/*  position: fixed;*/
/*  top: 3%;*/
/*  left: 50%;*/
/*  margin-left: 415px;*/
/*}*/
/*.l-modal-campaign .crossbtn::before, .l-modal-campaign .crossbtn::after {*/
/*  background: #fff;*/
/*}*/
.l-modal-campaign h3.modal-mv {
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
}
.l-modal-campaign .lead-copy {
  font-size: 23px;
  text-align: center;
  line-height: 1.8;
  padding: 35px 0 40px;
}
.l-modal-campaign .sec-title {
  width: 100%;
  margin: 0 auto 30px;
  padding: 15px 0;
  border-top: 2px solid #0070c0;
  border-bottom: 2px solid #0070c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}
.l-modal-campaign .sec-title::before {
  width: 150px;
  height: 89px;
  content: "";
  margin-right: 20px;
}
.l-modal-campaign .sec-title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-modal-campaign .sec-title .text span {
  position: relative;
  font-size: 23px;
  font-weight: 700;
}
.l-modal-campaign .sec-title .text span::before, .l-modal-campaign .sec-title .text span::after {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 1px;
  background: #000;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-modal-campaign .sec-title .text span::after {
  left: auto;
  right: -50px;
}
.l-modal-campaign .cp-detail-a .sec-title::before {
  background: url("../images/modal_campaign_ico_a.png") no-repeat;
  background-size: contain;
}
.l-modal-campaign .cp-detail-b .sec-title::before {
  background: url("../images/modal_campaign_ico_b.png") no-repeat;
  background-size: contain;
}
.l-modal-campaign .cp-detail-c .sec-title::before {
  background: url("../images/modal_campaign_ico_c.png") no-repeat;
  background-size: contain;
}
.l-modal-campaign .cp-detail{
  margin-bottom: 40px;
}
.l-modal-campaign .cp-detail .main-copy {
  font-size: 23px;
  line-height: 1.7;
  margin: 0 auto 40px;
  text-align: left;
}
.l-modal-campaign .cp-detail .main-copy em {
  position: relative;
  font-style: normal;
}
.l-modal-campaign .cp-detail .main-copy em::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #8de64e;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.l-modal-campaign .cp-detail .main-copy strong {
  font-size: 1.5em;
  color: #00a75e;
}
.l-modal-campaign .cp-detail .main-copy strong.smaller {
  font-size: 1.2em;
}
.l-modal-campaign .cp-detail .main-copy span {
  font-size: 1.3em;
  font-weight: bold;
}
.l-modal-campaign .cp-detail .main-copy .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 17px;
  margin-top: 20px;
}
.l-modal-campaign .cp-detail .main-copy .note::before {
  content: "※";
}
.l-modal-campaign .cp-detail ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-modal-campaign .cp-detail-b ul{
  display: block;
}
.l-modal-campaign .cp-detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  margin-bottom: 15px;
}
.l-modal-campaign .cp-detail ul li:nth-child(2n-1){
  width: 52%;
  margin-right: 2%;
}
.l-modal-campaign .cp-detail-b ul li:nth-child(2n-1){
  width: 100%;
  margin-right: 0;
}
.l-modal-campaign .cp-detail ul li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  line-height: 25px;
  background: #0070c0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
}
.l-modal-campaign .cp-detail ul li p {
  width: calc(100% - 80px);
  padding-left: 15px;
  font-size: 15px;
}
.l-modal-campaign .date {
  width: 100%;
  margin: 0 auto 40px;
  background: #dbf0ff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-modal-campaign .date h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0070c0;
  color: #fff;
  font-size: 17px;
}
.l-modal-campaign .date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-modal-campaign .date ul li {
  padding: 0 10px;
  border-right: 2px dotted #000;
  text-align: center;
}
.l-modal-campaign .date ul li:last-child {
  border-right: none;
}
.l-modal-campaign .date ul li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  border-bottom: none;
  margin-bottom: 10px;
}
.l-modal-campaign .date ul li h5 img {
  display: inline-block;
  margin-right: 10px;
}
.l-modal-campaign .date ul li p {
  font-size: 23px;
}
.l-modal-campaign .date ul li p strong {
  font-size: 1.5em;
}
.l-modal-campaign .note-about-campaign{
  width: 800px;
  margin: 0 auto 30px;
}
.l-modal-campaign .note-about-campaign h5{
  border: none;
  margin-bottom: 10px;
  font-size: 18px;
}
.l-modal-campaign .note-about-campaign p{
  font-size: 14px;
  margin-bottom: 30px;
}

#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background-size: cover;
  z-index: 5;
}
#pagetop a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.line_through{
  text-decoration:line-through;
  text-decoration-color: red;
}
.bold{
  font-weight: bold;
}

@media all and (min-width: 768px) {
  body, html {
    min-width: 1100px;
  }

  img {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  body {
    letter-spacing: normal;
  }

  .l-cv {
    padding: 40px 0;
  }
  .l-cv a {
    width: 68%;
    margin: 0 auto;
    padding: .8em 0;
    line-height: 1.4;
    font-size: 24px;
    border-radius: 10px;
    padding-right: 0;
  }
  .l-cv a::after {
    margin-left: 20px;
  }
  .l-cv .note {
    font-size: 10px;
    margin-top: 1em;
  }

  .l-mv {
    position: relative;
  }
  .l-mv h1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  .l-mv h1 img {
    width: 100%;
  }

  .campaign-btn a {
    width: 68%;
    margin: 0 auto;
    padding: .8em 0;
    line-height: 1.4;
    font-size: 24px;
    border-radius: 10px;
    padding-right: 0;
  }
  .campaign-btn a::after {
    margin-left: 20px;
  }

  .l-intro {
    padding: 30px 5%;
  }
  .l-intro h2 {
    width: 90%;
    margin: 0 auto 15px;
  }
  .l-intro .intro-nav {
    width: 100%;
    margin: 0 auto;
  }
  .l-intro .intro-nav li {
    height: 33vw;
    margin-left: -3.5vw;
  }
  .l-intro .intro-nav li:nth-child(1) {
    margin-left: -4vw;
  }
  .l-intro .intro-nav li img {
    height: 100%;
  }

  .l-section {
    background: #d3e4ed;
    padding: 40px 0;
  }
  .l-section .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .l-section .copy {
    font-size: 18px;
  }
  .l-section .copy strong {
    position: relative;
    font-size: 1.4em;
    z-index: 2;
  }
  .l-section .copy strong::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fbed21;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .l-section h2 {
    margin-bottom: 25px;
  }
  .l-section .lead {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-section .lead h3 {
    width: 60%;
    margin: 0 auto 10px;
  }
  .l-section .lead .nums {
    margin-top: 30px;
  }
  .l-section h5.conc {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .l-section.l-sec01 .points {
    margin-top: 30px;
  }
  .l-section.l-sec01 .points li {
    border-radius: 30px;
    padding: 50px 5% 40px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .l-section.l-sec01 .points li:first-child {
    padding: 40px 5%;
  }
  .l-section.l-sec01 .points li:first-child figure{
    margin: unset!important;
  }
  .l-section.l-sec01 .points li:first-child::after {
    border-radius: 30px;
  }
  .l-section.l-sec01 .points li:first-child::before {
    width: 30px;
    height: 30px;
    /* 吹き出しサイズ */
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    top: -15px;
    right: 20%;
    /* 位置 */
  }
  .l-section.l-sec01 .points li:first-child > div {
    display: block;
  }
  .l-section.l-sec01 .points li:first-child > div figure {
    width: 75%;
    margin: 0 auto 30px;
  }
  .l-section.l-sec01 .points li:first-child > div .point_body {
    width: 100%;
    margin-left: 0;
  }
  .l-section.l-sec01 .points li:first-child > div .point_body h4 {
    width: 85%;
    margin: 0 auto 30px;
  }
  .l-section.l-sec01 .points li:first-child > div .point_body p.copy {
    display: table;
    margin: 0 auto;
  }
  .l-section.l-sec01 .points li:first-child > div .point_body p.copy > span {
    display: block;
    margin-top: 10px;
  }
  .l-section.l-sec01 .points li:first-child > div .point_body p.note {
    font-size: 12px;
    margin-top: 30px;
  }
  .l-section.l-sec01 .points li .img {
    margin-bottom: 30px;
  }
  .l-section.l-sec01 .points li h3.mid-title {
    width: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-section.l-sec01 .points li h4 {
    width: 85%;
    margin: 0 auto 20px;
  }
  .l-section.l-sec01 .points li p.copy {
    display: table;
    margin: 0 auto;
  }
  .l-section.l-sec02 h3 {
    font-size: 20px;
    border-bottom: 2px solid #000;
    margin: 30px auto 15px;
  }
  .l-section.l-sec02 .img {
    /*margin-bottom: 40px;*/
    padding-bottom: 40px;
  }
  .l-section.l-sec02 .box01 {
    border-radius: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .l-section.l-sec02 .box01 h4 {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .l-section.l-sec02 .box01 h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .l-section.l-sec02 .box01 .box-content {
    width: 90%;
    margin: 0 auto;
  }
  .l-section.l-sec02 .box02 {
    position: relative;
    background: #fff6bf;
    border-radius: 20px;
    text-align: center;
    padding: 50px 5% 40px;
    margin: 100px 0 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .l-section.l-sec02 .box02 .toraripikun {
    width: 150px;
    height: 178px;
    top: -75px;
  }
  .l-section.l-sec02 .box02::after {
    width: 114px;
    height: 16px;
    top: -12px;
    left: 50%;
  }
  .l-section.l-sec02 .box02 h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .l-section.l-sec02 .box02 h4 strong {
    display: table;
    line-height: 2em;
    padding: 0 .8em;
    margin: 0 auto 10px;
    border-radius: 1em;
  }
  .l-section.l-sec02 .box02 h4::before, .l-section.l-sec02 .box02 h4::after {
    content: "";
    width: 18vw;
    height: 3px;
    top: 1em;
    -webkit-transform: none;
            transform: none;
  }
  .l-section.l-sec02 .box02 h5 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .l-section.l-sec02 .box02 h5 strong {
    color: #ed5c65;
  }
  .l-section.l-sec02 .box02 .box-content {
    margin-bottom: 20px;
  }
  .l-section.l-sec02 .box02 p {
    font-size: 15px;
  }
  .l-section.l-sec02 .box02 .bdr {
    margin: 20px 0;
  }
  .l-section.l-sec03 .lead {
    margin-bottom: 30px;
  }
  .l-section.l-sec03 h3.arw-title {
    text-align: center;
    width: 300px;
    line-height: 52px;
    margin: 20px auto 15px;
    font-size: 20px;
  }
  .l-section.l-sec03 .ways {
    display: block;
    margin-bottom: 60px;
  }
  .l-section.l-sec03 .ways li {
    margin-bottom: 10px;
  }
  .l-section.l-sec03 h4 {
    width: 80%;
    margin: 0 auto 15px;
  }
  .l-section.l-sec03 .tab-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-section.l-sec03 .tab-box .tab-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-section.l-sec03 .tab-box .tab-select li {
    position: relative;
    width: 32.5%;
    line-height: 2em;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  .l-section.l-sec03 .tab-box .tab-select li.active::after {
    border-width: 15px 5px 0 5px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content {
    display: none;
    padding: 20px 5%;
    border-radius: 0 0 10px 10px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content:nth-child(1) {
    border: 2px solid #0070c0;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content:nth-child(2) {
    border: 2px solid #bf9000;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content:nth-child(3) {
    border: 2px solid #295266;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content h5 {
    width: 70%;
    margin-bottom: 10px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .graph {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point {
    margin-top: 20px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point h6 {
    font-size: 14px;
    padding: 5px 1.5em 0;
    line-height: 2;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point .text-box {
    font-size: 12px;
    padding: 15px 10px;
    background: #e5eff4;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point .text-box strong {
    color: #ed5c65;
    font-weight: normal;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dt {
    width: 60%;
    line-height: 2.5em;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dd {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .l-section.l-sec03 .tab-box .tab-contents .tab-content .point dl dd:last-child {
    margin-bottom: 0;
  }
  .l-section.l-sec03 .caution-area {
    width: 100%;
    margin: 0 auto;
  }
  .l-section.l-sec03 .caution-area h5 {
    display: table;
    margin: 0 auto 20px;
    padding: 0 10px 5px;
    font-size: 15px;
    font-weight: bold;
  }
  .l-section.l-sec03 .caution-area p {
    font-size: 12px;
  }

  /* modal parts */
  .modal-content {
    width: 88%;
    padding: 60px 6% 50px;
    border-radius: 20px;
  }
  .modal-content .l-inner {
    width: 100%;
    margin: 0 auto 30px;
  }
  .modal-content h3.modal-title {
    width: 90%;
    margin: 0 auto 10px;
  }
  .modal-content p.bubble {
    position: relative;
    width: 55%;
    line-height: 2.4em;
    font-size: 14px;
    margin: 0 auto 20px;
    border-radius: 1.2em;
  }
  .modal-content p.bubble::after {
    border-width: 13px 5px 0 5px;
  }
  .modal-content h4.quote {
    margin-bottom: 10px;
  }
  .modal-content .img {
    margin-bottom: 30px;
  }
  .modal-content h5 {
    font-size: 17px;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .modal-content p.maincopy {
    font-size: 12px;
  }
  .modal-content p.midcopy {
    font-size: 13px;
  }

  /*.modal-close {*/
  /*  width: auto;*/
  /*  font-size: 15px;*/
  /*  font-weight: bold;*/
  /*}*/
  /*.modal-close:hover {*/
  /*  opacity: .7;*/
  /*}*/

  /*.crossbtn {*/
  /*  width: 20px;*/
  /*  height: 20px;*/
  /*  top: 20px;*/
  /*  right: 20px;*/
  /*}*/
  /*.crossbtn::before, .crossbtn::after {*/
  /*  width: 30px;*/
  /*  height: 1px;*/
  /*}*/

  .l-modal02 .layout {
    width: 100%;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-modal02 .layout .bubble-s {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    height: auto;
    font-size: 12px;
    border-radius: 10px;
    text-align: left;
  }
  .l-modal02 .layout .bubble-s::after {
    border-width: 6px 0 6px 18px;
  }
  .l-modal02 .layout figure {
    line-height: 0;
    width: 45%;
    height: auto;
  }
  .l-modal02 .layout figure img {
    height: auto;
  }

  .l-modal-campaign{
    padding: 0 0 50px;
  }
  /*.l-modal-campaign .crossbtn {*/
  /*  position: fixed;*/
  /*  top: 4%;*/
  /*  left: auto;*/
  /*  right: 5%;*/
  /*  margin-left: 0;*/
  /*}*/
  .l-modal-campaign .l-inner{
    padding: 0 5%;
  }
  .l-modal-campaign h3.modal-mv {
    margin-bottom: 0;
    line-height: 0;
    text-align: center!important;
  }
  .l-modal-campaign .lead-copy {
    font-size: 17px;
    line-height: 1.8;
    padding: 35px 0;
  }
  .l-modal-campaign .sec-title {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 24px;
    text-align: center;
  }
  .l-modal-campaign .sec-title::before {
    width: 110px;
    height: 60px;
    content: "";
    margin: 0 auto 10px;
  }
  .l-modal-campaign .sec-title .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-modal-campaign .sec-title .text span {
    position: relative;
    font-size: 16px;
    font-weight: 700;
  }
  .l-modal-campaign .sec-title .text span::before, .l-modal-campaign .sec-title .text span::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 1px;
    left: -27px;
  }
  .l-modal-campaign .sec-title .text span::after {
    left: auto;
    right: -27px;
  }
  .l-modal-campaign .cp-detail{
    margin-bottom: 40px;
  }
  .l-modal-campaign .cp-detail .main-copy {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 30px;
  }
  .l-modal-campaign .cp-detail .main-copy em {
    position: relative;
    font-style: normal;
  }
  .l-modal-campaign .cp-detail .main-copy em::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background: #8de64e;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .l-modal-campaign .cp-detail .main-copy strong {
    font-size: 1.35em;
  }
  .l-modal-campaign .cp-detail .main-copy strong.smaller {
    font-size: 1.2em;
  }
  .l-modal-campaign .cp-detail .main-copy span {
    font-size: 1.3em;
    font-weight: bold;
  }
  .l-modal-campaign .cp-detail .main-copy .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 13px;
    margin-top: 20px;
  }
  .l-modal-campaign .cp-detail .main-copy .note::before {
    content: "※";
  }
  .l-modal-campaign .cp-detail ul{
    display: block;
  }
  .l-modal-campaign .cp-detail ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .l-modal-campaign .cp-detail ul li h5 {
    width: 55px;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: .5em;
    text-indent: .5em;
  }
  .l-modal-campaign .cp-detail ul li p {
    width: calc(100% - 55px);
    padding-left: 10px;
    font-size: 12px;
  }
  .l-modal-campaign .cp-detail ul li:nth-child(2n-1){
    width: 100%;
    margin-right: 0;
  }
  .l-modal-campaign .cp-detail-b ul li:nth-child(2n-1){
    width: 100%;
    margin-right: 0;
  }
  .l-modal-campaign .date {
    width: 90%;
    margin: 0 auto 40px;
    padding: 20px 0;
    display: block;
  }
  .l-modal-campaign .date h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px;
    width: 90px;
    height: 90px;
    font-size: 17px;
    line-height: 1.4;
  }
  .l-modal-campaign .date ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-modal-campaign .date ul li {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 2px dotted #000;
    margin-bottom: 25px;
    text-align: center;
  }
  .l-modal-campaign .date ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .l-modal-campaign .date ul li h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
  .l-modal-campaign .date ul li h5 img {
    height: 25px;
    margin-right: 5px;
  }
  .l-modal-campaign .date ul li p {
    font-size: 18px;
  }
  .l-modal-campaign .date ul li p strong {
    font-size: 1.5em;
  }
  .l-modal-campaign .note-about-campaign{
    width: 90%;
    margin: 0 auto 30px;
  }
  .l-modal-campaign .note-about-campaign h5{
    border: none;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .l-modal-campaign .note-about-campaign p{
    font-size: 12px;
  }

  #pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-size: 100%;
    z-index: 5;
  }
  #pagetop a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
  }
}