@charset "UTF-8";

input[type="text"][disabled] {
    background: #fff;
	opacity: 1;
}

#pdai_01,
#pdai_02,
#pdai_03,
#bpdai_01,
#bpdai_02,
#bpdai_03 {
	margin-top: -20px;
	padding-top: 20px;
}

img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
}

p.comment {
	font-size: .75rem;
	padding: 0;
	line-height: 150%;
}

p.righttxt {
	font-size: .75rem;
	padding: 15px 0;
	text-align: right;
	line-height: 150%;
}

ul.pdai_list {
	margin: 20px 0 5px;
}

ul.pdai_list li {
	border-bottom: 3px solid #ddd;
	padding: 5px 0;
	font-weight: bold;
	font-size: .9rem;
	line-height: 150%;
}

ul.pdai_list li span {
	font-size: 1rem;
}

ul.pdai_list li:nth-child(1) span {
	color: #e2b614;
}

ul.pdai_list li:nth-child(2) span {
	color: #14b7ad;
}

ul.pdai_list li:nth-child(3) span {
	color: #ed7e6c;
}

ul.bpdai_list {
	margin: 20px 0 5px;
}

ul.bpdai_list li {
	border-bottom: 3px solid #ddd;
	padding: 5px 0;
	font-weight: bold;
	font-size: .9rem;
	line-height: 150%;
}

ul.bpdai_list li span {
	font-size: 1rem;
}

ul.bpdai_list li:nth-child(1) span {
	color: #48a8d0;
}

ul.bpdai_list li:nth-child(2) span {
	color: #8cb52b;
}

ul.bpdai_list li:nth-child(3) span {
	color: #986fcb;
}

p.pdai_txt {
	margin: 5px 0 0;
	font-size: .9rem;
}

