@charset "utf-8";

header#top{
  width: 100%;
  background: url('/esim/try/img/header_bg.png') center top no-repeat;
}

.header-inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.header-inner .logo {
  height: 38px;
}

section {
  padding-bottom: 40px;
}

section+section {
  padding-top: 40px;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.bg-add-dark{
  background-color: #eeeeee
}

.bg-add-white{
  background-color: #FFF
}

a.ar_link {
  background-image: url(/esim/try/img/link_icon.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left center;
  min-height: 14px;
  color: #df79a8;
  display: inline-block;
  padding-left: 16px;
  margin: 0 3px;
  text-indent: 0;
}


a.link_bl {
  color: #df79a8;
  text-decoration: underline;
  background: url(/esim/try/img/link_bl.png) left center no-repeat;
  background-size: 11px;
  padding: 0 0 0 12px;
  cursor: pointer;
}

a.in-page-link{
  background-image: url(/esim/try/img/in_link_icon.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left center;
  min-height: 14px;
  color: #df79a8;
  display: inline-block;
  padding-left: 16px;
  margin: 0 3px;
}

.bnr-area {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.bnr-area .bnr-title {
  font-size: 28px;
}
.acc-parent {
  padding: 15px 20px;
  background-color: #2b2b2b;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.acc-parent:hover {
  cursor: pointer;
  opacity: .8;
}
.acc-area {
  padding: 15px 20px;
  background-color: #FFF;
}
.acc-toggle-box {
  display: block;
  position: relative;
  border: 1px solid #FFF;
  height: 23px;
  min-height: 23px;
  width: 23px;
  min-width: 23px;
  margin-left: 10px;
}

/* 二本の横棒を作成する */
.acc-toggle-box::before{
  content: '';
  display: block;
  width: 13px;
  height:1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 20%;
}

.acc-toggle-box::after {
  display: none;
}

.close-acc .acc-toggle-box::after {
  content: '';
  display: block;
  width: 13px;
  height:1px;
  background: #FFF;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: rotate(90deg);
}

li.big-dod {
  position: relative;
}
li.big-dod:before {
  position: absolute;
  left: -14px;
  top: 0px;
  content: '●'
}
li.anno {
  position: relative;
}
li.anno:before {
  position: absolute;
  left: -16px;
  top: 0px;
  content: '※'
}
ul.ul-padding {
  padding-left: 1rem;
}