@charset "utf-8";
/* CSS Document */

/* clearfix */
.cf{zoom:1;}
.cf:before, .cf:after{content:""; display: table;}
.cf:after{clear:both;}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

html {
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/*===================================================================
BODY
===================================================================*/
body{
	width:100%;
	background-color: #ffffff;
	font-family: "Helvetica", "Arial", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #232323;
	font-size: 1.2rem;
	border-top: 10px #dd215c solid;
	padding-top:15px;
}
a {
	color: #dd215c;
	text-decoration: none;
}


/*===================================================================
HEADER
===================================================================*/

header{
	text-align:center;
	margin-bottom: 20px;
}

header #header_text{
	
}

header #header_text h1{
	font-weight:normal;
}

header ul#sub_nav{
	display:none;
}

header #logo_area p{
	margin:0 auto;
	padding: 15px 30px 7px 30px;
}
header #logo_area p img{
	width:100%;
	max-width:457px;
}
header #logo_area .text{
	display:block;
	width:20%;
	padding-top:0px;
	margin: 0 auto 0 auto;
}
header #logo_area .about{
	display:none;
	float:right;
	width:25%;
	margin-right:5%;
}
header #logo_area .text img{
	width:100%;
	max-width:230px;
position: relative;
top: -4px;
}
header #logo_area .about img{
	width:100%;
	max-width:153px;
}
header{
	position: relative;
	overflow: hidden;
}
header ul#sub_nav{
	margin-bottom: 15px;
	position: relative;
	left:50%;
	float: left;
	list-style-type: none;
}
header ul#sub_nav li{
	float: left;
	width:110px;
	position: relative;
	left:-50%;
	border-right:1px #dd215c solid;
}
header ul#sub_nav li a{
	display:block;
	width: 100%;
	padding-top:3px;
	padding-bottom:3px;
}
header ul#sub_nav li a:hover{
	text-decoration: underline;
}
header ul#sub_nav li:first-child{
	border-left:1px #dd215c solid;
}


/*===================================================================
Main Photo
===================================================================*/
#main_photo{
/*	display:none;*/
//	border-top:#ECECEC solid 10px;
		margin-bottom:10px;
}

/*===================================================================
Global Navigation
===================================================================*/

#nav{
	background-color: #dd215c;
	padding:1px 1px 0 1px;
	margin: 0 5px 20px;
}
#nav p.home{
	display: none;
}
#nav ul{

}
#nav ul li{
	background-color: #ffffff;
	text-align: center;
	float: left;
	width: 50%;
	border-bottom: 1px #dd215c solid;
}

#nav ul li:nth-child(odd){
/*	widh:49%;*/
	border-right: 1px #dd215c solid;
}
#nav ul li a{
	display: block;
/*	widh: 100%;*/
	height: 30px;
	line-height:30px;
}
#side_area{
	margin-bottom: 15px;
}
#side_area #serch{
	display: none;
}

#sptop_area{
	margin-bottom: 15px;
}
#sptop_area #serch{
	display: none;
}

/*	20170316 */
#serch_box{
		float:none;
		width:100%;
		margin: 0 0 30px;
	padding: 0 15px;
}
	#serch_box #serch{
		margin-bottom:20px;
}
#serch_box #serch p{
		font-size:1.0rem;
		color:#343434;
		margin-bottom:5px;
}
#serch_box #serch input[type="text"]{
		padding:5px;
		font-size:1.2em;
		color:#666;
		border:solid 1px #ccc;
		width:60%;

}
#serch_box #serch input[type="submit"]{
		border:solid 1px #ccc;
		padding:5px;
//		font-size:1.2em;
//		font-weight:bold;
		color:#333;
		cursor:pointer;
		width:38%;

}

/* ここまで */

#serch_box #serch input[type="submit"]{
	border:1px solid #d1dcdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
//	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #333;
	background-color: #f2f5f6;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#f2f5f6), to(#c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(to bottom, #f2f5f6,#c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6,endColorstr=#c8d7dc);
}
#serch_box #serch input[type="submit"]:hover{
	border:1px solid #b6c7cc;
	background-color: #d4dee1; background-image: -webkit-gradient(linear,left top, left bottom, from(#d4dee1), to(#a9c0c8));
	background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: linear-gradient(to bottom, #d4dee1,#a9c0c8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1,endColorstr=#a9c0c8);
}


#side_area #bnr_area{

}
#side_area #bnr_area div{
	margin:0 50px 10px;
	text-align: center;
}
#side_area #bnr_area div img{
	margin: 0 auto;
	width:100%;
