@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #515151;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.no_min {
	font-family: 'Noto Sans JP', sans-serif;
}
.min{
	font-family: 'Noto Serif Sans JP', serif;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#515151;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#1983c4;
	text-decoration:none;
}
a.opacity img{
	transition : 0.3s ;
	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
}
a.opacity:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}

@media screen and (max-width: 840px) {
	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	link_btn

-----------------------------------*/
.link_btn{
	position:relative;
}
.link_btn a{
	font-size: 16px;
    font-size: 1.6rem;
	color:#0973c5;
	position:absolute;
	padding:15px 70px;
	border:solid 3px #0973c5;
	box-shadow: 0 3px 0px 0px #0973c5;
}
.link_btn a span:after{
    content: ">";
    display: inline-block;
    box-sizing: border-box;
    right: 6%;
	position:absolute;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.link_btn a:hover{
	box-shadow:none !important;
	top:6px;
}
.link_icon span:before {
    content: "";
    width: 0;
    height: 0;	
	display: inline-block;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #1983c4;
}
@media screen and (max-width: 640px) {
	.link_btn{
		width: 90%;
		max-width: 300px;
		height: 50px;
		position:relative;
		margin: 0 auto;
	}
	.link_btn a{
		width: 100%;
		text-align:center;
		font-size: 14px;
		font-size: 1.4rem;
		color:#0973c5;
		position:absolute;
		padding:10px 0 !important;
		box-sizing: border-box;
	}
	.link_btn a span:after{
		content: ">";
		display: inline-block;
		box-sizing: border-box;
		right: 6%;
		position:absolute;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}
}
/*-----------------------------------

	time_tel

-----------------------------------*/
.time_tel{
	width: 245px;
}
.time_tel dt{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff;
    background: #1e90d1;
    margin-bottom: 5px;
    padding: 2px 0;
}
.time_tel dd{
	font-size: 12.5px;
	font-size: 1.25rem;
	text-align:center;
}
.time_tel dd .tel{
	font-size: 14px;
	font-size: 1.4rem;	
}
.time_tel dd .tel span{
    padding:6px 5px 0 2px;
    display: inline-block;
}
@media screen and (max-width: 840px) {
	.time_tel{
		width: 100%;
	}
	.time_tel dt{
		padding: 5px 0;
	}
	.time_tel dd .tel span {
		padding: 6px 5px 0 2px;
		display: inline-block;
	}
}
/*-----------------------------------

	header

-----------------------------------*/
header #header_top{
	font-size: 12px;
	border-bottom: solid 1px #f2f2f2
}
header #header_top p{
	padding-left: 10px;
}
header #header_top ul li{
	float: left;
	margin-left: 30px;
}
header #header_top ul li a{
	font-size: 11px;
}
header #header_top ul li a span:before {
    content: "";
    width: 0;
    height: 0;	
	display: inline-block;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #646464;
}
header #header_bottom{
	padding: 3px 0 5px;
	border-bottom: solid 1px #f2f2f2
}
header #header_bottom h1 a{
	display:block;
}
header #header_bottom .right{
	width: 370px;
	margin-top: 13px;
}
header #header_bottom .right a{
	margin-top: 3px;
}
header #header_bottom dl.time_tel{
	float: right;
	margin-left: 15px;
}
@media screen and (max-width: 840px) {
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		z-index: 999;
		background: #fff;
	}
	header #header_top{
		display:none;
	}
	header #header_bottom{
		padding: 5px 0 !important;
	}
	header h1 {
		width: 125px;
		float: none;
		padding: 0;
		box-sizing: border-box;
	}
	header #header_bottom .right{
		width: 100%;
		float: none !important;
		margin-top: 0;
	}
	header #header_bottom .right .left{
		display:none;
	}
	header #header_bottom dl.time_tel{
		display:none;
	}
	.menu_btn_wrap {
		width: 50px;
		height: 50px;
		cursor:pointer;
		background: #298ac5;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;	
	}
	.menu_btn {
		width: 30px;
		height: 25px;
		display: block;
		position: absolute;
		top: 12px;
		right: 10px;
		background: #fff;
		border-top: 12px solid #298ac5;
		border-bottom: 10px solid #298ac5;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index:999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 30px;
		height: 3px;
		background: #fff;
		top:-10px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn:after {
		content:'';
		position:absolute;
		width: 30px;
		height: 3px;
		background: #fff;
		bottom:-10px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active {
		background:#298ac5;
	}
	.menu_btn.active:before {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
}
/*-----------------------------------

	nav

-----------------------------------*/
nav{
	height: 36px;
	border-bottom:solid 1px #f3f3f3;
}
nav ul li{
	width: 142.5px;
	float: left;
	padding: 7px 0;
}
nav ul li a{
	font-size: 13px;
	font-size: 1.3rem;
    line-height: 1.4rem;
	font-weight: 500;
	text-align:center;
	position: relative;
	display:block;
	padding: 4px 0;
	border-left: solid 1px #f3f3f3;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
nav ul li:last-child a{
	border-right: solid 1px #f3f3f3;
}
nav ul li a span:before {
    content: "";
    width: 0;
    height: 0;	
	display: inline-block;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #1c6dc9;
}
nav ul li a:hover span:after {
	border-left: 8px solid #1983c4;
}
nav ul li a:hover,
nav ul li a.select{
	color:#1983c4 !important;
}
#nav_sp{
	display:none;
}
@media screen and (max-width: 840px) {
	#nav_pc{
		display:none;
	}
	#nav_sp{
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		top:51px;
		right: -100%;
		padding: 20px 2.5% 0;
		display:inline-block;
		z-index: 998;
		border:solid 5px #298ac5;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
	}
	#nav_sp.toggle{
		right: 0 !important;
	}
	#nav_sp .time_tel dt{
		font-size: 16px;
		font-size: 1.6rem;
	}
	#nav_sp .time_tel dd .tel {
		font-size: 16px;
		font-size: 1.6rem;
		padding-top: 7px;
		display: block;
	}
	#nav_sp .time_tel dd .tel span {
		color: #1c6dc9;
		font-weight: 500;
		padding: 2px 0 0;
		display: block;
	}
	#nav_sp ul#nav_sp_menu{
		width: 100%;
		margin-top: 15px;
		border-top:solid 2px #298ac5;
		border-left:solid 2px #298ac5;
		border-bottom:solid 2px #298ac5;
	}
	#nav_sp ul#nav_sp_menu li{
		width: 50%;
		float: left;
		border-right:solid 2px #298ac5;
		border-top:solid 2px #298ac5;
		box-sizing:border-box;
	}
	#nav_sp ul#nav_sp_menu li:first-child{
		width: 100%;
		border-top:none;
		box-sizing:border-box;
	}
	#nav_sp ul#nav_sp_menu li a{
		width: 100%;
		text-align:center;
		color: #298ac5;
		display: inline-block;
		padding:10px 0;
	}
	#nav_sp ul#nav_sp_menu li a:hover{
		color:#fff;
		background:#298ac5;
	}
	#nav_sp ul#nav_sp_sns{
		width: 70%;
		max-width: 300px;
		margin: 15px auto 0;
	}
	#nav_sp ul#nav_sp_sns li{
		width: 26%;
		float: left;
		margin-right:10%;
	}
	#nav_sp ul#nav_sp_sns li:last-child{
		margin-right: 0;
	}
	#nav_sp ul#nav_sp_sns li a{
		display:block;
		padding: 10px;
		border-radius: 4px;
	}
	#nav_sp ul#nav_sp_sns li a img{
		width: 100%;
	}
	#nav_sp ul#nav_sp_sns li:first-child a {
		background: #373737;
		padding: 15px;
	}
	#nav_sp ul#nav_sp_sns li:nth-child(2) a {
    	background: #4267b2;
	}
	#nav_sp ul#nav_sp_sns li:nth-child(3) a {
		background: #df4d7e;
	}
	#nav_sp .line_sp_btn {
		display: block;
		width: 232px;
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 640px) {

	#nav_sp .line_sp_btn {
		width: 142px;
		margin: 10px auto 0;
	}

}

