@charset "utf-8";
.txt_grn {
    color: #008c89;
}
header h1 span {
    vertical-align: bottom;
}
#mv {
    position: relative;
}
#mv .txt {
    position: absolute;
    background: rgba(255,255,255,0.40);
    padding: 4%;
    right: 0;
    bottom: 5%;
    box-sizing: border-box;
    width: 49%;
    text-align: right;
}
.line_b_r, .line_b_c, .line_b_c2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.line_b_r::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 80px;
    right: 0;
    bottom: 0;
    background: #000;
}
.line_b_c::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 80px;
    right: calc( 50% - 40px );
    bottom: 0;
    background: #000;
}
.line_b_c2::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 80px;
    right: calc( 50% - 40px );
    bottom: 0;
    background: #fff;
}
.line_t_l {
    position: relative;
    padding-top: 30px;
}
.line_t_l::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 80px;
    left: 0;
    top: 0;
    background: #000;
}
.btn_red a, .btn_blk a {
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 220px;
    text-align: left;
}
.btn_red a {
    background: url("../images/list_01.png") no-repeat center right 10px #c70000;
}
.btn_blk a {
    background: url("../images/list_01.png") no-repeat center right 10px #000;
    width: 330px;
}
.bg_grn_a {
    background: #f5faf9;
}
#case {
    position: relative;
}
#case .txt {
    position: absolute;
    padding: 0 4%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 80%;
    text-align: left;
}
#info {
    background: url("../images/pic_medical_03.jpg") no-repeat right center;
    background-size: cover;
}
.bg_grn_b {
    background: #008c89;
    color: #fff;
}
#page_top {
    position: fixed;
    right: 1%;
    bottom: 2%;
    padding: 20px;
    background: #008c89;
    color: #fff;
    border: 1px solid #fff;
}
input[type=reset], input[type=button] {
    color: #fff;
    border: none;
    background: #a1a1a1;
    padding: 15px;
    width: 260px;
    text-align: center;
    cursor: pointer;
}
input[type=submit] {
    color: #008c89;
    border: none;
    background: #f5faf9;
    padding: 15px;
    width: 260px;
    text-align: center;
    cursor: pointer;
}
input[type=text], textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: none;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    opacity: 0.8;
}
input[type=submit].btn_prev {
    color: #fff;
    background: #a1a1a1;
}
.tbl2 tr > th {
    font-weight: normal;
    width: 24%;
}
.error {
    color: #ffffff;
    display: inline-block;
    background-color: #ff0000;
    padding: 10px;
    margin: 0 0 1em 0;
}
select {
    display: block;
    height: 40px;
    width: 100%;
}


@media screen and (max-width: 940px) {
#mv .txt, #case .txt {
    position: relative;
    width: 100%;
    text-align: center;
}
.line_b_r::after, .line_t_l::after {
    left: calc( 50% - 40px );
    bottom: 0;
    top: inherit;
}
.line_t_l {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.btn_blk a {
    width: 220px;
}
.bg_grn_b {
    padding-right: 4%;
    padding-left: 4%;
}
#page_top {
    padding: 10px;
}
.icon {
    margin: 0 2% 0 0;
    max-height: 20px;
}
header .txt_s {
    font-size: 1.0rem;
}
input[type=reset], input[type=button], input[type=submit] {
    margin: 1%;
}
}
