@charset "UTF-8";

.aco_simulator .aco_head {
    margin-bottom: -10px;
}

.aco_simulator .frame.select_frame {
    padding: 10px 15px 15px;
}

.aco_simulator .frame.select_frame .select {
    margin: 2px 0 0;
    height: 90px;
}

.aco_simulator .frame.select_frame span.head {
    display: block;
    text-align: center;
    font-size: 1rem !important;
    padding-bottom: 5px;
    font-weight: bold !important;
}

.aco_simulator .frame.select_frame span.head br {
    display: none;
}

.select_frame {
    background: #fff !important;
}

.select_frame span {
    font-weight: bold;
    font-size: 1rem !important;
}

.select_frame p {
    color: #000;
}

.select_frame .select_weight {
    background: #fff5d7 !important;
    border-radius: 5px;
    color: #333;
    border: 1px solid #999 !important;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.2);
}

.select_frame .select_usage {
    background: #fff5d7 !important;
    border-radius: 5px;
    color: #333;
    border: 1px solid #999 !important;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.2);
}

.vial_desc li{
    font-weight: bold;
}

.vial_desc li:nth-child(1){
    color: #0b1247;
}

.vial_desc li:nth-child(2){
    color: #a92426;
}

.result_frame {
    background: #fff !important;
    padding-top: 10px !important;
}

.result_frame p.head {
    font-size: 1rem !important;
    line-height: 1.5;
    color: #bb110a;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.result_frame .result_aco {
    background: #fff5d7 !important;
    border: 1px solid #feab49 !important;
    border-radius: 4px;
}

.result_frame .result_aco p {
    color: #333 !important;
}

.result_frame .result_aco span {
    font-weight: bold;
    font-size: 1rem;
}

.result_frame h3 {
    background: #fd8a02 !important;
    color: #fff !important;
    font-size: 1rem !important;
    width: 180px !important;
}

.result_frame .result_vials {
    background: #fff5d7 !important;
    border: 1px solid #feab49 !important;
    border-radius: 4px;
}

.result_frame .result_vials .vial_600 strong,
.result_frame .result_vials .vial_1800 strong {
    color: #111;
    text-align: center;
    display: block;
}

.result_frame .result_vials strong span.red {
    color: #9a1e20;
}

.result_frame .result_vials strong span.blue {
    color: #0f286a !important;
}

.result_frame .result_vials .vials_blue span.vial {
    font-size: 2rem !important;
    color: #0f286a !important;
}

.result_frame .result_vials .vials_red span.vial {
    font-size: 2rem !important;
    color: #9a1e20 !important;
}

.result_frame .result_vials .vials_column {
    justify-content: space-between;
    display: flex;
    font-size: .9rem;
}

.result_frame .result_vials .vials_column > div {
    width: 48%;
    box-sizing: border-box;
}

.screening_no {
    margin-top: 10px;
    text-align: right;
    font-size: .9rem;
}











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

    .aco_simulator .frame.select_frame .select {
        margin: 0;
        height: auto;
    }

    .frame.head .select div {
        height: 90px;
    }

    .result_frame .result_aco {
        padding: 10px !important;
    }
}

.result_frame .result_vials .vial_600 strong br,
.result_frame .result_vials .vial_1800 strong br {
    display: none;
}












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

.select_frame strong {
    font-size: 1rem !important;
}

.result_frame p.head {
    font-size: 1.1rem !important;
}

.result_frame .result_vials .vial_600 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.result_frame .result_vials .vial_1800 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.result_frame .result_vials .vial_600 strong,
.result_frame .result_vials .vial_1800 strong {
    font-size: .8rem;
    line-height: 1.4;
    font-feature-settings: "palt";
}

.result_frame .result_vials .vial_600 strong br,
.result_frame .result_vials .vial_1800 strong br {
    display: block;
}

.result_frame .result_vials .vials_column > div {
    width: 49%;
}


}

select[dir='rtl'],
select[dir='rtl'] option{
	text-align:right;
}

input[type="text"][disabled] {
    background: #fff;
	border: 1px solid #ddd;
	color: #333;
	-webkit-text-fill-color: #333;
	opacity: 1;
    text-align: center;
    font-size: 2rem;
    width: 200px;
    margin: 0 10px;
    padding: 5px 0;
    font-weight: bold;
}

