@charset "UTF-8";
.wrapper{
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	max-width: 750px;
	margin:auto;
	background: url("/health/exercise/health-app/premium/assets/img/bg.png") repeat-y; 
	background-size: cover;
}

.wrapper.fun{
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	max-width: 750px;
	margin:auto;
	background: url("/health/exercise/health-app/premium/assets/img/fun_bg.png") repeat-y; 
	background-size: cover;
}

main{
	overflow:hidden;
	flex: 1;
}

#health-app-menu *,
#health-app-menu:after,
#health-app-menu:before,
#health-app-fun *,
#health-app-fun:after,
#health-app-fun:before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#health-app-menu ul,
#health-app-fun ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#health-app-menu ol,
#health-app-fun ol{
	list-style-type: none;
}

.wrap {
	margin: 0 auto;
	padding: 0 15px;
}

.menubox{
	display: flex;
	flex-wrap: wrap;
}

.menubox li{
	width:50%;
}

.menubox li:nth-of-type(3){
	width:100%;
}

#health-app-fun h1{
	padding-top:23%;
}

#health-app-fun h1 span{
	position:relative;
	line-height:2em;
	text-indent:2em;
}

#health-app-fun h1 span::before{
	position:absolute;
	left:-2em;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(/health/exercise/health-app/premium/assets/img/fun_hoshi1.png) no-repeat;
	background-size:contain;
}

#health-app-fun h1 span::after{
	position:absolute;
	right:-2em;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(/health/exercise/health-app/premium/assets/img/fun_hoshi2.png) no-repeat;
	background-size:contain;
}

.area{
	border-radius: 1em;
	background: #fffacd;
	padding:1em;
	margin:1em;
}

/*2304_かんぽ生命メニューリニューアル追加*/
.loginback{
	display: flex;
	flex-flow: column;
	max-width: 750px;
	margin:auto;
	background: url("/health/exercise/health-app/premium/assets/img/login_bg.png") no-repeat; 
	background-color: #c0e2ad;
	background-size: contain;
	margin-bottom: 0;
}

.firstlogin{
	display: flex;
	flex-flow: column;
	max-width: 750px;
	margin:auto;
  padding: 50px 15px;
	background-color: #e2eff1;
	background-size: contain;
}

.loginmethod{
	display: flex;
	flex-flow: column;
	max-width: 750px;
	margin:auto;
  padding: 50px 15px;
	background-color: #fbf9d4;
	background-size: contain;
}

.wh-back{
	background-color: #fff;
}

.boxorder{
	padding: 30px 15px;
	counter-reset: li;
}

ol.boxorder li:before{
	counter-increment: li;
	content: counter(li) "";
	border: 1px solid #003288;
	color: #003288 !important;
	position: absolute;
	padding: 5px 10px;
  font-weight: 700;
}

.boxorder2{
	padding: 30px 15px;
	counter-reset: li;
}

ol.boxorder2 li:before{
	counter-increment: li;
	content: counter(li) "";
	border: 1px solid #f38200;
	color: #f38200 !important;
	position: absolute;
	padding: 5px 10px;
  font-weight: 700;
}

.circleorder{
	counter-reset: li;
  padding: 0 15px;
}

ol.circleorder li {
  padding-left: 30px
}
ol.circleorder li:before{
	counter-increment: li;
	content: counter(li) "";
	background: #E60012; 
	color: #ffffff;
	border-radius: 50%;
	display: block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	text-align: center;
	position: absolute;
	margin-left: -30px;
	padding: 2px
}
.btnArea {
  padding: 0 15px;
}

.borderline{
	border-bottom: 1px solid #ddd;
  margin: 30px 0
}

.headline h1{
	color: #fff !important;
	background-color: #009;
	padding: 15px 10px;
	margin-bottom: 0;
	font-size: 18px;
  text-align: center;
}
.headline h3{
	color: #fff !important;
	background-color: #009;
	padding: 20px 10px;
	margin-bottom: 0;
	font-size: 18px;
  text-align: center;
}

.area-w{
	border-radius: 1em;
	background: rgba(255, 255, 255, 0.7);
	padding: 15px;
	margin: 20px 15px 20px;
}

.halfbox{
	display: flex;
  align-items: center;
}

.area-halfl{
	width: 50%;
	border-radius: 1em;
	background: rgba(255, 255, 255, 0.7);
	padding:1em;
	margin: 0 5px 0 15px;
}

.area-halfr{
	width: 50%;
	border-radius: 1em;
	background: rgba(255, 255, 255, 0.7);
	padding:1em;
	margin: 0 15px 0 5px;
}

.mypage-screen{
	width: 65%;
}

.menubox {
	gap: 0 10px;
  margin-top: 10px !important;
}
.menubox li {
  flex-grow: 1;
  width: calc(50% - 10px);
}

.secBtn {
	display: flex;
    align-items: center;
    justify-content: center;
	color: #fff !important;
	background: #f08221;
	border-radius: 10px;
	text-align: center;
	line-height: 1.3;
	padding: 20px 25px 20px 10px;
	text-decoration: none !important;
	font-weight: 700;
	box-shadow: 0 5px 0 0 #b06128;
	position: relative;
	cursor: pointer;
}
.secBtn:visited {
	color: #fff !important;
}
.secBtn:hover {
	opacity: 0.6;
	color: #fff !important;
	text-decoration: none!important;
}
.secBtn .intext {
	margin-bottom: 0;
	font-weight: 700;
}
@media (max-width: 767px) {
	.secBtn {
		padding: 1em 1em 1em 1em;
	}
}

.wb-Btn {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	color: #0A5BA6 !important;
	background: #ffffff;
	border: 2px solid #0A5BA6;
	border-radius: 10px;
	text-align: center;
	line-height: 1.3;
	padding: 20px 25px 20px 10px;
	text-decoration: none !important;
	font-weight: 700;
	box-shadow: 0 5px 0 0 #0A5BA6;
	position: relative;
	cursor: pointer;
  }
  .wb-Btn:visited {
	color: #0A5BA6 !important;
  }
  .wb-Btn:hover {
	opacity: 0.6;
	text-decoration: none!important;
  }

.icon-r {
	position: absolute;
	right: 0em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	margin-right: .25em;
	width: 7px;
	height: 13px;
	flex-basis: auto;
	background-image: url(/health/exercise/health-app/premium/assets/img/navi_right.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.icon-r.white {
	background-image: url(/health/exercise/health-app/premium/assets/img/navi_right_white.png);
}

.icon-d {
	position: absolute;
	right: .25em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	margin-right: 0;
	width: 13px;
	height: 7px;
	flex-basis: auto;
	background-image: url(/health/exercise/health-app/premium/assets/img/navi_down.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.icon-o {
	position: absolute;
	right: 0em;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	margin-right: .25em;
	width: 15px;
	height: 15px;
	flex-basis: auto;
	background-image: url(/health/exercise/health-app/premium/assets/img/navi_new.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}