@charset "UTF-8";


/*----------------
  COMMON & PC
----------------*/

.f_s {font-size: 90%;}
.f_m {font-size: 110%;}
.f_l {font-size: 130%;}

.bold {font-weight: bold;}

.f_red {color: red;}
.f_ps_blue {color: #00578a;}

.f_border_b {border-bottom: 1px solid red;}

section.introduction {
	padding: 4rem 0 .5rem;
}

.introduction .ttl {
	font-size: 2rem;	
	box-sizing: border-box;
}

.ttl_course {
	font-size: 2.4em;
	margin-bottom: 1em;
}

.tc {margin-bottom: 2rem;}

.tc h3 {
	margin-bottom: 2rem;
	font-size: 1.4em;
}

.tc p.summary {
	margin: 0 2rem;
	font-size: 1.1em;
	line-height: 2.1em;
	text-align: left;
}

.ttm_course {
	font-size: 1.2em;
}

section > section {
	box-sizing: border-box;
	width: auto;
	margin: 1rem 1rem;
	padding: 1rem;
	background-color: #fff;
}

section > section h3 {
	padding: 1rem 0;
	font-size: 2rem;
}

section > section h4 {
	display: inline-block;
	padding: .5rem 2rem;
	font-size: 1rem;
	background-color: #192b50;
	color: #fff;
}

section > section .purpose p {
	padding-top: 1rem;
}

section > section .schedule table {
	table-layout: fixed;
	width: 100%;
	margin: 2rem 0;
	border: 1px solid #192b50;
	text-align: center;
}

section > section .schedule table th,
section > section .schedule table td {
	padding: .5rem 0;
	border: 1px solid #192b50;
	vertical-align: middle;
}

section > section .schedule table th {
	padding: .5rem 0;
	background-color: #eee;
}

section > section .schedule table thead th:first-of-type {
	width: 12rem;
}

section > section .schedule table tbody td {
	font-size: 1rem;
}

section > section .schedule table tbody td.gc {
	color: #f00;
}

section > section .schedule table tbody td.ps {
	color: #00f;
}

section > section .schedule table tbody td span {
	display: block;
	font-weight: bold;
}

section > section .schedule table + ul {
	margin-top: -1rem;
	font-size: 1.2rem;
}

section > section .schedule table + ul li::before {
	content: "※";
}

section > section .example div {
	padding: 1rem 2rem;
	border: 1px solid #192b50;
}

section > section .example div h5 {
	padding: 1rem  0 .5rem;
}

section > section .example div h5::before {
	content: "●";
}

section > section .example div p,
section > section .example div dl {
	padding: .5rem 1.6rem;
	text-align: justify;
}

section > section .example dl {
	display: flex;
}

section > section .example dl dt {
	width: 16rem;
	font-weight: bold;
}

section > section .example dl dd {
	flex: 1;
}


@media only screen and (max-width: 767px) {
	
	.tc h3 {
	margin: 0 2rem 2rem 2rem;
	font-size: 1.2em;
}
	
}


/*----------------
  table
----------------*/

table {
	border-collapse: collapse; 
	width: 100%;
	font-size: 1em;
}

th, td {
	border: solid 1px #192b50; 
	padding: 3px;
    text-align: center;
}

td:nth-last-child(-n+3) {
    text-align: center;
    white-space: nowrap;
    padding: 0 .5rem;
}

.table_box {
	margin: 1rem;
	padding: 1rem;
}

.table_box table th {
	background-color: #00578a;
	color: #fff;
}

.table_box table tbody tr:nth-child(odd) {
	background-color: #f3f3f3;
}


@media only screen and (max-width: 767px) {
	
	table {
	font-size: .8em;
}
	th, td {
	padding: 2px;
}
    
    td:nth-last-child(-n+3) {
    white-space:pre-wrap;
    padding: 0 0rem;
}
    
	.table_box {
	margin: 1rem;
	padding: 0;
}
	
}



/*----------------
  top link
----------------*/

ul.hj_link  {
	margin: 3rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
}
ul.hj_link > li{
	margin: 1rem ;
	position: relative;
	width: 300px;
}
ul.hj_link > li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #036eb8;
	padding: 1rem;
} 
ul.hj_link > li a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 1rem;
	position: absolute;
	top: 25%;
	right: 10px;
}
ul.hj_link > li a:hover {
	opacity: .5;
}


