/*main*/
ul {
	padding: 0;
}
a:hover {
	opacity: .8;
}
.indent1 p {
	text-indent: -1rem;
	padding-left: 1rem;
}
.primary {
	padding-top: 2rem;
    background-image: url("/entry/shareholder/images/bg.png"),linear-gradient(to bottom, #fea4a4, #fbc5bc);
    background-size: contain;
}
.mainimage {
	padding: 3rem 5rem;
  background-color: #fff;
  border-radius: 3rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 7px 7px 1px 1px #da8887;
}
.mainimage p {
	text-align: center;
    display: inline-block;
}
.indent1 li {
	padding-left: 1rem;
	text-indent: -1rem;
}
/*END===main*/
/*service*/
.service {
	text-align: center;
    margin-bottom: 3rem;
}
.service h3 {
    text-align: center;
    display: inline-block;
}
.service h3 img {
	text-align: center;
}
.service_inner {
    background-color: #fff;
    max-width: 800px;
    margin: 12rem auto 3rem;
    padding: 4rem;
    border-radius: 30px;
    border: 3px solid #eb8e20;
    position: relative;
}
.service .service_inner img {
    margin: auto;
}
.service .contents {
  background-color: #fff;
  border-radius: 15px;
}
.ac_title {
    text-align: center;
}
.ac_title {
  cursor: pointer;
}
.ac_title h3 {
  margin-bottom: 1rem;
  position: relative;
}
.ac_title h3::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 3rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: -8.5rem;
}
.ac_title h3::after {
  content: "";
  position: absolute;
  top: 7%;
  right: 4.3rem;
  width: 10px;
  height: 10px;
  border-top: 4px solid #023894;
  border-right: 4px solid #023894;
  transform: rotate(135deg);
  transition: .2s;
}
.ac_title.active h3::after {
  content: "";
  position: absolute;
  top: 8%;
  transform: rotate(-45deg);
  transition: .2s;
}
.ac_title.active p {
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  border-bottom: dotted 2px #0c467f;
}
.ac_bottom {
  display: none;
    padding: 2rem 2rem;
        border-top: 2px solid #023894;
    max-width: 700px;
    margin: auto;

}
.ac_bottom .btn a {
  display: block;
  background-color: #023894;
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin: 2rem auto 0;
  padding: 1rem;
  font-size: 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: .5rem .5rem 0 #033283;
}
.ac_bottom .btn a::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 1.3rem;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.accordion {
  background-color: #f1f1f1;
  border: 1px solid #cacaca;
  border-radius: 5px;
}
.accordion_title {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
    position: relative;
}
.notion {
    max-width: 800px;
    margin: auto;
}
.prize {
    margin-top: 2rem;
}
.point_area {
    background-color: #fff;
}
.bnr_flex {
    padding: 2rem 0 0;
}
.note_list {
    padding-bottom: 2rem;
}
/*END===service*/
.inner {
  max-width: 800px;
  margin: 3rem auto;
  zoom: 1;
background-color: #fff;
border-radius: 30px;
    padding: 2rem 1rem;
  box-shadow: 7px 7px 1px 1px #da8887;
}
.bnr_area {
  margin: auto;
    text-align: center;
}
.btn_area {
  max-width: 500px;
  margin: 3rem auto;
}
    .point .bnr_area p {
        display: inline-block;
        text-align: center;
    }

.notion {
    padding-bottom: 3rem;
}
.caution {
    margin-top: -2rem;
    font-size: 1.8rem;
    color: #47372c;
}
.accordion_inner {
  padding: 1.5rem 4.5rem 1.5rem;
  border-radius: 5px;
}
.fz2 {
    font-size: 2rem;
}
div.attentionArea {
  border-radius: 30px;
  margin: 4.5rem auto;
  padding: 20px 6rem;
  max-width: 984px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
    border: 3px solid #47372c;
}
.cp_code ul {
  padding-left: 0;
}
.li-detail li {
  list-style: none;
  padding-left: 1.2em;
  position: relative;
  white-space: normal; 
    font-weight: normal;
}

.li-detail li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.iframebox iframe {
  display: block;
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 730px;
  max-width: 100%;
}
 .spOnly {
    display: none;
  }
.pcOnly {
    display: block
}
.accordion_title::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 4.3rem;
    width: 10px;
    height: 10px;
    border-top: 4px solid #ce4471;
    border-right: 4px solid #ce4471;
    transform: rotate(135deg);
    transition: .2s;
}
.accordion_title.active::after {
  content: "";
  position: absolute;
  top: 32%;
  transform: rotate(-45deg);
  transition: .2s;
}
.accordion dd {
    display: none;
}
.accordion dd.active {
    display: block;
}

/*sp*/
@media screen and (max-width:1600px) {
}
@media screen and (max-width:659px) {
 .spOnly {
    display: block;
  }
.pcOnly {
    display: none;
}
.primary {
    padding-top: 1rem;
}
	.mainimage p {
		margin: 0 1rem;
	}
	.accordion {
		margin: 2rem 0;
	}
  .condition_contents .detail_text {
  font-size: 1.1rem;
}
    .inner {
  width: 100%;
border-radius: 15px;
    padding: 1rem 1rem;
        box-shadow: 4px 4px 1px 1px #da8887;
}
    .point {
        margin: 1rem;
    }
    .point p {
        display: inline-block;
        text-align: center;
    }
    .service {
        margin: 3rem 1rem;
    }
.service_inner {
    width: 100%;
    margin: auto;
    padding: 2rem 0;
    border-radius: 15px;
}
.service h3 {
    padding-bottom: 1rem;
    top: 1rem;
    max-width: 90%;
}
  div.attentionArea {
  border-radius: 15px;
  margin: 10px auto;
  font-size: 14px;
      padding: 2rem;
}
   .bnr_area div {
    margin: 0 auto 0;
    max-width: 75%;
  }
.caution {
    margin-top: -2rem;
    font-size: 1.4rem;
}
    .notion {
        margin: 1rem 1rem 0;
    }
    .notion h4 {
        margin-top: 1rem;
    }
    .mainimage {
	padding: 1rem 2rem;
  border-radius: 1.5rem;
  margin: 0 auto;
  box-shadow: 4px 4px 1px 1px #da8887;
}
    .mv_area {
        margin: 1rem 1rem 3rem;
        
    }
    .ac_title h3::before {
content: none;
    }
.ac_title h3::after {
  top: 5%;
  right:3.75rem;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.ac_title.active h3::after {
  top: 6%;
}
.ac_title.active p {
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  border-bottom: dotted 2px #0c467f;
}
    .ac_bottom {
    padding: 1rem 0;
        border-top: 2px solid #023894;
        max-width: 90%;

}
.accordion_inner {
  padding: 1rem;
  border-radius: 5px;
}
    .ac_bottom .btn a {
        font-size: 1.6rem;
        padding: 0.5rem;
    }
}
/*END===sp*/
