@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
object, embed {
	vertical-align: middle;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0 none;
}
img {
	vertical-align: middle;
}
ul li {
	list-style-type: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

input,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.content:after,
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.content,
.clearfix {
	zoom: 1;
	/* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	background: #fff;
	line-height: 25.2px;
	position: relative;
}

/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

a.trance:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#index p,
#category p,
#page p{
    margin: 10px 0 20px;
}
img {
	max-width: 100%;
}

@media screen and (min-width: 600px) {
.sp {
	display: none;
}
body {
	font-size: 14px;
}
}
@media screen and (max-width: 599px) {
.pc {
	display: none !important;
}
body {
	font-size: 16px;
}
}

/*----------------------------------------------------
	ヘッダーPCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
	header {
	}
        .top {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    text-align: center;    
    padding: 25px 0 0;
}
.low {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 25px 0 0;
}
	.top-copy {
		font-size: 12px;
		color: #fff;
		display: block;
		background-color: #54b0a3;
		text-align: center;
		margin-bottom: 30px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	nav {
		border-bottom: solid 2px #54b0a3;
		display: block;
	}

	nav ul {
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: flex-start;
		text-align: center;
	}

	nav ul li {
		text-align: center;
		position: relative;
		width: 100%;
                display: inline-block;
	}
	nav ul li:first-child:before {
		content: '';
		display: block;
		background: url(img/nav_slash.png) no-repeat;
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
                    z-index: 2;
	}
	nav ul li:after {
		content: '';
		display: block;
		background: url(img/nav_slash.png) no-repeat;
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
                    z-index: 2;
	}
	nav ul li a {
		text-decoration: none;
		display: table;
                padding: 20px 20px;
		position: relative;
                    height: 100%;
                    width: 100%;
                z-index: 1;
                border-right: 1px solid #aed9d3;                    
	}
	nav ul li:first-child a {
                border-left: 1px solid #aed9d3;
                z-index: 1;
	}                    
        nav ul li a span {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }        
	nav ul li a:after {
		content: '';
		background-image: url(img/nav_on.png);
		width: 29px;
		height: 11px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: none;
	}
	nav ul li a:hover:after {
		display: block;
	}
	nav ul li a:hover {
		font-weight: bold;
	}
        .bgbg {
                background: url(img/bg_head.png) top 410px right -75px no-repeat, url(img/bg_foot.png) bottom right no-repeat;

                
        }
	.mv {
                background-image: url(img/mv_img.png);
                background-repeat: no-repeat;
                    min-height: 400px;
	}
	.mv .mv-txt-area  {
		position: relative;
		width: 1000px;
		vertical-align: bottom;
		margin: auto;
		padding-top: 40px;
	}

	.mv .mv-txt-area .mv-txt-ttl {
		font-size: 25px;
		font-weight: bold;
		border-bottom: solid 2px #54b0a3;
		padding-bottom: 20px;
		margin-bottom: 20px;
		z-index: 3;
                    line-height: 1.4;
                        text-align: center;
	}     
}
@media screen and (min-width: 1622px) {
	.mv .mv-txt-area .mv-txt-inner {
                width: 475px;
                background: url(img/pc_mv_home4.png) top left no-repeat;
                min-height: 360px;
                padding: 85px 10px 0 100px;
                float: right;
                margin-right: 92px;
	}
}
@media screen and (max-width: 1621px) and (min-width: 1403px) {
	.mv .mv-txt-area .mv-txt-inner {
                width: 475px;
                background: url(img/pc_mv_home2.png) top left no-repeat;
                min-height: 360px;
                padding: 85px 10px 0 100px;
                float: right;
                margin-right: 60px;
	}
}
@media screen and (max-width: 1402px) and (min-width: 1278px) {
	.mv .mv-txt-area .mv-txt-inner {
                width: 475px;
                background: url(img/pc_mv_home3.png) top left no-repeat;
                min-height: 360px;
                padding: 85px 10px 0 100px;
                float: right;
                margin-right: 40px;
	}
}
@media screen and (max-width: 1277px) and (min-width: 600px) {
	.mv .mv-txt-area .mv-txt-inner {
                width: 715px;
                background: url(img/pc_mv_home.png) top left no-repeat;
                min-height: 360px;
                padding: 85px 85px 0 85px;
                float: right;
	}
}

/*----------------------------------------------------
	ヘッダーSPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
	header {
		position: relative;
	}
	.top-copy {
		font-size: 10px;
		color: #fff;
		display: block;
		background-color: #54b0a3;
		text-align: center;
		margin-bottom: 10px;
		position: absolute;
		top: 0;
		width: 100%;
	}

        .main_ttl span {
            min-height: 40px;
        }        
	.nav-bt {
                width: 45px;
                position: absolute;
                right: 12px;
                top: 30px;
	}
	nav {
		display: none;
	}
	nav ul li a {
		background-color: #ffe899;
		padding: 10px 0;
		display: block;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	nav ul li a:after {
		content: '▶';
		display:block;
		height: 45px;
		position: absolute;
		right: 15px;
		top: 15px;
		bottom: 0;
		margin: auto;
	}
	nav .sp-nav-category a{
		background-color: #54b0a3;
		font-size: 16px;
		text-decoration: none;
		display: block;
		font-weight: bold;
		padding: 15px 50px 15px 20px;
		position: relative;
                text-align: left;
	}
	nav .sp-nav-category a:after{
		content: '▶';
		display: block;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
	}
	nav .sp-nav-page {
		background-color: #ffe899;
		padding: 0 20px;
	}
	nav .sp-nav-page a{
		display: block;
		font-size: 14px;
		text-decoration: none;
	    padding: 10px 50px 10px 0;
		position: relative;
		border-bottom: solid 2px #54b0a3;
                text-align: left;
	}
	nav .sp-nav-page a:after{
		content: '▶';
		display: block;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	nav .sp-nav-sub {
		background-color: #ffe899;
		padding: 0 20px;
	}
	nav .sp-nav-sub a{
		background-color: #ffe899;
		display: block;
		font-size: 14px;
		text-decoration: none;
		padding: 10px 50px 10px 0;
		position: relative;
		padding-left: 20px;
                text-align: left;
                    color: #68624d;
	}
	nav .sp-nav-sub a:before{
		content:'┗';
		display: block;
		position: absolute;
		left: 0;
		color: #54b0a3;
		font-size: 16px;
	}
	nav .sp-nav-sub a:after{
		content: '▶';
		display: block;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		opacity: 0.5;                
	}
	.back {
		color: #333333;
		background-color: #dedede;
		text-align: center;
		font-weight: bold;
		line-height: 1.3;
		padding: 5px 0 8px;

	}
	.mv {
    background-image: url(img/mv_img_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 20px;

	}
	.mv .mv-txt-area .mv-txt-bg {
		width: 100%;
		padding: 15px 0;
	}
	.mv .mv-txt-area .mv-txt-inner {
    background-color: rgba(255,255,255,0.6);
    padding: 15px 20px;
	}
	.mv .mv-txt-area .mv-txt-ttl {
		font-size: 20px;
		font-weight: bold;
		border-bottom: solid 2px #54b0a3;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
/*----------------------------------------------------
	サイドバーPCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
#side a {
	text-decoration: none;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	opacity: 1;
}
#side a:hover {
	opacity: 0.5;
}
#side .wood-area {
    position: relative;
    margin-bottom: 30px;
    background: url(img/pc_free_2.png) top 5px center no-repeat,url(img/pc_free_3.png) bottom center no-repeat;
    padding: 18px 0 13px;
}
#side .wood-area .wood-area-content {
    padding: 10px 25px 10px 15px;
    z-index: 1;
    background: url(img/pc_free_1.png) top center repeat-y;
}
.wood-area-w {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.box_w {
	width: 160px;
}
.wood-area-side-top {
	position: absolute;
	right: 0;
	top: -4px;
}


.wood-area-side-bottom {
	position: absolute;
	right: 0;
	bottom: -4px;
	transform: rotate(180deg);
}



#side .wood-bg {
	width: 100%;
}

#side .wood-area .wood-area-ttl a{
	color: #d75346;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
#side .wood-area .wood-area-ttl a:hover{
	color: #54b0a3;
	opacity: 1;
}

#side .wood-area .wood-area-img {
	margin-bottom: 15px;
}
#side .wood-area .wood-area-img img {
    border: 5px solid #fff;
}
#side .wood-area .wood-area-txt {
	margin-bottom: 20px;
}

#side .wood-area .wood-area-bt {
    width: 100%;
    display: block;
     margin: 0 auto 5px;
    text-align: center;
    border: solid 1px #d3b529;
    border-radius: 14px;
    color: #333333;
    background-color: #f9da4a;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 40px;
    position: relative;
    box-shadow: 1px 2px 0 #d3b529;    
    -moz-box-shadow: 1px 2px 0 #d3b529;
    -webkit-box-shadow: 1px 2px 0 #d3b529;
    -o-box-shadow: 1px 2px 0 #d3b529;
    -ms-box-shadow: 1px 2px 0 #d3b529;
}
#side .wood-area .wood-area-bt:after {
    content: '';
    display: block;
    background-image: url(img/link2.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#side .wood-area .wood-area-bt:hover {
	background-color: #ff8e29;
	border: solid 1px #ff8e29;
        box-shadow: 1px 2px 0 #ff8e29;        
	-moz-box-shadow: 1px 2px 0 #ff8e29;
	-webkit-box-shadow: 1px 2px 0 #ff8e29;
	-o-box-shadow: 1px 2px 0 #ff8e29;
	-ms-box-shadow: 1px 2px 0 #ff8e29;
}

#side .side-cat-area .side-cat {
	margin-bottom: 10px;
        box-shadow: 0 0 5px #555;
        -moz-box-shadow: 0 0 5px #555;
        -o-box-shadow: 0 0 5px #555;
        -ms-box-shadow: 0 0 5px #555;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	position: relative;
}

#side .side-cat-area .side-cat a {
	display: block;
	padding: 12px 10px;
}

#side .side-cat-area .side-cat.side-cat-category {
	background-color: #fff6cc;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
#side .side-cat-area .side-cat.side-cat-category:before {
	content: '';
    display: block;
    border-left: 4px solid #54b0a3;
    border-radius: 4px;
    position: absolute;
    height: 75%;
    top: 0;
    bottom: 0;
	left: 10px;
    margin: auto;
}

#side .side-cat-area .side-cat.side-cat-page {
	padding-left: 30px;
}
#side .side-cat-area .side-cat.side-cat-page a {
	background-color: #fff;
}
#side .side-cat-area .side-cat.side-cat-page:before {
	content:'▶';
	display: inline-block;
	vertical-align: middle;
	color: #54b0a3;
	font-size: 12px;
	margin-right: 15px;
	position: absolute;
	left: 10px;
	top: 0;
    bottom: 0;
    height: 25px;
    margin: auto;
}
#side .side-cat-area .side-cat.side-cat-sub {
	padding-left: 30px;
}
#side .side-cat-area .side-cat.side-cat-sub a {
	background-color: #fff;
}
#side .side-cat-area .side-cat.side-cat-sub:before {
	content:'┗';
	display: inline-block;
	color: #54b0a3;
	margin-right: 15px;
	height: 17px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
}

#side .site-map {
        box-shadow: 0px 0px 5px rgba(0,0,0,0.4);    
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	background-color: #585a5f;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border: solid 3px #fff;
	font-weight: bold;
	position: relative;
}

#side .site-map:after {
	content:'▶';
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	position: absolute;
	right: 5px;
}

#side .site-map:hover {
	background-color: #fff;
	color: #585a5f;
	border: solid 3px #585a5f;
}

#side .site-map:hover:after {
	color: #585a5f;
}
}
/*----------------------------------------------------
	サイドバーSPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

        #side .wood-area {
    position: relative;
    margin-bottom: 30px;
    background: url(img/sp_free_2.png) top 0px left 1px no-repeat,url(img/sp_free_3.png) bottom 0px left 1px no-repeat;
    padding: 23px 0 23px;
    background-size: 100% 23px;
        }
        #side .wood-area .wood-area-content {
    padding: 0px 25px 10px 15px;
    z-index: 1;
    background: url(img/sp_free_1.png) top left repeat-y;
    background-size: 100%;
        }
	.box_w {
		width: 82%;
	    height: 13px;
	}
	.box_w_l {
		width: 8.95%;
	}
	.box_w_r {
		width: 8.95%;
	}
	.wood-area-side-top {
		position: absolute;
		right: 0;
		top: 0;
	}
	.wood-area-side-middle {
		position: absolute;
		right: 0;
		top: 10px;
		height: 96%;
		width: 13px;
		background-image: url(img/box_h.png);
	}
	.wood-area-side-bottom {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: rotate(180deg);
	}

	#side .wood-area .wood-area-ttl a {
		color: #54b0a3;
		display: inline-block;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 15px;
		text-decoration: none;
	}

	#side .wood-area .wood-area-img {
		margin-bottom: 15px;
	}
	#side .wood-area .wood-area-img img {
		width: 100%;
    border: 5px solid #fff;

        }
	#side .wood-area .wood-area-txt {
		margin-bottom: 20px;
	}

#side .wood-area .wood-area-bt {
    width: 100%;
    display: block;
     margin: 0 auto 5px;
    text-align: center;
    border: solid 1px #d3b529;
    border-radius: 14px;
    color: #333333;
    background-color: #f9da4a;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 40px;
    position: relative;
    box-shadow: 1px 2px 0 #d3b529;
    -moz-box-shadow: 1px 2px 0 #d3b529;
    -webkit-box-shadow: 1px 2px 0 #d3b529;
    -o-box-shadow: 1px 2px 0 #d3b529;
    -ms-box-shadow: 1px 2px 0 #d3b529;
}
#side .wood-area .wood-area-bt:after {
    content: '';
    display: block;
    background-image: url(img/link2.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
}
/*----------------------------------------------------
	フッターPCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
footer {
	border-top: solid 4px #54b0a3;
	background-color: #dedede;
	position: relative;
	padding-top: 30px;
}

footer .top-bt img {
	position: absolute;
	right: 0;
	left: 0;
	top: -60px;
	margin: auto;
	text-align: center;
/*	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;*/
}
footer .top-bt img {
	cursor: pointer;
}
footer .top-bt img:hover {
	opacity: 0.6;
}

footer .base {
	width: 1000px;
	margin: auto;
}

footer .site-map-ft  {
	width: 31%;
	margin-right: 3.5%;
}

footer .site-map-ft:nth-child(3n)  {
	margin-right: 0;
}

footer .site-map-ttl  {
	font-size: 16px;
	font-weight: bold;
	background-color: #ffe899;
	border-radius: 10px;
}

footer .site-map-ttl a {
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px 25px;
	min-height: 70px;
	text-decoration: none;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}
footer .site-map-ttl a:hover {
	opacity: 0.5;
}


footer .site-map-list ul {
    padding: 15px 20px 20px;
}

footer .site-map-list ul li {
	vertical-align: middle;
}

footer .site-map-list ul li:before {
	content: '┗';
	display: inline-block;
	vertical-align: middle;
	color: #54b0a3;
	margin-right: 5px;
}

footer .site-map-list ul li a {
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	opacity: 1;
	text-decoration: none;
}

footer .site-map-list ul li a:hover {
	opacity: 0.5;
	text-decoration: underline;
	opacity: 1;
}

footer .disclaimer {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 15px;
}

footer .copyright {
	text-align: center;
	color: #333333;
	font-size: 12px;
}
footer .copyright a{
	text-decoration: none;
}
footer .copyright a:hover {
	text-decoration: underline;
}
}
/*----------------------------------------------------
	フッターSPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
	footer .top-bt {
		width: 100px;
/*		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;*/
		margin: auto;
		z-index: 10;
	}

	footer .site-map {
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		background-color: #585a5f;
		color: #FFF;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 10px;
		margin: 5% 3% 0;
		border: solid 3px #fff;
		font-weight: bold;
		position: relative;
	}

	footer .site-map:after {
		content:'▶';
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 12px;
		margin-right: 15px;
		position: absolute;
		right: 5px;
	}

	footer .sp-disclaimer {
		margin: 15px 3%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .sp-disclaimer .disclaimer__ttl {
		width: 20%;
		margin-right: 4%;
	}

	footer .sp-disclaimer .disclaimer__txt {
		width: 80%;
	}

	footer .sp-sitemap-ft {

	}
	footer .sp-sitemap-ft .sp-sitemap-ft-category a{
		background-color: #54b0a3;
		font-size: 16px;
		text-decoration: none;
		display: block;
		font-weight: bold;
                padding: 15px 50px 15px 20px;
		position: relative;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-category a:after{
                content: '▶';
                display: block;
                height: 24px;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                margin: auto;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-page {
		background-color: #ffe899;
                padding: 0 10px;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-page a{
		display: block;
		text-decoration: none;
		    padding: 10px 50px 10px 0;
		position: relative;
		border-bottom: solid 2px #54b0a3;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-page a:after{
		content: '▶';
		display: block;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-sub {
		background-color: #ffe899;
		padding: 0 20px;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-sub a{
		background-color: #ffe899;
		display: block;
		text-decoration: none;
		    padding: 10px 50px 10px 0;
		position: relative;
		padding-left: 20px;
                opacity: 0.6;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-sub a:before{
		content:'┗';
		display: block;
		position: absolute;
		left: 0;
		color: #54b0a3;
		font-size: 16px;
	}
	footer .sp-sitemap-ft .sp-sitemap-ft-sub a:after{
		content: '▶';
		display: block;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0px;
		margin: auto;
	}

	footer .copyright {
		color: #333333;
		background-color: #dedede;
		font-size: 12px;
		line-height: 1.4;
		padding: 5px 3%;
	}
}


/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

#contents {
	margin: 40px auto 60px;
	max-width: 1000px;
	width: 100%;
}

#index,
#category,
#page {
	float: left;
	max-width: 740px;
	width: 74%;
	margin-bottom: 40px;
}

#side {
        float: right;
        max-width: 240px;
        width: 24%;
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
#index h2, #page h1, #category h1 {
	background-color: #54b0a3;
	color: #fff;
	padding: 20px 30px;
	display: block;
	border-radius: 10px;
	font-size: 30px;
	position: relative;
	margin-top: 58px;
        margin-bottom: 20px;
	line-height: 1.3;
	font-weight: bold;
}
#index h2:before, #page h1:before, #category h1:before {
	content: '';
	display: block;
	border: solid 4px #f9da4a;
	width: 80%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 3px
}
#index h2:after, #page h1:after, #category h1:after {
	content: '';
	background-image: url(img/h2icon.png);
	display: block;
	position: absolute;
	top: -52px;
	right: 0;
	left: 0;
	margin: auto;
	width: 87px;
	height: 58px;
	background-size: contain;
}

#index h3, #page h2, #category h2 {
	background-color: #9fa0a3;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	position: relative;
	line-height: 1.3;
margin-bottom: 20px;
margin-top: 40px;
}
#index h3:after, #page h2:after, #category h2:after  {
	content: '';
	display: block;
	border-left: solid 8px #f9da4a;
	border-radius: 4px;
	height: 75%;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 0px;
	bottom: 0;
	margin: auto;
}
#index h4, #page h3, #category h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding: 0 30px 5px;
	border-bottom: solid 8px #f9da4a;
	border-radius: 4px;
	position: relative;
