@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
body {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	}
a{
	transition: all 0.3s ease;
}
img{
	max-width: 100%;
}

/* =======================================
    layout
======================================= */
.container{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.text-center{
	text-align:center;
	font-size: 1.125rem;
}

/* =======================================
    main
======================================= */
.mainview img{
	width: 100%;
	margin: 0 auto;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.br-sp {
	display: none;
}
.br-480{
	display:block;
}

@media (max-width: 767px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.br-pc {
		display: none;
	}
	.br-sp {
		display: inline-block;
	}
	h1 {
		font-size: 1.8rem;
	}

}
@media (max-width: 480px) {
	.br-480 {
		display: none;
	}
}
/* =======================================
    セミナー内容
======================================= */
h2{
	text-align: center;
    	font-size: 2.25rem;
  	position: relative;
}
h2:before {
  	content: '';
  	position: absolute;
  	bottom: -25px;
  	display: inline-block;
  	width: 60px;
  	height: 8px;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
  	background-color: #ad3813;
  	border-radius: 2px;
}
.seminar-main{
	position:relative;
	overflow: hidden;
    	margin-bottom: 5rem;
}
.seminar-main:before{
	background-image: linear-gradient(0deg, rgba(255, 0, 49, 1), rgba(199, 0, 0, 1));
    	width: 100%;
    	height: 40%;
    	display: block;
    	content: "";
    	position: absolute;
    	z-index: -5;
}
.seminar-main h2{
    	font-size: 1.6rem;
    	padding: 3rem 0;
    	color: white;
    	line-height: 2;
}
.seminar-main h2:before{
	display:none;
}
.seminar-main h2 span{
	font-size:3rem;
}
.seminar-main h2 span.back_white{
	font-size: 2.4rem;
    	background-color: white;
    	color: black;
    	padding: 0.5rem 1rem;
    	border-radius: 10px;
    	margin: 0.5rem;
}
.question-img{
    	background-color: white;
    	border-radius: 1000px 1000px 0 0 / 300px 300px 0 0;
    	margin: 16px -200px;
    	padding: 87px 0 0;
    	min-height: 300px;
    	text-align: center;
}
.question-img img{
	padding: 0 10px;
}
.arrows {
  	display: inline-block;
  	width: 91.9px;
  	height: 70px;
  	background: #ffdb00;
  	clip-path: polygon(0 34.3%, 31% 34.3%, 31% 0, 69% 0, 69% 34.3%, 100% 34.3%, 50% 100%);
	margin:4rem auto 0;
}
.kaiketsu-title{
    	font-size: 2.4rem;
    	font-weight: 700;
	text-align: center;
}
.yellow-line{
	background: linear-gradient(transparent 70%, #FFFF00 70%);
}
.red{
	font-size: 3.5rem;
    	color: #dc0000;
}
.kaiketsu-box{
	display: flex;
    	align-items: center;
    	justify-content: center;
	margin-top: 1rem;
	gap: 1rem;
}
.kaiketsu-box img{
	width:20%;
}
.kaiketsu-box p{
	font-size: 1.25rem;
    	font-weight: 500;
}
.form-btn{
    display: block;
    margin: 2rem auto;
    text-align: center;
    max-width: 550px;
    padding: 0 0.5rem;
}
.seminar-detail{
	background-color:#fff4ef;
	padding-bottom: 5rem;
}
.seminar-detail h2{
    	background-color: #08137d;
    	color: white;
    	padding: 1rem 0;
    	position: relative;
}
.seminar-detail h2:before{
    	top: 10px;
    	width: 100%;
    	height: 1px;
    	background-color: white;
}
.seminar-detail h2:after{
	content: '';
    	position: absolute;
    	bottom: 10px;
    	display: inline-block;
    	width: 100%;
    	height: 1px;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	transform: translateX(-50%);
    	background-color: white;
}
.seminar-detail h2 span{
	display: block;
    	padding: 1rem;
}
.detail-box{
	margin: 4rem auto;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	align-items: stretch;
    	gap: 1rem;
}
.detail-inner{
    	width: 305px;
    	background-color: white;
    	height: auto;
    	padding: 2rem;
    	display: flex;
    	flex-direction: column;
	position: relative;
	box-shadow: 5px 5px 8px -5px #777777;
}
.detail-inner:before{
	position:absolute;
	content:"";
	height: 0; 
	width: 0;
	border: solid;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #ccc;
	border-width: 0px 0px 40px 40px;
	transform: rotate(270deg);
	top:0;
	right:0;
}
.detail-inner h3{
    	font-size: 1.25rem;
    	padding-bottom: 1rem;
    	border-bottom: solid 1px darkgray;
    	margin-bottom: 1rem;
    	width: 100%;
    	text-align: center;
}
.detail-inner h3 span{
    	display: block;
    	text-align: center;
    	font-size: 3rem;
    	color: #dc0000;
}
.detail-inner ul{
    	padding-left: 1rem;
}
.detail-inner li span{
	color: #dc0000;
    	font-weight: 700;
}

.detail-box img{
	width: 305px;
    	height:267px;
    	margin-bottom: 0;
    	margin-top: auto;
}

.matome{
	margin-top:5rem;
	position:relative;
}
.matome{
	border: solid 6px gainsboro;
    	padding: 3rem;
	background-color:white;
}
.matome h3{
	text-align: center;
    	font-size: 1.45rem;
}
.matome h3 span{
	background: linear-gradient(transparent 70%, #FFFF00 70%);
}
.matome-box{
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	gap: 2rem;
	margin-top: 2rem;
}
.matome-box img{
	max-width: 300px;
	width: 100%;
}
.matome-box p{
	font-size: 1.125rem;
    	font-weight: 400;
    	line-height: 2;
}

.speaker{
    	padding: 5rem 10px 1rem;
    	background-color: #f1f1f1;
}

.speaker-box{
    	display: flex;
    	max-width: 960px;
    	margin: 4rem auto;
    	padding: 2rem;
    	gap: 2rem;
    	align-items: center;
    	background-color: white;
    	border-radius: 20px;
}
.speaker-box img{
    	max-width: 320px;
    	width: 35%;
}
.speaker-box div{
	width: 60%;
}
.speaker-box .name{
	font-size: 1.25rem;
    	font-weight: 600;
    	margin-bottom: 1rem;
    	border-bottom: solid 1px darkgray;
    	padding-bottom: 0.5rem;
}
.speaker-box .name span{
	display: inline-block;
    	margin-left: 3rem;
    	color: #ad3813;
    	vertical-align: top;
    	font-size: 1.125rem;
}
.speaker-box .jisseki{
    	margin-bottom: 1rem;
    	font-size: 1.125rem;
    	font-weight: 600;
}
.recommend{
	background-color: #fff4ef;
    	padding: 4rem 0;
	position:relative;
}
.swiper-wrapper{
	margin-top: 5rem;
}
.swiper-slide{
    	padding: 1rem 2rem;
    	background-color: white;
	height: auto;
	border: solid 4px lightgray;
}
.swiper-slide img{
	max-width: 200px;
    	margin: 1rem auto;
    	display: block;
	border-radius: 50%;
}
.swiper-slide p span{
    	display: block;
    	margin-top: 1rem;
    	text-align: right;
}
.recommend .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 30px;
}

@media (max-width: 960px) {
	.seminar-main h2 {
    		font-size: 1.4rem;
	}
	.seminar-main h2 span {
    		font-size: 2.4rem;
	}
	.seminar-main h2 span.back_white {
    		font-size: 2rem;
		margin: 0.25rem;
	}
	.question-img img{
		width: 100vw;
		margin: auto;
	}
	

}
@media (max-width: 767px) {
	.seminar-main{
		margin-bottom: 3rem;
	}
	.seminar-main h2 span.back_white.last{
		display: flex;
    		margin: 1rem auto -2.5rem;
    		width: fit-content;
    		height: 62px;
    		align-items: center;
	}
    	.seminar-main h2 span {
        	font-size: 2rem;
        	line-height: 1.8;
    	}
	.question-img{
		padding: 40px 0 0;
	}
	.arrows{
		margin: 1rem auto 0rem;
	}
	.kaiketsu-title {
    		font-size: 1.8rem;
		line-height: 1.4;
	}
	.red {
    		font-size: 2.8rem;
	}
	.kaiketsu-box{
		flex-direction: column;
    		align-items: flex-end;
    		gap: 1rem;
	}
	.kaiketsu-box img {
    		width: 50%;
	}
	.kaiketsu-box p {
    		font-size: 1.125rem;
	}
	.matome{
		padding:2rem 1rem;
	}
	.matome-box{
		gap: 1rem;
    		flex-direction: column;
	}
	.matome h3{
		font-size:1.4rem;
	}
	.matome-box p {
    		font-size: 1rem;
	}
	.speaker-box .name span{
		margin-left: 0;
	}
	
}
@media (max-width: 640px) {
	.seminar-main h2 span.back_white {
        	font-size: 1.4rem;
	}
	.seminar-main h2 span.back_white.last{
		height:48px;
	}
	.seminar-main h2 span {
        	font-size: 1.8rem;
        	line-height: 1.6;
    	}
	.detail-box{
		align-items: flex-start;
	}
	.speaker-box{
		flex-direction: column;
	}
	.speaker-box img{
		width: 100%;
	}
	.speaker-box div {
    		width: 100%;
	}
}
/* =======================================
    セミナー実績
======================================= */
.index-jisseki {
    	border: solid 8px #e5e5e5;
    	padding: 2rem;
    	max-width: 750px;
    	margin: 4rem auto;
}
.index-jisseki h2{
    	margin-bottom: 1rem;
    	font-size: 1.6rem;
}
.index-jisseki h2:before{
	display:none;
}
.index-jisseki img{
	margin: auto;
}
.jisseki-inner{
    	display: flex;
	gap:2rem;
	justify-content: center;
	align-items: center;
}
.jisseki-inner p{
	font-size:1.25rem;
    	text-align: center;
    	margin-top: 10px
}
.jisseki-inner p span{
	background: linear-gradient(transparent 70%, #FFFF00 70%);
	font-size:1.8rem;
	font-weight: 600;
}
.jisseki-inner .big{
	font-size: 2.25rem;
    	font-weight: 700;
    	padding: 0 5px;
	color: #cd1c1c;
}
.jisseki-inner img{
	width: 52%;
	height: fit-content;
}

@media (max-width: 767px) {
	.index-jisseki {
    		padding: 1rem;
	}
	.jisseki-inner{
		flex-direction: column;
		gap: 0.5rem;
	}
	.jisseki-inner p{
		font-size:1.125rem;
	}
	.jisseki-inner p span{
		font-size:1.45rem;
	}
	.jisseki-inner img{
		width: 100%;
    		height: fit-content;
    		margin: auto;
	}
}

/* =======================================
    株式・債券・投資信託 各セミナーのご案内
======================================= */
.schedule{
background-color: #f7f7f7;
    padding:3rem 0;
    margin: 0 auto;
}

.area01{
	display: block;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
}
.area-list{
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2rem;
}
.area-list a{
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: .5rem 1rem;
	margin-right: 1rem;
}
.area-list li:last-child{
	margin-right: 0;
}
.asset-link{
	text-align: center;
    	margin: 2rem auto;
}
.asset-link p{
	margin-bottom: 0.5rem;
}
.btn-asset{
	border: solid 1px #01658c;
    	display: block;
    	max-width: 350px;
    	padding: 0 10px;
    	border-radius: 15px;
    	margin: auto;
}

.btn-asset:hover{
	border: solid 2px #01658c;
}


.chihou{
	display: block;
    	width: 100%;
    	font-size: 1.6rem;
    	background-color: #25a4bd;
    	text-align: center;
    	color: #fff;
    	margin-bottom: 2rem;
}
.panels{
	width:100%;
}

.seminar-list-title01{
	font-size: 1.75rem;
	text-align: center;
	color: #303092;
	border-bottom: solid 1px #303092;
	padding-bottom: .5rem;
	margin-bottom: 2rem;
}
.seminar-list-title01 img{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	margin-right: 1rem;
}
.seminar-list{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	width:100%;
	flex-direction: column;
}
.seminar-list li{
	width: 100%;
	border: solid 1px #ccc;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
	margin-bottom: 2rem;
	background-color: white;
}
.seminar-list li:nth-of-type(3n){
	margin-right: 0;
}
.seminar-list article{
	position: relative;
	height: 100%;
	padding: 1.5rem;
	display: flex;
	align-items: flex-start;
}
.seminar-list img{
	display: block;
	width: 30%;
}
.seminar-list div{
	margin-left: 2rem;
	width: 70%;
	margin-bottom: 3rem;
}
.date{
	font-size: 1.125rem;
	font-weight: 600;
}

.seminar-list-title02{
	font-size: 1.125rem;
	margin-bottom: .5rem;
	border-bottom: solid 1px;
	position:relative;
}
.seminar-list-title02 span{
	position: absolute;
    	bottom: 0;
    	right: 0;
    	font-size: 0.8rem;
    	background-color: #ff7200;
    	color: white;
    	padding: 5px;
    	margin-bottom: 0.1rem;
}
.seminar-list-title02 span.tuika{
	background-color: transparent;
    	color: #d53939;
}
.tag-place{
	position: absolute;
    	top: 0;
    	left: 0;
    	display: block;
    	width: 7.5rem;
    	font-size: 1.125rem;
    	text-align: center;
    	color: #fff;
    	background-color: #333333b3;
    	padding: 7px 0;
	}
.btn-seminar-detail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
.btn-seminar-detail:hover{
	background-color: rgba(255, 255, 255, .4);
	}
.btn-seminar-detail span,
.btn-thanks{
	position: absolute;
	bottom: 1.5rem;
	right: 10%;
	left: 40%;
	text-align: center;
	color: #fff;
	background-color: #D53939;
	border-radius: 4px;
	padding: .5rem;
	}
.btn-seminar-detail:hover span{
	background-color: #F95B5B;
	}
.btn-thanks{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	left: 1rem;
	text-align: center;
	border-radius: 4px;
	padding: .5rem;
	font-weight: 700;
	color: #D53939;
	background-color: #efefef;
	border: solid 1px #ccc;
	}
.wazuka{
	background-color: #ffe48d;
    	font-size: .8rem;
    	padding: 3px 6px;
    	border-radius: 5px;
    	display: inline-block;
    	margin-left: 0.5rem;
}
.cancel{
    text-align: left;
    margin-top: 1rem;
    color: #d53939;
    font-weight: 800;
    margin-bottom: -3rem;
}
.teikei{
	max-width: 860px;
    background-color: white;
    margin: auto;
    padding: 1rem;
}
.teikei img{
	display: block;
    	margin: auto;
    	max-width: 600px;
    width: 100%;
}
.teikei p{
	text-align: center;
    	margin: 1rem auto;
    	font-size: 1.125rem;
}

@media (max-width: 767px) {
	h2,
	.index-jisseki h2{
		font-size:1.45rem;
	}
	.area-list a{
		padding: 5px 10px;
    		margin-bottom: 1rem;
		margin-right: 0.6rem;
	}	
	.btn-free{
		padding-right:0;
		font-size: 1rem;
	}
	.btn-free:after{
		display:none;
	}
	.intro h1{
		font-size:1.5rem;
	}
	.area01{
		font-size:1.5rem;
	}
	.seminar-list-title01{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.seminar-list li{
		width: 100%;
		margin-right: 0;
	}
	.seminar-list article{
		padding: 1rem;
		flex-direction: column;
	}
	.seminar-list img {
    		width: 100%;
	}
	.seminar-list div {
    		margin-left: 0;
    		width: 100%;
		margin-top: 0.5rem;
		margin-bottom: 0;
	}
	.seminar-list-title02 span.tuika{
		position: relative;
		display: block;
	}
	.tag-place{
		width: 7rem;
    		font-size: 1rem;
		padding: 9px 0;
	}
	.cancel{
		margin-bottom:0;
	}
	.btn-seminar-detail{
		position: inherit;
    		top: auto;
    		left: auto;
    		display: block;
	}
	.btn-seminar-detail a{
		text-decoration-line: none;
	}
	.btn-seminar-detail span,
	.btn-thanks{
		font-weight: 700;
		position: inherit;
    		right: auto;
    		bottom: auto;
    		left: auto;
    		display: block;
    		width: 100%;
		padding: .75rem;
		margin-top: .5rem;
	}
	.teikei{
		margin-top:4rem;
	}
}
/* =======================================
    セミナー内容
======================================= */
.index-intro{
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 5rem auto;
}
.index-intro img{
	width:45%;
}
.naiyou{
	background-color: #f4f4f4;
	padding: 4rem 0;
}
.naiyou h1{
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 3rem;
}
.naiyou-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 4rem;
}
.naiyou-box img{
	width: 50%;
	height: auto;
}
.naiyou-box p{
	position: relative;
	width: 45%;
	font-size: 2.25rem;
	font-weight: 700;
	background-color: #fff;
	padding: 2rem;
	border-radius: 1rem;
}
.naiyou-box p::after{
	content: "";
	position: absolute;
	left: 100%;
	bottom: 3rem;
	display: block;
width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #fff;
    transform: rotate(90deg);
    margin-left: -10px;
}
.naiyou-box:nth-of-type(2n) p::after{
	left: inherit;
	right: 100%;
	margin-left: 0;
	margin-right: -14px;
    transform: rotate(145deg);
}
@media (max-width: 767px) {
	.index-intro{
		flex-direction: column-reverse;
	}
	.index-intro img{
		width:90%;
	}
	.naiyou{
		padding: 2rem 0;
	}
	.naiyou h1{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.naiyou-box{
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 2rem;
	}
	.naiyou-box:nth-of-type(2n){
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.naiyou-box img{
		width: 100%;
		max-width: 40rem;
		margin-bottom: 1rem;
	}
	.naiyou-box p{
		width: 100%;
		font-size: 1.125rem;
		padding: 1rem;
		margin-bottom: 1rem;
		z-index: 10;
	}
	.naiyou-box p::after{
		bottom: inherit;
		top: 100%;
		right: 2rem;
		left: inherit;
		margin-top: -33px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
		margin-top: -8px;
		z-index: 1;
	}
	.naiyou-box:nth-of-type(2n) p::after{
		left: 2rem;
		right: inherit;
		transform: rotate(270deg);
	}
}
.btn-seminar{
	display: block;
	width: 100%;
	max-width: 54rem;
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #D53939;
	border-radius: .625rem;
	padding: 1rem 0;
	margin: 0 auto 2.75rem;
	}
.btn-seminar:hover{
	background-color: #F95B5B;
}
.free-dial{
	position: relative;
	width: 100%;
	max-width: 54rem;
	background-color: #fff;
	border: solid 1px #303092;
	margin: 0 auto 4rem;
	z-index: 1;
}
.free-dial01{
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #303092;
	padding: 8px 0 4px;
}
.dial-inner{
	text-align: right;
	padding: 16px 200px 16px 0;
}
.dial-inner img,
.dial-inner > span{
	display: inline-block;
	vertical-align: middle;
}
.dial-inner img{
	width: 52px;
	margin-right: .5rem;
}
.free-dial-number{
	font-size: 2.5rem;
	font-weight: 700;
	color: #303092;
	margin-right: 1rem;
}
.dial-inner > span:last-child{
	font-size: .875rem;
	font-weight: 700;
	color: #333;
}
.free-dial-sp{
	display: none;
}
.free-dial-girl{
	position: absolute;
	right: 1.75rem;
	bottom: -2px;
}


@media (max-width: 960px) {
	.dial-inner{
		padding-right: 160px;
	}
	.free-dial-girl{
		width: 140px;
		right: .75rem;
	}
}
@media (max-width: 767px) {
	.btn-seminar{
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
		}
	.btn-seminar span{
		display: block;
		}
	.free-dial{
		border: none;
		background-color: transparent;
	}
	.free-dial01{
		font-size: 1rem;
		color: #303092;
		background-color: transparent;
	}
	.dial-inner{
		text-align: center;
		padding: 0 10px;
	}
	.dial-inner > img,
	.dial-inner > span.free-dial-number,
	.free-dial-girl{
		display: none;
	}
	.free-dial-sp{
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 0.25em 0.5em;
		text-decoration: none;
		background: #fff;/*背景色*/
		border: solid 1px #6f6d6d;
		border-bottom: solid 2px #6f6d6d;/*少し濃い目の色に*/
		border-radius: 4px;/*角の丸み*/
		box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
		margin-bottom: .5rem;
	}
	.free-dial-sp:active {
		border-bottom: solid 2px #999;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}
	.free-dial-sp img,
	.free-dial-sp span{
		display: inline-block;
		vertical-align: middle;
	}
	.free-dial-sp img{
		width: 40px;
	}
	.free-dial-sp .free-dial-number{
		font-size: 1.75rem;
		margin-right: 0;
	}
	.dial-inner > span:last-child{
		display: block;
	}
	.schedule .free-dial{
		margin:0;
	}
}

/* =======================================
    タブ仕様
======================================= */

.tab_contents {
	width: 100%;
	margin: 20px auto;
}

.tab_wrap {
	margin: 6rem auto 4rem;
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
}
#tab0:checked~.panels #area0 {
	display: block;
}

#tab1:checked~.panels #area1 {
	display: block;
}

#tab2:checked~.panels #area2 {
	display: block;
}

#tab3:checked~.panels #area3 {
	display: block;
}

#tab4:checked~.panels #area4 {
	display: block;
}

@media screen and (max-width:900px) {
	.tab_wrap {
		width: 100%;
		margin: 6rem auto 2rem;
	}
}

/*タブボタンデザイン*/
.tab_lab0, .tab_lab1, .tab_lab2, .tab_lab3, .tab_lab4 {
	color: #333;
    	padding: 15px;
    	border: solid 1px;
    	font-weight: 700;
	cursor: pointer;
    	margin: auto 10px;
	position: relative;
}
@media screen and (max-width:900px) {
	.tab_lab0, .tab_lab1, .tab_lab2, .tab_lab3, .tab_lab4 {
		padding: 10px;
	}
}

/*タブにチェック入ったとき*/
#tab0:checked~.tab_lab0 {
	background-color: #c2e3ff;
}
#tab1:checked~.tab_lab1 {
	background-color: #c2ffd6;
}
#tab2:checked~.tab_lab2 {
	background-color: #ffddc2;
}
#tab3:checked~.tab_lab3 {
	background-color: #fcffc2;
}
#tab4:checked~.tab_lab4 {
	background-color: #ffebeb;
}

