/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
}

.lz,
.lz-item{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: transform 2s, opacity 2s;
}
.lz-l{
	opacity: 0;
	transform: translate(-60px,0px); 
	-webkit-transform: translate(-60px,0px); 
	transition: transform 2s, opacity 2s;
}
.lz-r{
	opacity: 0;
	transform: translate(60px,0px); 
	-webkit-transform: translate(60px,0px); 
	transition: transform 2s, opacity 2s;
}
.lz-show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 50px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


body {
  background: url(../img/bgpaper.jpg);
  line-height: 1.8;
  min-width: 1170px;
}

.container {
  background-color: white;
  padding: 3% 5%;
  font-size: 110%;
}

body.home #mainimage {
  position: relative;
  height: 600px;
  background: url(../img/home_brand_bg.jpg) no-repeat top center;
  background-size: cover;
}
body.home #mainimage .maincopy {
  position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -220px;
    display: block;
    width: 767px;
    height: 0;
    padding-top: 420px;
    overflow: hidden;
  background: url(../img/home_copy.png) no-repeat 0px 0px;
  z-index: 2;
}
body.home #mainimage .mainph {
  position: absolute;
  bottom: -5px;
  left: 55%;
  margin-left: 5%;
  z-index: 1;
}
body.home #mainimage .credit {
    color: white;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    font-size: 10px;
    padding: 1px 5px;
}
body.home .container {
  /*background-image: url(../img/halfcircle.png);*/
  background-repeat: no-repeat;
  background-position: top center;
}
body.home h2 {
  text-indent: -9999px;
  background: url(../img/kousoutext.png) no-repeat 0 0;
  overflow: hidden;
  width: 722px;
  height: 96px;
  margin: 0 auto 50px;
}

body.home #news-list {
  margin: 0 0px 50px;
}
body.home #news-list h2 {
  text-indent: 0;
  overflow: auto;
  background: none;
  width: auto;
  height: auto;
  border-bottom: 3px solid #0066C8;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin-bottom: 0px;
}
body.home #news-list ul {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  height:180px;
  overflow-y: scroll;
}
body.home #news-list li {
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  display:table;
  width:100%;
}
body.home #news-list li .date{
	display:table-cell;
	padding: 10px 20px;
	white-space:nowrap;
	width:8em;
}
body.home #news-list li .desc{
	display:table-cell;
	padding: 10px 20px;
}
body.home #vision-nav {
  margin-bottom: 60px;
}
body.home #vision-nav a {
  transition: margin-top .3s ease-out;
}
body.home #vision-nav a:hover {
  margin-top: -10px;
}
body.home #vision-nav .lt a, body.home #vision-nav .rt a {
  display: block;
  width: 506px;
  height: 243px;
  overflow: hidden;
  text-indent: -9999px;
}
body.home #vision-nav .lt a {
  background: url(../img/ban_home_1.png) no-repeat 0 0;
}
body.home #vision-nav .rt a {
  background: url(../img/ban_home_2.png) no-repeat 0 0;
}
body.home #delta{
	background: url(../img/delta_bg.png) no-repeat center center;
	position: relative;
	width: 100%;
	height: 840px;
}
body.home #delta .credit {
    color: black;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: calc( 50% + 185px );
    left: calc( 50% + -60px );
    z-index: 10;
    font-size: 11px;
    padding: 1px 5px;
}
body.home #delta ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}
body.home #delta ul li a{
	transition: transform 1s, opacity 2s;
	transform: translate(0px,0px); 
	display: block;
}
body.home #delta ul li a:hover{
	transform: translate(0px,-20px); 
}

body.home #delta ul li.delta1,
body.home #delta ul li.delta2,
body.home #delta ul li.delta3{
	position: absolute;
}
body.home #delta ul li.delta1{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
body.home #delta ul li.delta2{
	top: 430px;
	left: 0%;
}
body.home #delta ul li.delta3{
	top: 430px;
	right: 0%;
}
#junkan-head {
  background: url(../img/junkan_bg.png) no-repeat -20px 20px;
}
#junkan-head h3 {
  background: url(../img/home_md_junkan.png) no-repeat 0 0;
  overflow: hidden;
  width: 436px;
  height: 0px;
  padding-top: 92px;
  margin: 0 auto 20px;
}
#junkan-head .junkan-desc {
  padding-left: 30px;
}
#junkan-head .junkan-desc strong {
  color: #0066C8;
}
#junkan-head .readmore {
  padding-left: 30px;
}

