@charset 'UTF-8';

/* ヘッダーロゴリンク無効化 */
.header--simple #simple-logo:hover {
  opacity: 1 !important;
}
.header--simple .container a {
  pointer-events: none;
}
/*   */

h1.visuallyhidden,
h2.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  }

.whatIsStartupSection {
  background-color: #E2F7F8;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 80px !important;
}

.sectionContainer {
  max-width: 920px;
  margin: 0 auto;
}

.whatIsStartup {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 32px;
  color: #014591;
  padding-top: 100px;
  letter-spacing: -1.16px;
}
.borderBottomOrange {
  border-bottom: 2px solid #FA5E5E;
}
.bigIconPlus {
  text-align: center;
  font-weight: bold;
  color: #0071CA;
  font-size: 100px;
  display: block;
  line-height: 0.8;
}
.imageBottomLink {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 40px;
}
.emphasisRed {
  color: #E04242;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.welcomeSection {
  background-color: #F6F7FA;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.campaignDetail {
  background-color: white;
  padding: 40px 30px;
}

.campaignDetail section {
  margin-top: 0;
  margin-bottom: 0;
}

.campaignDetailTitle {
  font-size: 20px;
  color: #254C8B;
}
.campaignDetailText {
  color: #222;
  font-size: 20px;
  font-weight: bold;
}
.campaignDetailSubtext {
  color: #222;
  font-size: 20px;
  font-weight: bold;
}
.emphasisRedList {
  color: #D70D38;
}
.campaignDetail .block-h3:not(:first-child) {
  margin-top: 40px;
}
.kvBtn-pc {
  position: absolute;
  top: 325px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.kvBtn-sp {
  display: block;
  margin: 40px auto;
  width: 343px;
}
.welcomeTitle {
  color: #014591;
  margin-top: 80px;
  margin-bottom: 50px;
}
.welcomeTitleTop {
  font-size: 24px !important;
}
.welcomeTitleBottom {
  font-size: 32px !important;
}
.main-bg {
  background-color: #299acf;
}
.sp-top-attention {
  padding: 8px 0;
  background-color: #E2F7F8;
}
.displayInlineBlock {
  display: inline-block;
}

.sp-top-attention p {
  display: block;
}
.bg-white {
  margin-top: 80px;
  padding: 0 10px;
}
/* 3ステップエリア
------------------*/
.step-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}

.step-content {
  text-align: center;
}
.step-number-label {
  width: 85px;
  height: 27px;
  text-align: center;
  margin: 15px auto;
}
.step-number {
  color: #5085AC;
  font-size: 18px;
}
.step-image {
  width: 200px;
  height: 200px;
}
.kouzaFlowTitle {
  font-size: 32px;
}
.whatIsStartup, .welcomeTitle, .kouzaFlowTitle {
  font-family: "M PLUS 1";
  font-weight: 800;
}
@media screen and (max-width: 1019px) {
  .whatIsStartupSection {
    padding: 0 15px;
  }
  .welcomeSection {
    padding: 0 15px;
  }
  .benefit-box img {
    max-height: 105px;
  }
  .cvBtn {
    max-height: 68px;
  }
  .sp-top-attention {
    padding: 8px 0;
    background-color: white;
  }
  .whatIsStartup {
    padding-top: 80px;
  }
  .imageBottomLink {
    text-align: left;
  }
  .step-block {
    display: block;
  }
  .step-block .step-content:not(:last-child) {
    margin-bottom: 40px;
  }
  .step-content {
    display: flex;
    align-items: center;
  }
  .step-content .image__wrap {
    margin-right: 8px;
  }
  .step-number-label {
    width: 18vw;
    margin: 0;
    margin-bottom: 2vw;
    height: auto;
  }
  .step-number {
    color: #5085AC;
    font-size: 18px;
  }
  .step-number-text {
    text-align: left;
    /* display: inline-block; */
    font-size: min(26px,4vw);
  }
  .step-image {
    width: 28vw;
    height: auto;
  }
  .step-number-content {
    margin-left: 2vw;
    flex-grow: 1;
  }
}
/*  */
/* cv_area */
.contents_cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.65);
  z-index: 100;
}
.contents_cv_main {
  width: 900px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
  justify-content: center;
}
.contents_cv_main .btn-caption {
  margin: 0 auto;
}
.closeBtn__contents_cv {
  position: absolute;
  top: -30px;
  right: 10px;
}
.footer__pagetop__add {
  bottom: 145px !important;
}
.simple-footer__add {
  height: 175px !important;
}
.footer__fluid__add {
  margin-bottom: 85px;
}
.display-none {
  display: none;
}

