@charset "utf-8";
/* CSS Document */

/*PCの表示内容は非表示に*/
.pc{display: none;}

body {
	border-top: 5px solid #E64C18;
	background-color:#fffdf3;
}

img {
	border:none;
	border:0;
}

#container {
	margin: 1em auto;
	width: 90%;
	color:#412710;
}

/* drawer-menu */
.drawer-menu {
	text-align: left;
}

.drawer-menu li {
	margin: 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
	border-bottom: 1px dotted #666;
}

.drawer-menu li a {
	display: block;
	color: #42210B;
	text-decoration: none;
}

/* header */
header {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #C6A577;
}

.logo_img {
	width: 50%;
}

.topicpath {
	margin-bottom: 2em;
	color: #42210B;
	font-size: 80%;	
}

.topicpath_btm {
	margin-bottom: 2em;
	padding: 1em 0;
	border-top: 1px solid #C6A577;
	border-bottom: 1px solid #C6A577;
	color: #42210B;
	font-size: 80%;	
}

/* index */
.home_mainimg {
	margin-bottom: 1em;
}

.home_category_h2 {
	margin:0 auto 1em;
	text-align: center;
	font-size: 120%;
}

.home_category_img {
	margin-bottom: 1em;
	text-align: center;
}

.home_link {
	position: relative;
	color: #E64C18;
	text-decoration: none;		
}

.home_link:before {
   position:absolute;
	content:'';
    top: 0.2em;
    right: -1em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #E64C18;
}

.home_category_health,
.home_category_life {
	margin: 0 auto 1em;
	padding: 0.5em;
	border: 2px dotted #DA4B1D;
	border-radius:20px;
	background-color:#fff;
	width: 94%;
}

/* コラムのトップ */
.category_box {
	margin-bottom: 2em;
	padding: 1em;
	border: 2px dotted #DA4B1D;
	border-radius:20px;
	background-color:#fff;
}

.category_tit {
	margin-bottom: 0.5em;
    color: #E64C18;
    font-size: 140%;
	text-align:center;	
}

.category_image {
	margin-bottom: 0.5em;
	text-align:center;
}

.category_text {
	margin-bottom: 0.5em;	
}

.category_pagelink {
	display:block;
	text-align:right;
}

.category_subbox {
	margin-bottom: 2em;
	padding: 0 2em 1.5em;
	border-bottom: 2px dotted #DA4B1D;
}

.category_subbox_tit {
	margin-bottom: 0.5em;
	font-size: 140%;
}

.category_subbox_tit a:before {
	display: block;
	content: "";
	position: absolute;
	margin: 7px 0 0 -14px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #FF6F2D;
}

.category_subbox_pagelink {
	display: block;
	text-align: right;
}

.category_subbox_text {
	margin-bottom: 0.5em;
}

/* 記事内 */
.colmun_box {
	margin-bottom: 2em;	
}

.tit_h1 {
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom: 5px solid #F2E4CC;
	color: #E64C18;
	font-size: 160%;
}

.tit_h2 {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #C6A577;
	color: #E64C18;
	font-size: 120%;	
}

.tit_h3 {
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #3E7F18;	
	color: #3E7F18;
}

.category {
	display:block;
	line-height: 1.5em;
	font-size:60%;	
}

.category02 {
	margin: 0;
	padding: 0;
	color: #E64C18;
	font-size: 100%;
}

.main_txt {
	margin-bottom: 1.5em;
}

.flow {
	margin-bottom: 2em;
}

.flow01 {
	margin-bottom: 3em;
}

.flow_tit {
	margin-bottom: 1em;
}

.flow_num_list {
	margin-left:1.5em;
	list-style: decimal;
}

.flow_num_list01 {
	padding-left:2.5em;
	list-style-type: decimal;
	list-style-position:inside;
}

.flow_list {
	margin-bottom: 0.5em;		
}

.flow_list01 {
	margin-bottom: 1em;	
}

.flow_list02 {
	margin-bottom: 4em;	
}

.flow_list04 {
    margin: 0 1.7em 1em 0;
	width: 40%;
}

/* 　 */

.dt_tit {
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #3E7F18;	
	color: #3E7F18;
}

.dt_tit01 {
	margin-bottom: 0.5em;
	font-weight:bold;
}

.dt_tit02 {
	margin-bottom: 1em;
	color: #3E7F18;
	font-weight:bold;	
}

.dd_body {
	margin: 0 0.5em 1.5em 1em;	
}

.dd_body01 {
	margin: 0 0.5em 0 1em;	
}

