@charset "utf-8";
/*-------------------------------------------
	fonts
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Noto+Sans+JP:400,700|Roboto:400,700');
@import url('https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css');

/*-------------------------------------------
	common
--------------------------------------------*/

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}
a img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:hover img {
	filter: alpha( opacity=70);
	-ms-filter: alpha( opacity=07);
	-webkit-filter: alpha( opacity=70);
	-moz-filter: alpha( opacity=70);
	-o-filter: alpha( opacity=70);
	opacity: 0.7;
	transition: opacity .20s ease-in-out;
	-ms-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-o-transition: opacity .20s ease-in-out;
}
a:focus {
	outline: none;
}
embed {
	outline: none;
}


/*=================================
	common
================================ */

html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: "YakuHanJP", 'Roboto', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "MS PGothic", Osaka, sans-serif;
	color: #333;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.8;
	background: #FFF;
}
body {
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
}

/*画像保存禁止*/
a {
display:inline-block;
}
img {
  pointer-events: none; 
}
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

p{
text-indent:1em;
}
p.no-indent{
text-indent:0;
}

@media screen and (max-width: 980px) {
body {
	font-size: 1.6rem;
}
}
/*=================================
	header
================================ */

#header {
	position: relative;
	border-top: 5px solid #226DB6;
}
.headcont {
    margin:30px 0;
    text-align: center;
}
.logo a {
color:#226DB6;
    font-size:2.4rem;
    font-weight: 700;
letter-spacing: .08em;
}

.logo a span {
display: block;
    font-size:1.6rem;
    color:#999;
}

#spbtn {
	display: none;
}



@media screen and (max-width: 980px) {
.headcont {
display: flex;
width: 100%;
margin:20px 0;
justify-content: space-between;
}

.logo a {
display: block;
padding-left:15px;
font-size:1.6rem;
text-align: left;
}
.logo a span {
font-size:1rem;
}

	#spbtn {
		position: relative;
		display: block;
		justify-content: flex-end;
		margin-right: 15px;
		width: 42px;
		height: 42px;
		z-index: 3;
	}
	#spbtn span {
		display: block;
		background: #666;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#spbtn span:first-child {
		top: 12px;
	}
	#spbtn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#spbtn span:last-child {
		bottom: 12px;
	}
	#spbtn.gnavon span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#spbtn.gnavon span:nth-child(2) {
		opacity: 0;
	}
	#spbtn.gnavon span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
}


/*=================================
	navigation
================================ */

.gnavbox {
	width: 100%;
}
#gnav {
	display: flex;
}
#gnav li {
	width: 100%;
}
#gnav li:not(:first-child) {
	margin-left:2px;
}
#gnav li a {
	display: block;
	padding: 20px 0;
	color: #fff;
	line-height: 1;
    text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
    background:#888;
	text-decoration: none;
}
#community #gnav li:first-child a {
background: #226DB6;
}
#member #gnav li:nth-child(2) a {
background: #009A90;
}
#mypage #gnav li:last-child a {
	background: #FA8B1D;
}

#gnav li:first-child a:hover  {
background: #226DB6;
}
#gnav li:nth-child(2) a:hover {
background: #009A90;
}
#gnav li:last-child a:hover{
	background: #FA8B1D;
}



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

	.gnavbox {
		display: none;
		position: absolute;
		padding-top: 0;
		width: 100%;
		z-index: 9999;
	}
	#gnav {
		display: block;
        padding:2%;
		background: #f3f3f3;
	}
	#gnav li {
		display: block;
		border-bottom: 1px solid #ddd;
	}
    #gnav li:not(:first-child) {
	margin-left:0;
}
	#gnav li a {
		width: 100%;
		padding: 25px 25px;
		font-size: 1.4rem;
		text-align: left;
	}

}

/*-------------------------------------------
	pagetop
--------------------------------------------*/

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
.pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/cmn_pagetop.png) 0 0 no-repeat;
}


@media screen and (max-width: 980px) {
	.pagetop a {
		display: block;
		width: 35px;
		height: 35px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url("../images/cmn_pagetop.png") 0 0 no-repeat;
		background-size: cover;
	}
}


/*-------------------------------------------
	footer
--------------------------------------------*/

#footer{
    margin-top:80px;
    background: #f2f2f2;
}
.copyright{
    padding:15px 0;
    color:#fff;
    text-align: center;
    font-size:1.2rem;
        background: #001238;
}
#footer .inner{
    display: flex;
    padding:40px 0;
    justify-content: space-between;
}

.ftr_sec{
    width:39%;
}
.ftr_sec:last-child{
    width:17%;
}
.ftr_ttl{
    font-weight:700;
text-indent:0;
}

.fnav {
    margin-top:15px;
}
.fnav .inner li+li {

}
.fnav li a {
	display: block;
	padding: 5px 0;
	font-size: 1.4rem;
}



@media screen and (max-width:980px) {
#footer .inner{
    display: none;
}

.ftr_sec,
.ftr_sec:last-child{
    width:100%;
}

}



/*=================================
	contents
================================ */

.inner {
	width: 980px;
	margin: 0 auto;
}


.sec {
	margin-top: 100px;
}
.top_news.sec{
	margin-top: 60px;
}

.ssec {
	margin-top:30px;
}
.lead {
	margin-bottom: 20px;
}
.cwrap{
padding:5%;
border:2px dotted #ccc;
}
.cwrap+.cwrap{
margin-top:60px;
}

.cwrap h2+.sec{
margin-top:0;
}
.flx{
display: flex;
justify-content: space-between;
}


.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.cbanner_sec{
margin-top:40px;
padding:30px 0;
text-align: center;
background:#fafafa;
}
.cbanner_cap{
margin-top:20px;
font-size:1.4rem;
}

.bg_g{
padding:30px;
background:#fafafa;
}

.txt_sp{
margin-top:1em;
}
.csubnavi,
.csubnavi02 {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	align-items: stretch;
}
.csubnavi li+li {
	border-left: 5px solid #fff;
}
.csubnavi li a,
.csubnavi02 li a {
	width: 100%;
	display: block;
	padding: 10px 0px;
	text-align: center;
	background: #eee;
	border-radius: 5px;
}

.csubnavi02 li:nth-child(1),
.csubnavi02 li:nth-child(4) {
width:19.5%;
}
.csubnavi02 li:nth-child(2){
width:24.5%;
}
.csubnavi02 li:nth-child(3) {
width:34.5%;
}



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

.inner{
width: 100%;
margin: 0;
}
.top .inner,
.contents .inner{
padding:0 4%;
}

.sec,
.top_news.sec {
	margin-top: 40px;
}
.cwrap{
padding:3%;
}
.flx/*,
.cwrap .flx*/{
flex-direction: column;
}
.top .flx,
.newsfile_list.flx,
.flx.jmap_arealist{
flex-direction: row;
}
.csubnavi,
.csubnavi02 {
flex-direction: column;
}

.csubnavi li,
.csubnavi02 li:nth-child(1),
.csubnavi02 li:nth-child(2),
.csubnavi02 li:nth-child(3),
.csubnavi02 li:nth-child(4){
width:100%;
margin-bottom:10px;
}
.csubnavi li+li {
	border-left:none;
}
.csubnavi02 li br{
display:none;
}


@media screen and (max-width: 480px) {
	.ctitle {
		font-size: 2rem;
	}
	.network .csubnavi li, .csubnavi li {
		width: 100%;
		position: relative;
	}
	.csubnavi li:nth-child(even) {
		margin-left: 0;
	}
	.csubnavi li a:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg);
	}
}
/* 480px */