#floating-area {
  display: none;
}


@media screen and (max-width: 1019px) {
  .contents_cv {
    padding: 15px 0;
  }
  .contents_cv_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 8px 0px 8px;
  }
  .contents_cv_main .btn-caption {
    margin: 0 8px;
  }
  .closeBtn__contents_cv {
    top: -33px;
    right: 5px;
  }
  .closeBtn__contents_cv img {
    margin-right: 0px;
  }
  .footer__pagetop__add {
    bottom: 135px !important;
  }
  .simple-footer__add {
    height: 220px !important;
  }
  .footer__fluid__add {
    margin-bottom: 150px;
  }
  footer.simple-footer .footer__fluid .footer__copy-right {
    margin-top: 10px;
  }
}

/* disclamer section */

.disclamer {
  max-width: 900px;
  margin: 30px auto;
}


.square-image-text-card__item {
  width: 100%;
}

@media screen and (min-width: 1020px) {
  .square-image-text-card__item {
      max-width: 365px;
  }
}


/*20220922追加分*/
.header_line {
  width: 900px;
  margin: 10px auto;
}

.header_line p {
  color: #666;
  font-size: 12px;
  text-align: center;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}

.container {
  margin-top: 0;
}

.main-image .sp-hidden {
  padding: 5px 0;
}

section.typeA input {
  display: none;
}
.Bigwrapp {
  position: relative;
}
.Bg_blue {
  content: "";
  background: #d9f3ff;
  height: 600px;
  position: absolute;
  width: 100%;
  z-index: 60;
}
h2 {
  font-size: 38px;
  line-height: 1.8;
  margin: 0;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.tab_textwrapp {
  text-align: center;
  font-size: 32px;
  color: #254C8B;
  margin-bottom: 35px;
}
.text-subtext {
  color: #000;
}
.lefttab .tab_textwrapp h3:first-child {
  margin: 0 0 8px;
}
.text-orange {
  color: #f79d00;
}
.typeA .content .tab_textwrapp h3:nth-of-type(2) {
  margin: 30px 0 24px;
}
#tab-left {
  justify-content: space-between;
}
.wrapp_prepare {
  background: #f2f6fa;
  text-align: center;
  width: 42.6%;
  padding: 20px;
  border-radius: 10px;
}
#tab-left .wrapp_prepare:nth-of-type(1) > p {
  margin-bottom: 35px;
}
.prepare {
  border-radius: 10px;
}
.prepare > div:first-child {
  margin-right: 2%;
}
.prepare > div {
  background: #fff;
  border-radius: 10px;
  padding: 22px 0;
  width: 49%;
}

.d-table > div {
  display: table-cell;
  vertical-align: middle;
}

.plus {
  width: 40px;
}
.plus img {
  width: 100%;
  margin-top: 100px;
}
#tab-left div:last-child div.d-table {
  margin: 2px auto 14px;
}
.d-table {
  display: table;
}
section.typeA .tabLabel:nth-of-type(2) {
  border-right: 1px solid #dae1f5;
}
section.typeA .tabLabel {
  padding: 15px 12px;
  flex: 1;
  order: -1;
  background: #f2f6fa;
  transition: 0.1s;
  cursor: pointer;
  border-bottom: 1px solid #2076c7;
  border-top: 1px solid #dae1f5;
  text-align: center;
  font-size: 14px;
}

