﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/

html{
	width: 960px;
	margin:0 auto;
	}
.cf{
	clear:both;
}

header{
  position: fixed; 
  top: 0;
  width: 960px;
  height:200px;
  align-content: center;
  background-image: url(https://www.seakong.com/brand/images2/CREMEGH/header.png);
  z-index: 10;
}
h1 {
   text-align: center;
   margin-top:-20px;
}

/* navi*/
main{
	padding-top: 200px;
	width: 960px;
	margin:0 auto;
	background-color:#808080;
	color:#ffffff;

}
main a{
	color:#000000;
	text-decoration:none;
}
main a:hover{
     color:#808080;
 }
.sub_page{
	padding-top: 200px;
	width: 960px;
	margin:0 auto;
	background-color:#ffffff;
	color:#000000;
}
ul.rule-menu{
	text-align:center;
}
ul.rule-menu li {
   display: inline-block;
   text-align: center;
   font-size:12px;
   padding-left:10px;
   padding-right:20px;
}
.rule-menu li a {
    color:#000000;
    display: block;
    text-decoration:none;
}
.rule-menu li a:hover {
    color:#ff0000;
    border-bottom: 1px solid #ff0000;
}

#navArea{
	display:none;
}
/* /navi */
.main_img img{
   width:100%;	
}
h2{
    text-align: center;
    z-index: 8;
    line-height:150%;
}
.small{
	font-size:70%;
}
.rules{
	text-align:center;
}
.rules img{
	width:100%;
	box-shadow: 10px 10px 4px #4d4d4d ;
}
.img2 img{
	width:70%;
	box-shadow: 10px 10px 4px #4d4d4d ;
}

.img3 img{
	width:70%;
	box-shadow: 0 0 10px #4d4d4d ;
}

.rule_text{
	font-size:150%;
	line-height:150%;
}
.item_link{
    float:right;
    margin-right:150px;	
}
.contents_text {
  font-size:130%;
  color:#000000;
  background: #f0f8ff;
  line-height: 170%;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 20px;
  width:98%;
}

.note {
  background: #ff8f66;
  padding: 14px;
  border: 0.5px solid #c0c0c0;
  line-height: 1.4;
  border-radius: 0 5px 5px 5px;
  color:#000000;
  text-align: center;
  width:70%;
 margin:0 auto;
}
.point {
  position: relative;
  color: black;
  background: #ff8f66;
  border: 3px solid #c0c0c0;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  width:68%;
   margin:0 auto;
}

.point:after {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Point';
  background: #ffffff;
  color: #000000;
  left: 0px;
  border: 3px solid #c0c0c0;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 3px 7px 1px;
  line-height: 1;
  letter-spacing: 0.05em
  }
  
/* --支払い */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.5em;
	font-size:130%;
	position: relative;
	display: block;
	margin: 0 0 0 0;

	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
    background: #f0f8ff;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	padding-right: 0.5em;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: ' ';
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: -5px;
	left: -10px;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f13a ';
	display: inline-block;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	font-size:90%;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	padding: 0;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '';
    }
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 5px solid #f0f8ff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 75% 50%;
}
  
  
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 60px;
  color: #000000;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #000000;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000000;
}
/*  */
 
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 1px;
    background-color: #f2f2f2;
    color: #55636d;
}

.pagination a:not(:hover) {
    text-decoration: none;
}

.pagination .current a {
    background-color: #55636d;
    color: #fff;
    pointer-events: none;
}