@charset "UTF-8";

/*----------------------------------------------------
 component
----------------------------------------------------*/
.ta-campaign-center {
  text-align: center;
}
.ta-campaign-center img {
  margin-left: auto;
  margin-right: auto;
}

.text-orange {
  color: #ff5940;
}

/*----------------------------------------------------
 mainvisual
----------------------------------------------------*/
.ta-campaign-mainvisual {
  margin: 0;
}
.ta-campaign-mainvisual img {
  width: 100%;
}

/*----------------------------------------------------
 main
----------------------------------------------------*/
.ta-campaign-main {
  background: #dbe2e5;
  line-height: 1.8;
  padding: 0 20px 80px;
}
.ta-campaign-main a {
  text-decoration: none;
}
.ta-campaign-main-in {
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 940px) {
  .ta-campaign-main {
    padding: 0 40px 160px;
  }
}

/*----------------------------------------------------
 apply
----------------------------------------------------*/
.ta-campaign-apply {
  padding: 60px 0;
  text-align: center;
}
.ta-campaign-apply a {
  display: inline-block;
  max-width: 100%;
}
.ta-campaign-apply-remark {
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 94%;
  padding-top: 30px;
  text-align: left;
}
.ta-campaign-apply-remark a {
  color: inherit;
  text-decoration: underline;
}
.ta-campaign-apply-remark a:hover {
  text-decoration: none;
}
@media (min-width: 940px) {
  .ta-campaign-apply {
    padding: 160px 0;
  }
  .ta-campaign-apply:has(.ta-campaign-apply-remark) {
    padding-bottom: 80px;
  }
  .ta-campaign-apply a {
    max-width: 76%;
  }
  .ta-campaign-apply-remark {
    max-width: 74%;
    padding-top: 30px;
  }
}

/*----------------------------------------------------
 cards
----------------------------------------------------*/
.ta-campaign-cards:first-child {
  padding-top: 60px;
}
.ta-campaign-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.ta-campaign-card:nth-child(n+2) {
  margin-top: 20px;
}
.ta-campaign-card-each:nth-child(n+2) {
  margin-top: 40px;
}
.ta-campaign-card-title {
  color: #000a48;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.ta-campaign-card-title2 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.ta-campaign-card-subtitle {
  color: #000a48;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5em;
  text-align: center;
}
.ta-campaign-card-text {
  font-size: 16px;
  margin-top: 1em;
  text-align: center;
}
.ta-campaign-card-text p:nth-child(n+2) {
  margin-top: 1em;
}
.ta-campaign-card-remark {
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}
.ta-campaign-card-remark li:nth-child(n+2) {
  margin-top: .5em;
}

@media (min-width: 940px) {
  .ta-campaign-cards:first-child {
    padding-top: 160px;
  }
  .ta-campaign-card {
    border-radius: 40px;
    padding: 60px;
  }
  .ta-campaign-card:nth-child(n+2) {
    margin-top: 50px;
  }
  .ta-campaign-card-each:nth-child(n+2) {
    margin-top: 60px;
  }
  .ta-campaign-card-title {
    font-size: 36px;
  }
  .ta-campaign-card-title2 {
    font-size: 28px;
    margin-bottom: 1.25em;
  }
  .ta-campaign-card-subtitle {
    font-size: 26px;
  }
  .ta-campaign-card-text {
    font-size: 20px;
  }
  .ta-campaign-card-remark {
    font-size: 14.5px;
  }
}

/*----------------------------------------------------
 table
----------------------------------------------------*/
.ta-campaign-card-table {
  font-size: 16px;
}
.ta-campaign-card-table table {
  width: 100%;
}
.ta-campaign-card-table thead th {
  background: #000a48;
  color: #fff;
  font-size: 14.5px;
}
.ta-campaign-card-table th,
.ta-campaign-card-table td {
  border: 2px solid #e6e6e6;
  padding: 10px;
  text-align: center;
}

@media (min-width: 940px) {
  .ta-campaign-card-table {
    font-size: 18px;
  }
  .ta-campaign-card-table th,
  .ta-campaign-card-table td {
    padding: 20px;
  }
}


/*----------------------------------------------------
 list
----------------------------------------------------*/
.list-no {
  list-style-type: decimal;
  padding-left: 30px;
}
.list-no li {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1em;
}
.list-no li::marker  {
  color: #000;
}















h1 .img-fluid{
   margin-bottom: 0;
    padding-bottom: 0;
}