.typeA .content .tab_textwrapp:nth-of-type(3) h3 {
  margin: 32px 0 0;
}
h3 {
  font-size: 28px;
}

.w750 {
  max-width: 750px !important;
  margin: 0 auto !important;
}
.w830 {
  max-width: 830px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1019px){
  .w750 {
    width: 100%;
  }
  .w830 {
    width: 100%;
  }
}

.title_text_h2 p {
  font-size: 18px;
}

#wrapp-sixreason .title_text_h2 {
  font-size: 18px;
}
@media screen and (max-width: 1019px) {
  #chargepts .text-center_pc {
    font-size: 14px;
  }
  #wrapp-sixreason .title_text_h2 {
    font-size: 16px;
  }
}

.mt-36 {
  margin-top: 36px !important;
}
.mt-55__sp-35 {
  margin-top: 55px !important;
}

.welcome-icon {
  width: 120px;
}

.welcome-num {
  width: 100px;
}

.present {
  width: 60%;
}

.arrow {
  width: 80px;
}

@media screen and (min-width: 1020px) {
  .pc-mt-60 {
    margin-top: 60px;
  }
  .pc-mb-60 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1019px) {
  .sp-mt-60 {
    margin-top: 60px;
  }
  .sp_mb-0 {
    margin-bottom: 0 !important;
  }

  .mt-55__sp-35 {
    margin-top: 35px !important;
  }

  .flex_white {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .present {
    width: 100%;
  }
}

button {
  background-color: #49c1f6 !important;
  border: none;
  border-radius: 10px;
  height: 80px;
}
.show button {
  border-radius: 10px 10px 0 0;
}
#chargepts {
  width: 936px !important;
  margin: 0 auto;
}
@media screen and (max-width: 1019px) {
  #chargepts {
    width: calc(100% - 40px) !important;
  }
}

button p {
  text-align: center;
}

.accordion__item .accordion__body {
  font-size: 16px;
  line-height: 1.2;
  display: none;
}

.accordion__item .accordion__label {
  padding: 0 !important;
  border-top: none !important;
}

.accordion__body {
  padding: 0 !important;
}

.accordion__body--title {
  font-size: 17px;
  padding-bottom: 19px;
}

@media screen and (max-width: 1019px) {
  button {
    height: 60px;
  }
  button p {
    text-align: center;
  }
}

.title_Area {
  text-align: center;
}

@media (prefers-reduced-motion: reduce)
* {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
}
section.typeA input:checked + .tabLabel {
  background: #fff;
  border-top: 1px solid #2076c7;
  border-left: 1px solid #2076c7;
  border-right: 1px solid #2076c7;
  border-bottom: 1px solid #fff;
}
section.typeA input:checked + .tabLabel + .content {
  padding: 40px 0 0;
  height: auto;
  overflow: visible;
  transition: 0.1s opacity;
  opacity: 1;
}
section.typeA .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}


sup {
  font-size:12px !important;
}
.list-ordered > .list-ordered__item,
.list-asterisk > .list-asterisk__item,
.list-ordered--asterisk > .list-ordered__item {
  /* margin-bottom: 18px; */
  line-height: 1.8;
}
.list-ordered--asterisk > .list-ordered__item {
  margin-bottom: 5px;
  line-height: 1.3;
}

ul.list-circle,
ol.list-ordered,
ul.list-asterisk,
ol.list-ordered--asterisk,
ol.list-ordered--parentheses,
ol.list-ordered--lenticular-bracket,
ul.list-check,
ul.list-text,
ol.list-text--uppercase,
ol.list-text--lowercase,
ol.list-text--lowercase-parentheses,
ol.list-text--roman,
ol.list-ordered--mix,
ol.list-ordered--kata {
  margin-bottom: 18px;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
  width: 100%;
  min-width: auto;
}

