/* **************#privacypolicy************* */

#privacypolicy {
	padding: 0;
	margin: 0 auto;
 	-js-display: flex;
	display: flex;
	background-color: rgba(255,255,255,0.8);
}

@media screen and (max-width: 640px) {
	#privacypolicy {
	padding: 0;
	width:100%;
	}
}

#privacypolicy h1 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 600;
	font-size:200%;
	line-height:2em;	
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	letter-spacing:5px;
	color: #FFFFFF;
}

@media screen and (max-width: 640px) {
#privacypolicy h1 {
	font-size:144%;
}
}

#privacypolicy h2 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 500;
	font-size:144%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	letter-spacing:2px;
	margin-bottom: 2%;
}

#privacypolicy h2 span {
	font-size: 90%;
}

@media screen and (max-width: 640px) {
#privacypolicy h2 {
	font-size:144%;
	line-height:1.4em;
	margin-bottom: 5%;
}
}

#privacypolicy h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size:268%;
	line-height:1.6em;	
	background-image:url(image);
	max-height: 100%;
	text-align:center;
	letter-spacing:2px;
}

#privacypolicy h3 span {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.6em;
}

@media screen and (max-width: 640px) {
#privacypolicy h3 {
	font-size:168%;
}
}

#privacypolicy p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	text-align:left;
	background-image:url(image);
	max-height: 100%;
}

@media screen and (max-width: 640px) {
#privacypolicy p {
	font-size:88%;
	line-height:1.6em;
	margin-bottom: 5%;
}
}

#privacypolicy .fa {
	display: inline;
}

#privacypolicy .ttl {
	width:100%;
	margin: 0 auto;
	padding: 160px 0 100px 0;
	text-align: center;
	background: linear-gradient(-45deg, rgba(19,54,86,0.9),rgba(76,156,213,0.9)) fixed;
	background-size: cover;
}

@media screen and (max-width: 640px) {
#privacypolicy .ttl {
	width:100%;
	margin: 0 auto;
	padding: 15% 0 10% 0;
	text-align: center;
	background: linear-gradient(-45deg, rgba(19,54,86,0.9),rgba(76,156,213,0.9)) fixed;
	background-size: cover;
}
}

/* **************#privacypolicy_menu************ */

#privacypolicy_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
	max-width: 90rem;
}

@media screen and (max-width: 640px) {
#privacypolicy_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#privacypolicy_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: stretch;
	justify-content: stretch;
}

@media screen and (max-width: 640px) {
#privacypolicy_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#privacypolicy_menu .dit section {
	width:100%;
	text-align: center;
}

@media screen and (max-width: 640px) {
#privacypolicy_menu .dit section {
	width:100%;
}
}

#privacypolicy_menu .txt {
	margin: 0 auto;
	width: 90%;
	padding: 5%;
}

@media screen and (max-width: 640px) {
#privacypolicy_menu .txt {
	width: 90%;
	padding: 5% 0;
	}
}

table {
	width: 100%;
	margin: 3% auto 0 auto;
	padding: 0;
	border-collapse: collapse;
}

table a:link{
	text-decoration: underline;
	color: #22B0C7;
}

table a:visited {
	text-decoration: underline;
	color: #22B0C7;
}

table a:hover{
	text-decoration: none;
	color: #FFA600;
}

table a:active {
	text-decoration: underline;
	color: #22B0C7;
}

table th {
	margin:0;
	padding:1% 2%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	/*word-break: keep-all;*/
background: linear-gradient(-45deg, rgba(76,156,213,0.9),rgba(19,54,86,0.9)) fixed;
	word-break: keep-all;
	border-bottom:1px solid #EFEFEF;
	color: #FFFFFF;
}

table td {
	margin:0;
	padding:1% 0 1% 1%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	text-align:left;
	vertical-align: middle;
	background-image:url(image);
	max-height: 100%;
	border-bottom:1px solid #EFEFEF;
	color: #000000;
}

@media screen and (max-width: 640px) {
table tr{
        display: block;
        /*margin-bottom: 1.2em;*/
		padding:0;
    }
table th,
table td{
        display: list-item;
		list-style:none;
        border: none;
		font-size:88%;
		line-height:1.6em;
    }
table th{
	padding:3% 0;
	text-align:center;
	width: 100%;
	
}
table td{
	padding:5% 0;
	word-break: break-all;
	}
}
