/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.7;
	word-break: break-word;
	text-size-adjust: none;
}

.pc{
	display:block;
}

.mobi{
	display:none;
}

.wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1260px;
}

img{
	width:100%;
	max-width:100%;
	height:auto;
}

.flex{
	display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
	display: -webkit-flex;  /* Chrome 21-27 */
	display: -moz-box;      /* Firefox 2-21 */
	display: -ms-flexbox;   /* IE9 */
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;   /* Chrome 4-20, Safari 3.1-6.0 */
	display: -webkit-inline-flex;  /* Chrome 21-27 */
	display: -moz-inline-box;      /* Firefox 2-21 */
	display: -ms-inline-flexbox;   /* IE9 */
	display: inline-flex;
  }

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter,
.alignnone {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

.content-img{
	max-width:1600px;
	height:auto;
	margin:0 auto;
}

header{
	padding:10px;
}

header .wrapper{
width:100%;
	max-width:1600px;
}

header .wrapper.privacy-w{
width:100%;
	max-width:1260px;
}

footer{
	background:#f7f7f7;
	max-width:1600px;
	margin:0 auto;
}


footer .wrapper{
	display:flex;
	font-size:16px;
	padding:2em 1em;
    justify-content: space-around;
    align-items: center;
}

img.logo{
	max-width:216px;
	height:auto;
}

img.logo.header{
	max-width:170px;
	height:auto;
}

.foot-logo img{
	max-width:216px;
	height:auto;
    margin-bottom: 10px;
}

footer .wrapper p{
	margin-bottom:10px;
}

.foot-link a{
    text-decoration: none;
    color: #333;
    display:block;
}


.copyright{
	background:#333;
	color:#fff;
	padding:10px;
	font-size:13px;
}

.privacy{
	padding:2em 10px;
	box-shadow: 0 0 8px gray;
}

.sub-page-common h1{
	font-size:24px;
	font-weight:bold;
}

.sub-page-common h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;

}

.privacy-content{
	width:100%;
	margin-bottom:2em;
	padding-bottom:2em;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 1px #333;
}

@media screen and (max-width: 1260px) {
	.wrapper{
		width:96%;
		margin:0 auto;
	}
	
	footer .wrapper {
    flex-wrap: wrap;
        padding: 2em 0;
                justify-content: space-between;
	}
	
	.foot-logo img {
    	max-width: 142px;
    }
    
    .foot-logo{
    	margin-bottom:2em;
    }
    img.logo.header {
    max-width: 107px;
    }

} 

@media screen and (max-width: 700px) {
	header {
    padding: 3px;
}
	.pc{
		display:none;
	}

	.mobi{
		display:block;
	}
}