body.page #mainimage {
  position: relative;
  height: 200px;
  background: url(../img/lower_brand_bg.jpg) no-repeat top center;
  background-size: cover;
}
body.page #mainimage .mainph {
  position: absolute;
  bottom: -25px;
  right: 5%;
  z-index: 1;
}
body.page #main h2 {
  border-bottom: 3px solid #0066C8;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin-bottom: 30px;
}
body.page #profile-table {
  font-size: 85%;
  border-top: 1px dotted #999;
  margin-bottom: 30px;
}
body.page #profile-table th, body.page #profile-table td {
  padding: 30px 0px 30px 0px;
  vertical-align: top;
  border-bottom: 1px dotted #999;
}
body.page #profile-table td > table th, body.page #profile-table td > table td {
  padding: 0;
  border-bottom: none;
}
body.page #profile-table th {
  padding: 30px 20px 30px 0px;
  font-weight: normal;
  white-space: nowrap;
}
body.page #profile-table td ul {
  margin: 0;
  padding: 0;
}
body.page #profile-table td li {
  list-style: none;
  margin: 0;
  padding-left: 10em;
  text-indent: -10em;
}

#profile-content {
  margin-bottom: 50px;
  padding: 20px 50px;
}
#profile-content h3 {
  margin: 20px 0 30px 0;
  padding: 0;
  font-weight: bold;
  font-size: 115%;
  letter-spacing: 0.3em;
}
#profile-content p {
  margin-bottom: 30px;
}
#profile-content .profile-ph img {
  margin: auto;
}

#profile-images {
  margin-bottom: 30px;
}
#profile-images .col-md-4 {
  text-align: center;
}
#profile-images .col-md-4 p {
  font-size: 80%;
}
#profile-images .ph {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  display: inline-block;
}

header {
  min-width: 1170px;
  overflow: hidden;
}

h1.sp-title {
  position: absolute;
  width: 144px;
  height: 100px;
  bottom: -55px;
  left: 35px;
  margin: 0;
  padding: 0;
  background: #0066C8;
  display: none;
  z-index: 100;
}
h1.sp-title a {
  display: block;
  width: 144px;
  height: 100px;
  text-indent: -9999px;
  background: url(../img/title.png) no-repeat top left;
  background-size: contain;
}

#mainnav {
  position: relative;
  background: #0066C8;
  color: white;
  border-top: 5px solid #014C8F;
  z-index: 10;
  border-radius: 0px;
  margin: 0;
}
#mainnav .navbar-collapse {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
#mainnav h1.navbar-brand {
  position: absolute;
  width: 289px;
  height: 200px;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #0066C8;
}
#mainnav h1.navbar-brand a {
  display: block;
  width: 289px;
  height: 200px;
  text-indent: -9999px;
  background: url(../img/title.png) no-repeat top left;
}
#mainnav ul.navbar-nav {
  float: right;
  padding: 15px 0px;
}
#mainnav ul.navbar-nav li {
  margin: 0;
  padding: 0px;
  border-left: 1px solid #014C8F;
}
#mainnav ul.navbar-nav li a {
  color: white;
  margin: 0px 13px;
  padding: 10px 10px;
  transition: background-color .3s linear;
}
#mainnav ul.navbar-nav li.active a,
#mainnav ul.navbar-nav li a:hover,
#mainnav ul.navbar-nav li a:focus {
  background-color: #014C8F;
  background-image: none;
  border-radius: 5px;
}

/*
visions
*/
#vision-head {
  margin-bottom: 30px;
  /*background: url(../img/vision_bg_city.png) no-repeat top -50px center;*/
}
#vision-head p.vision-title{
    font-family: serif;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    padding: 50px 0 20px;
    text-shadow: 0 2px 0px white;
    color: #0066C8;
}
#vision-head img {
  margin: 20px auto;
}
#vision-head .readmore a {
  margin: 0px auto;
}

