@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
}
body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/sanseido_pointcp_bg.jpg) center no-repeat;
	background-size:cover;
}
/* --- link --- */
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #cc6633;
}
a:hover {
	color: #50bdc8;
	text-decoration: underline;
	opacity: 0.8;
}
/* --- tx_link --- */
.sanseido_tx a:link {
	color: #b7183f;
	text-decoration: underline;
}
.sanseido_tx a:visited {
	color: #83C9AF;
}
/* ------------------------------
	
	logo

------------------------------ */
#sanseido_pointcp_logo {
	padding-top: 10px;
	float: right;
}
#copyright {
	color: #333;
}
#sanseido_pointcp_logo img {
	margin-right: 10px;
	width: 140px;
}
/* ------------------------------
	
	content

------------------------------ */
header {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
	background: rgba( 183,24, 63, 0.85 );
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
h1 {
	margin: 0;
	padding: 0 10px;
	width: 75px;
	float: left;
}
h1 img {
	width: 60px;
}
#copyright {
	margin: 20px auto 0;
	text-align: center;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#page-top a {
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	background:url(../images/sanseido_pointcp_bt-bottom.png) repeat-y;
	background-position: bottom;
}
#content {
	padding: 90px 0 0 0;
}
#mainvisual {
	padding: 0;
	margin: 0 auto 0;
	text-align: center;
}
#mainvisual img {
	max-width: 100%;
	width:850px;
	margin: 0 10px;
}
.pc { display: block !important; }
.sp { display: none !important; }
/* ------------------------------
	aboutus
------------------------------ */
#wrap #aboutus {
	width: 550px;
	max-width: 100%;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 10px;
}
#wrap #aboutus p {
	margin: 1em 0;
	text-align:center;
}
#wrap .aboutus_h2 {
	width: 550px;
	text-align: center;
	padding: 6px 0 2px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
#wrap .aboutus_h2:first-of-type {
	border-radius: 5px 5px 0 0;
}
span.aboutus_link { 
	color: #ffffff;
}
.kikan {
	width: 750px;
	max-width: 100%;
	margin: 30px auto 40px;
	color: #fff;
	text-align: center;
	background: #83C9AF;
	border-radius: 10px;
	padding: 10px 5px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
}
.kikan br {
	display: none;
}

#wrap .ttl{
	max-width: 100%;
	margin: 2em auto;
	padding: 0.5em 0;
	font-size: xx-large;
	color: #fff;
	background-color:#b7183f;
	font-weight: bold;
	text-align: center;
}
h2 {
	width: 800px;
	max-width: 100%;
	margin: 10px auto 20px;
}
#wrap .touroku_bt {
	width: 300px;
	margin: 1em auto;
	padding-bottom:2em;
	text-align: center;
	letter-spacing: 0.1em;
}
#wrap .touroku_bt a {
	background: #b7183f;
	color: #FFF;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 30px;
}
/*#wrap .midashi01_bt {
	margin-top: 1em;
}*/
#wrap .midashi03_bt {
	margin-top: 2em;
	font-size: 20px;
}
#sanseido-present {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #333;
	margin: 30px 0;
	line-height: 1.3;
}
.big-bold {
	font-weight: bold;
	font-size: 25px;
	color: #166395;
}
#wrap .big-bold a:link {
	color: #166395;
}
#wrap .big-bold a:visited {
	color: #166395;
}
#wrap .big-bold a:active {
	color: #cc6633;
}
#wrap .big-bold a:hover {
	color: #6dc925;
	text-decoration: underline;
	opacity: 0.8;
}
#wrap .sanseido_tx {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 2;
	text-align: left;
}
#wrap .sanseido_tx span {
	font-size: small;
}
.sanseido_tx02 {
	margin: 30px 0 20px;
}
#wrap .small {
	line-height: 1.8;
	width: 700px;
	max-width: 100%;
	margin: 20px auto 0;
	font-size: 15px;
	color: #333;
	text-align: left;
}
.pointcp_box {
	margin: 50px auto 60px;
	padding: 3em 0 0;
	width: 800px;
	max-width: 100%;
	text-align: center;
	border-top:3px dotted #143563;
}
.pointcp_box h3 {
	font-size:x-large;
}
.pointcp_box dl{
	display: flex;
	flex-wrap: wrap;
	margin: 1em auto 60px;
	padding-left:1em;
	width: 650px;
	text-align: left;
	border-left:double 10px #333; 
}
.pointcp_box dl dt{
	width:20%;
}
.pointcp_box dl dd{
	width:80%;
}
.midashi {
	font-size: 34px;
	font-weight: bold;
	color: #143563;
	text-align: center;
	margin: 0 auto;
}
h2 img {
	max-width: 100%;
}
.midashi00_txt00 {
	font-weight: bold;
	padding: 1em;
	font-size: 20px;
	max-width: 100%;
	margin: 0 auto;
	color:#ffffff;
	background-color:#b7183f;
	line-height:1.7em;	
}
.midashi00_txt00 span {
	font-size: small;
}
.midashi00_img01 img {
	max-width: 100%;
}
.midashi03_img01 img {
	border-radius: 10px;
}
.midashi03_txt01 {
	margin-bottom: 20px;
}
.midashi00_txt02 {
	font-weight: bold;
	padding: 0.7em;
	font-size: 38px;
	max-width: 100%;
	margin: 0 auto;
	color:#ffffff;
	background-color:#b7183f;
	line-height:1.2em;	
}
.midashi00_txt02 span{
	font-size: 26px;
	line-height:1em;	
}
.midashi00_txt03 {
	font-size: 16px;
	line-height:1.7em;
}
#wrap .midashi00_box {
	background-color: #ffffff;
	border-radius: 10px;
	width:85%;
	margin:0 auto;
	border:3px solid #b7183f;
}
#wrap .midashi00_box p {
	text-align:center;
}
#wrap .midashi00_box img {
	width:100%;
	margin-top:1em;
}
#wrap .midashi00_box .touroku_bt {
	margin-top: 40px;
}
.midashi00_box ul {
	border: 3px solid #83C9AF;
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
}
.midashi00_box_txt01 {
	background-color: #83C9AF;
	margin: 0 auto;
}
.midashi00_box_txt02 {
	background-color: #83C9AF;
	color: #fff;
 padding: 0 0 .2rem;
}
.midashi00_box_txt03, .midashi00_box_txt05 {
 margin: 1rem auto 0;
	font-size: 24px;
	color: #83C9AF;
	font-weight: bold;
}
.midashi00_box_txt04 {
	line-height: 1.3;
 padding-bottom: .8rem;
	border-bottom: 3px solid #83C9AF;
}
.midashi00_box_txt06 {
	line-height: 1.3;
 padding-bottom: .8rem;
}
/* --- small_link --- */
.small a:link {
	color: #b7183f;
	text-decoration: underline;
}
.small a:visited {
	color: #83C9AF;
}
#wrap #sanseido-link_qr {
	width: 800px;
	margin: 30px auto;
}
#wrap #sanseido-link_qr p {
	font-size: 20px;
	color: #333;
	display: inline-block;
	margin: 0 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#wrap .award {
	font-weight: bold;
	color: #666460;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #F00 2px;
	border-radius: 5px;
	font-size: 14px;
	color: #F00;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
