.section .info-wrap {
  padding: 0;
}
.section  .info-wrap .info-text {
  display: block;
  width: 100%;
  padding: 20px;
  text-align:center;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000000;
}
.section.hero {
  border-bottom: 1px solid #DADADA;
}
.section.hero .hero-image {
  margin: 0 auto;
  max-width: 1080px;
  max-height: 400px;
}
.section.hero .hero-image img {
  max-width: 1080px;
  max-height: 400px;
  object-fit: contain;
}
.section.campaign-detail {
  padding-bottom: 0;
}
.section.campaign-detail .items {
  border: 3px solid #DADADA;
  border-radius: 6px;
  margin-bottom: 40px;
}
.section.campaign-detail .items table th,
.section.campaign-detail .items table td {
  padding: 15px 20px;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 16px;
}
.section.campaign-detail .items table th {
  max-width: 150px;
  width: 15%;
}
.section.campaign-detail .items table td {
  width: 80%;
}
.section.campaign-detail .section-inner .items-title-name {
  font-weight: bold;
}

.section.campaign-detail .section-inner .item-txt {
  border-top: 3px solid #DADADA;
  padding: 20px;
  text-align: justify;
}
.section .campaign-inner .campaign-title,
.section .campaign-inner .campaign-duration {
  border-bottom: 1px solid #DADADA;
  padding: 20px;
}
.section .campaign-inner .campaign-title {
  border-top: 1px solid #DADADA;
}
.section .campaign-inner .campaign-box {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
.section .campaign-inner .campaign-box p,
.section .campaign-inner .campaign-box h2 {
  display: block;
  line-height: 1.5;
  text-align: left;
}
.section .campaign-inner .campaign-box p {
  max-width: 160px;
  width: 15%;
  margin-right: 30px;
}
.section .campaign-inner .campaign-box h2 {
  max-width: 800px;
  width: 80%;
}
.section.service-list .items-content .item {
  border-bottom: none;
}
.section.service-list .items-content .item-txt {
  text-align: left;
  padding: 0 20px;
}
.section.caption p,
.section.caption img {
  padding: 20px;
}
.pc-only {
  display: inline;
}

.sec-header h2{
	font-size: 25px;
	font-weight: bold;
	color: #203d95;
	text-align: center;
	margin-bottom: 40px;
}

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

.sec-header h2{
	font-size: 25px;
	font-weight: bold;
	color: #203d95;
	text-align: center;
	margin-bottom: 40px;
}

  .section.hero .hero-image {
    margin: 0 auto;
    max-width: 750px;
    max-height: 650px;
  }
  .section.hero .hero-image img {
    max-width: 750px;
    max-height: 650px;
  }
  .section .campaign-inner .campaign-box {
    display: flex;
    flex-direction: column;
  }
  .section .campaign-inner .campaign-box p {
    max-width: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .section .campaign-inner .campaign-box h2 {
    max-width: auto;
    width: 100%;
  }
  .section.campaign-detail .items table th,
  .section.campaign-detail .items table td {
    padding: 15px 20px;
  }
  .pc-only {
    display: none;
  }
}

/* apply */
.apply {
	padding: 6rem 0 8rem;
	background: #ebf4ff;
}
.apply h2 {
	padding-bottom: 3.5rem;
	font-size: 3.8rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.apply h2::after {
	display: block;
	content: '';
	/*border-top: solid 4px #004098;*/
	width: 7rem;
	height: 0.4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3.5rem;
}
.apply h2 span {
	text-decoration: underline;
}
.apply .wrap {
	display: flex;
	flex-wrap: wrap;
}
.apply .box {
	margin-top: 8rem;
	padding: 6rem 2.5rem 1.5rem;
	width: calc((100% - 13.5rem)/4);
	background: #fff;
	position: relative;
}
.apply .box:nth-child(1),
.apply .box:nth-child(2),
.apply .box:nth-child(3) {
	margin-right: 4.5rem;
}
.apply .box:nth-child(1)::after,
.apply .box:nth-child(2)::after,
.apply .box:nth-child(3)::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	left: 102.5%;
	border: solid transparent;
	border-top-color: #004098;
	border-width: 2.1rem 2.7rem 2.1rem 2.7rem;
	transform: rotate(-90deg);
	margin-top: -1.4rem;
}
.apply .box .icon {
	margin: 0 auto;
	width: 8rem;
	position: absolute;
	top: -3.5rem;
	left: 0;
	right: 0;
}
.apply .box .pic {
	height: 14.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.apply .box .pic img {
	width: initial;
	height: 11rem;
	margin: 0 auto;
}
.apply .box.box4 .pic img {
	height: 9rem;
}
.apply .box .txt {
	margin-top: 2rem;
	line-height: 2.6rem;
}
.apply .notice {
	margin-top: 3.5rem;
	line-height: 2.8rem;
}
.apply .notice + .link {
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	.apply {
		padding: 6rem 0 9rem;
	}
	.apply h2 {
		font-size: 4.2rem;
	}
	.apply h2::after {
		/*border-top: solid 3px #004098;*/
		width: 8.2rem;
		height: 0.3rem;
		margin-left: -4.1rem;
	}
	.apply .wrap {
		flex-direction: column;
	}
	.apply .box {
		margin-top: 7.5rem;
		margin-left: 5rem;
		padding: 4.5rem 2.5rem 4.5rem 7.5rem;
		width: calc(100% - 5rem);
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.apply .box:nth-child(n+4) {
		margin-top: 7.5rem;
	}
	.apply .box:nth-child(1),
	.apply .box:nth-child(2),
	.apply .box:nth-child(3) {
		margin-right: 0;
	}
	.apply .box:nth-child(1)::after,
	.apply .box:nth-child(2)::after,
	.apply .box:nth-child(3)::after {
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		top: auto;
		bottom: -8.3rem;
		left: 50%;
		border: solid transparent;
		border-top-color: #004098;
		border-width: 3.1rem 3.7rem 3.1rem 3.7rem;
		transform: rotate(0);
		margin-left: -6rem;
	}
	.apply .box .icon {
		width: 11rem;
		top: -3.5rem;
		left: -5.5rem;
		right: auto;
	}
	.apply .box .pic {
		padding-right: 3rem;
		height: auto;
		width: 21.4rem;
	}
	.apply .box .pic img {
		height: initial;
		margin-right: 0;
	}
	.apply .box.box1 .pic img {
		width: 13.7rem;
	}
	.apply .box.box2 .pic img {
		width: 12.4rem;
	}
	.apply .box.box3 .pic img {
		width: 12rem;
	}
	.apply .box.box4 .pic img {
		width: 16rem;
		height: initial;
	}
	.apply .box.box5 .pic {
		padding-right: 0;
	}
	.apply .box.box5 .pic img {
		width: 21.4rem;
	}
	.apply .box .txt {
		margin-top: 0;
		width: 32rem;
		font-size: 2.6rem;
		line-height: 4.2rem;
	}
	.apply .notice {
		margin-top: 5.5rem;
		font-size: 2.6rem;
		line-height: 4rem;
	}
	.apply .notice + .link {
		margin-top: 2rem;
	}
}

.inner {
	margin: 0 auto;
	max-width: 108rem;
}


.p_center{
    text-align: center;
    line-height: 4.2rem;
    margin:10px;
}

.text_center {
	text-align: center;
	margin: 40px auto;
	display: block;
	max-width: 1100px;
}
.text_center .text_left {
	line-height: 1.6;
	text-align: left;
}


.usage01 {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    /*border: 3px solid #DADADA;*/
    margin: 60px auto 0;
    max-width: 960px;
}

.usage01-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
	line-height: 1.63;
}

.usage01-title span.num {
	font-size: 36px;
}

.usage01 p {
	text-align: left;
	margin: 40px 0 0;
	line-height: 1.63;
	font-size: 16px;
}

.usage01 p a {
	color: #203D95;
	text-decoration: underline;
}



.usage01 p:nth-last-child(2) {
	margin: 40px 0 40px;
}

.usage01 .items {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.usage01 .item {
    width: calc((100% - 70px)/2);
    position: relative;
}

.usage01 .item:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #DADADA;
}

.marker-yellow {
    background: linear-gradient(transparent 60%, #FFF200 60%);
    padding: 0 0.5em;
}
@media (max-width: 768px) {
	.inner {
		margin: 0 2rem;
	}
	.line_height{
		/* line-height: 1.2!important; */
	    /* padding: 9px 0; */
	    /* font-size: 14px!important; */
		border-radius: 5px;
        line-height: 56px;
        font-size: 16px;
	}
	.small{
		font-size: 12px!important;
	}
	.text_center {
		text-align: center;
	    margin: 40px 10px 0 10px;
	    display: block;
	}	
    .usage01 .items {
        display: block;
    }

    .usage01 .item {
        width: 100%;
    }

    .usage01 .item:nth-of-type(2) {
        margin-top: 40px;
    }

    .usage01 .item:nth-of-type(1):after {
        content: "";
        position: absolute;
        top: initial;
        margin: auto;
        width: 0;
        height: 0;
        border-top: solid 20px #DADADA;
        border-right: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-left: solid 15px transparent;
        right: 0;
        left: 0;
        bottom: -46px;
    }	
	.marker-yellow {
	    background: linear-gradient(transparent 60%, #FFF200 60%);
	    padding: 0 0.5em;
	    line-height: 1.63;
	}    
}

@media (min-width: 768px) {
	.inner {
		margin: 0 2rem;
	}
	.line_height{
		border-radius: 5px;
        line-height: 56px;
        font-size: 16px;
        width: 430px;
        margin: auto;
	}
	.small{
		font-size: 12px;
	}	

}

/* Vポイントで投資信託とは */

/* PC */
	#about.usage01{
		max-width: 100%;
		margin-top: 0px;
		border-radius: 0px;
	}
	.usage01.mb0{
		margin-top: 0px;
	}
	#about{
		background: #f5f5f5;
	}
	#about .inner{
		padding: 0 40px;
	}
	.about-container{
		margin: 40px 0px;
	}
	.about-list{
		display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
	}
	.about-item{
		display: flex;
        width: calc(99.999% / 2);
        padding: 12px;
	}
	.about-box{
		flex-grow: 1;
        padding: 35px 15px;
	}
	.about-item h3{
		flex-grow: 1;
        height: 4.6em;
        padding: 0 0 20px;
        font-size: 18px;
        text-align: center;
		line-height: 1.8;
	}
	strong.marker{
		position: relative;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
	font-weight: bold;
	}
	.bd-box-wh-s{
		background: #fff;
        border: 3px solid #dadada;
        border-radius: 6px;
	}
	.about-item figure{
		width: 80px;
        text-align: center;
	}
	.about-item figure.item-image2{
		width: 130px;
        text-align: center;
	}
	.about-item figure.item-image2 img{
		width: 66px;
	}
	.about-item .about-txt{
		width: calc(100% - 80px);
        padding: 0 0 0 25px;
		flex-grow: 1;
	}
	.about-item:nth-child(1) figure img{
		width: 66px;
		vertical-align: bottom;
	}
	.about-detail{
		display: flex;
	}
	.about-item p{
		font-size: 16px;
		margin: 0px;
	}
	.about-item p strong{font-weight: bold;
	}

	.about-item p.note{
		font-size: 10px;
    color: #878787;
	}
	.about-item .about-txt p a{
		color: #333;
		text-decoration: underline;
	}
	.about-item .about-txt p a:hover{
		opacity: 0.7;
	}
	.item__text.position-line{
		font-size: 32px;
    color: #203D95;
    font-weight: 700;
    position: relative;
	margin-left: 8px;
	padding-bottom: 15px;
	padding-top: 7px;
	}
	.item__text .marker-yellow{
		padding: 0;
		font-weight: 900;
		background: linear-gradient(transparent 60%, #FFF200 60%);
	}
	.item__text .text-l{
		font-size: 42px;
    font-weight: 900;
    letter-spacing: -.02em;
	}

	.about-detail figure{
    justify-content: center;
    align-items: center;
	}
	
	/* ▼手順 */

	.step-list-content.bank {
		margin-top: 40px;
	}

	.step-list-content.bank ul{
		display: flex;
    justify-content: left;
    flex-wrap: wrap;
	}
	.step-list-content.bank li{
	width: calc((100% - 50px) / 3);
    margin: 0 25px 55px 0;
	margin-top: 12px;
    border: 3px solid #DADADA;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px 55px;
    position: relative;
    counter-increment: number 1;
	margin-bottom: 0px;
	}
	.step-list-content.bank li:last-child{
		margin-right: 0px;
	}
	.step-list-content.bank li::before{
		content: "STEP" counter(number);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 23px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    border: 3px solid #DADADA;
    background: #fff;
    text-align: center;
	}
	.step-list-content.bank li .title{
		margin: 35px 0 40px;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: -.01em;
	}
	.step-list-content.bank li figure{
		text-align: center;
		margin: 0px;
	}
	.step-list-content.bank li p{
		line-height: 1.63;
		font-size: 14px;
		text-align: left;
		}
	.step-list-content.bank li img{
		max-width: 180px;
	}
	
	/* ▼ procedure */
	.procedure .procedure-box{
		display: flex;
		justify-content: space-around;
		margin: 40px 0px;
		padding: 30px;
		background: #fff;
        border: 3px solid #dadada;
        border-radius: 6px;
	}
	.procedure .procedure-box img{
		max-width: 100px;
		margin-right: 40px;
	}
	.procedure .procedure-box p{
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 700;
	}
	
/* スマホ */
@media screen and (max-width: 330px) {
	
	.about-detail{
		flex-wrap: wrap;
		justify-content: center;
        flex-direction: column;
        align-items: center;
	}
	.about-item .about-txt{
		padding: 20px 0px 0px 0px !important;
	}
}
@media screen and (max-width: 767px) {
	#about .inner{
		margin: 0px;
		padding: 0px;
	}
	.about-container{
		margin: 40px 0px;
	}
	.about-list{
		display: block;
        margin: 0px;
	}
	.about-item{
		width: 100%;
		padding: 0px;
	}
	.about-item:nth-child(2){
		margin-top: 20px;
	}
	.about-box{
		flex-grow: 1;
        padding: 35px 15px;
	}
	.about-item h3{
		flex-grow: 1;
        height: 4.6em;
        padding: 0 0 20px;
        font-size: 18px;
        text-align: center;
		line-height: 1.8;
	}
	strong.marker{
		position: relative;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%) 70%, #fff200 70%, #fff200 100%);
	font-weight: bold;
	}
	.bd-box-wh-s{
		background: #fff;
        border: 1px solid #dadada;
        border-radius: 6px;
	}
	.about-item figure{
		width: 80px;
        text-align: center;
	}
	.about-item .about-txt{
		width: calc(100% - 80px);
        padding: 0 0 0 25px;
		flex-grow: 1;
	}
	.about-item:nth-child(1) figure img{
		width: 52px;
		vertical-align: bottom;
	}
	.about-item .about-txt{
		width: 100%;
        padding: 0 0 0 20px;
	}
	.about-item p{
		font-size: 16px;
		margin: 0px;
	}
	.about-item p strong{font-weight: bold;
	}

	.about-item p.note{
		font-size: 10px;
    color: #878787;
	}
	.about-item .about-txt p a{
		color: #333;
		text-decoration: underline;
	}
	.about-item .about-txt p a:hover{
		opacity: 0.7;
	}
	.item__text.position-line{
		font-size: 32px;
    color: #203D95;
    font-weight: 700;
    position: relative;
	margin-left: 8px;
	padding-top: 0px;
	}
	.item__text .marker-yellow{
		padding: 0;
		font-weight: 900;
		background: linear-gradient(transparent 60%, #FFF200 60%);
	}
	.item__text .text-l{
		font-size: 42px;
    font-weight: 900;
    letter-spacing: -.02em;
	}

	/* .about-detail figure{
		display: flex;
    justify-content: center;
    align-items: center;
	} */
	.usage01 {
		padding: 40px 15px;
		background: #fff;
		border-radius: 6px;
		/*border: 3px solid #DADADA;*/
		margin: 60px auto 0;
		max-width: 960px;
	}

	
	/* ▼手順 */

	.step-list-content.bank {
		margin: 40px 0px 0px 0px;
	}

	.step-list-content.bank ul{
		display: block;
	}
	.step-list-content.bank li{
		width: 100%;
		margin: 0 25px 55px 0;
    border: 3px solid #DADADA;
    border-radius: 6px;
    background: #fff;
    padding: 20px 20px 55px;
    position: relative;
    counter-increment: number 1;
	}
	.step-list-content.bank li:last-child{
		margin-bottom: 0px;
	}
	.step-list-content.bank li::before{
		content: "STEP" counter(number);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 23px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    border: 3px solid #DADADA;
    background: #fff;
    text-align: center;
	}
	.step-list-content.bank li .title{
		margin: 35px 0 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.01em;
	}
	.step-list-content.bank li figure{
		text-align: center;
    margin: 40px 0px 0px 0px;
	}
	.step-list-content.bank li img{
		max-width: 260px;
	}
	.step-list-content.bank li::after{
		content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -27px;
        margin: auto;
        box-sizing: border-box;
        width: 1px;
        height: 1px;
        transform: rotate(90deg);
        border: 12px solid transparent;
        border-left: 16px solid #DADADA;
	}
	.step-list-content.bank li:last-child::after{
		content: none;
	}
	
	/* ▼ procedure */
	.procedure .procedure-box{
		display: block;
		margin: 40px 0px;
		padding: 30px;
		background: #fff;
        border: 3px solid #dadada;
        border-radius: 5px;
	}
	.procedure .procedure-box img{
		margin: 40px auto 0;
        display: block;
		max-width: 90px;
	}
	.procedure .procedure-box p{
		font-size: 16px;
		font-weight: 700;
		margin-top: 0px;
	}

}