@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}
* + html .clearfix {
    zoom: 1;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
.print {
    display: none !important;
}
.noLink {
    color: #ccc !important;
    cursor: default;
    pointer-events: none;
}
.noClick {
    cursor: default;
    pointer-events: none;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../img/diagnosis/page_title_img01.jpg") no-repeat center center;
    background-size: cover;
}
.pageTitle h2 span {
    padding: 8px 15px;
    display: block;
    color: #3c2b5b;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    background-color: #FFF;
}
@media screen and (max-width: 767px) {
    .pageTitle {
        margin-bottom: 28px;
        height: 164px;
    }
    .pageTitle h2 span {
        padding: 5px 10px;
        font-size: 1.8rem;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 980px;
}
@media screen and (max-width: 767px) {
    .content {
        margin: 0 30px;
        width: auto;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 35px;
    text-align: center;
    color: #3c2b5b;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 20px;
        font-size: 2.3rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 48px;
    color: #3c2b5b;
    font-weight: normal;
	font-size: 4.8rem;
    text-align: center;
}
.headLine02 .info {
    margin-top: 5px;
    display: block;
    font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
    .headLine02 {
        margin: 0 -15px 22px;
        font-size: 2.3rem;
    }
    .headLine02 .info {
        margin-top: 5px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 370px) {
    .headLine02 {
        font-size: 2.2rem;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 60px;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 2.3rem;
}
.headLine03 .info {
    padding: 1px 0;
    display: inline-block;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
@media screen and (max-width: 767px) {
    .headLine03 {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    .headLine03 .info {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 30px;
    color: #3b2b5b;
    font-weight: normal;
    font-size: 2.3rem;
    border-bottom: 3px solid #3b2b5b;
    padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .headLine04 {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	comConsultation
------------------------------------------------------------*/
.comConsultation {
    padding: 32px 0 51px;
    background-color: #F4F2E6;
}
.comConsultation h3 {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 3.1rem;
    font-weight: normal;
}
.comConsultation ul {
    margin: 0 0 15px -7px;
    display: flex;
    justify-content: center;
    position: relative;
}
.comConsultation li {
    width: 480px;
    position: relative;
}
.comConsultation li:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
    background-color: #96001E;
    content: '';
}
.comConsultation li:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    content: '';
}
.comConsultation li a {
    padding: 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    color: #231815;
    border: 1px solid #96001E;
    background: #FFF;
    background: url("../../img/common/icon09.png") no-repeat 30px center;
}
.comConsultation li:nth-child(2) a {
    border-left: none;
}
.comConsultation li a:hover {
    opacity: 0.7;
}
/* .comConsultation li .mark {
    margin: -29px 0 16px;
}
.comConsultation li .mark img {
    width: 91px;
} */
.comConsultation li .txt {
    font-size: 3rem;
    font-weight: normal;
    background: url("../../img/common/icon10.png") no-repeat right center;
}
.comConsultation li .tel {
    font-size: 4.6rem;
    font-weight: normal;
    line-height: 1;
}
.comConsultation li .sml {
    margin-top: 1px;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .comConsultation {
        margin-top: 45px;
        padding: 20px 0;
    }
    .comConsultation h3 {
        margin-bottom: 48px;
        font-size: 1.7rem;
    }
    .comConsultation ul {
        margin: 0 auto;
        width: 100%;
        /* max-width: 319px;
        display: block; */
    }
    .comConsultation li {
        margin-bottom: 38px;
        width: 100%;
    }
    .comConsultation li:before {
        left: 5px;
        top: 5px;
        border-radius: 2px;
    }
    .comConsultation li:after {
        /* display: none; */
    }
    .comConsultation li a {
        padding: 20px;
        border-radius: 2px;
        background: url("../../img/common/icon09.png") no-repeat 20px center;
        background-size: 50px auto;
    }
    .comConsultation li:nth-child(2) a {
        /* border-left: 1px solid #96001E; */
    }
    /* .comConsultation li .mark {
        margin: -26px 0 8px;
    }
    .comConsultation li .mark img {
        width: 61px;
    } */
    .comConsultation li .txt {
        /* padding-bottom: 31px; */
        font-size: 2.05rem;
        background: url("../../img/common/icon10.png") no-repeat right center;
        background-size: 10px auto;
    }
    .comConsultation li:nth-child(2) .mark {
        margin: -20px 0 11px;
    }
    .comConsultation li .tel {
        font-size: 3.05rem;
    }
    .comConsultation li .sml {
        margin-top: 3px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	comConsultation2
------------------------------------------------------------*/
.comConsultation2 {
    padding: 12px 0 81px;
    background-color: #FFFFFF;
}
.comConsultation2 h3 {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 3.1rem;
    font-weight: normal;
}
.comConsultation2 ul {
    margin: 0 0 15px -7px;
    display: flex;
    justify-content: center;
    position: relative;
}
.comConsultation2 li {
    width: 480px;
    position: relative;
}
.comConsultation2 li:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
    background-color: #F08300;
    content: '';
}
.comConsultation2 li:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    content: '';
}
.comConsultation2 li a {
    padding: 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    color: #231815;
    border: 1px solid #F08300;
    background: #FFF;
    background: url("../../img/common/icon09.png") no-repeat 30px center;
}
.comConsultation2 li:nth-child(2) a {
    border-left: none;
}
.comConsultation2 li a:hover {
    opacity: 0.7;
}
/* .comConsultation li .mark {
    margin: -29px 0 16px;
}
.comConsultation li .mark img {
    width: 91px;
} */
.comConsultation2 li .txt {
    font-size: 3rem;
    font-weight: normal;
    background: url("../../img/common/icon10.png") no-repeat right center;
}
.comConsultation2 li .tel {
    font-size: 4.6rem;
    font-weight: normal;
    line-height: 1;
}
.comConsultation2 li .sml {
    margin-top: 1px;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .comConsultation2 {
        margin-top: 45px;
        padding: 20px 0;
    }
    .comConsultation2 h3 {
        margin-bottom: 48px;
        font-size: 1.7rem;
    }
    .comConsultation2 ul {
        margin: 0 auto;
        width: 100%;
        /* max-width: 319px;
        display: block; */
    }
    .comConsultation2 li {
        margin-bottom: 38px;
        width: 100%;
    }
    .comConsultation2 li:before {
        left: 5px;
        top: 5px;
        border-radius: 2px;
    }
    .comConsultation2 li:after {
        /* display: none; */
    }
    .comConsultation2 li a {
        padding: 20px;
        border-radius: 2px;
        background: url("../../img/common/icon09.png") no-repeat 20px center;
        background-size: 50px auto;
    }
    .comConsultation2 li:nth-child(2) a {
        /* border-left: 1px solid #96001E; */
    }
    /* .comConsultation li .mark {
        margin: -26px 0 8px;
    }
    .comConsultation li .mark img {
        width: 61px;
    } */
    .comConsultation2 li .txt {
        /* padding-bottom: 31px; */
        font-size: 2.05rem;
        background: url("../../img/common/icon10.png") no-repeat right center;
        background-size: 10px auto;
    }
    .comConsultation2 li:nth-child(2) .mark {
        margin: -20px 0 11px;
    }
    .comConsultation2 li .tel {
        font-size: 3.05rem;
    }
    .comConsultation2 li .sml {
        margin-top: 3px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	comBannerBox
------------------------------------------------------------*/
.comBannerBox {
    padding: 64px 0 79px;
}
.comBannerBox .bannerList {
    position: relative;
}
.comBannerBox .bannerList li {
    margin: 0;
    width: 306px;
    vertical-align: top;
}
.comBannerBox .slick-slide {
    margin: 0 10px;
}
.comBannerBox .bannerList li a {
    display: block;
    border: 1px solid #6F6F6F;
}
.comBannerBox .bannerList li a:hover {
    opacity: 0.7;
}
.comBannerBox .slick-prev, .comBannerBox .slick-next {
    margin-top: -8px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.comBannerBox .slick-prev {
    left: -46px;
    background: url("../../img/common/prev01.png") no-repeat;
    background-size: 27px 27px;
    z-index: 100;
}
.comBannerBox .slick-next {
    right: -46px;
    background: url("../../img/common/next01.png") no-repeat;
    background-size: 27px 27px;
    z-index: 1000;
}
.comBannerBox .slick-dots {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -54px;
}
.comBannerBox .slick-dots li {
    margin: 0 7px;
    display: inline-block;
    width: 7px;
    height: 7px;
    float: none;
    border-radius: 50%;
    background-color: #e4e4e4;
    cursor: pointer;
}
.comBannerBox .slick-dots li button {
    display: none;
}
.comBannerBox .slick-dots li.slick-active {
    background-color: #000;
}
@media screen and (max-width: 767px) {
    .comBannerBox {
        padding: 35px 0;
    }
    .comBannerBox .content {
        margin: 0 35px;
    }
    .comBannerBox .bannerList li {
        margin: 0;
        width: 100%;
    }
    .comBannerBox .slick-slide {
        margin: 0;
    }
    .comBannerBox .bannerList li a {
        width: 92%;
        margin: 0 3%;
    }
    .comBannerBox .slick-prev, .comBannerBox .slick-next {
        margin-top: -8px;
        width: 16px;
        height: 16px;
    }
    .comBannerBox .slick-prev {
        left: -26px;
        background-size: 16px auto;
    }
    .comBannerBox .slick-next {
        right: -26px;
        background-size: 16px auto;
    }
    .comBannerBox .slick-dots {
        bottom: -27px;
    }
    .comBannerBox .slick-dots li {
        margin: 0 7px;
        width: 7px;
        height: 7px;
    }
}
/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex.left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.flex.center {
    justify-content: center;
    -webkit-justify-content: center;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    text-align: center;
}
.comLink a {
    padding: 3px;
    display: inline-block;
    vertical-align: top;
    background-color: #F08300;
}
.comLink img {
    width: 274px;
}
.comLink a:hover {
    background-color: #A4A4A4;
}
@media screen and (max-width: 767px) {
    .comLink a {
        padding: 2px;
    }
    .comLink img {
        width: 184px;
    }
    .comLink a:hover {
        background-color: #F08300;
    }
}
/*------------------------------------------------------------
	comCaseList
------------------------------------------------------------*/
.comCaseList {
    margin: -20px 0 0;
    overflow: hidden;
}
.comCaseList li a {
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
}
.comCaseList li a:hover {
    opacity: 0.7;
}
.comCaseList li {
    width: 306px;
    margin: 20px 20px 0 0;
    background-color: #F6F6F2;
}
.comCaseList li:nth-child(3n) {
    margin-right: 0;
}
.comCaseList li .new {
	padding: 0 9px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 30px;
    background: #96001E;
    z-index: 1;
    font-family: 'Noto Serif JP';
}
.comCaseList li .pho {
    display: block;
    position: relative;
}
.comCaseList li .pho .txtSpan {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.comCaseList li .pho .txtSpan .info {
    color: #fff;
    padding: 6px 0;
    min-width: 71px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #3c2b5b;
}
.comCaseList li .txtBox {
    padding: 10px 30px 34px 35px;
    display: block;
}
.comCaseList li .txtBox .ttl {
    margin-bottom: 6px;
    font-size: 1.8rem;
    display: block;
}
.comCaseList li .txtBox .ttl .num {
    display: inline-block;
    margin-left: 3px;
    font-size: 4rem;
    color: #3c2b5b;
}
.comCaseList li .txtBox .ttl .info {
	margin-left: 17px;
    color: #fff;
    padding: 7px 9px 8px;
    min-width: 98px;
    display: inline-table;
    vertical-align: 11px;
    font-size: 1.45rem;
	letter-spacing: 0.08em;
    font-weight: 500;
	text-align: center;
    background-color: #3c2b5b;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
}
.comCaseList li .txtBox .ttl .info01 {
	padding-left: 15px;
	padding-right: 15px;
}
.comCaseList li .txtBox .ttl .info span {
	display: table-cell;
	text-align: justify;
	text-align-last: justify;
}
.comCaseList li .txtBox .txt {
    margin: 0 -20px 0 0 !important;
    display: block;
    line-height: 1.65 !important;
	text-align: left !important;
}
.comCaseList .noClick {
    position: relative;
}
.comCaseList .noClick:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background: rgba(204,204,204,0.7);
    content: '';
}
.comCaseList .noClick:after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25%;
    text-align: center;
    color: #FFF;
    z-index: 102;
    content: 'coming soon';
}
@media screen and (max-width: 767px) {
    .comCaseList {
        margin: -35px 0 0;
    }
    .comCaseList li a {
        overflow: hidden;
    }
    .comCaseList li {
        width: 100%;
        margin: 35px 0 0 0;
    }
    .comCaseList li .pho img {
        width: 100%;
    }
    .comCaseList li .pho .txtSpan {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 100;
    }
    .comCaseList li .pho .txtSpan .info {
        padding: 5px;
        min-width: 74px;
        box-sizing: border-box;
        font-size: 1.3rem;
    }
    .comCaseList li .txtBox {
        padding: 16px 35px 51px 28px;
    }
    .comCaseList li .txtBox .ttl {
        margin-bottom: 11px;
        font-size: 1.7rem;
    }
    .comCaseList li .txtBox .ttl .num {
        margin-left: 3px;
        font-size: 3.7rem;
    }
    .comCaseList li .txtBox .ttl .info {
        padding: 5px 8px;
        min-width: 90px;
        box-sizing: border-box;
        font-size: 1.3rem;
    }
	.comCaseList li .txtBox .ttl .info01 {
		padding-left: 15px;
		padding-right: 15px;
	}
    .comCaseList li .txtBox .txt {
        margin: 0 !important;
        font-size: 1.55rem;
        line-height: 1.94 !important;
    }
}
@media screen and (max-width: 370px) {
    .comCaseList li .txtBox {
        padding: 6px 20px 51px;
    }
}
@media screen and (max-width: 350px) {
    .comCaseList li .txtBox {
        padding: 6px 10px 51px;
    }
}
/*------------------------------------------------------------
	comCase
------------------------------------------------------------*/
.comCase {
    margin-bottom: 105px;
}
.comCase .headLine03 {
    margin-bottom: 56px !important;
}
.comCase .headLine03 .info {
    border-color: #000;
    color: #000;
}
.comCase .comCaseList {
    margin: 0 -10px 67px;
    overflow: inherit;
}
.comCase .comCaseList li {
    margin: 0;
    vertical-align: top;
}
.comCase .slick-slide {
    margin: 0 10px;
}
.comCase .slick-prev, .comCase .slick-next {
    margin-top: -34px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.comCase .slick-prev:hover, .comCase .slick-next:hover {
    opacity: 0.7;
}
.comCase .slick-prev {
    left: -35px;
    background: url("../../img/common/prev02.png") no-repeat;
    background-size: 27px 27px;
    z-index: 100;
}
.comCase .slick-next {
    right: -35px;
    background: url("../../img/common/next02.png") no-repeat;
    background-size: 27px 27px;
    z-index: 100;
}
.comCase .slick-dots {
    text-align: center;
    margin-top: 31px;
    display: block;
    width: 100%;
}
.comCase .slick-dots li {
    margin: 0 6px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e4e4e4;
}
.comCase .slick-dots li button {
    display: none;
}
.comCase .slick-dots li.slick-active {
    background-color: #000;
}
@media screen and (max-width: 767px) {
    .comCase .headLine03 {
        margin-bottom: 30px !important;
        font-size: 1.8rem;
    }
    .comCase .content {
        margin: 0 15px;
    }
    .comCase .comCaseList {
        margin: 0 15px 22px;
    }
    .comCase .comCaseList li {
        margin: 0;
        background-color: #F6F6F2;
    }
    .comCase .slick-slide {
        margin: 0;
    }
    .comCase .comCaseList li .txtBox {
        padding: 19px 20px 19px 28px;
    }
    .comCase .slick-prev, .comCase .slick-next {
        margin-top: -8px;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 65%;
        display: block;
        width: 16px;
        height: 16px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }
    .comCase .slick-prev {
        left: -20px;
        background-size: 16px 16px;
    }
    .comCase .slick-next {
        right: -20px;
        background-size: 16px 16px;
    }
    .comCase .slick-dots {
        margin-top: 30px;
    }
    .comCase .slick-dots li {
        margin: 0 7px;
        width: 7px;
        height: 7px;
    }
}
@media screen and (max-width: 374px) {
    .comCase .comCaseList li .txtBox {
        padding: 19px 20px 19px 25px;
    }
}
@media screen and (max-width: 359px) {
    .comCase .comCaseList li .txtBox {
        padding: 19px 10px 19px 15px;
    }
    .comCase .comCaseList li .txtBox .txt {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
    margin-top: -75px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comImgList li {
    margin: 75px 54px 0 0;
    width: 286px;
    opacity: 0;
}
.comImgList li:nth-child(3n) {
    margin-right: 0;
}
.comImgList li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.comImgList li .pho {
    margin: 0 auto 10px;
    text-align: center;
}
.comImgList li .pho img {
    height: 94px;
}
.comImgList li .ttl {
    margin-bottom: 15px;
    min-height: inherit;
    color: #3c2b5b;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
.comImgList li p {
    margin-bottom: 18px;
    min-height: 78px;
    font-size: 1.3rem;
    text-align: justify;
    line-height: 2;
}
.comImgList li:nth-child(4) .pho img, .comImgList li:nth-child(5) .pho img, .comImgList li:nth-child(6) .pho img {
    height: 104px;
}
.comImgList li .comBtn {
    padding: 4px;
    background-color: #F08300;
}
.comImgList li a:hover .comBtn {
    background-color: #A4A4A4;
}
.comImgList li .comingsoon {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .comImgList {
        margin-top: -23px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .comImgList li {
        margin: 23px 0 0;
        width: 44%;
    }
    .comImgList li .pho {
        text-align: center;
    }
    .comImgList li .pho img {
        width: 64.5%;
        height: auto;
    }
    .comImgList li p {
        display: none;
    }
    .comImgList li .ttl {
        margin: 0;
        display: block;
        font-size: 1.4rem;
    }
    .comImgList li:nth-child(4) .pho img, .comImgList li:nth-child(5) .pho img, .comImgList li:nth-child(6) .pho img {
        height: auto;
    }
    .comImgList li .comBtn {
        display: none;
    }
}
/*------------------------------------------------------------
	animation
------------------------------------------------------------*/
.fadeIn, .fadeInDown, .fadeInLeft, .fadeInRight, .fadeInUp {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn.on {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown.on {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft.on {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight.on {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    opacity: 0;
}
.fadeInUp.on {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* 印刷 */
@media print {
    .comImgList {
        margin-top: 0;
    }
    .ie .comImgList {
        display: -webkit-block !important;
        display: block !important;
        overflow: hidden;
        zoom: 1;
    }
    .ie .comImgList li {
        float: left;
    }
    .ie .comImgList li .pho {
        display: block !important;
    }
    .ie .comImgList li .pho img.pc {
        margin: 0 auto;
        display: block !important;
    }
    .fadeIn, .fadeInDown, .fadeInLeft, .fadeInRight, .fadeInUp {
        opacity: 1 !important;
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0;
        animation-duration: 0;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}