.fv-image {width: 100%;
    height: auto;
    
}


.lead {
    font-weight: bold;
}
.h3{
    font-weight: bold;
}
.h3-red {
    border-top: 3px solid #DC2D34;
    padding: 15px;
    font-weight: bold;
}

.bg-overview {
     background: url(../img2/bg-overview.png) center center no-repeat;
    background-repeat: no-repeat;
    background-size: 50%;
    font-size: 24px;
    color: #000;
    padding: 10px;
    
}

.bg-table{
    background: #EEE;
}
.tb-width{
   max-width: 110px;
}
.text-red {
    color: #FF4000;
    font-weight: bold;
    font-size:  20px;
}
.fs-18 {

    font-size: 16px;

}

a.risk {
    display: inline-block;
    color: #3e3a39;
    border-bottom: 1px solid #3e3a39;
    margin-top: 20px;
}
.img-fluid{
    max-width: 100%;
    width: 100%;
    height: auto;
}
 .breadcrumb {
     background: none;
}
.breadcrumb-item + .breadcrumb-item::before 
{ content: "\f054" !important; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#conversion-btn {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 10px;
    cursor: pointer;
    margin: 0 10px 0;
}

.cv-btn{
    padding:15px 30px;
    background-color: #37b165;
  border: 2px solid #37b165;
  color: #fff;
  line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    
}
.cv-btn:hover {
  background-color: #fff;
  border-color: #37b165;
  color: #37b165;
     -webkit-transition: all .3s;
  transition: all .3s;
}
#gototop {
    text-align: center;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    font-size: 1.5em;
    background-color:#222;
    border-radius: 0;
    border: 1px solid #222;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    z-index: 10000;
    border-radius: 3rem;
 
}
#gototop a {
        color: #FFF;
        text-decoration: none;
    }

    .table{
    width: 90%;
        margin: 0 auto 30px auto;
}

.table thead tr {
    vertical-align: middle;
  text-align: center;
}
.table .bg-table {
    vertical-align: middle;
  text-align: center;
}
.table .bg-table.table tbody {
    vertical-align: middle;
  text-align: center;
}
.table tbody tr {
    vertical-align: middle;
  text-align: center;
}
.table td {
    vertical-align: middle;
  text-align: center;
}


/*Medium devices (tablets, 768px and up)*/

@media (max-width: 768px) {

.bg-overview {
    background: url(../img2/bg-overview.png?1) center center no-repeat;
    background-repeat: no-repeat;
    background-size: 60% 100%;
    font-size: 18px;
    color: #000;
    padding: 5px;
    
}
    .h3{font-size: 26px}
        .table{
    text-align: center;
    width: 100%;
}
    
}


@media (max-width: 576px) {
    .bg-overview {
     background: url(../img2/bg-overview.png) center center no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: #000;
    padding: 5px;
    
}
    .lead {
    font-size: 18px;
        
}
    .tb-width{
   width: 110px;
}
 #conversion-btn {
    display: none;
    position: fixed;
    left: 0;
     right: 0px;
    bottom: 10px;
    cursor: pointer;
    
}   
.cv-btn{
    text-align: center;
    padding: 15px;
    background-color: #37b165;
  border: 2px solid #37b165;
  color: #fff;
  line-height: 50px;
    font-size: 18px;
    
}
    #gototop {
    text-align: center;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    font-size: 1.5em;
    background-color:#222;
    border-radius: 0;
    border: 1px solid #222;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    z-index: 10000;
    border-radius: 3rem;
 
}
}


/* custom */
.navigation-clean-search .action-button-01, .navigation-clean-button .action-button-01:active {
    background: #ff8e16;
}
.navigation-clean-search .action-button, .navigation-clean-button .action-button:active {
    background: #27a4e9;
}

h2 {
  color: #ff007d;
}

.card {
    border-radius: 0;
    display: block;
    /* filter: drop-shadow(15px 15px 0 rgba(0,0,0,0.2)); */
    box-shadow: 15px 15px 0 rgba(0,0,0,0.2);
    border: 4px solid #f79300;
    margin-top: 10rem;
    padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .card {
      box-shadow: 7px 7px 0 rgba(0,0,0,0.2);
      margin-top: 5rem;
      padding-bottom: 1rem;
  }
}

.table thead th {
    background: #FFFE19;
    color: #000;
}
.table tbody td {
    color: #212121;
}

