@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}


/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {
	
	.header{
	width: 100%;
	height: 80px;	
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	padding-top: 18px;	
	}
	
	h3{
	width: 100%;
	height: 44px;
	background:url("../images/h3_policy.png") no-repeat center center;
	background-size: contain;
	}
	.contents {
		width: 400px;
        position: relative;	
        padding-bottom: 40px;
    }
	#policy_midasi{
		width: 380px;
		background: #E1F5F9;
		margin: 0px auto 20px;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		padding: 20px;
	}
	#policy_midasi span{
		color: #009EBE;
		font-size: 20px;
		font-weight: 700;
	}
	#policy_wrap{
		width: 380px;
		padding-bottom: 280px;
		font-size: 16px;
		font-weight: 400;
		background:url("../images/policy_img.png") no-repeat center bottom / 80%;
		margin: 30px auto;
	}
	#policy_wrap ul{
		width: 100%;
	}
	#policy_wrap ul li{
		border-left: 7px solid #7FDBE3;
		padding: 4px 10px 6px 20px;
		margin-bottom: 30px;
	}
	#policy_wrap ul li h4{
		color: #009EBE;
		font-size: 20px;
		font-weight: 700;}
}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {
	.contents{
		width: 94.8%;
		padding-bottom: 40px;
	}
	
	.header{
	width: 100%;
	height: 110px;
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	}
	
	h3{
	width: 100%;
	height: 110px;
	background:url("../images/h3_policy.png") no-repeat center center;
	background-size: 422px 57px;
	}
	
	#policy_midasi{
		width: 1400px;
		background: #E1F5F9;
		margin: 0px auto 20px;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		padding: 20px;
	}
	#policy_midasi span{
		color: #009EBE;
		font-size: 22px;
		font-weight: 700;
	}
	#policy_wrap{
		width: 1400px;
		min-height: 520px;
		padding-left: 600px;
		font-size: 18px;
		font-weight: 400;
		background: url("../images/policy_img.png") no-repeat left top 50px;
		background-size: auto;
		background-size: 560px 510px;
		margin: 30px auto;
	}
	#policy_wrap ul{
		width: 100%;
		padding-top: 30px;
	}
	#policy_wrap ul li{
		border-left: 7px solid #7FDBE3;
		padding: 4px 10px 6px 20px;
		margin-bottom: 30px;
	}
	#policy_wrap ul li h4{
		color: #009EBE;
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 700;}
	
	
	
	

}