@charset "UTF-8";

/* 共通 */
body {
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	width: 100%;
}

a {
	display: block;
	width: 100%;
	transition: .3s;
}

a:hover {
	opacity: .5;
}

a[href^="tel"] {
	pointer-events: none;
}

main {
	display: block;
	background-color: #e5f3fb;
}

.flex {
	display: flex;
}

.inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

.inner_900 {
	max-width: 900px;
	width: 94%;
	margin: 0 auto;
}

.notes {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
}

.pos {
	position: relative;
}

.sp {
	display: none;
}

/*-----------------------------------
hero
-----------------------------------*/
#hero_vis {
	position: relative;
	width: 100%;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	max-width: 300px;
	width: 100%;
}

#hero_vis figure {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*-----------------------------------
main
-----------------------------------*/
.content_01 {
	padding: 80px 0;
}

.bnr{
	margin-bottom: 80px;
}


.round_Btn {
	display: block;
	max-width: 690px;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 5px 0 #ccc;
	transition: .3s;
}

.round_Btn>a {
	display: block;
	width: 100%;
}

.round_Btn:hover {
	transform: translateY(5px);
	box-shadow: none;
}

.about_nisa {
	padding: 80px 0;
}

.about_nisa>h2 {
	max-width: 550px;
	width: 90%;
	margin: 0 auto 20px;
}

.about_nisa>p {
	font-size: 22px;
	font-weight: 400;
	line-height: 2.2;
	font-feature-settings: 'palt';
	letter-spacing: 0.15em;
	text-align: center;
}

.white_Box {
	background-color: #fff;
}

.sec_Inner {
	padding: 50px;
	box-sizing: border-box;
}

.section_ttl {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	font-feature-settings: 'palt';
	letter-spacing: 0.15em;
	text-align: center;
}

.sec_ttl_p {
	background-color: #ea617b;
}

.sec_ttl_b {
	background: repeating-linear-gradient(135deg, #169ccc, #169ccc 2px, #28a4d0 2px, #28a4d0 8px);
}

.sec_ttl_n {
	background-color: #006994;
}

.box_Ttl {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 0 15px 30px;
	color: #006994;
	background-color: #d3e2f4;
	border-left: 10px solid #006994;
	font-size: 24px;
	font-weight: 600;
	box-sizing: border-box;
}

.box_Ttl_W {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0 10px 30px;
	color: #006994;
	background-color: #fff;
	border-left: 10px solid #006994;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

.box_Ttl_W02 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0 10px 30px;
	color: #2384c7;
	background-color: #fff;
	border-left: 10px solid #2384c7;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

 .sub_btn {
	margin-top: 30px;
	width: 80%;
	max-width: 620px;
 }

 .seach_btn {
	margin-bottom: 80px;
 }


/* NISAのポイント!! */
#Area01 {
	margin-bottom: 120px;
}

#Area01 .sec_Inner {
	column-count: 2;
	column-gap: 30px;
}

#Area01 .sec_Inner figure {
	margin: 0 auto 40px;
	box-sizing: border-box;
}

/* NISA口座なら投資信託購入で売却益などが非課税に！ */
#Area02 h4 {
	display: block;
	margin-bottom: 50px;
	padding: 30px 15vw;
	border-top: 5px solid #006994;
	border-bottom: 5px solid #006994;
	box-sizing: border-box;
}

#Area02 .area02_Box {
	max-width: 800px;
	width: 90%;
	margin: 50px auto;
}

#Area02 .area02_Box>h5 {
	margin-bottom: 1em;
	color: #e5004f;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

/* NISA制度について */
#Area03 {
	margin: 120px auto 80px;
}

.nisa_outline {
	table-layout: auto;
	width: 100%;
}

.nisa_outline tr {
	border-bottom: 5px solid #fff;
}

.nisa_outline th,
.nisa_outline td {
	padding: 1em .5em;
	text-align: center;
	box-sizing: border-box;
}

.nisa_outline th {
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
}

.nisa_outline td {
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
}

.nisa_outline td em {
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
}

.nisa_outline td .notes {
	font-size: 12px;
	line-height: 1.4;
}

/* テーブル装飾 */
.nisa_outline .orange_Ttl {
	padding: 0;
}

