

	.gray_bg {
		background-color: #ffffe1;
		padding: 20px;
		font-size: 16px;
		position: relative;
	}
	.tbl1 {
		margin: 0 auto;
	}
	.tbl1 th {
		font-weight: normal;
		padding: 10px;
	}
	.tbl1 td {
		padding: 10px;
	}
	.tbl1 .btns {
		text-align: center;
		padding: 15px;
	}
	.tbl1 .btns input[type=submit] {
		font-size: 16px;
		padding: 10px 50px;
	}
	.tbl1 input[type=text] {
		font-size: 16px;
		width: 100px;
		padding: 5px;
	}
	.tbl1 input[type=radio] {
		width: 16px;
		height: 25px;
		vertical-align: top;
	}


	.mark {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.result {
		text-align: center;
		margin: 10px;
		font-size: 20px;
	}
	.tbl2 {
		width: 500px;
		margin: 0 auto 8px auto;
	}
	.tbl2 th {
		background-color: #00cccc;
		color: #ffffff;
		font-size: 18px;
		width: 25%;
	}
	.tbl2 td {
		background-color: #ffffff;
		font-size: 18px;
		text-align: center;
	}
	.tbl2 .non {
		background-color: transparent;
	}
	.red {
		color: #FF0000;
	}

	.err {
		font-size: 15px;
		color: #ff3333;
	}




@media screen and (min-width:980px) {
	.kodomo-btn-list {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	.kodomo-btn-list li {
		text-align: center;
		width: 49%;
	}
	.kodomo-btn-list li a {
		position: relative;
		color: white;
		text-decoration: none;
		display: block;
		padding: 30px 0;
		border-radius: 5px;
	}
	.reference-list {
		text-align: center;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	.reference-list li {
		width: 49%;
	}
	.reference-list li a {
		position: relative;
		display: block;
		color: #618AA3;
		font-size: 16px;
		text-decoration: none;
		border: solid 1px #6489a4;
		border-radius: 5px;
		padding: 10px 0;
	}
	.doctor-box {
		display: flex;
		align-items: flex-start;
		margin: 60px 0;
	}
	.dr-profile-area {
		margin-left: 50px;
	}
	a.dr-detail {
		display: block;
		width: 60%;
		position: relative;
		text-decoration: none;
		color: #6186a6;
		border: solid 1px;
		margin-top: 20px;
		padding: 5px 10px;
		border-radius: 5px;
	}
}
@media screen and (max-width:979px) {
	.kodomo-btn-list li {
		margin-top: 20px;
		text-align: center;
	}
	.kodomo-btn-list li a {
		position: relative;
    color: white;
    text-decoration: none;
    display: block;
    width: 97%;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
	}
	.reference-list {
		text-align: center;
		margin-top: 30px;
	}
	.reference-list li a {
		position: relative;
		display: block;
		width: 97%;
		color: #618AA3;
		font-size: 16px;
		text-decoration: none;
		border: solid 1px #6489a4;
		border-radius: 5px;
		padding: 10px 0;
		margin: 10px auto;
	}
	.reference-list li:last-child a {
		margin-top: 10px;
	}
	.doctor-box {
		margin: 40px 0;
    text-align: center;
	}
	a.dr-detail {
		display: block;
		position: relative;
		text-decoration: none;
		color: #6186a6;
		border: solid 1px;
		margin-top: 20px;
		padding: 5px 10px;
		border-radius: 5px;
	}
	.education {
		margin: 20px 20px 0;
    text-align: left;
	}
	.education dd {
		margin-top: 10px;
	}
}
	#box1,#box2{
		display: none;
	}
	.check-txt {
		text-align: left;
	}
	.tbl1 input[type=submit],.tbl1 input[type=text]{
		background: white;
	}
	.tbl1 .btns input {
		color: black;
		border: solid 1px #dfdfdf;
	}
	.tbl1 .btns input:hover {
		color: black!important;
	}
	.kodomo-btn-list li a::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 15px;
		top: 50%;
		border-left: 10px solid white;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		transform: translateY(-50%);
	}
	.karute {
		background: #B8D384;
	}
	.flow {
		background:#FBB03B;
	}
	.reference-list li a::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 15px;
		top: 50%;
		border-left: 10px solid #6287a5;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		transform: translateY(-50%);
	}
	.reference-list li a::before {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	.reference-list li .sports::before{
		background: url(../../common/img/icon_sports.png) no-repeat;
		background-size: contain;
	}
	.reference-list li .download::before{
		background: url(../../common/img/icon_pdf.png) no-repeat;
    background-size: contain;
    height: 23px;
	}
	.doctor-area {
		margin-top: 60px;
	}
	.doctor-area h2 {
		background: url(https://www.ns-seikeigeka.com/img/m-cpTtl_bg.gif) repeat;
		text-align: center;
		color: #fffab2;
		font-weight: 700;
		margin: 60px 0 5px 0;
		padding: 20px 0;
	}
	.profile span{
		display: block;
	}
	.dr-name {
		font-size: 26px;
	}
	.dr-name-en {
		color: #6186a6;
	}
	.dr-detail::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 15px;
		top: 50%;
		border-left: 7px solid #6287a5;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		transform: translateY(-50%);
	}
	.education dt {
		font-weight: bold;
	}

	form select {
		background: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
	}