margin-bottom: 20px;
	line-height: 1.3;
        margin-top: 40px;
}
#index h4:after, #page h3:after, #category h3:after {
	content: '';
	display: block;
	border-bottom: solid 8px #54b0a3;
	border-radius: 4px;
	width: 10%;
	position: absolute;
	bottom: -8px;
	left: 0;
}

#index h5, #page h4, #category h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 0 30px 5px;
	border-bottom: solid 3px #54b0a3;
	line-height: 1.3;
margin-bottom: 20px;
margin-top: 40px;
}
#contents ul {
	margin-bottom: 15px;
}
#contents ul li {
	padding-left: 1.5em;
  	position: relative;
}
#contents ul li:before {
	font-size: 15px;
	content: '▲';
    color: #54b0a3;
    position: absolute;
    left: 0;
}
#contents ol {
	counter-reset: my-counter;
	list-style-type: none;
	margin-bottom: 15px;
}
#contents ol li {
	padding-left: 1.5em;
  	position: relative;
}
#contents  ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #f9da4a;
	font-size: 12px;
	border-radius: 50%;
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
	position: absolute;
top: 5px;
	bottom: 0;
	left: 0;
}

.rank {
	font-size: 28px;
	color: #fff;
	background: #585a5f;
	padding: 30px 50px 18px 100px;
	border-radius: 14px;
        margin-top: 50px;
        margin-bottom: 20px;
	position: relative;
	font-weight: bold;
	line-height: 1.4;
}
.rank:before {
	content: '';
	display: block;
	border-top: solid 6px #f9da4a;
	border-radius: 6px;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin:auto;
	width: 90%;
}
.rank:after {
	content: '';
	display: block;
	background-size: contain;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: -30px;
}
.rank.rank1:after {
	background-image: url(img/rank1.png);
}
.rank.rank2:after {
	background-image: url(img/rank2.png);
}
.rank.rank3:after {
	background-image: url(img/rank3.png);
}
.rank.rank4:after {
	background-image: url(img/rank4.png);
}
.rank.rank5:after {
	background-image: url(img/rank5.png);
}
.rank.recommend:after {
	background-image: url(img/recommend.png);
}
p span {
	color: #d75347;
	font-size: 18px;
	font-weight: bold;
}
table {
	width: 100%;
	margin-bottom: 25px;
}
th {
	background-color: #fff6cc;
	font-weight: bold;
}
th,td {
	padding: 30px 10px;
	border: solid 2px #000;
	text-align: center;
}