.mainContents {
  float: none !important;
  width: auto !important;
  line-height: 1.6;
}

.section {
  margin-bottom: 40px;
}

.red {
  color: #de002a;
}

.fz_1up {
  font-size: 1.2em;
}

.keyvisual .image--single {
  margin-bottom: 0;
}

.keyvisual_txt {
  max-width: 900px;
  margin: 5px auto;
}


.table td,
.table th {
  text-align: center !important;
  vertical-align: middle !important;
}

table td,
table th {
  padding: 10px 5px !important;
}
.table-simple tbody th {
  font-weight: bold !important;
}
.table-simple tbody td {
  background-color: #fff;
}

[data-bg-y] {
  background-color: #ffe054 !important;
}

.col_table_img {
  display: flex;
}

.col_table_img .table {
  width: 70%;
}

.col_table_img .img {
  width: 30%;
  text-align: center;
}

.privilege_title {
  padding: 10px;
  background: #de002a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.privilege {
  background: #ffedc7;
  padding: 10px;
}

.caution02_cp,.block-arousal-explanation {
  padding: 20px;
  background-color: #fff8e8;
  margin-bottom:20px ;
}

.block-arousal-explanation ul.list-dot .list-circle__item{
  line-height: 1.4;
}

ul.list-dot li::before {
  line-height: 1.4;
}

.max_w700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/*4892 add*/
.exclamation_01 {
  margin: 10px 0 10px 0 !important;
}
.disc_coomon_foot .exclamation_01 {
  background-image: none !important;
  padding: 15px 20px 15px 10px !important;
}
.txtAC {
  text-align: center !important;
}
.txtAR {
  text-align: right !important;
}
.mt20 {
  margin-top: 20px;
}
.inner_txt_bottom {
  padding-left: 15px;
  text-indent: -15px;
}
.mb5 {
  margin-bottom: 5px;
}
.fWB {
  font-weight: bold;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}

.block-arousal-explanation ul.list-circle > li::before,
.box-group.box-group--border ul.list-circle > li::before{
  background: none !important;
}
.box-group.box-group--border{
    border: solid 1px #E5E7E8;
    background-image: none;
    padding: 20px;
    margin-bottom: 20px;
}

.w900 {
  max-width: 900px;
  margin: 0;
}
@media screen and (max-width: 1019px) {
  .w900 {
    width: 100%;
  }
}

.mt103 {
  margin-top: 103px !important;
}

.h1 {
  margin-bottom: 20px;
}
.h2 {
  margin-bottom: 16px;
}
.h1:last-child,
.h2:last-child {
  margin-bottom: 0;
}

.h4 {
  margin-bottom: 10px;
}

.link--down {
  text-decoration: none;
}

.link--external {
  text-decoration: none;
}

.text-link--icon img {
  width: auto;
}

.h2_orange{
  font-size: 24px;
  font-weight: 700;
  color: #ff7200;
  text-align: center;
}

.block-inner-banner {
  width: 600px;
  margin: 50px auto 30px;
}

.block-inner-banner img {
  margin: 0 auto;
}

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

.text-color--E3215A {
  color: #E3215A;
}


div.section{
  margin-bottom: 0;
}

.h2_title_img,
.h3_title_img {
  text-align: center;
}

.h3_title_img p {
  margin: 0 auto;
  width: auto;
}
.bg-color--d9f3ff{
  background-color: #d9f3ff;
}

section.block-h3 table tbody th.bg-color--e8f1f9 {
  background-color: #e8f1f9;
}

.bg-color__cian {
  background-color: #d9f3ff;
}

p.sp-write {
  display: none;
}



.bg-color--f6f8f9 {
  background-color: #f6f8f9;
}

.bg-color--fefbf5 {
  background-color: #fefbf5 !important;
}

.mt-m30 {
  margin-top: -30px;
}

.ml-10 {
  margin-left: 10px;
}

.block__img {
  display: block;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}



