@charset "UTF-8";

.dsp {
	display: none !important;
}

.dpc {
	display: block !important;
}

@media screen and (max-width: 768px) {
	body {
		letter-spacing: 0.03em;
		line-height: 1.6;
	}

	.dpc {
		display: none !important;
	}

	.dsp {
		display: block !important;
	}
}

.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.plan01 {
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto 50px;
}

/*3bunners*/
.c-box01 .bnr-list2 {
	margin: 4em auto;
	width: 60%;
	text-align: center;
}

.bnr-list2 a img {
	width: 32%;
}

#contents .c-box01 {
	padding-bottom: 0 !important;
}

/*title*/
.plan-tit {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #3f736e;
	letter-spacing: -0.07em;
}

.plan-word {
	margin: 1em auto 3em;
}

.plan01 .sec01 {
	position: relative;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	/*border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;*/
}

.plan01 .sec01 h2 {
	position: relative;
	width: 40%;
	font-size: 28px;
	/*border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;*/
	background: rgba(128, 200, 209, 1.0);
	color: #fff;
	line-height: 1.4;
	padding: 20px 40px;
	margin: 0;
	/*font-weight: bold;*/
	float: left;
}

.plan01 .sec01 h2:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f00c\ COURSE01';
	background: #80c8d1;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 15px 3px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
}

.plan01 .sec01 h3 {
	background: rgba(128, 200, 209, 0.5);
	width: 60%;
	font-size: 19px;
	line-height: 1.3;
	padding: 20px 40px;
	color: #D22932;
	font-weight: bold;
	text-align: right;
	float: right;
	letter-spacing: 0;
}