.nisa_outline .orange_Ttl span {
	display: block;
	padding: 15px 0;
	color: #fff;
	border-radius: 50px;
	background-color: #d56433;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

.nisa_outline .all_headP,
.nisa_outline .all_headG {
	width: 35%;
	padding: 0;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.nisa_outline .all_headP span,
.nisa_outline .all_headG span {
	display: block;
	padding: 30px 0;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: min(2.5vw, 24px);
	font-weight: 600;
	box-sizing: border-box;
}

.nisa_outline .all_headP span {
	padding-left: 20px;
	text-align: left;
}

.nisa_outline .all_headG span {
	padding-right: 20px;
	text-align: right;
}

.ol_00 {
	position: relative;
}

.ol_00::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 65%;
	max-width: 220px;
	width: 15vw;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, -50%);
	aspect-ratio: 93/28;
	z-index: 2;
}

.all_headP span {
	background-color: #a674b0;
}

.all_headG span {
	background-color: #00aebb;
}

.bg_cream {
	width: 30%;
	background-color: #f5ecdc;
}

.bg_purple {
	width: 35%;
	border-left: 5px solid #fff;
	background-color: #e8deed;
}

.bg_green {
	width: 35%;
	border-left: 5px solid #fff;
	background-color: #d4ecf0;
}

.bg_blue {
	border-left: 5px solid #fff;
	background-color: #dfe6f0;
}

.nisa_outline tr.ol_01 {
	border-bottom: none;
}

.ol_02 {
	border-top: 5px solid #fff;
}

.ol_03 p {
	display: block;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
	box-sizing: border-box;
}

.ol_04 p {
	display: block;
	text-align: left;
}

/* NISA制度のイメージ図 */
.nisa_image {
	margin-bottom: 40px;
}

.nisa_image>article {
	width: 48%;
	background-color: #faf5c4;
}

.nisa_image>article:first-child {
	margin-right: 4%;
}

.nisa_image>article:first-child h5 {
	display: block;
	padding: 18px 0;
	color: #fff;
	background-color: #447fba;
	font-size: 20px;
	text-align: center;
}

.nisa_image>article:last-child h5 {
	display: block;
	padding: 15px 0;
	color: #fff;
	background-color: #d56433;
	font-size: 20px;
	text-align: center;
}

.nisa_image>article:last-child h5 span {
	display: inline-block;
	padding-bottom: 3px;
	font-size: 24px;
	border-bottom: 1px solid #fff;
}

.nisa_image>article .flex {
	padding: 20px;
	box-sizing: border-box;
}

.nisa_image>article .flex>li {
	width: 48%;
}

.nisa_image>article .flex>li:first-child {
	margin-right: 4%;
}

.nisa_image>article .flex p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.frame_pu,
.frame_pi {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
	box-sizing: border-box;
}

.frame_pu {
	background-color: #a674b0;
}

.frame_pi {
	background-color: #ee869a;
}

/* NISA取引開始の流れ */
#Area04 {
	margin: 0 auto 0;
	padding-top: 120px;
}

#Area04 .ttl_100 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 25px 0;
	color: #fff;
	background: linear-gradient(135deg, #2991d0 50%, #2384c7 50%);
	font-size: 45px;
	font-weight: 600;
	font-feature-settings: 'palt';
	letter-spacing: 0.15em;
	text-align: center;
}

#Area04 article {
	margin-bottom: 60px;
}

#Area04 .round_Btn {
	margin-top: 50px;
}

/* タブ切り替え */
.tab-top {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin: 50px auto 0;
	gap: 50px;
	border-bottom: 3px solid #2384c7;
}

