@charset 'UTF-8';

/* Head */

@media only screen and (min-width: 768px) {

.sh-container {display:flex;align-items:center;}
.sh-name {margin-top:5px;}

.page-header {margin-bottom:35px;padding:42px 0;}
.ph-title {font-size: 1.875em;}

}

.ph-title {margin:0;font-weight:700;}

.page-header {background-color:#f5f5f5;line-height:1.5;border-top:3px solid #c00;}

/* Content */

.page-header .container {margin:0 auto;}

.container {max-width:1226px;width:90%;margin:20px auto;}

.container p {line-height:1.875;}

section:last-of-type {margin-bottom:70px;}

/* Other Style
 -------------------------------------------------- */
.area_gray {
	padding: 40px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #f5f5f5;
}

.indent p:nth-of-type(3), .indent .indent .indent_text:first-of-type  {margin-bottom:.2em;}


.box {
	display: -webkit-flex;
	display:    -moz-flex;
	display:     -ms-flex;
	display:      -o-flex;
	display:         flex;

	margin-bottom: 30px;

	justify-content: space-between;
	-ms-align-items: center;
	    align-items: normal;
	 position: relative;
}

.box:last-child {
	margin-bottom: 0;
}

.box p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;

	display: -webkit-flex;
	display:    -moz-flex;
	display:     -ms-flex;
	display:      -o-flex;
	display:         flex;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 43.478%;
	padding: 16px;

	color: #fff;
	border-radius: 5px;
	background-color: #c00;

	justify-content: center;
	-ms-align-items: center;
	    align-items: center;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

.box_arrow::before {
	position: absolute;
	top: 50%;
	right: 50%;

	width: 67px;
	height: 16px;
	margin-top: -8px;
	margin-right: -33px;

	content: '';

	background: url(../img/privacy/arw_01.png) no-repeat left top;
	-webkit-background-size: 67px 16px;
	        background-size: 67px 16px;
}

/* General Style
 -------------------------------------------------- */
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}

.indent {
	padding-left: 2em;
}
.indent_text {
	position: relative;

	margin-bottom: 1em;
}
.indent_text .number {
	position: absolute;
	top: 0;
	left: -2em;
}

.indent_text .number.bold {
	font-weight: bold;
}


/*-------------------------
 * max-width: 767px
--------------------------*/
@media only screen and (max-width: 767px) {

	.container p {line-height:1.6;font-size: 0.875em;}
	
	.page-header {margin-bottom:18px;padding:18px 0;}
	.ph-title {font-size:1.35em;line-height:1.4;margin-bottom:10px;}

	.area_gray {
		padding: 30px 10px;
	}
	
	.sh-name {
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
  font-size: 0.98875em;
}

	.box {
		display: block;

		margin-bottom: 30px;
		padding-bottom: 30px;

		border-bottom: 2px solid #c3c3c3;
	}

	.box:last-child {
		padding-bottom: 0;

		border-bottom: none;
	}

	.box p {
		font-size: 16px;
		line-height: 1.5;

		width: 100%;
		margin-bottom: 50px;
		padding: 10px;
		position: relative;
	}

	.box p:last-child {
		margin-bottom: 0;
	}

	.box_arrow::before {
		top: auto;
		bottom: -40px;
		right: auto;
		left: 50%;

		width: 20px;
		height: 28px;
		margin-top: 0;
		margin-right: 0;
		margin-left: -14px;

		background: url(../img/privacy/arw_01_sp.png) no-repeat left top;
		-webkit-background-size: 20px 28px;
		        background-size: 20px 28px;
	}



	/* Other Style
	 -------------------------------------------------- */
	.indent {
		padding-left: 0;
	}

	.indent .indent {
		padding-left: 2em;
	}
	.indent_text {
		margin-left: 2em;
	}
}
