@charset "utf-8";

/* style_corona.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* mainVisual */

/* section */
#specialPage #content section + section {
    border-top: none;
}

/* heading */
#specialPage #content h1 img {
    width: 100%;
}

/* corona */
#specialPage #content .inner {
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 30px;
}
#specialPage #content h2 {
	background: #316bad;
	color: #ffffff;
    font-size: 2.6rem;
    line-height: 1;
	padding: 22px 0;
	text-align: center;
}
#specialPage #content .inner > section {
    background-color: #e9ebec;
    padding: 34px 0;
}

#specialPage #content h3 {
    font-size: 2.0rem;
    line-height: 1;
    position: relative;
    text-align: center;
}
#specialPage #content h3 span {
    background-color: #e9ebec;
    padding: 0 20px;
    position: relative;
    min-width: 220px;
    z-index: 1;
}
#specialPage #content h3:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 0.5em; left: 0;
    width: 100%;
}
#specialPage #content h4 {
	border-radius: 15px;
	color: #ffffff;
    display: table;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 32px auto 0;
    padding: 7px 44px;
	text-align: center;
}

/* list */
#specialPage #content ol {
    counter-reset: number;
    list-style: none;
    margin: 34px auto 0;
    width: 810px;
}
#specialPage #content ol li {
    background-color: #ffffff;
    border-left: 36px solid;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 10px;
    position: relative;
}
#specialPage #content ol li + li {
    margin-top: 18px;
}
#specialPage #content ol li:before {
    color: #ffffff;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    font-family: 'Avenir','Arial Black','Arial', sans-serif;
    height: 36px;
    line-height: 37px;
    position: absolute;
    top: 50%; left: -36px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
}

/* support */
#specialPage #content .support h3 {
    color: #316bad;
}
#specialPage #content .support h3:before {
    background-color: #316bad;
}
#specialPage #content .support ol li {
    border-left-color: #316bad;
}

/* customer */
#specialPage #content .customer h3 {
    color: #e62e8b;
}
#specialPage #content .customer h3:before,
#specialPage #content .customer h4 {
    background-color: #e62e8b;
}
#specialPage #content .customer ol li {
    border-left-color: #e62e8b;
}
