@charset "utf-8";
/* CSS Document */
/****** リセットCSS************************************************************************************************/
body,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,h1,h2,h3,h4,h5,h6,article{
	margin: 0;
	padding: 0;
}

ul,li{list-style-type: none;}

table,img{border: 0px;}

a{text-decoration: none;}
a:focus {outline: none;}
em{font-style: normal;}
hr{display: none;clear: both;}
address{font-style: normal;}


/*その他*/
/* ***************************************************
 *hover
*************************************************** */

img.hover:hover{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}
input.hover:hover{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}


/****** common.css************************************************************************************************/
body {
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:17px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #000000;
}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

a{color: #000000; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}


.sp{display: none;}

.min{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


@media screen and (max-width: 700px){
	body {font-size:14px;}
}



/*=====================================================================================
***************************************************************************************

　　wrapper
		
***************************************************************************************
=====================================================================================*/
#wrapper{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

h3{
	font-size: 31px;
	padding:0 20px 10px;
	border-bottom: 1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: left;
	position: relative;
}

h3::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 2px;
	left: 0;
	bottom: -3px;
}

h3::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 2px;
	right: 0;
	bottom: -3px;
}

.com_btn{
	display: inline-block;
	width: 220px;
	line-height: 50px;
	border: 1px solid #000000;
	background: url("../img/common/icon.png") no-repeat center right 15px;
	background-size: 8px;
	text-decoration: none;
}

@media screen and (max-width: 700px){
	h3{font-size:22px;}
	
	.com_btn{
		line-height: 40px;
	}
}


/*=====================================================================================
***************************************************************************************

　　footer
		
***************************************************************************************
=====================================================================================*/
footer {
	margin-top: 100px;
}

footer div{
	max-width: 1000px;
	width: 94%;
	margin: 0 auto 10px;
	text-align: left;
	position: relative;
}

footer ul{
	position: absolute;
	right: 0;
	top: 10px;
}

footer li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #000000;
	font-size: 15px;
}
footer li:last-child{border-right:none;}

footer li a{text-decoration: none;}

footer small{
	color: #FFFFFF;
	background: #000000;
	padding: 20px 0;
	width: 100%;
	display: block;
}

@media screen and (max-width: 750px){

}





/****** トップページ************************************************************************************************/
#home #my_btn{
	position: fixed;
	top: 0;
	right: 50px;
	background: #000000;
	color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	display: block;
	text-decoration: none;
	padding: 10px 45px;
}

/*=====================================================================================
***************************************************************************************

 MV

***************************************************************************************
=====================================================================================*/
#home #mv{
	margin-top: 180px;
	text-align: center;
}

#home #mv img{
	max-width: 562px;
	width: 95%;
}

#home #mv p{
	color: #676a6d;
	line-height: 46px;
	margin-top: 90px;
}

@media screen and (max-width: 600px){
}


#home h3{margin-bottom: 25px;}

/*=====================================================================================
***************************************************************************************

 contents01

***************************************************************************************
=====================================================================================*/
#home #contents01{
	margin-top: 80px;
}

#home #contents01 ul{
	padding: 0 20px;
	text-align: left;
}

#home #contents01 ul li{
	display: inline-block;
	width: 45%;
	font-weight: bold;
}

#home #contents01 ul li span{padding-right: 15px;}

#home #contents01 ul a{text-decoration: none;}

@media screen and (max-width: 600px){
	#home #contents01 ul li{width: 100%;}
}

/*=====================================================================================
***************************************************************************************

 contents02

***************************************************************************************
=====================================================================================*/
#home #contents02{
	margin-top: 120px;
}

#home #contents02 ul{
	padding: 0 20px;
	text-align: left;
}

#home #contents02 li{margin-bottom: 10px;}

#home #contents02 li i{font-style: normal;}

#home #contents02 li span{
	display: inline-block;
	margin: 0 15px;
	padding: 1px 0;
	width: 130px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
}
#home #contents02 li span.tag01{background: #000000;}
#home #contents02 li span.tag02{background: #083678;}

#home #contents02 .com_btn{margin-top: 20px;}

@media screen and (max-width: 600px){

	
}

/*=====================================================================================
***************************************************************************************

 contents03

***************************************************************************************
=====================================================================================*/
#home #contents03{
	margin-top: 120px;
}

/* 頭文字 */
#home #contents03 .akasa li {display: inline-block; margin: 0 2px;}

#home #contents03 .akasa li a{
	text-decoration: none;
	border: 1px solid #000; 
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
}

#home #contents03 .akasa li a:hover,#contents03 .akasa li.active a{
	color: #FFFFFF;
	background: #000000;
	opacity: 1;
}