.inbnr_button{
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 430px;
}

.main-image{
  position: relative;
  margin: 0 auto;
}

.main-image .spNotDisplay {
  padding-top: 5px;
}

.container.container--without-nav {
  width: auto;
}

.contents_wrapper .pts-8000 {
  max-width: 860px;
  background-color: #d9f3ff;
}

.header_line.container p {
  max-width: 920px;
  margin: 0 auto;
}

.txtAR.text-small {
  max-width: 920px;
  margin: 0 auto;
}

.main-obi {
  width: 100%;
}
.obi-pc {
  background-image: url(../imgs/cam_2007sup_ytd/obi_bg.png);
  text-align: center;
}
.obi-pc .main-obi {
  padding: 7px 0;
  max-width: 700px;
}
p.pc-write {
  padding: 10px 0;
}

.text-center_pc {
  text-align: center;
}

.New_limited_benefits {
  padding-left: 6px;
}

@media screen and (max-width: 1019px) {
  .page_nav {
    display: block;
  }

  .page_nav_list {
    width: auto;
  }

  .page_nav_list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ytd_hdg_A {
    font-size: 28px;
  }

  .col_table_img {
    display: block;
  }

  .col_table_img img {
    width: auto;
  }

  .col_table_img .table {
    width: auto;
    margin-bottom: 20px;
  }

  .col_table_img .img {
    width: auto;
    text-align: center;
  }

  header.header--simple .container img {
    width: unset !important;
    max-width: unset !important;
  }

  .w100 {
    width: 100%;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .box-conversion {
    padding: 40px 0 30px;
    width: 100%;
    background-color: #fff2cc;
    margin-bottom: 0;
    text-align: left;
  }

  .box-conversion p {
    padding: 0 20px;
  }

  .box-conversion__maintext {
    margin-bottom: 20px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center;
  }

  .text-warning {
    color: #e3215a;
  }

  .app-download__group {
    display: flex;
    justify-content: center;
  }

  .app-download__link {
    flex: 1;
  }

  /* .app-download__link:not(:last-child) {
    margin-right: 20px;
  } */

  .app-download__link-os {
    text-align: center;
  }

  .app-download__link-os img {
    width: 90%;
  }

  .header_line p {
    font-size: 10px;
  }

  .block-inner-banner {
    width: 100%;
  }

  .btn-newtab .icon-newtab,
  .btn-newtab .icon-pdf,
  .btn-caption .icon-newtab,
  .btn-caption .icon-pdf {
    position: absolute;
    top: 50%;
    right: 0;
    left: 40% !important;
    margin-top: -8px;
  }

  .btn.btn--normal,
  .btn--normal.btn-newtab {
    color: #2076c7;
    border-color: #2076c7;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }

  .block-inner-btn {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }

  .contents_wrapper {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto!important;
  }

  .rate-card-col,
  .rate-card-box-col {
    display: flex;
    flex-wrap: wrap;
  }

  .column__xs--06 {
    text-align: left !important;
  }
  .column__xs--12 {
    width: 100% !important;
  }

  .container.container--without-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    width: 100% !important;
  }

  .rate-card-col__item,
  .rate-card-box-col__item {
    flex-basis: auto;
    width: 100%;
  }

  .text-small__sp {
    font-size: 11px !important;
    line-height: 1.2;
  }

  .header_line {
    width: calc(100% - 40px);
    margin: 10px auto;
  }
  .header_line p {
    color: #666;
    font-size: 12px;
    text-align: left;
  }
  .keyvisual p {
    padding: 0 10px;
  }

  p.sp-write {
    display: block;
    margin-top: -10px !important;
  }
  .pcNotDisplay {
    margin-bottom: 10px;
  }
  .pc-write {
    display: none;
  }


  #disClaim02_teiki .icon-newtab {
    width: fit-content;
  }

  .text-center_pc {
    text-align: left;
  }



  .main-obi {
    margin-bottom: 20px;
  }

  .image__wrap.main-bg {
    background-image: none;
  }

  .block__img {
    margin: 0 auto;
    max-width: 700px;
  }
}

