@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

コース案内

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
#nav_global ul li.g02 a{background-position: -112px -148px;}

/* pagettl
---------------------------------------------- */
#bg_pagettl::after{background-image: url(../course/img/bg_pagettl01.png);}

.p-course{
	padding-bottom: 160px;
}
.p-course .red{
	color: #FF3333;
}
.course-container{
	width: 1000px;
	margin: 0 auto;
}
.course-container:first-of-type{
	padding-top: 80px;
}
.course-block{
	display: flex;
	padding-top: 24px;
}
.course-block:first-of-type{
	padding-top: 0;
}
.course-block-head{
	background-color: #E0EAFD;
	padding: 24px;
	width: 320px;
	flex: none;
	border-radius: 8px;
}
.course-block-head-set{
	padding-top: 2.4rem;
}
.course-block-head-set:first-child{
	padding-top: 0;
}
.course-heading{
	font-size: 2.4rem;
	line-height: normal;
	color: #4661B8;
}
.course-heading>span{
	margin-left: -.66em	;
}
.course-price{
	font-size: 1.6rem;
	padding-top: 5px;
	line-height: normal;
}
.course-price .tax{
	margin-left: -.5em;
}
.course-note{
	font-size: 1.4rem;
	color: #777;
	line-height: normal;
	padding-top: 5px;
}
.course-note:before{
	content: "※";
}
.course-trial{
	padding-top: 16px;
}
.course-trial p{
	font-size: 1.6rem;
	font-weight: bold;
	color: #4661B8;
	background-color: #F4E601;
	padding: 5px 10px 6px 10px;
	line-height: normal;
	border-radius: 35px;
	display: inline-block;
}







.course-block-body{
	padding: 24px 0 24px 64px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: normal;
}
.course-block-body p{

}
.text-sougaku{
	display: block;
	color: #FF3333;
}
.course__note{
	text-indent: -1em;
	margin-left: 1em;
	color: #777;
}
.course__note::before{
	content: "※";
	display: inline;
}
.course__note__red{
	color: #FF3333;
}
.course__kamoku{
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.sec-course{
	padding-top: 160px;
}
.sec-course-head{
	background: #4661B8;
	display: flex;
}
.sec-course-heading{
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: calc(50% - 500px);
}
.sec-course-heading__text{
	font-size: 4rem;
	font-weight: bold;
	line-height: normal;
	color: white;
}
.sec-course-image{
	width: 50%;
	padding-top: 25%;
	position: relative;
}
.sec-course-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.sec-course-body{
	width: 1000px;
	margin: 0 auto;
	padding-top: 64px;
}
.course-info{
	padding-top: 2.4rem;
}
.course-info:first-child{
	padding-top: 0;
}
.course-info>dt{
	font-weight: bold;
}
.course-info>dt::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #4661B8;
	margin-right: 8px;
	vertical-align: -1px;
}
.course-info>dd{
	padding-left: 22px;
}

.course-info-intro{
	display: flex;
}
.course-info-intro>dt{
	color: #4661B8;
}
.course-info-intro>dt::before{
	display: none;
}
.course-info-intro>dd{
	padding-left: 1em;
}