@charset "utf-8";
/* リセット */
html {
  font-size: 40px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h5 {
  font-size: 1.4em;
  padding: 5% 0 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* 個別設定 */
.clearfix {
  min-height: 1px;
  clear: both;
}
.clearfix:after {
  content: "."; /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  list-style: none;
}
address {
  font-style: normal;
  text-align: center;
  padding: 2% 0;
}
#All_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url("images/sp_main_bg.jpg") no-repeat center top;
	background-size: cover;
	max-height: 520px;
}
.content {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt8 {
  margin-top: 8%;
}
/*Font*/
.zen {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}
.carattere {
  font-family: "Carattere", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/* 追従ボタン */
.floatButton {
	text-align: center;
    width: 300px;
    height: 180px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.floatButton a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
	font-weight:bold;
    color: #fff;
    background-color: #b5061f ;
	background-color: rgba(181,6,31,0.5);
	border-radius:20px;
	transition : all 0.5s;
}
.floatButton a:hover {
	background-color: rgba(181,6,31,1);
}
/*Footer*/
footer {
  color: #797979;
}
footer ul {
  margin-top: 6%;
  border-top: solid 3px #b1b1b1;
}
footer ul li {
  padding: 3% 5% 2%;
  background: #E0E0E0;
  border-bottom: solid 3px #b1b1b1;
  font-size: 0.9rem;
}
footer li a {
  text-decoration: none;
  color: #797979;
}
.nav {
  display: inline-block;
}
.nav li {
  display: inline-block;
}
.nav li a:hover {
  color: #ca353b;
}
h2 {
  text-align: center;
}
h2 img {
  height: 60px
}
h4 {
  font-size: 1.6em;
  text-align: center;
}
h5 {
  color: #111;
  text-align: center;
  margin-bottom: 30px;
}
#All_wrapper dl {
  padding-top: 3%;
}
#All_wrapper #mv_sub dl dt {
  background-color: #111;
  color: #fff;
  width: 65%;
  margin-left: 32%;
  font-size: 90%;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 3%;
  font-family: kozuka-mincho-pr6n, serif;
}
#Box_mv {
  height: 520px;
}
#All_wrapper #Box_mv .mv_sub {
  padding: 10px;
  clear: both;
}
#mv_sub {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
.clearfix {
  clear: both;
}
h1 img {
  width: 70%;
  float: right;
}
#Box_mv #mv_sub .btn a img {
  float: right;
  width: 66%;
}
#Box_mv #mv_sub .btn {
  float: right;
  width: 100%;
}
.btn {
  background-color: #b5061f;
  text-align: center;
  padding: 20px 20px 16px;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 400;
}
.btn a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
}
.btn_third {
  margin: 2% auto 0;
  background-color: #b5061f;
  text-align: center;
  padding: 5% 0;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  width: 90%;
  font-size: 1.2em;
  font-weight: 400;
}
.btn_third a {
  color: #fff;
  text-decoration: none;
}
.btn_third a::before {
  content: "\03e";
  margin-right: 10px;
}
.btn_close {
  margin: 2% auto 0;
  background-color: #707070;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  width: 90%;
  font-size: 1.2em;
  font-weight: 400;
}
#Main_wrapper .management_bg {
  width: 100%;
  background-color: #eee5e2;
  text-align: center;
  padding-top: 0;
  padding-bottom:0;
  clear: both;
}
#Main_wrapper .management_bg h2 {
  color: #3d2418;
	width:94%;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.06em;
  font-size: 1.25em;
  padding: 2% 0;
}
.management_bg h2::after {
  content: "組織づくりに取り組む半年間";
  font-size: 62%;
}
#Main_wrapper .management_bg h2 span {}
.management_bg h2 {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.management_contents {
  width: 90%;
  margin: 0 auto;
}
#Main_wrapper .management_contents_bg {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 0.7)40%,rgba(255, 255, 255, 0.6)100%), url("images/mgmt_con_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;  
	background-size:auto 1400px;
}
h3 {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  letter-spacing: -3px;
}
.management_contents_left {
    float: left;
    width: 75%;
  }
