@charset "UTF-8";
/* =============================================================================

	ソーシャルメディアポリシー css

============================================================================= */
.socialpolicy_page {}

.socialpolicy_page .page_content {
  width: 100%;
  margin: 0;
}

/*-------------------------------------------------------------
	共通	
-------------------------------------------------------------*/
.socialpolicy_page {}
.socialpolicy_page .socialpolicy_content {
	margin: 24px 0 60px;
}
.socialpolicy_page .tel a {
	color: #000;
}
.socialpolicy_page .tel a:hover {
	text-decoration: none;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.socialpolicy_page .socialpolicy_content {
	margin: 15px 0 30px;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	h2見出し	
-------------------------------------------------------------*/
.socialpolicy_page .h2-midashi .title {
    font-size: 20px;
    font-weight: bold;
	background-image: url("../../../common/images/assets/bg_white_stripe_14x14.png");
	background-repeat: repeat;
	background-color: #e9e9e9;
	background-position: left top;
	background-size: 14px;
    border-radius: 5px;
    padding: 10px 15px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.socialpolicy_page .h2-midashi .title {
    font-size: 4.0vw;
    padding: 10px 15px;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	h3見出し	
-------------------------------------------------------------*/
.socialpolicy_page .h3-midashi  {
	background: #ffffdc;
	padding: 10px;
}
.socialpolicy_page .h3-midashi .title  {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	border-left: 5px solid #ff0;
	padding-left: 10px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.socialpolicy_page .h3-midashi .title {
	font-size: 4.0vw;
	line-height: 1.5;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	本文	
-------------------------------------------------------------*/
.socialpolicy_page .text {
    margin-top: 24px;
}
.socialpolicy_page .text p + p {
    margin-top: 1em;
}
.socialpolicy_page .quote {
	background: #f5f5f5;
	padding: 20px;
	margin-top: 20px;
}
.socialpolicy_page .operation .quote ul li {
	font-size: 14px;
}
.socialpolicy_page .operation .quote .flex_container li.item {
	margin-top: 20px;
}
.socialpolicy_page .operation .quote .flex_container li:nth-child(-n+2) {
	margin-top: 0;
}
.socialpolicy_page .operation .quote .list li {
	position: relative;
	padding-left: 1.5em;
	margin-top: 10px;
}
.socialpolicy_page .operation .quote .list li:before {
	position: absolute;
	top: 0;
	left: 0;
}
.socialpolicy_page .operation .quote .list li:nth-child(1):before {
	content: "A.";
}
.socialpolicy_page .operation .quote .list li:nth-child(2):before {
	content: "B.";
}
.socialpolicy_page .operation .quote .list li:nth-child(3):before {
	content: "C.";
}
.socialpolicy_page .operation .quote .list li:nth-child(4):before {
	content: "D.";
}
.socialpolicy_page .operation .quote .list li:nth-child(5):before {
	content: "E.";
}
.socialpolicy_page .operation .quote .list li:nth-child(6):before {
	content: "F.";
}
.socialpolicy_page .operation .quote .list li:nth-child(7):before {
	content: "G.";
}
.socialpolicy_page .operation .quote .list li:nth-child(8):before {
	content: "H.";
}
.socialpolicy_page .operation .quote .list li:nth-child(9):before {
	content: "I.";
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.socialpolicy_page .text {
    margin-top: 15px;
}
.socialpolicy_page .text .quote {
	padding: 15px;
	margin-top: 15px;
}
.socialpolicy_page .operation .quote ul li {
	font-size: 3.2vw;
}
.socialpolicy_page .operation .quote .flex_container li.item {
	margin-top: 10px;
}
.socialpolicy_page .operation .quote .flex_container li:nth-child(-n+2) {
	margin-top: 10px;
}
.socialpolicy_page .operation .quote .flex_container li:nth-child(1) {
	margin-top: 0;
}
}/* for SP max-width: 800px */


/* =============================================================================

	hoge

============================================================================= */
.hoge {}

/*-------------------------------------------------------------
	hogehoge
-------------------------------------------------------------*/

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */
