p, button, ul, li, tr, td, span, a, div, small, h2, h3, h4, h5{
	font-family: "秀英丸ゴシック L";
}
.center {
	text-align: center;
}
.row {
	display: flex;
}
.jc-center {
	justify-content: center;
}
.jc-between {
	justify-content: space-between;
}
.row .left {
	width: 50%;
}
.row .right {
	width: 50%;
}
br.sp{
	display: none;
}
br.pc{
	display: block;
}

.orange {
	font-weight: bold;
	color: orange;
}
.blue {
	font-weight: bold;
	color: blue;
}

.under_yellow {
	background: linear-gradient(transparent 70%, yellow 70%);
}

.headings p span {
	font-size: 1.2rem;
}

.content-bar > p {
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.content-bar > p > small {
	color: #fff;
}

.blue_radical_content01 {
	width: 900px;
	margin: 100px auto;
	padding: 50px 30px;
}


.blue_radical_content02 {
	width: 900px;
	margin: 100px auto;
}
.blue_radical_content02 table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 50px;
}
.blue_radical_content02 table th {
	background-color: #f2efe8;
  border-right: 1px solid #fff;
  padding: 15px;
	width: 50%;
}
.blue_radical_content02 table th h4 {
	font-family: "モトヤ丸アポロ Std W6";
  font-weight: bold;
}
.blue_radical_content02 table tr td {
	border: 1px solid #f2efe8;
  text-align: left;
  padding: 15px;
}
.blue_radical_content02 table td img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.blue_radical_content02 div.box {
	border: 1px solid #f2efe8;
	padding: 25px;
}

.blue_radical_content03 {
	margin: 100px auto 0;
	background: #f2efe8;
}
.blue_radical_content03 h2.sub-h2 {
	padding-top: 55px;
}
.blue_radical_content03 div {
	width: 900px;
	margin: 40px auto 0;
}

.blue_radical_content03_sec01, .blue_radical_content03_sec02, .blue_radical_content03_sec03, .blue_radical_content03_sec04 {
	border: solid 1px #dd5f0d;
  padding: 30px 15px;
  background: #f4ffff;
}

.blue_radical_content03_sec02 {
  background: #fff9f4;
}
.blue_radical_content03_sec03 {
  background: #f9fff4;
}
.blue_radical_content03_sec04 {
  background: #fcf9ff;
}
.blue_radical_content03_sec04 .blue_radical_content03_sec04_table {
	margin-bottom: 20px;
}
.blue_radical_content03_sec04 .blue_radical_content03_sec04_table tr td:first-child {
	width: 185px;
	vertical-align: baseline;
}
.blue_radical_content03_sec04 .blue_radical_content03_sec04_table tr td:nth-child(2n) {
	padding-bottom: 20px;
}
.blue_radical_content03_sec04 .blue_radical_content03_sec04_table tr td p {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width : 900px) {
	.blue_radical_content03_sec04 .blue_radical_content03_sec04_table tr td:first-child {
		width: auto;
		min-width: 50px;
	}
}

.blue_radical_content03_sec02 p, .blue_radical_content03_sec03 p, .blue_radical_content04 p {
	margin-bottom: 25px;
}
.blue_radical_content03_sec01_ttl {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
}


.blue_radical_content04 {
	width: 900px;
	margin: 100px auto;
}
.blue_radical_content04 table.price {
	margin-bottom: 10px;
}
.blue_radical_content04 table.price td h3 {
	font-size: 16px;
}
.blue_radical_content04 h5 {
	font-size: 1.4em;
}
a.btn {
	display: block;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	width: 165px;
	background: #dd5f0d;
	padding: 10px;
	letter-spacing: 1px;
	border-radius: 15px;
	color: #fff;
}

.blue_radical_content05 {
	width: 900px;
	margin: 100px auto;
}
.blue_radical_content05 ul {
	padding-left: 1em;
	margin-bottom: 20px;
}
.blue_radical_content05 h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

@media only screen and (max-width : 900px) {
	.row {
		flex-wrap: wrap;
	}
	.row .left {
		width: 100%;
	}
	.row .right {
		width: 100%;
	}

	.content-bar > p {
		font-size: 3.8vw;
	}

	.blue_radical_content01 {
		width: 90%;
		margin: 50px auto;
		padding: 20px 10px;
	}
	.blue_radical-doctor .blue_radical-doctor-greeting {
		font-size: 1.1em;
		width: 100%;
	}

	.blue_radical_content02 {
		width: 95%;
		margin: 50px auto;
	}

	.blue_radical_content02 div.box {
		padding: 25px 5%;
	}

	.blue_radical_content03 div {
		width: 90%;
		padding: 30px 2.5%;
		margin: 50px auto 0;
	}

	.blue_radical_content04 {
		width: 95%;
		margin: 50px auto;
	}
	.blue_radical_content04 table.price td h3 {
		font-size: 3.8vw;
	}

	.blue_radical_content04 table.price td {
		min-width: 135px
	}

	.blue_radical_content04 h5 {
		font-size: 1.2em;
	}

	.content-bar > p {
		line-height: inherit;
	}
	.content-bar > p > small {
		color: #fff;
		font-size: 80%;
	}

	.blue_radical_content05 {
		width: 90%;
		padding: 0px 2.5%;
		margin: 0px auto 0;
	}


	br.pc{
		display: none;
	}
	br.sp{
		display: block;
	}
}