@charset "utf-8";
/* CSS Document */
/*==========================================
 common
===========================================*/
p.shiwa { background: #189d28 !important;}
p.tarumi { background: #1d4da0 !important;}
p.shimi { background: #971ca2 !important;}


@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/
.pc_none {
 display: none;
}

body {
 margin: 0px auto;
 padding: 0px;
 font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 color: #333333;
	font-size: 14px;
}
	 
#wrap {
		width: 100%;
  background-color: #FFF;
}
p.pagetop {
 position: fixed;
	right: 10px;
	bottom: 5px;
}
/*-------------header-------------*/
#header {
 margin: 0px auto;
	padding: 0;
 width: 100%;
}
#header .inner {
 margin: 0px auto;
	padding: 20px 0;
 width: 1100px;
}
#header .inner h1 {
 margin: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
#header .inner h1 br {
 display: none;
}

/*-------------gnavi-------------*/
.top_navi {
 margin: 0px auto;
 padding: 22px 0;
	width: 100%;
 background: #c44130;
}
.header {
 margin: 0px auto;
 padding: 0px;
	width: 100%;
 background: #c44130;
}
.gnavi {
 margin: 0px auto;
	width: 1100px;
}
.gnavi > ul {
 margin: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.gnavi > ul > li {
 margin: 0px;
 width: 100%;
}
.gnavi > ul > li > a {
	padding: 0;
	height: 44px;
 text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 1.5px;
 text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	border-right: 1px solid #de5a49;
 box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: center;
}
.gnavi > ul > li:first-child > a {
	border-left: 1px solid #de5a49;
}
.gnavi > ul > li > a:hover {
 text-decoration: underline;
}
.gnavi > ul > li > a i {
 padding-right: 3px;
}

/*-------------mv-------------*/
.mv {
 margin: 0px auto;
	width: 100%;
	min-width: 1100px;
	height: 600px;
	background: url(../images/mv_top.jpg) no-repeat center top;
}
.mv .inner {
 margin: 0px auto;
 width: 1100px;
 position: relative;
}
.mv .inner h1 {
 margin: 0px;
 padding: 20px 0 0;
 font-size: 12px;
 line-height: 1.5;
 text-align: left;
}
.mv_archive {
 margin: 0px auto;
 padding: 40px 0;
 width: 1100px;
}
.mv_archive h2 {
 margin: 0px auto;
	padding: 0;
	font-size: 54px;
	line-height: 1;
	text-align: left;
	color: #c44130;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.mv_archive h2 span {
	font-size: 20px;
}
.mv_page {
	background-position: center center !important;
}

/*-------------topicpath-------------*/
.topicpath { margin: 0px auto 35px; width: 1100px;}
.topicpath li {display:inline-block; font-size:12px; line-height:1.3;}
.topicpath li a{padding-right:2em;margin-right:0.7em;background-size:13px;text-decoration:underline;background-image:url(../images/arr_tp.png);background-repeat:no-repeat;background-position:right center;color: #333;}
.topicpath li a:hover{ text-decoration: none;}

/*-------------main-------------*/
.contents {
 margin: 0px auto;
	padding: 0px 0 100px;
	width: 1100px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.home .contents {
	padding: 60px 0 100px;
}
.main {
 margin: 0px 0 20px;
	padding: 0px;
	width: 755px;
}
.mi {
 margin: 0px auto 40px;
 padding-bottom: 25px;
	width: 755px;
 background: url("../images/bg_mi.png") no-repeat center bottom;
}
.mi h2 {
 margin: 0 auto;
	padding: 0;
}
.mi h2 span.sub_title {
 margin: 0;
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
 font-family: 'Dancing Script';
	letter-spacing: 3.0px;
	display: block;
}
.mi h2 span.main_title {
 margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
 letter-spacing: 2.0px;
	display: block;
}
.post,.knowledge_box {
 margin: 0 auto 40px;
	padding: 0;
	width: 755px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lay_s {
	justify-content: flex-start !important;
}
.post dl {
 margin: 0;
	padding: 0 0 50px;
	width: 236px;
}
.lay_s dl {
 padding-right: 20px;
}
.lay_s dl:nth-child(3n) {
 padding-right: 0px;
}
.post dl dt {
 margin: 0 0 15px;
	padding: 0;
	width: 236px;
	text-align: center;
	position: relative;
}
.post dl dt img {
 max-width: 236px;
}
.post dl dt a {
 vertical-align: middle;
 height: 140px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.post dl dt img:hover {
	transform: scale(1.2);
	transition-duration: 0.3s;
}

.post dl dt .cat {
	position: absolute;
	height: 33px;
	top: -4px;
	left: -6px;
 background: url(../images/bg_cat2.png) no-repeat bottom left;
}
.post dl dt .cat p {
 margin: 0px;
	padding: 8px 8px;
	color: #FFF;
	font-size: 11px;
	line-height: 11px;
 background: #18b666;
}
.post dl dd {
 margin: 0;
	padding: 0px;
	width: 236px;
}
.post dl dd p.date {
 margin: 0;
	padding: 0px 0 10px;
	font-size: 12px;
	line-height: 12px;
}
.post dl dd h3,
.post dl dd h2 {
 margin: 0;
	padding: 0px 0 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
.post dl dd h3 a,
.post dl dd h2 a {
 color: #333;
	text-decoration: none;
}
.post dl dd h3 a:hover,
.post dl dd h2 a:hover {
	text-decoration: underline;
}
.post dl dd p.txt {
 margin: 0;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}
.knowledge_box dl {
 margin: 0;
	padding: 0 0 30px;
	width: 756px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.knowledge_box dl dt {
 margin: 0;
	padding: 0;
	width: 340px;
	text-align: center;
}
.knowledge_box dl dt img {
 max-width: 340px;
}
.knowledge_box dl dt a {
 vertical-align: middle;
 height: 200px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.knowledge_box dl dt img:hover {
	transform: scale(1.2);
	transition-duration: 0.3s;
}
.knowledge_box dl dd {
 margin: 0;
	padding: 0px;
	width: 395px;
}
.knowledge_box dl dd p.date {
 margin: 0;
	padding: 0px 0 10px;
	font-size: 14px;
	line-height: 14px;
}
.knowledge_box dl dd h3 {
 margin: 0;
	padding: 0px 0 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.knowledge_box dl dd h3 a {
 color: #333;
	text-decoration: none;
}
.knowledge_box dl dd h3 a:hover {
	text-decoration: underline;
}
.knowledge_box dl dd p.txt {
 margin: 0;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
}
.bt p a:hover {
 background: #333;
	color: #FFF;
}

.bt {
 margin: 0 auto;
	padding: 0px;
	width: 280px;
	text-align:	center;
}
.bt p a {
 margin: 0 auto;
	padding: 25px 0;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	text-align:	center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-decoration: none;
	border: 1px solid #333;
	display: block;
 background: #f7f7f7;
	box-sizing: border-box;
}
.bt p a:hover {
 background: #c44130;
	color: #FFF;
}

.wp-pagenavi { margin: 50px auto 0;text-align:center;}
.wp-pagenavi .pages {font-weight: bold; font-size: 18px; width: 100%; margin: 0px auto; padding-bottom: 20px; border: none; display: block;}
.wp-pagenavi .current { width: 42px; height: 42px; line-height: 42px; font-weight: bold; background: #c44130; border: 1px solid #c44130; font-size: 20px; display: inline-block; text-align: center; margin: 0px 5px; color: #FFF;}
.wp-pagenavi a { margin: 0 5px; width: 42px; height: 42px; line-height: 42px; font-weight: bold; border: 1px solid #c44130; text-decoration: none; display:inline-block; color: #333; font-size: 20px; text-align: center;}
a.nextpostslink,a.previouspostslink { background: #ccc; border: 1px solid #ccc;}

/*-------------side-------------*/
.side {
 margin: 0px;
	padding: 0px;
	width: 300px;
}
.side .tab {
 margin: 0px auto;
 padding: 0px;
 width: 300px;
 display: flex;
 flex-wrap: nowrap;
 align-items: flex-start;
 border-top: 1px solid #ddd;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 box-sizing: border-box;
}
.side .tab li {
 margin: 0px;
	padding: 20px 0;
	width: 150px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #c44130;
	font-weight: bold;
	border-right: 1px solid #ddd;
 border-top: 2px solid #c44130;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; 
}
.side .tab li:last-of-type {
 border-right: none;
}
.side .tab li.tabhide {
 background: #efefef;
	border-bottom: 1px solid #ddd;
 border-top: none;
	color: #333;
}
.side .t_reco {
 display: none;
}
.side .list {
 margin: 0px auto;
	padding: 0px;
	width: 300px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.side .list dl {
 margin: 0px auto;
	padding: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.side .list dl dt {
 margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
}
.side .list dl dt a {
 vertical-align: middle;
 height: 100px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.side .list dl dt img:hover {
	transform: scale(1.2);
	transition-duration: 0.3s;
}

.side .list dl dd {
 margin: 0px;
	padding: 0px;
	width: 140px;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}
.side .list dl dd a {
 color: #333;
 text-decoration: none;
}
.side .list dl dd a:hover {
 text-decoration: underline;
}
.side .list dl dd a h3{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:0.25em;
}
.side .cat_list {
 margin: 0 auto;
 padding: 0;
}
.side .cat_list dl {
 margin: 0px auto;
	padding: 25px 0 15px;
	width: 300px;
	background: #736000;
}
.side .cat_list dl dt {
 margin: 0px;
	padding: 0px 0 5px;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	font-family: "Times New Roman", Times, "serif";
	text-align: center;
	font-weight: normal;
}
.side .cat_list dl dd {
 margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}
.side .cat_list ul {
 margin: 0px;
	padding: 0px;
	width: 300px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}
.side .cat_list ul li {
 margin: 0px;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.side .cat_list ul li a {
 color: #333;
	text-decoration: none;
}
.side .cat_list ul li a:hover {
	text-decoration: underline;
}
.side .side_ban {
 margin: 40px auto 0;
	padding: 0;
}
.side .side_ban li {
 margin: 0px auto 10px;
	padding: 0;
	text-align: center;
}

/*-------------page-------------*/
dl.title {
 margin: 0 auto;
	padding: 45px 0 80px;
 border-top: 1px solid #dddddd;
}
dl.title dt {
 margin: 0;
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
 font-family: 'Dancing Script';
	letter-spacing: 6.0px;
	display: block;
}
dl.title dd {
 margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	display: block;
	letter-spacing: 1.0px;
}

.page {
 margin: 0px auto;
	width: 755px;
}
.page dl.pageti {
 margin: 0px auto 70px;
	padding: 0px;
	width: 755px;
	position: relative;
}
.page dl.pageti dt {
 margin: 0px;
	padding: 0px;
	width: 755px;
	/*height: 500px;*/
	text-align: center;
}
.page dl.pageti dt img {
 vertical-align: middle;
 /*height: 500px;*/
 height: auto;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.page dl.pageti dd {
 margin: 0px;
	padding: 0px;
}
.page dl.pageti dd p.cat {
 margin: 0px;
	padding: 15px;
	font-size: 14px;
 text-align: center;
	line-height: 1;
 color: #FFF;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: 0px;
	right: 110px;
 background: #c44130;
}
.page dl.pageti dd p.date {
 margin: 0px;
	padding: 15px 0;
 width: 110px;
	font-size: 14px;
 text-align: center;
	line-height: 1;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: 0px;
	right: 0px;
	background: #f7f7f7;
}
.page .cont {
 margin: 0 auto 50px;
	padding: 0px;
}
.page .cont a{
	 color: #c44130;
	 text-decoration:none;
	 border-bottom:1px solid #c44130;
}
.page .cont h3 {
 margin: 0 auto;
	padding: 40px 0 30px;
	font-size: 30px;
	line-height: 1.5;
	text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
 color: #c44130;
	border-top: 1px solid #c44130;
}
.page .cont h4 {
 margin: 0 auto 25px;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;	
 color: #c44130;
	border-left: 2px solid #c44130;
}
.page .cont h5 {
 margin: 0 auto 25px;
	padding: 5px 20px;
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;	
 color: #333333;
	border-left: 2px solid #333333;
}
.page .cont ul {
 margin: 0 0 3.0em;
 padding: 1.0em 1.5em;
 font-size: 20px;
 line-height: 1.5;
 list-style-type: disc;
 list-style-position: inside;
 border: 1px solid #dddddd;
 }
.page .cont ol {
 margin: 0 0 3.0em;
 padding: 1.0em 1.5em;
 font-size: 20px;
 line-height: 1.5;
 list-style-type: decimal;
 list-style-position: inside;
 border: 1px solid #dddddd;
 }
.page .cont ul li,.page .cont ol li {
 margin-bottom: 0.5em;
 }
.page .cont table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom:3.5em;
}
.page .cont table th,
.page .cont table td{
  text-align: center;
  padding: 0.3em;
  border:solid 1px #ad756e;
}
.page .cont table th.type01{
  text-align: center;
  background: #c44130;
  color:#ffffff;
  padding: 0.5em 0.2em;
  font-weight:bold;
  border-right:solid 1px #f7a4a4;
}
.page .cont table th.type01:first-child{
  border-left:solid 1px #ad756e;
}
.page .cont table th.type01:last-child{
  border-right:solid 1px #ad756e;
}
.page .cont table th.type02{
  text-align: center;
  background: #f5d1cc;
  color:#c44130;
  padding: 0.5em 0.2em;
  font-weight:bold;
  width:6.5em;
}
.page .cont p {
 margin: 0 auto;
 padding: 0px 0 50px;
 font-size: 20px;
 line-height: 1.8;
}
.page .cont p strong {
 font-weight: bold;
}
.page .cont p.center{
	text-align:center;
}
.page .cont p.center img{
	max-width:100%;
	width:auto;
}
.page .cont .dr_box {
 margin: 0 auto 40px;
 padding: 30px;
 border: 1px solid #dddddd;
 display: flex;
 justify-content: space-between;
}
.page .cont .dr_box p.img {
 margin: 0;
 padding: 0px;
 width: 160px;
}
.page .cont .dr_box .box {
 margin: 0;
 padding: 0px;
 width: 500px;
}
.page .cont .dr_box .box dl {
 margin: 0;
 padding: 0px 0 15px;
}
.page .cont .dr_box .box dl dt {
 margin: 0;
 padding: 0px 0 10px;
	font-size: 16px;
	line-height: 1;
 font-family: 'Dancing Script';
	letter-spacing: 1.0px;
 color: #c44130;
}
.page .cont .dr_box .box dl dd {
 margin: 0;
 padding: 0px;
	font-size: 18px;
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #c44130;
 font-weight: bold;
}
.page .cont .dr_box .box p {
 margin: 0;
 padding: 0px;
	font-size: 18px;
	line-height: 1.8;
}
.page .cont .treatment_box {
 margin: 0 auto 40px;
 padding: 30px;
 border: 1px solid #dddddd;
 background: #f7f7f7;
 display: flex;
 justify-content: space-between;
}
.page .cont .treatment_box p.img {
 margin: 0;
 padding: 0px;
 width: 160px;
}
.page .cont .treatment_box .box {
 margin: 0;
 padding: 0px;
 width: 500px;
}
.page .cont .treatment_box .box dl {
 margin: 0;
 padding: 0px 0 15px;
}
.page .cont .treatment_box .box dl dt {
 margin: 0;
 padding: 0px 0 10px;
	font-size: 16px;
	line-height: 1;
 font-family: 'Dancing Script';
	letter-spacing: 1.0px;
 color: #c44130;
}
.page .cont .treatment_box .box dl dd {
 margin: 0;
 padding: 0px;
	font-size: 18px;
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #c44130;
 font-weight: bold;
}
.page .cont .treatment_box .box h5 {
 margin: 0;
 padding: 0px;
	font-size: 20px;
	line-height: 1.8;
 border-left: none;
}
.page .cont .treatment_box .box p {
 margin: 0;
 padding: 0px;
	font-size: 18px;
	line-height: 1.8;
}
.page .cont .treatment_box .box p.bt {
 margin: 0;
 padding: 0px;
 width: 100%;
 text-align: right;
 display: flex;
 flex-direction: row-reverse;
}
.page .cont .treatment_box .box p.bt a {
 margin: 0;
 padding: 15px 0;
 width: 150px;
	font-size: 14px;
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #333;
 font-weight: bold;
 background: #FFF;
 text-align: center;
 border: 1px solid #333;
 text-decoration: none;
 display: block;
}
.page .cont .treatment_box .box p.bt a:hover {
 color: #FFF;
 background: #c44130;
}
.page .cont .supervision {
 margin: 0 auto 80px;
 padding: 30px;
 background: #f7f7f7;
}
.page .cont .supervision > h4 {
 margin: 0 auto;
 padding: 0px;
	font-size: 20px;
	line-height: 1.5;
 color: #333;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 font-weight: bold;
 border: none;
}
.page .cont .supervision > p {
 margin: 0 auto;
 padding: 0px 0 15px;
	font-size: 18px;
	line-height: 1.8;
 color: #333;
 border-bottom: 1px solid #dddddd;
}
.page .cont .supervision > h5 {
 margin: 0 auto;
 padding: 15px 0 5px;
	font-size: 18px;
	line-height: 1.5;
 color: #333;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 font-weight: bold;
 border: none;
}
.page .cont .supervision > .mbox {
 margin: 0 auto;
 padding: 0;
 display: flex;
 justify-content: space-between;
 flex-wrap: nowrap;
}
.page .cont .supervision .box {
 margin: 0;
 padding: 0;
 width: 330px;
}
.page .cont .supervision .box dl {
 margin: 0;
 padding: 0;
}
.page .cont .supervision .box dl:first-child {
 margin: 0;
 padding: 0 0 25px;
}
.page .cont .supervision .box dl dt {
 margin: 0;
 padding: 0;
	font-size: 14px;
	line-height: 1.5;
 font-weight: bold;
}
.page .cont .supervision .box dl dd {
 margin: 0;
 padding: 0 0 3px;
	font-size: 14px;
	line-height: 1.5;
 display: flex;
 justify-content: space-between;
 flex-wrap: nowrap;
}
.page .cont .supervision .box dl dd em {
 margin: 0;
 padding: 0;
 width: 70px;
}
.page .cont .supervision .box dl dd span {
 margin: 0;
 padding: 0;
 width: 250px;
}



/* SNS */
#twitter {
   background-color: #00acee;
}
#pocket {
   background-color: #EE4056;
}
#facebook {
   background-color: #3b5998;
}
#ggl-plus {
   background-color: #dd4b39;
}
#line{
   background-color: #00B900;
}
#hatena {
   background-color: #2D4C86;
}
.button-area {
 width: 96%;
 margin: 10px 0;
 padding: 20px 2% 30px;
 background: #f7f7f7;
 border: 1px solid #ddd;
 border-radius: 10px;
}
.button-area:after {
 content: '';
 clear: both;
 display: block;
}
.button-area-title {
 font-weight: 700;
 margin: 0 0 8px;
 text-align: center;
}
.title-fill {
 display: block;
 color: #333;
 font-size: 18px;
 width: 100%;
 padding: 6px 15px;
 box-sizing: border-box;
}
.button-whole {
 float: left;
 width: 19%;
 margin: 0 0.5% 0 0.5%;
 box-sizing: border-box;
}
.button-link {
 display: block;
 text-align: center;
 color: #fff !important;
 font-size: 14px !important;
 padding: 10px 0 !important;
 box-sizing: border-box;
 border-radius: 3px;
 text-decoration: none;
}
.button-link:hover {
 text-decoration: none !important;
 filter:alpha(opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
}


.bt_page {
 margin: 0px 0 40px;
	padding: 0px;
	width: 755px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bt_page p {
 margin: 0;
	padding: 0px;
}
.bt_page p a {
	padding: 20px;
	width: 320px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align:	center;
	text-decoration: none;
	border: 1px solid #333;
	display: block;
	box-sizing: border-box;
}
.bt_page p.tl a {
 text-align: left !important;
}
.bt_page p.tr a {
 text-align: right !important;
}
.bt_page p a:hover {
 background: #c44130;
 color: #FFF;
}

.bt_list {
 margin: 0 auto 20px;
	padding: 0px;
	width: 755px;
	text-align:	center;
}
.bt_list p a {
 margin: 0 auto;
	padding: 20px;
	width: 320px;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	text-align:	center;
	text-decoration: none;
	border: 1px solid #333;
	display: block;
	box-sizing: border-box;
}
.bt_list p a:hover {
 background: #c44130;
 color: #FFF;
}

/*-------------footer-------------*/
#footer {
 margin: 0px auto;
	padding: 0;
 width: 100%;
	background: #f7f7f7;
}
#footer .inner {
 margin: 0px auto;
	padding: 0 0 45px;
 width: 1100px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footer .inner .box {
 width: 390px;
}
#footer .inner .box:last-of-type {
 width: 245px;
}
#footer .inner .box h3 {
 margin-top: 50px;
 padding: 30px 0;
	font-size: 22px;
	color: #c44130;
	text-align: center;
 font-family: 'Dancing Script';
	letter-spacing: 3.0px;
 border-top: 1px solid #c44130;
}
#footer .inner .box p.contact {
 padding: 0 0 15px;
 font-size: 14px;
	color: #333;
	text-align: center;
}
#footer .inner .box ul {
 margin: 0 auto;
 padding: 0;
	width: 370px;
}
#footer .inner .box ul.bt_contact li a {
 margin-bottom: 10px;
 padding: 15px 0;
	background: #FFF;
	border: 1px solid #c44130;
	width: 366px;
	text-align: center;
	color: #c44130;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	display: block;
}
#footer .inner .box ul.bt_contact li:last-of-type a {
 margin-bottom: 0px;
}
#footer .inner .box ul.bt_contact li a:hover {
	background: #c44130;
	color: #FFF;
}
#footer .inner .box p.about {
 margin: 0 auto;
 padding: 0 0 25px;
	width: 370px;
 font-size: 14px;
	line-height: 21px;
	color: #333;
	text-align: left;
}
#footer .inner .box ul.cat_li {
 margin: 0 auto;
 padding: 0;
	width: 370px;
}
#footer .inner .box ul.cat_li li {
 margin: 0 0 5px;
 padding: 0;
}
#footer .inner .box ul.cat_li li a {
 margin: 0;
 padding: 0;
 font-size: 14px;
	line-height: 21px;
	color: #333;
	text-align: left;
	text-decoration: none;
}
#footer .inner .box ul.cat_li li a:hover {
	text-decoration: underline;
}
#footer .inner .box ul.ban,#footer .inner .box ul.ban_offi {
 margin: 0 auto;
 padding: 0;
	width: 226px;
}
#footer .inner .box ul.ban li,#footer .inner .box ul.ban_offi li {
 margin: 0 0 5px;
 padding: 0;
}
#footer .inner .box ul.ban li:last-of-type,#footer .inner .box ul.ban_offi li:last-of-type {
 margin: 0;
}
#footer .copy {
 margin: 0 auto;
	padding: 65px 0 50px;
	width: 1100px;
 border-top: 1px solid #dddddd;
}
#footer .copy p {
 margin: 0;
	padding: 0px 0 15px;
 font-size: 14px;
	line-height: 14px;
	color: #333;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/*-------------overlay-------------*/
