@charset "UTF-8";

/* -----------------------------------------------
 Layout
-------------------------------------------------- */

#header {
	width: 100%;
  background: #fff; 
}

#header .h-inr {
	position: relative;
  overflow: hidden;
}

#header .h-inr .logo-site {
	margin: 10px auto;
  text-align: center;
}

#header .h-inr .logo-site a {
	display: inline-block;
}

#header .h-inr .logo-toyotahome {
	position: absolute !important;
  top: 50%;
  left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header .h-inr .h-cv {
  position: absolute !important;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#gnav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
}

#gnav ul {
  overflow: hidden;
  width: 100%;
}

#gnav ul li {
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
}

#gnav ul li:last-child {
  border-right: 0;
}

#gnav ul li a {
  display: block;
  border-top: 1px solid #fff;
  line-height: 1.3;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 0 5px;
}

#gnav ul li a:hover {
  text-decoration: none;
}

#gnav ul li.active a {
  border-top: 1px solid #698296;
  color: #698296;
}


/* -----------------------------------------------
 Module 
-------------------------------------------------- */

.main-visual {
  position: relative;
  width: 100%;
  height: 193px;
}

.main-visual .main-visual-img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 193px;
  overflow: hidden;
}

.main-visual .main-visual-img li img {
  width: 100%;
  height: auto;
  min-width: 350px;
  min-height: 193px;
  /**/
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-visual .main-visual-txt {
  padding-bottom: 5px;
  z-index: 100;
  
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: url(../img/cmn_arw_box.png) no-repeat bottom center;
  background-size: 2000px 8px;
}

.m-inr {
  position: relative;
  background: #f0f1f6;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.m-inr-2 {
  position: relative;
	background: #e5e8f1;
  width: 100%;
  color: #fff;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.m-inr-3 {
  position: relative;
	background: #fff;
  width: 100%;
  padding: 15px 0 30px;
  box-sizing: border-box;
}

.m-inr-4 {
  position: relative;
	background: #fff;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.m-inr-3:after,
.m-inr-4:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

.m-inr-3:before {
  position: absolute;
	display: block;
  content: "";
  top: -8px;
  width: 100%;
  height: 8px;
  background: url(../img/cmn_arw_box.png) no-repeat bottom center;
  background-size: 2000px 8px;
}

.m-inr-2 a {
  color: #fff;
}

.m-inr-2 a:hover {
  text-decoration: none;
}

.m-inr-2 .btn-1 a {
  color: #000;
  display: block;
  padding: 10px 0px;
  background: #fff;
  text-align: center;
}

.m-inr-2 .btn-1 a em {
  font-size: 20px;
  font-size: 2.0rem;
}

.m-inr-2 .box-1 {
  padding:0;
}
.m-inr-2 .box-1 p.mb10 {
  position:relative;
}
.m-inr-2 .box-1 p.mb10 .try{
  width:22px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  text-align:center;
  display:block;
}

.m-inr-2 .box-1 .tit-2,
.m-inr-2 .box-1 .txtC{
  background-color:#3f4b56;
}

.m-inr-2 .box-1 .txtC {
  padding-bottom:20px
}

.box-1 {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 550px;
  overflow: hidden;
}

.box-1 img {
	width: 100%;
  height: auto;
}

.box-1 img.imgR,
.box-1 img.imgL {
	width: 40%;
  height: auto;
}

.box-1 .no-margin {
  margin: 0 -15px;
}

.box-2 {
  padding: 0;
  margin: 0 auto;
  max-width: 550px;
}

.box-2 img {
	width: 100%;
  height: auto;
}

.box-1 p {
  line-height: 1.8;
}

.col-2:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

.col-2 > p,
.col-2 > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.col-2 > p:first-child,
.col-2 > li:first-child {
  padding-right: 5px;
}

.col-2 > p:last-child,
.col-2 > li:last-child {
  padding-left: 5px;
}

.tit-1 {
  color: #698296;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}

.tit-2 {
  line-height: 1.4;
  padding: 15px 15px 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}

.tit-3 {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.tit-4 {
  line-height: 1.4;
	background: #698296;
  padding: 5px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center; 
}

.tit-4-2 {
  line-height: 1.4;
	background: #fff;
  padding: 8px 5px;
  margin-bottom: 15px;
  color: #698296;
  border: 1px solid #698296;
  font-weight: bold;
  text-align: center; 
}


.tit-sub {
  color: #000;
  font-weight: bold;
}

.tit-sub-2 {
  color: #698296;
  font-weight: bold;
}

.tit-page {
  text-align: center;
  background: #000;
}

.tit-page img,
.tit-support img {
	width: 100%;
  height: auto;
  max-width: 550px;
}

.tline {
  border-top: 1px solid #fff;
}

.tab-story > li:first-child {
  padding-right: 7px;
}

.tab-story > li:last-child {
  padding-left: 7px;
}

.tab-story-family {

}

.tab-story-family .relative{
  position:relative;
}

.tab-story-family .cover {
  width: 41%;
  position: absolute;
  top: 56%;
  left: 41%;
}

.tab-story-life {
  display: none;
}

.tab-story-life .relative{
  position:relative;
}

.tab-story-life .cover {
  width: 37%;
  position: absolute;
  top: 43%;
  left: 13%;
}

body.family .tab-story-family,
body.life .tab-story-life {
  display: block;
}

body.family .tab-story-life,
body.life .tab-story-family {
  display: none;
}


.tab-planning > li:first-child {
  padding-right: 0px;
}

.tab-planning > li:last-child {
  padding-left: 0px;
}


.support-list {
  margin-bottom: 20px;
}

.support-list li {
  background: url(../img/cmn_line_1.png) no-repeat bottom center;
  background-size: contain;
  text-align: center;
  padding: 30px  25px;
}

.support-list li .txt {
  margin-bottom: 20px;
}

a.btn-1 {
	display: block;
  background: #3F63A1; 
  color: #fff;
  padding: 10px;
}

a.btn-1:hover {
	text-decoration: none;
}

a.btn-1 span {
	display: block;
  background: url(../img/cmn_arw_1.png) no-repeat right center;
  background-size: 5px 9px;
}


.notes li {
	text-indent: -1em;
  padding-left: 1em; 
}

.caption {
  font-size: 13px;
  font-size: 1.3rem;
}


.mt0 { margin-top: 0px !important; }
.mt2 { margin-top: 2px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt17 { margin-top: 17px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }

.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }

.mtb5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.mtb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.pd5 { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pd15 { padding: 15px !important; }
.pdb15 { padding-bottom: 15px !important; }
.pdb20 { padding-bottom: 20px !important; }
.pdb30 { padding-bottom: 30px !important; }
.pdl5 { padding-left: 5px !important; }
.pdr5 { padding-right: 5px !important; }