.management_contents_left p {
  float: left;
}
.management_contents_left h3 {
  text-align: left;
  padding: 4% 0;
  font-size: 1.3em;
}
#point_contents h3 {
  font-size: 105%;
  margin: 6% 0 4%;
}
#point1 {
  background: url("images/sp_point1_txt.png") no-repeat;
  background-size: contain;
  padding: 38px 0 0px 210px;
  height: 75px;
}
#point2 {
  background: url("images/sp_point2_txt.png") no-repeat;
  background-size: contain;
  padding: 38px 0 0px 210px;
  height: 75px;
}
#point3 {
  background: url("images/sp_point3_txt.png") no-repeat;
  background-size: contain;
  padding: 38px 0 0px 210px;
  height: 75px;
}
#point4 {
  background: url("images/sp_point4_txt.png") no-repeat;
  background-size: contain;
  padding: 30px 0 24px 210px;
  height: 113px;
}
#point5 {
  background: url("images/sp_point5_txt.png") no-repeat;
  background-size: contain;
  padding: 38px 0 0px 210px;
  height: 75px;
}
#point_contents h2 {
		font-size:1.3em;
		font-style:italic;
		color:#000000;
		margin-bottom:10px;
}

#point_contents h2 span {
	font-size:2.5em;
	background: linear-gradient(0deg, #9b5e40 0%, #d7ae9a 40%, #9b5e40 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #48360c;
	padding-right:8px;
}
#point_contents dl {
	width:100%;
	margin-bottom:12px;
	display:flex;
	flex-wrap:wrap;
}

#point_contents dl dt {
	text-align:center;
	width:150px;
	background-color:#b17a5f;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left:10px;
}
#point_contents dl dt h4 {
	font-size:.7em;
	color:#000000;
}
#point_contents dl dt h4 span {
	font-size:3em;
}
#point_contents dl dd {
	box-sizing: border-box;
	font-size:1em;
	flex-grow:1;
	background-color:#eee5e2;
	display: flex;
	align-items: center;
	padding-left:10px;
}

#point_contents p {
  width: 90%;
  margin: 0 auto 3%;
  line-height: 1.7em;
}
#point_contents section img {
  width: 100%;
  margin: 0 auto 10px;
}
#qcc_title {
  background: url(images/qcc_bg_img.png) no-repeat;
  text-align: center;
  padding: 0 5%;
}
#qcc_title img {
  width: 78%;
  margin: 0 auto;
  padding: 3.8rem 0 0;
}
#qcc_contents {
  background-color: #e5dfd0;
  padding: 30px 40px 40px;
}
#qcc_contents .line {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #3d1900;
  padding-bottom: 16px;
  padding-top: 20px;
  font-size: 80%;
  margin-bottom: 12px;
}
#qcc_contents p {}
#qcc_contents .line span {
  line-height: normal;
}
#qcc_contents .qcc_menber {
  margin: 20px 0;
}
.management_contents_bg .merit {
  background-color: #e4d7ce;
  clear: both;
  padding: 5% 3% 8%;
  margin-bottom: 6%;
}
.management_contents_bg .merit h3 {
  color: #000000;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #000000;
  margin: 0 0 1rem 0;
  padding: 1.5% 0 2% 4%;
}

.aboutQc {
	text-align:center;
	margin:0 auto 20px;
}

.aboutQc h5 {
	 position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.aboutQc h5:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);  
	background-image: linear-gradient(90deg, rgb(238 229 226) 0%, rgb(238 229 226) 20%, rgb(177 122 95) 20%, rgb(177 122 95) 40%,rgb(126 73 51) 40%,rgb(126 73 51) 60%,rgb(177 122 95) 60%,rgb(177 122 95) 80%,rgb(238 229 226) 80%,rgb(238 229 226) 100%);
  border-radius: 2px;
}

.inAndOut {
	width:80%;
	margin:40px auto;
	display:flex;
	justify-content: center;
	flex-direction:column;
}

.inAndOut .eduPlan {
	width:100%;
	text-align:center;
}

.inAndOut .eduPlan h4 {
	background-color:#7e4933;
	color:#ffffff;
	font-size:1.4em;
	font-weight:bold;
	padding:8px;
	margin-bottom:20px;
	border-radius:40px;	
}
.inAndOut .eduPlan p {
	color:#000000;
	font-weight:bold;
	font-size:.9em;
}
.inAndOut .eduPlan img {
	width:100%;
}
.inAndOut h6 {	
	text-align:center;
	font-size:2em;
	color:#999999;
	font-weight:bold;
}

