@charset "utf-8";
/* CSS Document */

* {
	-webkit-text-size-adjust: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	/*font-weight:normal;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
ul {
	list-style-type: none;
}
body {
	font-size:13px;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
}
a {
	color:#2b7ebf;
	text-decoration: none;
	display: block;
}
a:link {
	color: #2b7ebf;
}
a:visited {
	color: #2b7ebf;
}
a:active {
	color: #2b7ebf;
}
.center {
	text-align: center;
}
.right{
	text-align: right;
}
.mt0{
	margin-top:0;
}
.mt10{
	margin:10px 0 0 0;
}
.mt20{
	margin:20px 0 0 0;
}
img {
max-width : 100% ;
height : auto ;
}
.inner{
	margin:0 10px;
}

/*header*/
header:not(.l_header) {
	padding: 6px 10px 0;
	border-bottom:1px solid #bbbbbb;
	overflow:hidden;
}
h1:not(.l_header h1) {
	float:left;
	width: 36%;
	padding-top: 8px;
}
h1:not(.l_header h1) a{
	margin:0;
	padding:0;
}
.head_ico{
	float:right;
	width: 55%;
	margin-bottom: 1px;
}
.head_ico li {
	float: right;
	width: 45%;
	padding:0 0 0 5px;
}
.head_ico li a {
	height: auto;
}

/*slide*/
#slide {
	width:100%;
	border-bottom: solid 1px #bbbbbb;
}
#slide img {
}
#slider li {
	float: left;
	list-style: none;
}

/*search_box*/
.search_box{
	display:table;
	width:100%;
	padding: 12px 3px 12px 10px;
	background-color:#f5f5f5;
}
.search_box input[type="text"] {
	display:table-cell;
	width:80%;
	height:32px;
	border: 1px solid #bbbbbb;
	border-radius : 3px 0 0 3px ;
}
.search_btn {
	display:table-cell;
	width:18%;
	height:32px;
	padding:0;
	background: url(../img/search_btn.png) no-repeat center -0px #bbbbbb;
	background-size:auto 32px;
	vertical-align:bottom;
	border: 1px solid #bbbbbb;
	border-radius : 0 3px 3px 0;
}

/*contents*/
h2{
	width:100%;
	/*
	height:50px;
	line-height:50px;*/
	margin: 26px 0 20px 0;
	padding: 14px 6px 13px;
	background-color:#0a61a4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0a61a4), color-stop(1.00, #2b7ebf));
	background: -webkit-linear-gradient(#0a61a4, #2b7ebf);
	background: linear-gradient(#0a61a4, #2b7ebf);
	overflow:hidden;
	line-height: 100%;
}

h2 span{
	padding: 2px 6px 0;
	border-left:6px solid #fabe00;
	color:#fff;
	font-size:1.25em;
	font-weight:bold;
}
.support,.service{
	overflow:hidden;
	margin:0;
	padding:0;
	display: table;
}
.support li,.service li{
	display:inline-block;
	width:50%;
}
.support li img,.service li img{
	width:100%;
	height:auto;
	vertical-align:top;
}

.serviceImg figcaption {
	padding: 0 15px;
	font-size: 90%;
}

.serviceImg img {
	width:100%;
	max-width : 100% ;
}
.campBox {
	margin-bottom: 18px;
	padding: 8px;
	border: solid 1px #2B7EBF;
}
.campBox .campBoxLeft {
	width: 58%;
}
.campBox .campBoxRight {
	float: right;
	width: 42%;
}
.campBox .campBoxLeft div {
	width: 100%;
	margin-bottom: 12px;
	color: #000;
	font-weight: bold;
	line-height: 130%;
}
.campBox .campBoxLeft p {
	width: 100%;
	margin-bottom: 12px;
	color: #f58e01;
	font-size: 70%;
}

.rssBody{
	border-top:1px solid #ccc;
}
.rssBody li{
	position: relative;
	width:100%;
	padding:10px 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.rssBody li:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '＞';
	width: 8px;
	height: 8px;
	margin-top: -0.6em;
	font-weight: bold;
	color: #EB6100;
}
.rssBody li a {
	position: relative;
	display: block;
	float:none;
	padding: 0 40px 10px 0;
	color: #2b7ebf;
}

/*　手作業　*/
.rssBody02{
	border-top:1px solid #ccc;
}
.rssBody02 li{
	position: relative;
	width:100%;
	padding:10px 0 0 10px;
}
.rssBody02 li:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '＞';
	width: 8px;
	height: 8px;
	margin-top: -0.6em;
	font-weight: bold;
	color: #EB6100;
}
.rssBody02 li a {
	position: relative;
	display: block;
	float:none;
	padding: 0 40px 10px 0;
	color: #2b7ebf;
}


/*
.rssBody li a:after {
	position: absolute;
	top:30%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.rssFeed {
	margin: 0 -10px;
}
.toList{
	margin: 16px 0 0 auto;
	width: 54%
}
.toList img{
	width: 100%;
}
.toList2 {
	margin: 10px 0 0 auto;
	width: 64%;
}
.toList2 img{
	width: 100%;
}
.word{
	margin:20px 0;
	line-height:1.4;
	color:#2b7ebf;
	font-size:1.8em;
	font-weight:bold;
}
.word span{
	color:#f39801;
	font-weight:bold;
}

figure + figure {
	margin:14px 0 0 0;
}

/*詳しいリンクボタン*/
.toListBtn{
    position:relative;
    margin: 10px auto;
    padding: 10px 0 10px 10px;
    border: 1px solid #2b7ebf;
    border-radius: 10px;
    background-color: #f2f2f2;
    width: 80%;
}
.toListBtn a{
    text-align: left;
    font-size: 1.25em;
}
.toListBtn a span{
    color: #2b7ebf;
    font-weight: bold;
}
.toListBtn :after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '＞';
    width: 8px;
    height: 8px;
    margin-top: -0.6em;
    font-weight: bold;
    color: #EB6100;
}
/*SNS*/
/* #officialsns
-------------------*/
#officialsns{
    clear: both;
    padding: 10px;
    text-align: center;
    margin:0 10px 20px 10px;
    border-top:1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#officialsns .inner_officialsns{
    display: flex;
}
#officialsns h3{
    width: 23%;
    margin: auto 0 auto 10px;
}
#officialsns ul{
    width: 77%;
}
#officialsns ul li{
    display: inline-block;
    margin-right: 12px;
}
#officialsns ul li img{
    width: 50px;
}

/*footer*/
footer:not(.l_footer){
	margin:24px 0 0 0;
	padding:24px 0;
	background-color:#2b7ebf;
}
footer:not(.l_footer) p {
	font-size: 60%;
}
footer:not(.l_footer) ul{
	display:table;
	margin:0 auto 10px;
}
footer:not(.l_footer) li{
	display:table-cell;
	margin:9px;
	padding:0 9px;
	border-left:1px solid #ffffff;
	font-size:83%;
}
footer:not(.l_footer) li:first-child{
	margin:10px 9px 10px 0;
	padding:0 10px 0 0;
	border-left:none;
}
footer:not(.l_footer) li a,
footer:not(.l_footer) p{
	color:#fff;
}
p img{
	width:269px;
	height:auto;
}
footer:not(.l_footer) li a:link, footer:not(.l_footer) a:visited, footer:not(.l_footer) a:visited, footer:not(.l_footer) a:active {
	color: #fff;
}

/* common
--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
.clearfix {display: inline-block;}/*IE7逕ｨ*/
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */
