/** GENERAL
==============================================*/

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	margin: 0;
}

/*
  INIT
---------------------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	font-size: 16px;
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #111;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 0;
	line-height: 1.4;
}

p {
	margin: 0 0 20px;
}

a {
	color: #111;
	text-decoration: none;
	outline: none;
}

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

a .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

img {
	vertical-align: bottom;
	border-style: none;
}

ul,
ol {
	list-style: none;
}

map,
area,
map:active,
area:active {
	border: none;
	outline: none;
}

.text-center {
	text-align: center;
}

.clearfix,
.row {
	*zoom: 1;
}

.clearfix:after,
.row:after {
	content: "";
	display: table;
	clear: both;
}

.notes {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
}


/** COMMON
==============================================*/

html,
body {
	height: 100%;
}

.wrap {
	position: relative;
	min-width: 960px;
	overflow: hidden;
}

.row {
	position: relative;
	margin: 0 auto;
	width: 880px;
}

.row.offset {
	width: 920px;
}

.row .columns {
	width: 50%;
	float: left;
	padding: 0 20px;
}

.row .columns.left {
	padding-right: 10px;
}

.row .columns.right {
	float: right;
	padding-left: 10px;
}


/** HEADER MASTHEAD
==============================================*/
body {
	background:url(../img/bg_body.jpg) no-repeat center top;
	background-size:100% auto;
	font-size:14px;
	color:#424242;
}
@media screen and (max-width: 960px)  {
body {
	background-size:960px auto;
}
}

#gnav-sns {
	margin-top: 10px;
}

#header-logo {
	height: 70px;
	width: 100%;
	position: relative;
}

#header-logo .subaru {
	text-align:center;
}

#header-logo .gdo {
	position: absolute;
	right: 0;
	top: 20px;
}

#header-logo .gdo ul {
	float: right;
}

#header-logo .gdo li {
	float: left;
	margin-right: 10px;
}

#header-logo .gdo .fb-like span {
	height: auto !important;
}
#header-logo .gdo .fb-like{
	padding-top: 2px;
}

#header-logo .gdo #tw {
	padding-top: 26px;
}

#header-logo iframe {
	margin: 0 !important;
}

#main-header { z-index:1; position:relative;}
.main-contents { z-index:2; position:relative;background:url(../img/bg_main.png) no-repeat center top; margin-top:-86px;}

/** MAIN CONTAINERS
==============================================*/
.about{ 
	width:920px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.about h3 {
	padding-top:105px;
	margin-bottom:20px;
}
.intro {
	margin-top:-13px;
	background:url(../img/bg_intro.png) repeat-x left top;
	z-index:2;
	position:relative;
	color:#fff;
	height:1080px;
}
.intro h3 {
	padding-top:80px;
	margin-bottom:20px;
	text-align:center;
}
.intro .p-1 {
	line-height:250%;
	text-align:center;
	letter-spacing:0.05em;
}
.profile {
	width:880px;
	margin:50px auto 0px;
}
.profile dd { width:420px;}
.profile .left {
	float:left;
}
.profile .right {
	float:right;
}
.profile dd h4 { margin-bottom:20px;}
.intro .bg_report {
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	height:103px;
	background: url(../img/bg_report.png) no-repeat center top;
}

.report {
	background:#ffff00 url(../img/bg_report.png) no-repeat center -103px;
	color:#005ba9;
	padding-top:690px;
	padding-bottom:100px;
}
.report h3 { text-align: center; margin-bottom:20px;}
.report .p-2 { text-align:center; line-height:250%;}
.report .inner {
	width:880px;
	margin:50px auto 0;
}
.report .inner dd {
	width:880px;
	height:485px;
	line-height:190%;
}
.report .inner .report_01 {
	background: url(../img/bg_report01.jpg) no-repeat center top;
	padding:230px 80px 0 495px;
}
.report .inner .report_02 {
	background: url(../img/bg_report02.jpg) no-repeat center top;
	padding:230px 495px 0 80px;
}
.report .inner .report_03 {
	background: url(../img/bg_report03.jpg) no-repeat center top;
	padding:230px 80px 0 495px;
}
.report .inner .report_04 {
	margin-top:50px;
	background: url(../img/bg_report04.jpg) no-repeat center top;
	padding:625px 0 0 0;
	text-align:center;
	height:auto;
}
.report .inner .report_04 p {
	margin-bottom:0;
}
.report .inner .report_04 h3 {
	margin-bottom:35px;
}

.impression {
	background: #1b2587 url(../img/bg_impression.jpg) no-repeat center top;
	background-size:100% auto;
	color:#fff;
}
@media screen and (max-width: 960px)  {
.impression  {
	background-size:960px auto;
}
}
.impression h3 {
	text-align:center;
	padding-top:120px;
}
.impression .inner {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:70px;
}

.impression .inner dd {
	min-height:340px;
	margin-bottom:70px;
}

.impression .inner dd h4 {
	margin-bottom:30px;
}
.impression .inner .impression_01 {
	background: url(../img/bg_impression01.png) no-repeat left top;
	padding-left:540px;
}
.impression .inner .impression_02 {
	background: url(../img/bg_impression02.png) no-repeat right top;
	padding-right:540px;
}
.impression .inner .impression_03 {
	background: url(../img/bg_impression03.png) no-repeat left top;
	padding-left:540px;
}
.impression .inner .impression_04 {
	background: url(../img/bg_impression04.png) no-repeat right top;
	padding-right:540px;
	margin-bottom:0px;
}

.impression .inner .impression_01 h4 {
	padding:125px 0 0 0;
}

.photo {
	background: #fff url(../img/bg_photo.jpg) no-repeat center top;
	background-size:100% auto;
	color:#424242;
}
@media screen and (max-width: 960px)  {
.photo  {
	background-size:960px auto;
}
}
.photo h3 {
	text-align:center;
	padding-top:60px;
}
.photo p#koko2 {
	text-align:center;
	color:#fff;
	margin-bottom:40px;
}
.photo .inner {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
.photo .inner dd {
	color:#005ba9;
	text-align:center;
}
.photo .inner dd img {
	margin-bottom:10px;
}
.photo .inner dd.left {
	float:left;
	width:420px;
}
.photo .inner dd.right {
	float:right;
	width:420px;
}
.photo .inner dd.full {
	clear:both;
	margin-bottom:40px;
}

.products {
	margin:150px auto 150px;
	width:960px;
	height:1598px;
	background: url(../img/bg_products.jpg) no-repeat center top;
}
.products p {
	margin:0;
	color:#fff;
	font-size:12px;
	padding:1400px 0px 0px 50px;
}

.main-footer {
	background: #fff url(../img/bg_mainfooter.jpg) no-repeat center bottom;
	background-size:100% auto;
}
@media screen and (max-width: 960px)  {
.main-footer  {
	background-size:960px auto;
}
}

.btns {
	width:890px;
	margin:0 auto 70px;
}
.btns dd.dd01 {
	margin:20px 0 45px;
	float:left;
	width:295px;
}
.btns dd.dd02 {
	margin:20px 0 45px;
	float:left;
	width:300px;
}
.btns dd.full {
	clear:both;
}

.text {
	color:#00033e;
	text-align:right;
	width:880px;
	margin:0 auto;
}
.text a {
	color:#00033e;
	text-decoration:none;
}
.text a:hover {
	text-decoration:underline;
}

.small { font-size:12px;}

.section-sns {
	margin-top:70px;
}
.section-sns .sns {
	text-align: right;
	margin: 0 0 80px;
}

.section-sns .sns li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0 5px;
	vertical-align: top;
}

.section-sns .credit {
	margin: 10px 0;
	font-size: 12px;
}

.section-sns .credit a {
	color: #fff;
}

.section-sns .credit a:hover {
	text-decoration: underline;
}

.section-sns .credit dt {
	float: left;
	clear: left;
}

.section-sns .credit dd {
	padding-left: 5em;
}


.section-footer {
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-top: 250px;
	padding-bottom: 30px;
}

.section-footer a {
	color: #fff;
}

.section-footer .pagetop {
	margin-bottom: 40px;
}

.section-footer .link {
	margin-bottom: 0;
}