.meritCon {
	display:flex;
	justify-content: center;
	flex-direction:column;
	width:80%;
	margin:0 auto 20px;
}
.meritCon img {
	width:100%;
	margin-bottom:40px;
}
.meritCon p {
	width:100%;
	font-size:1em;
	line-height:180%;
	color:#ffffff;
}
.meritCon ol {
	float:none;
	width:100%;
	text-align:left;
}

.meritCon ol li {
	list-style-type: square!important;
	margin-left: 80px;
	font-size:1rem;
	margin-bottom:7%;
	
}
.meritCon ol li span {
	color:#844a34;
}

.meritCon ol li:last-child {
	margin-bottom:0;
}

.meritConSingle {
	display:flex;
	justify-content: center;
	flex-direction:column;
	width:100%;
	margin:0 auto 20px;
}
.meritConSingle img {
	width:100%;	
	margin-bottom:20px;
}
.meritConSingle p {
	width:90%;
	font-size:1em;
	line-height:180%;
	color:#000000;
	margin:0 auto
}
.pointCon {
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-direction: column;
	margin:0 auto;
} 

.pointCon h4 {
	text-align:left;
	font-size:1.1rem;
}

.contents_left img,
.contents_right img {
	width:100%;
}

.reviewCon {
	width:92%;
	margin:0 auto 40px;
} 

.reviewCon h6 {
	height:30px;
	font-size:1.2rem;
	position:relative;
	display:inline;
	padding-left:40px;
}
.reviewCon h6:before {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #844a34 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.reviewCon ul {
	display:flex;
	width:100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviewCon ul li {
	width:45%;
	padding:10px;
	font-size:1rem;
	background:#f2ede9;
	border-radius:10px;
	color:#844a34;
	margin-bottom:30px;
}



.makeClear {
	text-align:center;
	margin:0 auto 40px;
}

.makeClear h4 {
	font-size:1.4em;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #0000000;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	margin-bottom:40px;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 50px solid #b17a5f;
	margin:40px auto;
}

.result {
	width:92%;
	text-align:center;
	margin:0 auto 40px;
}
.result h5 {
	margin:0 auto 20px;
	padding:0;
	font-size:1.6rem;
	color:#b17a5f;
}
.result h6 {
	margin:0 auto 20px;
	padding:0;
	font-size:2.2rem;
}
.result h6 span {
	font-size:1.2rem;
}
.goalVision {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:20px;
	background-color:#b17a5f;
}
.goalVision dl {
	width:48%!important;
	display:flex;
	flex-direction: column;
		
}
.goalVision dl dt {
	margin-bottom:0;
	width:100%!important;
	text-align:center;
	font-size:.9rem;
	
}
.goalVision dl dt img{
	width:100%;
}

.goalVision dl dd{
	display:inline-block!important;
	background-color:#b17a5f!important;
	color:#ffffff;
	line-height:150%;
	font-size:.8rem!important;
	padding:10px!important;
}

.merit ul li {
  float: left;
  text-align: center;
  list-style: none;
  width: 49%;
}
.merit ul li img {
  width: 100%;
}
.merit img {
  width: 90%;
	margin:0 auto 20px;
}
.merit ul li:nth-child(odd) {
  margin-right: 2%;
}
.merit ul li p {
  color: #fff;
  line-height: normal;
  margin: 10px 0 20px;
  font-size: 90%;
}
#course {
  margin: 0 auto 50px;
}
#course h2 {
  padding: 4% 0 3%;
  background: #b17a5f;
  color: #000000;
  font-weight: normal;
}

#course h3 {
	
}

.flow {
	width:90%;
	margin: 20px auto 50px;
	display:flex;
	justify-content: center;
	border:solid 1px #dddddd;
	padding:20px;
	flex-direction: column;
	
}
.courseTheme {
	margin-bottom:30px;
	
}
.courseTheme h3 {
	font-size:1.1rem!important;
	color:#000000;
	text-align:left!important;
	margin-top:0!important;
	margin-bottom:20px!important;
}

.courseTheme h3 span {
	display:inline-block;
	font-size:.8rem;
	padding:3px 15px 0 15px;
	background-color:#b17a5f;
	color:#ffffff;
	margin-right:10px;
	margin-bottom:5px;
	vertical-align:middle;
}

.courseInstructor {
	display:flex;
	justify-content: center;
}

