﻿@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clip: rect(auto,auto,auto,auto);
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
.h1text {
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 34px;
	display: none;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clear_both2 {
	clear: both;
	padding-top: 60px;
}
.clear_both3 {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.clear_both4 {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/*---------------------
  ヘッダー
---------------------*/
.head {
	width: 100%;
	height: 140px;
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	z-index: 500;
}
.logo {
	padding-top: 40px;
	padding-left: 45px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

/*---------------------
  メインコンテンツ
---------------------*/
.main01 {
	width: 100%;	
	height: auto;
	clear: both;
	margin: 140px auto 0px;
}
/*---  左コンテンツ　---*/
.side-1 {
	width: 40%;
	float: left;
	height: 100%;
	padding-right: 0%;
}
.head-news {
	width: 300px;
	padding-top: 0px;
	padding-left: 45px; 
	padding-bottom: 50px; 
	margin-bottom: 50px;
}
.head-news li {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	clear: both;
	text-align: left;
	text-decoration: none;
}
.head-nav {
	width: 300px;
	padding-top: 20px;
	padding-left: 45px; 
}
.head-nav li {
	margin-left: 0px;
	margin-bottom: 50px;
	margin-right: 50px;
	clear: both;
	text-align: left;
	text-decoration: none;
}
/*---  右コンテンツ　---*/
.side-2 {
	height: auto;
	float: left;
	padding-top: 0px;
	padding-left: 0%;
	margin-left: 2%;
	width: 57%;
}
.side-2-1 {
	width: 100%;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
}

/*---------------------
  フッター
---------------------*/
.foot {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 25px;
	overflow: hidden;
	clear: both;
	margin: 0px auto 0px;
	background-color: #fff;
}
.foot-box1 {
	width: 160px;
	height: auto;
	float: right;
	margin-right: 3%;
	padding-top: 0px;
}
.foot-box2 {
	width: 70%;
	height: auto;
	float: left;
	margin-left: 45px;
	margin-top: 0px;
}
.foot-box2 li{
	float: left;
	font-size: 78%;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 15px;
	color: #768A99;
}
.foot-box2 li a:link {
	color: #768A99;
	font-size: 78%;
	text-decoration: none;
}


.logo2 {
	margin-bottom: 30px;
}
.copy {
	font-size: 80%;
	color: #768A99;
	clear: both;
	text-align: center;
	font-weight: bold;
}
.li-td1 {
	margin-top: 116px;
}
.li-td2 {
	padding-left: 0px;
}
.li-td3 {
	margin-top: 116px;
}
.title-1 {
	font-size: 31px;
	line-height: 40px;
	margin-bottom: 30px;
	clear: both;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}
.title-2 {
	font-size: 190%;
	line-height: 30px;
	margin-bottom: 40px;
	clear: both;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}

.mida1 {
	font-size: 100%;
	line-height: 24px;
	clear: both;
	font-weight: bold;
	margin-left: 10px;
	letter-spacing: 0.1em;
	background-color: #004D9E;
	color: #FFF;
	width: auto;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
}

.td1 {
	margin-bottom: 15px;
}
.td2 {
	margin-bottom: 30px;
}

/*---------------------
  ロールオーバー
---------------------*/
.hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover2 a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*---------------------
  フェード効果
---------------------*/

.fade {
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
.sphide {
	display: block;
}
.spdisp {
	display: none;
}
.spdisp1 {
	display: none;
}

/*---------------------
  アニメーションボタン
---------------------*/
.button1 {
	display: block;
	width: 260px;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}
.button1 a {
	display: block;
	width: 100%;
	border: 3px solid #111111;
	color: #111111;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	border-radius: 4px;
	font-size: 96%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.button1 a:hover {
	background-color: #111111;
	color: #ffffff;
}

.button2 {
	display: block;
	width: 150px;
	z-index: 100;
	margin-left: 10px;
}
.button2 a {
	display: block;
	width: 100%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 140%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.button2 a:hover {
	color: #FFFFFF;
	background-color: #0085B2;
	border-radius: 6px;
}

.button3 {
	display: block;
	width: 200px;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.button3 a {
	display: block;
	width: 100%;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	border-radius: 4px;
	font-size: 96%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.button3 a:hover {
	background-color: #111111;
	color: #FFFFFF;
}



/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
body {
	max-width: 1024px;
}
.sphide {
	display: none;
}
.spdisp {
	display: block;
}
.spdisp1 {
	display: none;
}

/*---------------------
  ヘッダー
---------------------*/
.head {
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	z-index: 500;
}

/*---  左コンテンツ　---*/
.side-1 {
	height: auto;
	float: none;
	margin-top: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.head-news {
	width: 96%;
	padding-top: 20px;
	padding-left: 4%; 
	padding-bottom: 50px; 
	margin-bottom: 0px;
}
.head-news li {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	clear: both;
	text-align: left;
	text-decoration: none;
}
	
/*---  右コンテンツ　---*/
.side-2 {
	height: auto;
	float: none;
	margin-top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.side-2-1 {
	width: 100%;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
}


.foot-box1 {
	width: 160px;
	height: auto;
	float: none;
	margin: 0px auto 0px;
}
.foot-box2 {
	width: 90%;
	height: auto;
	float: none;
	text-align: center;
	margin: 0px auto 0px;
}
.foot-box2 li{
	float: none;
	font-size: 78%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	color: #768A99;
}
	
.li-td2 {
	padding-left: 12px;
}
	
	
}

/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
body {
	min-width: 480px;
}


/*---  左コンテンツ　---*/
.head-news {
	width: 90%;
	padding-top: 20px;
	padding-left: 6%; 
	padding-bottom: 50px; 
	margin-bottom: 0px;
}
.head-news li {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	clear: both;
	text-align: left;
	text-decoration: none;
}

/*---  右コンテンツ　---*/
.side-2 {
	height: auto;
	float: none;
	margin-top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0%;
}
.side-2-1 {
	width: 100%;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/main-sp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 364px;
}

/*---------------------
  フッター
---------------------*/
.foot {
	width: 100%;
	height: auto;
	padding-top: 16px;
	overflow: hidden;
	clear: both;
	padding-bottom: 25px;
}
.foot-box2 {
	width: 72%;
	height: auto;
	float: none;
	text-align: center;
	margin: 0px auto 0px;
}

.copy {
	font-size: 10px;
	color: #768A99;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 0px;
	text-align: center;
}
	
.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	height: auto;
}	
.mini2 {
}
.mini2 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	height: auto;
}
.mini3 {
}
.mini3 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}

.clear_both3 {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.clear_both4 {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.title-1 {
	font-size: 160%;
	line-height: 30px;
	margin-bottom: 20px;
	clear: both;
	font-weight: normal;
	margin-left: 15px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-right: 10px;
}
.title-2 {
	font-size: 180%;
	line-height: 30px;
	margin-bottom: 20px;
	clear: both;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}
.li-td1 {
	margin-top: 76px;
}
.li-td3 {
	margin-top: -76px;
}

.spdisp1 {
	display: block;
}

/*---------------------
  アニメーションボタン
---------------------*/
.button1 {
	display: block;
	width: 260px;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.button1 a {
	display: block;
	width: 100%;
	border: 3px solid #111111;
	color: #111111;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	border-radius: 4px;
	font-size: 96%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.button1 a:hover {
	background-color: #111111;
	color: #ffffff;
}

.button2 {
	display: block;
	width: 150px;
	z-index: 100;
	margin-left: 10px;
}
.button2 a {
	display: block;
	width: 100%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	font-size: 140%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.button2 a:hover {
	color: #FFFFFF;
	background-color: #0085B2;
	border-radius: 6px;
}

.button3 {
	display: block;
	width: 200px;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.button3 a {
	display: block;
	width: 100%;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	border-radius: 4px;
	font-size: 96%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.button3 a:hover {
	background-color: #111111;
	color: #FFFFFF;
}
}
