@charset "UTF-8";
/* CSS Document */


/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: reset
02: common
03：template
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

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,
small, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:none;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
h1, h2, h3, h4, h5, h6,
dt,th{
	font-weight:normal;
}
ul,ol {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-spacing:0;
border-collapse:collapse;
}
/* change border colour to suit your needs */
hr {
display:block;
margin:1em 0;
padding:0;
height:1px;
border:0;
border-top:1px solid #cccccc;
}
img{
	border:none;
}
b,em,i,strong,address{
	font-style: normal;
}
/*input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/

/** ================================================================================
		02.common
================================================================================ **/
html{
	font-size: 16px;
}

@font-face {
	font-weight: normal;
	font-family: 'roundedmplus-2p';
	src: url('../fonts/rounded-x-mplus-2p-regular_sub.eot');
	src: url('../fonts/rounded-x-mplus-2p-regular_sub.eot?#iefix') format('embedded-opentype'), url('../fonts/rounded-x-mplus-2p-regular_sub.woff') format('woff'), url('../fonts/rounded-x-mplus-2p-regular_sub.ttf') format('truetype');
}
@font-face {
	font-weight: bold;
	font-family: 'roundedmplus-2p';
	src: url('../fonts/rounded-x-mplus-2p-medium_sub.eot');
	src: url('../fonts/rounded-x-mplus-2p-medium_sub.eot?#iefix') format('embedded-opentype'), url('../fonts/rounded-x-mplus-2p-medium_sub.woff') format('woff'), url('../fonts/rounded-x-mplus-2p-medium_sub.ttf') format('truetype');
}

body{
	position: relative;
	min-width: 980px;
	color:#4a4a4a;
	font-size:16px;
	font-family: roundedmplus-2p;
	line-height: 1.6;

	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a{
	color:#4a4a4a;
	text-decoration: none;
	cursor: pointer;
}
/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

hr{
	display:block;
	margin:1em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #666666;
}

.cf{
	clear: both;
}



/** ================================================================================
		03.template
================================================================================ **/

/* -------------------------------------
ヘッダー
-------------------------------------*/
.header{
	background: #ffffff;
}
.header header{
	display: flex;
	margin: 0 auto 0;
	padding: 0 0 15px;
	width: 980px;

	align-items: center;
	justify-content: space-between;
}
.header header h1 img{
	display: block;
}
.header header a{
	color: #4a4a4a;
	text-decoration: none;
}.header header a:hover{
	color: #65a9dc;
}
.header header nav ul li{
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	vertical-align: middle;
}
.header header nav ul li.add1{
	margin-right: 0;
}
.header header nav ul li.add1 a{
	display: block;
	padding: 30px 15px;
	background: #9ed8f5;
	color: #ffffff;
	height: 90px;
}
.header header nav ul li.add2{
	margin-right: 0;
}
.header header nav ul li.add2 a{
	display: block;
	padding: 20px 15px;
	background: #65a9dc;
	color: #ffffff;
	height: 90px;
}
#menu{
	display: none;
	padding: 15px 12px;
	background: #65a9dc;
	color: #ffffff;
	font-size: 0.75rem;
}
#menu i{
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#menu i:before,
#menu i:after{
	display: block;
	width: 20px;
	height: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: "";
}
#menu i:after{
	border-top: none;
}

/* -------------------------------------
コンテンツ
-------------------------------------*/
main{
}
section{
	margin: 0 auto 150px;
}

/* -------------------------------------
フッター
-------------------------------------*/
/**背景**/
#pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
#pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	line-height: 50px;
}
#pagetop a:before{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ffffff;
	border-left:1px solid #ffffff;
	content: "";
	transform: rotate(45deg);
}
.footer{
	margin: 150px 0 0;
	padding: 0 0 20px;
	background: #65a9dc;
	margin: 50px 0 0;
}
.footer .bg{
	width: 100%;
	vertical-align: top;
}
.footer .blogbg{
	display: none;
	width: 100%;
	vertical-align: top;
}
.blog .footer .blogbg{
	display: inline-block;
}.blog .footer .bg{
	display: none;
}

.footer footer{
	position: relative;
	margin: 0 auto;
	width: 900px;
	color: #ffffff;
}
/**つばめ**/
.footer footer:before{
	position: absolute;
	top:-195px;
	left: 0;
	z-index: 100;
	width: 163px;
	height: 194px;
	background: url(../images/bg_footer_tsubame.png) no-repeat left top;
	content: "";
}
/****/
.footer footer a{
	color: #ffffff;
	text-decoration: none;
}
.footer footer nav{
	display: flex;
	margin: 10px 0 50px;

	justify-content: space-between;
}
.footer footer nav .name,
.footer footer nav .sitemap{
	border-right:1px dotted #ffffff; 
	text-align: left;
}
/**社名**/
.footer footer nav .name {
	padding: 0 30px 0 0;
}
.footer footer .name h1{
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 1rem;
}
.footer footer .name h1 strong{
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 2rem;
}
.footer footer .name h1+p{
	font-size: 14px;
	line-height: 2.0;
}
.footer footer .name .fbnr{
	margin: 20px 0 0;
	width: 300px;
}
.footer footer .name .fbnr a{
	display: block;
	border: 1px solid #455171;
	background: #ffffff url(/common/images/bnr_bg_03.jpg) no-repeat right top;
	background-size: contain;
	color: #455171;
	font-weight: bold;
	padding: 20px;
	font-size: 1.2rem;
	line-height: 1.2;
}.footer footer .name .fbnr a small{
	display: block;
	font-size: 0.7em;
	margin-left: 1em;
}
/**サイトマップ**/
.footer footer nav .sitemap{
	padding: 0 20px;
	line-height: 2.0;
}
.footer footer nav .sitemap dt{
	font-size: 1.1rem;
}
.footer footer nav .sitemap dt:before{
	display: inline-block;
	margin: 0 5px 0 0;
	content: "→";
}
.footer footer nav .sitemap dd{
	margin: 0 0 0 20px;
	font-size: 0.9rem;
}
.footer footer nav .sitemap dd ul li:before{
	content: "・";
}

/**gnavi**/
.footer footer .gnavi{
	text-align: right;
	font-size: 0.9rem;
}
.footer footer .gnavi li{
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #ffffff;
}
.footer footer .gnavi li:last-child{
	border: none;
}
/**コピーライト**/
.footer footer .copy{
	font-size: 0.75rem;
}

/**バナー**/
.bnr{
	display: flex;
	margin: 50px auto;
	width: 980px;

	justify-content: space-between;
}
.bnr a{
	position: relative;
	display: block;
	padding: 15px 15px 62px 15px;
	width: 470px;
	border: 1px solid #455171;
	color: #455171;
}
.bnr a[href^="/inq"]{
	background: #fff url(/common/images/bnr_bg_01.jpg) no-repeat right center;
	background-size: contain;
}.bnr a[href^="/out"]{
	padding-top: 2em;
	background: #fff url(/common/images/bnr_bg_02.jpg) no-repeat right center;
	background-size: contain;
}
.bnr a em{
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: block;
	padding: 5px;
	width: 60%;
	border-radius: 50px;
	background: #455171;
	color: #ffffff;
	text-align: center;
	font-size: 0.8rem;
}.bnr a em:after{
	position: absolute;
	top: auto;
	right: 10px;
	content: "→";
}


/**ツイッター**/

.twitter{
	width: 980px;
	margin: 0 auto;
	text-align: right;
}

.twitter img{
	width: 70px;
}