.sp-mb-0 {
  margin-bottom: 0;
}

.welcome-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contentWrapp {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1019px){

  div.image--single {
    background-color: transparent;
  }

  div.section{
    margin-bottom: 0;
  }

  .New_limited_benefits {
    padding-left: 0px;
  }



  /*20220922追加分*/
  #wrapp-sixreason.sixreason {
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .contentWrapp {
    max-width: 100%;
    margin: 0 auto !important;
  }
  #wrapp-sixreason .division_6 {
    justify-content: space-between;
    margin-top: 0;
  }
  .division_6 > div {
    width: 48.5%;
    margin: 0 0 4vw !important;
  }
  .division_6 > div p:first-child {
    padding: 3vw;
  }
  .division_6 > div:nth-of-type(2), .division_6 > div:nth-of-type(5) {
    margin: 0 0 20px;
  }
  .division_6 > div p:not(:first-child) {
    padding: 2vw;
    text-align: left;
  }
  .lefttab .tab_textwrapp h3:first-child, .righttab .tab_textwrapp h3:first-child {
    margin: 0 0 32px;
  }
  .sp_text_left {
    text-align: left;
  }
  .typeA .content .tab_textwrapp h3:nth-of-type(2) {
    margin: 48px 0 32px;
  }
  #tab-left {
    display: contents;
  }
  .wrapp_prepare {
    width: auto;
    padding: 4vw 5vw;
  }
  #tab-left .wrapp_prepare:nth-of-type(1) > p {
    margin-bottom: 10px;
  }
  .d-flex.prepare {
    justify-content: space-between;
  }
  .prepare > div:first-child {
    margin-right: 0;
  }
  .title_text_h2, .wrapp_prepare p {
    font-size: 16px;
  }
  .Identity_verification img {
    width: 22vw;
  }
  .prepare > div {
    padding: 4vw 0;
    width: 48%;
  }
  .wrapp_prepare:last-child {
    padding-top: 5vw;
  }
  #tab-left div:last-child div.d-table {
    align-items: center;
    margin: 0 auto 6px;
    display: flex;
    justify-content: center;
  }
  .d-table > div {
    display: block;
    vertical-align: middle;
  }
  .plus {
    width: 11vw;
    margin: 2vw auto !important;
  }
  .plus img {
    margin-top: 0;
  }
  .typeA .content .tab_textwrapp:nth-of-type(3) h3 {
    margin: 48px 0 32px;
  }
  .circle-image-text-card .circle-image-text-card__item, .square-image-text-card .square-image-text-card__item {
    text-align: left;
    margin-bottom: 30px;
  }
  #wrapp-entrykoza .square-image-text-card .square-image-text-card__item-link {
    align-items: center;
  }
  #wrapp-entrykoza .square-image-text-card .imgWrap {
    width: 28vw;
    max-width: none;
  }
  .square-image-text-card .imgWrap__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .square-image-text-card .imgWrap::after {
    width: 7.5vw;
    height: 7.5vw;
    left: 0;
    top: 0;
  }
  .square-image-text-card .textWrap {
    margin-right: 0;
    margin-left: 2vw;
  }
  .square-image-text-card .imgWrap__img.step_icon {
    position: static;
    width: 18vw;
    bottom: unset;
  }
  .footer__pagetop {
    z-index: 100;
  }
  #tab-right {
    flex-wrap: wrap;
  }
  #tab-right .wrapp_prepare {
    width: 100%;
    padding: 5vw;
  }
  #tab-right .prepare > div:nth-last-of-type(odd) {
    width: 100%;
  }
  #tab-right .prepare > div {
    padding: 0;
    width: 100%;
  }
  .title_text_h2, .wrapp_prepare p {
    font-size: 16px;
  }
  .d-table.prepare img {
    height: auto;
    width: auto;
  }
  #wrapp-sixreason .title_Area {
    margin-bottom: 40px;
  }
  #New_limited_benefits {
    margin-bottom: 40px;
  }
  .flex_01, .flex_02, .flex_03, .flex_04 {
    flex-direction: column;
  }

  .contents--no1 .block-h2 {
    margin-top: 20px;
  }
  .bg-color--d9f3ff #wisup.block-h2 {
    margin-top: 10px;
  }
  .h2.h2-attention {
    font-size: 18px;
  }
  .bg-color--f6f8f9 .block-inner-btn {
    margin: auto 30px;
  }
  .contents--conversion p {
    padding: 0;
  }
  .contents--conversion .bg-color--f6f8f9 {
    padding: 30px 20px;
  }

  #enbtn_1 #wrapp-entrykoza {
    padding-top: 40px;
  }
}

