オリックス生命保険株式会社｜米沢牛焼肉キャンペーン
@charset "utf-8";

/* =================================================

LAYOUT

==================================================*/
.sp {
  display: block;
}
.pc {
  display: none !important;
}
html {
  color: #000;
  background-color: #fff;
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",
    Osaka, sans-serif;
  color: #292929;
  background-color: #fff;
  position: relative;
}
img {
  border: 0;
  vertical-align: bottom;
}
em {
  font-weight: bold;
}

/* for Android BugFix */
p {
  background-image: url(../img/spacer.gif);
}

/* ===== Link ===== */
a {
  outline: none;
}
a:link,
a:visited {
  color: #acc8e4;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #acc8e4;
  text-decoration: none;
}

.tel {
  color: #043264;
  width: 600px;
  margin: 10px auto 20px auto;
}

.mt5 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}

/* header================================================================== */
.head {
  /* height: 90px; */
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 13px 8px;
}
h1 {
  width: 172px;
  /* height: 60px; */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
h1 a {
  display: block;
}

#button {
  background: url(../img/sp_btn_menu.png) 0 0 no-repeat;
  height: 46px;
  width: 46px;
  cursor: pointer;
  -webkit-background-size: 100%;
  background-size: 100%;
  align-self: center;
}
.on#button {
  background-image: url(../img/sp_btn_menu.png);
}
.off#button {
  background-image: url(../img/sp_btn_menu.png);
}
.menu {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 72px;
  z-index: 100;
  /*background: rgba(0,0,0,0.9);*/
  left: 0px;
}
.menu a {
  display: block;
}
.menu a img,
#close img {
  width: 100%;
}
#close {
  cursor: pointer;
}

/* hero====================================================================== */
.hero {
  /* background-color: #000;
  position: relative;
  background-image: url(../img/bg-mv.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center top; */
}
.hero pucture{
  width: 100%;
  img{
    width: 100%;
  }
}


/* cta================================================================== */
.cta{
  background-image: url(../img/bg-cta_sp.jpg);
  background-position: top center;
  background-repeat: repeat;
  padding: 20px 0;
  .inner{
    padding: 0 20px;
  }
  .title{
    margin-bottom: 14px;
    text-align: center;
  }
  .cols_box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    .col{
      a{
        picture{
          img{}
        }
      }
      .note{
          font-size: 16px;
        }
    }
  }
  .btn{
    li + li{margin-top: 5px;}
  }
}

/* contents================================================================== */
.campaign {
}
.campaign h2.title {
  /* background-color: #678A1C; */
  background-image: url(../img/bg-mv.jpg);
  background-position: 0 center;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.campaign h2.title img {
  width: 50%;
}
.campaign .section {
  margin: 0 15px;
  width: ;
  padding: 15px 0;
}
.campaign .section + .section {
  border-top: 1px dotted #c5c5c5;
}
.campaign .section h3 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #E6A500;
}
.campaign .section p {
}
.campaign .section p + ul {
  margin-top: 10px;
}
.campaign .section ul a {
  color: #333;
}
.campaign .section ul.list {
  list-style-type: disc;
  margin-left: 20px;
}
.campaign .section ul.list li {
}
.campaign .section ul.list li + li {
  margin-top: 5px;
}
.campaign .section ul.list li li {
}
.campaign .section ul.list li ul {
  list-style-type: none;
}
.campaign .section ol.list {
  list-style-type: decimal;
  margin-left: 20px;
}
.campaign .section ol.list li {
}
.campaign .section.btn {
  border-top: none;
}
.campaign .section.btn ul {
  margin-bottom: 10px;
}
.campaign .section.btn ul li + li {
  margin-top: 5px;
}
.campaign .section.btn img {
  width: 100%;
}

.hero ul.note ,
.campaign .section ul.note,
.cta ul.note {
  margin-top: 10px;
  font-size: 80%;
  line-height: 1.3;
}
.hero ul.note li,
.campaign .section ul.note li,
.cta ul.note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  &.em{
    color: #FF000D;
  }
}
.hero ul.note li::before,
.campaign .section ul.note li::before,
.cta ul.note li::before {
  content: "※";
  margin-right: 0.5em;
}

.num{
  margin: 20px 0 0;
  font-size: 13px;
  color: #000;
  text-align: right;
}
/* seclast=================================================================== */
.secLast {
  margin: 20px 0 0;
}
.secLast_inner {
  padding: 6.25%;
}
.secLast .heading h3 img {
  width: 100%;
}
.secLast li {
  background-image: url("../img/sp_arw.png");
  background-position: left top 4px;
  background-repeat: no-repeat;
  -webkit-background-size: 10px;
  background-size: 10px;
  padding: 0 0 2% 20px;
}

.secLast a {
  color: #333;
}
/* footer==================================================================== */

#code {
  text-align: center;
  /* padding-right: 20px; */
  /* margin-bottom: 40px; */
  color: #999;
}
.foot_inner {
  text-align: center;
  background-color: #113961;
  padding: 33px 0 37px;
}
.foot_inner li {
  border-right: 1px solid #acc8e4;
  display: inline;
  padding: 0 0.5em;
  white-space: nowrap;
}
.foot_inner li:nth-of-type(2),
.foot_inner li:nth-of-type(4) {
  border-right: none;
  padding-right: 0;
}
.copyright {
  font-size: 70%;
  padding-top: 20px;
  color: #acc8e4;
}