.bg-overview {
    color: #000;
    font-weight: 700;
}

/* ETF 金利負担分実質無料キャンペーン用 */
.cv_btn_box {
    display: flex;
}
.cv_btn_box p{
    width: 50%;
}
.cv_btn_box p:first-child {
    padding-right: 15px;
}
.cv_btn_box p:last-child {
    padding-left: 15px;
}


.cv__btn a {
    border: 6px solid #fff;
    cursor: pointer;
    display: block;
    position: relative;
    background: #f76800;
    width: 100%;
    max-width: 800px;
    height: 110px;
    margin: 8rem auto;
    border-radius: 70px;
    box-sizing: border-box;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    line-height: 110px;
    box-shadow: 0 6px 2px rgba(0, 0, 0, .3);
    overflow: hidden;
    transition: all .16s;
}
.cv__btn a::after {
	overflow: hidden;
	position: absolute;
	top: -180px;
	left: 0;
	background: #fff;
	width: 30px;
	height: 100%;
	content: "";
	opacity: 0;
	transform: rotate(45deg);
	animation: shine 3s ease-in-out infinite;
}
.cv__btn a:hover {
	background: #f76800;
	box-shadow: none;
	transform: translateY(4px);
}

.cv__btn a .sub_txt {
    font-size: 1rem;
}

.cv__btn.regi_btn a {
    background: #ff6c00;
}
.cv__btn.regi_btn a:hover {
	background: #ff5100;
	box-shadow: none;
	transform: translateY(4px);
}


.cv__btn.select_btn a {
    background: #27a4e9;
    height: 75px;
    margin: 2em auto;
    line-height: 65px;
    max-width: 600px;
    font-size: 1.2em;
}
.cv__btn.select_btn a:hover {
	background: #27a4e9;
	box-shadow: none;
	transform: translateY(4px);
}
.cv__btn.select_btn a:after {
    animation: none;
}


.hedger_list img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


#back_btn {
    display: none;
    position: absolute;
    padding: 0.2rem 0.5rem;
    z-index: 10;
    background: rgba(255, 255, 255, 0.57);
    border-radius: 5px;
}
#back_btn span {
    font-size: 2rem;
}


.builder_link_box {
    margin-bottom: 2rem;
}
.builder_link_box p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}

.table-cam {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
}
.table-cam tr th {
  background: #FFFE19;
  color: #000;
}
.table-cam .st_text_1 {
    font-size: 1.5rem;
}
.table-cam .st_text_2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.5rem
}
.table-cam .txt_red {
    color: #fd2a32;
}
.table-cam .sm-txt {
    font-size: 0.8rem;
}

@keyframes shine {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@media (max-width: 1200px) {
    .cv__btn a {
        font-size: 2em;
    }
}
@media (max-width: 990px) {
    .cv__btn a .sub_txt {
        font-size: 0.8rem;
    }
    .cv__btn a {
        font-size: 1.3em;
    }
}
@media (max-width: 768px) {
  .cv__btn a {
    height: 80px;
    margin: 4rem auto 3rem;
    padding: 0 8px;
    font-size: 1.8em;
    letter-spacing: 0;
    line-height: 75px;
  }
  .cv__btn a::after {
    top: -130px;
    width: 18px;
  }
  .cv_btn_box {
    display: block;
  }
  .cv_btn_box p{
    width: 100%;
  }
  .cv_btn_box p:first-child {
    padding-right: 0;
  }
  .cv_btn_box p:last-child {
    padding-left: 0;
  }

  #back_btn {
    display: block;
  }

  .sp-nopd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 576px) {
    .cv__btn a {
        font-size: 1.5em;
    }

    .cv__btn.select_btn a {
        background: #27a4e9;
        height: 55px;
        margin: 2em auto;
        line-height: 20px;
        max-width: 600px;
        font-size: 1.0em;
        padding-top: 1.0rem;
    }
    
    .builder_link_box p {
        font-size: 1.1rem;
    }
}
@media (max-width: 440px) {
    .cv__btn a {
        font-size: 1.35em;
    }
    .table-cam .st_text_2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 320px) {
    .cv__btn a {
        font-size: 1.2em;
    }
    .table-cam .st_text_2 {
        font-size: 2rem;
    }
}