.float-wrap {
	margin-bottom: 40px;
}

.float-img {
	width: 235px;
        padding: 5px 0 0;
}

.fl {
	float:left;
}

.fl .flame {
	margin-right: 15px;
	margin-bottom: 15px;
}

.fr {
	float: right;
}

.fr .flame {
	margin-left: 15px;
	margin-bottom: 15px;
}

.flame img {
    border: 3px solid #eee;
    box-shadow: 0 1px 4px 1px #adadad;
    width: 100%;
}

.center-wrap {
	margin-bottom: 40px;
}
.center-wrap .img-center .flame {
	width: 235px;
	margin: 0 auto 15px;
}

.caption {
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 1.7;
}


.btn-internal a {
        width: 60%;
	display: block;
    margin: 0 auto 20px;
	text-align: center;
	border: solid 1px #cbcbcb;
	border-radius: 14px;
	background-color: #fff;
	color: #54b0a3;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 40px;
	position: relative;
        box-shadow: 1px 2px 0 rgb(203,203,203);        
	-moz-box-shadow: 1px 2px 0 rgb(203,203,203);
	-webkit-box-shadow: 1px 2px 0 rgb(203,203,203);
	-o-box-shadow: 1px 2px 0 rgb(203,203,203);
	-ms-box-shadow: 1px 2px 0 rgb(203,203,203);
}
.btn-internal a:after {
	content: '';
	display: block;
	background-image: url(img/link1.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn-internal a:hover {
	background-color: #54b0a3;
	color: #fff;
	border: solid 1px #54b0a3;
        box-shadow: 1px 2px 0 #54b0a3;        
	-moz-box-shadow: 1px 2px 0 #54b0a3;
	-webkit-box-shadow: 1px 2px 0 #54b0a3;
	-o-box-shadow: 1px 2px 0 #54b0a3;
	-ms-box-shadow: 1px 2px 0 #54b0a3;
}
.btn-web a {
        width: 60%;
	display: block;
    margin: 0 auto 20px;
	text-align: center;
	border: solid 1px #d3b529;
	border-radius: 14px;
	color: #333333;
	background-color: #f9da4a;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 40px;
	position: relative;
        box-shadow: 1px 2px 0 #d3b529;             
	-moz-box-shadow: 1px 2px 0 #d3b529;
	-webkit-box-shadow: 1px 2px 0 #d3b529;
	-o-box-shadow: 1px 2px 0 #d3b529;
	-ms-box-shadow: 1px 2px 0 #d3b529;
}
.btn-web a:after {
	content: '';
	display: block;
	background-image: url(img/link2.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn-web a:hover {
	background-color: #ff8e29;
	border: solid 1px #ff8e29;
        box-shadow: 1px 2px 0 #ff8e29;                
	-moz-box-shadow: 1px 2px 0 #ff8e29;
	-webkit-box-shadow: 1px 2px 0 #ff8e29;
	-o-box-shadow: 1px 2px 0 #ff8e29;
	-ms-box-shadow: 1px 2px 0 #ff8e29;
}

.btn-link a {
	color: #d75347;
	text-decoration: underline;
	text-align: right;
	display: block;
        font-weight: bold;
}
.btn-link a:hover {
	text-decoration: none;
}
.btn-link a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(img/link3.png);
	width: 20px;
	height: 20px;
	margin-left: 1%;
}

.box-wrap {
	margin-bottom: 20px;
	display: flex;
}

.box-wrap .box {
	border: solid 4px #ffe899;
	padding: 2%;
	width: 49%;
	position: relative;
        background-color: #fff;        
}
.box-wrap .box:before {
	content: '';
	display: block;
	border-left: solid 6px #f9b54a;
	border-top: solid 6px #f9b54a;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -5px;
	top: -5px;
}

.box-wrap .box:after {
	content: '';
	display: block;
	border-bottom: solid 6px #f9b54a;
	border-right: solid 6px #f9b54a;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -5px;
	bottom: -5px;
}

.box-wrap .box a.pc.permalink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.box-wrap .box.left_box {
	float: left;
	margin-right: 2%;
}
.box-wrap .box.right_box {
	float: left;
}

.box-wrap .box .box-head a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 4px #ffe899;
	padding-right: 35px;
	padding-bottom: 1%;
	margin-bottom: 1%;
	display: block;
	position: relative;

}

.box-wrap .box .box-head a:after{
	content: '';
	display: block;
	background-image: url(img/frame1_bt.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.frame-wrap {
	margin-bottom: 20px;
	display: flex;
}
.frame-wrap .frame {
	border-top: solid 4px #54b0a3;
	width: 33.333%;
	margin-right: 1.3%;
	padding: 20px;
	background-color: #fff;
        box-shadow: 0 0 5px #555;
        -moz-box-shadow: 0 0 5px #555;
        -o-box-shadow: 0 0 5px #555;
        -ms-box-shadow: 0 0 5px #555;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}
.frame-wrap .frame:last-child {
	margin-right: 0;
}

.frame-wrap .frame-head {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}


}


/*----------------------------------------------------
	SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

#contents {
    margin: 30px auto;
    width: 100%;
    padding: 0 3%;
    background: url(img/sp_back.png) top right no-repeat, url(img/sp_back.png) bottom right no-repeat;
    background-size: 100%;      
}

.inner {
	padding: 0 3%;
}

#index h2, #page h1, #category h1  {
	background-color: #54b0a3;
	color: #fff;
	padding: 20px 20px 10px;
	display: block;
	border-radius: 10px;
	font-size: 22px;
	position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
	line-height: 1.3;
	font-weight: bold;
}
#index h2:before, #page h1:before, #category h1:before  {
	content: '';
	display: block;
	border: solid 4px #f9da4a;
	width: 90%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 3px
}
#index h2:after, #page h1:after, #category h1:after {
	content: '';
	background-image: url(img/h2icon.png);
	display: block;
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	margin: auto;
	width: 42px;
	height: 28px;
	background-size: contain;
}

#index h3, #page h2, #category h2  {
	background-color: #9fa0a3;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	position: relative;
	line-height: 1.3;
    margin-bottom: 15px;
        margin-top: 30px;
}
#index h3:before, #page h2:before, #category h2:before  {
	content: '';
	display: block;
	border-left: solid 6px #f9da4a;
	border-radius: 4px;
	height: 75%;
	font-weight: bold;
	position: absolute;
	left: 8px;
	top: 0px;
	bottom: 0;
	margin: auto;
}

#index h4, #page h3, #category h3  {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	padding: 0 15px 5px;
	border-bottom: solid 6px #f9da4a;
	border-radius: 4px;
	position: relative;
    margin-bottom: 15px;
	line-height: 1.3;
            margin-top: 30px;
}
#index h4:after, #page h3:after, #category h3:after  {
	content: '';
	display: block;
	border-bottom: solid 6px #54b0a3;
	border-radius: 4px;
	width: 20%;
	position: absolute;
	bottom: -6px;
	left: 0;
}

#index h5, #page h4, #category h4  {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0 15px 5px;
	border-bottom: solid 3px #54b0a3;
	line-height: 1.3;
	margin-bottom: 24px;
            margin-bottom: 15px;
                margin-top: 30px;
}

#contents ul {
	margin-bottom: 15px;
}
#contents ul li {
	padding-left: 1.5em;
  	position: relative;
}
#contents ul li:before {
	font-size: 15px;
	content: '▲';
    color: #54b0a3;
    position: absolute;
    left: 0;
}
#contents ol {
	counter-reset: my-counter;
	list-style-type: none;
	margin-bottom: 15px;
}
#contents ol li {
	padding-left: 1.5em;
  	position: relative;
}
#contents  ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #f9da4a;
	font-size: 12px;
	border-radius: 50%;
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
	position: absolute;

    top: 5px;
    bottom: 0;
    left: 0;
}
.rank {
	font-size: 20px;
	color: #fff;
	background: #585a5f;
	padding: 20px 25px 10px;
	border-radius: 4px;
        margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
	font-weight: bold;
}
.rank:before {
	content: '';
	display: block;
	border-top: solid 6px #f9da4a;
	border-radius: 6px;
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin:auto;
	width: 90%;
}
.rank:after {
	content: '';
	display: block;
	background-size: contain;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}
.rank.rank1:after {
	background-image: url(img/rank1.png);
}
.rank.rank2:after {
	background-image: url(img/rank2.png);
}
.rank.rank3:after {
	background-image: url(img/rank3.png);
}
.rank.rank4:after {
	background-image: url(img/rank4.png);
}
.rank.rank5:after {
	background-image: url(img/rank5.png);
}
.rank.recommend:after {
	background-image: url(img/recommend.png);
}
p span {
	color: #d75347;
	font-size: 17px;
	font-weight: bold;
}
.table-layout {
        overflow: auto;
        width: 100%;
        margin: 30px 0;
        white-space: nowrap;
}
.table-layout::-webkit-scrollbar{/*tableにスクロールバーを追加*/
                   height: 5px;
}
.table-layout::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
                   background: #F1F1F1;
}
.table-layout::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
                   background: #BCBCBC;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
th {
	background-color: #fff6cc;
	font-weight: bold;
}
th,td {
	padding: 20px 10px;
	border: solid 1px #000;
	text-align: center;
}

.flame img {
	width: 100%;
        border: 3px solid #eee;
    box-shadow: 0 1px 4px 1px #adadad;
}

.caption {
    font-size: 12px;
    color: #999999;
    line-height: 1.7;
    text-align: center;
    padding: 10px 0 0px;
}


.btn-internal a {
	width: 100%;
	display: inline-block;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	background-color: #54b0a3;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 40px;
	margin-bottom: 10px;
	position: relative;
}
.btn-internal a:after {
	content: '';
	display: block;
	background-image: url(img/link1.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn-web a {
	width: 100%;
	display: inline-block;
	text-align: center;
	border-radius: 7px;
	color: #333333;
	background-color: #ff8e29;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 40px;
	margin-bottom: 10px;
	position: relative;
}
.btn-web a:after {
	content: '';
	display: block;
	background-image: url(img/link2.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.btn-link a {
	width: 100%;
	display: inline-block;
	text-align: center;
        padding: 18px 40px 18px 25px;
	color: #d75347;
	border: solid 3px #d75347;
	border-radius: 7px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.btn-link a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(img/link3.png);
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-tel a {
	width: 100%;
	display: block;
	background-color:#64bb7b;
	border-radius: 35px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
        padding: 10px 50px;
	margin-bottom: 10px;
	position: relative;
}
.btn-tel a:before {
	content: '';
	display: block;
	background: url(img/sp_tel.png) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
	position: absolute;
        left: 18px;
	top: 0;
	bottom: 0;
	margin: auto;

}
.btn-tel a:after {
	content: '';
	display: block;
	background-image: url(img/tel_bt.png);
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.box-wrap {

}

.box-wrap .box {
	border: solid 4px #ffe899;
	padding: 20px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.box-wrap .box:before {
	content: '';
	display: block;
	border-left: solid 6px #f9b54a;
	border-top: solid 6px #f9b54a;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -5px;
	top: -5px;
}

.box-wrap .box:after {
	content: '';
	display: block;
	border-bottom: solid 6px #f9b54a;
	border-right: solid 6px #f9b54a;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -5px;
	bottom: -5px;
}

.in_link_btn {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 18px 40px;
	color: #fff;
	background-color: #f9b54a;
	border-radius: 7px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.in_link_btn:after {
	content: '';
	display: block;
	background-image: url(img/inlink_bt.png);
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.box-wrap .box.left_box {
	float: left;
	margin-right: 2%;
}
.box-wrap .box.right_box {
	float: left;
}

.box-wrap .box .box-head a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 4px #ffe899;
    padding-right: 25px;
    padding-bottom: 1%;
    margin-bottom: 1%;
    display: block;
    position: relative;

}

.box-wrap .box .box-head a:after{
    content: '';
    display: block;
    background-image: url(img/frame1_bt.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
}

.frame-wrap {

}
.frame-wrap .frame {
	border-top: solid 4px #54b0a3;
	width: 100%;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	display: inline-block;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.frame-wrap .frame-head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

}
