@charset "utf-8";

/* CSS Document */
/*　トップ　マイページ割訴求部分　*/
.box_free{
  background:#F4F6EC;
  font-size:18px;
  font-weight: bold;
  position: relative;
  padding:40px 55px;
  width: 80%;
  margin: 0 auto 30px;
}
.box_free:after{
content: "";
position: absolute;
right: 0;
bottom: -20px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: #F4F6EC transparent transparent transparent;
border-width: 20px 20px 0 20px;
}
.box_free p span{
  font-size:30px;
  color:#FF3300;
}
.box_free p.balloon{
  font-size:15px;
  color:#FFF;
  text-align: center;
  background: #FF3300;
  border-radius: 8px;
  line-height: 120%;
  padding:10px 15px;
  position:absolute;
  top:25px;
  right: 35px;
}
.box_free p.balloon:after{
content: "";
position: absolute;
left:-16px;
bottom: 20px;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: #FF3300 transparent transparent transparent;
border-width: 16px 8px 0 8px;
  transform: rotate(90deg);
}
.box_free p.balloon span{
  font-size:12px;
  color:#FFF;
}
/* マイページ登録ボタン */
.mypage_entry{
  margin-bottom:60px;
  text-align: center;
}
.mypage_entry a{
  width:500px;
  font-size:20px;
  font-weight: bold;
  line-height: 1.8;
  padding:15px 0;
  display: inline-block;
  border-radius: 50px;
  color:#FFF;
  text-decoration: none;
  background: #6FB92C;
  transition : all 0.2s ease 0s;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.mypage_entry a span{
  font-size:14px;
}
.mypage_entry a{
  position: relative;
}

.mypage_entry a::before{
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}
.mypage_entry a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background-color: #6FB92C;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.mypage_entry a:hover{
  color:#FFF;
  opacity: 0.7;
}

/* マイページの特徴（1～4） */
#main #mpabout h2{
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px;
  background: none;
  height: auto;
  line-height: 1;
  padding-left: 40px;
}
#mpabout h2:first-child{
  margin:0 0 20px;
}
#mpabout h2 span{
  font-size:30px;
  color: var(--color-sub);
}
.box_point p{
  padding:0 0 0 43px;
}

.box_point ol li{
  counter-increment: num;
  position: relative;
  margin-bottom: 40px;
}
.box_point ol li::before{
  position: absolute;
  left: 0;
  top: 2px;
  content:counter(num);
  font-size:30px;
  color:var(--color-sub);
  margin-right:20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box_point ol li ul li{
  counter-reset:num;/*入れ子番号reset*/
}
.box_point ol li ul li::before{
  content: none !important;
}
/*グループバナー*/
#box_group{
  margin-bottom:40px;
}
#box_group ul {
  width:730px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px;
  background: var(--color-info-bg);
  height:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#box_group li{
  margin-bottom: 8px;
}
#box_group li a {
height:auto;
display:block;
}
#box_group li a:hover {
opacity: 0.7;
}
#box_group li.mr0 {
margin-right:0;
}
#box_group li.mb0 {
margin-bottom:0;
}
#box_group li:nth-child(n + 4) {
  margin-top: 8px;
}

/* プライバシーマーク */
.box_pmark{
  width: 780px;
  box-sizing: border-box;
  background: var(--color-info-bg);
  padding: 30px 40px;
  margin: 0 auto 60px;
}
.box_pmark dl{
  position: relative;
}
.box_pmark dt{
  text-align: center;
  font-size:20px;
  font-weight: bold;
  margin-bottom:20px;
}
.box_pmark dt+dd{
  width:570px;
}
.box_pmark dd:last-child{
  position: absolute;
  bottom:0;
  right:0;
}

/* マイページ登録フロー */
.box_flow{
  width: 860px;
  background: var(--color-info-bg);
  margin:0 auto 60px;
  padding:0 0 20px;
}
#main #mpabout .box_flow h2{
  background: var(--color-base);
  padding:10px 0 10px 20px;
  text-align: left;
  margin-bottom:30px;
  font-size:20px;
}

.box_flow ul{
  display:flex;
  width:710px;
  justify-content: space-between;
  margin:0 auto 30px;
}
.box_flow li{
  width:150px;
  background: #FFF;
  border-radius: 5px;
  padding:25px 0 20px;
  position: relative;
}
.box_flow li::after{
  content: "";
  width: 16px;
  height: 24px;
  background-color: var(--color-sub-base);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 92px;
  right: -27px;
  z-index: 4;
}
.box_flow li > p{
  text-align: center;
  margin: 0;
}
.box_flow li p:last-child{
  margin-top:10px;
  font-size:16px;
  font-weight: bold;
}
.box_flow li:last-child::after {
content: none;
}
.box_flow li p.ddate{
  position: absolute;
  top:-45px;
  right:-48px;
}
.box_flow p{
  margin:0 0 0 20px;
}