@charset "utf-8";

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

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

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

/* heading */
#specialPage #content h1 {
    margin: 0 -10px;
}
#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;
    margin: 0 -10px;
	padding: 22px 0;
	text-align: center;
}
#specialPage #content .inner > section {
    background-color: #e9ebec;
    padding-top: 20px;
    padding-bottom: 20px;
}

#specialPage #content h3 {
    font-size: 2.0rem;
    line-height: 1;
    margin: 0 -10px;
    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: 10px;
	color: #ffffff;
    display: table;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 20px auto 0;
    padding: 7px 14px;
    text-align: center;
}

/* list */
#specialPage #content ol {
    counter-reset: number;
    list-style: none;
    margin: 20px auto 0;
}
#specialPage #content ol li {
    background-color: #ffffff;
    border-left: 36px solid;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 10px;
    position: relative;
}
#specialPage #content ol li + li {
    margin-top: 10px;
}
#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;
}

/* heading */
/*
#specialPage #content .inner {
    padding: 0%;
}
#specialPage #content h1 {
	display:none;
}
#specialPage #content h2 {
	font-size: 2.5rem;
}
*/

/*
 support 
#specialPage #content .support{
	background:#eaedef;
	text-align:center;
	padding-bottom:5%;
}
#specialPage #content .support h2{
	background:#316bad;
	color:#ffffff;
	text-align:center;
	padding:2% 0;
}
#specialPage #content .support h3 {
  position: relative;
  display: inline-block;
  padding: 3% 25%;
  font-size:2.0rem;
  width:100%;
  text-align:center;
  color:#316bad;
}
#specialPage #content .support h3:before, #specialPage #content .support h3:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 33%;
  height: 3px;
  background-color: #316bad;
}

#specialPage #content .support h3:before {
  left:0;
}
#specialPage #content .support h3:after {
  right: 0;
}
#specialPage #content .support ol {
  counter-reset:number;
  list-style-type: none!important;
  padding:0 5%;
}
#specialPage #content .support ol li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #ffffff;
  border-left : solid 35px #316bad;
  margin-bottom: 2%;
  color:#000000;
  font-size:1.5rem;
  text-align:left;
}
#specialPage #content .support ol li:before{

  position: absolute;
  counter-increment: number;
  content: counter(number);

  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}

#specialPage #content .support h4 {
	background:#316bad;
	border-radius: 20px;
	color: #ffffff;
	text-align:center;
	display:inline-block;
	padding:0 5%;
	margin:3% auto 3%;
	font-size:1.5rem;
}
*/