.plan01 .sec01 h3 span {
	font-size: 30px;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

.plan01 .sec01 h4 {
	display: block;
	width: 100%;
	color: #80C8D1;
	font-size: 20px;
	line-height: 1.4;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(128, 200, 209, 0.4);
	font-weight: bold;
	text-align: center;
}

.plan01 .sec01 table {
	width: 96%;
	margin: 0 auto;
}

.plan01 .sec01 th,
.plan01 .sec01 td {
	padding: 10px;
	border: 1px solid #ddd;
}

.plan01 .sec01 th {
	background: #f4f4f4;
}

.demo03 th {
	width: 20%;
	text-align: left;
}

.demo03 td {
	/*width: 20%; */
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.demo03 {
		margin: 0 -10px;
	}

	.demo03 tr {
		display: block;
		margin-bottom: 10px;
	}

	.demo03 th {
		display: block;
		width: 100%;
		font-color: #000 !important;
	}

	.demo03 td {
		display: block;
		width: 100%;
		/*margin-left: 10%;*/
		border: none;
	}
}

.plan01 .sec01 ul {
	width: 80%;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan01 .sec01 ul li {
	float: left;
}

.plan01 .sec01 ul li p {
	padding-bottom: 10px;
	text-align: center;
}

.plan01 .sec01 li:nth-child(odd) {
	width: 20%;
}

.plan01 .sec01 li:nth-child(even) {
	width: 20%;
	color: rgba(128, 200, 209, 0.4);
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.plan01 {
		position: relative;
		width: 90%;
		max-width: auto;
		margin: 0 auto 50px;
	}

	.plan01 .sec01 h2 {
		position: relative;
		width: 40%;
		font-size: 20px;
		/*border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;*/
		background: rgba(128, 200, 209, 1.0);
		color: #fff;
		line-height: 1.4;
		padding: 20px 40px;
		margin: 0;
		/*font-weight: bold;*/
		float: left;
	}

	.plan01 .sec01 h3 {
		background: rgba(128, 200, 209, 0.5);
		width: 60%;
		font-size: 15px;
		line-height: 1.3;
		padding: 20px 40px;
		color: #D22932;
		font-weight: bold;
		text-align: right;
		float: right;
		letter-spacing: 0;
	}

	.plan01 .sec01 h3 span {
		font-size: 20px;
		padding-left: 15px;
		letter-spacing: 0.1em;
	}

	.plan01 .sec01 h2:after {
		/*タブ*/
		position: absolute;
		font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
		content: '\f00c\ COURSE01';
		background: #80c8d1;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 5px 15px 3px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.plan01 .sec01 h4 {
		display: block;
		width: 100%;
		color: #80C8D1;
		font-size: 16px;
		line-height: 1.4;
		margin: 20px auto;
		padding-bottom: 20px;
		border-bottom: 1px dotted rgba(128, 200, 209, 0.4);
		font-weight: bold;
		text-align: center;
	}

	.plan01 .sec01 ul {
		width: 90%;
		margin: 40px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.plan01 .sec01 h2 {
		position: relative;
		width: 100%;
		font-size: 20px;
		/*border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;*/
		background: rgba(128, 200, 209, 1.0);
		color: #fff;
		line-height: 1.4;
		padding: 10px 20px;
		margin: 0;
		/*font-weight: bold;*/
		float: none;
	}

	.plan01 .sec01 h3 {
		background: rgba(128, 200, 209, 0.5);
		width: 100%;
		font-size: 15px;
		line-height: 1.3;
		padding: 10px;
		color: #D22932;
		font-weight: bold;
		text-align: right;
		float: right;
		letter-spacing: 0;
	}

	.plan01 .sec01 ul {
		width: 70%;
		margin: 40px auto;
		display: block;
	}

	.plan01 .sec01 ul li {
		float: none;
		text-align: center;
	}

	.plan01 .sec01 ul li p {
		padding-bottom: 10px;
		text-align: center;
	}

	.plan01 .sec01 li:nth-child(odd) {
		width: 100%;
	}

	.plan01 .sec01 li:nth-child(even) {
		width: 10%;
		margin: 10px auto;
		color: rgba(128, 200, 209, 0.4);
		text-align: center;
	}
}

.plan01 .sec02 {
	position: relative;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	/*border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;*/
	margin: 100px auto 0;
}

.plan01 .sec02 h2 {
	position: relative;
	width: 40%;
	font-size: 28px;
	/*border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;*/
	background: rgba(128, 151, 206, 1.0);
	color: #fff;
	line-height: 1.4;
	padding: 20px 40px;
	margin: 0;
	/*font-weight: bold;*/
	float: left;
}

.plan01 .sec02 h2:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f00c\ COURSE02';
	background: #8097CE;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 15px 3px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
}

.plan01 .sec02 h3 {
	background: rgba(128, 151, 206, 0.5);
	width: 60%;
	font-size: 19px;
	line-height: 1.3;
	padding: 20px 40px;
	color: #D22932;
	font-weight: bold;
	text-align: right;
	float: right;
	letter-spacing: 0;
}

.plan01 .sec02 h3 span {
	font-size: 30px;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

.plan01 .sec02 h4 {
	display: block;
	width: 100%;
	color: #8097CE;
	font-size: 20px;
	line-height: 1.4;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(128, 151, 206, 0.4);
	font-weight: bold;
	text-align: center;
}

.plan01 .sec02 table {
	width: 96%;
	margin: 0 auto;
}

.plan01 .sec02 th,
.plan01 .sec02 td {
	padding: 10px;
	border: 1px solid #ddd;
}

.plan01 .sec02 th {
	background: #f4f4f4;
}

.demo03 th {
	width: 20%;
	text-align: left;
}

.demo03 td {
	/*width: 20%; */
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.demo03 {
		margin: 0 -10px;
	}

	.demo03 tr {
		display: block;
		margin-bottom: 10px;
	}

	.demo03 th {
		display: block;
		width: 100%;
	}

	.demo03 td {
		display: block;
		width: 100%;
		/*margin-left: 10%;*/
		border: none;
	}

	.plan01 .sec01 th,
	.plan01 .sec01 td {
		padding: 10px;
		border: none;
	}

	.plan01 .sec02 th,
	.plan01 .sec02 td {
		padding: 10px;
		border: none;
	}
}

.plan01 .sec02 ul {
	width: 80%;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan01 .sec02 ul li {
	float: left;
}

.plan01 .sec02 ul li p {
	padding-bottom: 10px;
	text-align: center;
}

.plan01 .sec02 li:nth-child(odd) {
	width: 20%;
}

.plan01 .sec02 li:nth-child(even) {
	width: 20%;
	color: rgba(128, 151, 206, 0.4);
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.plan01 .sec02 h2 {
		position: relative;
		width: 40%;
		font-size: 20px;
		/*border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;*/
		background: rgba(128, 151, 206, 1.0);
		color: #fff;
		line-height: 1.4;
		padding: 20px 40px;
		margin: 0;
		/*font-weight: bold;*/
		float: left;
	}

	.plan01 .sec02 h2:after {
		/*タブ*/
		position: absolute;
		font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
		content: '\f00c\ COURSE02';
		background: #8097CE;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 5px 15px 3px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.02em;
	}

	.plan01 .sec02 h3 {
		background: rgba(128, 151, 206, 0.5);
		width: 60%;
		font-size: 15px;
		line-height: 1.3;
		padding: 20px 40px;
		color: #D22932;
		font-weight: bold;
		text-align: right;
		float: right;
		letter-spacing: 0;
	}

	.plan01 .sec02 h3 span {
		font-size: 20px;
		padding-left: 15px;
		letter-spacing: 0.1em;
	}

	.plan01 .sec02 h4 {
		display: block;
		width: 100%;
		color: #8097CE;
		font-size: 16px;
		line-height: 1.4;
		margin: 20px auto;
		padding-bottom: 20px;
		border-bottom: 1px dotted rgba(128, 151, 206, 0.4);
		font-weight: bold;
		text-align: center;
	}

	.plan01 .sec02 ul {
		width: 90%;
		margin: 40px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.plan01 {
		position: relative;
		width: 100%;
		max-width: auto;
		margin: 0 auto 50px;
	}

	.plan01 .sec02 {
		position: relative;
		background: #fff;
		width: 100%;
		height: auto;
		padding: 0 0 20px;
		/*border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;*/
		margin: 50px auto 0;
	}

	.plan01 .sec02 h2 {
		position: relative;
		width: 100%;
		font-size: 20px;
		/*border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;*/
		background: rgba(128, 151, 206, 1.0);
		color: #fff;
		line-height: 1.4;
		padding: 10px 20px;
		margin: 0;
		/*font-weight: bold;*/
		float: none;
	}

	.plan01 .sec02 h3 {
		background: rgba(128, 151, 206, 0.5);
		width: 100%;
		font-size: 15px;
		line-height: 1.3;
		padding: 10px;
		color: #D22932;
		font-weight: bold;
		text-align: right;
		float: right;
		letter-spacing: 0;
	}

	.plan01 .sec01 h3 span,
	.plan01 .sec02 h3 span {
		padding-left: 5px;
	}

	.plan01 .sec02 ul {
		width: 70%;
		margin: 40px auto;
		display: block;
	}

	.plan01 .sec02 ul li {
		float: none;
		text-align: center;
	}

	.plan01 .sec02 ul li p {
		padding-bottom: 10px;
		text-align: center;
	}

	.plan01 .sec02 li:nth-child(odd) {
		width: 100%;
	}

	.plan01 .sec02 li:nth-child(even) {
		width: 10%;
		color: rgba(128, 151, 206, 0.4);
		margin: 10px auto;
		text-align: center;
	}
}

.plan01 .right {
	display: block;
	font-size: 90%;
	color: #FD9A54;
	text-align: right;
	padding: 10px 20px 0;
}

@media screen and (max-width: 768px) {
	.plan01 .right {
		display: block;
		font-size: 80%;
		color: #FD9A54;
		text-align: center;
		padding: 10px 0 0;
	}
}

.sec003 {
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: 30px auto;
}

.sec003 ul {
	width: 80%;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec003 ul li {
	float: left;
}

.sec003 ul li p {
	padding-bottom: 10px;
	text-align: center;
}

.sec003 li:nth-child(odd) {
	width: 40%;
}

.sec003 li:nth-child(even) {
	width: 20%;
	color: rgba(51, 51, 51, 0.6);
	text-align: center;
}

.sec003 .box {
	color: #000;
}

.sec003 .box .red {
	color: #D22932;
	padding: 20px 0;
}

.sec003 h3 {
	color: #000;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sec003 h3:before,
.sec003 h3:after {
	content: "";
	flex-grow: 1;
	border-top: 2px dotted #999;
	display: block;
}

.sec003 h3:before {
	margin-right: .4em;
}

.sec003 h3:after {
	margin-left: .4em;
}

.sec003 .notes {
	/*border: solid 1px #999;*/
	background: rgba(153, 153, 153, 0.2);
	padding: 20px 40px;
}

.sec003 .notes h4 {
	display: block;
	width: 100%;
	font-size: 90%;
	margin: 0 auto 15px;
	background: #999;
	color: #fff;
	text-align: center;
}

.sec003 .notes p {
	font-size: 80%;
}

@media screen and (max-width: 768px) {
	.sec003 {
		position: relative;
		width: 100%;
		margin: 30px auto;
	}

	.sec003 ul {
		width: 96%;
		margin: 40px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sec003 ul li {
		float: left;
	}

	.sec003 ul li p {
		padding-bottom: 10px;
		text-align: center;
	}

	.sec003 li:nth-child(odd) {
		width: 45%;
	}

	.sec003 li:nth-child(even) {
		width: 10%;
		color: rgba(51, 51, 51, 0.6);
		text-align: center;
	}

	.sec003 .box {
		color: #000;
	}

	.sec003 .box .red {
		color: #D22932;
		padding: 20px 0;
	}

	.sec003 h3 {
		color: #000;
		font-size: 16px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.sec003 h3:before,
	.sec003 h3:after {
		content: "";
		flex-grow: 1;
		border-top: 2px dotted #999;
		display: block;
	}

	.sec003 h3:before {
		margin-right: .4em;
	}

	.sec003 h3:after {
		margin-left: .4em;
	}

	.sec003 .notes {
		/*border: solid 1px #999;*/
		background: rgba(153, 153, 153, 0.2);
		padding: 20px;
	}

	.sec003 .notes h4 {
		display: block;
		width: 100%;
		font-size: 90%;
		margin: 0 auto 15px;
		background: #999;
		color: #fff;
		text-align: center;
	}

	.sec003 .notes p {
		font-size: 80%;
	}
}

.sec004 {
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding: 30px 0;
	background: #fff;
	text-align: center;
}

.sec004 p a {
	color: #000;
	text-decoration: none;
}

.sec004 h5 {
	color: #41736E;
	font-weight: bold;
}

.sec004 .name {
	font-size: 20px;
}

.sec004 .greenbox {
	display: inline-block;
	background: rgba(65, 115, 110, 0.7);
	color: #fff;
	border: solid 1px #41736E;
	padding: 3px 40px;
	font-size: 24px;
	margin: 2px 5px;
	text-align: center;
	letter-spacing: 0.05em;
}

.sec004 .greenbox a {
	color: #fff;
}

/*.sec004 .box_in {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 60px;
	border: solid 1px #41736E;
}
.sec004 .box_in:nth-child(2) {
	margin-top: 25px;
}
*/
/**/
.sec004 .box_in {
	width: 50%;
	max-width: 1000px;
	margin: 1em;
	padding: 20px;
	border: solid 1px #41736E;
	text-align: center;
}

.contents-box .sec004 .box_in {
	width: 70%;
	max-width: 1000px;
	margin: 1em auto;
	padding: 20px;
	border: solid 1px #41736E;
	text-align: center;
}

.sec004 .box_in .add {
	font-size: 15px;
}

.sec004 .sec4box {
	width: 70%;
	display: flex;
	padding: 0.5em;
	margin: 0 auto;
}

.box_in .image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.sec004 .box_in .image img {
	width: 70%;
	height: auto;
}

.idnumber {
	margin: 0 auto !important;
	text-align: center !important;
}

@media screen and (max-width: 768px) {
	.sec004 {
		position: relative;
		width: 100%;
		margin: 30px auto;
		padding: 30px 0;
		background: #fff;
		text-align: center;
	}

	.sec004 p a {
		color: #000;
		text-decoration: none;
		font-size: 12px;
	}

	.sec004 h5 {
		color: #41736E;
		font-weight: bold;
	}

	.sec004 .name {
		font-size: 18px;
	}

	.sec004 .greenbox {
		display: block;
		background: rgba(65, 115, 110, 0.7);
		color: #fff;
		border: solid 1px #41736E;
		padding: 10px 0;
		font-size: 20px;
		margin: 10px 5px;
		text-align: center;
		letter-spacing: 0.05em;
	}

	.sec004 .greenbox a {
		color: #fff;
		font-size: 20px;
	}

	.sec004 .box_in {
		width: 96%;
		margin: 0 auto;
		padding: 20px;
		border: solid 1px #41736E;
	}

	.contents-box .sec004 .box_in {
		width: 96%;
		margin: 0 auto;
		padding: 20px;
		border: solid 1px #41736E;
	}

	.sec004 .box_in:nth-child(2) {
		margin-top: 25px;
	}

	.sec004 .box_in .image {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.sec004 .box_in .image img {
		width: 100%;
		height: auto;
	}
}

/*2つのコース*/
.course-wrap {
	margin: 2em auto;
	max-height: 700px;
	display: flex;
}

.course-wrap {
	width: 70%;
}

.course-wrap .left {
	float: left;
	width: 47%;
	padding: 1.2em;
	margin: 0.3em;
	background: #E2EEED;
}

.course-wrap .right {
	float: right;
	width: 47%;
	padding: 1.2em;
	background: #E2EEED;
}

.course-wrap .title {
	background: #3f736e;
	padding: 0.6em;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	margin-top: 0.10em;
}

.course-wrap .sbox {
	padding: 1.2em;
}

.sbox-list {
	color: #3F7369;
	font-weight: bold;
	border-bottom: solid 0.4px;
	line-height: 2.3em;
}

.red {
	display: block;
	color: #c6001c;
	text-align: center;
	border: solid 1px #c6001c !important;
	width: 80%;
	margin: 15px auto;
}


.rednoborder {
	color: #c6001c;
	font-size: 13px;
}

.kome {
	color: #c6001c;
	font-size: 9px;
}

.rednoborder .kome {
	font-size: 10px !important;
}


@media screen and (max-width: 768px) {
	.course-wrap .left {
		width: 100%;
	}

	.course-wrap .right {
		width: 100%;
	}

	.contents-inner .course-wrap {
		display: block;
	}
}

/*保険適用*/
.c-box02 {
	margin-top: 60px;
}

.c-box02 .list {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.c-box02 .list>div {
	width: 47.2%;
}

.c-box02 .list>div .title {
	height: 60px;
	margin-bottom: 35px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: url("../service/beauty_salon1/images/sec02_ttl_bg.png") no-repeat;
	background-size: 100% 100%;
}

.c-box02 .list>div .box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	margin-top: 25px;
	padding: 30px 35px;
	border: 2px solid #dddddd;
}

.c-box02 .list>div .box .icn {
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	width: 80px;
}

.c-box02 .list>div .box .content {
	width: calc(100% - 80px);
	padding-left: 30px;
}

.c-box02 .list>div .box .content .headline {
	font-size: 18px;
	font-weight: bold;
	color: #434343;
}

.c-box02 .list>div .box .content .description {
	margin-top: 15px;
	font-size: 14px;
	color: #434343;
	line-height: 1.4;
}

/*chabb保険*/
.contents-inner .chubb .box-c {
	width: 70%;
	max-width: 1000px;
	margin: 3em auto 1em;
	padding: 20px;
	border: solid 1px #41736E;
	text-align: center;
}

.chubb .image {
	width: 50%;
	margin: 0 auto;
}

.chubb .box-c .idnumber {
	float: left;
	width: 100%;
	margin: 0 auto;
}

/*美容クリニック対応*/
.contents-inner table {
	width: 70%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

.contents-inner table th {
	background-color: #3f736e;
	color: #fff;
	text-align: center;
	font-weight: 600;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 5px 0;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.contents-inner .pc tr td {
	text-align: center;
	background-color: #f8f8f8;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	padding: 10px 0;
}

.notice {
	width: 70%;
	border: 2px solid #3f736e;
	border-radius: 5px;
	padding: 10px 30px 20px 30px;
	margin: 20px auto 30px;
}

.c-box02 .gray {
	width: 70%;
	margin: 0 auto 2em;
	padding: 20px 30px;
	background-color: #f5f4f3;
}

.c-box02 .gray h6 {
	font-weight: 600;
	border-bottom: 1px solid #cecece;
	padding: 5px;
	margin-bottom: 10px;
}

.contents-inner .sec004 .box-c {
	width: 70%;
	max-width: 1000px;
	margin: 1em auto;
	padding: 28px;
	border: solid 1px #41736E;
	text-align: center;
}

.box-c .idnumber {
	width: 100%;
	margin: 0 auto;
}

.plan01 .demo03 th {
	color: #000;
	font-weight: 200;
}

@media screen and (max-width: 768px) {
	#contents .c-box02 {
		padding-bottom: 0 !important;
	}

	.c-box01 .bnr-list2 {
		width: 98%;
		margin: 2em auto 0;
	}

	body.about #contents .c-box02 {
		margin-top: 2em;
	}

	.c-box01 .bnr-list2 img {
		width: 90%;
		margin: 0.3em auto;
	}

	.sec004 {
		width: 100%;
	}

	.sec004 .sec4box {
		width: 98%;
		display: block;
	}

	.course-wrap {
		width: 98%;
		display: block;
	}

	.c-box02 .list {
		width: 90%;
		float: none !important;
	}

	.list .left {
		width: 100% !important;
	}

	.list .right {
		width: 100% !important;
	}

	.box {
		width: 100% !important;
		float: none !important;
	}


	.contents-inner .sec004 .box-c {
		width: 90%;
	}

	.notice {
		width: 90%;
	}

	.c-box02 .gray {
		width: 90%;
	}

	.c-box02 .sp {
		width: 90%;
		margin: 0 auto;
	}

	.c-box02 .sp dt {
		background-color: #3f736e;
		color: #fff;
		text-align: center;
		font-weight: 500;
		line-height: 1.0em;
		vertical-align: middle;
		padding: 5px 0;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.c-box02 .sp dd {
		text-align: center;
		background-color: #f8f8f8;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		vertical-align: middle;
		padding: 10px 0;
	}

	.c-box02 .sp .case {
		margin-bottom: 40px;
	}

	.c-box02 .list {
		display: block;
	}

	.c-box02 .list>div .title {
		margin: 1em auto 0;
	}

}

.a.anchor {
	display: block;
	padding-top: 7em;
	margin-top: -7em;
}

.list .brake {
	width: 100% !important;
}

.position-relative {
	position: relative;
}

.cf-hosoku {
	position: absolute;
	top: -1.9em;
	font-size: 80%;
	text-align: right;
	width: fit-content;
	right: 0;
}

.t_right_mt10_f80 {
	font-size: 80%;
	text-align: right;
	margin-top: 10px;
}