@charset "UTF-8";

:root {
	--point-color: #7D2A84;
	--font-eng: 'MADEEvolveSans', sans-serif;
	--margin-bottom: 7em;
}
html {
  -webkit-text-size-adjust: 100%;
}
main {
	/*font-size: clamp(8px, 0.78125vw, 10px);*/ /*画面幅1280pxで1.4emが14px*/
}
h1,h2, em {
	all: unset;
}


/* ---- 共通----*/
.secTitle::before {
    top: 1rem;
}
.contetPage-secTitle  {
	margin-bottom: 2em;
}
.contact05 {
	width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 5em;
}
.link {
	font-weight: 600;
	color: var(--point-color);
	border-bottom: 1px solid  var(--point-color);
}
.bold-color {
	font-weight: 600;
	color: var(--point-color);
}



/* ---- タイトル ----*/
.contetPage-titleWrp  {
	width: 90%;
	margin: 0 auto;
	margin-bottom: var(--margin-bottom);
}
.contetPage-titleWrp .descri {
	line-height: 2;
}
.contetPage-titleWrp .descri .red {
	color: #DB2B2B;
}
@media screen and (max-width: 768px){
	.contetPage-title {
        margin-bottom: 2em;
    }
	.contetPage-titleWrp .descri {
		text-align: left;
	}
}



/* ---- 基本のcont ----*/
.contact05_cont {
	margin-bottom: var(--margin-bottom);
}
.contact05_cont_text {
	line-height: 2;
}



/* ---- 購入コース ----*/
.contact05_cont .course_list{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	gap: 4em 5%;
	margin-top: 4em;
}
.contact05_cont .course_list_item{
	position:relative;
	display: flex;
	flex-direction: column;
}

.contact05_cont .course_list_item_title {
	width: fit-content;
	background-color: #46123c;
	color:#fff;
	font-size: 1.6rem;
	font-weight: 600;
	padding: .5em 2em;
	line-height:1;
	text-align:center;
	border-radius: 4px 4px 0 0;
}
.contact05_cont .course_list_item_cont{
	flex: 1;
	background:#f6f6f6;
	padding: 2.5em 5% 0;
}
.contact05_cont .course_list_item_cont .tit{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 1.5em;
}
.contact05_cont .course_list_item_cont .txt-small {
	font-size: .8em;
}
.contact05_cont .course_list_item_cont .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2em;
}
.contact05_cont .course_list_item_cont .box_book{
}
.contact05_cont .course_list_item_cont .box_price{
}
.contact05_cont .course_list_item_cont .sum{
	color:#711279;
	font-weight: 600;
	padding-top:2em;
	border-top: 1px solid #BABABA;
}
@media screen and (max-width: 768px){
	.contact05_cont .course_list {
		grid-template-columns: repeat(1, 1fr);
	}
}



/*振込先*/
.contact05_cont_bank {
	font-size: 1.7rem;
	margin-top: 3em;
	margin-bottom: 2em;
}
.contact05_cont_bank .tit {
	font-weight: bold;
	margin-bottom: .5em;
}
.contact05_cont_bank .text {
	line-height: 2;
	
}


/*フォーム*/
.contact .contact_form_item .cont_price {
    background-color: #f2f2f2;
}