/*-----------------------------------

	contents

-----------------------------------*/
@media screen and (max-width: 840px) {
	#contents{
		margin-top: 50px;
	}
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
    width: 52px;
    height: 40px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
    display: block;
    padding-top: 10px;
    background: #1e90d1;
	box-sizing: border-box;
}
#pagetop_sp{
	display:none;
}
@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 40px;
		background: url(../img/common/sp/pagetop.png),#1f5d7b;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}
/*-----------------------------------

	footer

-----------------------------------*/
footer .contents_inner{
	padding: 10px 0;
	border-bottom: solid 1px #f2f2f2;
}
footer #footer_logo{
	width: 265px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 15px;
}
footer #footer_logo p{
	margin-top: 5px;
}
footer #footer_logo .left{
	margin-right: 15px;
}
footer .time_tel{
	margin-top: 30px;
}
footer #footer_nav{
	width: 430px;
	margin-top: 20px;
	padding-top: 15px;
	border-top:solid  1px #f2f2f2;
}
footer #footer_nav ul{
	float: left;
}
footer #footer_nav ul:first-child{
	width: 168px;
}
footer #footer_nav ul:nth-child(2){
	width: 140px;
}
footer #footer_nav ul:nth-child(3){
	width: 120px;
}
footer #footer_nav ul li{
	font-size: 12px;
	font-size: 1.2rem;
	line-height:2.1rem;
}
footer #footer_nav ul li a span:before {
    content: "";
    width: 0;
    height: 0;	
	display: inline-block;
    margin-top: -5px;
	padding-left: 5px;
    border: 5px solid transparent;
    border-left: 8px solid #1983c4;
}
footer #footer_copy{
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing:0.03rem;
	text-align:center;
	padding: 5px 0;
}
@media screen and (max-width: 840px) {
	footer #footer_logo{
		display: block;
		width: 280px;
		margin: 0 auto;
		text-align: center;
		float: none !important;
	}
	footer #footer_logo p{
		margin-top: 5px;
	}
	footer #footer_logo div{
		width: 70%;
		margin:  0 auto;
	}
	footer #footer_logo .left:first-child{
		width: 36%;
		margin-right: 4%;
	}
	footer #footer_logo .left:nth-child(2){
		width: 50%;
	}
	footer .time_tel{
		display:none;
	}
	footer #footer_nav{
		display:none;
	}
	footer #footer_copy{
		font-size: 13px;
		font-size: 1.3rem;
		text-align:center;
		padding: 5px 0;
	}

}