/***ステップバーデザイン4***/
.step-wrap4 {
    counter-reset: count;
    margin: 2em auto;
    position: relative;
    width: 50%;
}
.step-content4 {
    padding: 1em 0 1.3em 2.5em;
    margin: 0;
    position: relative;
}
.step-content4::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: #FFFE19;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
}
.step-label4 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 6px;
}
.step-label4::after {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    font-size: 23px;
    top: 8px;
    left: 7px;
}
.step-title4 {
    font-weight: bold;
    font-size: 120%;
    margin-left: 1.5em;
    border-bottom: dotted 2px #ddd;
}
.step-body4 {
    margin-top: 1em;
    padding: 0 0 1em;
    border-bottom: dotted 2px #ddd;
}
.step-wrap4 > :last-of-type::after {
    display: none;
}

@media (max-width: 1200px) {
    .step-wrap4 {
        width: 60%;
    }
}
@media (max-width: 990px) {
    .step-wrap4 {
        width: 80%;
    }
}
@media (max-width: 768px) {
    
}
@media (max-width: 576px) {
    .step-wrap4 {
         width: 100%;
    }
    .step-title4 {
        font-size: 100%;
        margin-left: 0.5em;
    }
    .step-content4-2 {
        padding: 0em 0 0.75em 2.5em;
    }
}
@media (max-width: 440px) {

}
@media (max-width: 320px) {

}

/***ステップバーデザイン４***/


/* add 20230220 */
html {
    font-size: 16px;
}

main {
    padding-top: 0;
}


.footer h2 {
    color: inherit;
}

.footer a:hover {
    color: inherit;
}

/* bbotstrap */
.footer .btn {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 16px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.header__btn--list .btn {
    border-radius: 0;
    font-size: inherit;
    padding-left: 0;
    padding-right: 0;
}

.header ul {
    margin-bottom: 0;
}

.footer-sns {
    margin-top: 0;
}

/*----------------------------------------------------
 card
----------------------------------------------------*/
/* icon */
.card-icon {
    margin: 0 auto 1em;
    width: 12%;
}
.card-icon img {
    margin-top: -50%;
}

@media (max-width: 768px) {
    .card-icon {
        margin-bottom: 0;
        width: 20%;
    }
}

/* title */
.card-title {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    text-align: center;
}

.card-title span {
    background: linear-gradient(transparent 70%, #ffff2e 30%);
    color: #ff5a00;
    display: inline-block;
    font-weight: bold;
    font-size: 36px;
    min-width: 55%;
}

.card-title:not(.card-title-no-slash) span::before {
    content: '＼ ';
}
.card-title:not(.card-title-no-slash) span::after {
    content: ' ／';
}

.card-title2 {
    text-align: center;
}
.card-title2 span {
    background: #FFFE00;
    border-radius: 50px;
    color: #098AC5;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 20px 8px;
    min-width: 60%;
}

@media (max-width: 768px) {
    .card-title {
        padding-bottom: 1.5rem;
    }
  
    .card-title span {
        font-size: 26px;
    }
    .card-title:not(.card-title-no-slash) span::before,
    .card-title:not(.card-title-no-slash) span::after {
      content: none;
    }
    .card-title2 span {
        font-size: 21px;
        min-width: 80%;
    }
}


/*----------------------------------------------------
 card-reccomend
----------------------------------------------------*/
.card-reccomend ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  width: 90%;
}

.card-reccomend li {
  width: 40%;
}

@media (max-width: 768px) {
  .card-reccomend ul {
    width: 100%;
  }
  .card-reccomend li {
    margin-bottom: 1rem;
    width: 100%;
  }
}


/* cv__btn_row2 */
.cv__btn_row2 {
  display: flex;
  flex-wrap: wrap;
  margin: 8rem 0;
}
.cv__btn_row2 div {
  width: 50%;
}
.cv__btn_row2 a {
  font-size: 1.5rem;
  margin: 0 1rem;
  width: auto;
}
.cv__btn_row2 .account_btn {
  background: linear-gradient(to bottom right, #ff8e16 60%, #ffa749);
  color: #fff;
}
.cv__btn_row2 .account_btn:hover {
  background: linear-gradient(to bottom right, #ff8e16 60%, #ffa749);
}

@media (max-width: 768px) {
  .cv__btn_row2 .account_btn {
    margin-bottom: 2rem;
  }
  .cv__btn_row2 {
    margin: 4rem 0 3rem;
  }
  .cv__btn_row2 div {
    width: 100%;
  }
  .cv__btn_row2 a {
    font-size: 1.2rem;
    margin: 0;
  }
}