/*	max-width: 260px;*/
}

//20171116ysk
#sptop_area #bnr_area{

}
#sptop_area #bnr_area div{
	margin:0 50px 10px;
	text-align: center;
}
#sptop_area #bnr_area div img{
	margin: 0 auto;
	width:100%;
/*	max-width: 260px;*/
}
#bigtop_area{
	display: none;
}


#footer{
	border-top:20px #df1a5a solid;
	padding-top:20px;
	line-height: 1.2;
}
#footer #footer_list{
	margin:0 10px 40px;
	font-size: 1.2rem;
}
#footer #footer_list ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}
#footer #footer_list li a{
	display:block;
	padding:10px 0;
	margin-bottom: 2px;
	font-weight: bold;
}
#footer #footer_list .list_pc1,#footer #footer_list .list_pc2{
	display:none;
}
#footer #footer_list .list_all i{
	margin-right:5px;
	font-weight: normal;
}

#footer p.note{
	margin:0 10px 10px;
}
#footer .footer_copy{
	background-color: #df1a5a;
	margin:0 auto;
}
#footer .footer_copy .copy{
	color:#ffffff;
	width:250px;
	margin:0 auto;
	padding:30px 0;
	text-align: center;
}
#toPageTop{
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#toPageTop img{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}



#error .top_text {
	margin-top:10px;
	margin-left: 0px;
	margin-bottom:20px;
	text-align:center;
}
#error .top_text img{
	width:60px;
	height:auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#error .top_text p{
	padding-top:10px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #666;
}
#error h2{
	text-align:center;
	font-size:1.2rem;
	padding:5px;
	font-weight: bold;
	color:#ffffff;
	background-color: #dd215c;
	margin-bottom: 20px;
}
#error  p{
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* PC */
@media only screen and (min-width:761px){
	body{
		font-size: 1.4rem;
	}
	header{
		position: static;
		overflow: hidden;
	}
	header #header_text {
	}
	header #header_text h1{
		text-align: left;
		padding:  0px 0px 0px 0px;
		float: left;
		font-weight:normal;
	}
	header #header_text ul#sub_nav{
		display:block;
		float:right;
		position: static;
		margin-right: 5px;
	}	
	header #header_text ul#sub_nav li{
		float:left;
		position: static;
	}	
	
	header #logo_area p{
		margin:0 0;
		padding: 0 0 0 0;
		float:left;
		width:457px;
	}
	header #logo_area p img{
		width:457px;
		max-width:457px;
	}
	header #logo_area .text{
		float:left;
		width:80px;
		padding-top:20px;
		margin-left:20px;
	margin: 0 0 0 20px;
	}
	header #logo_area .about{
		width:15%;
		margin-right:10px;
		display:block;
	}
	
	
	
	
	#main_photo{
		text-align: center;
		display: block;
		margin-bottom:10px;
	}
	
	.box{
		padding:5px 0;
		background-color: #ececec;
		margin-bottom:20px;
	}
	#nav {
		background: none;
		text-align: center;
		margin: 0px auto 0px ;
	}
	
	#nav p.home{
		display: block;
		float: left;
		width:8%;
		background-color: #fff;
		border:1px #ccc solid;
		margin-right:0.3%;
	}
	#nav p.home a{
		display: block;
		width: 100%;
		height: 30px;
		line-height:30px;
		color: #333;
	}	
	#nav p.home a:hover{
		background-color: #dd215c;
		color: #fff;
	}
	#nav ul li{
		text-align: center;
		float:left;
		width:15%;
		border:1px #ccc solid;
		margin-right:0.3%;
	}
	#nav ul li a{
		color: #333;
	}
	#nav ul li a:hover{
		background-color: #dd215c;
		color: #fff;
	}
	
	#nav ul li.on a{
		background-color: #dd215c;
		color: #fff;font-weight: bold;
	}
	
	#nav ul li:nth-child(odd){
		border-right: 1px #cccccc solid;
	}
	#nav ul li:nth-child(6){
		margin-right:0%;
	}
	
	#contents{
		margin:0 auto;
	}
	#mainArea{
		float:left;
		width:65%;
		margin: 0 20px;
	}

/*	20170316 */
	#serch_box{
		float:right;
		width:26%;
		margin: 0 0 20px;
		padding: 0 0;
	}
	#serch_box #serch{
		display: block;
		margin-bottom:20px;
	}
	#serch_box #serch p{
		font-size:1.0rem;
		color:#343434;
		margin-bottom:5px;
	}
	#serch_box #serch input[type="text"]{
		padding:5px;
		font-size:1.2em;
		color:#666;
		border:solid 1px #ccc;
		width:60%;

	}
	#serch_box #serch input[type="submit"]{
		border:solid 1px #ccc;
		padding:5px;
