@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* =========================================================
__osteoporosis__共通スタイル
========================================================= */
.nav-titles{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding: 0 3px;
}

.nav-titles li{
	list-style: none;
}

.nav-titles li a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 5px;
	width: 150px;
	color: #e45495;
	font-size: 1.2em;
	border: solid 1px #cccccc;
	height: 54px;
	background-color: #fff;

	box-shadow: 0 0 1px 3px #feebf1;
	-webkit-box-shadow: 0 0 1px 3px #feebf1;
	-moz-box-shadow: 0 0 1px 3px #feebf1;

}
.nav-titles li a:hover{
	text-decoration: unset;
}

.contents .nav-content{
	padding: 39px 50px;
	margin-bottom: 43px;
}

.contents .nav-content .title{
	height: 63px;
	padding: 0 25px;
	background-color: #f6f6f6;
	line-height: 63px;
	color: #e45495;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
	border-radius: 3px;
	margin-bottom: 30px;
}

.contents .nav-content p{
	font-size: 1.14em;
	margin-bottom: 0;
}

.contents .nav-content .title .bone{
	position: absolute;
	right: 24px;
	top: 21px;
}

.contents .nav-content .content01{
	display: flex;
}

.contents .nav-content .content01 .thumb{
	margin-left: 50px;
}
.contents .nav-content .thumb .ref{
	color: #999999;
	text-align: right;
	font-size: 0.9em;
}

.content02{
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}

.content02 .explain{
	border: solid 3px #ffbcd2;
	border-radius: 18px;
	padding: 30px 26px 25px 18px;
	margin-right: 6px;
}

.content02 .explain li{
	list-style: none;
	font-size: 1.21em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 13px;
	line-height: 1.3;
	position: relative;
	display: flex;
}

.content02 .explain li::before{
	content: '';
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
	background: url('../../img/bone_mini.png') no-repeat;
	display: inline-block;
	margin-right: 12px;
}

.content02 .explain li.non-icon::before{
	content: '';
	width: 22px;
	background: #fff;
	margin-right: 45px;
}

.content02 .explain li:last-child{
	margin-bottom: 0;
}

.red{
	color: #e45495;
}

.content03{
	display: flex;
	align-items: center;
	border: solid 3px #ffbcd2;
	border-radius: 7px;
	padding: 32px 18px;
	margin-top: 29px;
	margin-bottom: 57px;
}

.content03 .bone{
	margin-right: 25px;
}

.content03 .thumb{
	margin-left: 8px;
	margin-top: 20px;
}

.content03 .thumb .ref{
	margin-top: 10px;
	margin-right: 6px;
}

.red-bg{
	background-color: #fcd7e3;
}

.contents .nav-content .title02{
	font-size: 1.5em;
	color: #e45495;
	font-weight: normal;
}

.contents .nav-content .title02 .bone{
	margin-right: 9px;
}

.table01{
	width: 93%;
	border: 0;
	display: block;
	margin: 8px auto 70px auto;
}

.table01 th, .table01 td{
	border: solid 5px #fff;
	font-size: 1.14em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 9px 15px 5px 15px;
}

.table01 th{
	padding: 3px 15px 2px 15px;
}

.table01 .blue{
	background-color: #f9f9f9;
}

.table01 .red{
	background-color: #ffe9e9;
	color: #666666;
}

.title03{
    font-size: 1.5em;
	font-weight: bold;
	color: #e45495;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.yellow-bg{
	background-color: #fffdbf;
	padding-left: 5px;
}

.title03 .bone.prev{
	margin-bottom: 5px;
	margin-right: 10px;
}

.title03 .bone.next{
	margin-top: 7px;
	margin-left: 5px;
}