.courseInstructor dl {
	margin:0;
	padding:0!important;
	width:50%;
	border:solid 1px #dddddd;
}
.courseInstructor dl:last-child {
	margin-left:20px;
}
.courseInstructor dl dt {
	padding:0;
	
}
.courseInstructor dl dt img {
	width:100%;
}

.courseInstructor dl dd {
	padding:10px;
	font-size:.8rem;
}
.courseInstructor dl dd h4 {
	text-align:left!important;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
}
.courseInstructor dl dd h5 {
	text-align:left!important;
	font-size:.8rem;
	color:#000000;
	font-weight:bold;
	line-height:120%;
	margin-bottom:0!important;
}



#course table tr:nth-child(even) {
  background: #f6f4f4;
}
.cource_txt {
  text-align: center;
  padding: 7% 0 1.5%;
}
.cource {
  margin-bottom: 6%;
}

.fascilitator {
	width:100%;
	margin:0 auto 50px;
	text-align:center;
}

.fascilitator h2 {
	font-size:1.9rem!important;
	margin-bottom:20px;
}

.fascilitator dl {
	display:flex;
	width:96%;
	text-align:left!important;
	justify-content: flex-start;
	border:solid 1px #dddddd;
	margin:0 auto 20px;
	padding-top:0!important;
}
.fascilitator dl dt {
	width:25%;
}
.fascilitator dl dt img {
	width:100%;
}
.fascilitator dl dd {
	padding:10px;
	font-size:.65rem;
}
.fascilitator dl dd h4 {
	text-align:left;
	padding:0!important;
	font-size:1.2rem!important;
}
.fascilitator dl dd h5 {
	text-align:left;
	font-size:1rem!important;
	margin-bottom:0;
	padding-top:0%;
}
.applyInfo {
	width: 92%;
	margin: 0 auto 50px;
}
.applyInfo dl {
	display:flex;
	justify-content: center;
	align-items:flex-start;
	flex-direction: column;
	margin:0 auto 40px;
}
.applyInfo dl dt {
	width:100%;
	text-align:left;
}
.applyInfo dl dd {
	width:100%;
}
.applyInfo dl dt h4 {
	display:inline-block;
	font-size:1.3rem;
	padding:3px 15px 0 15px;
	background-color:#3d2418;
	color:#ffffff;
	margin-bottom:5px;
	vertical-align:middle;
}
.applyInfo dl dt h4.suggest {
	background-color:#b99383;
}


.applyInfo dl dd span.attouched {
	font-size:.8rem;
}
.applyInfo dl dd ul.condition,
.applyInfo dl dd ul.notice,
.applyInfo dl dd ul.include
{
	list-style-type: none;
	margin-left:14px;
}
.applyInfo dl dd ul.condition li {
	font-size:1.2rem;
	font-weight:bold;
}
.applyInfo dl dd ul.condition li:before {
	content: '●';
	margin-left:-20px;
	color:#b99383;
}
.applyInfo dl dd ul.notice li {
	font-size:1rem;
	line-height:150%;
}
.applyInfo dl dd ul.notice li:before {
	content: '※';
	margin-left:-15px;
}
.applyInfo dl dd ul.include {
	display:inline-flex;
	flex-wrap:wrap;
}
.applyInfo dl dd ul.include li {
	font-size:1rem;
	line-height:150%;
	margin-right:30px;
}
.applyInfo dl dd ul.include li:before {
	content: '●';
	margin-left:-15px;
	color:#7e4933;
}
.applyInfo dl dd h3 {
	font-size:2.2rem;
}
.applyInfo dl dd h3 span {
	font-size:1.3rem;
}
.applyInfo dl dd.forMgr {
	font-size:.8rem;
	line-height:170%;
}


