﻿/* 全体設定 */ 
*{
	margin:0;
	padding:0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}

body{
	background-color:rgba( 30,30,30,1);
}



#hiddenwrap{
	overflow:hidden;
}


.toggle{
	font-weight:bold;
	font-size:16px;
	cursor: pointer;
}

.toggle img{
	height:16px;
}

.tp{
	display:none;
}

.twrap{
	border:1px solid white;
}
.maincon{
	color:#4e4e4e;
	padding:10px;
}

.maincon2{
	color:#4e4e4e;
	padding:10px;
}

.maincon p{
	line-height:16px;
}

.micon{
	text-align:center;
	transform: rotate( 90deg );
}

.topimg{
	display:none;
	width:125px;
	float:right;
}

.conimg{
	display:none;
	width:200px;
	float:right;
}

.merit{
	width:100%;
	background-color:#1E87B8;
	padding:10px;
	margin-top:10px;
	border-radius:20px;
}

.merit span{
	font-weight:bold;
	font-size:16px;
	display:none;
}

.condis{
	padding-bottom:20px;
	font-size:14px;
}

.tp{
	display:none;
}

.tp{
	font-size:15px;
}

h3{
  margin:auto;
  	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	color:#3D6B99;
  color: #3D6B99;
  border-bottom: solid 2px #3D6B99;
	padding:8px;
	font-size:16px;
	font-weight:bold;
}

#contents{
  padding-top: 15px;
	background-color:#FAFAFA;
}

#contents p{
	font-size:14px;
	color:#2e2e2e;
}

/* ヘッダー回り */
#pagetop{
	position:fixed;
	right:10px;
	bottom:0;
	z-index:999;
}

#logo{
	margin:6px;
	height:40px;
	width:auto;
}
header{
	width:100%;
	height:50px;
	background-color:#204D76;
}


footer{
	background-color:rgba( 30,30,30,0.97);
	padding-top:10px;
	padding-bottom:40px;
	width:100%;
	font-size:15px;
	color:white;
	text-align:center;
	border-bottom:1px solid rgba( 30,30,30,0.97);
}


/*サブページコンテンツ周り*/

#pagewrap{
	background-color:#e8e8e8;
}
.pagehead{
 	background-color:#204D76;
	color:white;
	height:75px;

}
.pagehead h2{
text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}

.title{
margin-left: auto;
margin-right: auto;
display: table;
}
.pagehead h2{
	font-size:25px;
	padding-top:8px;
	line-height:55px;
	margin:0;
	text-shadow: 2px 2px 0  rgba(0,0,0,0.4);
}


.pagehead p{
	font-size:13px;
	padding:5px;
}

.pagehead img{
	float:left;
	padding-top:10px;
	width:50px;
}

.page{
	color:black;
	padding:25px 0 50px 0;
	margin-top:30px;
	margin-bottom:30px;
}

.pwrap{
	padding-left:15px;
}
.page h3{
	font-size:18px;
	font-weight:bold;
}

span{
	font-weight:bold;
	font-size:15px;
}


.icon{
	width:80%;
	height:200px;
	background-color:white;
	margin:0 auto 10px auto;
}
.discription{
	width:80%;
	background-color:white;
	margin:0 auto 10px auto;
}

.more{
    	text-align: center;
	border-radius:3px;
    	width: 100%;
    	height: 30px;
    	border-radius: 5px;
    	position: relative;
	margin-top:25px;
	background-color:#d26b38;
}

.more a{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:30px;
	color:white;
	-webkit-transition:.5s;
	transition:.5s;
    	border-radius: 5px;

}

.more a:hover{
	background-color:black;
	text-decoration:none;
	color:#d26b38;
}
	





/* sl */
@media (min-width: 768px) {

.brnone{
	display:none;
}

.tp{
	display:inline;
}
header{
	height:50px;
}

#logo{
	height:40px;
	margin:5px;
}

.maincon{
	width:100%;
	height:auto;
}
.conimg{
	display:inline;
}

.merit{
	font-size:15px;
}
.merit span{
	display:inline;
}

.toggle{
	display:none;
}

.tp{
	display:inline;
}
h3{
	font-size:21px;
	margin-top:40px;
}

.topimg{
	display:inline;
}

#contents p,
.condis{
	font-size:16px;
}




}

/* md */
@media (min-width: 992px) {

header{
	height:40px;
}
#logo{
	width:auto;
	height:40px;
	margin:0;
	margin-top:15px;
}

.pagehead{
	height:100px;
}
.pagehead h2{
	font-size:30px;
	line-height:55px;
	margin:0;
}


.micon{
	position:relative;
	top:-110px;
	float:right;
	right:-25px;
	transform:rotate(0deg);
}
.merit{
	font-size:16px;
}

h3{
	font-size:24px;
}

}

/* lg */
@media (min-width: 1200px){
}