.content04{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.content04 .red-circle{
	width: 300px;
	height: 300px;
	border: solid 5px #ffbcd2;
	border-radius: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.14em;
	padding: 0 45px;
	margin-left: 39px;
	margin-bottom: 15px;
}

.contactpanel{
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-color: #e45495;
	padding: 0 90px;
	height: 79px;
	border-radius: 7px;
	position: relative;
	margin-bottom: 45px;
}

.contactpanel .bone.prev{
	position: absolute;
	left: 22px;
}

.contactpanel .bone.next{
	position: absolute;
	right: 25px;
}

.contactpanel .phone-icon{
	margin-left: 25px;
	margin-right: 1px;
}
.contactpanel .phonenumber{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #fff;
}
.contactpanel .phonenumber:hover{
	text-decoration: unset;
}

.content05{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 29px;
}

.content05 p{
	width: 385px;
}

.content06{
	background-color: #ffe9e9;
	border-radius: 7px;
	padding: 35px 50px;
}

.content06 .sect-title{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #e45495;
	margin-bottom: 52px;
}

.content06 .sect-title .bone.prev{
	margin-right: 15px;
}

.content06 .sect-title .bone.next{
	margin-left: 15px;
}

.content06 .content06-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.content06 .content06-panel{
	width: 367px;
	height: auto;
	background-color: #fff;
	border-radius: 7px;
	padding: 21px 21px 33px 21px;
}

.content06 .content06-panel .panel-title{
	height: 39px;
	border-radius: 7px;
	background-color: #fffdbf;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #e45495;
	margin-bottom: 26px;
}

.content06 .content06-panel .panel-subtitle{
	font-size: 1.3em;
	font-weight: bold;
	color: #e45495;
	border-bottom: solid 3px #ffe9e9;
	line-height: 1.3;
	margin-top: 31px;
	margin-bottom: 5px;
}

.content06 .content06-panel .food{
	width: 100%;
	margin-top: 21px;
}

.right .content06-panel{
	margin-bottom: 17px;
}

.right .content06-panel:last-child{
	margin-bottom: 0;
	padding-bottom: 30px;
}

.right .content06-panel .thumb{
	position: relative;
}

.right .content06-panel .thumb img{
	display: block;
	margin-left: auto;
	margin-right: 0;
	margin-top: -10px;
}

.right .content06-panel .thumb .ref{
	position: absolute;
	left: 0;
	bottom: 2px;
	text-align: left;
}

.contents .nav-content.ols{
	border: solid 8px #ffe9e9;
	border-radius: 8px;
}

.contents .nav-content.ols .title{
	background-color: #ffe9e9;
}

.contents .nav-content.ols .thumb .ref{
	margin-top: 12px;
}

.contents .nav-content .title .news{
	position: absolute;
	right: 24px;
    top: 15px;
}

.contents .nav-content .title .bone2{
	position: absolute;
	right: 68px;
    top: 10px;
}

/* topics */
.topics {
    font-size: .95em;
    margin-bottom: 40px;
}

.topics dt {
    background: url('../../../common/img/bg-news.png') left center no-repeat;
    float: left;
    clear: both;
    width: 16em;
    padding: 24px 0;
    padding-left: 12px;
    font-weight: normal;
}

.topics .icon {
    display: inline-block;
    width: 8em;
    margin-left: 10px;
    color: #ffffff;
    font-size: .95em;
    text-align: center;
}

.topics .communication {
    background: #e45495;
}

.topics .recipe {
    background: #f29c9f;
}

.topics dd {
    padding: 24px 0;
    padding-left: 16.5em;
    border-bottom: 1px solid #e3e3e3;
}

.topics dd a {
    color: #666;
}

.pagination {
    text-align: center;
}

.pagination a, .pagination span {
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-left: 4px;
    display: inline-block;
    line-height: 32px;
    color: #333;
}

.pagination a, .pagination span {
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-left: 4px;
    display: inline-block;
    line-height: 32px;
    color: #333;
}

.pagination span {
    border: 2px solid #ffd1df;
    color: #e45495;
    font-weight: bold;
}

.pagination a:hover {
    background: #ffe7f5;
    color: #ca36a9;
    border: 1px solid #ca36a9;
    text-decoration: none;
}

.nav-titles.fixed{
	position: fixed;
    top: 55px;
    width: 960px;
    z-index: 100;
	/* animation: slide_down_menu 0.5s ease; animation: slide_down_menu 0.5s ease;
	-webkit-animation: slide_down_menu 0.5s ease; animation: slide_down_menu 0.5s ease; */
}
@-webkit-keyframes slide_down_menu {
	0% { top:-60px; }
	100% { top:0px; }
}
@keyframes slide_down_menu {
	0% { top:-60px; }
	100% { top:0px; }
}
