@charset "UTF-8";
/* CSS reset */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,button{
	margin: 0;
	padding: 0;
	line-height:22px;
	font-family:'Noto Sans Japanese';
	font-size:14px;
	font-weight:300;
	letter-spacing:1px;
}
html,body{
	width:100%;
}
/*header {*/
	/*border-bottom: #ccc 3px solid;*/
/*}*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol{
	list-style: none; /*マーカーを消す*/
}
a{
	text-decoration: none; /*下線を消す*/
	color:#000;
}
img{
	border: 0;
}
img, input{
	vertical-align:bottom;
}
/* CSS reset */

.clearfix:after{
	content:"";
	display: block;
	clear: both;
}
/*clearfix*/

.sp_br{
	display: none;
}

.panList {
    width: 1000px;
    margin: 20px auto 20px auto;
    display: block;
}

h3 {
	font-size:131%;
	color:#333;
	font-weight:normal;
	letter-spacing:0.2em;
	padding-top:30px;
	padding-bottom:50px;
	text-align:center;
}
h3 span{
	display: block;
	font-size:10px;
	color:#759aa2;
	letter-spacing:0;
	padding-top:10px;
	line-height:1;
}
h3 .title_line {
	background:#759aa2;
	display:block;
	width:50%;
	height:5px;
	margin:14px auto 0 auto;
	max-width:80px;
}
section h4 {
	font-weight: 700;
	padding:10px 15px;
	background: #55838d;
	border:#55838d 1px solid;
	color:#fff;
	font-size:120%;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	clear: both;
}
h4.fukidashi {
  position: relative;
  color: #fff;
  background: #777;
  font-size: 20px;
  line-height: 1;
  text-shadow: 1px 1px 1px #000;
  border :1px solid #777;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
}
h4.fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #777;
}
.wide_subtitle {
	background:#f4f4f4;
	text-align:center;
	padding-top:30px;
	margin:30px auto 20px auto;
}
.wide_subtitle h5 {
	background:#fff;
	color:#5a5c5b;
	font-weight:normal;
	padding:25px 20px 10px 20px;
	font-size:118%;
	text-align:left;
	width:1000px;
	margin:0 auto;
}
.wide_subtitle h5 span{
	display: block;
	font-size:10px;
	color:#5a5c5b;
	letter-spacing:0;
	padding-top:10px;
	line-height:1;
}
.wide_subtitle h5 .title_line {
	background:#5a5c5b;
	display:block;
	width:50%;
	height:5px;
	margin:14px 0 0 0;
	max-width:80px;
}
.clear {
	clear:both;
}

section strong {
    background: linear-gradient(transparent 60%, #ffc4c4 60%);
    font-weight: bold;
}

ul.annotation{
	padding-left:1em;
}
ul.annotation li{
	text-indent:-1em;
	list-style-type:none;
}

@media screen and (min-width:0px) and (max-width:767px){
	html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{
		margin: 0;
		padding: 0;
		line-height:20px;
		font-family:'Noto Sans Japanese';
		font-size:13px;
		font-weight:300;
		letter-spacing:1px;
	}
	section h4 {
		font-weight: 700;
		padding:10px 15px;
		background: #55838d;
		border:#55838d 1px solid;
		color:#fff;
		font-size:120%;
		margin-top:30px;
		margin-bottom:30px;
		text-align:center;
	}
	.pc_br{
		display:none;
	}
	.sp_br{
		display:block;
	}
	.sp-hidden {
		display:none !important;
	}
	.wide_subtitle {
		background:#f4f4f4;
		text-align:center;
		padding:1em 1em 0 1em;
		margin:1em auto;
	}
	.wide_subtitle h5 {
		background:#fff;
		color:#5a5c5b;
		font-weight:bold;
		padding:1em;
		font-size:118%;
		text-align:left;
		width:100%;
		margin:0 auto;
	}
	.wide_subtitle h5 span{
		display: block;
		font-size:10px;
		color:#5a5c5b;
		letter-spacing:0;
		padding-top:10px;
		line-height:1;
	}
	.wide_subtitle h5 .title_line {
		background:#5a5c5b;
		display:block;
		width:50%;
		height:5px;
		margin:14px 0 0 0;
		max-width:80px;
	}
	.sp-block {
		display:block;
		margin-bottom: 0.5em;
	}

}
@media screen and (min-width:768px){
	.pc-hidden { display:none; }
	.sp { display:none; }
}
@media screen and (max-width:767px){
	.pc { display:none; }
}

.right-link { text-align: right; }
.right-link a { display: block; text-decoration: underline; }
.right-link a:hover { opacity: 0.7; }
a.trans:hover { opacity: 0.7; }

span.blue { color:#3c8dbc; }
span.strong { font-weight:bold; }
/*pc_br*/