/* ------------------------------
	guidelines
------------------------------ */
#wrap #guidelines {
	width: 900px;
	max-width: 100%;
	margin: 30px auto 80px;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 10px;
}
#wrap #guidelines div.list {
	border-top:solid 2px #eee;
	border-bottom:solid 2px #eee;
	margin:1em 0;
}
#wrap #guidelines dl {
	width: 850px;
	max-width: 100%;
	margin: 5px auto;
	color: #333333;
}
#wrap #guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0 0;
	color: #12335f;
}
#wrap #guidelines ul {
	padding: 5px 0 5px 20px;
	border-top:dotted 1px #333333;
	padding-left: 3em;
	list-style: disc !important;
}
#wrap #guidelines ul li {
	display: list-item !important;
}
#wrap #guidelines p {
	margin: 5px 0;
}
#guideline_copy {
	font-weight:bold;
}
#wrap .guidelines_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
#wrap .guidelines_h2:first-of-type {
	border-radius: 5px 5px 0 0;
}
.br_sp {
	display: none;
}
 @media screen and (max-width:1024px) {
#mainvisual img {
	width: 750px;
	max-width: 100%;
}
#wrap #guidelines dl {
	width: 95%;
}
}
 @media screen and (max-width:768px) {
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #83C9AF;
}
body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/sanseido_pointcp_bg.jpg) center no-repeat;
	background-size:cover;
}
/* --- link --- */
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #cc6633;
}
a:hover {
	color: #50bdc8;
	text-decoration: underline;
	opacity: 0.8;
}
/* --- tx_link --- */
.sanseido_tx a:link {
	color: #b7183f;
	text-decoration: underline;
}
.sanseido_tx a:visited {
	color: #b7183f;
}
/* ------------------------------
	
	logo

------------------------------ */
#sanseido_pointcp_logo {
	padding-top: 10px;
	float: right;
}
#copyright {
	color: #333;
}
#sanseido_pointcp_logo img {
	margin-right: 10px;
	width: 100px;
}
header {
	background: rgba( 183,24, 63, 0.85 );
}
header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100;
}
#haed_inner {
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
h1 img {
	width: 50px;
}
/* ------------------------------
	
	page-top

------------------------------ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
}
#page-top a {
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#copyright {
	margin: 20px auto 0;
	text-align: center;
}
/* ------------------------------
	
	wrap

------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#wrap #content {
	padding: 20px 0 0 0;
}
#wrap #mainvisual img {
	width: 100%;
	padding: 35px 0 0;
	margin: 0 auto 0;
	text-align: center;
}
/* ------------------------------
	aboutus
------------------------------ */
#wrap #aboutus {
	width: 95%;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
}
#wrap #aboutus p {
	margin: 1em;
}
#wrap .aboutus_h2 {
	text-align: center;
	padding: 4px 0 0px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 18px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
.kikan {
	width: 80%;
	font-size: 20px;
}
.kikan br{
	display: block;
}
h2 {
	width: 95%;
	margin: 5px auto 20px;
}
h2 img {
	width: 95%;
	margin: 10px auto;
}
.pointcp_box {
	width:100%;
	margin: 30px auto;
	padding: 1em 0 0;
}
.pointcp_box dl{
	width:100%;
	padding-right:1em;
	border-left:none;
}
.pointcp_box dt{
	color:#ffffff !important;
	background-color:#12335f;
	padding:0.3em;
}
.midashi {
	font-size: 28px;
}
#wrap .midashi00_box {
	width:95%;
}
#wrap .midashi00_box img {
	width:100%;
}
.midashi00_box ul {
	max-width: 95%;
}
.midashi00_img01 img {
	width: 95%;
}
.midashi02, .midashi03 {
	padding-top: 30px;
}
#wrap .touroku_bt {
	width: 70%;
	margin: 1em auto;
	text-align: center;
}
#wrap .touroku_bt a {
	background: #b7183f;
	color: #FFF;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}
#wrap #sanseido-present {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 30px 0;
	line-height: 1.3;
}
#wrap .big-bold {
	font-weight: bold;
	font-size: 16px;
	color: #166395;
}
#wrap .big-bold a:link {
	color: #166395;
}
#wrap .big-bold a:visited {
	color: #166395;
}
#wrap .big-bold a:active {
	color: #cc6633;
}
#wrap .big-bold a:hover {
	color: #50bdc8;
	text-decoration: underline;
	opacity: 0.8;
}
#wrap .sanseido_tx {
	width: 90%;
	margin: 10px auto;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}
#wrap .small {
	line-height: 1.8;
	width: 92%;
	margin: 20px auto 0;
	font-size: 11px;
	color: #333;
}
.midashi03_img01 img {
	width: 80%;
}
.midashi03_bt {
	padding-bottom: 30px;
}
/* --- small_link --- */
.small a:link {
	color: #b7183f;
	text-decoration: underline;
}
.small a:visited {
	color: #83C9AF;
}
#wrap #sanseido-link_qr {
	width: 95%;
	margin: 30px auto;
}
#wrap #sanseido-link_qr p {
	color: #FFF;
	margin: 10px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
/* ------------------------------
	guidelines
------------------------------ */
#wrap #guidelines {
	width: 95%;
	margin: 30px auto 80px;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
}
#wrap #guidelines div.list {
	margin:0.5em 0;
}
#wrap #guidelines dl {
	width: 95%;
	margin: 3px auto;
	color: #333333;
}
#wrap #guidelines dt {
	font-weight: bold;
	font-size: 15px;
	padding: 3px 0 0;
	color: #12335f;
}
#wrap #guidelines ul {
	padding: 1em;
}
#wrap #guidelines p {
	margin: 5px 0;
}
#wrap .guidelines_h2 {
	text-align: center;
	padding: 4px 0 0px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 18px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}

#wrap .award {
	font-weight: bold;
}
#wrap .kikan_end {
	text-align: center;
	line-height: 1.6;
	border: solid #F00 2px;
	border-radius: 5px;
	font-size: 14px;
	color: #F00;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	background: #FFF;
}
.br_sp {
	display: block;
}
}
@media screen and (max-width:480px) {
body {
	background: #fff;
}
body:before {
	opacity: .4;
}
.pc { 
	display: none !important; 
}
.sp { 
	display: block !important;
	margin-top:3.5em;
}
#wrap #mainvisual.sp p {
	margin-top: 2em;
	font-weight:bold;
	color:#b7183f;
	font-size:smaller;
}
#wrap #mainvisual img {
	width: 100%;
	padding: 0.3em 0 0;
}
#wrap .sanseido_tx03 {
	text-align: left !important;
	width: 95%;
}
#wrap .sanseido_tx02 a {
	font-size: 20px
}
.kikan {
	font-size: 16px;
	line-height: 1.2;
	margin: 10px auto 20px;
}
.kikan br {
	display: block;
}
#wrap .ttl{
	font-size: large;
}
.midashi {
	font-size: 20px;
}
h2 img {
	width: 100%;
}

#wrap .midashi00_box {
	width:95%;
}
#wrap .midashi00_box img {
	width:100%;
}
.midashi00_txt00, .midashi00_txt01 {
	font-size: 20px;
}
.midashi00_box_txt01 img {
	max-width: 80%;
}
.midashi00_box_txt02 {
	text-align: left;
	padding: 0px 5px 0.3rem;
	line-height: 1.3;
 	font-size: .95rem;
}
.midashi00_box_txt03, .midashi00_box_txt05 {
	margin: .8rem 5px .3rem;
	font-size: 1.1rem;
	color: #83C9AF;
	font-weight: bold;
}
.midashi00_box_txt04, .midashi00_box_txt06 {
 font-size: .95rem;
	padding-left: 5px;
	padding-right: 5px;
}
.midashi01_bt{
	margin: 1em auto !important;
}
.midashi00_txt02 {
	font-size: 30px;
	max-width: 100%;
}
.midashi00_txt02 span{
	font-size: 20px;
}
.midashi03_img01 img {
	width: 90%;
}
#wrap .touroku_bt a {
	padding: 12px 20px;
}
.midashi03_bt{
	margin-top: 1em !important;
}
#wrap .small {
	font-size: 13px;
}
.br_sp {
	display: block;
}
}