#vision-content .vhead {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#vision-content .vhead img {
  margin: auto;
}

#vision1 p.maincopy {
  text-align: center;
  padding: 20px;
  font-size: 115%;
}
#vision1 p.maincopy strong {
  color: #E4004F;
}
#vision1 .mapscon-inner {
  padding: 0 15px;
}
#vision1 .mapscon-inner .mapimg {
  padding: 10px;
  background-color: #DDDDDD;
  margin-bottom: 10px;
}
#vision1 .mapscon-inner .mapimg img {
  width: 100%;
  height: auto;
}
#vision1 .mapscon-inner h3 {
  color: white;
  background-color: #E4004F;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
  position: relative;
}
#vision1 .mapscon-inner h3.triangle:after {
  content: ' ';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #E4004F transparent;
}
#vision1 .mapscon-inner h4 {
  color: #E4004F;
  font-weight: bold;
  line-height: 1.35;
}
#vision1 .mapscon-inner .mapthumb p {
  font-size: 85%;
}

#vision2 {
 /* margin-bottom: 50px;*/
}
#vision2 p.maincopy {
  text-align: center;
  padding: 20px;
  font-size: 115%;
}
#vision2 p.maincopy strong {
  color: #0066C8;
}
#vision2 .mapscon {
  margin-bottom: 50px;
}
#vision2 .mapimg {
  padding: 10px;
  background-color: #DDDDDD;
  margin-bottom: 10px;
}
#vision2 .mapimg img {
  width: 100%;
  height: auto;
}
#vision2 .sesakumd img {
  margin: 0 auto 20px;
}
#vision2 ul#sesaku {
  margin: 0;
  padding: 0;
}
#vision2 ul#sesaku li {
  list-style: none;
  padding: 15px 15px 15px 70px;
  margin: 0 0 20px;
  background-color: #ebebeb;
  background-image: url(../img/visions2_bluecheck.png);
  background-repeat: no-repeat;
  background-position: 15px 47%;
  border-radius: 10px;
  font-size: 107%;
}
#vision2 #junkan-content {
  padding-top: 30px;
}
#vision2 #junkan-content .area-con {
  padding: 0 10px;
}
#vision2 #junkan-content #area1, #vision2 #junkan-content #area2 {
  border-right: 1px dotted #999;
}
#vision2 #junkan-content h3 {
  font-weight: bold;
  font-size: 115%;
  vertical-align: bottom;
  text-align: center;
  margin: 0 0 15px;
}
#vision2 #junkan-content h3 img {
  display: inline;
}
#vision2 #junkan-content ul {
  margin: 0 0 30px;
  padding: 0px;
}
#vision2 #junkan-content li {
  list-style: none;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin: 0;
  font-size: 85%;
}
#vision2 #junkan-content li img {
  margin-bottom: 5px;
}
#vision2 #junkan-content #area1 h3 {
  color: #E4004F;
}
#vision2 #junkan-content #area2 h3 {
  color: #E3392A;
}
#vision2 #junkan-content #area3 h3 {
  color: #006833;
}
#vision2 #junkan-content #area1 li {
  background-image: url(../img/circleicon_1.png);
}
#vision2 #junkan-content #area2 li {
  background-image: url(../img/circleicon_2.png);
}
#vision2 #junkan-content #area3 li {
  background-image: url(../img/circleicon_3.png);
}
#vision2 #junkan-content #area1 li strong {
  color: #E4004F;
}
#vision2 #junkan-content #area2 li strong {
  color: #E3392A;
}
#vision2 #junkan-content #area3 li strong {
  color: #006833;
}
.visions-section{
    margin-bottom: 30px;
}
.visions-section h3{
	padding:15px 20px 10px;
	font-weight:bold;
	font-size:2em;
	line-height:1;
    border-bottom: 2px solid #999;
	margin-bottom:30px;
    margin-top: 0;
}
.visions-section h3 span{
    display: inline-block;
    font-size: 2em;
    padding-right: 10px;
    margin-right: 30px;
    border-right: 1px solid #999;
    vertical-align: middle;
}
.visions-section h4{
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2;
	margin-bottom:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:15px 20px 15px;
}
.visions-section ul{
	padding:0px 0px 30px;
}
.visions-section li{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	margin-bottom:10px;
    text-align: justify;
}
.visions-section .col-md-8 > ul > li{
    padding-left: 55px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.35;
    position: relative;
}
.visions-section li span{
    position: absolute;
    top: 0;
    left: 0;
	display: block;
    color: white;
    background-color: #999;
    padding: 8px 16px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    text-indent: 0;
    vertical-align: text-bottom;
}
.visions-section li i{
	color:#0066C8;
}
.visions-section li strong{
	color:#C00;
}
.visions-section ul ul{
	padding:15px 0px 15px;
}
.visions-section ul ul li{
	text-indent: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.5rem;
}
.visions-section .cap{
	text-align: center;
	padding-top: 5px;
	margin-bottom: 15px;
	font-size: 0.8em;
}
#vision1-content h3{
    border-bottom-color: #5CAE50;
}
#vision1-content h3 span{
    color: #5CAE50;
}
#vision1-content li span{
	background-color: #5CAE50;
}
#vision1-content li i{
	color:#5CAE50;
}

#vision2-content h3{
    border-bottom-color: #DD5959;
}
#vision2-content h3 span{
    color: #DD5959;
}
#vision2-content li span{
	background-color: #DD5959;
}
#vision2-content li i{
	color:#DD5959;
}

#vision3-content h3{
    border-bottom-color: #EFB61F;
}
#vision3-content h3 span{
    color: #EFB61F;
}
#vision3-content li span{
	background-color: #EFB61F;
}
#vision3-content li i{
	color:#EFB61F;
}

/*
footer
*/
#site-footer {
  border-top: 5px solid #014C8F;
  background: #0066C8;
  color: white;
  padding: 25px;
}

.readmore a {
  display: block;
  text-indent: -9999px;
  width: 134px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  background-image: url(../img/readmore_assets.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.readmore a:hover {
  background-position: -134px 0;
}

.readmore-pink a {
  background-position: 0px -36px;
}

.readmore-pink a:hover {
  background-position: -134px -36px;
}

.bg-pink {
  background-color: #E4004F;
}

.bg-blue {
  background-color: #0066C8;
}

.flr {
  float: right;
  margin: 0 0px 10px 10px;
}

.fll {
  float: left;
  margin: 0 10px 10px 0px;
}

.totop {
  text-align: right;
  margin-bottom: 30px;
}

a.blue-btn {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  background: #0066C8;
  box-shadow: 4px 4px 0px #014C8F;
  transition: box-shadow .3s ease-out;
  font-size: 85%;
  letter-spacing: 0.2em;
}

a.blue-btn:hover {
  box-shadow: 0px 0px 0px #014C8F;
  text-decoration: none;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: #014C8F;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #0066C8;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #014C8F;
}
body.page .magazine-block{
	padding: 20px 50px;
}
body.page table.magazine-list{
	border-bottom: 1px solid #ddd;
	margin: 0 0px 20px;
	width: 100%;
}
body.page table.magazine-list th{
	white-space: nowrap;
}
body.page table.magazine-list td,
body.page table.magazine-list th{
	padding: 10px 10px;
	text-align: center;
	vertical-align: middle
}
body.page table.magazine-list td.pubdate{
	font-size: 0.9em;
}
body.page table.magazine-list td.pdflink img{
	width: 32px;
	height: auto;
}

@media only screen and (max-width: 480px) {
  body {
    min-width: 0px;
  }

  header {
    min-width: 0px;
  }

  body.home .container {
    background-image: none;
  }
  body.home #mainimage {
    height: 530px;
  }
  body.home #mainimage .maincopy {
    position: relative;
    top: 30px;
    left: 0;
    margin: auto;
    display: block;
    width: 75%;
    height: 150px;
    padding-top: 300px;
    overflow: hidden;
    background: url(../img/home_copy.png) no-repeat top center;
    z-index: 2;
    background-size: 90% auto;
  }
  body.home #mainimage .mainph {
    position: absolute;
    bottom: -5px;
    left: 15px;
    margin-left: 0%;
    z-index: 1;
    width: 100%;
  }
  body.home #mainimage .mainph img {
    height: 230px;
    width: auto;
    margin: 0px auto;
    display: block;
  }
  body.home h2 {
    width: 100%;
    height: 50px;
    margin: 20px auto;
    background-size: 100% auto;
  }
  body.home #vision-nav {
    margin-bottom: 10px;
  }
  body.home #vision-nav .lt a, body.home #vision-nav .rt a {
    width: 100%;
    height: 150px;
    background-size: contain;
  }
	body.home #delta{
		background: none;
		height: auto;
	}
	body.home #delta ul{
		margin: 0;
		padding: 0;
	}
	body.home #delta ul li{
		padding: 10px 0px;
		text-align: center;
	}
	body.home #delta ul li.delta1{
		position: relative;
	}
	body.home #delta ul li.delta2{
		position: relative;
		top:0;
	}
	body.home #delta ul li.delta3{
		position: relative;
		top:0;
	}
    body.home #delta .credit {
        display: none;
    }

  #junkan-head {
    background: none;
    text-align: center;
  }
  #junkan-head h3 {
    font-size: 130%;
  }
  #junkan-head .junkan-desc {
    padding-left: 0;
    font-size: 80%;
  }
  #junkan-head .readmore {
    padding-left: 0;
    margin-bottom: 30px;
  }
  #junkan-head .readmore a {
    margin: 10px auto;
  }

  h1.sp-title {
    display: block;
  }

  #mainnav h1.navbar-brand {
    display: none;
  }
  #mainnav ul.navbar-nav {
    float: none;
    padding: 0;
  }
  #mainnav ul.navbar-nav li {
    margin: 5px 0px;
  }
  #mainnav ul.navbar-nav li a {
    border: none;
  }

  .mapthumb .ph img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .totop {
    text-align: center;
    padding: 20px;
  }

  #vision-head img {
    width: 70%;
    height: auto;
  }

  #vision-content .vhead {
    margin: 10px;
  }
  #vision-content #vision1 p.maincopy,
  #vision-content #vision2 p.maincopy {
    text-align: left;
    font-size: 100%;
  }
  #vision-content h4 {
    font-size: 90%;
  }

  #junkan-head h3 {
    background: none;
    width: auto;
    height: auto;
    padding-top: 0;
    font-weight: bold;
    color: #0066C8;
    line-height: 1.35;
    font-size: 140%;
  }

  #vision2 #junkan-content h3 {
    text-align: left;
    font-size: 100%;
  }

  #vision2 #junkan-content #area1, #vision2 #junkan-content #area2 {
    border-right: none;
  }

	#vision2-content h3{
		font-size:1.2em;
	}
	#vision2-content h4{
		font-size:0.9em;
	}
	
    #vision-head p.vision-title{
        font-size: 25px;
        padding: 0;
    }
    #vision-head{
        margin-bottom: 30px;
    }
    .visions-section h3{
        font-size: 1.2em;
        padding-left: 0px;
        line-height: 1.35;
        padding-top: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .visions-section h3 span{
        display: block;
        margin-right: 20px;
    }
    .visions-section ul{
        margin-left: 0;
    }
    
  #profile-content {
    padding: 0px;
  }
  #profile-content h3 {
    letter-spacing: 0em;
    text-align: center;
  }
  #profile-content p {
    margin-bottom: 30px;
  }
  #profile-content .profile-ph img {
    height: 500px;
    width: auto;
    margin-bottom: 50px;
  }

	body.page #mainimage {
    	background: url(../img/lower_brand_bg.jpg) no-repeat -550px top;
		background-size: cover;
	}
	
  body.page #profile-table {
    width: 100%;
  }
	
  body.page #profile-table th {
    display: list-item;
    text-align: center;
    list-style: none;
    background-color: #e0e0e0;
  }
  body.page #profile-table td {
    display: list-item;
    list-style: none;
    padding: 10px 0px;
  }
  body.page #profile-table td table {
    width: 100%;
  }
  body.page #profile-table td table th {
    border-bottom: 1px dotted #999;
    background-color: #f0f0f0;
    padding: 5px 0px;
  }
  body.page #profile-table td table td {
    padding: 10px 0px;
  }
	body.page .magazine-block {
		padding: 20px 0px;
	}
	
}
@media only screen and (min-width: 992px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 1170px;
  }
}
