@charset "utf-8";
/* CSS Document */
/* IE9<= */

/* habit-page ===================*/

.habit-page * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.habit-page img {
	max-width: 100%;
	height: auto;
	width:auto;
	vertical-align: middle;
}
@media screen and (max-width: 767px) { /* sp */
}

/* hover img alpha */
a img.alpha {
	transition: all 0.2s ease 0s;
}
a:hover img.alpha {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.habit-page p{
	margin:0;
	padding:0;
}

.habit-page .nowrap{
	white-space: nowrap;
}

.habit-page .indent{
	text-indent:1em;
}
.habit-page .indent05{
	text-indent:.5em;
}

.habit-page .indent-ico{
	text-indent:-1em;
	margin-left:1em;
}

.habit-page .txt-c{
	text-align:center;
}

.habit-page .txt-r{
	text-align:right;
}

.habit-page .bold{
	font-weight: bold;
}

.habit-page .mb0{
	margin-bottom:0;
}

.habit-page p.mb8px,
.habit-page div.mb8px{
	margin-bottom:8px;
}

.habit-page .mb1em{
	margin-bottom:1em;
}

.habit-page p.mb16px,
.habit-page div.mb16px{
	margin-bottom:16px;
}

.habit-page p.mb24px,
.habit-page div.mb24px{
	margin-bottom:24px;
}

.habit-page p.mb40px,
.habit-page div.mb40px{
	margin-bottom:40px;
}

.habit-page .mb4per{
	margin-bottom:4%;
}

.habit-page .ib{
	display: inline-block;
 *display: inline;
 *zoom: 1;
}

.habit-page .pc-block{
	display: block;
}

.habit-page .lh16{
	line-height: 1.6;
}

.habit-page .fs12px{
	font-size: 12px;
}

.habit-page .fs14px{
	font-size: 87.50%; /* 14px */
}

.habit-page .inner{
	width:auto;
}

.habit-page{
	background-color:#e5f1fd;
	font-size: 16px; /* default 12px to 16px */
}

@media screen and (max-width: 767px) { /* sp */
	div.habit-page{
		font-size:14px;
	}
	
	div.habit-page p{
		margin-left: 0;
		margin-right: 0;
	}
	
	div.habit-page .mb24px{
		margin-bottom:24px;
	}
	
	div.habit-page .indent-ico{
		text-indent:-1em;
		margin-left:1em;
	}
	
	div.habit-page .pc-block{
		display: inline;
	}
}

/* header */
.habit-page .header h1{
	text-align:center;
	margin:0 0 8%;
}

.habit-page .catch-box .inner > .img-box{
	text-align:center;
	margin-bottom:40px;
	padding:0 2%;
}

.habit-page .catch-box .point-ttl{
	color: #0073ee;
	margin: 0 0 16px;
	border: 5px solid #0073ee;
	font-size: 137.50%; /* 22px */
	padding: 4px 8px;
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
}

.habit-page .catch-box .ttl-blue{
	line-height: 1.4;
	position: relative;
	top:0;
	left:0;
	margin-bottom: 24px;
	overflow: hidden;
}

.habit-page .catch-box .ttl-blue .txt-box{
	float:left;
	width:64%;
}

.habit-page .catch-box div.ttl-blue { /* tiredness */
    font-size: 112.50%; /* 18px */
    color: #0073ee;
}

.habit-page .catch-box .ttl-blue .img-box{
	float:right;
	width:32%;
	text-align: center;
}

@media screen and (max-width: 767px) { /* sp */
	div.habit-page .catch-box .ttl-blue{
		overflow: hidden;
	}
	
	div.habit-page .catch-box .ttl-blue .txt-box{
		float:none;
		width:auto;
	}

	div.habit-page .catch-box .ttl-blue .img-box{
		width:50%;
		text-align: center;
	}
}

/* prof box */
.habit-page .prof-box{
	clear:both;
	border-top:4px solid #0073ee;
	border-bottom:4px solid #0073ee;
	padding: 24px 0;
	overflow: hidden;
}

.habit-page .prof-box .name-box{
	float:left;
	margin-bottom:1em;
	overflow: hidden;
}
.habit-page .prof-box .name-box .name{
	font-weight: bold;
	font-size: 112.50%; /* 18px */
}

.habit-page .prof-box .img-box{
	margin-left:1em;
	float:right;
}

.habit-page .prof-box .txt-box{
	clear:left;
}

@media screen and (max-width: 767px) { /* sp */
	div.habit-page .prof-box .name-box{
		margin: 0 0 1em;
	}
	
	div.habit-page .prof-box .name-box p{
		margin: 0 ;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.habit-page .prof-box .img-box{
		margin:0 10% 1em;
		text-align: center;
		float:none;
		clear:both;
	}
}

/* sec common */
.habit-page .sec{
	margin-bottom:64px;
}

.habit-page .sec > .inner{
	padding:0 45px;
	width:auto;
}

.habit-page .sec .mw500px{
	max-width: 500px;
	margin:0 auto;
}

@media screen and (max-width: 767px) { /* sp */
	div.habit-page .sec > .inner{
		padding:0 2%;
	}
}

.habit-page .sec .sec-catch{
	line-height: 1.6;
	font-size: 112.50%; /* 18px */
	font-weight: bold;
	margin-bottom:16px;
}

/* ttl no / question */
.habit-page .sec .h2-box{
	overflow:hidden;
	display: table;
	margin: 0 0 32px;
}
.habit-page .sec .h2-box .no{
	line-height:30px;
	color:#ffffff;
	font-size:162.50%; /* 26px */
	font-weight: bold;
	text-align: center;
	background-color: #0073ee;
	padding:8px 16px 8px 8px;
	background-image: url(../img/ico01.png);
	background-position: right;
	background-repeat: repeat-y;
	width:2.6em;
	display: table-cell;
	vertical-align: middle;
}

.habit-page .sec h2{
	line-height:30px;
	color:#231815;
	font-size:162.50%; /* 26px */
	margin: 0;
	padding:0 0 0 8px;
	display: table-cell;
	vertical-align: middle;
}

.habit-page .sec h2 span{
	color:#0073ee;
}

@media screen and (max-width: 767px) { /* sp */
	div.habit-page .sec h2{
		padding:0 0 0 8px;
	}
}

/* txt title */
.habit-page .sec .ttl-blue{
	font-size: 137.50%; /* 22px */
	color:#0073ee;
}

.habit-page .sec .ttl-blue-bold{
	font-size: 137.50%; /* 22px */
	color:#0073ee;
	font-weight: bold;
}

.habit-page .sec .marker-white{
	font-weight:bold;
	background: linear-gradient(transparent 60%, #ffffff 0%);
	background: -ms-linear-gradient(transparent 60%, #ffffff 0%);/* IE逕ｨ */
}

.habit-page .sec .ttl-triangle{
	font-size: 125.00%; /* 20px */
	font-weight: bold;
	background-image: url( '../img/ico_ttl01.png' );
  background-repeat: no-repeat;
  background-position: left center;
	padding-left:20px;
}

.habit-page .sec .color-blue{
	color:#0073ee;
}

/* common button */
.habit-page .btn-box{
	padding:4% 0;
	text-align: center;
	line-height: 1;
}

.habit-page .btn-box a.btn {
    background-image: url('../img/bg-arrow01.png');
		background-repeat:no-repeat;
    background-position: right 16px center;
    background-size: 10px;
    width: 100%;
    padding: 12px 32px 12px 20px;
    white-space: normal;
    text-align: center;
		letter-spacing:2px;
    margin: 0;
		background-color:#ff47b8;
		border-radius:26px;
		color:#ffffff;
		text-decoration:none;
		font-size:125.00%; /* 20px */
		font-weight:bold;
}

div.habit-page .btn-box a.blue {
	background-color:#0073ee;
}

div.habit-page .right-txt-note{
	text-align: right;
	font-size: 87.50%; /* 14px */
	margin-top: 16px;
	margin-bottom: 40px;
}

/* step ttl */
.habit-page .step-table{
	display: table;
	margin-bottom: 24px;
	width:100%;
}

.habit-page .step-table .step-box{
	display: table-cell;
	vertical-align: middle;
	width:15%;
}

.habit-page .step-table .txt-box{
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}
.habit-page .step-table .txt-box h2{
	font-size: 150.00%; /* 24px */
	color: #0073ee;
}

@media screen and (max-width: 414px) { /* small sp */
	div.habit-page .step-table .step-box{
		width:20%;
	}
}


/* sec5 */
.habit-page .sec5 .ttl-kw-box{
	margin-right: 50%;
	margin-bottom: 8px;
}

.habit-page .sec5 .ttl-pink{
	color:#e9538c;
	font-size: 162.50%; /* 26px */
}

.habit-page .sec5 .ttl-yellow{
	color:#ff9d00;
	font-size: 162.50%; /* 26px */
}

.habit-page .sec5 .ttl-bluegray{
	color:#52b1b8;
	font-size: 162.50%; /* 26px */
}

.habit-page .sec5 .ttl-pink *,
.habit-page .sec5 .ttl-yellow *,
.habit-page .sec5 .ttl-bluegray *{
	margin:0 0 8px;
}

/* split 2 */
.habit-page .sec5 .splitbox2{
}

.habit-page .sec5 .splitbox2 ul{
	overflow: hidden;
	position: relative;
	top:0;
	left:0;
}

.habit-page .sec5 .splitbox2 ul .left-box{
	width:46%;
	float:left;
}

.habit-page .sec5 .splitbox2 ul .right-box{
	width:46%;
	float:right;
}

@media screen and (max-width: 414px) { /* small sp */
	div.habit-page .sec5 .splitbox2 ul .left-box{
		float:none;
		width: auto;
		margin-bottom: 24px;
	}

	div.habit-page .sec5 .splitbox2 ul .right-box{
		float:none;
		width: auto;
	}
}

.habit-page .sec5 .gi-box{
	background-color: #ffffff;
	padding:16px 0;
	border-radius: 16px;
	font-size:12px;
}

.habit-page .sec5 .gi-box .table{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.habit-page .sec5 .gi-box .table .td{
	display: table-cell;
	padding: 0 16px;
}

.habit-page .sec5 .gi-box .table .td .ttl{
	color:#ff9d00;
	margin: 0 0 8px;
}

.habit-page .sec5 .gi-box .table .border-right{
	border-right: 2px solid #ff9d00;
}

/* pager-box */
.habit-page .next-page{
	text-align: center;
	margin-bottom: 1.6em;
}
.habit-page .next-page a{
	color:#0073ee;
	text-decoration: none;
}

.habit-page .pager-box{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.habit-page .pager-box ul li{
	display: inline-block;
}

.habit-page .pager-box ul li a{
	display: inline-block;
	background-color:#ffffff;
	text-decoration: none;
	border:1px solid #0073ee;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	text-align: center;
	color:#0073ee;
}

.habit-page .pager-box ul li a.txt{
	padding:0 8px;
}

.habit-page .pager-box ul li.current a,
.habit-page .pager-box ul li a:hover{
	background-color: #0073ee;
	color:#ffffff;
	opacity: 1;
}

/* pager-box bottom margin */
@media screen and (max-width: 767px) { /* sp */
	div.habit-page .sec-pager {
    margin-bottom: 24px;
	}
}

/* bottom catch */
.habit-page .btm-catch-box{
	background-color:#ffffff;
	padding:40px 45px;
}

.habit-page .btm-catch-box p{
	color:#0073ee;
	font-size:112.50%; /* 18px */
	margin:0 0 24px;
}
@media screen and (max-width: 767px) { /* sp */
	div.habit-page .btm-catch-box{
		padding:40px 2%;
	}
}

/* bottom item cta */
.wrapper .item-cta-box{
	text-align: center;
	padding: 0px 2% 40px;
}

.wrapper .item-cta-box ul li{
	margin-bottom: 24px;
}

/* bottom related-article */
.wrapper .related-article-box{
	padding:48px 45px;
}

.wrapper .top-white-line {
    border-top: 24px solid #ffffff;
}

.wrapper .related-article-box .ttl{
	color:#0073ee;
	margin:0 auto 32px;
	width:6em;
	border:7px solid #0073ee;
	font-size:150.00%; /* 24px */
	padding:4px;
	text-align:center;
	background-color:#ffffff;
}

.wrapper .related-article-box ul li{
	background-image:url(../img/ico03.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:137.50%; /* 22px */
	padding:8px 0 8px 30px;
	line-height:1;
}

.wrapper .related-article-box ul li a{
	color:#231815;
	text-decoration:none;
}

.wrapper .related-article-box ul li a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 767px) { /* sp */
	div.wrapper .related-article-box{
		padding:40px 2%;
	}
}

/* clear fix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}