.tab_menu {
	border-bottom: 3px solid #9c1a1a;
	margin: 0 0 .3rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.tab_menu li {
	text-align: center;
	width: 49%;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	background: #eee;
	background: linear-gradient(#ffffff, #dddddd);
	margin: 0;
	box-sizing: border-box;
}
.tab_menu li sup {
	font-size: 12px;
	line-height: 100%;
}
.tab_menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 13px;
	box-sizing: border-box;
	vertical-align: middle;
	height: 100%;
}
.tab_menu li a .under_arrow_img {
	margin: 0 6px 0 0;
	display: inline-block;
	width: 1rem;
}
.tab_menu li a .under_arrow_img img {
	display: none;
}
.tab_menu li a .under_arrow_img img.off {
	display: block;
}
.tab_menu li.active {
	border: 1px solid #9a1e20;
	background: #9a1e20;
	background: linear-gradient(to bottom, #b73535 0%, #9c1a1a 100%);
}
.tab_menu li.active a {
	color: #fff;
}
.tab_menu li.active a .under_arrow_img img.off {
	display: none;
}
.tab_menu li.active a .under_arrow_img img.on {
	display: block;
}
.tab_menu li:hover {
	border: 1px solid #9a1e20;
	background: #9a1e20;
	background: linear-gradient(to bottom, #b43336 0%, #991b1f 100%);
}
.tab_menu li:hover a {
	color: #fff;
}
.tab_menu li:hover a .under_arrow_img img.off {
	display: none;
}
.tab_menu li:hover a .under_arrow_img img.on {
	display: block;
}

ul.pdai_menu {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

ul.pdai_menu li {
	text-align: center;
	width: 32%;
}

ul.pdai_menu li a {
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	display: block;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 100%;
	text-decoration: none;
	transition: .3s;
}

ul.pdai_menu li a:hover {
	opacity: .8;
}

ul.pdai_menu li a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(/med/di/img/under_arrow_on.png);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	vertical-align: middle;
	margin-right: 10px;
}

ul.pdai_menu li:nth-child(1) a {
	border: 1px solid #eca905;
	background: #f4cb14;
	background: -moz-linear-gradient(top, #f4cb14 0%, #efb508 100%);
	background: -webkit-linear-gradient(top, #f4cb14 0%,#efb508 100%);
	background: linear-gradient(to bottom, #f4cb14 0%,#efb508 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cb14', endColorstr='#efb508',GradientType=0 );
}

ul.pdai_menu li:nth-child(2) a {
	border: 1px solid #1bb9ad;
	background: #37cec5;
	background: -moz-linear-gradient(top, #37cec5 0%, #1bb9ad 100%);
	background: -webkit-linear-gradient(top, #37cec5 0%,#1bb9ad 100%);
	background: linear-gradient(to bottom, #37cec5 0%,#1bb9ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37cec5', endColorstr='#1bb9ad',GradientType=0 );
}

ul.pdai_menu li:nth-child(3) a {
	border: 1px solid #e86b58;
	background: #f08e7d;
	background: -moz-linear-gradient(top, #f08e7d 0%, #e86b58 100%);
	background: -webkit-linear-gradient(top, #f08e7d 0%,#e86b58 100%);
	background: linear-gradient(to bottom, #f08e7d 0%,#e86b58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08e7d', endColorstr='#e86b58',GradientType=0 );
}

ul.bpdai_menu {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

ul.bpdai_menu li {
	text-align: center;
	width: 32%;
}

ul.bpdai_menu li a {
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	display: block;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 130%;
	text-decoration: none;
	transition: .3s;
}

ul.bpdai_menu li a:hover {
	opacity: .8;
}

ul.bpdai_menu li a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(/med/di/img/under_arrow_on.png);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	vertical-align: middle;
	margin-right: 10px;
}

ul.bpdai_menu li:nth-child(1) a {
	border: 1px solid #2e8abb;
	background: #5eb4d7;
	background: -moz-linear-gradient(top, #5eb4d7 0%, #3793c2 100%);
	background: -webkit-linear-gradient(top, #5eb4d7 0%,#3793c2 100%);
	background: linear-gradient(to bottom, #5eb4d7 0%,#3793c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb4d7', endColorstr='#3793c2',GradientType=0 );
}

ul.bpdai_menu li:nth-child(2) a {
	border: 1px solid #7da721;
	background: #aaca4b;
	background: -moz-linear-gradient(top, #aaca4b 0%, #7da71f 100%);
	background: -webkit-linear-gradient(top, #aaca4b 0%,#7da71f 100%);
	background: linear-gradient(to bottom, #aaca4b 0%,#7da71f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaca4b', endColorstr='#7da71f',GradientType=0 );
}

ul.bpdai_menu li:nth-child(3) a {
	border: 1px solid #8d64c4;
	background: #b895d9;
	background: -moz-linear-gradient(top, #b895d9 0%, #976eca 100%);
	background: -webkit-linear-gradient(top, #b895d9 0%,#976eca 100%);
	background: linear-gradient(to bottom, #b895d9 0%,#976eca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b895d9', endColorstr='#976eca',GradientType=0 );
}

.frame {
	padding: 18px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: .9rem;
}

.frame .input {
	margin-bottom: 30px;
}

.frame .input div {
	margin-top: 15px;
	font-weight: bold;
}

.frame .input div span {
	display: inline-block;
	margin-right: 25px;
}

.frame input[type=text] {
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1rem;
}

.frame textarea {
	display: block;
	vertical-align: middle;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1rem;
	width: 100%;
	height: 4rem;
	margin-top: 5px;
}

.result > div:first-child {
	display: none;
}

.result .severe {
	background: #f4e5e5;
	text-align: center;
	font-size: 1.4rem;
	padding: 15px;
}

.result .severe span {
	font-weight: bold;
	font-size: 1.7rem;
	color: #cc3333;
}

.result .severe span:before,
.result .moderate span:before,
.result .mild span:before {
	content: "：";
	font-size: 1.4rem;
	color: #333;
	font-weight: 100;
}

.result .moderate {
	background: #fbf4eb;
	text-align: center;
	font-size: 1.4rem;
	padding: 15px;
}

.result .moderate span {
	font-weight: bold;
	font-size: 1.7rem;
	color: #d75c01;
}

.result .mild {
	background: #e3f1fb;
	text-align: center;
	font-size: 1.4rem;
	padding: 15px;
}

.result .mild span {
	font-weight: bold;
	font-size: 1.7rem;
	color: #3f87bf;
}

.result .cal {
	position: relative;
	height: 90px;
	margin-top: 15px;
}

.result .cal div {
	text-align: center;
	position: absolute;
	display: block;
	width: 20%;
}

.result .cal div input {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	padding: 3px;
	margin-top: 5px;
}

.result .cal div:nth-child(1) {
	left: 0%;
	color: #deaf00;
}

.result .cal div:nth-child(1) input {
	color: #deaf00;
}

.result .cal div:nth-child(1):after {
	content: "+";
	position: absolute;
	display: block;
	top: 150%;
	font-size: 1.4rem;
	left: 117%;
	width: 40px;
	margin-left: -20px;
	color: #333;
}

.result .cal div:nth-child(2) {
	left: 27%;
	color: #14b7ad;
}

.result .cal div:nth-child(2) input {
	color: #14b7ad;
}

.result .cal div:nth-child(2):after {
	content: "+";
	position: absolute;
	display: block;
	top: 150%;
	font-size: 1.4rem;
	left: 117%;
	width: 40px;
	margin-left: -20px;
	color: #333;
}

.result .cal div:nth-child(3) {
	left: 54%;
	color: #da523b;
}

.result .cal div:nth-child(3) input {
	color: #da523b;
}

.result .cal div:nth-child(3):after {
	content: "=";
	position: absolute;
	display: block;
	top: 150%;
	font-size: 1.4rem;
	left: 115%;
	width: 40px;
	margin-left: -20px;
	color: #333;
}

.result .cal div:nth-child(4) {
	left: 80%;
}

.result .cal div:nth-child(4) .cal_severe input {
	color: #cb2c2c !important;
}

.result .cal div:nth-child(4) .cal_moderate input {
	color: #d75c01 !important;
}

.result .cal div:nth-child(4) .cal_mild input {
	color: #3f87bf !important;
}

.result .bpdai_cal div {
	margin: 15px auto 0;
	font-size: 1.1rem;
	width: 430px;
}

.result .bpdai_cal div input {
	font-size: 1.5rem;
	padding: 5px;
}

.result .bpdai_cal div span {
	display: inline-block;
}

.result .bpdai_cal div span:nth-child(1) {
	width: 190px;
}

.result .bpdai_cal div span:nth-child(2) {
	width: 110px;
}

.result .bpdai_cal div span:nth-child(2) input {
	width: 80px;
	text-align: center;
	margin-right: 5px;
}

.result .bpdai_cal div span:nth-child(3) {
	width: 110px;
}

.result .bpdai_cal div.cal_severe input {
	color: #cb2c2c !important;
}

.result .bpdai_cal div.cal_moderate input {
	color: #d75c01 !important;
}

.result .bpdai_cal div.cal_mild input {
	color: #3f87bf !important;
}

.result .bpdai_cal div.cal_severe strong {
	color: #cb2c2c !important;
}

.result .bpdai_cal div.cal_moderate strong {
	color: #d75c01 !important;
}

.result .bpdai_cal div.cal_mild strong {
	color: #3f87bf !important;
}

.result .result_txt {
	text-align: right;
	font-size: .8rem;
	line-height: 100%;
}

.result .result_txt span:nth-child(1) {
	color: #3f87bf;
	font-weight: bold;
}

.result .result_txt span:nth-child(2) {
	color: #d75c01;
	font-weight: bold;
}

.result .result_txt span:nth-child(3) {
	color: #cb2c2c;
	font-weight: bold;
}

.tool_print {
	width: 310px;
	display: block;
	text-align: center;
	color: #fff !important;
	background: #999;
	font-size: 1.3rem;
	border-radius: 5px;
	padding: 15px 10px;
	text-decoration: none !important;
	margin: 30px auto;
	transition: .3s;
}

.tool_print:hover {
	opacity: .8;
}

.tool_print i {
	font-size: 1.9rem;
	margin-right: 5px;
	vertical-align: -3px;
}

.result_list {
	margin-bottom: 50px;
}

.result_list h5 {
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 12px;
}

.result_list ul {
	margin-bottom: 20px;
}

.result_list ul li {
	font-size: .9rem;
	border-top: 1px solid #ccc;
	line-height: 150%;
	padding: 5px 0;
}

.result_list ul li:first-child {
	border-top: none;
}

.result_list table {
	font-size: .9rem;
	width: 100%;
    border-collapse: collapse;
    border:1px solid #ddd;
}

.result_list table th {
	text-align: center;
    border-collapse: collapse;
    border:1px solid #ddd;
	padding: 5px;
}

.result_list table td {
	text-align: center;
    border-collapse: collapse;
    border:1px solid #ddd;
	padding: 5px;
	background: #fff;
	vertical-align: middle;
}

.result_list table tr td:first-child {
	width: 30%;
}

.result_list table tr:nth-child(odd) td {
	background: #f6f6f6;
}

.result_list table td label {
	padding: 0 5px;
	line-height: 100%;
	cursor: pointer;
}

.result_list table td label input {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: 0;
	cursor: pointer;
}

.result_list .score {
	text-align: center;
	font-size: 1.5rem;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.result_list .score {
	display: none;
}

.result_list .score span {
	font-size: 1.9rem;
}

.result_list .score span strong {
	color: #d14d4d;
}

.result_list .score span strong.mild {
	color: #3f87bf;
}

.result_list .score span strong.moderate {
	color: #d75c01;
}

.result_list .score span strong.severe {
	color: #cb2c2c;
}

.result_list .score .score_txt {
	font-size: .8rem;
	line-height: 100%;
	padding-top: 10px;
}

.result_list .score .score_txt span:nth-child(1) {
	color: #3f87bf;
	font-weight: bold;
	font-size: .8rem;
}

.result_list .score .score_txt span:nth-child(2) {
	color: #d75c01;
	font-weight: bold;
	font-size: .8rem;
}

.result_list .score .score_txt span:nth-child(3) {
	color: #cb2c2c;
	font-weight: bold;
	font-size: .8rem;
}

.result_list .judge {
	width: 310px;
	display: block;
	text-align: center;
	color: #fff !important;
	background: #999;
	font-size: 1.5rem;
	border-radius: 5px;
	padding: 15px 10px;
	text-decoration: none !important;
	margin: 30px auto;
	transition: .3s;
}

.result_list .judge:hover {
	opacity: .8;
}

.result_list.pdai_01 h5 {
	border-bottom: 3px solid #f2c10b;
}

.result_list.pdai_01 table th {
	background: #f2c10b;
	color: #fff;
	font-weight: bold;
}

.result_list.pdai_01 .judge {
	border: 1px solid #eca905;
	background: #f4cb14;
	background: -moz-linear-gradient(top, #f4cb14 0%, #efb508 100%);
	background: -webkit-linear-gradient(top, #f4cb14 0%,#efb508 100%);
	background: linear-gradient(to bottom, #f4cb14 0%,#efb508 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cb14', endColorstr='#efb508',GradientType=0 );
}

.result_list.pdai_01 .score {
	border: 2px solid #f2c10b;
}

.result_list.pdai_02 h5 {
	border-bottom: 3px solid #23c5bb;
}

.result_list.pdai_02 table th {
	background: #23c5bb;
	color: #fff;
	font-weight: bold;
}

.result_list.pdai_02 .judge {
	border: 1px solid #1bb9ad;
	background: #37cec5;
	background: -moz-linear-gradient(top, #37cec5 0%, #1bb9ad 100%);
	background: -webkit-linear-gradient(top, #37cec5 0%,#1bb9ad 100%);
	background: linear-gradient(to bottom, #37cec5 0%,#1bb9ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37cec5', endColorstr='#1bb9ad',GradientType=0 );
}

.result_list.pdai_02 .score {
	border: 2px solid #23c5bb;
}

.result_list.pdai_03 h5 {
	border-bottom: 3px solid #ed7c69;
}

.result_list.pdai_03 table th {
	background: #ed7c69;
	color: #fff;
	font-weight: bold;
}

.result_list.pdai_03 .judge {
	border: 1px solid #e86b58;
	background: #f08e7d;
	background: -moz-linear-gradient(top, #f08e7d 0%, #e86b58 100%);
	background: -webkit-linear-gradient(top, #f08e7d 0%,#e86b58 100%);
	background: linear-gradient(to bottom, #f08e7d 0%,#e86b58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08e7d', endColorstr='#e86b58',GradientType=0 );
}

.result_list.pdai_03 .score {
	border: 2px solid #ed7c69;
}



.result_list.bpdai_01 h5 {
	border-bottom: 3px solid #45a5cd;
}

.result_list.bpdai_01 table th {
	background: #45a5cd;
	color: #fff;
	font-weight: bold;
}

.result_list.bpdai_01 .judge {
	border: 1px solid #2e8abb;
	background: #5eb4d7;
	background: -moz-linear-gradient(top, #5eb4d7 0%, #3793c2 100%);
	background: -webkit-linear-gradient(top, #5eb4d7 0%,#3793c2 100%);
	background: linear-gradient(to bottom, #5eb4d7 0%,#3793c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb4d7', endColorstr='#3793c2',GradientType=0 );
}

.result_list.bpdai_01 .score {
	border: 2px solid #45a5cd;
}

.result_list.bpdai_02 h5 {
	border-bottom: 3px solid #8fb52c;
}

.result_list.bpdai_02 table th {
	background: #8fb52c;
	color: #fff;
	font-weight: bold;
}

.result_list.bpdai_02 .judge {
	border: 1px solid #7da721;
	background: #aaca4b;
	background: -moz-linear-gradient(top, #aaca4b 0%, #7da71f 100%);
	background: -webkit-linear-gradient(top, #aaca4b 0%,#7da71f 100%);
	background: linear-gradient(to bottom, #aaca4b 0%,#7da71f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaca4b', endColorstr='#7da71f',GradientType=0 );
}

.result_list.bpdai_02 .score {
	border: 2px solid #8fb52c;
}

.result_list.bpdai_03 h5 {
	border-bottom: 3px solid #aa83d4;
}

.result_list.bpdai_03 table th {
	background: #aa83d4;
	color: #fff;
	font-weight: bold;
}

.result_list.bpdai_03 .judge {
	border: 1px solid #8d64c4;
	background: #b895d9;
	background: -moz-linear-gradient(top, #b895d9 0%, #976eca 100%);
	background: -webkit-linear-gradient(top, #b895d9 0%,#976eca 100%);
	background: linear-gradient(to bottom, #b895d9 0%,#976eca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b895d9', endColorstr='#976eca',GradientType=0 );
}

.result_list.bpdai_03 .score {
	border: 2px solid #aa83d4;
}


.link {
	background: #f6f6f6;
	border: 1px solid #dddddd;
	padding: 20px;
	font-size: .9rem;
	line-height: 150%;
}

.link li {
	padding: 5px 0 0 0;
}

.link li a.popup:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../../../../img/foot_window.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	vertical-align: middle;
	margin-left: 5px;
}

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

#pdai_01,
#pdai_02,
#pdai_03,
#bpdai_01,
#bpdai_02,
#bpdai_03 {
	margin-top: -30px;
	padding-top: 30px;
}

}

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

.tab_menu {
	border-bottom: none;
	display: block;
}
.tab_menu li {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 5px;
}
.tab_menu li a {
	font-size: .9rem;
	padding: 10px;
}

ul.pdai_menu li a {
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 1.1rem;
}
ul.pdai_menu li a:before {
	margin-right: 5px;
}

.frame .input div span {
	display: block;
	margin-right: 0;
}

.frame .input div span:first-child {
	margin-bottom: 15px;
}

.result .severe span,
.result .moderate span,
.result .mild span {
	display: block;
	padding-top: 10px;
}

.result .severe span:before,
.result .moderate span:before,
.result .mild span:before {
	content: "";
}

.frame {
	padding: 13px;
}

.result_list {
	margin-bottom: 30px;
}

.result_list h5 {
	font-size: 1.1rem;
}

.result_list ul li {
	font-size: .8rem;
}

.result_list table {
	font-size: .8rem;
}

.result_list table tr td:first-child {
	width: 23%;
}

.result_list table td label {
	padding: 10px 5px;
	display: inline-block;
}

.result_list table td label input {
	margin: 0 3px 0 0;
}

.result_list table th {
	padding: 3px 1px;
}

.result_list table td {
	padding: 3px 1px;
}

.result_list .score {
	font-size: 1.3rem;
	background: #fff;
	padding: 20px 10px;
}

.result_list .score span {
	font-size: 1.5rem;
}

.result_list .score span strong {
	color: #d14d4d;
}

.link {
	padding: 10px;
}

.result_list .judge {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin: 20px auto;
}

.result .bpdai_cal div {
	width: 225px;
	margin: 15px auto 0;
	font-size: 1rem;
}

.result .bpdai_cal div input {
	font-size: 1.5rem;
	padding: 5px;
}

.result .bpdai_cal div span:nth-child(1) {
	width: 225px;
	display: block;
	margin: 0 auto 5px;
}

.result .bpdai_cal div span:nth-child(2) {
	width: 110px;
}

.result .bpdai_cal div span:nth-child(2) input {
	width: 80px;
	text-align: center;
}

.result .bpdai_cal div span:nth-child(3) {
	width: 105px;
}

ul.pdai_menu {
	display: block;
}

ul.pdai_menu li {
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

ul.pdai_menu li a {
	padding: 10px;
	font-size: 1rem;
}

ul.bpdai_menu {
	display: block;
}

ul.bpdai_menu li {
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

ul.bpdai_menu li a {
	padding: 10px;
	font-size: 1rem;
}

}