@charset "utf-8";
/* CSS Document */
/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓*/


/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 110px;
}

img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{	
	overflow-x:hidden;
}

/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}


.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
	
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
    overflow-x: hidden;
	height:100%;
	-webkit-text-size-adjust: 100%;
}
/*=================================================
font
=================================================*/
header{
	position: fixed;
	background: #fff;
	z-index: 999;
	height: 100px;
}
header > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #0086d3;
}
header h1{
	display: block;
	width: 40%;
	margin: 20px 0;
}
header h1 a{
	display: block;
}
header h1 img{
	display: block;
	width: 100%;
	height: auto;
}
header .icon{
	display: flex;
}
header .tel,
header .mail{
	width: 40px;
	margin-right: 15px;
}
header .tel img,
header .mail img{
	display: block;
	width: 100%;
	height: auto;
}

footer{
	background: #0086d3;
	background-image: linear-gradient(-45deg, #369ee6 25%, transparent 25%, transparent 50%, #369ee6 50%, #369ee6 75%, transparent 75%, transparent);
	background-size: 5px 5px;
	padding: 60px 0;
}
footer .footer_logo{
	margin-bottom: 30px;
}
footer .footer_logo img{
	display: block;
	margin: 0 auto;
}
footer .footer_ad{
	color: #fff;
	text-align: center;
}

#under_wrapper{
	background: #0C5E9A;
}
#under_wrapper .copy{
	font-size: 50%;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px 0;
}