.tab-top>li {
	width: calc((100% - 50px) /2);
	padding: 20px 0;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.tab-top>li.active {
	color: #fff;
	background-color: #2384c7;
}

.flow01_contents,
.flow02_contents,
.flow03_contents {
	margin: 30px auto 0;
	text-align: center;
}

.content01 .step_ttl {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px 30px;
	color: #2384c7;
	background-color: #fff;
	border-left: 10px solid #2384c7;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

.content01 svg {
	margin-top: 10px;
}

.content02 h5 {
	font-size: 20px;
	font-weight: 600;
}

.content02 .notes {
	text-align: left;
}

.content02 ul {
	width: 80%;
	margin: 0 auto;
}

.abb_Block {
	margin-top: 30px;
	background-color: #fff;
	border: 2px solid #2384c7;
	box-sizing: border-box;
}

.abb_Block h6 {
	display: block;

	width: 100%;
	padding: 20px;
	color: #fff;
	background-color: #2384c7;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

.abb_Block h6 span {
	display: inline-block;
	position: relative;
}

.abb_Block h6 span::before,
.abb_Block h6 span::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 1px;
	height: 2em;
	background-color: #fff;
}

.abb_Block h6 span::before {
	left: -50px;
	transform: translateY(-50%) rotate(-30deg);
}

.abb_Block h6 span::after {
	right: -50px;
	transform: translateY(-50%) rotate(30deg);
}

.app_Btn {
	align-items: center;
	padding: 20px;
	gap: 40px;
	box-sizing: border-box;
}

.app_Btn>li {
	align-items: flex-start;
	width: calc((100% - 40px) / 2);
	gap: 20px;
}

.app_Btn>li a {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.flow03_contents .notes>a {
	display: inline-block;
	width: auto;
	color: #2384c7;
	border-bottom: 1px solid #2384c7;
}

/* NISA制度の注意点 */
#Area05 {
	margin: 120px auto 0;
}

#Area05>article {
	margin-top: 30px;
}

#Area05>article ul {
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.8;
	list-style-type: '●';
	box-sizing: border-box;
}

/* footer */
#footer {
	background-color: #e5f3fb;
}

#footer .flex {
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 50px;
}

#footer .flex a {
	display: block;
	width: 40%;
	padding: 20px 0;
	pointer-events: none;
}

#footer .flex span {
	display: block;
	width: 2px;
	height: 10vw;
	border-left: 2px dotted #191919;
}

.bank_Cord {
	padding: 30px 0;
	background-color: #ececec;
}

.bank_Cord address {
	font-size: 12px;
	line-height: 1.5
}

