@charset 'utf-8';

/*カテゴリーカラー*/
.cateColor01 {
    color: #f5a20b !important;
}

.cateColor02 {
    color: #eb6da5 !important;
}

.cateColor03 {
    color: #8aab62 !important;
}

.cateColor04 {
    color: #d39206 !important;
}

.cateColor05 {
    color: #e94b46 !important;
}

.cateColor06 {
    color: #2fb8e1 !important;
}


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 {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	font: inherit;
	font-size: 100%;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

sub {
	vertical-align: sub;
	font-size: 50%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	border: none;
}


html, body {
	color: #231815;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 15px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	html, body {
		font-size: 12px;

		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}

body {
	width: 100%;
}

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	vertical-align: top;
}

.center {
    text-align: center;
}



.clrF::after {
	content: '';
	display: block;
	clear: both;
}

.imgLink {
	display: block;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.imgLink:hover {
	opacity: 0.8;
}

@media screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pcOnly {
		display: none !important;
	}
}


#pageWrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*border: solid #bfe3eb 20px;*/
}

@media screen and (max-width: 768px) {
	#pageWrap {
		border: solid #fff;
		border-width: 1px 0 0;
	}
}


#headerArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#headerArea #logo {
	width: 230px;
	margin: 0 auto;
	text-align: center;
}

#top #headerArea #logo {
	width: 33.35704%;
}

@media screen and (max-width: 768px) {
	#headerArea #logo {
		width: 50.46%;
		margin: 0 auto;
	}
	#top #headerArea #logo {
		width: 60%;
	}
	#headerArea #gnav {
		position: absolute;
		top: 0;
		width: 100%;
	}
	#headerArea #gnav > .navBtn {
		position: absolute;
		right: 4%;
		width: 8.93333%;
		margin-top: 4.13%;
		cursor: pointer;
	}
	#headerArea #gnav .navWrap {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		padding: 5.5% 5.3% 28px;
		background: #fff;
		z-index: 1;
	}
	#headerArea #gnav .navWrap .navBtn {
		position: absolute;
		top: 0;
		right: 5%;
		width: 7.46667%;
		margin-top: 4.2%;
		cursor: pointer;
	}
	#headerArea #gnav .navWrap .title {
		margin-bottom: 4px;
		color: #685744;
		font-size: 1.5rem;
		font-weight: bold;
	}
	#headerArea #gnav .navWrap .navList {
		border-top: solid 1px #c0bfc1;
	}
	#headerArea #gnav .navWrap .navList li {
		list-style-image: url(data:0);
		border-bottom: solid 1px #c0bfc1;
	}
	#headerArea #gnav .navWrap .navList li a {
		display: block;
		padding: 7px 0 5px;
		color: #685744;
		font-size: 1.25rem;
		font-weight: bold;
		text-decoration: none;
	}
}


#footerArea {
	padding: 30px 0 40px;
	background: #e8e3d9;
}

#footerArea #footerLogo {
	width: 185px;
	margin: 0 auto 30px;
	text-align: center;
}

#footerArea #footerLogo a:hover {
	opacity: 0.8;
}

#footerArea #copyright {
	color: #b8b8b8;
	font-size: 0.66rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footerArea {
		padding: 0 0 15px;
	}
	#footerArea #footerNav {
		background: url(../img/common/sp_contents_bg.png) no-repeat;
		padding: 30px 5.3% 15px;
	}
	/* #footerArea #footerNav ul  {
padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: auto;
	}
	
	#footerArea #footerNav ul li{
	float: left; 
	width: 33.3%;
	}
	
	#footerArea #footerNav ul li img{ 
	width: 100%;
	}
	#footerArea #footerNav ul li:nth-child(3n) {
		margin-right: 0;
	}
	#footerArea #footerNav ul li a {
		display: block;
		text-align: center;
	} */

	#footerArea .navBlock01 {
		position: static;
		padding-top: 40px;
		margin-bottom: 30px;
	}
    
	#footerArea .navBlock01 ul {
		margin-bottom:15px;
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
    
	#footerArea .navBlock01 ul li {
		width: 31%;
    	margin: 1% 1% 1%;
		border:none;
	}

	#footerArea .navBlock01 ul li a {
		display: block;
		text-align: center;
		height: auto;

	}
	#footerArea .navBlock01 ul li a span {

	}
	#footerArea .navBlock01 ul li a span.type02 {
		font-size: 1.0em;
	}
    
    #footerArea .navBlock01 ul li img {
        max-width: 114px;
		width: 100%;
    }



	#footerArea #footerNav ul li a:hover {
		opacity: 0.8;
	}
	#footerArea #footerLogo {
		width: 32.66667%;
		margin: 0 auto 12px;
		padding-top: 12px;
	}
	#footerArea #copyright {
		color: #000;
		font-size: 0.83rem;
	}
}


