body {
	font-family: HelveticaNeue, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #434343;
}

a {
	color: #1a7bbf;
	transition: all 0.4s ease 0s;
}

a:hover,
a:focus {
	color: #1a7bbf;
}

a:link,
a:visited,
a:active,
a:hover {
	outline: medium none;
	overflow: hidden;
}


/* ************************************************
   Header     
  ********************************************** */
#header {
	position:relative;
	text-align:center;
}

#header,
#header h1 {
	height:100px;
}

#header h1  {
	position:absolute;
	left:50%;
	margin:0 0 0 -148px;
	padding:0;
}

#header h1 img  {
	margin: 13px 0 0 0;
}

#header p {
	display:inline-block;
}

#header .backto-top {
	float:left;
	margin-top:25px;
}


@media (min-width: 768px) {

#header h1  {
	margin:0 0 0 -148px;
	width:294px;
}

#header h1 img  {
	display:inline-block;
	margin: 0;	
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

}



@media (max-width:767px) {
	
#header,
#header h1 {
	height:50px;
}	
	
#header h1 {
	margin:0 0 0 -75px;
	width:150px;
}

#header h1 img{
	width:70%;
	margin-top:5px;
}

#header .btn-border {
	padding: 8px 14px 8px 28px;	
	font-size:10px;
}

#header .backto-top span {
	 display:none;
}

#header .backto-top {
	margin-top:8px;
}

#header .ic-twitter {
	background-size: 18px auto;
	width:30px;
	height:30px;
}

}


@media (max-width: 414px) {
	
#header h1  {
	top:0;
	left:10px;
	margin:0 0 0 0;
	padding:0;	
}
	
.backto-top {
	float:none;
	position:absolute;
	right:15%;
}

#header .btn-border {
	 padding: 8px 14px 8px 30px;
}

}


/* ボタンエリア */

.type {
	padding: 22px 0;
}

.type .btn {
	margin-right: 9px;
	margin-left: 9px;
	width: 265px;
}

.type .btn-default {
	border: none;
}

.type .btn-lg {
	border-radius: 3px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
}

.type .btn i {
	float: left;
}

.type .btn i img {
	height: 25px;
}

@media (max-width:600px) {
	.type .btn-lg {
		padding: 8px 10px;
		font-size: 12px;
	}
	.type .btn {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.type .btn:last-child {
		margin-top: 10px;
	}
	.type .btn i img {
		height: 20px;
	}
}

/* ************************************************
   contents    
  ********************************************** */
.member_contents{
	background:#fff; 
	width:85%; 
	max-width:1250px;
	margin:0 auto; 
	color:#434343; 
	padding:10px 15px;
}

.member_contents h1{
	 font-size:25px; 
	 font-weight:bold; 
	 text-align:center;
}
.member_contents h2{
	 font-size:20px;
	 text-align:center;
}

.member_contents .pd{
	padding:0;
}

.member_contents .col-md-5 img{
	width:80%;
	max-width:400px;
}

.ic-cloud{ width:10%; min-width:45px;}
.ic-chat{ width:6%;	min-width:53px;}

@media (min-width:767px) {
.member_contents{
	padding:10px 20px;
}

.member_contents h1{
	font-size:35px;
	margin-bottom:40px;
}
.member_contents h2{
	 font-size:28.5px; 
	 text-align:left;
}

.member_contents img{
	margin:10px;
}

.ic-cloud{ width:65px;}
.ic-chat{ width:72px;}
}
/* ************************************************
   Footer     
  ********************************************** */
footer {
	padding-bottom:30px;
}

.f-infobar a {
	color: #FFF;
	text-decoration: none;
}

.f-infobar {
	padding: 16px 0;
}

.f-infobar .tel span {
	font-weight: bold;
	font-size: 24px;
}

.f-nav {
	padding-top: 25px;
	padding-bottom: 10px;
}

.f-links {
	margin-bottom:30px !important;
	padding-top: 10px;
}

.f-links a {
	color: #434343;
}

.f-links a:hover {
	color: #ff4081;
}

.f-links li {
	display: inline-block;
}

.f-links li:not(:last-child) {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #434343;
}

.credit {
	padding: 0 5px;
}

@media (min-width: 768px) {
	.f-infobar {
		padding: 32px 0;
	}
	.f-infobar .tel {
		vertical-align: middle;
	}
	.f-infobar .tel span {
		padding-left: .5em;
	}
	.f-nav .logo {
		float: left;
	}
}

@media (max-width:767px) {
	.f-nav {
		text-align: center;
	}
	.f-nav .logo {
		float: none;
		display: inline-block;
		margin: 0 auto;
	}
	.f-links {
		padding-top: 20px;
	}
}

@media (max-width:414px) {
	.f-infobar .tel span {
		display: block;
	}
}


/* bnr
-------------------------------------------------------------------*/


/* side menu */

#sd-nav {
	z-index: 11;
	position: fixed;
	right: 0;
	bottom: 30px;
	width: 60px;
	text-align: center;
	color: #FFF;
	background: #1a7bbf;
	border-radius: 5px 0 0 5px;
	box-shadow: -3px 0 5px -1px rgba(153, 153, 153, 0.55);
}