/*-----------------------------------
sp
-----------------------------------*/
@media only screen and (max-width: 768px) {

	/* 共通 */
	a[href^="tel"] {
		pointer-events: unset;
	}

	.inner {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/*-----------------------------------
hero
-----------------------------------*/
	#logo {
		max-width: 220px;
		width: 40%;
	}

	/*-----------------------------------
main
-----------------------------------*/
	.content_01 {
		padding: 40px 0;
	}

	.bnr {
		margin-bottom: 40px;
	}

	.about_nisa {
		padding: 40px 0;
	}

	.about_nisa>p {
		font-size: 14px;
	}

	.sec_Inner {
		padding: 20px;
		box-sizing: border-box;
	}

	.section_ttl {
		font-size: 30px;
	}

	.box_Ttl {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding: 15px 0 15px 30px;
		color: #006994;
		background-color: #d3e2f4;
		border-left: 10px solid #006994;
		font-size: 24px;
		font-weight: 600;
		box-sizing: border-box;
	}

	.box_Ttl_W {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0 10px 30px;
		color: #006994;
		background-color: #fff;
		border-left: 10px solid #006994;
		font-size: 20px;
		font-weight: 600;
		box-sizing: border-box;
	}


	.seach_btn {
		margin-bottom: 50px;
	}


	/* NISAのポイント!! */
	#Area01 {
		margin-bottom: 60px;
	}

	#Area01 .sec_Inner {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		column-count: 1;
		column-gap: 0;
	}

	#Area01 .sec_Inner figure {
		margin: 0 auto 20px;
		box-sizing: border-box;
	}

	#Area01 .sec_Inner figure:nth-child(2) {
		order: 3;
	}

	#Area01 .sec_Inner figure:nth-child(3) {
		margin-bottom: 0;
		order: 5;
	}

	#Area01 .sec_Inner figure:nth-child(4) {
		order: 2;
	}

	#Area01 .sec_Inner figure:last-child {
		order: 4;
	}

	/* NISA口座なら投資信託購入で売却益などが非課税に！ */
	#Area02 h4 {
		margin-bottom: 20px;
		padding: 30px 8vw;
	}

	#Area02 .area02_Box {
		width: 100%;
		margin: 30px auto;
	}

	#Area02 .area02_Box>h5 {
		font-size: 15px;
	}

	/* NISA制度について */
	#Area03 {
		margin: 60px auto 30px;
	}

	.nisa_outline {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.nisa_outline tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 8px solid #fff;
	}

	.nisa_outline th {
		font-size: 14px;
	}

	.nisa_outline td {
		font-size: 14px;
	}

	.nisa_outline td em {
		font-size: min(4.2vw, 18px);
	}

	/* テーブル装飾 */
	.nisa_outline .orange_Ttl {
		width: 100%;
	}

	.nisa_outline .orange_Ttl span {
		font-size: 20px;
	}

	.nisa_outline .all_headP,
	.nisa_outline .all_headG {
		width: 50%;
		border-left: none;
		border-bottom: none;
	}

	.nisa_outline .all_headP {
		border-right: 2px solid #fff;
	}

	.nisa_outline .all_headG {
		border-left: 2px solid #fff;
	}

	.nisa_outline .all_headP span,
	.nisa_outline .all_headG span {
		padding: 15px 0 60px;
		font-size: 20px;
	}

	.nisa_outline .all_headP span {
		padding-left: 0;
		text-align: center;
	}

	.nisa_outline .all_headG span {
		padding-right: 0;
		text-align: center;
	}

	.ol_00::before {
		top: 70%;
		left: 50%;
		max-width: 500px;
		width: 75%;
		background: url(../img/arrow_sp.png) no-repeat center center;
		background-size: 100%;
		aspect-ratio: 70/11;
	}

	.bg_cream {
		width: 100%;
		border-bottom: 2px solid #fff;
	}

	.bg_purple {
		width: 50%;
		border-left: none;
		border-right: 2px solid #fff;
	}

	.bg_green {
		width: 50%;
		border-left: 2px solid #fff;
	}

	.bg_blue {
		width: 100%;
		border-left: none;
		border-bottom: none;
	}

	.nisa_outline tr.ol_01 {
		border-bottom: none;
	}

	.nisa_outline tr.ol_01 .bg_blue {
		border-bottom: none;
	}

	.ol_02 {
		border-top: 2px solid #fff;
	}

	td p {
		font-size: 12px;
	}

	.ol_05 {
		width: 50%;

	}

	/* NISA制度のイメージ図 */
	.nisa_image {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.nisa_image>article {
		width: 100%;
	}

	.nisa_image>article:first-child {
		margin: 0 auto 20px;
	}

	.nisa_image>article:first-child h5 {
		padding: 15px 0;
		font-size: 18px;
	}

	.nisa_image>article:last-child h5 {
		padding: 15px 0;
		font-size: 18px;
	}

	.nisa_image>article:last-child h5 span {
		font-size: 22px;
	}

	.nisa_image>article .flex {
		padding: 10px 10px 20px;
	}

	.table_Img>figure {
		width: 1000px;
		padding: 0 0 20px;
	}

	/* NISA取引開始の流れ */
	#Area04 {
		padding-top: 60px;
	}

	#Area04 .ttl_100 {
		font-size: 30px;
	}

	#Area04 article {
		margin-bottom: 40px;
	}

	#Area04 .round_Btn {
		margin-top: 20px;
	}

	/* タブ切り替え */
	.tab-top {
		margin: 30px auto 0;
		gap: 10px;
	}

	.tab-top>li {
		width: calc((100% - 10px) /2);
		padding: 12px 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.flow01_contents,
	.flow02_contents,
	.flow03_contents {
		margin: 20px auto 0;
	}

	.content01 .step_ttl {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
		text-align: left;
	}

	.content02 h5 {
		font-size: 20px;
		line-height: 1.5;
	}

	.content02 ul {
		width: 100%;
	}

	.abb_Block {
		margin-top: 20px;
	}

	.abb_Block h6 {
		font-size: 18px;
	}

	.abb_Block h6 span::before,
	.abb_Block h6 span::after {
		height: 1.4em;
	}

	.abb_Block h6 span::before {
		left: -20px;
	}

	.abb_Block h6 span::after {
		right: -20px;
	}

	.app_Btn {
		padding: 20px;
		gap: 30px;
	}

	.app_Btn>li {
		width: 100%;
	}

	.app_Btn>li a {
		margin-top: 0;
	}

	/* NISA制度の注意点 */
	#Area05 {
		margin: 60px auto 30px;
	}

	#Area05>article ul {
		font-size: 12px;
	}


	/* footer */
	#footer .flex {
		flex-direction: column;
		flex-wrap: wrap;
	}

	#footer .flex a {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		pointer-events: unset;
	}

	#footer .flex span {
		display: block;
		width: 100%;
		height: 1px;
		margin: 20px 0;
		border-left: none;
		border-top: 2px dotted #191919;
	}
}