@charset "utf-8";
/* ========================================================================

	SNS
  
======================================================================== */
/* ------------------------------------------------------------------------
	sns
------------------------------------------------------------------------ */
.toyotaSNS img { max-width: 100%; }
.toyotaSNS .inner {
	margin: 0 auto;
	width: 960px;
}
/* header
-------------------------------------------------------------------------*/
.toyotaSNS header {
	text-align: center;
	border-bottom: 9px solid #305196;
}
.toyotaSNS header .inner {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.toyotaSNS header h2 {
	margin: 0;
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toyotaSNS header h2 span {
	display: block;
	width: 100%;
}
.toyotaSNS header h2 img { max-width: 100%; }
.toyotaSNS header p {
	display: block;
	margin: 0;
	width: 48%;
}
/* ssection
-------------------------------------------------------------------------*/
#snsMain {
	padding: 80px 0;
	background: url("../images/bg.gif") repeat 0 0;
}

#snsMain .inner {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#snsMain .box { width: 48%; }

#snsMain .box h3,
#snsMain .box h4 {
	margin: 0;
	text-align: center;
}

#snsMain .box h3 { margin-bottom: 20px; }

#snsMain .box p.policy {
	text-align: center;
	font-size: 1.16rem;
}

#snsMain .box p.policy a { text-decoration: underline; }
#snsMain .box p.policy a:hover { text-decoration: none; }

#snsMain .info,
#snsMain .service {
	padding: 40px 20px 0;
	box-sizing: border-box;
}

#snsMain .reform {
	padding: 21px 20px 0;
	box-sizing: border-box;
}

#snsMain .box.info { background: #e2f0c9; }

#snsMain .box.info h4 { margin-bottom: 50px; }

#snsMain .service {
	padding-bottom: 5px;
	background: #fcdfdf;
}

#snsMain .service h4 { margin-bottom: 45px; }

#snsMain .reform {
	margin-top: 10px;
	padding-bottom: 5px;
	background: #ceecee;
}

#snsMain .reform .company {
	margin: 0 auto 14px;
	width: 88%;
}

#snsMain .reform .company h3 { margin-bottom: 15px; }
#snsMain .reform .company h4 { margin-bottom: 15px; }

#snsMain .reform .company p {
	display: block;
	margin: 0;
	line-height: 1.8;
	font-size: 1.16rem;
}

#snsMain .snsBox {
	margin-bottom: 25px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 24px 3px rgba(0, 0, 0, .07);
	box-sizing: border-box;
}

#snsMain .snsBox dt {
	margin-bottom: 20px;
	text-align: center;
}

#snsMain .snsBox dd {
	font-size: 1.16rem;
	min-height: 92px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#snsMain .snsBox dd p {
	display: block;
	line-height: 1.8;
	width: 72%;
}

#snsMain .snsBox .snsBtn {
	margin: 0 auto;
	text-align: center;
	font-size: 1.16rem;
	width: 240px;
}

#snsMain .snsBox .snsBtn a {
	position: relative;
	display: block; 
	line-height: 3;
	transition: all .2s ease;
}

#snsMain .snsBox .snsBtn a::before {
	position: absolute;
	margin: auto;
	content: "";
	top: 0;
    right: 50px;
	bottom: 0;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}

#snsMain .snsBox.fb .snsBtn a,
#snsMain .snsBox .snsBtn.fb a {
	border: 1px solid #3184f0;
	box-shadow: 2px 2px 0px 0 rgb(138, 185, 247);
}

#snsMain .snsBox.fb .snsBtn a:hover,
#snsMain .snsBox .snsBtn.fb a:hover { color: #227bef; }

#snsMain .snsBox.fb .snsBtn a::before,
#snsMain .snsBox .snsBtn.fb a::before { border-left: 7px solid #227bef; }

#snsMain .snsBox.line .snsBtn a {
	border: 1px solid #49c64c;
	box-shadow: 2px 2px 0px 0 rgb(134, 217, 136);
}

#snsMain .snsBox.line .snsBtn a:hover { color: #1bb71f; }

#snsMain .snsBox.line .snsBtn a::before { border-left: 7px solid #1bb71f; }

#snsMain .snsBox .snsBtn.insta { margin-bottom: 23px; }

#snsMain .snsBox.insta .snsBtn a,
#snsMain .snsBox .snsBtn.insta a {
	border: 1px solid #f28ea1;
	box-shadow: 2px 2px 0px 0 rgb(247, 182, 195);
}

#snsMain .snsBox.insta .snsBtn a:hover,
#snsMain .snsBox .snsBtn.insta a:hover { color: #ef768d; }

#snsMain .snsBox.insta .snsBtn a::before,
#snsMain .snsBox .snsBtn.insta a::before { border-left: 7px solid #ef768d; }

#snsMain .apeal {
	padding: 7px;
	background: #fff1ce;
	border-radius: 3px;
	font-size: 1.16rem;
	text-align: center;
}

@media screen and (max-width: 896px) {
	/* ------------------------------------------------------------------------
		sns
	------------------------------------------------------------------------ */
	.toyotaSNS { min-width: 1060px; }
	.toyotaSNS .inner { width: 90%; }
}

@media screen and (max-width: 480px) {
	/* ------------------------------------------------------------------------
		sns
	------------------------------------------------------------------------ */
	.toyotaSNS { min-width: auto; }
	/* header
	-------------------------------------------------------------------------*/
	.toyotaSNS header h2 {
		margin-bottom: 20px;
		width: 100%;
	}
	.toyotaSNS header p { width: 100%; }
	/* ssection
	-------------------------------------------------------------------------*/
	#snsMain { padding: 50px 0; }
	#snsMain .box { width: 100%; }
	#snsMain .snsBox dl { margin-bottom: 0; }
	#snsMain .info { margin-bottom: 20px; }
	#snsMain .reform { margin-top: 20px; }
}
