@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	font-size: 14px;
	line-height: 1em;
	color: #000;
	font-family: "メイリオ","meiryo",Verdana,"Hiragino Kaku Gothic Pro W3","MS UI Gothic";
}
a, span {
	font-size: inherit;
	color: inherit;
}
html {
	overflow: auto;
	font-display: swap;
}
body {
	-webkit-text-size-adjust: 100%;
	text-align: center;
	/*overflow-x: hidden;*/
	overflow: hidden;
	margin: 0;
	min-width: 980px;
	position: relative;
}
aside, .sidebar, main, .main {
	display: inline-block;
	vertical-align: top;
}
.sidebar {
	position:relative;
	width: 240px;
	margin-right: 63px;
}
main {
	float: right;
}
.main {
	width: 677px;
	float: right;
}
img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: auto;
}
.block{
	display:block;
}
body:before, .site-header:before, .site-footer:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
}
body:before {
	border-left: solid 11px #d35252;
	border-top: solid 11px #d35252;
	border-right: 11px solid transparent;
	border-bottom: 11px solid transparent;
	left: 0;
}
.site-header:before {
	border-right: solid 11px #d35252;
	border-top: solid 11px #d35252;
	border-left: 11px solid transparent;
	border-bottom: 11px solid transparent;
	right: 0;
}
.site-footer:before {
	border-left: solid 11px #d35252;
	border-bottom: solid 11px #d35252;
	border-right: 11px solid transparent;
	border-top: 11px solid transparent;
	z-index: 99999;
	bottom: 0;
	top: auto;
	left: 0;
}
.site-header, .main-wrap, .site-footer {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	overflow:visible;
}
.main-wrap {
	font-size: 0%;
	position: relative;
	padding-bottom: 80px;
	overflow:hidden;
}
hr.graydot{
	height:30px;
	background-image:url(/common/images/bg-dot-gray.gif);
	margin:0;
	border:none;
	width:100%;
}
.site-header p, .site-footer p, .sidebar p {
	margin: 0;
}
.site-header>a:first-child {
	margin-top: 8px;
}
.site-header>p+div {/*TELと検索*/
	text-align: right;
	margin-top: -71px;
	line-height: 34px;
	height: 78px;
}
.site-header div>a {
	margin-right: 17px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
}
.site-header div>img {
	vertical-align: middle;
	margin-right: 15px;
	display: inline-block;
}
.site-header div div {
	margin-top: 0;
	display: inline-block;
	text-align: left;
	margin-bottom: 8px;
}
.site-header div div form{
	width: 180px;
	position:relative;
}
.site-header div div input[type="text"] {
	display: inline-block;
	width: 180px;
	height: 34px;
	border: solid 1px #67a3c7;
	border-radius: 4px;
	background-color: #e7e7e7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 11px;
	padding-right: 20px;
	color: #777;
	font-size: 0.928em;
	line-height: 34px;
}
.site-header div div input[type="submit"] {
	width: 17px;
	border: none;
	height: 18px;
	background-color: transparent;
	padding: 0;
	background-image: url(/common/images/btn-lends-trans.png);
	text-indent: 4em;
	position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.site-header>div>ul>li {
	display: inline-block;
	margin-left: 18px;
}
.site-header>div>ul>li:before {
	content: '';
	width: 0;
	height: 0;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
	border-left: solid 4px #000;
	display: inline-block;
	margin-right: 5px;
}

.site-header>div>ul>li.ico_none:before {
	border:none;
}	

.site-header>div>ul>li a {
	letter-spacing: 0.025em;
	font-size: 0.928em;
	text-decoration: none;
}

.site-header>div>ul>li.ico_none a img  {
	margin-top:-3px;
}


.site-header>div>ul>li a:hover {
	text-decoration: underline;
}
.site-header>div+ul {/*グランドナビ*/
/**/
	font-size: 0%;
	padding: 20px 5000px 19px 5000px;
	width: 100%;
	margin-left: -5000px;
	background-color: #cc3333;
  white-space: nowrap;
/*
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200%;
  margin-left: -50%;
  height: 100px;
  background-color: #cc3333;
	font-size: 0%;
  white-space: nowrap;
*/
}
.site-header>div+ul:before {
	background-color: #cc3333;
	height: 100px;
	width: 5000px;
	display: block;
	position: absolute;
	z-index: -1;
	left: -5000px;
	margin: auto;
	right: -5000px;
}
.site-header>div+ ul>li {
	display: inline-block;
	height: 61px;
	line-height: 61px;
	background-image: url(/common/images/g-nav-line.png);
	background-position: right 0%;
	background-repeat: no-repeat;
}
.site-header>div +ul>li>a {
	display:inline-block;
	text-align: center;
	width: 100%;
	height:60px;
	vertical-align:top;
}
.site-header>div +ul>li>a span {
	display:block;
	margin-top:22px;
}
.site-header>div +ul li>a:hover img {
	border-bottom: solid 1px #e38686;
	padding-bottom: 7px;
}
.site-header>div+ul>li.active>a>img,
.home .site-header>div+ul>li:first-child>a>img,
.cat-department .site-header>div+ul>li:first-child+*>a>img,
.cat-for_outparient .site-header>div+ul>li:first-child+*+*>a>img,
.cat-for_inpatient .site-header>div+ul>li:first-child+*+*+*>a>img,
.cat-healthcheck .site-header>div+ul>li:first-child+*+*+*+*>a>img,
.cat-about .site-header>div+ul>li:first-child+*+*+*+*+*>a>img,
.cat-for_medicial .site-header>div+ul>li:first-child+*+*+*+*+*+*>a>img {
	border-bottom: solid 1px #fffdac;
	padding-bottom: 7px;
	padding-top: 8px;
}
.site-header>div+ul>li:first-child {
	width: 109px;
	position: relative;
}
.site-header>div+ul>li:first-child a:before {
	content: url('/common/images/g-nav-line.png');
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.site-header>div+ul>li:first-child+* {
	width: 110px;
}
.site-header>div+ul>li:first-child+*+* {
	width: 134px;
}
.site-header>div+ul>li:first-child+*+*+*, .site-header>div+ul li:first-child+*+*+*+* {
	width: 155px;
}
.site-header>div+ul>li:first-child+*+*+*+*+* {
	width: 189px;
}
.site-header>div+ul>li:first-child+*+*+*+*+*+* {
	width: 128px;
}

/*　サブメニュー追加　2016.06　*/
.naviBtn {
	position: relative;
}
.naviBtn > div {
	display: none;
	z-index: 9999;
	position: absolute;
	width: 980px;
	margin-top: -1px;
	padding: 30px 18px 20px 22px;
	background-color: rgba(256,245,245,0.96);
	border-bottom: 3px solid #CD3333;
	border-left: 3px solid #CD3333;
	border-right: 3px solid #CD3333;
}
.over .naviBtn > div{
	bottom: 60px;
	border-bottom: none;
	border-top: 3px solid #CD3333;
}
.naviBtn > div.box02 {
	margin-left: -129px;
}
.naviBtn > div.box03 {
	margin-left: -239px;
}
.naviBtn > div.box04 {
	margin-left: -373px;
}
.naviBtn > div.box05 {
	margin-left: -528px;
}
.site-header>div +ul li#navi02>a:hover img,
.site-header>div +ul li#navi03>a:hover img,
.site-header>div +ul li#navi04>a:hover img,
.site-header>div +ul li#navi05>a:hover img {
	border-bottom: solid 1px #fff;
	padding-bottom: 7px;
}
.site-header>div+ ul li a img.active {
	border-bottom: solid 1px #fffdac;
	padding-bottom: 7px;
}
.site-header>div+ ul li a img.gActive {
	border-bottom: solid 1px #fff;
	padding-bottom: 7px;
}
.site-header>div+ul li>div>dl {
	float: left;
	width: 230px;
	margin: 0 7px;
	overflow: hidden;
}
.site-header>div+ul li>div>dl>dt {
	height: 20px;
	margin-bottom: 8px;
	padding: 5px 5px 0px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #CD3333;
}
.site-header>div+ul li>div>dl>dd {
	height: 20px;
	padding: 5px;
	text-align: left;
	line-height: 1.3em;
}
.site-header div+ul li>div>dl>dt>a, .site-header>div+ul li>div>dl>dd>a {
	text-decoration: none;
}
.site-header>div+ul li>div>dl>dd>a {
	text-decoration: none;
	background: url(../images/ico-arrow01-trans.png) left center no-repeat;
	padding-left: 10px;
}
.site-header>div+ul li>div>dl>dd.icn02>a {
	background: url(../images/ico-arrow02-trans.png) left center no-repeat;
}
.site-header div+ul li>div>dl>dt>a:hover, .site-header>div+ul li>div>dl>dd>a:hover {
	text-decoration: underline;
}
.life {
	margin-top: 40px;
}
.doc {
	margin-top: 10px;
}
.M5 {
	margin-top: 15px;
}
.site-header div+ul li>div>ul {
	float: left;
	width: 230px;
	margin: 0 7px;
	overflow: hidden;
	border-left: 1px solid #CCC;
}
.site-header div+ul li>div>ul>li {
	height: 20px;
	padding: 5px 5px 5px 20px;
	text-align: left;
}
.site-header div+ul li>div>ul>li>a {
	text-decoration: none;
	background: url(../images/ico-arrow01-trans.png) left center no-repeat;
	padding-left: 10px;
}
.site-header div+ul li>div>ul>li>a:hover {
	text-decoration: underline;
}
.site-header div+ul li>div.box04 {
}
.site-header div+ul li>div.box04>ul {
	width: 100%;
	border: none;
	list-style-type: none;
}
.site-header div+ul li>div.box04>ul li {
	float: left;
	margin: 0 40px 0 0;
	padding-left:0;
}
.site-header div+ul li>div a:hover {
	opacity: 0.6;
}
.site-header>div +ul>li#navi02>a:hover,
.site-header>div +ul>li#navi03>a:hover,
.site-header>div +ul>li#navi04>a:hover,
.site-header>div +ul>li#navi05>a:hover,
.site-header>div +ul>li#navi02>a.gbActive,
.site-header>div +ul>li#navi03>a.gbActive,
.site-header>div +ul>li#navi04>a.gbActive,
.site-header>div +ul>li#navi05>a.gbActive {
	background: url(../images/arrow.png) center bottom no-repeat;
	opacity: 0.96;
}
.site-header>div +ul.over >li#navi02>a:hover,
.site-header>div +ul.over >li#navi03>a:hover,
.site-header>div +ul.over >li#navi04>a:hover,
.site-header>div +ul.over >li#navi05>a:hover,
.site-header>div +ul.over >li#navi02>a.gbActive,
.site-header>div +ul.over >li#navi03>a.gbActive,
.site-header>div +ul.over >li#navi04>a.gbActive,
.site-header>div +ul.over >li#navi05>a.gbActive {
	background: none;
	opacity: 0.96;
	position:relative;
}
.site-header>div +ul.over >li#navi02>a:hover:after,
.site-header>div +ul.over >li#navi03>a:hover:after,
.site-header>div +ul.over >li#navi04>a:hover:after,
.site-header>div +ul.over >li#navi05>a:hover:after,
.site-header>div +ul.over >li#navi02>a.gbActive:after,
.site-header>div +ul.over >li#navi03>a.gbActive:after,
.site-header>div +ul.over >li#navi04>a.gbActive:after,
.site-header>div +ul.over >li#navi05>a.gbActive:after {
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-top: solid 8px #fff;
	border-right: solid 8px transparent;
	border-bottom: none;
	border-left: solid 7px transparent;
	display: inline-block;
	left: 0;
	right: 0;
	margin:auto;
	bottom: 51px;
}

/* /// */

.site-header>ul+p {
	padding: 0 5000px;
	margin-left: -5000px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 178px;
	line-height: 169px;
	border-bottom: solid 3px #e9a9a9;
	margin-bottom: 9px;
	width: 980px;
}
.site-header>ul+p:before {
	content: '　';
	width: 100%;
	background-color: #f9f8ea;
	height: 169px;
	position: absolute;
	left: 0;
	z-index: -1;
}
.site-header .bread {/*パン屑*/
	color: #333;
	font-size: 0.857em;
	letter-spacing: 0.016em;
	padding:0;
	margin:0 0 35px 0;
	background-image:none;
	height:auto;
	line-height:1em;
	border-bottom:none;
}
.site-header ul+.bread{
	margin-top:9px;
}
.site-header .bread:before{
	content:none;
}
.site-header>ul+p+ul a:hover {
	color: #999;
}
.sidebar>div:first-child {
	margin-bottom: 30px;
}
.sidebar>div:first-child>p {/*カテゴリメニュー*/
	border-radius: 4px;
	background-color: #d35252;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.285em;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar>div:first-child li {
	list-style-type: none;
	border-top: solid 1px #fff;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar>div:first-child a {
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 20px;
	padding:15px 0;
}
.sidebar>div:first-child ul {
	margin: 0;
	padding: 0;
}
.sidebar>div:first-child>ul>li {
	background-color: #fbeeee;
	background-image: url(/common/images/ico-arrow-r-trans.png);
	background-repeat: no-repeat;
	background-position: 211px 16px;
}
.sidebar>div:first-child>ul>li.has_child {
	background-image: url(/common/images/ico-plus-trans.png);
}
.sidebar>div:first-child>ul>li.has_child a.open {
	background-image: url(/common/images/ico-minus-trans.png);
	background-repeat: no-repeat;
	background-position: 186px 16px;
}
.sidebar>div:first-child>ul li.active, 
.sidebar>div:first-child>ul li:hover{
	background-color: #f4d4d4;
}
.sidebar>div:first-child>ul ul {
	margin-left: -25px;
	display: none;
}
.sidebar>div:first-child>ul ul li {
	background-color: #fff;
/*	background-position: 211px 16px;*/
	background-position: 211px center;
	background-image: url(/common/images/ico-arrow-g-trans.png);
	background-repeat: no-repeat;
	padding-left:46px;
	padding-right:30px;
	text-indent:-10px;

}
.sidebar>div:first-child>ul ul a:before {
	content: url(/common/images/ico-minus-r-trans.png);
	display: inline-block;
	margin-right: 11px;
	position: relative;
	top: -5px;
}
.sidebar .side-common {/*目的メニュー*/
	margin-bottom: 36px;
}
.sidebar .side-common>a {
	margin-bottom: 10px;
	display: block;
	text-align: right;
	padding-right: 10px !important;
	border-radius: 4px;
	padding-top: 19px;
	padding-bottom:0 !important;
}
.sidebar .side-common a:first-child {
	background-color: #e47368;
}
.sidebar .side-common a:first-child+* {
	background-color: #f1a34f;
}
.sidebar .side-common a:first-child+*+* {
	background-color: #a7d25c;
}
.sidebar .side-common a:first-child+*+*+* {
	background-color: #b8aad3;
}
.sidebar .side-common a:first-child:hover {
	background-color: #df5b4e;
}
.sidebar .side-common a:first-child+*:hover {
	background-color: #ee9330;
}
.sidebar .side-common a:first-child+*+*:hover {
	background-color: #98ca3f;
}
.sidebar .side-common a:first-child+*+*+*:hover {
	background-color: #ab9bcb;
}
.sidebar .side-common+* {/*診療のご案内*/
	border: solid 3px #ccc;
	padding: 18px 24px;
	text-align: center;
	min-height: 470px;
	background-color:#fff;
}
.sidebar .side-common+* dl {
	text-align: left;
	margin-top: 26px;
}
.sidebar .side-common+* dt {
	font-size: 1.142em;
	font-weight: 700;
	line-height: 1.625em;
	color: #333;
}
.sidebar .side-common+* dd {
	line-height: 1.714em;
	color: #333;
	margin-left: 0;
	margin-bottom: 29px;
}
.sidebar .side-common+* dd img{
	margin-left:20px;
}
.sidebar .side-common+*>img {
	margin-top: 15px;
	display: inline-block;
}
.sidebar .side-common+* dl>*:first-child+*+*+*+*+* {
	border-bottom: solid 1px #e6e6e6;
	width: 234px;
	margin-left: -24px;
	padding-bottom: 16px;
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 21px;
}

.topimg_ie8 {
	display:none;
}

.site-footer {/*サイトフッタ*/
	padding-top: 74px;
	font-size: 0%;
}
.site-footer ul, .site-footer dl {
	margin-bottom: 0;
}
.site-footer>ul:first-child, .site-footer>ul:first-child+*, .site-footer>ul:first-child+*+*, .site-footer>ul:first-child+*+*+*, .site-footer>dl+ul {
	display: inline-block;
	vertical-align: top;
	border-right: solid 1px #e4e4e4;
	/*height: 280px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 24px;
	padding-top: 4px;
	margin-top: 0;
}
.site-footer>dl+ul {
	margin-top: -10px;
}
.site-footer dd, .site-footer>dl+ul li {
	font-size: 0.857em;
}
.site-footer dt {
	margin-bottom: 9px;
}
.site-footer ul:first-child li {
	margin-bottom: 31px;
}
.site-footer dd+dt {
	margin-top: 25px;
}
.site-footer dd, .site-footer>dl+ul li {
	line-height: 2.33em;
	margin-left: 0;
}
.site-footer li {
	list-style-type: none;
}
.site-footer a {
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
}
.site-footer ul a, .site-footer dl a {
	letter-spacing: 0.075em;
}
.site-footer>ul:first-child {
	width: 170px;
	padding-left:0 !important;
}
.site-footer>ul:first-child+* {
	width: 210px;
}
.site-footer>ul:first-child+*+* {
	width: 210px;
}
.site-footer>ul:first-child+*+*+* {
	width: 210px;
}
.site-footer>ul:first-child+*+*+*+* {
	width: 170px;
	border-right: none;
}
.site-footer>ul:first-child li, .site-footer dt {
	list-style-type: none;
	color: #d35252;
}
.site-footer>ul+p {/*フッタロゴ*/
	color: #222;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-top: 61px;
}
.site-footer>ul+p img {
	margin-bottom: 3px;
	display: inline-block;
}
.site-footer>ul+p+p {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	width: 393px;
	font-size: 0%;
	margin-left: 77px;
	margin-top:20px;
}
.site-footer>ul+p+p:before {
	display: block;
	height: 3px;
	line-height: 0;
}
.site-footer>ul+p+p a {
	display: inline-block;
	width: 131px;
	text-align: center;
	font-size: 14px;
	color: #222;
}
.site-footer>ul+p+p a:before {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.site-footer>ul+p+p a:first-child:before {
	content: url(/common/images/ico-tel.gif);
	width: 14px;
}
.site-footer>ul+p+p a:first-child+*:before {
	content: url(/common/images/ico-mail.gif);
	width: 13px;
}
.site-footer>ul+p+p a:first-child+*+*:before {
	content: url(/common/images/ico-pointer.gif);
	width: 11px;
}
.site-footer>ul+p+p a.btn-w378{
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	width: 378px;
	margin-left:4px;
}
/*.site-footer>ul+p+p+p {
	height: 26px;
	padding: 368px 2000px 0 2000px;
	width: 980px;
	margin-left: -2000px;
	background-image: url(/common/images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	font-size: 11px;
	text-align: center;
	position: relative;
	margin-top: 35px;
}*/
body>a[href="#pagetop"] {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}
body>a[href="#pagetop"]:before {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	/*border-top: solid 73px transparent;
	border-right: solid 73px #d35252;
	border-bottom: solid 73px #d35252;
	border-left: solid 73px transparent;*/
	border-top: solid 11px transparent;
    border-right: solid 11px #d35252;
    border-bottom: solid 11px #d35252;
    border-left: solid 11px transparent;
}
body>a[href="#pagetop"] img {
	/*position: absolute;
	bottom: 32px;
	right: 29px;
	max-width: none;*/
	display:none;
}
body>a[href="#pagetop"]:hover:before {
	content: '';
	border-right: solid 73px #d23e3e;
	border-bottom: solid 73px #d23e3e;
}
.fadealpha {
/*JSで設定*/
}
/* メイン部分汎用 */
.pos_re{
	position:relative;
}
.article h1 {
	font-size: 2.286em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin-bottom: 1.548em;
	text-align:left;
}
.article h2 {
	font-size: 1.857em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	padding-top: 0.77em;
	padding-bottom: 0.846em;
	background-repeat: repeat-x;
	background-position: 1px bottom;
	background-image: url(/common/images/h2-border-trans.png);
	margin-bottom: 1em;
	text-align:left;
}
.article h2.has_bg {
	background-image: url(/common/images/h2-bg-trans.png);
	background-repeat: repeat;
	border-bottom: solid 1px #ccc;
	padding-left:0.923em;
	border-radius:0.154em;
}
.article h3 {
	color: #d35252;
	font-size: 1.571em;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin-bottom:0.772em;
	text-align:left;
}
.article h4{
	color:  #333333;
	font-size: 1.143em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin-bottom:0.625em;
	text-align:left;
}
.article h4.h4_red{
	color:  #d35252;
}
.article h5{
	color: #333333;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin-bottom: 0.785em;
	background-image: url(/common/images/icon-minus-g-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.285em;
	text-align:left;
}
.article ul,
.article ol,
.article dl{
	margin-bottom:30px;
	margin-left:7px;
	padding-left:14px;
}
.article .ul_red,
.article .ul_check,
.article .ol_red{
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
.article .ul_red,
.article .ul_check{
	margin-left: 40px;
}
.article li{
	margin-bottom:11.5px;
}
.article .ul_red li,
.article .ul_check li{
	text-indent: -20px;
}
.article .ul_red>li:before,
.article .ul_check>li:before{
	text-align:center;
	display:inline-block;
	margin-right:9px;
	padding:0;
}
.article .ul_red>li:before{
	content:url(/common/images/li-dot-trans.png);
}
.article .ul_check>li:before{
	content:url(/common/images/li-check-trans.png);
}
.article .ol_red{
	counter-reset:cnt;
}
.article .ol_red>li{
	counter-increment:cnt;
	text-indent:-50px;
	margin-left:50px;
}
.article .ol_red>li:before{
	content: counter(cnt) '.';
	color:#dc7575;
	display:inline-block;
	margin-right:9px;
	margin-left:3px;
	width:25px;
	padding-right:15px;
	text-align:right;
}
.article .ol_red>li>ol {
	margin-top:15px;
	padding-left: 0;
    margin-left: 0;
}
.article .ol_red>li>ol>li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.article dt{
	margin-left:-17px;
	margin-bottom:7px;
}
.article dd{
	padding-bottom:12px;
}
.article .dl_line{
	margin-left:0;
	padding-left:0;
	overflow:hidden;
	font-size:0%;
	border-bottom:dashed 1px #999;
}
.article .dl_line>dt,
.article .dl_line>dd{
	border-top:dashed 1px #999;
	box-sizing:border-box;
	float:left;
	text-align:left;
	padding-top:7.5px;
	padding-bottom:7.5px;
	display:inline-block;
}
.article .dl_line>dt{
	clear:both;
	background-image:url(/common/images/li-dot-trans.png);
	background-position:10px 14px;
	background-repeat:no-repeat;
	padding-left:29px;
	padding-right:33px;
	width:34.4%;
	color:#d35252;
	margin-left:0;
}
.article .dl_line>dd{
	padding-right:14px;
	width:65.6%;
}

.article p,.article dt,.article dd,.article li,.article th,.article td,.article blockquote{
	letter-spacing: 0.025em;
/*	line-height: 1.643em;*/
	line-height: 1.8em;	
}
.article p,.article dd,.article li,.article td,.article blockquote{
	text-align:left;
}
.article p {
	margin-top:0.5em;
	margin-bottom: 1.93em;
}
.article a{
	color:#376897;
}
.article a:hover{
	text-decoration:none;
}
a.link_ex{
	padding-right:17px;
	position:relative;
}
a.link_ex:before{
	content:url(/common/images/link_ex-trans.png);
	position:absolute;
	right:4px;
	top:0;
	bottom:0;
	margin:auto;
}
a.link_ico_r:before,
a.link_ico_g:before
{
	width:18px;
	display:inline-block;
}
div.half_g_box{
	width:716px;
	overflow:hidden;
	display:table;
	border-collapse:separate;
	border-spacing:20px 0px;
	margin-left:-20px;
	margin-bottom:29px;
}
div.half_g_box>div,
div.g_box{
	border:solid 1px #ccc;
	padding:20px 23px;
	box-sizing:border-box;
}
div.half_g_box>div{
	margin:16px 10px;
	width:330px;
	display:table-cell;
}
div.half_g_box>div>h2,
div.half_g_box>div>h3,
div.half_g_box>div>h4,
div.half_g_box>div>h5,
div.half_g_box>div>h6,
div.g_box>h2,
div.g_box>h3,
div.g_box>h4,
div.g_box>h5,
div.g_box>h6{
	color:  #d35252;
	font-size: 1.143em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin:0 0 26px 0;
	padding:0;
	background-image:none;
}
div.half_g_box>div>h2:before,
div.half_g_box>div>h3:before,
div.half_g_box>div>h4:before,
div.half_g_box>div>h5:before,
div.half_g_box>div>h6:before,
div.g_box>h2:before,
div.g_box>h3:before,
div.g_box>h4:before,
div.g_box>h5:before,
div.g_box>h6:before{
	display:block;
	margin-bottom:5px;
	width:50px;
	height:4px;
	background-color:#d35252;
	content:'';
}
a.link_ico_r:before{
	content:url(/common/images/link_ico_r-trans.png);
}
a.link_ico_g:before{
	content:url(/common/images/link_ico_g-trans.png);
}
.article .btn_gray{
	background-color:#999;
	color:#fff;
	border-radius:15px;
	padding:7px 31px 9px 23px;
	text-decoration:none;
	line-height:1.6em;
	position:relative;
}
.article .btn_gray:before{
	position:absolute;
	content:'';
	display:inline-block;
	border-top:solid 6px transparent;
	border-right:solid 8px transparent;
	border-bottom:solid 6px transparent;
	border-left:solid 8px #fff;
	width:0;
	height:0;
	right:0px;
	top:0;
	bottom:0;
	margin:auto;
}
.div_pinkframe{
	border:solid 4px #f6dcdc;
	padding:26px 22px;
	box-sizing:border-box;
	margin-bottom:29px;
}
.div_pinkframe>h2,
.div_pinkframe>h3,
.div_pinkframe>h4,
.div_pinkframe>h5,
.div_pinkframe>h6{
	color:  #d35252;
	font-size: 1.143em;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height:1.6em;
	margin:0 0 15px 0;
	padding:0;
	background-image:none;
}
.article blockquote{
	margin-left:71px;
	border-left:solid 2px #d35252;
	padding:15px 0 15px 28px;
	margin-bottom:29px;
}
.article blockquote>h2,
.article blockquote>h3,
.article blockquote>h4,
.article blockquote>h5,
.article blockquote>h6{
	color:  #333333;
	font-size: 1.143em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height:1.6em;
	border-bottom:9px;
	background-image:none;
	padding:0;
}
.wp-caption-text{
	color:  #d35252;
	letter-spacing: 0.05em;
	margin-top:6px;
}
.wp-caption-text:before{
	content:'';
	width:0;
	height:0;
	border-top:solid 10px transparent;
	border-right:solid 6px transparent;
	border-bottom:solid 10px #d35252;
	border-left:solid 6px transparent;
	position:relative;
	top:-16px;
	margin-right:0.5em;
}
.article table{
	border:solid 1px #333;
	margin-bottom:29px;
	width:100%;
}
.article .th_nobg{
	background-color:transparent;
	color:inherit;
}
.article .th_gray{
	background-color:transparent;
	background-image:url(/common/images/td-bg-trans.png);
	color:inherit;
}
.article th{
	background-color: #aaa;
	color:#fff;
	font-weight:normal;
	border:solid 1px #333;
	vertical-align:middle;
	padding:22px;
}
.article td{
	border:solid 1px #333;
	padding:22px 19px
}
.table_th_red{
	border:solid 1px #d35252;
}
.table_th_red th{
	border:solid 1px #d35252;
	color:#fff;
	background-color:#dc7575;
}
.table_th_red td{
	border:solid 1px #d35252;
}
.article .btn-red01{
	padding:22px 92px 21px 92px;
	margin-left:10px;
	margin-right:10px;
	border-radius: 20px;
	background-color:  #d35252;
	display:inline-block;
	background-image:url(/common/images/common-btn-red2tone.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
.article .btn-red01:hover,
.article .btn-red01.hover{
	background-color:#da6c6c;
}
.article .btn-gray-tri,
.article .btn-peach-tri{
	padding:7px 78px 9px 69px;
	max-width:100%;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	position:relative;
	background-color:#999;
	border-radius:14px;
	display:inline-block;
}
.article .btn-peach-tri{
	background-color: #e47368;
}
.article .btn-gray-tri:before,
.article .btn-peach-tri:before{
	position:absolute;
	width:0;
	height:0;
	content:'';
	border-top:solid 5px transparent;
	border-right:solid 7px transparent;
	border-bottom:solid 5px transparent;
	border-left:solid 7px #fff;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.article .btn-gray-tri:hover{
	background-color:#6c6c6c;
}
.article .btn-peach-tri:hover{
	opacity: 0.9;
}
.article .txt-center{
	text-align:center;
}
.article .txt-right{
	text-align:right;
}
.img_fl_right{
	float:right;
	margin-left:22px;
	margin-bottom:28px;
}
.border-ul{
	border-top: solid 2px #cdcdcd;
}
.border-ul>li{
	margin: 0;
	padding: 20px 14px 20px 16px;
	list-style-type: none;
	border-bottom: solid 1px #cdcdcd;
	line-height:1.2em;
}
.border-ul>li>span{
	line-height:inherit;
}

/* カテゴリトップ　メイン部 */
.main .links{
	font-size:0%;
	margin-left:-20px;
	width:720px;
	margin-top:-6px;
	padding-left:0;
}
.links,
.links ul{
	list-style-type:none;
	padding-left:0;
}
.links>li{
	width:320px;
	padding-bottom:152px;
	background-position:bottom;
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:top;
	margin:0 18px 36px 18px;
	border-radius: 10px;
	border-style: solid;
	border-width: 3px;
	border-color:  rgba(204, 204, 204, 50);
	box-sizing:border-box;
}
.links>li.single{
	overflow:hidden;
	position:relative;
}
.links>li.single:before{/*ULを含まないとき用*/
	content:'';
	background-color:  #fff;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.links>li.single:hover:before{
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.links>li>a{
	background-color:  #d35252;
	height: 79px;
	display:block;
	line-height:79px;
	background-image:url(/common/images/common-btn-2tone02.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border-radius:8px 8px 0 0;
	text-align:center;
}
.links>li.single>a{
	position:relative;
}
.links>li>a:hover,
.links>li.single:hover>a{
	background-color:#da6c6c;
}

.links li ul{
	margin:19px 0 0 24px;
	padding-left:0;
	height:191px;
}
.links li li{
	margin-bottom:13px;
	line-height:1em;
	font-size: 1.07em;
}
.links li li a{
	display:block;
	letter-spacing: 0.75px;
	color:#666;
	text-decoration:none;
}
.links li li a:hover{
	text-decoration:underline;
}
.links li li a:before{
	border-top:solid 5px transparent;
	border-right:solid 6px transparent;
	border-bottom:solid 5px transparent;
	border-left:solid 6px #d35252;
	display:inline-block;
	margin-right:1px;
	content:'';
	width:0;
	height:0;
}
.links li li a span{
	letter-spacing: 0.6px;
	color:#999;
	font-size:0.857em;
}

.btn-2cols,
.btn-3cols{
	font-size:0%;
	margin-left:-10px;
	width:700px;
}
.btn-2cols a,
.btn-3cols a{
	display:inline-block;
border-radius: 5px;
border: solid 1px #ccc;
box-sizing: border-box;
height: 33px;
line-height:33px;
color:  #333333;
font-size: 14px;
letter-spacing: 0.35px;
margin-bottom:7px;
padding-left:31px;
background-repeat:no-repeat;
background-image:url(/common/images/link_ico_r-trans.png);
background-position:10px center;
text-decoration:none;
}
.btn-3cols a{
	width:220px;
	margin-right:10px;
}
.btn-2cols a{
	width:330px;
	margin-right:10px;
	/*margin-left:10px;*/
	margin-left:6px;
}
.btn-2cols a:hover,
.btn-3cols a:hover{
	background-color:#f3f3f3;
}

/* ページ内リンクのリスト */
.article .anchor-list{
	padding-bottom:5px;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:45px;
}

.article .anchor-list>a {
	display:inline-block;
	float:left;
	padding:6px 22px 3px 30px;
	background-image:url(/common/images/common-ico-check01.png);
	background-repeat:no-repeat;
	background-position: 14px center;
	border-right:solid 1px #ccc;
	text-decoration:none;
	color:#666;
	margin-bottom:8px;
}
.article .anchor-list>a:hover {
	background-color:#f3f3f3;
}

/* メイン部フッタの関連リンク */
.main-footer{
	margin-top:74px;
	margin-bottom:32px;
}
.main-footer>p{
	background-image:url(/common/images/bg-dot-gray.gif);
	height:36px;
	border-radius:4px;
	border-bottom:solid 1px #ccc;
	padding-left:17px;
	line-height:36px;
}
.main-footer p.list{
	background-image:none;
	height:auto;
	border:none;
	line-height:inherit;
	overflow:hidden;
	margin-left:20px;
	width:101.6%;
	padding-left:6px;
}
.main-footer .list a{
	display:inline-block;
	float:left;
	padding-right:31px;
	margin-bottom:8px;
}
.main-footer .list a:before{
	position:relative;
	content:url(/common/images/link_ico_g-trans.png);
	left:-6px;
	top:2px;
}

/*記事リスト*/
.item-table{
	border-top:solid 1px #cdcdcd;
}
.item-table>div{
	border-bottom:solid 1px #cdcdcd;
}
.item-table>div:hover{
	background-color:#f5f5f5;
}
.item-table .date,
.item-table .date+*,
.item-table .date+*+*{
	display:table-cell;
	vertical-align:top;
	padding-bottom:16px;
	box-sizing:border-box;
}
.item-table .date{
	width:116px;
	padding-left:12px;
	padding-top:17px;
}
.item-table .date+*{
	width:115px;
	padding-top:17px;
}
.item-table .date+*>a{
	width:84px;
/*	height:18px;*/
	line-height:18px;
	text-align:center;
	color:#fff;
	background-color:#666;
	border-radius:2px;
	font-size:11px;
	display:inline-block;
	text-decoration:none;
	font-weight:700;
	padding-top: 1px;
    box-sizing: border-box;
	margin-bottom:1px;
}
.item-table .date+*+*{
	font-size:1em;
	background-image:none;
	padding-top:15px;
}
.item-table .date+*+* a{
    color: #333;
    text-decoration: none;
    background-image: url(/common/images/title-line-trans.png);
    background-position: 0 18px;
    line-height: 22px;
    padding-bottom: 2px;
	font-weight:normal;
}
.font-110{
	font-size:1.1em
}
.font-120{
	font-size:1.2em
}
.font-130{
	font-size:1.3em
}
.font-140{
	font-size:1.4em
}
.font-150{
	font-size:1.5em
}
.font-160{
	font-size:1.6em
}
.white{
	color:#fff !important;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}

p.icon_red{
	display: inline-block;
	background: url(/common/images/li-dot-trans.png) no-repeat left center;
	padding-left: 20px;
	margin-top:1em;
	margin-bottom:0;
	font-weight:600;
}
p.txt_bold{
	font-weight:600;
	margin-top:1em;
	margin-bottom:0;
}

@media screen and (max-device-width:1000px){
.sp-hidden {
	display: none !important;
}
.pc-hidden {
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	font-size: 43.76px;
	max-height:100%;
}
a, span {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
body, .site-header, .main-wrap, .site-footer {
	min-width: 980px;
	min-width: inherit;
	width: 1000px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-header, .main-wrap, .site-footer {
	padding: 0 30px;
}
#btn-spnav {
	position: absolute;
	top: 62px;
	left: 20px;/*39*/
}
body.loaded #btn-spnav {
	opacity: 1;
	pointer-events: auto;
}
.main-wrap {
	padding-bottom: 191px;
	overflow:hidden;
}
.main-wrap:before {
	width: 100%;
	height: 60px;
	position: absolute;
	background-repeat: repeat;
	border-bottom: solid 8px #ccc;
}
aside, .sidebar {
	float:none;
	display:block;
	width:100%;
}
.sidebar {
	width: 100%;
	display: block;
}
.main, main {
	float:none;
	display:block;
	width: 880px;
	padding-bottom: 5em;
	margin-left:auto;
	margin-right:auto;
}
.article{
	text-align:center;
}
img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: auto;
}
body:before, .site-header:before, .site-footer:before {
	border-width: 26px;
}
.site-footer:hover:before {
	border-width: 26px;
}
.site-header, .main-wrap, .site-footer {
	width: 100%;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
.site-header>p:first-child {
	margin-top: 25px;
	margin-left: 90px;/*130*/
	width: 601px;
	text-indent: -100vw;
	background-image: url(/common/images_sp/site-title-trans.png);
	height: 138px;
    background-repeat: no-repeat;
}
.site-header>p+div {/*TELと検索*/
	text-align: center;
	width: 260px;/*208*/
	height: 70px;
	position: absolute;
	top: 60px;
	right: 10px;/*30*/
	margin-top: 0;
}
.site-header div>a {
	border-radius: 50%;
	background-color: #666;
	width: 70px;
	height: 70px;
	line-height: 34px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
}
.site-header div>a:before {
	content: url(/common/images_sp/ico-tel-trans.png);
	height: 70px;
	display: table-cell;
	width: 70px;
	overflow: hidden;
	vertical-align: middle;
}
.site-header>p+div ul {
	display: inline-block;
	width: 140px;/*84*/
	height: 70px;
	vertical-align: top;
}
.site-header>p+div li {
	margin-left: -8px;/*6*/
	width: 70px;/*100%*/
	height: 100%;
	border-radius: 50%;
	background-color: #666;
	overflow: hidden;
}

.site-header>p+div li.ico_none  {
	background-color: #0d3380;
}

.site-header>p+div li:before {
	content: none;
}
.site-header>p+div li a {
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-image: url(/common/images_sp/ico-pointer-w-trans.png);
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
}

.site-header>p+div li.ico_none a {
	background-image: url(/common/images_sp/ico-fb-trans.png);
}

.site-header>div+ul {/*グランドナビ*/
	font-size: 0%;
	padding: 20px 5000px 19px 5000px;
	width: 100%;
	margin-left: -5000px;
	background-color: #cc3333;
	display: none;
}
.site-header>div+ul:before {
	background-color: #cc3333;
	height: 100px;
	width: 5000px;
	display: block;
	position: absolute;
	z-index: -1;
	left: -5000px;
	margin: auto;
	right: -5000px;
}
.site-header>div+ ul li {
	display: inline-block;
	height: 61px;
	line-height: 61px;
	background-image: url(/common/images/g-nav-line.png);
	background-position: right 0%;
	background-repeat: no-repeat;
}
.site-header>div+ ul a {
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
.site-header>div+ ul a:hover img {
	border-bottom: solid 1px #e38686;
	padding-bottom: 7px;
	padding-top: 8px;
}
.site-header>div+ul>li.active>a>img {
	border-bottom: solid 1px #fffdac;
	padding-bottom: 7px;
	padding-top: 8px;
}
.site-header>div+ul li:first-child {
	width: 101px;
	position: relative;
}
.site-header>div+ul li:first-child a:before {
	content: url('/common/images/g-nav-line.png');
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.site-header>div+ul li:first-child+* {
	width: 110px;
}
.site-header>div+ul li:first-child+*+*, .site-header>div+ul li:first-child+*+*+* {
	width: 137px;
}
.site-header>div+ul li:first-child+*+*+*+* {
	width: 171px;
}
.site-header>div+ul li:first-child+*+*+*+*+* {
	width: 134px;
}
.site-header>div+ul li:first-child+*+*+*+*+*+* {
	width: 155px;
}

.site-header>ul+p.page-title:before {
	left:29px;
	margin:46px 0 0 0;
	width:auto;
	height:auto;
	z-index:auto;
	position:relative;
	background-color:transparent;
	line-height:1em;
	display:inline-block;
}
.site-header>ul+p.page-title>img{
	display:none;
}
.site-header>ul+p.page-title {
	background-repeat: no-repeat;
	background-position: center top;
	height: 208px;
	margin-top: 40px;
	border-top: solid 1px #d9d9d9;
	width: 1000px;
	margin-left: -30px;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-header>ul+p.cat-page>img {
	display: inline-block;
}
.site-header .bread {/*パン屑*/
	font-size: 0.731em;
	margin-bottom: 61px;
	width: 1000px;
	margin-left: -30px;
	border-top: solid 6px #e9a9a9;
	-webkit-box-shadow: 0px -1px #D9D9D9;
	box-shadow: 0px -1px #D9D9D9;
	padding-top: 26px;
	padding-left:30px;
}
.site-header .page-title+.bread{
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.site-header>ul+p+ul a:hover {
	color: #999;
	-webkit-box-shadow: 0px -1px;
	box-shadow: 0px -1px;
}
.sidebar>div:first-child {
	margin-bottom: 0px;
	width: 100%;
}
.sidebar>div:first-child>p {/*カテゴリメニュー*/
	border-radius: 12px 12px 0 0;
	width: 940px;
	height: 188px;
	font-size: 1.427em;
	padding-top: 58px;
	padding-right: 61px;
	padding-left: 61px;
	padding-bottom: 61px;
	line-height: 1.2em;
}
.sidebar>div:first-child li {
	border-top: 2px solid #fff;
	padding-left: 25px;
}
.sidebar>div:first-child a {
	text-decoration: none;
	padding: 72px 60px 69px 60px;
	line-height: 1.2em;
}
.sidebar>div:first-child ul {
}
.sidebar>div:first-child>ul>li {
	background-image: url(/common/images_sp/ico-arrow-r-trans.png);
	background-position: 840px 74px;
}
.sidebar>div:first-child>ul>li.has_child {
	background-image: url(/common/images_sp/ico-plus-tras.png);
}
.sidebar>div:first-child>ul>li.has_child a.open {
	background-image: url(/common/images_sp/ico-minus-trans.png);
	background-position: 814px 74px;
}
.sidebar>div:first-child>ul li.active, .sidebar>div:first-child>ul li:hover {
}
.sidebar>div:first-child>ul ul {
}
.sidebar>div:first-child>ul ul li {
	background-position: 840px 70px;
	background-image: url(/common/images_sp/ico-arrow-g-trans.png);
	border-bottom: solid 2px #e6e6e6;
}
.sidebar>div:first-child>ul ul a:before {
	content: url(/common/images_sp/ico-minus-r-trans.png);
	margin-right: 22px;
	position: relative;
	top: -10px;
}
.site-footer {/*サイトフッタ*/
	padding-top: 0px;
}
.site-footer>ul:first-child +*, .site-footer>ul:first-child+*+*, .site-footer>ul:first-child+*+*+* {
	width: 1000px;
	padding-left: 59px;
	border-bottom: solid 4px #ccc;
}
.site-footer ul, .site-footer dl {
	margin: 0;
	background-color: #fff;
}
.site-footer>ul:first-child, .site-footer>ul:first-child+*, .site-footer>ul:first-child+*+*, .site-footer>ul:first-child+*+*+*, .site-footer>dl+ul {
	display: block;
	border: none;
	height: auto;
	padding: auto;
}
.site-footer ul:first-child {
	width: 1004px;
	margin-left: -34px;
	font-size: 0%;
	padding-left: 0;
}
.site-footer ul:first-child li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-left: solid 4px #ccc;
	height: 140px;
	line-height: 140px;
	border-bottom: 4px solid #CCCCCC;
	display: inline-block;
	text-align: center;
	position:relative;
}
.site-footer ul:first-child li:nth-child(2){
	left:-50%;
	top:140px;
}
.site-footer ul:first-child li:nth-child(3){
	left:50%;
}
.site-footer ul:first-child li:nth-child(4){
	top:-140px;
}
.site-footer ul:first-child li:first-child:before {
	content: url(/common/images_sp/ico-home-trans.png);
	display: inline-block;
	margin-right: 18px;
}
.site-footer>dl {
	border-bottom: solid 4px #ccc !important;
	font-size: 0%;
	width: 898px;
	margin-left: -30px;
	padding-bottom: 49px;
}
.site-footer dt {
	margin-bottom: 50px;
	margin-top: 40px;
}
.site-footer dd {
	font-size: 37.5px;
	color: #666;
	line-height: 1.426em;
	width: 383px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
	margin-right: 87px;
}
.site-footer dd:before {
	content: '-';
	display: inline-block;
	margin-right: 20px;
	height: 1.5em;
	float: left;
}
.site-footer>dl+ul {
	margin: 0 auto 59px -30px;
	width: 1000px !important;
	text-align: center;
	background-image: url(/common/images_sp/line-dot-trans.png);
	background-repeat: no-repeat;
	padding: 53px 0 83px 0;
	background-position: 0% bottom;
}
.site-footer>dl+ul li {
	font-size: 0.785em;
	padding: 0 39px;
	width: auto;
	display: inline-block;
	text-align: center;
}
.site-footer dd+dt {
	margin-top: 25px;
}
.site-footer dd, .site-footer>dl+ul li {
}
.site-footer li {
	list-style-type: none;
}
.site-footer a {
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
}
.site-footer>ul+p {/* フッタロゴ */
	margin-bottom: 14px;
	overflow: hidden;
	height: 217px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/common/images_sp/footer-logo-trans.webp);
	font-size: 37.5px;
	padding-top: 231px;
}
.site-footer>ul+p img {
	display: none;
}
.site-footer>ul+p+p {
	display: block;
	vertical-align: middle;
	/*background-image: url(/common/images_sp/line-dot-trans.png);
	background-position: center top;*/
	height: 504px;
	line-height: 56px;
	width: 1000px;
	font-size: 0%;
/*	padding-top: 68px;*/
	margin-left: -30px;
	position: relative;
	text-align: center;
}
.site-footer>ul+p+p:before {
	content: none;
}
.site-footer>ul+p+p a {
	width: auto;
	text-align: center;
	font-size: 52.84px;
	color: #222;
	top: 233px;
	left: -500px;
	right: -500px;
	margin-left: 57px;
	margin-right: 57px;
}

.site-footer>ul+p+p a:nth-of-type(4) {
	margin:25px 5px 0 5px;
}

.site-footer>ul+p+p a>img {
	width: 100%;
}

.site-footer>ul+p+p a:first-child {
	position: absolute;
	width: 940px;
	height: 152px;
	background-color: #d35252;
	color: #fff;
	margin: auto;
	line-height: 152px;
	font-size: 59.6px;
}
.site-footer>ul+p+p a:first-child .pc-hidden {
	font-size: 39.73px;
}
.site-footer>ul+p+p a:before {
}
.site-footer>ul+p+p a:first-child:before {
	content: url(/common/images_sp/ico-tel-trans.png);
	width: auto;
	margin-right: 24px;
}
.site-footer>ul+p+p a:first-child+*:before {
	content: url(/common/images_sp/ico-mail-trans.png);
	width: auto;
	margin-right: 12px;
}
.site-footer>ul+p+p a:first-child+*+*:before {
	content: url(/common/images_sp/ico-pointer-r-trans.png);
	width: auto;
	margin-right: 12px;
}
.site-footer>ul+p+p a.btn-w378{
	content: url(/common/images_sp/foot_btn_off.jpg);
	height: 90px;
	width: 940px;
	margin-left:4px;
}
/*
.site-footer>ul+p+p+p {
	height: 1041px;
	padding-top: 869px;
	padding-right: initial;
	padding-left: initial;
	padding-bottom: 0;
	width: 1000px;
	margin-left: -30px;
	background-image: url(/common/images_sp/footer-bg.jpg);
	background-position: center bottom;
	font-size: 34.38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 51px;
}
*/
body>a[href="#pagetop"] {
}
body>a[href="#pagetop"]:before {
	border-top: solid 109px transparent;
	border-right: solid 109px #d35252;
	border-bottom: solid 109px #d35252;
	border-left: solid 109px transparent;
}
body>a[href="#pagetop"] img {
	position: absolute;
	bottom: 32px;
	right: 29px;
	max-width: none;
	width: 61px;
    height: 70px;
    max-height: none;}
body>a[href="#pagetop"]:hover:before {
	border-width: 109px;
}
#sp-covermenu {
	position: absolute;
	top: 0;
	background-image: url(/common/images_sp/cover-trans.png);
	width: 1000px;
	height: 100%;
	display: none;
	z-index:20;
}
#sp-covermenu dl+ul {
	background-image: none;
	margin-bottom: 0;
}
#sp-covermenu dl+ul {
	background-image: none;
}
#sp-covermenu>p {
	background-color: #fff;
	text-align: left;
	height: 203px;
	border-bottom: solid 8px #ccc;
	padding-top: 64px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sp-covermenu>a {
	background-color: #CCC;
	display: block;
	height: 150px;
	text-align: center;
	background-image: url(/common/images_sp/btn-close-s-trans.png);
	background-repeat: no-repeat;
	background-position: 366px center;
	text-decoration: none;
	line-height: 150px;
}
#sp-covermenu>p:first-child>a>img{
	width:auto;
}

/* メイン部パーツ */
.article .sp_inlineb{
	display:inline-block;
	vertical-align:top;
}
.article p,.article dd,.article li,.article th,.article td,.article blockquote{
	letter-spacing: 0.025em;
/*	line-height: 1.526em; */
	line-height: 1.7em;
	padding:0;
}
.article p,.article dd,.article li,.article td,.article blockquote{
	text-align:left;
}
.article p {
	margin-top:0.5em;
	margin-bottom: 1em;
}
.article h1{
	margin-bottom:1em;
	font-size:1.527em;
}
.article h2 {
	background-image: url(/common/images_sp/h2-border-trans.png);
	margin-bottom:1em;
	font-size: 1.35em;
}
.article h2.has_bg {
	background-image: url(/common/images_sp/h2-bg-trans.png);
	background-repeat: repeat;
	border-bottom: solid 1px #ccc;
	padding:38px 26px 40px 38px;
	border-radius: 15px;
}
.article h3 {
	font-size: 1.208em;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom:0;
}
.article h4{
	font-size:1.065em;
}
.article h5{
	line-height: 1.2em;
	margin-bottom: 0;
	background-image:none;
	padding-left: 0;
}
.article h5:before{
	width:32px;
	height:8px;
	content:'';
	background-color:#999;
	margin-right:25px;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:4px;
}
.article ul,
.article ol{
	margin-top:28px;
	margin-bottom:42px;
	margin-left:88px;
}
.article .ul_red,
.article .ul_check{
	margin-left:58px;
	padding-left:0;
}
.article .ul_red li:before{
	width:32px;
	height:32px;
	border-radius:50%;
	background-color:#dc7575;
	content:'';
}
.article .ul_check li:before{
	content:url(/common/images_sp/li-check-trans.png);
	left:-20px;
	position:relative;
}
.article .ol_red{
	margin-left:50px;
}
.article dt{
	text-align:left;
}
.article .dl_line>dt,
.article .dl_line>dd{
	display:block;
	width:100%;
	background-image:none;
}
.article .dl_line>dt{
	padding:30px 13px;
}
.article .dl_line>dt:first-child{
	border-top:dashed 3px #999;
}
.article .dl_line>dd{
	padding:0 13px 30px 13px;
	border-bottom:dashed 3px #999;
	border-top:none;
}
.article .dl_line>dt:before{
	width:32px;
	height:32px;
	border-radius:50%;
	background-color:#dc7575;
	content:'';
	display:inline-block;
	margin-right:27px;
}
.article th{
	border-width: 2px;
	padding:24px;
}
.article td{
	border-width: 2px;
	padding:24px
}
.wp-caption-text:before{
	border-top:solid 10px transparent;
	border-right:solid 20px transparent;
	border-bottom:solid 30px #d35252;
	border-left:solid 20px transparent;
	top:-30px !important;
}
a.link_ex{
	padding-right:40px;
}
a.link_ex:before{
	content:url(/common/images_sp/common-ico-ex_link.png);
}
a.link_ico_r:before{
	content:url(/common/images_sp/link_ico_r-trans.png);
	margin-right:18px;
}
a.link_ico_g:before{
	content:url(/common/images_sp/link_ico_g-trans.png);
	margin-right:18px;
}
div.half_g_box{
	width:100%;
	display:block;
}
div.half_g_box>div,
div.g_box{
	display:block;
	border-width:0 2px;
	width:auto;
	margin-bottom:63px;
	padding:42px 42px 59px 42px;
}
div.half_g_box>div>h2:before, div.half_g_box>div>h3:before, div.half_g_box>div>h4:before, div.half_g_box>div>h5:before, div.half_g_box>div>h6:before,
div.g_box>h2:before,
div.g_box>h3:before,
div.g_box>h4:before,
div.g_box>h5:before,
div.g_box>h6:before{
	width:157px;
	height:14px;
	margin-bottom:25px;
}
.article .btn_gray{
	border-radius:88px;
	padding:24px 97px 26px 76px;
}
.article .btn_gray:before{
	border-width:16px 19px 16px 19px;
	right:33px;
}
.btn-2cols,
.btn-3cols{
	font-size:inherit;
	margin:auto;
	width:100%;
}
.btn-2cols a,
.btn-3cols a{
	display:block;
border-radius: 15px;
border: solid 3px #ccc;
height:auto;
padding: 30px 0 24px 82px;
line-height:1em;
font-size:inherit;
letter-spacing: 1.05px;
margin: 0 0 21px 0;
background-image:url(/common/images_sp/link_ico_r-trans.png);
background-position:30px 34px;
width:100%;
}
.article .txt-right{
	margin-left: 24px;
	margin-bottom: 51px;
}
.border-ul>li{
	padding: 45px 14px 45px 16px;
	line-height: 1.2em;
}


/* ページ内リンクのリスト */
.article .anchor-list{
	padding-bottom:22px;
	border-bottom:solid 3px #ccc;
	margin-top:-13px;
	margin-bottom:69px;
	width: 891px;
	margin-left:-11px;
}
.article .anchor-list>a{
	font-size:0.93em;
	padding:10px 28px 10px 69px;
	background-image:url(/common/images_sp/common-ico-check01.png);
	background-position: 23px center;
	border-right:solid 3px #ccc;
	margin-bottom:36px;
}

/* メイン部フッタの関連リンク*/
.main-footer{
	/*display:none;*/
}
.main-footer>p.k_page{
	background-image:url(/common/images_sp/mainfooter02-ttl-link.png), url(/common/images_sp/bg-dot-gray.png);
	background-repeat:no-repeat, repeat;
	background-position:20px 20px, left top;
	height:60px;
	padding:20px;
}
.main-footer>p.dpt_link{
	background-image:url(/common/images_sp/mainfooter02-ttl-depart.png), url(/common/images_sp/bg-dot-gray.png);
	background-repeat:no-repeat, repeat;
	background-position:20px 20px, left top;
	height:60px;
	padding:20px;
}
.main-footer>p.dpt_about{
	background-image:url(/common/images_sp/mainfooter02-ttl-dpt.png), url(/common/images_sp/bg-dot-gray.png);
	background-repeat:no-repeat, repeat;
	background-position:20px 20px, left top;
	height:60px;
	padding:20px;
}
.main-footer>p.about_link{
	background-image:url(/common/images_sp/mainfooter02-ttl-about.png), url(/common/images_sp/bg-dot-gray.png);
	background-repeat:no-repeat, repeat;
	background-position:20px 20px, left top;
	height:60px;
	padding:20px;
}
.main-footer>p._link{
	background-image:url(/common/images_sp/mainfooter02-ttl-depart.png), url(/common/images_sp/bg-dot-gray.png);
	background-repeat:no-repeat, repeat;
	background-position:20px 20px, left top;
	height:60px;
	padding:20px;
}
.main-footer>p.k_page img,
.main-footer>p.dpt_about img,
.main-footer>p.about_link img,
.main-footer>p.dpt_link img{
	display:none;
}
.main-footer .list a{
	line-height:2em;
}
.main-footer .list a:before{
	content:url(/common/images_sp/link_ico_g-trans.png);
	left:-6px;
	top:2px;
}
/* カテゴリトップ　メイン部 */
.main .links{
	font-size:0%;
	margin-left:0px;
	width:100%;
	margin-top:0px;
}
.links>li{
	width:100%;
	padding-bottom:445px;
	display:block;
	margin:0 0 60px 0;
	border-radius: 29px;
	border-width: 9px;
}
.links>li>a{
	height: 232px;
	line-height:232px;
	background-image:url(/common/images_sp/common-btn-2tone02.png);
	border-radius:20px 20px 0 0;
	text-indent:-200%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
}

.links li ul{
	margin:0;
	padding:58px 0 67px 138px;
	height:auto;
	box-sizing:border-box;
}
.links li li{
	margin-bottom:26px;
	line-height:1em;
	font-size: 44px;
}
.links li li a{
	letter-spacing: 0.05em;
}
.links li li a:before{
	border-top:solid 15px transparent;
	border-right:solid 15px transparent;
	border-bottom:solid 15px transparent;
	border-left:solid 15px #d35252;
	display:inline-block;
	margin-right:1px;
	content:'';
	width:0;
	height:0;
}
.links li li a span{
	letter-spacing: 0.6px;
	color:#999;
	font-size:0.857em;
}
.div_pinkframe>h2,
.div_pinkframe>h3,
.div_pinkframe>h4,
.div_pinkframe>h5,
.div_pinkframe>h6{
	margin:0 0 30px 0;
}

/*記事リスト*/
.item-table{
	border-top:solid 2px #cdcdcd;
	text-align:left;
}
.item-table>div,
.item-table article{
	border-bottom:solid 2px #cdcdcd;
	position:relative;
	min-height:160px;
	box-sizing:border-box;
	overflow:hidden;
}
.item-table article:before{
	content:'';
	height:100%;
	float:left;
}
.item-table .date,
.item-table .date+*,
.item-table .date+*+*{
	vertical-align:top;
	padding-top:0;
	padding-bottom:0;
}
.item-table .date{
	display:block;
	width:100%;
	padding-left:12px;
	font-size:34.38px;
	margin:55px 0 14px 0;
	height:34.38px;
	text-align:left;
}
.item-table .date+*{
	display:inline-block;
	width:253px;
	padding-bottom:39px;
	font-size:26.4px;
	line-height:1em;
}
.item-table .date+*>a{
	width:202px;
	height:43px;
	line-height:43px;
	margin-bottom:4px;
	font-size:1em;
}
.item-table .date+*+*{
	width:610px;
	padding-top:40px;
	padding-bottom:48px;
	margin-top:-105px;
	display:table-cell;
	float:right;
	vertical-align:middle;
}
.item-table .date+*+* a{
    background:url(/common/images_sp/title-line-trans.png) repeat-x 0 bottom;
	background:-size:14px 6px;
    line-height: 72.62px;
    padding-bottom: 4px;
	text-decoration:none;
}
.article .btn-red01{
	font-size:49.5px;
	width:825px;
	padding:53px 0 51px 0;
	box-sizing:border-box;
	margin-bottom: 64px;
	background-image:url(/common/images_sp/common-btn-2tone03.png);
}
.article .btn-gray-tri,
.article .btn-peach-tri{
	padding:23px 234px 26px 207px;
	font-size:39px;
	border-radius:42px;
	letter-spacing:0.39px;
}
.article .btn-gray-tri:before,
.article .btn-peach-tri:before{
	position:absolute;
	width:0;
	height:0;
	content:'';
	border-top:solid 15px transparent;
	border-right:solid 20px transparent;
	border-bottom:solid 15px transparent;
	border-left:solid 20px #fff;
	right:16px;
	top:0;
	bottom:0;
	margin:auto;
}
/* スマホ画像長押し禁止　*/
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

p.icon_red:before{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #dc7575;
    content: '';
    display: inline-block;
    margin-right: 27px;
}

p.icon_red{
	padding-left: 20px;
	text-align:left;
	margin-top:1em;
	margin-bottom:0;
	font-weight:600;
	background:none;
}
p.txt_bold{
	font-weight:600;
	margin-top:1em;
	margin-bottom:0;
}



}

@media all and (min-device-width:1001px){
.pc-hidden {
	display: none !important;
}
.br-sp { display:none; }
}





/*テスト用で既存のページトップを非表示*/
.cat-about.csr>a[href="#pagetop"] img {
	display:none;
}

.cat-about.csr>a[href="#pagetop"]:before  {
	border-top: solid 11px transparent;
    border-right: solid 11px #d35252;
    border-bottom: solid 11px #d35252;
    border-left: solid 11px transparent;
}


/**　　pagetop　****/

#page-top {
    position: fixed;
    bottom: 150px;
    right: 80px;
	z-index:300;
}


/*******  20161125 スライダーにtopixをつけました *****/

.slider .bx-wrapper ul li.slider02  {
	position:relative;
}

.slider .bx-wrapper ul li.slider02 .slide_topix  {
	position:absolute;
	width: 295px;
    bottom: 8px;
    left: 8px;
}

.slider .bx-wrapper ul li.slider02 .slide_topix a  {
	float:left;
	width: 124px;
    height: 81px;
    margin: 0 8px;
	transition: 0.3s ease 0s;
}

.slider .bx-wrapper ul li.slider02 .slide_topix a:hover  {
-webkit-transform: rotate(-2deg);　 /* chrome、safari　*/
-moz-transform: rotate(-2deg);　 /* firefox　*/
with:121px;
-ms-transform: rotate(-2deg);  /* ie　*/
}


@media screen and (max-width: 1350px) {
#page-top {
    right: 30px;
}

}

@media screen and (max-width: 1000px){
#page-top {
	display:none;
}

}