#trainer {
  margin-right: auto;
  margin-left: auto;
  background-color: #f6f4f4;
  margin-top: 30px;
  padding: 40px 4%;
}
#trainer h6 {
  text-align: center;
  font-size: 1.6rem;
}
#trainer p#sub_tex {
  line-height: 1.5em;
  font-size: 90%;
}
#trainer dl.main {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 4%;
}
#trainer dl.sub {
  text-align: center;
  margin-top: 30px;
}
#trainer dl dd {
  line-height: 1.2em;
}
#trainer dl dd:nth-child(2) {
  font-weight: 600;
  font-size: 1.2em;
}
#trainer dl dd:nth-child(3) {
  font-size: 0.8em;
  line-height: 1.4em;
  padding-top: 2%;
}
#trainer dl dt {
  margin-bottom: 14px;
}
#trainer dl dd span {
  line-height: 1.2em;
  font-size: 60%;
}
#trainer dl .title {
  margin-top: 6px;
}
li#praice span {
  font-weight: 300;
  font-size: 80%;
}
#course table tr td ul .number span {
  color: #fff;
}
#course table tr td {
  padding: 8% 5%;
}
#course table tr td .cource_txt {
  clear: both;
  text-align: left;
}
#course table tr td p {
  clear: both;
  padding-top: 2%;
  line-height: 1.6em;
}
#course table tr td ul li:first-child {
  color: #858482;
  margin-bottom: 2%;
  font-weight: 600;
}
#course table tr td ul li:nth-child(2) {
  line-height: 1.4em;
  font-weight: 600;
  font-size: 1.1rem;
}
#course table tr td ul li.w13 {
  width: 13%;
}
#course table tr td ul li.w30 {
  width: 30%;
}
#course table tr td ul .cource_title {
  margin-top: 0px;
  line-height: 100%;
}
.cource_title .sub_title {
  color: #111;
  background-color: transparent;
}
#course table tr .date_right {
  vertical-align: top;
  line-height: normal;
}
.date_right span{
	display: table;
	margin: 0 auto;
}
p#sm_tex{width: 90%;margin: 0 auto;}
.contents_center img, .contents_right img {
  text-align: center;
}
.cource_txt2 {
  text-align: center;
  padding-bottom: 10px;
  color: #900;
  margin-bottom: 2%;
  line-height: 1em;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
#entry {
  padding: 7% 5% 5%;
}
#entry p {
  clear: both;
  margin-bottom: 5%;
  font-size: 0.8rem;
}
ul#trainer-list{
        width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul#trainer-list li {
    width: 50%;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}

.supplement, .supplement2, .supplement3 {
  font-size: 0.8rem;
  line-height: 1.5em;
}
#entry ul li {
  float: left;
}
#entry ul li:first-child {
  background-color: #2f2f2f;
  color: #fff;
  margin-bottom: 2%;
  padding: 2% 4% 1%;
  text-align: center;
}
#entry ul li:nth-child(2) {
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.4em;
  margin-bottom: 1%;
}
#Main_wrapper .course h3 {
  font-family: "Ryumin B-KL", "リュウミン B-KL";
  font-style: italic;
  color: #111;
  text-align: center;
}
#Main_wrapper .course .cource_txt {
  text-align: center;
}
.course {
  margin-bottom: 7%;
}
.course table {
  width: 90%;
  margin: 0 auto 3%;
}
.course table tr:nth-child(even) {
  background-color: #fff;
  border-bottom: solid 1px #6c6c6c;
  border-left: solid 1px #6c6c6c;
  border-right: solid 1px #6c6c6c;
}
.course table tr:nth-child(odd) {
  background-color: #f0f0f0;
  border-bottom: solid 1px #6c6c6c;
  border-left: solid 1px #6c6c6c;
  border-right: solid 1px #6c6c6c;
}
.course .tbl-r02 th {
  background: #111;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.course .tbl-r02 th.date {
  display: none;
}
.course .tbl-r02 td:nth-child(even) {
  padding: 0% 6% 6%;
}
.course .tbl-r02 td:nth-child(odd) {
  padding: 0% 6% 2%;
}
.course .last td:last-child {
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.course .tbl-r02 th, .course .tbl-r02 td {
  display: block;
}
.cource_number {
  padding: 4% 0 3%;
  background: #2f2f2f;
  color: #fff;
  font-weight: normal;
}
.course ul li:nth-child(1) {
  font-size: 0.8rem;
  text-align: center;
  padding: 10% 0 1%;
}
.course ul li.cource_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 4%;
  letter-spacing: -0.05rem;
}
.course ul li.cource_title p {
  text-align: center;
  font-size: 0.75em;
  font-weight: 100;
  letter-spacing: 1px;
}
.date_right p {
  text-align: center;
  font-size: 600;
  font-size: 0.8rem;
  color: #676767;
}
.date_right a {
  color: #c07979;
  margin: 0 auto 4%;
  display: table;
}