@charset "Shift_JIS";

/*contens-base.css
==================
1.ページ共通

2.ウィンドウ幅

3.ヘッダー＆ヘッダーメニュー

4.フッター

5.位置揃え

6.左サイドメニュー

7.左サイドサブメニュー

8.右側コンテンツ部分
==================*/



/*1.ページ共通
==================*/

body {
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(../img/bg_header.png) repeat-x center 84px;
	color: #393939;
	line-height: 2.0;
	font-size: 90%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	text-align: center;
}

a {
	clear: both;
}

a:link{
	color: #ffffff;
	text-decoration: underline;
}

a:visited{
	color: #ffffff;
	text-decoration: underline;
} 

a:active{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: underline;
} 

a:hover{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: none;
}

h2 a:link{
	color: #ffffff;
	text-decoration: none;
}

h2 a:visited{
	color: #ffffff;
	text-decoration: none;
} 

h2 a:active{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: none;
} 

h2 a:hover{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: none;
}

#primary h2 a:link{
	color: #ffffff;
	text-decoration: none;
}

#primary h2 a:visited{
	color: #ffffff;
	text-decoration: none;
} 

#primary h2 a:active{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: none;
} 

#primary h2 a:hover{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: none;
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
}

input {
	margin:0;
	padding:0;
}

th, td {
	font-size: 95% !important;
	font-size: 80%;
	line-height: 160%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.center {
	text-align: center;
}

.clearfix:after {
	content:".";
	dispay:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.mgn-btm45 {
	margin-bottom: 45px;
}




p.btn-link a {
	display: block;
	position: relative;
	width: 200px;
	margin-bottom: 60px;
	margin-right: 15%;
	margin-left: auto;
	padding: 10px 12px 10px 0;
	background: rgba(255,255,255,0.9);
	border: 1px solid #07aee7;
	border-radius: 5px;
	color: #07aee7;
	font-size: 110%;
	text-decoration: none;
	text-align: center;
	
}

p.btn-link a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
	.pcv {
		display: none;
	}
}

@media screen and (min-width: 767px) {
	.spv {
		display: none;
	}
}



/*2.ウィンドウ幅
==================*/
body {
	
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	body {
		width: 100%;
	}
	
	section#about,
	section#company dl {
		width: 96% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}



/*3.ヘッダー
==================*/

header {
	width: 100%;
	padding: 0;
	background: #ffffff;
	line-height: 1;
	z-index: 1000;
	
	background: linear-gradient(-135deg, #074dbd, #07aee6);
	color: #ffffff;
}

header section {
	display: inline-block;
	width: 90%;
	margin: 2% auto 2% auto;
}

header section h1 {
	float: left;
	width: 125px;
	margin: 0;
}

header section p.logo {
	float: left;
	width: 125px;
	margin: 0;
}

header section nav#global-nav {
	float: right;
	width: 670px;
	margin: 15px 0 0 0;
}

header section ul li {
	float: left;
	margin: 0 7% 0 0;
}

header section ul li a:link {
	color: #ffffff;
	text-decoration: none;
}

header section ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

header section ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

header section ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	header section {
		display: inline-block;
		width: 100%;
		margin: 12px 0 0 0;
	}
	
	header section h1 {
		width: 50%;
		margin: 0 0 20px 5%;
		text-align: left;
	}
	
	header section nav#global-nav {
		width: 50%;
		margin: 0 5% 0 0;
	}
}


/*4.フッター
==================*/
footer {
	display: inline-block;
	clear: both;
	width: 100%;
	background: linear-gradient(-135deg, #074dbd, #07aee6);
	color: #ffffff;
}


footer a:link {
	color: #ffffff;
	text-decoration: none;
}

footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer a:active {
	color: #ffffff;
	text-decoration: none;
}

p#pagetop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	margin: 0;
	text-align: right;
}



/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



@media screen and (max-width: 768px) {
    header section nav#global-nav {
		width: 100%;
		background: rgba(255,255,255,0.75)
	}
	
    header section nav#global-nav ul li {
		float: none;
		padding: 10px 15px;
		text-align: left;
	}
	
    header section nav#global-nav ul li a {
		color: #0000cc;
	}
	
	/* Fixed reset */
    #top-head.fixed {
        background: ffffff;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
		width: 100%;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
    #global-nav ul li {
        position: static;
    }
    #nav-toggle {
        display: block;
		margin-top: -7px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(572px);
        -webkit-transform: translateY(572px);
        transform: translateY(572px);
    }
	
}