a {
  color: #3d7af4;
}
.txtService_02 {
  padding: 25px 0;
}
.textF15px {
  font-size: 15px;
  line-height: 1.4;
}
.txtService_03 {
  padding: 15px 0;
}
.textF12px {
  font-size: 12px;
  line-height: 1.4;
}
.pl90 {
  padding-left: 60px;
  font-size: 15px;
  padding-bottom: 20px;
  width: auto;
}
.pl40 {
  padding-left: 35px;
  font-size: 15px;
  padding-bottom: 20px;
  width: auto;
}
.annotationService li{
  font-size: 15px;
}
@media screen and (min-width: 1019px) {
  #cam_point #service > div > div > div:nth-child(1) p {
    float: left;
    text-align: center;
    vertical-align: middle;
  }
}

.w60 {
  width: 60%;
  margin: 0 auto;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}



.contents--no1 {
  padding: 0 10px;
  margin-bottom: 100px;
}

.h2.h2-attention {
  border-left: 0;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  padding-left: 0;
}

.list-asterisk > .list-center {
  padding-left: 0;
  font-size: 11px !important;
}

.list-asterisk > .list-center::before {
  position: relative;
}

.app-wrapper {
  padding: 15px 15px 30px;
  margin: 35px 20px 30px;
  background-color: #fff;
  border-radius: 15px;
}
.app-wrapper > img {
  position: relative;
  top: -30px;
  display: block;
}

#wisup.block-h2 {
  margin-top: 50px;
}

.btnArea.bg-color--d9f3ff .block-h2 {
  margin: 0 auto;
  padding-bottom: 80px;
}

#wrapp-sixreason {
  padding-bottom: 20px;
}

/* SP時TOPへ戻るボタン位置調整 */
@media screen and (max-width: 1175px) {
  footer.simple-footer .footer__pagetop {
    bottom: 75px;
  }
}
.footer__pagetop {
  z-index: 100;
}

/* アコーディオン */

.accordion button{
  background-color: transparent !important;
    border-top: 1px solid #222;
    border-radius: 0;
    height: 80px;
}
.accordion button span {
  display: block;
  text-align: left;
}
.accordion .accordion__item .accordion__label {
  border-top: 1px solid #b0bdcc !important;
}

.accordion .accordion__item .accordion__body {
  padding: 10px 0 27px !important;
}

.accordion__item .accordion__label {
  padding: 17px 30px;
  padding-left: 0;
  min-height: 48px;
  text-align: left;
  border: none;
  border-top: 1px solid #b0bdcc;
  position: relative;
  background: none;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
  .accordion__item .accordion__label {
    padding: 14px 20px;
    padding-left: 0;
  }
  .accordion__item .accordion__label:hover {
    opacity: 1;
  }
}
.accordion__item .accordion__label:hover {
  cursor: pointer;
}
.accordion__item .accordion__label .icon-plus,
.faq-accordion__item .icon-plus {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__item .accordion__label .icon-plus::before,
.faq-accordion__item .icon-plus::before {
  width: 100%;
  height: 100%;
  display: block;
}

.accordion__item .accordion__body {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0 27px;
  display: none;
}

.accordion__item .accordion__title {
  margin-top: 10px;
}

.accordion__item .accordion__link-icon {
  margin-bottom: 30px;
}

.accordion__item.show .accordion__label [class^="icon"]::before,
.faq-accordion__item.show [class^="icon"]::before {
  content: url(/common21/imgs/icon-minus.svg);
}

.accordion__item.show .accordion__body {
  display: block;
}

/* ポップアップボタン */
.popup-bnr_pc {
  width: 1040px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255,255,255,0.75);
}

