@charset "utf-8";

#oilSMS * {
  box-sizing: border-box;
}
#oilSMS {
  line-height: 1.5;
  font-size: 16px;
  color: #000000;
}
#oilSMS a {
  display: block;
}
#oilSMS img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#oilSMS .pcNone {
  display: none;
}

/* メインビジュアル */
/*#oilSMS .titleWrap {
	position: relative;
	padding: 40px 0;
	background-color: #000;
}
#oilSMS .titleWrap > figure {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 120px;
}
#oilSMS .titleBox {
	width: 1000px;
	margin: 0 auto;
}
#oilSMS .titleTxt {
	width: 665px;
	margin-left: 55px;
	padding: 40px 10px 20px;
	background-color: #ffffff;
}
#oilSMS .titleTxt h1 {
	line-height: 1.1;
	font-size: 50px;
	font-weight: bold;
}
#oilSMS .titleTxt figure {
	margin-top: 20px;
}*/

section#oilSMS div.title {
  background-color: #000;
}

section#oilSMS div.title h1 {
  margin: 0 auto;
  max-width: 1000px;
}

/* 訴求文言 */
#oilSMS .txtWrap {
  padding: 60px 0 70px;
}
#oilSMS .readTxt p {
  line-height: 1.4;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
#oilSMS .oilBtn {
  width: 750px;
  margin: 30px auto 0;
}
#oilSMS .oilBtn a {
  padding: 28px 10px;
  background-color: #003286;
  border-radius: 5px;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#oilSMS .oilBtn a:hover {
  color: #ffffff;
  background-color: #235fc7;
  text-decoration: none;
}
#oilSMS .kome {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
}
#oilSMS .kome a {
  display: inline-block;
  font-weight: bold;
  color: #003286;
  text-decoration: underline;
}
#oilSMS .kome a:hover {
  color: #ff4d00;
}

/* アプリ */
#oilSMS .headingWrap {
  padding: 20px 0 10px;
  background-color: #000;
}
#oilSMS .headingWrap p {
  display: inline-block;
  padding: 3px 50px;
  font-size: 36px;
  font-weight: bold;
  background-color: #ffffff;
}
#oilSMS .headingWrap h2 {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
}
#oilSMS .appArea {
  padding: 10px 0 30px;
  text-align: center;
}
#oilSMS .downloadContent {
  padding-bottom: 80px;
}
#oilSMS .downloadContent p {
  position: relative;
  margin-bottom: 80px;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  text-align: center;
}
#oilSMS .downloadContent p:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #000000 transparent transparent transparent;
}
#oilSMS .downloadContent ul {
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-left: 40px;
}
#oilSMS .downloadContent ul img {
  width: auto;
  height: 110px;
}
#oilSMS .downloadContent ul li:nth-of-type(n + 2) {
  margin-left: 70px;
}

/*  スマートフォン  */
@media only screen and (max-width: 767px) {
  #oilSMS .pcNone {
    display: block;
  }

  /* メインビジュアル */
  #oilSMS .titleWrap {
    position: relative;
    padding: 6% 0 8%;
    background-color: #cce6ff;
  }
  #oilSMS .titleWrap > figure {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 1%;
    margin-left: 0;
    width: 38%;
  }
  #oilSMS .titleBox {
    width: 90%;
    margin: 0 auto;
  }
  #oilSMS .titleTxt {
    width: auto;
    margin-left: 0;
    padding: 6% 0 5%;
    background-color: #ffffff;
  }
  #oilSMS .titleTxt h1 {
    line-height: 1.2;
    font-size: 7vw;
  }
  #oilSMS .titleTxt figure {
    width: 56%;
    margin: 16px auto 0;
    padding-right: 4%;
  }

  /* 訴求文言 */
  #oilSMS .txtWrap {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  #oilSMS .readTxt p {
    line-height: 1.3;
    font-size: 6.5vw;
  }
  #oilSMS .readTxt p:nth-of-type(n + 2) {
    margin-top: 4%;
  }
  #oilSMS .oilBtn {
    width: auto;
    margin: 9% auto 0;
  }
  #oilSMS .oilBtn a {
    line-height: 1.3;
    padding: 21px 10px;
    border-radius: 5px;
    font-size: 8vw;
  }
  #oilSMS .oilBtn a:hover {
    color: #ffffff;
    background-color: #235fc7;
    text-decoration: none;
  }
  #oilSMS .kome {
    margin-top: 14px;
    font-size: 5vw;
    text-align: left;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  #oilSMS .kome a {
    display: inline-block;
    font-weight: bold;
    color: #003286;
    text-decoration: underline;
    text-indent: 0;
  }
  #oilSMS .kome a:hover {
    color: #ff4d00;
  }

  /* アプリ */
  #oilSMS .headingWrap {
    padding: 16px 0;
  }
  #oilSMS .headingWrap p {
    display: inline-block;
    padding: 3px 10px;
    font-size: 6vw;
  }
  #oilSMS .headingWrap h2 {
    margin-top: 8px;
    line-height: 1.2;
    font-size: 9vw;
  }
  #oilSMS .appArea {
    padding: 10px 0 30px;
    text-align: center;
  }
  #oilSMS .downloadContent {
    padding-bottom: 80px;
  }
  #oilSMS .downloadContent p {
    position: relative;
    margin-bottom: 19%;
    font-family: 'Oswald', sans-serif;
    font-size: 11vw;
    text-align: center;
  }
  #oilSMS .downloadContent p:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 118%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #000000 transparent transparent transparent;
  }
  #oilSMS .downloadContent ul {
    display: block;
    width: 78%;
    margin: 0 auto;
    padding-left: 0;
  }
  #oilSMS .downloadContent ul img {
    width: 100%;
    height: auto;
  }
  #oilSMS .downloadContent ul li:nth-of-type(n + 2) {
    margin-top: 12%;
    margin-left: 0;
  }
}



