html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem; /*10px*/
	font-family: 'Open Sans','Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
a {
	 outline: none;
}
a:link {
	color: #3299db;
}

a:visited {
	color: #3299db;
}

a:active {
	color: #3299db;
}

a:hover {
	color: #3299db;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    font-size: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
}
h2 {
	margin-bottom: 1.25em;
	padding: 20px 0 10px 15px;
	font-size: 2.2rem;
	line-height: 1.5;
}

h2 ~ h2 {
	margin-top: 2.5em;
}

h3 {
	margin: 0 0 0.75em;
	padding: 0 0 0 15px;
	line-height: 2;
	font-size: 1.5rem;
}

h3 ~ h3 {
	margin-top: 3em;
}

h2 + h3 {
	margin-top: 0;
}

p + h3 {
	margin-top: 1.5em;
}

table + h3, ul + h3, ol + h3, dl + h3 {
	margin-top: 1.5em;
}

h4 {
	margin: 0 0 0.25em;
	line-height: 1.35;
	font-weight: bold;

}

h4 ~ h4 {
	margin-top: 1.5em;
}

h3 + h4 {
	margin-top: 0;
}

p + h4 {
	margin-top: 1.5em;
}

table + h4, ul + h4, ol + h4, dl + h4 {
	margin-top: 1.5em;
}

h5 {
	margin: 0 0 0.5em 5px;
	padding: 2px 0 0 8px;
	border-left: 5px solid #57a397;
	font-size: .95rem;
	font-weight: bold;
	line-height: 1.35;
}

h5 ~ h5 {
	margin-top: 1.5em;
}

h4 + h5 {
	margin-top: 0;
}

p + h5 {
	margin-top: 1.5em;
}

h6 {
	font-size: 95%;
}

h6 ~ h6 {
	margin-top: 1.5em;
}

h5 + h6 {
	margin-top: 0;
}

p + h6 {
	margin-top: 1.5em;
}
#header{
	background: #054e77;
}
h6.hs_01 {
	position: relative;
	padding: 1em 1.5em;
	border-left: none;
	background-color: #dce8e9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;*/
}
#footer_lower{
	background-color: #0b4889;
	color: #fff;
	text-align: center;
	padding: 10px;
}


#body{
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.shadow{
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
	-o-box-shadow:0 0 5px #999;
	-ms-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}




#headline{
	background: #f0f0f0;
}

#headline .inner{
	display: flex;align-items:center;
	line-height: 2;
}
#headline .inner p.article{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
#headline .inner p.link{
	width: 6em;
	flex-shrink:0;
	text-align: right;
}
#headline .inner p::before{
	color: #ff911e;
}
#members_data .inner{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
#members_data .inner .btnblock{
    width: 100%;
    display: flex;
    align-items: start;
	justify-content: space-between;
}

#members_data{
	background: #fff;
}
#members_data .inner .l{
	display: flex;
	align-items:flex-start;
	flex-wrap:wrap;
	width: 100%;
}
#members_data .inner .c{
	text-align: center;
	margin: auto;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}
#members_data .inner .r{
	display: flex;
	align-items:center;
	flex-wrap:wrap;
	flex-direction:column;
	margin-left:auto;
}
#members_data .inner p.name::before{
	color: #0071ba;
	font-size: 2.4rem;
}
#members_data .inner .c a{
	color: #fff;
	font-size: 2rem;
	display: inline-block;
	text-align: center;
	padding: 3px;
	margin:0 auto 5px;
		width: 10em;
		border-radius: 8px ;

}
#members_data .inner .c p{
	font-size: 1.4rem;
	display: inline-block;
	text-align: center;
	padding: 3px;
	margin:0 auto;

}
#members_data .inner .l .r a{
	color: #fff;
	font-size: 1.4rem;
	width: 7em;
	display: inline-block;
	text-align: center;
	padding: 3px;
	margin:5px 0 0;
	border-radius: 100px;
}
#members_data .inner .l a{
	color: #fff;
	font-size: 1.4rem;
	width: 8em;
	display: inline-block;
	text-align: center;
	padding: 3px;
	margin:5px 0 0 20px;
	border-radius: 100px;
}
#members_data a.click{
	background: #f5911e;

}
#members_data a.mypage{
	background: #29a9e0;
}

#members_data a.logout{
	background: #0071ba;
}
#header a.contact{
    border-radius: 8px;
    background: #29a9e0;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 15px 10px 15px 30px;
    margin: 5px 0;
    vertical-align: middle;
    text-decoration: none;
}
#header a.contact::before,
#header a.contact::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#header a.contact::before{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: #fff;
}
#header a.contact::after{
    left: 15px;
    box-sizing: border-box;
    width: .5rem;
    height: .5rem;
    border: .5rem solid transparent;
    border-left: .5rem solid #29a9e0;
}

#container{
	background: #1a1a1a;
}
#contentblock{
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	color: #fff;
}

#contentblock h2{
	border-bottom: 1px solid #4d4d4d;
}


footer{
	margin: 0;
	background: #333333;
	color: #fff;
}
footer .copyright{
	margin: 0;
	background: #0071ba;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2;
}
.pager{
	clear:both;
	margin: 10px auto;
	display: block;
	text-align: center;
	font-size: 1.4rem;
}
.pager a,.pager span{
	display: inline-block;
	padding: 0 1px;
	margin:0 2px 0;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	background: #111;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}
.pager a{
	color: #fff;
}
.pager span{
		color: #bbb;

}

.pager span.now,.pager a:hover{
	background: #054e77;
	color: #fff;
}
.pager2{
	clear:both;
	border-top:1px solid #4d4d4d;
	padding-top:10px;
	margin: 10px 10px 0;
	position:relative;
	height: 4rem;
	display: flex;
	justify-content:space-between;
	align-items:center;
}

.pager2 a{
	font-size:1.4rem;
	display:block;

	color: #FFFFFF;
	position: relative;
}
.pager2 a span{
	font-size:1.4rem;
	max-width:230px;
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #FFFFFF;
}

.pager2 a span.name{
	clear:both;
	font-size:.8em;
}

.pager2 a span.title{
	clear:both;
	display:block;
}


.pager2 .next{
	text-align:right;
	padding-right: 1.5em;
}

.pager2 .back{
	text-align:left;
	padding-left: 1.5em;

}
.pager2 .list{
	position:absolute;
	right:0;
	left:0;
	width:120px;
	margin:auto;
	text-align:center;
}

.pager2 a.next::after{
	position: absolute;
    content: "";
    margin: auto;
    right: 3px;
    top: 0;
    bottom: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager2 a.back::before{
	position: absolute;
    content: "";
    margin: auto;
    left: 3px;
    top: 0;
    bottom: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    font-size: 10px;
	line-height:1;
	-moz-transform: translate3d(0,0,5px);
	-webkit-transform: translate3d(0,0,5px);
	-o-transform: translate3d(0,0,5px);
	-ms-transform: translate3d(0,0,5px);
	transform: translate3d(0,0,5px);
z-index: 10;
}
#page-top a {
    background:rgba(5,78,119,0.8);

    text-decoration: none;
    color: #fff;
    width: 44px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:before {
	content:"▲";
    text-align: center;
    display: block;
}


#page-top a:hover {
    text-decoration: none;
    background:rgba(5,78,119,0.5);
}	
.pan{
	background: #666;
	color: #fff;
	padding: .5rem ;
	font-size: 1.2rem;
	text-align: right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pan a{
	color: #fff;
	text-decoration: underline;
}

.loader {
  color: #ffffff;
  font-size: 1rem;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}