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

body {
	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);
	color: #333333;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

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;
}



p, ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
}
a:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.head-main {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.fla {
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	padding: 0px;
	z-index: -1000;
	clear: both;
	margin-top: 120px;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/fla1.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}


.cont1 {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	padding-top: 60px;
	clear: both;
	overflow: hidden;
	padding-bottom: 80px;
}



.cont1-box1 {
	width: 450px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}


.cont1-box2 {
	width: 500px;
	float: right;
	margin-right: 40px;
	padding-top: 30px;
}

.cont1-box2 p{
	font-size: 100%;
	line-height: 26px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.cont3 {
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 70px;
	padding-bottom: 70px;
}

.cont3-box2 {
	width: 800px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
}


.cont4 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	clear: both;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}
.cont4-box1 {
	width: 420px;
	float: left;
	padding-top: 116px;
	padding-bottom: 140px;
	background-color: rgba(43,62,118,0.7);
}
.cont4-box2 {
	width: 770px;
	float: right;
	padding-top: 24px;
	padding-left: 10px;
}

.cont4-box3 {
	width: 220px;
	overflow: hidden;
	height: 170px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 8px;
	float: left;
	margin-left: 25px;
	margin-bottom: 28px;
}
.cont5 {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 100px;
}


.cont7 {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	padding-top: 50px;
	padding-bottom: 80px;
	clear: both;
	overflow: hidden;
}


.foot {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.foot1 {
	background-color: #243048;
	width: 100%;
	float: left;
	height: 220px;
}




.foot1-box1 {
	width: 1100px;
	margin-left: auto;
	padding-right: 30px;
	margin-right: auto;
}
.foot1-box2 {
	width: 500px;
	float: right;
	margin-top: 60px;
}

.foot1-box2 li{
	float: left;
	margin-bottom: 20px;
	margin-left: 40px;
}

.foot1-box2 li a:link {
	color: #FFF;
	font-size: 120%;
	line-height: 24px;
	text-decoration: none;
}
.foot1-box2 lia:visited {
	color: #FFF;
	text-decoration: none;
}

.foot1-box2 li a:hover {
	text-decoration: none;
}


.foot1-box3 {
	width: 400px;
	float: left;
}

.foot2 {
	width: 100%;
	float: right;
	height: 400px;
}


.mini1 {
}
.mini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
/*---------------------
  グローバルメニュー
---------------------*/
#dropmenu{
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#dropmenu li{
  position: relative;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0px;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
  width: 78px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #000000;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #444444;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;

  border-bottom: 1px solid #868695;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}



/*---------------------
  リンク
---------------------*/
.link_box{
	position: relative;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
 
.link_box a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	-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;
	text-decoration: underline;
}
.link_box a:hover{
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.4;
}

/*---------------------
  ロールオーバー
---------------------*/
.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;
}

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

.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;
}


/*---------------------
  テーブル
---------------------*/
.post table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.post table th{
	font-weight: 600;
	width: 24%;
	font-size: 90%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.post table td{
	font-size: 96%;
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFF;
	padding-left: 30px;
}
/*---------------------
  スクロールイベント
---------------------*/


.list{
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
}
.list li{
	margin: 0px;
	float: left;
	transition: 1.2s;
}

.list-mv01{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.list-mv06{
	transform: scale(0, 0) rotateY(180deg);
	-webkit-transform: scale(0, 0) rotateY(180deg);
}
.mv06{
	transform: scale(1, 1) rotateY(360deg);
	-webkit-transform: scale(1, 1) rotateY(360deg);
}

.list-mv07{
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0);
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #FF6600;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}


.sphide {
	display: block;
}
.spdisp {
	display: none;
}


/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
body {
	min-width: 1200px;
}

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

.fla {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: -1000;
	clear: both;
	margin-top: 70px;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/fla1sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	padding-top: 58.33%;
	margin-bottom: 0px;
}


.cont1 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 40px;
	clear: both;
	overflow: hidden;
	padding-bottom: 60px;
}

.cont3 {
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 70px;
	padding-bottom: 70px;
}

.cont3-box2 {
	width: 96%;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
}


.cont4 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/bg2sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.cont4-box1 {
	width: 100%;
	float: none;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(43,62,118,0.7);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cont4-box2 {
	width: 100%;
	float: none;
	padding-top: 30px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.cont4-box3 {
	width: 200px;
	overflow: hidden;
	height: 130px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 8px;
	float: left;
	margin-left: 28px;
	margin-bottom: 28px;
}
.cont5 {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 70px;
}


.cont7 {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	padding-top: 50px;
	padding-bottom: 80px;
	clear: both;
	overflow: hidden;
}


.foot {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}

.foot1 {
	background-color: #123660;
	width: 100%;
	float: left;
	height: 230px;
}




.foot1-box1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.foot1-box3 {
	width: 414px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}



.logo1 {
	margin-left: 10px;
	padding-top: 12px;
}
.logo2 {
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
	font-size: 140%;
	color: #FFF;
	font-weight: 400;
}


/*---------------------
  テーブル
---------------------*/
.post table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.post table th{
	font-weight: 600;
	width: 24%;
	font-size: 90%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.post table td{
	font-size: 96%;
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFF;
	padding-left: 30px;
}
.sphide {
	display: none;
}
.spdisp {
	display: block;
}

.spmini1 {
	width: 260px;
}
.spmini1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
}	
