@charset "UTF-8";
/* Reset
------------------------------------------------ */

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, ul, li{
	display: block;
	margin: 0;
	padding: 0;
}
caption, th {
	margin: auto;
	text-align: left;
}
img {
	border: 0;
	vertical-align: bottom;
}
address, caption, th {
	font-weight: normal;
	font-style: normal;
}
h1 {
	margin: 0;
	padding: 0;
}
/* body,Anchor
------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-color: #0e1c45;
	color: #222;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;*/
	line-height: 1.5;
}
a:link {
	color: #0e1c45;
	text-decoration: none;
}
a:visited {
	color: #0e1c45;
}
a:hover {
	color: #ccc;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
header:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: “alpha( opacity=60)”;
	transition-property: all;
	transition: 0.2s linear;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/* Layout
------------------------------------------------ */

#container {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 1400px;
	padding: 0;
	background-color: #fff;
}
/* content
------------------------------------------------ */

#content {
	background: #fff;
	text-align: center;
}
#content a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70)”;
	transition-property: all;
	transition: 0.2s linear;
}
header {
	max-width: 972px;
	overflow: hidden;
	margin: 0 auto;
}
/* common
------------------------------------------------ */
.txt1, .txt2 {
	color: #00266e;
	line-height: 1.7;
	text-align: left;
}

/* footer
------------------------------------------------ */

#footer {
	clear: both;
	width: 100%;
	max-width: 1400px;
	margin: -20px auto 0;
}
#footer {
	display: block;
	padding: 10px 0px 30px;
	color: #000;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: #fff;
}
.copyright {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #000;
	font-size: 12px;
	/*font-size: calc( 12vw/10 );*/
	white-space: nowrap;
}

.pc-only {
	display: block;
	margin: auto;
}

.sp-only {
	display: none;
}
.sp-xs-only {
	display: none;
}


/* .taikanshijo
------------------------------------------------ */
#content .main_visual img {
	vertical-align: top;
	width: 100%;
}
#content .taikanshijo .mainVisual {
	margin: 0 auto;
	height: auto;
	line-height: 0;
}

div.page-link {
  cursor: pointer;
  display: flex;
  z-index: 101;
  position: fixed;
  bottom: 10px;
  right: 0;
  flex-direction: column;
}
#content .btn_area {
 	margin: 0px auto 30px;
}  
#content .btn_area > a:first-child {
	margin-right: 20px;
}

#content .taikanshijo .mgb30{
	margin-bottom: 30px;
}
#content .taikanshijo .shadow{
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.5);
}
#content .taikanshijo .black{
  background: black;
  padding: 40px 0 20px;
}
#content .taikanshijo .blue{
  background: url("../images/bg_blue.jpg");
  padding: 20px 0 20px;
}
#content .taikanshijo section.inner {
	max-width: 1000px;
	margin: auto;
}


/*   4つの先進安全技術   */
#content .taikanshijo .taikan{
  position: relative;
}
#content .taikanshijo .list_container{
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 41px 0;
}
#content .taikanshijo .taikan_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#content .taikanshijo .taikan_item{
  flex-basis: 50%;
  max-width: 48%;
  padding: 8px;
}
#content .taikanshijo .taikan_item img{
  width: 100%;
}
/*   /4つの先進安全技術   */



/* mediaqueries
------------------------------------------------ */

@media screen and (max-width: 1020px) {
#content .taikanshijo img{
	width: 100%;
}
#content .taikanshijo section.inner {
	max-width: 1000px;
	margin: auto 15px;
}
#content .taikanshijo .inner2 {
	padding: 30px 15px 30px;
}

#content .taikanshijo .list_container{
  margin: 0 28px 0;
}

#content .btn_area {
    width: 70%;
}

#content .taikanshijo .taikan_item{
  max-width: 47%;
}
}


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

.sp-only {
	display: block;
}

.sp-xs-only {
	display: none;
}
header {
	margin-left: 0;
}
header p {
	max-width: 641px;
	font-size: 16px;
	padding: 10px;
	margin: 0 auto;
}
header p span {
	font-size: 10px;
	vertical-align: middle;
	margin-left: 5px;
}
#container, #footer {
/*	max-width: 460px;*/
	max-width: 100%;
}
#footer {
	padding-right: 0;
  padding-bottom: 185px;
}

#content .btn_area {
 	margin: 0px auto 30px;
  width: 100%;
}
#content .btn_area img {
	width: 100%;
}

#content .btn_area a {
  width: 100%;
	margin-right: 0px;
	margin-bottom: 25px;
}

/*--４つの先進安全技術--*/
#content .taikanshijo .list_container {
  margin: 0px 0px 0;
  top: 3%;
}
#content .taikanshijo .taikan_list{
  display: block;
  padding: 0;
}
#content .taikanshijo .taikan_item{
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
}
#content .taikanshijo .taikan_item img{
  width: 100%;
}
/*--４つの先進安全技術--*/

.page-link {
  display: none;
}

#fixed_menu {
  position: fixed;
  bottom: 0;
  background-size: cover;
  width: 100%;
}

#fixed_menu .inner {
  position: relative;
}

#fixed_menu .fixed_menu_btn {
  position: absolute;
  bottom: 5px;
  z-index: 3;
  width: 95%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#fixed_menu .fixed_menu_btn img {
  width: 100%;
}

#fixed_menu .fixed_menu_text {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

#fixed_menu .fixed_menu_text img {
  width: 100vw;
}

.copyright {
	font-size: 12px;
  text-align: center;
}


@media screen and (max-width: 480px) {
.sp-xs-only {
	display: inline-block;
}
#content .taikanshijo .blue {
  padding: 20px 0 1px;
}

#content .taikanshijo .mgb30 {
  margin-bottom: 30px;
}
#content .btn_area {
  margin: 0px auto 40px;
  display: block;
  width: 100%;
}

#footer {
	padding-right: 0;
  padding-bottom: 120px;
}
}