.dd_body02 {
	margin: 0 0.5em 1.5em 2em;	
}

.flow_point {
    padding: 10px;
    margin: 1em 0 0 0;
    background-color: #FFEBF0;
    border: 1px solid #FCC;
	width: 94%;	
}

.flow_point_tit {
	color: #FF4810;
	font-weight:bold;
	text-align:center;
}

/* 膝のケア　注意ボックス */
.caution_box {
	margin: 0 auto 1em;
	padding: 0.5em;
	background-color:#FFEDA1;
	width: 96%;
}

.caution_box_tit {
	margin-bottom:0.5em;
	color: #FF4810;
	text-align:center;
}

.caution_box_list {
	margin-left:1.5em;
	list-style-image: url(../img/parts/bullet/icon_circle_gray.png);
}

.caution_box_list_ol {
	margin-left:1.5em;
	list-style: decimal;	
}

.caution_box_list_ol01 {
	margin-left:2em;
	list-style: decimal;	
}

.caution_box_list li {
	margin-bottom: 1em;	
}

.sub_list {
	margin-left:1.5em;
	list-style: disc;
}

/* */
.caution_box01 {
	margin: 0 auto 1em;
	padding: 1em 1em 0.5em 1em;
	background-color:#fff;
	width: 86%;
}

.caution_box02 {
	margin: 0 auto 1em;
	padding: 1em 1em 0.5em 1em;
	background-color:#fff;
	width: 86%;
}

.caution_box03 {
	margin: 0 auto 1em;
	padding: 1em 0.5em 0.5em 0.5em;
	width: 90%;
}

.caution_box04 {
	margin: 0 auto 1em;
	padding: 1em 0.5em 0.5em 0.5em;
	background-color:#fff;
	border: 2px dotted #f29499;
}

.caution_tit {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom: 1px dotted #42280e;
	color:#42280e;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}

.caution_subtit {
	margin-bottom:0.3em;
	color:#ff0000;
	font-weight:bold;
}

.caution_text {
	margin-bottom:1.5em;	
} 

.multicol_sp {
	display: flex;
	flex-wrap: wrap;
	width: 100%;

}

/* その他 */
.item {
	margin: 0 0 1em 1.5em;
	list-style: disc;		
}

.icon {
	vertical-align: middle;
	margin-right: 0.5em;
}

.underline {
	margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #DBC0A2;
}

.link_underline_off {
	color:#FF6F2D;
	text-decoration: none;
}

.link_underline_off01 {
	color:#42210B;
	text-decoration: none;
}

.w100 {
	width:100%;
}

.w65 {
	width:65%;
}

.mt1 {
	margin-top:1em;	
}

.mb05 {
	margin-bottom:0.5em;	
}

.mb1 {
	margin-bottom:1em;	
}

.mb2 {
	margin-bottom:2em;	
}

.num {
	color: #E64C18;
}

.setsumei_box {
	margin: 0 auto 1.5em;
	padding: 0.5em;
	border: 1px solid #f19ec2;
	width: 50%;
    text-align: center;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.bold {
	font-weight:bold;
}

.text_lb {
	font-weight:bold;
	font-size:110%;
}

em {
	color:#ff0000;
}

.red {
	color:#ff0000;
}

/* 画像 */
.img_block {
	margin-bottom:1em;
	display:block;
	text-align:center;
}

.img_block01 {
	display:block;
	text-align:center;
}

.img_s {
	width:74%;
}

/* フッター直上リンク */
.category_link {
	text-align:center;
}

.category_link_a {
	margin: 2em 0;
	padding: 1em 5em;
	background-color:#F2E4CC;
	font-size: 120%;
	display:inline-block;
}

.category_link a:before {
	display: block;
	content: "";
	position: absolute;
	margin: 7px 0 0 -14px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 7px solid #FF6F2D;
}

.page_link_list {
	margin: 0 1em;	
}

.page_link_list01 {
	margin: 0 1em;
}

.page_link a:before {
	display: block;
	content: "";
	position: absolute;
	margin: 7px 0 0 -14px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #FF6F2D;
}

/* フッター */
footer {
	background-color:#FF6F2D;
	color: #fff;
}

#footNav {
	margin: 0 auto 2em;
	padding-top: 1em;
	width: 90%;
	text-align:right;	
}

.li_firstchild {
	margin-bottom: 0.5em;
}

.foot_homelnk {
	color: #fff;
	text-decoration: none;
}

.copyright {
	padding-bottom: 1em;
	text-align:center;
	font-size: 80%;
}