//		font-size:1.2em;
//		font-weight:bold;
		color:#333;
		cursor:pointer;
		width:35%;

	}
/* ここまで */


	#side_area{
		float:right;
		width:26%;
	}
	#side_area #serch{
		display: block;
		margin-bottom:20px;
	}
	#side_area #serch p{
		font-size:1.0rem;
		color:#343434;
		margin-bottom:5px;
	}
	#side_area #serch input[type="text"]{
		padding:5px;
		font-size:1.2em;
		color:#666;
		border:solid 1px #ccc;
		width:60%;

	}
#side_area #serch input[type="submit"]{
	border:1px solid #d1dcdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #333;
	background-color: #f2f5f6;
	background-image: -webkit-gradient(linear, left top, left bottom,  
from(#f2f5f6), to(#c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(to bottom, #f2f5f6,  
#c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6,  
endColorstr=#c8d7dc);
  }
#side_area #serch input[type="submit"]:hover{
	border:1px solid #b6c7cc;
	background-color: #d4dee1; background-image: -webkit-gradient(linear,  
left top, left bottom, from(#d4dee1), to(#a9c0c8));
	background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: linear-gradient(to bottom, #d4dee1,  
#a9c0c8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1,  
endColorstr=#a9c0c8);
  }

	#side_area #bnr_area div{
		margin:0 0px 10px;
	}

//20171116ysk
	#sptop_area{
		display: none;
	}
	#sptop_area #bnr_area div{
		display: none;
	}

	#bigtop_area{
		display: block;
	}
//20171116ysk

	#footer #footer_list .list_pc1,#footer #footer_list .list_pc2{
		display:block;
	}
	#footer #footer_list{
		margin: 0 5px 0;
	}
	#footer #footer_list .list_all,#footer #footer_list .list_pc1,#footer #footer_list .list_pc2{
		display:block;
		float:left;
		width:25%;
		
	}
	#footer #footer_list .list_all{
		width:18%;
		
	}
	#footer #footer_list li a{
		display: inherit;
		padding:0px 0;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#footer p.note{
		margin:50px 10px 10px;

	}
	#footer .footer_copy .copy{
		width:100%;
	}
	
	
	#error .top_text {
		margin-top:100px;
		margin-left: 150px;
		margin-bottom:50px;
	}
	#error .top_text img{
		width:60px;
		height:auto;
		float: left;
		margin-right: 50px;
	}
	#error .top_text p{
		padding-top:30px;
		font-size: 3.4rem;
		font-weight: bold;
		color: #666;
	}
	#error h2{
		font-size:1.6rem;
		padding:5px;
		font-weight: bold;
		color:#ffffff;
		background-color: #dd215c;
		margin-bottom: 20px;
	}
	#error  p{
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 0px;
	}

}
/* 1000px 以上 */
@media only screen and (min-width:1001px){
	
	header{
		width: 1000px;
		margin-left:auto;
		margin-right: auto;
	}
	#nav {
		width: 1000px;
	}
	#contents {
		width: 1000px;
	}
	#mainArea{
		width:720px;
		margin: 0 20px 0 0;
	}
	#side_area{
		width:260px;
	}
	#side_area #bnr_area{
		width: 260px;
		overflow: hidden;
	}
	#side_area #bnr_area div{
		margin:0 0px 10px;
	}
	#side_area #bnr_area div img{
		width: 260px;
	}

	#footer #footer_list{
		width:1000px;
		margin: 0 auto;
	}
	#footer p.note{
		width:1000px;
		margin:50px auto 10px;

	}

//20171116ysk
	#sptop_area{
		display: none;
	}
	#sptop_area #bnr_area{
		display: none;
	}
	#sptop_area #bnr_area div{
		display: none;
	}
	#sptop_area #bnr_area div img{
		display: none;
	}

	#bigtop_area{
		display: block;
	}


}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 79px;
    padding: 0 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
}
#page-top a img{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 20230728 */
p.articletitle{text-align: left;padding: 0px 0px 0px 0px;float: left;font-weight: normal;}
h1.mainarticle{font-size: 2.5rem;padding-bottom: 10px;margin-bottom: 15px;border-bottom: 5px #ececec%20solid;}
h1.mainarticle span {font-size: 1.4rem;font-weight: normal;}