#overlay-menu {
 display: none;
}

}

@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/
.sp_none {
 display: none;
}
img {
 width: 100%;
	height: auto;
	vertical-align: top;
}
.page .cont > div {
	max-width: 100% !important;
}
body {
 margin: 0px auto;
 padding: 0px;
 font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 color: #333333;
	font-size: 12px;
}
#wrap {
		width: 100%;
  background-color: #FFF;
}
p.pagetop {
 position: fixed;
	right: 5px;
	bottom: 70px;
}
p.pagetop img {
 width: 35px;
	height: auto;
}
p.mainmenu-button {
 position: fixed;
	right: 5px;
	top: 5px;
	z-index: 900;
}
p.mainmenu-button img {
 width: 43px;
	height: auto;
}
/*-------------header-------------*/
#header {
 margin: 0px auto;
	padding: 0;
 width: 100%;
}
#header .inner {
 margin: 0px auto;
	padding: 20px 0;
 width: 1100px;
}
#header .inner h1 {
 margin: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
#header .inner h1 br {
 display: none;
}

/*-------------gnavi-------------*/
.gnavi {
 display: none;
}
/*-------------mv-------------*/
.mv {
 margin: 0px auto 35px;
 width: 100%;
 min-height: 440px;
	background: url(../images/sp_mv_top.png) no-repeat center top,#e4dfda;
 background-size: 100% auto;
}
.mv .inner h1 {
 margin: 0px;
 padding: 15px;
 font-size: 10px;
 line-height: 1.5;
 text-align: left;
}
.mv .inner dl {
 margin: 0px auto;
 padding: 300px 0 0; 
}
.mv .inner dl dt {
 margin: 0px auto;
 padding: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #c44130;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.mv .inner dl dd {
 margin: 0px auto;
 padding: 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.mv_archive {
 margin: 0px auto;
 padding: 15px 5%;
 height: 55px;
 width: 90%;
 background: #c44130;
}
.mv_archive h2 {
 margin: 0px auto;
	padding: 0;
	font-size: 25px;
	line-height: 1;
	text-align: left;
	color: #FFF;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.mv_archive h2 span {
	font-size: 10px;
}
.mv_page {
	background-position: center center !important;
}

/*-------------topicpath-------------*/
.topicpath {margin: 10px auto;width: 92%;}
.topicpath li {display:inline-block;font-size:9px;line-height:1.2;}
.topicpath li a{padding-right:1.2em;margin-right:0.3em;background-size:6px;text-decoration:underline;background-image:url(../images/arr_tp.png);background-repeat:no-repeat;background-position:right center;color: #333;}
.topicpath li a:hover{ text-decoration: none;}

/*-------------main-------------*/
.contents {
 margin: 0px auto;
	padding: 0px;
}
.main {
 margin: 0px 0 50px;
	padding: 0px;
}
.mi {
 margin: 0px auto 45px;
 padding-bottom: 20px;
	width: 100%;
 background: url("../images/bg_mi_sp.png") no-repeat center bottom;
 background-size: 8% auto;
}
.mi h2 {
 margin: 0 auto;
	padding: 0;
}
.mi h2 span.sub_title {
 margin: 0;
	padding: 0 0 15px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
 font-family: 'Dancing Script';
	letter-spacing: 3.0px;
	display: block;
}
.mi h2 span.main_title {
 margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
 letter-spacing: 2.0px;
	display: block;
}
.post {
 margin: 0 auto 30px;
	padding: 0;
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post dl {
 margin: 0;
	padding: 0 0 20px;
	width: 47%;
}
.post dl dt {
 margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.post dl dt a {
 vertical-align: middle;
 height: 100px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.post dl dt .cat {
	position: absolute;
	top: -4px;
	left: -6px;
 background: url(../images/bg_cat2.png) no-repeat bottom left;
	padding-bottom: 6px;
}
.post dl dt .cat p {
 margin: 0px;
	padding: 4px 4px;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
 background: #18b666;
}
.post dl dd {
 margin: 0;
	padding: 10px 0 0;
}
.post dl dd p.date {
 margin: 0;
	padding: 0px 0 5px;
	font-size: 10px;
	line-height: 10px;
}
.post dl dd h3,
.post dl dd h2 {
 margin: 0;
	padding: 0px 0 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.post dl dd h3 a,
.post dl dd h2 a {
 color: #333;
	text-decoration: none;
}
.post dl dd h3 a:hover,
.post dl dd h2 a:hover {
	text-decoration: underline;
}
.post dl dd p.txt {
 margin: 0;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
.knowledge_box {
 margin: 0 auto;
	padding: 0;
	width: 92%;
}
.knowledge_box dl {
 margin: 0;
	padding: 0 0 20px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.knowledge_box dl dt {
 margin: 0;
	padding: 0;
	text-align: center;
	width: 48%;
}
.knowledge_box dl dt a {
 vertical-align: middle;
 height: 112px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: flex-start;
}
.knowledge_box dl dd {
 margin: 0;
	padding: 0px;
	width: 47%;
}
.knowledge_box dl dd p.date {
 margin: 0;
	padding: 0px 0 5px;
	font-size: 10px;
	line-height: 10px;
}
.knowledge_box dl dd h3,
.knowledge_box dl dd h2 {
 margin: 0;
	padding: 0px 0 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.knowledge_box dl dd h3 a,
.knowledge_box dl dd h2 a {
 color: #333;
	text-decoration: none;
}
.knowledge_box dl dd h3 a:hover,
.knowledge_box dl dd h2 a:hover {
	text-decoration: underline;
}
.knowledge_box dl dd p.txt {
 margin: 0;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
.bt p a:hover {
 background: #333;
	color: #FFF;
}
.bt {
 margin: 0 auto 45px;
	padding: 0px;
	width: 50%;
	text-align:	center;
}
.bt p a {
 margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	text-align:	center;
	text-decoration: none;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; 
	border: 1px solid #333;
	display: block;
	box-sizing: border-box;
 background: #f7f7f7;
}
.bt p a:hover {
	color: #FFF;
 background: #c44130;
}

.wp-pagenavi { margin: 25px auto 0;text-align:center;}
.wp-pagenavi .pages {font-weight: bold; font-size: 10px; width: 100%; margin: 0px auto; padding-bottom: 10px; border: none; display: block;}
.wp-pagenavi .current { width: 21px; height: 21px; line-height: 21px; font-weight: bold; background: #c44130; border: 1px solid #c44130; font-size: 10px; display: inline-block; text-align: center; margin: 0px 3px; color: #FFF;}
.wp-pagenavi a { margin: 0 3px; width: 21px; height: 21px; line-height: 21px; font-weight: bold; border: 1px solid #c44130; text-decoration: none; display:inline-block; color: #333; font-size: 10px; text-align: center;}
a.nextpostslink,a.previouspostslink { background: #ccc; border: 1px solid #ccc;}

/*-------------side-------------*/
.side {
 margin: 0px;
	padding: 35px 4% 45px;
	width: 92%;
	background: #ffedeb;
}
.side .tab {
 margin: 25px auto 0;
 padding: 0px;
 width: 100%;
 display: flex;
 flex-wrap: nowrap;
 align-items: flex-start;
 border-top: 1px solid #ddd;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 box-sizing: border-box;
}
.side .tab li {
 margin: 0px;
	padding: 16px 0;
	width: 50%;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #c44130;
	font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 border-top: 2px solid #c44130;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	background: #FFF;
}
.side .tab li:last-of-type {
 border-right: none;
}
.side .tab li.tabhide {
 border-top: 2px solid #cccccc;
 background: #efefef;
	border-bottom: 1px solid #ddd;
 color: #999999;
}
.side .t_reco {
 display: none;
}
.side .list {
 margin: 0px auto;
	padding: 0px;
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	background: #FFF;
}
.side .list dl {
 margin: 0px auto;
	padding: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.side .list dl dt {
 margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
}
.side .list dl dt a {
 vertical-align: middle;
 height: 100px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.side .list dl dd {
 margin: 0px;
	padding: 0px;
	width: 60%;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}
.side .list dl dd a {
 color: #333;
 text-decoration: none;
}
.side .list dl dd a:hover {
 text-decoration: underline;
}
.side .list dl dd h3{
	font-weight: bold;
	font-size:1em;
}
.side .cat_list {
 margin: 0 auto;
 padding: 0;
}
.side .cat_list dl {
 margin: 0px auto;
	padding: 25px 0 15px;
	background: #736000;
}
.side .cat_list dl dt {
 margin: 0px;
	padding: 0px 0 5px;
	font-size: 17px;
	line-height: 17px;
	color: #FFF;
	font-family: "Times New Roman", Times, "serif";
	text-align: center;
	font-weight: normal;
}
.side .cat_list dl dd {
 margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	text-align: center;
}
.side .cat_list ul {
 margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}
.side .cat_list ul li {
 margin: 0px;
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	background: #FFF;
}
.side .cat_list ul li a {
 color: #333;
	text-decoration: none;
}
.side .cat_list ul li a:hover {
	text-decoration: underline;
}
.side .side_ban {
 margin: 25px auto 0;
	padding: 0;
	width: 55%;
}
.side .side_ban li {
 margin: 0px auto 10px;
	padding: 0;
	text-align: center;
}


/*-------------page-------------*/
dl.title {
 margin: 0 auto;
	padding: 25px 0 40px;
 border-top: 1px solid #dddddd;
}
dl.title dt {
 margin: 0;
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
 font-family: 'Dancing Script';
	letter-spacing: 4.0px;
	display: block;
}
dl.title dd {
 margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	display: block;
	letter-spacing: 1.0px;
}

.page {
 margin: 0px auto;
	width: 92%;
	position: relative;
}
.page dl.pageti {
 margin: 0px auto 35px;
	padding: 0px;
	width: 100%;
	position: relative;
}
.page dl.pageti dt {
 margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.page dl.pageti dt img {
 vertical-align: middle;
 height: auto;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.page dl.pageti dd {
 margin: 0px;
	padding: 0px;
}
.page dl.pageti dd p.cat {
 margin: 0px;
	padding: 7px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 29%;
 background: #c44130;
}
.page dl.pageti dd p.date {
 margin: 0px;
	padding: 7px;
 width: 25%;
	font-size: 11px;
	line-height: 11px;
	color: #333;
 text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #f7f7f7;
}
.page .cont {
 margin: 0 auto 50px;
	padding: 0px;
}
.page .cont a{
	 color: #c44130;
	 text-decoration:none;
	 border-bottom:1px solid #c44130;
}
.page .cont h3 {
 margin: 0 auto;
	padding: 25px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
 color: #c44130;
	border-top: 1px solid #c44130;
}
.page .cont h4 {
 margin: 0 auto 5px;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;	
 color: #333;
	border-left: 2px solid #c44130;
}
.page .cont h5 {
 margin: 0 auto 5px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;	
 color: #333;
	border-left: 2px solid #333;
}
.page .cont ul {
 margin: 0 0 3.0em;
 padding: 1.0em 1.5em;
 list-style-type: disc;
 list-style-position: outside;
 font-size: 14px;
 border: 1px solid #dddddd;
 }
.page .cont ol {
 margin: 0 0 3.0em;
 padding: 1.0em 1.5em;
 list-style-type: decimal;
 list-style-position: inside;
 font-size: 14px;
 border: 1px solid #dddddd;
 }
.page .cont ul li,.page .cont ol li {
 margin-bottom: 0.5em;
 }
.page .cont table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom:3.5em;
}
.page .cont table th,
.page .cont table td{
  text-align: center;
  padding: 0.3em;
  border:solid 1px #ad756e;
}
.page .cont table th.type01{
  text-align: center;
  background: #c44130;
  color:#ffffff;
  padding: 0.5em 0.2em;
  font-weight:bold;
  border-right:solid 1px #f7a4a4;
}
.page .cont table th.type01:first-child{
  border-left:solid 1px #ad756e;
}
.page .cont table th.type01:last-child{
  border-right:solid 1px #ad756e;
}
.page .cont table th.type02{
  text-align: center;
  background: #f5d1cc;
  color:#c44130;
  padding: 0.5em 0.2em;
  font-weight:bold;
  width:4.5em;
}
.page .cont p {
 margin: 0 auto;
 padding: 0px 0 1em;
 font-size: 14px;
 line-height: 25px;
}
.page .cont p.center{
	text-align:center;
}
.page .cont p.center img{
	max-width:100%;
	width:auto;
}
.page .cont p strong {
 font-weight: bold;
}
.page .cont .dr_box {
 margin: 0 auto 20px;
 padding: 5%;
 border: 1px solid #dddddd;
 display: flex;
 justify-content: space-between;
}
.page .cont .dr_box p.img {
 margin: 0;
 padding: 0px;
 width: 25%;
}
.page .cont .dr_box .box {
 margin: 0;
 padding: 0px;
 width: 70%;
}
.page .cont .dr_box .box dl {
 margin: 0;
 padding: 0px 0 15px;
}
.page .cont .dr_box .box dl dt {
 margin: 0;
 padding: 0px 0 10px;
	font-size: 10px;
	line-height: 1;
 font-family: 'Dancing Script';
	letter-spacing: 1.0px;
 color: #c44130;
}
.page .cont .dr_box .box dl dd {
 margin: 0;
 padding: 0px;
	font-size: 12px;
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #c44130;
 font-weight: bold;
}
.page .cont .dr_box .box p {
 margin: 0;
 padding: 0px;
	font-size: 12px;
	line-height: 1.8;
}
.page .cont .treatment_box {
 margin: 0 auto 20px;
 padding: 5%;
 border: 1px solid #dddddd;
 background: #f7f7f7;
 display: flex;
 justify-content: space-between;
}
.page .cont .treatment_box p.img {
 margin: 0;
 padding: 0px;
 width: 25%;
}
.page .cont .treatment_box .box {
 margin: 0;
 padding: 0px;
 width: 70%;
}
.page .cont .treatment_box .box dl {
 margin: 0;
 padding: 0px 0 15px;
}
.page .cont .treatment_box .box dl dt {
 margin: 0;
 padding: 0px 0 10px;
	font-size: 12px;
	line-height: 1;
 font-family: 'Dancing Script';
	letter-spacing: 1.0px;
 color: #c44130;
}
.page .cont .treatment_box .box dl dd {
 margin: 0;
 padding: 0px;
	font-size: 14px;
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #c44130;
 font-weight: bold;
}
.page .cont .treatment_box .box h5 {
 margin: 0;
 padding: 0px;
	font-size: 14px;
	line-height: 1.8;
 border-left: none;
}
.page .cont .treatment_box .box p {
 margin: 0;
 padding: 0px;
	font-size: 12px;
	line-height: 1.8;
}
.page .cont .treatment_box .box p.bt {
 margin: 0;
 padding: 0px;
 width: 100%;
 text-align: right;
 display: flex;
 flex-direction: row-reverse;
}
.page .cont .treatment_box .box p.bt a {
 margin: 10px 0 0;
 padding: 15px 0;
 width: 50%;
	font-size: 10px;
	line-height: 1;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 color: #333;
 font-weight: bold;
 background: #FFF;
 text-align: center;
 border: 1px solid #333;
 text-decoration: none;
 display: block;
}
.page .cont .treatment_box .box p.bt a:hover {
 color: #FFF;
 background: #c44130;
}
.page .cont .supervision {
 margin: 0 auto 40px;
 padding: 5%;
 background: #f7f7f7;
}
.page .cont .supervision > h4 {
 margin: 0 auto;
 padding: 0px;
	font-size: 14px;
	line-height: 1.5;
 color: #333;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 font-weight: bold;
 border: none;
}
.page .cont .supervision > p {
 margin: 0 auto;
 padding: 0px 0 10px;
	font-size: 12px;
	line-height: 1.8;
 color: #333;
 border-bottom: 1px solid #dddddd;
}
.page .cont .supervision > h5 {
 margin: 0 auto;
 padding: 10px 0 5px;
	font-size: 12px;
	line-height: 1.5;
 color: #333;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 font-weight: bold;
 border: none;
}
.page .cont .supervision > .mbox {
 margin: 0 auto;
 padding: 0;
}
.page .cont .supervision .box {
 margin: 0;
 padding: 0;
}
.page .cont .supervision .box dl {
 margin: 0;
 padding: 0;
}
.page .cont .supervision .box dl:first-child {
 margin: 0;
 padding: 0 0 15px;
}
.page .cont .supervision .box dl dt {
 margin: 0;
 padding: 0;
	font-size: 12px;
	line-height: 1.5;
 font-weight: bold;
}
.page .cont .supervision .box dl dd {
 margin: 0;
 padding: 0 0 3px;
	font-size: 12px;
	line-height: 1.5;
 display: flex;
 justify-content: space-between;
 flex-wrap: nowrap;
}
.page .cont .supervision .box dl dd em {
 margin: 0;
 padding: 0;
 width: 15%;
}
.page .cont .supervision .box dl dd span {
 margin: 0;
 padding: 0;
 width: 80%;
}




/* SNS */
#twitter {
   background-color: #00acee;
}
#pocket {
   background-color: #EE4056;
}
#facebook {
   background-color: #3b5998;
}
#ggl-plus {
   background-color: #dd4b39;
}
#line{
   background-color: #00B900;
}
#hatena {
   background-color: #2D4C86;
}
.button-area {
 width: 96%;
 margin: 10px 0;
 padding: 10px 2% 20px;
 background: #f7f7f7;
 border: 1px solid #ddd;
 border-radius: 10px;
}
.button-area:after {
 content: '';
 clear: both;
 display: block;
}
.button-area-title {
 font-weight: 700;
 margin: 0;
 text-align: center;
}
.title-fill {
 display: block;
 color: #333;
 font-size: 12px;
 width: 100%;
 padding: 6px 15px;
 box-sizing: border-box;
}
.button-whole {
 float: left;
 width: 19%;
 margin: 0 0.5% 0 0.5%;
 box-sizing: border-box;
}
.button-link {
 display: block;
 text-align: center;
 color: #fff !important;
 font-size: 14px !important;
 padding: 10px 0 !important;
 box-sizing: border-box;
 border-radius: 3px;
 text-decoration: none;
}
.button-link:hover {
 text-decoration: none !important;
 filter:alpha(opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
}

.bt_page {
 margin: 0 auto 15px;
	padding: 0px;
	width: 100%;
}
.bt_page p {
 margin: 0 auto 10px;
	padding: 0px;
}
.bt_page p a {
 margin: 0px auto;
	padding: 15px 3%;
	width: 94%;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	text-align:	center;
	text-decoration: none;
	border: 1px solid #333333;
	display: block;
	box-sizing: border-box;
}
.bt_page p.tl a {
 text-align: left !important;
}
.bt_page p.tr a {
 text-align: right !important;
}
.bt_list {
 margin: 0 auto 50px;
	padding: 0px;
	width: 92%;
	text-align:	center;
}
.bt_list p a {
 margin: 0 auto;
	padding: 15px 0;
	width: 50%;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	text-align:	center;
	text-decoration: none;
	border: 1px solid #333333;
	display: block;
	box-sizing: border-box;
}

/*-------------footer-------------*/
#footer {
 margin: 0px auto;
	padding: 0;
 width: 100%;
	background: #f7f7f7;
}
#footer .inner {
 margin: 0px auto;
	padding: 1px 0 0;
 width: 84%;
}
#footer .inner .box h3 {
 margin-top: 30px;
 padding: 20px 0;
	font-size: 16px;
	color: #c44130;
	text-align: center;
 font-family: 'Dancing Script';
	letter-spacing: 3.0px;
 border-top: 1px solid #c44130;
}
#footer .inner .box p.contact {
 padding: 0 0 15px;
 font-size: 12px;
	color: #333;
	text-align: center;
}
#footer .inner .box ul {
 margin: 0 auto;
 padding: 0;
	width: 90%;
}
#footer .inner .box ul.bt_contact li a {
 margin-bottom: 5px;
 padding: 10px 0;
	background: #FFF;
	border: 1px solid #c44130;
	width: 100%;
	text-align: center;
	color: #c44130;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	display: block;
	box-sizing: border-box;
}
#footer .inner .box ul.bt_contact li:last-of-type a {
 margin-bottom: 0px;
}
#footer .inner .box ul.bt_contact li a:hover {
 color: #c44130;
	background: #FFF;
}
#footer .inner .box p.about {
 margin: 0 auto;
 padding: 0 0 20px;
	width: 90%;
 font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: left;
}
#footer .inner .box ul.cat_li {
 margin: 0 auto;
 padding: 0;
	width: 90%;
}
#footer .inner .box ul.cat_li li {
 margin: 0 0 5px;
 padding: 0;
}
#footer .inner .box ul.cat_li li a {
 margin: 0;
 padding: 0;
 font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: left;
	text-decoration: none;
}
#footer .inner .box ul.cat_li li a:hover {
	text-decoration: underline;
}