#contentsArea {
	padding-bottom: 80px;
}

#contentsArea.bottom {
	background-color: #FFFBEF;
}

#top #contentsArea {
	margin-bottom: 0;
    padding-bottom: 0;
}

#contentsArea::after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {
	#contentsArea {
	}
}


#mainArea {
	float: left;
	width: 67%;
}

@media screen and (max-width: 768px) {
	#mainArea {
		float: none;
		width: 100%;
	}
}


#sideArea {
	float: right;
	width: 26.53061%;
}




#sideArea .sideNavBlock01 > ul > li {
	margin-bottom: 7px;
}

#sideArea .sideNavBlock01 > ul > li > a {
	display: table-cell;
	width: 250px;
	padding: 15px 10px 15px 40px;
	vertical-align: middle;
	background: #BAD87E url(../img/common/common_side_ico01.png) no-repeat 20px center;
	color: #fff;
	font-size: 1.06rem;
	font-weight: bold;
	line-height: 1.2;
    text-decoration: none;
}

#sideArea .sideNavBlock01 > ul > li > a:hover {
	
}

#sideArea .sideNavBlock01 > ul > li ul {
	display: none;
}

#sideArea .sideNavBlock01 > ul > li ul li a {
	display: table-cell;
	width: 500px;
	padding: 6px 10px 5px 40px;
	vertical-align: middle;
	background: #eee url(../img/common/common_side_ico01.png) no-repeat 20px center;
	border-bottom: #d1d1d1 solid 2px;
	color: #4c4c4c;
	font-size: 1.06rem;
	font-weight: bold;
}

#sideArea .sideNavBlock01 > ul > li ul li a:hover {
	background: #80c6fd url(../img/common/common_side_ico01.png) no-repeat 20px center;
	color: #fff;
}

#sideArea .sideNavBlock01 > ul > li.slide > a {
	background: #bfe3eb url(../img/common/common_side_ico02.png) no-repeat 17px center;
}

#sideArea .sideNavBlock01 > ul > li.slide > a:hover {
	background: #80c6fd url(../img/common/common_side_ico02.png) no-repeat 17px center;
	color: #fff;
}

#sideArea .sideNavBlock01 > ul > li.current > a, #sideArea .sideNavBlock01 > ul > li.open > a {
	background: #cbedf6 url(../img/common/common_side_ico03.png) no-repeat 17px center;
}

#sideArea .sideNavBlock01 > ul > li.current > a:hover, #sideArea .sideNavBlock01 > ul > li.open > a:hover {
	background: #80c6fd url(../img/common/common_side_ico03.png) no-repeat 17px center;
	color: #fff;
}

#sideArea .sideNavBlock01 > ul > li.current ul, #sideArea .sideNavBlock01 > ul > li.open ul {
	display: block !important;
}

@media screen and (max-width: 1019px) {
	#sideArea .sideNavBlock01 > ul > li > a {
		font-size: 0.95rem;
	}
	#sideArea .sideNavBlock01 > ul > li ul li a {
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 768px) {
	#sideArea {
		display: none;
	}
}


#pageTop {
	display: none;
	position: fixed;
	right: 108px;
	bottom: 60px;
}

#pageTop img {
	width: 45px;
}

#pageTop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	#pageTop {
		right: 5px;
		bottom: 18px;
	}
}