/* ジャンル */
#home #contents03 .genre{margin-top: 25px;}
#home #contents03 .genre li{
	display: inline-block;
	margin: 0 2px 10px;
} 
#home #contents03 .genre li a{
	text-decoration: none;
	border: 1px solid #000; 
	line-height: 36px;
	font-size: 15px;
	padding: 0 25px;
	border-radius: 18px;
} 

#home #contents03 .genre li a:hover,#home #contents03 .genre li.active a{
	color: #FFFFFF;
	background: #000000;
	opacity: 1;
}

/* 内容 */
#home #contents03 .in{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

#home #contents03 .in_box{
	width: 30%;
	border: 1px solid #000000;
	border-bottom: 10px solid #000000;
	padding: 25px 20px 60px;
	text-align: left;
	position: relative;
	margin-bottom: 35px;
}

#contents03 .in_box .box_genre span{
	border: 1px solid #000; 
	color: #FFFFFF;
	background: #000000;
	line-height: 26px;
	border-radius: 13px;
	display: inline-block;
	padding: 0 20px;
	font-size: 13px;
	margin-bottom: 10px;
}

#home #contents03 .in_box .corp{font-size: 22px; margin-bottom: 5px}
#home #contents03 .in_box .name{font-size: 16px;}

#home #contents03 .in_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#home #contents03 .in_box a span{
	position: absolute;
	bottom: 0;
	right: 10px;
}


@media screen and (max-width: 600px){

	
}


/****** お知らせ一覧部分************************************************************************************************/

/*=====================================================================================
***************************************************************************************

 contents01

***************************************************************************************
=====================================================================================*/
#news_index #contents01{margin: 170px 0 90px;}

#news_index #contents01 h2{font-size: 50px;}

@media screen and (max-width: 600px){

}


/*=====================================================================================
***************************************************************************************

 contents02

***************************************************************************************
=====================================================================================*/


/*タブのスタイル*/
#news_index .tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 2px solid #000000;
  background-color: #DCDCDC;
  line-height: 50px;
  font-size: 16px;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	text-decoration: none;
}
#news_index .tab_item:hover,#news_index .tab_item.active {
  background: #000000;
	color: #FFFFFF;
	opacity: 1;
}


/*タブ切り替えの中身のスタイル*/
#news_index .tab_content {
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}




#news_index #contents02 li{margin-bottom: 10px;}

#news_index #contents02 li i{font-style: normal;}

#news_index #contents02 li span{
	display: inline-block;
	margin: 0 15px;
	padding: 1px 0;
	width: 130px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
}
#news_index #contents02 li span.tag01{background: #000000;}
#news_index #contents02 li span.tag02{background: #083678;}

#news_index #contents02 .com_btn{margin-top: 20px;}

#news_index #pagination{margin-top: 40px;}
#news_index #pagination li{display: inline-block;}
#news_index #pagination a{
	display: block;
	padding:4px 10px;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: 14px;
	margin: 0 5px;
}

#news_index #pagination a:hover,#news_index #pagination a.active {
  background: #000000;
	color: #FFFFFF;
	opacity: 1;
}



/****** お知らせ詳細部分************************************************************************************************/
/*=====================================================================================
***************************************************************************************

 contents01

***************************************************************************************
=====================================================================================*/
#news_detail #contents01{margin: 170px 0 90px;}

#news_detail #contents01 h2{font-size: 50px;}

@media screen and (max-width: 600px){

}

/*=====================================================================================
***************************************************************************************

 contents02

***************************************************************************************
=====================================================================================*/
#news_detail #contents02 .date_box{
	padding: 10px 25px 0;
	text-align: left;
	position: relative;
}

#news_detail #contents02 .date_box .time{
	position: absolute;
	right: 25px;
	top: 10px;
}

#news_detail #contents02 .txt_box{
	max-width: 850px;
	text-align: justify;
	font-size: 15px;
	margin: 60px auto 40px;
	width: 96%;
}

#news_detail #contents02 .img_box img{
	max-width: 540px;
	width: 96%;
}

#news_detail a.com_btn{margin-top: 95px; display: inline-block;}

@media screen and (max-width: 600px){

}


/****** お知らせ投稿部分************************************************************************************************/

/*=====================================================================================
***************************************************************************************

 contents01

***************************************************************************************
=====================================================================================*/
#news_change #contents01{margin: 170px 0 90px;}

#news_change #contents01 h2{font-size: 50px;}

@media screen and (max-width: 600px){

}