.popup-bnr_pc img {
  width: 40%;
}

.popup-bnr_sp {
  width: auto;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.75);
}

#popup #content {
  width:96% !important;
  margin-bottom:-10px !important;
  z-index: 99 !important;
}
#popup_01 {
  width: 100%;
  display: block;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  background-size: auto;
  height: auto;
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-color: transparent;
  z-index: 99;
  border: 0px solid rgb(217, 217, 217);
  border-radius: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-bnr_pc img {
  width: 40%;
}
.popup-bnr_sp .btn-newtab {
  min-height: 50px;
}

/*ウェルカム*/
.green-text {
  color: #25b148;
}

.text-pink {
  color: #f93281;
  font-size: 28px;
}

.text-pink span {
  font-size: 48px;
}


.welcome-content h2 {
  /* color: #0072CC; */
  font-size: 52px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}

.welcome-content h2 span {
  font-size: 24px;
}

.welcome-content .welcome-content_lead {
  font-size: 18px;
}

.acquisition-condition {
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.8;
  padding: 28px;
  text-align: center;
  width: 920px;
  margin: auto;
  z-index: 10;
  position: relative;
}

.acquisition-condition_title {
  font-size: 18px;
  color: #0072cc;
}

.how-to-get-benefits:first-of-type {
  border: 3px solid #0c97d8;
  border-radius: 8px;
  position: relative;
  margin: 100px 0 40px;
  background-color: #fff;
}
.how-to-get-benefits {
  border: 3px solid #0c97d8;
  border-radius: 8px;
  position: relative;
  margin: 40px 0;
  background-color: #fff;
}

.how-to-get-benefits .how-to-get-benefits_title {
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -55px;
}

.how-to-get-benefits .benefit {
  padding: 50px 40px;
  position: relative;
}

.how-to-get-benefits .benefit .benefit-box {
  position: relative;
  margin-bottom: 30px;
}

.how-to-get-benefits .benefit .benefit-box div {
  text-align: center;
  margin-top: 20px;
}

.how-to-get-benefits .benefit .benefit-box div img {
  width: 40%;
}

.how-to-get-benefits .benefit .benefit-box .benefit-box_title {
  font-size: 18px;
}

.how-to-get-benefits .benefit .benefit-box .benefit-box_order {
  width: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1019px){
  .welcome-content h2 {
    font-size: 28px;
  }

  .welcome-content h2 span {
    font-size: 14px;
  }

  .acquisition-condition {
    width: 100%;
    padding: 28px 10px;
  }

  .how-to-get-benefits .how-to-get-benefits_title {
    width: 85%;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -27px;
  }

  .how-to-get-benefits .benefit {
    padding: 35px 18px;
  }

  .how-to-get-benefits .benefit .benefit-box {
    margin-bottom: 10px;
  }

  .how-to-get-benefits .benefit .benefit-box .benefit-box_title {
    font-size: 16px;
  }

  .how-to-get-benefits .benefit .benefit-box div img {
    width: 70%;
  }

  .how-to-get-benefits .benefit .benefit-box .benefit-box_order {
    width: 30%;
    max-width: 105px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* ページ上部注意文言 */
.disclaim-block-box.disc-top {
  max-width: 920px;
  margin: 20px auto;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
   width: calc(100% - 20px);
  }
}


