@charset "UTF-8";

.haed_area {
	margin: 0px;
	background: linear-gradient(rgba(5, 54, 97, 0.5), rgba(5, 54, 97, 0.5) ) fixed,url(images/tokyobranch.avif) center;
	background-size: cover;
	padding-top:200px;
	min-height:100vh;
}

.sub_head {
	color:#fff;
	font-weight:bold;
	margin-bottom:0em;
}

.box_sub {
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid rgba(5, 54, 97, 1.0);
	border-radius:20px;
	background-color: #fff;
	z-index: 2;
	max-width: 1000px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 45px;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 50px;
}
.box_sub_ch1 {
	width: 40%;
	text-align: center;
}
.box_sub_ch2 {
	width:60%;}

ul.ullist01 {
	margin-left: 12px;
}
ul.ullist01 li {
	margin-bottom: 0.4em;
	padding-left: 24px;
	text-align: left;
}
ul.ullist01 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	left: -8px;
	position: relative;
	margin-left: -8px;
	font-size:50%;
}
ul.ullist01 li:before {color: #006699;}
ul.ullist01 .undline {
	background: linear-gradient(transparent 95%, #f00 0%);
	padding-bottom: 5px;
}











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

ul.ulchick {
	margin-left: 1em;
	
}
ul.ulchick li {
	font-size: 28px;
	margin-bottom: 0.8em;
	padding-left: 1.6em;
	text-align: left;
	line-height: 1.4em;
	font-weight: normal;
	background-image: url(../lawyer/images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.ulchick li:before {color: #006699;}
ul.ulchick .undline {
	font-size: 26px;
	background: linear-gradient(transparent 95%, #f00 0%);
	padding-bottom: 5px;
}
.coursemenu {
	margin-left: 2em !important;
}
.aed {
	margin-left: 0.4em;
	color: #069;
}


.widasd {
	position: relative;
	background-color: #00a0e9;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 4em;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 60px solid #00a0e9;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-10%);
}



.tbl01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 2px solid #CCC;
}
.tbl01 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
}
.tbl01 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}


@media screen and (max-width: 1199px) {
.haed_area {
	padding-top:200px !important;
}


}

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

.widasd {
	font-size: 28px;
	line-height: 3em;
}

.triangle {

	transform: translate(-50%,-50%);
}
.box_sub {}
.box_sub_ch1 {
	width: 100%;
	margin-bottom:5%;
	text-align: center;
}
.box_sub_ch2 {
	width:100%;
}

}

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


}

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


}


