@charset "UTF-8";

.pc-on {
	display: block;
}
.sp-on {
	display: none;
}
a{
	text-decoration: none;
}

#contents_wrap > .mv ~ section,
#contents_wrap > .mv ~ section * {
	box-sizing: border-box;
}

.mv{
	width: 100%;
	position: relative;
	z-index: 0;
	margin-bottom: -14.609375%;
	box-sizing: border-box;
}
.mv__character{
    position: absolute;
    z-index: 1;
    bottom: 9px;
    width: 61.5625%;
    left: 49%;
    transform: translateX(-50%);
}

.offer{
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 14.609375%;
	padding-bottom: 78px;
	background-image: url("./imgs/offer.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.offer__title{
	color: #004295;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}
.offer__title img{
	width: 100%;
	max-width: 238px;
}
.offer__text{
	color: #004295;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 21px;
}
.offer__menu{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #ffffff;
}
.offer__menu:last-child{
	margin-bottom: 0px;
}
.offer__menu-title{
	height: 48px;
	background-color: #006CB8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.offer__for-all-body{
	padding-top: 21px;
	padding-left: 22px;
	padding-right: 21px;
	padding-bottom: 34px;
}
.offer__for-all-title img{
	display: block;
	width: 100%;
	max-width: 238px;
}
.offer__for-all-text{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 21px;
}
.offer__btns{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.offer__btn{
	width: 100%;
	max-width: 264px;
}
.offer__secondlife-text{
	width: 100%;
	max-width: 354px;
	height: 13px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.offer__secondlife-body{
	padding-top: 31px;
	padding-left: 22px;
	padding-right: 21px;
	padding-bottom: 40px;
}
.offer__secondlife-title img{
	width: 100%;
	max-width: 252px;
}

.direct{
	width: 100%;
	padding-top: 86px;
	padding-bottom: 99px;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(./imgs/direct.png);
	background-size: cover;
	background-repeat: no-repeat;
	scroll-margin-top: calc(100px + 100vh * 0.14609375);
}
.direct__body{
	width: 100%;
	max-width: 1014px;
	margin: 0 auto;
	transform: translateX(24px);
	margin-bottom: 68px;
}
.direct__convenience{
	color: #D9005F;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}
.direct__convenience-list{
	width: 100%;
	display: flex;
    justify-content: center;
	gap: 23px;
}
.direct__convenience-item{
	width: 100%;
	max-width: 388px;
	display: flex;
	flex-direction: column;
    align-items: center;
}
.direct__convenience-item-img{
	width: 100%;
	max-width: 388px;
	margin-bottom: 24px;
}
.c-btn{
	width: 100%;
	max-width: 249px;
	height: 56px;
	display: flex;
	align-items: center;
	gap: 4px;
	background-color: #1D6BB2;
	color: #FFF;
	text-align: right;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 17px;
	box-sizing: border-box;
}
.c-btn:hover{
	opacity: 0.8;
}
.c-btn > span {
	width: 14px;
	height: 14px;
	margin-top: 4px;
}
.c-btn__arrow{
	width: 14px;
	height: 14px;
}
.c-btn__arrow img {
	width: 100%;
    height: auto;
    vertical-align: top;
}

.direct__convenience-item-btn-direct{
	padding-left: 18px;
	padding-right: 20px;
}
.direct__convenience-item-btn-appli{
	padding-left: 33px;
	padding-right: 36px;
}

.branch-atm{
	width: 100%;
	padding-top: 32px;
	padding-bottom: 77px;
	padding-left: 16px;
	padding-right: 19px;
	background-image: url(./imgs/branch-atm.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.branch-atm__body{
	width: 100%;
	max-width: 637px;
	margin: 0 auto;
}

.longlife{
	width: 100%;
	padding-top: 88px;
	padding-bottom: 72px;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(./imgs/longlife.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.longlife__body{
	width: 100%;
	max-width: 672px;
	margin: 0 auto;
}

.turukame{
	width: 100%;
	padding-top: 83px;
	padding-bottom: 73px;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(./imgs/turukame.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.turukame__body{
	width: 100%;
	max-width: 634px;
	margin: 0 auto;
}

.campaign-plan{
	width: 100%;
	padding-top: 111px;
	padding-bottom: 81px;
	background-image: url(./imgs/campaign-plan.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.campaign-plan__banner-inner{
	padding-left: 29px;
	padding-right: 26px;
}
.campaign-plan__title{
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.campaign-plan__banner{
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	margin-bottom: 120px;
}
.campaign-plan__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    max-width: 500px;
	justify-content: center;
}
.campaign-plan__text{
	color: #FFE100;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 37px;
}
.campaign-plan__list{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.campaign-plan__list > label {
    flex: 1 1;
    order: -1;
    cursor: pointer;
	width: 100%;
	max-width: 320px;
	height: 80px;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.campaign-plan__title-direct-branch-atm{
	color: #006CB8;
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #006CB8;
}
.campaign-plan__title-direct-branch-atm-span{
	text-align: center;
	font-size: 16px;
}
.campaign-plan__title-longlife{
	color: #23AB39;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #23AB39;
}
.campaign-plan__title-longlife-span{
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	text-align: center;
}
.campaign-plan__title-longlife-span2{
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	text-align: center;
}
.campaign-plan__title-longlife-span3{
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	text-align: center;
}
.campaign-plan__title-turukame{
	color: #F39800;;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #F39800;;
}
.campaign-plan__title-turukame-span{
	display: block;
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.campaign-plan__title-turukame-span2{
	display: block;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.campaign-plan__title-turukame-span3{
	display: block;
	font-family: "Noto Sans JP";
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.campaign-plan__list > label:hover {
    opacity: .8;
}
.campaign-plan__list label.campaign-plan__title-direct-branch-atm:has(:checked) {
    opacity: 1;
	background-color: #006CB8;
	border: 1px solid #FFF;
	color: #FFE100;
}
.campaign-plan__list label.campaign-plan__title-longlife:has(:checked) {
    opacity: 1;
	background-color: #23AB39;
	border: 1px solid #FFF;
	color: #fff;
}
.campaign-plan__list label.campaign-plan__title-turukame:has(:checked) {
    opacity: 1;
	background-color: #F39800;
	border: 1px solid #FFF;
	color: #fff;
}
.campaign-plan__list label:has(:checked) + .campaign-plan__body {
    display: block;
	width: 100%;
}
.campaign-plan__list input {
    display: none;
}
.campaign-plan__body{
	display: none;
}
.campaign-plan__body-direct-branch-atm{
	margin-bottom: 80px;
}
.campaign-plan__body-main {
    width: 100%;
	max-width: 1000px;
    background-color: #fff;
	margin-top: 33px;
	border: solid 3px #086EB4;
	border-radius: 10px;
	position: relative;
}
.campaign-plan__body-main::before{
	content: "";
	position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
	border: solid 6px #086EB4;
	z-index: 0;
	border-radius: 16px;
}
.campaign-plan__list-main{
	width: 100%;
	max-width: 1000px;
	position: relative;
	z-index: 1;
}
.campaign-plan__list-item{
	width: 100%;
	display: flex;
}
.campaign-plan__list-item:first-child .campaign-plan__list-title{
	border-radius: 10px 0px 0px 0px
}
.campaign-plan__list-item:first-child .campaign-plan__list-body{
	border-radius: 0px 10px 0px 0px
}
.campaign-plan__list-item:last-child .campaign-plan__list-title{
	border-radius: 0px 0px 0px 10px
}
.campaign-plan__list-item:last-child .campaign-plan__list-body{
	border-radius: 0px 0px 10px 0px
}
.campaign-plan__list-title{
	width: 177px;
	color: #ffffff;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-bottom: 1px;
}
.campaign-plan__list-title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	border-radius: 10px;
}
.campaign-plan__list-item:last-child .campaign-plan__list-title::after {
  display: none !important;
}
.campaign-plan__list-title--direct-branch-atm{
	color: #FFE100;
	background-color: #008DCE;
}
.campaign-plan__list-title--longlife{
	color: #ffffff;
	background-color: #23AB39;
}
.campaign-plan__list-title--turukame{
	color: #ffffff;
	background-color: #F39800;
}
.campaign-plan__list-title--direct-branch-atm-decoration1{
	position: absolute;
	z-index: -1;
	top: 7px;
	right: 5px;
	width: 46px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--direct-branch-atm-decoration2{
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 14px;
	width: 71px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--direct-branch-atm-decoration3{
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 8px;
	width: 101px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--direct-branch-atm-decoration4{
	position: absolute;
	z-index: -1;
	bottom: 37px;
	right: 14px;
	width: 93px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--direct-branch-atm-decoration5{
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 10px;
	width: 119px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--direct-branch-atm-decoration6{
	position: absolute;
	z-index: -1;
	bottom: 21px;
	right: 18px;
	width: 104px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--longlife-decoration1{
	position: absolute;
	z-index: -1;
	top: 7px;
	right: 5px;
	width: 46px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--longlife-decoration2{
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 14px;
	width: 71px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--longlife-decoration3{
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 13px;
	width: 119px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--longlife-decoration4{
	position: absolute;
	z-index: -1;
	bottom: 12px;
	right: 14px;
	width: 104px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--turukame-decoration1{
	position: absolute;
	z-index: -1;
	top: 7px;
	right: 5px;
	width: 46px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--turukame-decoration2{
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 6px;
	width: 71px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--turukame-decoration3{
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 6px;
	width: 119px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-title--turukame-decoration4{
	position: absolute;
	z-index: -1;
	bottom: 25px;
	right: 10px;
	width: 104px;
	mix-blend-mode: multiply;
}
.campaign-plan__list-body{
	width: 100%;
	max-width: 814px;
	padding-left: 15px;
	position: relative;
}
.campaign-plan__list-body::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #848484;
    border-radius: 10px;
}
.campaign-plan__list-body--yellow{
	background-color: #FFFEF0;
}
.campaign-plan__list-body-box1{
	padding-top: 20px;
	padding-bottom: 20px;
}
.campaign-plan__list-body-box2{
	padding-top: 20px;
	padding-bottom: 13px;
}
.campaign-plan__list-body-box3{
	padding-top: 13px;
	padding-bottom: 13px;
}
.campaign-plan__list-item:last-child .campaign-plan__list-body::after{
	display: none;
}
.campaign-plan__list-body-box4{
	padding-top: 16px;
	padding-bottom: 16px;
}
.campaign-plan__list-body-text{
	color: #3F3D3C;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.campaign-plan__list-body-text2{
	width: 100%;
	max-width: 780px;
	color: #3F3D3C;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 3px;
	display: flex;
	align-items: flex-start;
}
.campaign-plan__list-body-text2:last-child{
	margin-bottom: 0px;
}
.campaign-plan__list-body-mark {
  margin-right: 0.3em;
  flex-shrink: 0;
}
.campaign-plan__list-body-text3{
	width: 100%;
	max-width: 780px;
	color: #3F3D3C;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 3px;
}
.campaign-plan__list-body-text-title{
	color: #3F3D3C;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.campaign-plan__list-body-box2 .campaign-plan__list-body-text{
	padding-bottom: 8px;
}
.campaign-plan__list-body-text4{
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.campaign-plan__list-body-text5{
	color: #3F3D3C;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.campaign-plan__list-body-text5-span{
	color: #3F3D3C;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 7px;
}
.campaign-plan__list-body-text6{
	width: 100%;
    max-width: 780px;
    color: #3F3D3C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.campaign-plan-btn{
	max-width: 360px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	justify-content: center;
}
.campaign-plan__list-img{
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
}

.btns {
	width: 100%;
	background-color: #EEEEEF;
	padding-top: 44px;
	padding-bottom: 44px;
	padding-left: 27px;
	padding-right: 28px;
}
.btns__inner {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.btns__btn {
	max-width: 360px;
	height: 56px;
	justify-content: center;
}

.cta {
	width: 100%;
	background-color: #CCE6F7;
	padding-top: 54px;
	padding-bottom: 57px;
	padding-left: 13px;
	padding-right: 14px;
}
.cta__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 10px;
}
.cta__title {
	color: #1D6BB2;
	font-family: "Noto Sans JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom: 18px;
}
.cta__list {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border: 6px solid #EFF6F7;
	padding: 19px 0;
}
.cta__tel {
	width: 50%;
	border-right: 1px solid #707070;
	padding-top: 8px;
	padding-bottom: 2px;
}
.cta__tel-title {
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
	text-align: center;
}
.cta__tel-item {
	width: 100%;
	max-width: 285px;
	margin: 0 auto;
}
.cta__contact {
	width: 50%;
}
.cta__contact-title {
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 6px;
	text-align: center;
}
.cta__contact-btn {
	max-width: 248px;
	height: 58px;
	margin: 0 auto;
	justify-content: center;
}
.cta__contact-btn span {
	width: 14px;
	height: 14px;
}

/*PC ONLY*/
@media (min-width: 768px), print {
	/* 画面サイズ768px以上の場合適用されるスタイルを記述してください
	主にPCで見た場合でのスタイル設定を想定しています。 */
}

/*SP ONLY*/
@media (max-width: 767px) {
	/* 画面サイズ767px以下の場合適用されるスタイルを記述してください
	主にスマホサイズでのスタイル設定を想定しています
	タブレットのスタイルを打ち消す際もここで記述してさい */
	.pc-on {
		display: none;
	}
	.sp-on {
		display: block;
	}
	.offer{
		padding-bottom: 80px;
	}

	.mv{
        margin-bottom: -12.8%;
	}
	.mv__character{
		width: 103.46666666666667%;
		right: -8%;
        bottom: -6px;
		left:initial;
		transform: initial;
	}


	.offer{
	padding-top: 25.205479452054796%;
	padding-bottom: 80px;
	background-image: url("./imgs/offer--sp.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
	.offer__menu{
		max-width: 375px;
	}
	.offer__menu:last-child{
		margin-bottom: 0px;
	}
	.offer__title{
		color: #004295;
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.offer__text{
		color: #004295;
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.offer__btns{
		flex-direction: column;
		gap: 24px;
	}
	.offer__for-all-body{
		padding-top: 26px;
		padding-left: 22px;
		padding-right: 19px;
		padding-bottom: 37px;
	}
	.offer__secondlife-body{
		padding-top: 36px;
		padding-bottom: 39px;
		padding-left: 23px;
		padding-right: 19px;
	}
	.offer__for-all-text{
		margin-bottom: 36px;
	}
	.direct{
		padding-top: 88px;
		padding-left: 8px;
		padding-right: 11px;
		padding-bottom: 102px;
	}
	.direct__body{
		max-width: 356px;
		transform: initial;
		margin-bottom: 70px;
	}
	.direct__convenience{
		color: #D9005F;
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		transform: translateX(10px);
		margin-bottom: 22px;
	}
	.direct__convenience-list{
		gap: 48px;
		flex-direction: column;
		align-items: center;
	}
	.direct__convenience-item-btns{
		display: flex;
		gap: 24px;
		flex-direction: column;
		align-items: center;
	}
	.direct__convenience-item{
		max-width: 320px;
	}
	.direct__convenience-item-img{
		max-width: 320px;
	}
	.branch-atm{
		padding-top: 60px;
		padding-bottom: 56px;
		padding-left: 16px;
		padding-right: 19px;
	}
	.branch-atm__body{
		max-width: 340px;
	}
	.longlife{
		padding-top: 68px;
		padding-bottom: 70px;
		padding-left: 4px;
		padding-right: 0px;
	}
	.longlife__body{
		max-width: 371px;
	}
	.turukame{
		padding-top: 74px;
		padding-bottom: 71px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.turukame__body{
		max-width: 375px;
	}
	.campaign-plan{
		padding-top: 85px;
		padding-bottom: 80px;
	}
	.campaign-plan__title{
		width: 100%;
		max-width: 312px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.campaign-plan__banner{
		margin-bottom: 85px;
	}
	.campaign-plan__text{
		color: #FFE100;
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 36px */
		margin-bottom: 31px;
		transform: translateX(10px);
	}
	.campaign-plan__list{
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	.campaign-plan__list-item{
		flex-direction: column;
	}
	.campaign-plan__list-title{
		width: 100%;
		height: 56px;
	}
	.campaign-plan__list-body-text{
		font-size: 16px;
	}
	.campaign-plan__list-body-box2{
		padding-left: 12px;
		padding-right: 20px;
	}
	.campaign-plan__list-body-box3{
		padding-left: 12px;
		padding-right: 20px;
	}
	.campaign-plan__list-img{
		width: 100%;
		max-width: 375px;
	}
	.campaign-plan__list-title-decoration{
		display: none;
	}
	.campaign-plan__list-item:first-child .campaign-plan__list-title{
		border-radius: 10px 10px 0px 0px;
	}
	.campaign-plan__list-item:last-child .campaign-plan__list-title{
		border-radius: 0px;
	}
	.campaign-plan__list-item:last-child .campaign-plan__list-body{
		border-radius: 0px 0px 10px 10px;
	}


	.btns__inner {
		flex-direction: column;
		align-items: center;
		gap: 11px;
	}
	.btns__btn {
		height: 58px;
	}

	.cta {
		padding-top: 57px;
		padding-bottom: 48px;
	}
	.cta__title {
		color: #1D6BB2;
		font-family: "Noto Sans JP";
		font-size: 19px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%;
	}
	.cta__list {
		flex-direction: column;
		padding-top: 26px;
		padding-bottom: 33px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cta__tel {
		width: 100%;
		border-right: initial;
		padding-top: initial;
		padding-bottom: initial;
		border-bottom: solid 1px #707070;
	}
	.cta__tel-title {
		color: #222;
		font-family: "Noto Sans JP";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.cta__tel-item {
		max-width: 259px;
		margin-bottom: 22px;
	}
	.cta__contact {
		width: 100%;
		padding-top: 20px;
	}
}

/* 印刷ビュー */
@media print {
	/* 印刷時にのみ適用されるスタイルを記述してください */
}