/*----------------
  Pic up
----------------*/

section.picup {
	letter-spacing: .1rem;
	padding: 2rem 2rem;
}

section.picup h2 {
	font-size: 1.4em;
	text-align: center;
}

section.picup div {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}

section.picup dl {
	line-height: 1.8em;
}

section.picup dl dt {
	margin-bottom: 1rem;
	border-bottom: 1px solid #00578a;
	padding-bottom: 1rem;
}

section.picup dl dt h3 {
	font-size: 1.6em;
	padding: .5rem 1rem;
    background-color: #deebf7;
    border-left: 3px solid #00578a;
}

section.picup dl dt h5 {
	font-size: 1.2em;
    font-weight: bold;
	margin-top: 1rem;
    margin-bottom: 1rem;
}

section.picup dl dt h6 {
	border: 1px solid #00578a;
	width: fit-content;
	padding: .01rem .5rem;
	color: #00578a;
	margin-bottom: 1rem;
	font-size: .8rem;
}

section.picup dl dd {
	text-align: justify;
	margin-bottom: .5rem;
}

section.picup dl dd span.f_red {
	font-size: 1.1em;
	color: crimson;
}

section.picup p.pu_asta {
	font-size: .9em;
	text-indent: -1.1em;
	margin: 0 0 0 1em;
}

section.picup p.pu_asta::before {
	content: "※";
}

section.picup ul {
	margin: 1rem 0 2.5rem 2rem;
}

section.picup ul li {
	margin-bottom: .5rem;
    text-indent: -1rem;
    line-height: 1.5rem;
}

section.picup figure {
	margin-left: 3rem;
}

section.picup figure img {
	width: 160px;
}

section.picup figure figcaption {
	text-align: center;
	margin-top: .5rem;
}

section.picup .separator {
	display: flex;
	justify-content: center;
	color: #00578a;
	margin: 2rem 0 0 0;
}

@media only screen and (max-width: 767px) {
	
	section.picup {
	padding: 1rem 1rem;
}
	
	section.picup div {
	display: block;
	margin-top: 2rem;
}
	
	section.picup dl dt h3 {
	font-size: 1.4em;
}
	
	section.picup figure {
	margin-left: 0rem;
		text-align: center;
}
	

	
}


/*********************************************************
  TABLET
 **********************************************************/
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {

}

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

}

/*********************************************************
  SP
 **********************************************************/
@media only screen and (max-width: 767px) {

.introduction .ttl {
	font-size: 1.3rem;
}
	
.ttl_course {
	font-size: 2em;
	margin-bottom: 1.2em;
}
.ttm_course {
	font-size: 1.5em;
}

section > section {
	margin: .5rem .5rem;
	padding: .5rem;
}

section > section h3 {
	padding: 1rem 0;
	font-size: 1.3rem;
}

section > section h4 {
	font-size: 1rem;
	padding: .3rem 1rem;
}

section > section > section {

	padding: 0;
}

section > section .schedule table th {
	font-size: .7rem;
}

section > section .schedule table thead th:first-of-type {
	width: 4rem;
}

section > section .schedule table tbody td {
	font-size: .7rem;
}

section > section .schedule table tbody td span {
	font-size: .7rem;
}

section > section .example div {
	padding: .5rem;
}

section > section .example dl {
	display: block;
}
	
/*----------------
  top link
----------------*/	
ul.hj_link  {
	margin: 1rem auto;
	width: 95%;
}
ul.hj_link > li{
	margin: .5rem ;
	width: 100%;
}
ul.hj_link > li a{
	padding: .5rem;
} 	
	

}