/*タブボタンとボックス連動*/
#tab0:checked~.panels #area0{
	display: block;
}
#tab1:checked~.panels #area1 {
	display: block;
}
#tab2:checked~.panels #area2 {
	display: block;
}
#tab3:checked~.panels #area3 {
	display: block;
}

#tab4:checked~.panels #area4 {
	display: block;
}

/*チェックボックスとボックス非表示*/
input[name="check"] {
	display: none;
}
.panel {
	display: none;
    	margin-top: 2rem;
}

/* =======================================
    気になる内容少しだけ紹介
======================================= */
.wrap-ex{
	margin: 5rem auto;
}
.ex-fukidashi{
	display: flex;
    	justify-content: center;
    	margin: 4rem auto;
	align-items: center;
}

.ex-fukidashi img{
	width:80px;
	margin-left: 2rem;
}
.ex-fukidashi p{
    	display: inline-block;
    	font-size: 1.45rem;
    	position: relative;
    	font-weight: 600;
    	background-color: aliceblue;
    	padding: 1rem 2rem;
    	border-radius: 10px;
}

.ex-fukidashi p:after {
    	position: absolute;
	bottom: 15px;
    	right: -45px;
    	width: 0;
    	height: 0;
    	content: '';
    	border-width: 13px 24px 13px 25px;
    	border-style: solid;
    	border-color: transparent transparent transparent #f0f8ff;
}
.ex-main{
	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	gap: 2rem;
}
.ex-main a{
    	width: 45%;
	border: solid 1px lightgray;
}