/*=====================================================================================
***************************************************************************************

 contents02

***************************************************************************************
=====================================================================================*/
#news_change #contents02{
	margin: 120px 0 50px;
}

#news_change table , #news_change td, #news_change th {
	border-collapse: collapse;
	text-align: justify;
}

#news_change #contents02 tr{
	border-bottom: 20px solid #FFFFFF;
}

#news_change #contents02 th{
	width: 220px;
	border-right: 1px solid #000000;
	padding-top: 15px;
	font-size: 18px;
}


#news_change #contents02 td{
	padding:15px 0 30px 50px;
}

#news_change #contents02 td div{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px
}

#news_change #contents02 .small{
	font-size: 14px;
	margin-top: 20px;
}

#news_change #contents02 input[type=radio]{
	accent-color:black;
	margin-top: 5px;
}

#news_change #contents02 input[type=checkbox]{
	accent-color:black;
	margin-top: 5px;
}

#news_change #contents02 input[type=text]{
	width: 100%;
	height: 50px;
	padding: 0 25px;
	font-size: 15px;
}

#news_change #contents02 textarea{
	width: 100%;
	padding: 25px;
	font-size: 15px;
}


/*=====================================================================================
***************************************************************************************

 contents03

***************************************************************************************
=====================================================================================*/
#news_change .btn02{margin-left: 50px;}



/****** 詳細ページ************************************************************************************************/
/*=====================================================================================
***************************************************************************************

 contents01

***************************************************************************************
=====================================================================================*/
#detail #contents01{
	margin: 120px 0 115px;
}

#detail #contents01 img{width: 140px;}

#detail #contents01 .corp{
	font-size: 50px;
	margin: 25px 0 0;
}

#detail #contents01 .name{
	font-size: 30px;
}

@media screen and (max-width: 600px){

}


/*=====================================================================================
***************************************************************************************

 contents02

***************************************************************************************
=====================================================================================*/
#detail #contents02{
	margin: 120px 0 160px;
}

#detail table , #detail td, #detail th {
	border-collapse: collapse;
	text-align: justify;
}

#detail #contents02 tr{
	border-bottom: 20px solid #FFFFFF;
}

#detail #contents02 th{
	width: 220px;
	border-right: 1px solid #000000;
	padding-top: 15px;
}


#detail #contents02 td{
	padding:15px 0 30px 50px;
}

#detail #contents02 .btn_box{
	text-align: right;
	margin-top: 20px;
}

#detail #contents02 .btn_box a{text-align: center;}


/*=====================================================================================
***************************************************************************************

 contents03

***************************************************************************************
=====================================================================================*/
#detail #contents03 h3 {position: relative;}

#detail #contents03 h3 a{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#detail #contents03 ul{
	text-align: left;
	padding: 30px;
	margin-bottom: 100px;
}

#detail #contents03 li{margin-bottom: 10px;}
#detail #contents03 li i{font-style: normal; padding-right: 20px;}




/****** 詳細変更ページ************************************************************************************************/
/*=====================================================================================
***************************************************************************************

 contents01

***************************************************************************************
=====================================================================================*/
#detail_change #contents01{margin: 170px 0 90px;}

#detail_change #contents01 h2{font-size: 50px;}

@media screen and (max-width: 600px){

}


/*=====================================================================================
***************************************************************************************

 contents02

***************************************************************************************
=====================================================================================*/
#detail_change #contents02{
	margin: 120px 0 50px;
}

#detail_change table , #detail_change td, #detail_change th {
	border-collapse: collapse;
	text-align: justify;
}

#detail_change #contents02 tr{
	border-bottom: 20px solid #FFFFFF;
}

#detail_change #contents02 th{
	width: 220px;
	border-right: 1px solid #000000;
	padding-top: 15px;
	font-size: 18px;
}


#detail_change #contents02 td{
	padding:15px 0 30px 50px;
}

#detail_change #contents02 td div{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px
}

#detail_change #contents02 .small{
	font-size: 14px;
	margin-top: 20px;
}

#detail_change #contents02 input[type=radio]{
	accent-color:black;
	margin-top: 5px;
}

#detail_change #contents02 input[type=checkbox]{
	accent-color:black;
	margin-top: 5px;
}

#detail_change #contents02 input[type=text]{
	width: 100%;
	height: 50px;
	padding: 0 25px;
	font-size: 15px;
}

#detail_change #contents02 textarea{
	width: 100%;
	padding: 25px;
	font-size: 15px;
}


/*=====================================================================================
***************************************************************************************

 contents03

***************************************************************************************
=====================================================================================*/
#detail_change .btn02{margin-left: 50px;}













