@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;　font-family: Oswald, 'Noto Sans JP Bold', sans-serif; }

#wrapper {
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.main_image_box{
	background-image: url(../image/privacy_main_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 30%;
	width: 100%;
	padding: 155px 0;
}

.copyright{font-size: 14px; text-align: center; padding-top: 10px; padding-bottom: 20px;}

.contact_text{
	width: 12%;
	margin: auto;
}

.header {
	width: 100%;
	display: table;
}

.header_logo{
	width: 217px;
	padding:33px 40px;
	display: table-cell;
}

.header_text{
	display: table-cell;
	vertical-align: middle;
}

.text_box {
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 2;
}

.text_box_style1{
	width: 1000px;
	margin: auto;
	padding: 40px;
}

.privacy_title{
	border-left: solid 2px #000;
	padding-left: 2%;
	margin-bottom: 2%;
	font-size: 24px;
}

.privacy_detail{
	padding-bottom: 2%;
}

.privacy_header{
	font-size: 22px;
	font-weight: bold;
}

.privacy_date{
	text-align: right;
}


.m_style_box {
	width: 100%;
	border: 1px #000000 solid;
	margin-top: 20px;
	text-align: center;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	
}
.menu_text_box a{
	text-decoration: none;
	color: black;
}
.m_style_box:hover {
	border: 1px #c7161c solid;
	background-color: #c7161c;
	color: white;
}


/* ※※※※※※※※※※※ */
/* SP_CSS */

@media screen and (max-width: 699px){
.header {
	width: 100%;
	display: block;
}

.header_logo{
	width: 60%;
	padding:30px 0px;
	margin: auto;
	display: block;
}

.header_text{
	display: block;
	vertical-align: middle;
	padding-bottom: 10px;
	width: 90%;
	margin: auto;
	text-align: left;
}

.contact_text{
	width: 50%;
	margin: auto;
}

.text_box_style1{
	width: 90%;
	margin: auto;
	padding: 20px 0px;
}


.m_style_box {
	width: 90%;
	padding: 4%;
}

}









