/* ======================================================================
 p_top
====================================================================== */
.l_content {
  padding: 0;
}

.sec {
  padding: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 30px 15px 45px;
  }
}
.sec > .inner {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec > .inner {
    width: 100%;
    padding: 0 15px;
  }
}
.sec .btn {
  margin: 40px 0 0;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec .btn {
    margin: 30px auto 0;
  }
}
.sec.sec_1 {
  background: #F3F3F3;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 {
    padding: 0 0 40px;
  }
}
.sec.sec_1 .info {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 15px 20px 15px;
  border: 2px solid #E02424;
  border-radius: 10px;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .info {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
}
.sec.sec_1 .info:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .info:not(:last-child) {
    margin-bottom: 30px;
  }
}
.sec.sec_1 .info .ttl {
  width: 128px;
  height: 34px;
  border-radius: 5px;
  color: #fff;
  background: #E02424;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .info .ttl {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
.sec.sec_1 .info .desc {
  width: calc(100% - 128px);
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .info .desc {
    width: 100%;
    padding: 10px 15px 20px;
  }
}
.sec.sec_1 .info .desc > a {
  text-decoration: underline;
  color: #E02424;
  display: inline-block;
}
.sec.sec_1 .info .desc > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .info .desc > a:hover {
    text-decoration: underline;
  }
}
.sec.sec_1 .info .desc > p {
  color: #E02424;
}
.sec.sec_1 .lists {
  display: -ms-flex;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists {
    flex-wrap: wrap;
  }
}
.sec.sec_1 .lists > li {
  width: 283px;
  height: 250px;
  background: url(../img/p_top/circle.png);
  background-size: cover;
  padding: 0 0 0 33px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li {
    width: 170px;
    height: 150px;
    padding: 0 0 0 20px;
  }
  .sec.sec_1 .lists > li:nth-child(n+3) {
    margin: 20px 0 0;
  }
}
.sec.sec_1 .lists > li .wrap1 {
  text-align: center;
}
.sec.sec_1 .lists > li .wrap1 img {
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li .wrap1 img.elect {
    width: 29px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li .wrap1 img.point {
    width: 74px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li .wrap1 img.heart {
    width: 48px;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li .wrap1 img.pc {
    width: 48px;
    margin: 0 0 5px;
  }
}
.sec.sec_1 .lists > li .wrap1 .u_txt_4 {
  font-weight: bold;
}
.sec.sec_1 .lists > li .wrap1 .u_txt_4 > span {
  color: #F78500;
}
.sec.sec_1 .lists > li .wrap1 .sml {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 2px;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li .wrap1 .sml {
    font-size: 12px;
  }
}
.sec.sec_1 .lists > li .wrap1 .sub {
  margin: 10px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lists > li .wrap1 .sub {
    margin: 5px 0 0;
    line-height: 1.4;
  }
}
.sec.sec_1 .lead {
  margin: 50px 0 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lead {
    margin: 30px 0 0;
    line-height: 2.1;
  }
}
.sec.sec_1 .lead > span {
  font-size: 30px;
  background: linear-gradient(transparent 60%, #FBC632 60%);
}
@media screen and (max-width: 768px) {
  .sec.sec_1 .lead > span {
    font-size: 24px;
    line-height: 1.1;
  }
}
.sec.sec_2 .sec2_lead {
  margin: 20px 0 30px;
  text-align: center;
}
.sec.sec_2 .sec2_lists {
  display: flex;
  width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .sec2_lists {
    
    width: 100%;
    
  } 
}
.sec.sec_2 .sec2_list {
  border-radius: 10px;
  width: 370px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.sec.sec_2 .sec2_list .imgwrap_txt .u_txt_1,
.sec.sec_2 .sec2_list .txtwrap .u_txt_6,
.sec.sec_2 .sec2_list .txtwrap .information_item {
  color: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .sec2_list {
    width: 325px!important;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .sec2_list:not(:first-of-type) {
    margin: 25px 0 0;
  }
}
.sec.sec_2 .imgwrap {
  position: relative;
}
.sec.sec_2 .imgwrap_txtwrap {
  display: flex;
  justify-content: center;
  margin: -20px 0 0;
}
.sec.sec_2 .imgwrap img {
  height: auto;
}
.sec.sec_2 .imgwrap_txt {
  background: #fff;
  border-radius: 10px;
  padding: 10px 35px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .imgwrap_txt {
    padding: 10px 15px;
  }
}
.sec.sec_2 .imgwrap_label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #3E3E3E;
  color: #fff;
  padding: 7px 20px;
  font-size: 1.6em;
  font-weight: bold;
  border-radius: 20px 0 20px 0;
}
.sec.sec_2 .imgwrap_color1 {
  color: #FBC933;
}
.sec.sec_2 .imgwrap_color2 {
  color: #74C3F5;
}
.sec.sec_2 .txtwrap {
  padding: 0 30px 30px;
}
.sec.sec_2 .txtwrap .u_txt_6 {
  text-align: center;
}
.sec.sec_2 .txtwrap .information {
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 20px;
  background: #FFF7DD;
  border-radius: 10px;
  position: relative;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .txtwrap .information {
    padding: 20px 25px 20px 35px;
  }
}
.sec.sec_2 .txtwrap .information_lists {
  padding: 0 0 0 35px;
}
.sec.sec_2 .txtwrap .information_item {
  font-size: 14px;
  position: relative;
}
.sec.sec_2 .txtwrap .information_item:not(:first-of-type) {
  margin: 15px 0 0;
}
.sec.sec_2 .txtwrap .information_item:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #CCCCCC;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -35px;
  background: #fff;
  border-radius: 5px;
}
.sec.sec_2 .txtwrap .information_item:after {
  content: url(../img/p_top/check.svg);
  position: absolute;
  top: 0;
  left: -30px;
}
.sec.sec_2 .txtwrap .information .u_txt_1 {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #F78500;
  white-space: nowrap;
  font-weight: bold;
}
.sec.sec_2 .txtwrap .information .u_txt_1:before {
  content: "";
  background: #F78500;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -15px;
  transform: rotate(-45deg);
}
.sec.sec_2 .txtwrap .information .u_txt_1:after {
  content: "";
  background: #F78500;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -15px;
  transform: rotate(45deg);
}
.sec.sec_2 .txtwrap .c_btn_4 {
  width: 100%;
}
.sec.sec_3 {
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 > .inner {
    padding: 0;
  }
}
.sec.sec_3 .lead {
  margin: 20px 0 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .lead {
    text-align: left;
    margin: 20px 0;
  }
}
.sec.sec_3 .lead .sub {
  font-size: 14px;
  margin: 15px 0 0;
  display: inline-block;
}
.sec.sec_3 .lead .sub._r {
  color: #f00;
  margin: 0;
}
.sec.sec_3 .box .center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box .center img {
    width: 225px;
  }
}
.sec.sec_3 .box picture {
  text-align: center;
}
.sec.sec_3 .box picture img {
  width: 400px;
}
.sec.sec_3 .box ul {
  position: relative;
  margin: 30px 0 0;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul {
    margin: 20px 0 0;
    flex-wrap: wrap;
  }
}
.sec.sec_3 .box ul:before {
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  content: url(../img/common/plus.svg);
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul:before {
    content: "";
    top: -28px;
    width: 40px;
    height: 40px;
    background: url(../img/common/plus.svg);
    background-size: cover;
  }
}
.sec.sec_3 .box ul li {
  width: 16.6666666667%;
  background: #fff;
  height: 166px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li {
    width: 33.3333333333%;
    height: 120px;
    border-radius: 10px;
  }
}
.sec.sec_3 .box ul li:not(:first-child) {
  border-left: 5px solid #f3f3f3;
  position: relative;
}
.sec.sec_3 .box ul li:not(:first-child):before {
  content: url(../img/p_top/or.svg);
  background: #fff;
  color: #A0A0A0;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li:nth-child(n+4) {
    margin: 7px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li:nth-child(4):before {
    display: none;
  }
}
.sec.sec_3 .box ul li .u_txt_5 {
  text-align: center;
  font-weight: bold;
}
.sec.sec_3 .box ul li .imgwrap {
  text-align: center;
}
.sec.sec_3 .box ul li .imgwrap .rakuten {
  width: 79px;
  margin: 0 0 19px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li .imgwrap .rakuten {
    width: 51px;
    margin: 0 0 14px;
  }
}
.sec.sec_3 .box ul li .imgwrap .amazon {
  width: 134px;
  margin: 32px 0 37px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li .imgwrap .amazon {
    width: 86px;
    margin: 15px 0 28px;
  }
}
.sec.sec_3 .box ul li .imgwrap .hulu {
  width: 130px;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li .imgwrap .hulu {
    width: 46px;
    margin: 0 0 12px;
  }
}
.sec.sec_3 .box ul li .imgwrap .apple {
  width: 107px;
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li .imgwrap .apple {
    width: 68px;
    margin: 0 0 7px;
  }
}
.sec.sec_3 .box ul li .imgwrap .stock {
  width: 116px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li .imgwrap .stock {
    width: 75px;
  }
}
.sec.sec_3 .box ul li .imgwrap .doll {
  width: 64px;
  margin: 0 0 21px;
}
@media screen and (max-width: 768px) {
  .sec.sec_3 .box ul li .imgwrap .doll {
    width: 41px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec.sec_4 > .inner {
    padding: 0;
  }
}
.sec.sec_4 .c_txt_1 {
  display: inline-block;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .content > ul {
    margin: 10px 0 0;
  }
}
.sec.sec_4 .content > ul .cont-list {
  padding: 40px 0;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .content > ul .cont-list {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.sec.sec_4 .content > ul .cont-list._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .content > ul .cont-list._reverse {
    flex-direction: row;
  }
}
.sec.sec_4 .content > ul .cont-list._reverse .txtwrap {
  padding: 20px 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .content > ul .cont-list._reverse .txtwrap {
    padding: 0 0 0 10px;
  }
}
.sec.sec_4 .content > ul .cont-list .imgwrap {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .content > ul .cont-list .imgwrap {
    width: 130px;
    position: relative;
  }
  .sec.sec_4 .content > ul .cont-list .imgwrap._no1:before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/common/no1.png);
    background-size: cover;
    z-index: 1;
  }
  .sec.sec_4 .content > ul .cont-list .imgwrap._no2:before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/common/no2.png);
    background-size: cover;
    z-index: 1;
  }
  .sec.sec_4 .content > ul .cont-list .imgwrap._no3:before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/common/no3.png);
    background-size: cover;
    z-index: 1;
  }
}
.sec.sec_4 .content > ul .cont-list .txtwrap {
  width: calc(100% - 400px);
  padding: 20px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .sec.sec_4 .content > ul .cont-list .txtwrap {
    width: calc(100% - 130px);
    padding: 0 0 0 10px;
    align-self: center;
  }
}
.sec.sec_4 .content > ul .cont-list .txtwrap .u_txt_1 {
  margin: 15px 0 0 0;
}
.sec.sec_4 .content > ul .cont-list .txtwrap .c_ttl_3._second:before {
  background: url(../img/common/no2.png);
  background-size: cover;
}
.sec.sec_4 .content > ul .cont-list .txtwrap .c_ttl_3._third:before {
  background: url(../img/common/no3.png);
  background-size: cover;
}
.sec.sec_4 .content > ul .cont-list .max {
  width: 100%;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 > .inner {
    padding: 0;
  }
}
.sec.sec_5 .c_txt_1 {
  display: inline-block;
  margin: 0 0 10px;
}
.sec.sec_5 .content > ul {
  width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul {
    width: 100%;
    margin: 25px auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sec.sec_5 .content > ul .cont-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list:not(:first-child) {
    margin: 60px 0 0;
  }
}
.sec.sec_5 .content > ul .cont-list .img {
  position: relative;
  text-align: center;
}
.sec.sec_5 .content > ul .cont-list .img._no1:before {
  z-index: 1;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/no1_ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .img._no1:before {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.sec_5 .content > ul .cont-list .img._no2:after {
  z-index: 1;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/no2-ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .img._no2:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.sec_5 .content > ul .cont-list .img._no3:after {
  z-index: 1;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/no3-ico.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .img._no3:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.sec.sec_5 .content > ul .cont-list:not(:first-child) {
  position: relative;
}
.sec.sec_5 .content > ul .cont-list:not(:first-child):before {
  top: 86px;
  position: absolute;
  left: -60px;
  transform: translateY(-50%);
  content: url(../img/common/arrow.svg);
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list:not(:first-child):before {
    left: 50%;
    top: -29px;
    transform: translate(-50%, -50%);
    content: url(../img/common/sp/arrow.svg);
  }
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt {
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .txtwrap .txt {
    margin: 25px 0 0;
    line-height: 1.5;
  }
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt._pt1 {
  margin: 39px 0 0;
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt > span {
  color: #F78500;
}
.sec.sec_5 .content > ul .cont-list .txtwrap .txt > span.sml {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content > ul .cont-list .txtwrap .txt > span.sml {
    font-size: 16px;
  }
  .sec.sec_5 .content > ul .cont-list .txtwrap .txt > span.sml._pt2 {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px;
  }
}
.sec.sec_5 .content .lead {
  text-align: center;
  margin: 40px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content .lead {
    text-align: left;
    margin: 30px 0 10px;
  }
}
.sec.sec_5 .content .sub {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content .sub {
    text-align: left;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
}
.sec.sec_5 .content .btn {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_5 .content .btn {
    margin: 30px auto 0;
  }
}
.sec.sec_6 {
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 > .inner {
    padding: 0;
  }
}
.sec.sec_6 .lead {
  margin: 20px 0 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .lead {
    margin: 20px 0;
    text-align: left;
  }
}
.sec.sec_6 .faq {
  width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq {
    width: 100%;
    margin: 20px auto 0;
  }
}
.sec.sec_6 .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.sec.sec_6 .faq .item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec.sec_6 .faq .item .parent {
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.sec.sec_6 .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .parent._active .desc:before {
    right: 15px;
  }
}
.sec.sec_6 .faq .item .parent .ttl {
  width: 56px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  background: #FBC933;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .parent .ttl {
    font-size: 20px;
  }
}
.sec.sec_6 .faq .item .parent .desc {
  width: calc(100% - 56px);
  padding: 16px 40px 18px 23px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .parent .desc {
    padding: 9px 31px 11px 10px;
  }
}
.sec.sec_6 .faq .item .parent .desc:before {
  position: absolute;
  top: 48%;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .parent .desc:before {
    top: 43%;
    right: 20px;
  }
}
.sec.sec_6 .faq .item .child {
  padding: 14px 25px 33px;
  display: none;
}

.sec.sec_6 .faq .item .child a {
  color: #0E5BB5;
  text-decoration: underline;
}

.sec.sec_6 .faq .item .child a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec.sec_6 .faq .item .child {
    padding: 15px 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_7 > .inner {
    padding: 0;
  }
}
.sec.sec_7 .infomation {
  margin: 60px auto 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .infomation {
    width: 100%;
    margin: 20px auto 0;
  }
}
.sec.sec_7 .infomation .item {
  border-top: 1px solid #D8D8D8;
}
.sec.sec_7 .infomation .item > a {
  display: -ms-flex;
  display: flex;
  padding: 22px 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .infomation .item > a {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.sec.sec_7 .infomation .item > a .txt {
  margin: 0 0 0 20px;
  color: #0E5BB5;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec.sec_7 .infomation .item > a .txt {
    width: 100%;
    margin: 5px 0 0;
  }
}
.sec.sec_7 .infomation .item > a .u_osw {
  color: #959595;
  margin: 0 20px 0 0;
}
.sec.sec_7 .infomation .item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/common/blue-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 0px;
}
.sec.sec_7 .infomation .item a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../img/common/pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 0px;
}
.sec.sec_7 .btn {
  margin: 20px 0 0;
}

/* youtube */
.sec__intro {
  padding: 80px 0;
  background: url(../img/p_top/sec3-bg.png);
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec__intro {
    padding: 50px 4.6875vw 50px;
    background: url(../img/p_top/sp/sec3-bg.png);
    background-size: cover;
    overflow: hidden;
  }
}
.sec__intro:before {
  content: url(../img/p_top/sec3-img7.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__intro:before {
    content: "";
    width: 100%;
    height: 86px;
    background: url(../img/p_top/sp/sec3-img7.png) 100% 100%/cover;
  }
}
.sec__intro:after {
  content: url(../img/p_top/sec3-img8.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec__intro:after {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../img/p_top/sp/sec3-img8.png);
    background-size: cover;
  }
}
.sec__intro__inner {
  padding: 63px 98px 50px 120px;
  background: #fff;
  width: 1160px;
  margin: 0 auto;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__intro__inner {
    padding: 40px 4.6875vw;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
  }
}
.sec__intro__inner:before {
  content: url(../img/p_top/sec3-img5.svg);
  position: absolute;
  bottom: -100px;
  left: -80px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__intro__inner:before {
    content: url(../img/p_top/sp/sec3-img5.svg);
    bottom: 20px;
    left: -54px;
  }
}
.sec__intro__inner:after {
  content: url(../img/p_top/sec3-img6.svg);
  position: absolute;
  bottom: -100px;
  right: -82px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__intro__inner:after {
    content: url(../img/p_top/sp/sec3-img6.svg);
    bottom: 20px;
    right: -58px;
    z-index: 0;
  }
}
.sec__intro__imgbox {
  width: 485px;
  padding: 0;
  position: relative;
}
.sec__intro__imgbox:before {
  content: url(../img/p_top/sec3-img9.png);
  position: absolute;
  top: -118px;
  right: -44px;
  z-index: 1;
  transform: scale(.5);
}
@media screen and (max-width: 768px) {
  .sec__intro__imgbox:before {
    content: url(../img/p_top/sp/sec3-img9.png);
    top: -104px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%) scale(.5);
  }
}
.sec__intro__imgbox img {
  max-width: 100%;
}
.sec__intro__imgbox__txt {
  max-width: 440px;
  margin-top: 15px;
  padding: 0 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .sec__intro__imgbox__txt {
    width: 100%;
    margin-top: -4px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.sec__intro__imgbox2 {
  width: 426px;
  padding: 0;
  position: relative;
  margin-top: -15px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec__intro__imgbox2 {
    width: 280px;
    margin: 20px auto 0;
    z-index: 1;
  }
}
.sec__intro__imgbox2:before {
  content: "";
  position: absolute;
  top: -20px;
  right: -60px;
  width: 137px;
  height: 83.5px;
  background: url(../img/p_top/sec3-img3.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec__intro__imgbox2:before {
    right: -16px;
    width: 103px;
    height: 62px;
    background: url(../img/p_top/sp/sec3-img3.png);
    background-size: cover;
  }
}
.sec__intro__imgbox2 .link {
  display: block;
}
.sec__intro__imgbox2 .link img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 10px 10px 0px #E8E8E8;
}
@media screen and (max-width: 768px) {
  .sec__intro__imgbox2 .link img {
    box-shadow: none;
  }
}
.sec__intro__btnbox {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec__intro__btnbox {
    margin: -15px 0 0;
  }
}
.sec__intro__btnbox img {
  width: 290px;
  transition: all .2s linear;
}
.sec__intro__btn {
  width: 290px;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .sec__intro__btn {
    width: 246px;
  }
  .sec__intro__btn img {
    max-width: 100%;
  }
}
.sec__intro__btn:hover {
  opacity: 0.7;
}