@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin: 13px 6px 18px;
    text-align: right;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin: 8px 6px 14px;
    }
    .headLine01 img {
        width: 185px;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    padding: 17px 40px 16px 10px;
    display: block;
    font-size: 2.48rem;
    color: #498a2c;
    position: relative;
    text-align: center;
    border: 1px solid #74B473;
    box-shadow: 5px 5px 0 #4B8928;
}
.comLink a:after {
	width: 31px;  
	height: 32px;
    margin-top: -16px;
    background: url("/jp/~/media/medicom/diagnosis/icon02.png") no-repeat right center;
	position: absolute;  
	top: 50%;
	right: 20px;  
	content: ""; 
}
.comLink a:hover {
    opacity: 0.7;
}
.comLink02 {
    margin: 0 auto;
    width: 416px;
}
.comLink02 a {
    padding-right: 15px;
    color: #fff;
    font-size: 2.8rem;
    background-color: #21AB38;
    box-shadow: 5px 5px 0 #008B1B;
    border-color: #21AB38;
}
.comLink02 a:after {
    background-image: url("/jp/~/media/medicom/diagnosis/icon03.png");
}


@media all and (max-width: 896px) {
    .comLink {
        max-width: 267px;
        margin: 0 auto;
    }
    .comLink a {
        padding: 12px 40px 13px 10px;
        font-size: 2.0rem;
        box-shadow: 4px 4px 0 #4B8928;
    }
    .comLink a::after {
        background-size: 26px auto;
    }
    .comLink02 a {
        padding: 10px 30px 10px 10px;
        font-size: 1.75rem;
    }
    .comLink02 a::after {
        right: 10px;
        background-size: 20px auto;
    }
}

@media all and (max-width: 374px) {
    .comLink a::after {
        right: 10px !important;
        width: 20px !important;
        background-size: 20px auto !important;
        background-position: right 0px center !important;
    }
}

.submit {
    text-align: center;
}
.submit li {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.submit li:after {
	width: 31px;  
	height: 32px;
    margin-top: -16px;
    background: url("/jp/~/media/medicom/diagnosis/icon03.png") no-repeat right center;
	position: absolute;  
	top: 50%;
	right: 20px;  
	content: ""; 
}
.submit li input {
    border: none;
    width: 450px;
    height: 77px;
    color: #fff;
    font-size: 2.8rem;
    background-color: #21AB38;
    box-shadow: 5px 5px 0 #008B1B;
    border-color: #21AB38;
    cursor: pointer;
}

@media all and (max-width: 896px) {
    .submit li {
        width: 265px;
    }
    .submit li::after {
        background-size: 22px auto;
        right: 10px;
    }
    .submit li input {
        padding-right: 26px;
        width: 265px;
        height: 48px;
        font-size: 1.75rem;
        box-shadow: 4px 4px 0 #008B1B;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        border-radius: 0;
    }
}

@media all and (min-width: 897px) {
    .submit li input:hover {
        opacity: 0.7;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 33px;
    padding-bottom: 15px;
    font-size: 3.6rem;
    color: #025eb1;
    text-align: center;
    position: relative;
}
.headLine02:after {
	width: 95px;  
	height: 3px;
    background-color: #21AB38;
	position: absolute;  
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}


@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 23px;
        padding-bottom: 9px;
        font-size: 2rem;
    }
    .headLine02::after {
        width: 52px;
        height: 2px;
    }
}


@media all and (-ms-high-contrast:none){
    .comLink a {
        padding-top: 21px;
        padding-bottom: 12px;
    }
    .comLink02 a {
        padding-top: 21px;
        padding-bottom: 12px;
    }
}