#footer .inner .box ul.ban_offi {
 margin: 0 auto;
 padding: 0;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#footer .inner .box ul.ban_offi li {
 margin: 0 0 2%;
 padding: 0;
	width: 48%;
	text-align: center;
}
#footer .inner .box ul.ban_offi li:last-child {
 margin: 0 auto;
 padding: 0;
	width: 48%;
	text-align: center;
}
#footer .copy {
 margin: 40px auto 0;
	padding: 30px 0 60px;
	width: 92%;
 border-top: 1px solid #000;
}
#footer .copy p {
 margin: 0;
	padding: 0px 0 15px;
 font-size: 10px;
	line-height: 10px;
	color: #333;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.bt_footer {
 width: 100%;
	background: #e53f58;
	position: fixed;
	bottom: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bt_footer li {
 width: 50%;
	height: 55px;
	border-right: 1px solid #e15f4e;
	box-sizing: border-box;
}
.bt_footer li:last-of-type {
	border-right: none;
}

/*-------------overlay-------------*/
#overlay-menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 4%;
	box-sizing: border-box;
	background: #c44130;
	overflow: auto;
	display: none;
}
#overlay-menu.is-show {
	display: block;
}
#overlay-menu .inner {
 margin: 20px auto 0;
	width: 92%;
}
#overlay-menu .inner .box {
 margin: 0px auto;
	width: 91%;
}
#overlay-menu .inner .box .listnavi {
 margin: 0 auto;
 padding: 0 0 15px;
	width: 90%;
}
#overlay-menu .inner .box .listnavi ul {
 padding: 0px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
}
#overlay-menu .inner .box .listnavi ul li {
	color: #333;
	border-top: 1px solid #d06759;
	position: relative;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#overlay-menu .inner .box .listnavi ul li:last-of-type {
	border-bottom: 1px solid #d06759;
}
#overlay-menu .inner .box .listnavi ul li a {
 padding: 15px 15px 15px 5px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#overlay-menu .inner .box .listnavi ul li i {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #FFF;
}
.menu_bt {
 margin: 20px auto 0;
 padding: 0 0 15px;
 width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.menu_bt li {
 width: 49.5%;
}
#overlay-menu .overlay-close {
	margin: 0 auto;
	padding: 13px 0;
	width: 100%;
	background: #c44130;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
 outline: none;
 appearance: none;	
}
}