select {
	border: 2px solid #999;
	box-sizing: border-box;
	border-radius: 0;
	padding: 10px 25px 10px 10px;
	line-height: 100%;
    outline:none;
	font-size: .9rem;
    background: none transparent;
    vertical-align: middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: #fff url(../../../img/select_cursor.png) right center no-repeat;
	background-size: 20px;
    margin: 0 10px;
}

::-ms-expand {
	display: none;
}

.disp_pc {
    display: block;
}

.disp_sp {
    display: none;
}

ul.error {
    color: #c00;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
    display: none;
    list-style: disc;
    background-color: rgba(255,255,0,0.3);
}

ul.error li {
    margin-left: 20px;
    margin-bottom: 5px;
}

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

.disp_pc {
    display: none;
}

.disp_sp {
    display: block;
}

}

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

.frame.head {
    margin-top: 30px;
}

.frame.head .select {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.frame.head .select div {
    width: 49%;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 45px 15px 23px;
    font-size: 1rem;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame.head .select div p {
    position: absolute;
    font-size: .9rem;
    line-height: 1;
    color: #666;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 10px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

h2.chapter {
	border-bottom: 3px solid #b80000;
	margin-bottom: 20px;
	padding-bottom: 10px;
    line-height: 1;
    padding-top: 20px;
    margin-top: -20px;
    display: block;
    z-index: -1;
    position: relative;
}
@media only screen and (max-width: 1280px) {
h2.chapter {
    padding-top: 50px;
    margin-top: -50px;
}
}

@media only screen and (max-width: 980px) {
    .frame.head .select div p {
        font-size: .8rem;
    }
}

@media only screen and (max-width: 640px) {
h2.chapter {
    padding-top: 20px;
    margin-top: -20px;
}
}

.cal {
    position: relative;
    text-align: center;
    display: block;
    z-index: 1;
    margin: -10px 0 !important;
}

.cal a {
	border: none;
	background: #c52e11;
	background: linear-gradient(#c52e11 0%, #810100 100%);
	color: #fff;
	width: 290px;
	font-size: 1.1rem;
	line-height: 100%;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #db7b6d;
	box-shadow: 0 0 0 1px #810100;
	transition: .3s;
	cursor: pointer;
	margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cal a:hover {
	opacity: .8;
    text-decoration: none;
}

.cal a i {
	font-size: 1.5rem;
	vertical-align: 0rem;
	padding: 0 5px;
    line-height: 1;
}

.cal a i:first-child {
	font-size: 1.8rem;
}

.frame .result {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 15px;
    position: relative;
}

.frame .result:not(:last-child) {
    margin-bottom: 18px;
}

.frame .result h3 {
    background: #bf0d0d;
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: bolder;
    border-radius: 40px;
}

.frame .result.aco {
    padding-bottom: 15px;
}

.frame .result.aco div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    margin-top: 10px;
}

.frame .result.aco p {
    position: relative;
    text-align: center;
    color: #666;
    font-size: .9rem;
    padding-top: 10px;
}

.frame .vial_desc {
    position: absolute;
    top: 15px;
    right: 15px;
}

.frame .vial_desc ul {
    display: flex;
}

.frame .vial_desc ul li {
    line-height: 1;
    padding: 10px 0 10px 25px;
}

.frame .vial_desc ul li:not(:first-child) {
    margin-left: 30px;
}

.frame .vial_desc ul li:nth-child(1) {
    background: url("../img/vial_blue.png") no-repeat;
    background-size: 18px auto;
}

.frame .vial_desc ul li:nth-child(2) {
    background: url("../img/vial_red.png") no-repeat;
    background-size: 18px auto;
}

.frame .result .box {
    background: #fff;
    margin-top: 15px;
    padding: 10px;
	border: 1px solid #ddd;
}

.frame .result .box .vials_blue,
.frame .result .box .vials_red {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.frame .result .box .vials_blue span,
.frame .result .box .vials_red span {
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    padding-top: 10px;
}

.frame .result .box .vials_blue span.vial,
.frame .result .box .vials_red span.vial {
    width: auto;
    min-width: 60px;
    height: 105px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    text-shadow: white 2px 0px,  white -2px 0px,
    white 0px -3px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
    margin: 0 10px;
}

.frame .result .box .vials_blue span.vial {
    background: url("../img/vial_blue.png") no-repeat center;
    background-size: 50px auto;
    color: #588dba;
}

.frame .result .box .vials_red span.vial {
    background: url("../img/vial_red.png") no-repeat center;
    background-size: 50px auto;
    color: #ba5858;
}

.frame .result .box.vial_1800 > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame .result .box.vial_600 > div {
    margin-top: 20px;
}

.frame .result .box.vial_1800 > div > div span:first-child {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
}

.frame .result .box.vial_1800 .sum img {
    width: 30px;
    padding: 30px 0 0;
}

.frame p.notes {
    color: #bf0d0d;
    text-align: right;
    line-height: 1.5;
    font-size: .9rem;
}

.frame p.notes span {
    display: block;
    padding-left: .9rem;
    text-indent: -.9rem;
}

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

.frame.head .select {
    display: block;
}

.frame.head .select div {
    width: 100%;
}

.frame.head .select div:not(:first-child) {
    margin-top: 10px;
}

.frame.head .select div p {
    line-height: 1.2;
}
    input[type="text"][disabled] {
    font-size: 2rem;
    max-width: 150px;
    margin: 0 10px;
}

.frame .result h3 {
    display: block;
    line-height: 2;
    margin-bottom: -5px;
}

.frame .result.aco {
    padding-bottom: 15px;
}

.frame .result.aco div {
    padding-top: 10px;
}

.frame .result.aco p {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 15px 0 0;
}

.frame .vial_desc {
    position: relative;
    top: 5px;
    right: 0;
}

.frame .vial_desc ul {
    display: flex;
    justify-content: center;
    margin: 15px -10px 0;
}

.frame .vial_desc ul li {
    line-height: 1;
    padding: 10px 0 15px 25px;
    margin: 0 0 0;
    font-size: .8rem;
}

.frame .vial_desc ul li:not(:first-child) {
    margin-left: 10px;
}

.frame .result .box {
    padding: 15px;
}

.frame .result .box.vial_600 {
    padding-top: 15px;
}
    
.frame .result .box.vial_600 .vials_blue {
    position: relative;
    padding: 80px 0 0;
}

.frame .result .box.vial_1800 .vials_blue,
.frame .result .box.vial_1800 .vials_red {
    position: relative;
    padding: 30px 0 0;
}

.frame .result .box.vial_1800 .vials_blue span:nth-child(1),
.frame .result .box.vial_1800 .vials_red span:nth-child(1) {
    position: absolute;
    top: 0;
    margin: 10px 0 0 !important;
    line-height: 1;
}

.frame .result .vials_blue,
.frame .result .vials_red {
    flex-wrap: wrap !important;
}

.frame .result .vials_blue span.txt,
.frame .result .vials_red span.txt {
    bottom: 0;
    margin: -10px 0 0;
    line-height: 1;
    width: 100%;
    text-align: center;
    padding: 0;
}

.frame .result .box .vials_blue span.vial,
.frame .result .box .vials_red span.vial {
    min-height: 60px;
    margin: 0 2px;
}

.frame .result .box.vial_1800 > div {
    display: block;
}

.frame .result .box.vial_1800 .sum img {
    padding: 10px 0 0;
    display: block;
    margin: 0 auto;
}

.frame p.notes {
    text-align: left;
}

}

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

.frame.head .select div {
    font-size: .8rem;
}

.frame.head .select div.select_usage {
    padding: 70px 5px 25px;
}

.frame.head .select div select {
    font-size: .8rem;
    margin: 0 3px;
}

.frame strong {
    display: block;
}

.frame .vial_desc ul {
    margin: 5px 0 0;
}

.frame p.notes {
    font-size: .7rem;
    text-align: right;
    margin: -10px -10px 0;
    font-feature-settings: "palt";
}

.result_frame p.head {
    font-size: .95rem !important;
    line-height: 1.5;
}

}