#sd-nav ul {
	margin: 0;
	padding: 0;
}

#sd-nav ul li img {
	margin-top: -3px;
	vertical-align: middle;
}

#sd-nav ul li:not(:last-child) a {
	display: block;
	height: 58px;
	line-height: 58px;
}

#sd-nav ul li:not(:last-child) a:hover {
	background: #7cbae5;
}

#sd-nav ul li:first-child a {
	border-top-left-radius: 5px;
}

#sd-nav ul li:nth-child(2):before,
#sd-nav ul li:nth-child(3):before,
#sd-nav ul li:nth-child(4):before{
	content: "";
	display: block;
	height: 1px;
	margin: 0 10px;
	background: #7cbae5;
}

#sd-nav ul li:last-child a {
	height: 50px;
	border-bottom-left-radius: 5px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	background: #000 url(../img/lib/bt-top.png) no-repeat center center;
}

#sd-nav ul li:last-child a:hover {
	background: #999 url(../img/lib/bt-top.png) no-repeat center center;
}

@media (max-width:414px) {
	#sd-nav {
		display: none;
	}
}


/* ************************************************
  Parts         
  ********************************************** */

.ul,
.ol {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}


/* Library 
   ============================================= */
.round-box {
	border-radius: 8px;
	border: 1px solid #c7c7c7;
	background: #FFFFFF;
}

.round-box .title {
	border-radius: 8px 8px 0 0;
	margin: 0 0;
	padding: 1em 10px;
	background: #1a7bbf;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.round-box .textarea {
	padding: 2em 2.2em;
}

.blank:after {
	content: "";
	display: inline-block;
	margin-left: 3px;
	background: url(../img/lib/ic-window.svg) no-repeat left bottom;
	background-size: contain;
	width: 13px;
	height: 13px;
}

.hover img:hover {
	opacity: 0.7;
}

.img-full {
	width: 100%;
	height: auto;
}

.pic-l {
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
}

.text {
	overflow: hidden;
}

.bg-pk {
	background: #1a7bbf;
	color: #FFF;
}

.mg-n {
	margin-bottom: 0;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb {
	margin-bottom: 40px;
}

.b {
	font-weight: bold;
}

.pk {
	color: #1a7bbf;
}

.blue {
	color: #1a7bbf;
}

.fs-n {
	font-size: 16px;
}

.fs-m {
	font-size: 18px;
}



@media (max-width:767px) {
	img.pull-left {
		margin-right: 15px
	}
	img.pull-right {
		margin-left: 15px
	}
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
}

@media (max-width:414px) {
	.fs-n,
	.fs-m {
		font-size: 15px;
	}
	.mb-br {
		display: block;
	}
}


/* Other
   ============================================= */

.btn-twitter a {
	border:#55acee 2px solid;	
	border-radius:99em;
	display:inline-block;
	padding: 8px 24px 8px 10px;
	color:#55acee;
	vertical-align:middle;	
}

.btn-twitter a:hover {
	background:#55acee;
	text-decoration:none;
	color:#FFFFFF;
}

.btn-twitter i {
	margin-right:13px;
}

.ic-twitter {
	border-radius:50%;
	display:inline-block;
	background:#55acee url(../img/lib/ic-twitter.svg) no-repeat center center;
	background-size: 22px 18px;
	width:40px;
	height:40px;
	vertical-align:middle;
}

.ic-twitter {
	border-radius:50%;
	display:inline-block;
	background:#55acee url(../img/lib/ic-twitter.svg) no-repeat center center;
	background-size: 22px 18px;
	width:40px;
	height:40px;
	vertical-align:middle;
}

.btn-border {
	border:#1a7bbf 2px solid;	
	border-radius:99em;
	display:inline-block;
	padding: 8px 24px 8px 38px;
	background: #FFF url(../img/lib/ic-arw-left.png) no-repeat 18px center;
}

.btn-border:hover {
	background:#c3e5ff url(../img/lib/ic-arw-left.png) no-repeat 18px center;
	text-decoration:none;
}

.v-mid  {
	margin:0;
	padding:0;
	display:inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link {
	background: url(../img/lib/ic-arw-right-wh.png) no-repeat left 5px;
	padding-left:16px;
	text-decoration:none;
}