@media (max-width: 767px) {
	.ex-fukidashi img{
		width:60px;
	}
	.ex-fukidashi p{
		font-size:1.125rem;
	}
	.ex-main{
		gap:1rem;
	}
	.ex-main a{
		width:47%;
	}
}

/* =======================================
    参加された方たちの声
======================================= */
.wrap-voice{
	padding: 5rem 0;
    	background-color: #f7f7f7;
	    margin-bottom: 5rem;
}
.wrap-voice h2{
    margin-bottom: 5rem;
}
.voice{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: solid 1px #ccc;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.voice img{
	width: 13.5%;
	height: auto;
}
.voice-text{
	width: 80%;
}
.voice-text span{
	display: block;
	text-align: right;
}
.voice h2{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
@media (max-width: 767px) {
	.wrap-voice{
		padding: 2rem 0;
	}
	.wrap-voice h1{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.voice{
		-webkit-align-items: flex-start;
		align-items: flex-start;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.voice img{
		width: 15%;
	}
	.voice h2{
		font-size: 1.25rem;
		margin-bottom: .5rem;
	}
}
@media (max-width: 540px) {
	.voice img{
		width: 17%;
	}
	.voice-text{
		width: 78%;
	}
}
/* =======================================
    よくある質問
======================================= */
.faq-inner{
	margin: 4rem auto;
    	list-style-type: none;
	max-width: 900px;
}
.faq-inner li{
    	margin-bottom:2rem;
}
.faq-inner h3{
	border-bottom: dotted 2px lightgray;
    	padding-bottom: 0.5rem;
    	margin-bottom: 0.5rem;
    	padding-left: 1rem;
}
.faq-inner h3 span{
	font-size: 1.6rem;
    	padding-right: 1rem;
    	color: #303092;
}
.answer{
    	padding: 0 1rem;
    	display: flex;
}
.answer span{
	font-size: 1.6rem;
    	padding-right: 1rem;
    	font-weight: 800;
    	color: #ad3813;
}
.answer div img{
    display: block;
    margin: 1rem auto 2rem;
    max-width: 100%;
}
.youtube-text{
	text-align:center;
	margin-bottom:0.5rem;
	font-size: 1.25rem;
}
@media (max-width: 767px) {
	.faq-inner h3{
		padding-left: 0.5rem;
	}
	.faq-inner h3 span{
		padding-right: 0.5rem;
	}
	.answer {
    		padding: 0 0 0 0.5rem;
	}
	.answer span {
    		padding-right: 0.5rem;
	}
	.faq-inner li iframe{
		height:300px;
	}
}
@media (max-width: 540px) {
	.faq-inner li iframe{
		height:240px;
	}
}

/* =======================================
    ディスクロージャー
======================================= */
.note{
	font-size: .875rem;
	background-color: #f2f2f2;
	padding: 1.5rem;
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.note{
		padding: 1rem;
	}
}
/* =======================================
    banner ブルクアセットのホームページでは以下の内容もご紹介しています。
======================================= */
.banner{
	margin-bottom: 4rem;
	}
.banner h4{
	font-size: .875rem;
	font-weight: normal;
	border-left: solid 10px #111138;
	padding-left: 1rem;
	margin-bottom: 1rem;
	}
.banner dl{
	display: table;
	width: 100%;
	margin-bottom: 1rem;
	}
.banner dt,
.banner dd{
	display: table-cell;
	vertical-align: top;
	}
.banner dt{
	width: 320px;
	}
.banner dd{
	font-size: .875rem;
	padding: .875rem 0 0 1.5rem;
	}
@media (max-width: 767px) {
	.banner h4{
		border-left: solid 5px #111138;
		padding-left: .5rem;
		}
	.banner dl,
	.banner dt,
	.banner dd{
		display: block;
		}
	.banner dl{
		margin-bottom: 2rem;
		}
	.banner dt{
		width: 100%;
		}
	.banner dd{
		padding: .3125rem 0 0;
		}
	}
/* =======================================
    footer
======================================= */
.fixed-btn{
	position: fixed;
    	top: 40%;
    	right: 0;
    	writing-mode: vertical-rl;
    	z-index: 100;
}
.fixed-btn a{
    	background-color: rgb(8 19 125);
    	display: flex;
    	padding:35px 15px 25px;
    	color: white;
    	text-decoration-line: none;
    	justify-content: center;
	gap:0.5rem;
	align-items: center;
	font-size: 1.4rem;
    	box-shadow: 0px 0px 7px #434343;
}
.fixed-btn a:hover{
	background-color: rgb(12 26 159);
}
.fixed-btn img{
    width: 40px;
}

footer{
	background-color: #efefef;
	}
footer small{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #111138;
	padding: .25rem 0;
	}
.footer-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-size: .875rem;
	padding-top: 2.625rem;
	padding-bottom: 2.625rem;
	}
.footer-left img{
	width: 290px;
	padding-bottom: 1rem;
	}
footer address{
	font-style: normal;
	}
footer address dl{
	margin-bottom: .5rem;
}
footer address dt{
	font-weight: 700;
}
footer ul{
	list-style-type: none;
	}
footer li{
	margin-bottom: 1rem;
	}
footer li:last-child{
	margin-bottom: 0;
	}
footer li a{
	color: #333;
	}
@media (max-width: 767px) {
	.fixed-btn{
		top: auto;
    		bottom: 0;
    		text-align: center;
    		width: 100%;
    		writing-mode: lr;
		z-index: 100;
	}
	.fixed-btn a{
		padding: 10px;
	}
	.footer-inner{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	.footer-left{
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
		}
	footer address span{
		display: block;
		}
	footer ul{
		display: block;
		width: 100%;
		}
	footer li{
		border-top: solid 1px #fff;
		margin: 0;
		}
	footer li:last-child{
		border-bottom: solid 1px #fff;
		}
	footer li a{
		position: relative;
		display: block;
		text-decoration: none;
		padding: .5rem 0 .5rem 1.5rem;
		}
	footer li a::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-color: #565656 #565656 transparent transparent;
		transform: rotate(45deg);
		margin-top: -4px;
		}
	}
}
/* =======================================
    display
======================================= */
.sp-br{
	display: none;
}
@media (max-width: 767px) {
	.pc-br{
		display: none;
	}
	.sp-br{
		display: block;
	}
}