@charset "shift_jis"; 

/*********************************************************
共通設定
*********************************************************/


/*
見出し
*********************************************************/

h1{}

/*ページタイトル*/
h2 {
	font-size:1.8em;
	text-align:center;
	margin-bottom:30px;
}
h2 span {
	font-size:0.6em;
	color:#bd9351;
	display:block;
	margin-top:20px;
}

/*タイトル*/
h3 {
	color:#fff;
	background:#bd9351;
	font-size:1.6em;
	line-height:1em;
	font-weight:500;
	padding:20px;
	margin-bottom:20px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}

/*サブタイトル*/
h4{}

.pointTxt {
	color:#bd9351;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}
.pointTxt i {
	margin-right:10px;
}

/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
h2 {
	margin-bottom:60px;
}
}
/*IE*/
@media all and (-ms-high-contrast:none){
}


/*
共通-コンテンツ
*********************************************************/

.contents { padding:30px 0; }
.contents2 { padding:30px 0; background:#f2ece3; }

/*TABLET*/
@media only screen and (min-width : 600px){
	.contents,.contents2 { padding:60px 0; }
}
/*PC*/
@media only screen and (min-width : 1025px){
	.contents,.contents2 { padding:100px 0; }
}


/*
フッター
*********************************************************/
#footer ul {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
	padding:20px;
}
#footer ul li {
	width:100%;
	margin-bottom:10px;
}
#footer ul li:last-child {
	margin-bottom:0;
}
#footer img {
	width:100%;
	max-width:587px;
	margin:auto;
}
.copyright {
	background:#000;
	padding:15px 0;
	font-size:0.8em;
	line-height:1;
	color:#ffffff;
	text-align:center;
}
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
#footer{ padding:30px 0; }
#footer ul li {
	width:50%;
	margin-bottom:10px;
}
#footer ul li::nth-child(3),
#footer ul li::nth-child(4) {
	margin-bottom:0;
}
#footer ul li:last-child {
	margin-bottom:0;
}
#footer img {
	width:98%;
}
.copyright {
	padding:30px 0;
}
}



/*
コンテンツ
*********************************************************/

/*
ブロック1
***********************/
.block1 {
	background:url(../images/topBg1.jpg) top center no-repeat;
	background-size:cover;
}
.LRratout {
	display:flex;
  flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}
.LRratout p img {
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	margin:auto;
}
.LRratout p {
	width:100%;
	margin-bottom:20px;
}
.LRratout dl {
	width:100%;
}
.LRratout dl dt {
	color:#bd9351;
	font-size:1.8em;
	margin-bottom:15px;
	font-weight:500;
	text-align:center;
}
.LRratout dl dd {
	line-height:1.4em;
}

/*TABLET*/
@media only screen and (min-width : 950px){
.LRratout p {
	width:50%;
	margin-bottom:0;
}
.LRratout dl {
	width:46%;
}
.LRratout dl dt {
	text-align:left;
}
.item1 {
	order: 2;
}
.item2 {
	order: 1;
}
.LRratout dl dd {
	line-height:2em;
}
}


/*
ブロック2
***********************/
.block2 {
}


/*
ブロック3
***********************/
.block3 {
	background:url(../images/topBg2.jpg) top center no-repeat;
	background-size:cover;
}


/*********************************************************
index
*/

/*NEWS*/
.newsScroll{
	max-height:400px;
	overflow-y:auto;
	}
	.newsScroll::-webkit-scrollbar {
    width: 10px;
		}
	.newsScroll::-webkit-scrollbar-track {
    background-color:#ddd;
		}
 	.newsScroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color:#ccc;
		}

.news{}
.news dl{
	float:none;
	clear:both;
	padding:20px 10px;
	border-bottom:#ccc solid 1px;
	}
.news .newsDate{
	float:left;
	width:120px;
	padding:5px 0;
	font-weight:bold;
	}
.news .newsCate{
	float:right;
	padding:5px 2px;
	width:160px;
	background:#fff;
	border:#ccc solid 1px;
	text-align:center;
	}
	.newsCate.cate1{border-color:#237e80;}
	.newsCate.cate2{border-color:#941ca2;}
	.newsCate.cate3{border-color:#eb7620;}
	.newsCate.cate4{border-color:#1044d8;}
	.newsCate.cate5{border-color:#d5d200;}
.news .newsTtl{
	float:none;
	clear:both;
	padding-top:5px;
	}
.news a{ text-decoration:none;}

/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
	.news dl{
		padding:20px;
		}
	.news .newsCate{
		float:left;
		}
	.news .newsTtl{
		float:left;
		clear:none;
		padding:5px 0 5px 40px;
		width : 80% ;
		width : -webkit-calc(100% - 280px) ;
		width : calc(100% - 280px) ;
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
}





/*********************************************************
2nd
*/
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

