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

.cf{
	clear:both;
}
header{
  position: fixed; 
  top: 0;
  width: 100%;
  height:90px;
  align-content: center;
  background-size:120%;
  background-image: url(https://www.seakong.com/brand/images2/CREMEGH/header.png);
  z-index: 10;
}

/**navi**/
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top:10px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
.brand-menu{
	display:none;
}
main{
	padding-top: 75px;
	width: 100%;
	margin:0 auto;
	background-color:#808080;
	color:#ffffff;
}
main a{
	color:#000000;
	text-decoration:none;
}
main a:hover{
     color:#808080;
 }
.sub_page{
	padding-top: 75px;
	width: 100%;
	margin:0 auto;
	background-color:#ffffff;
	color:#000000;
}

.rule-menu{
	display:none;
}
/* /navi */
.main_img img{
   width:100%;	
}
.contents_text {
  color:#000000;
  background: #f0f8ff;
  line-height: 2;
  padding: 0.25em 0.5em;
margin:30px auto;
  border-radius: 20px;
  width:95%;
}

h1{
font-size:120%;
    text-align: center;
    z-index: 8;
    line-height:130%;
}
h2{
font-size:100%;
    text-align: center;
    z-index: 8;
    line-height:130%;
}
.small{
	font-size:70%;
}
.rules{
	text-align:center;
}
.rules img{
	width:100%;
	box-shadow: 10px 10px 4px #4d4d4d ;
}
.img2 img{
	width:85%;
	box-shadow: 10px 10px 4px #4d4d4d ;
}

.img3 img{
	width:85%;
	box-shadow: 0 0 10px #4d4d4d ;
}
.item_link{
    float:right;
    margin-right:10px;	
}

.rule_text{
	font-size:130%;
	line-height:130%;
	text-align:left;
}
.note {
  background: #ff8f66;
  padding: 14px;
  border: 0.5px solid #c0c0c0;
  line-height: 1.3;
  border-radius: 0 5px 5px 5px;
  color:#000000;
  text-align: center;
  width:85%;
 margin:0 auto;
}
.point {
  position: relative;
  color: black;
  background: #ff8f66;
  border: 2px solid #c0c0c0;
  line-height: 1.3;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  width:85%;
   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: 2px solid #c0c0c0;
  bottom: 100%;
  border-radius: 5px 5px 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: -1.5em 0 3em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.5em;
	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 1em;
	-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;
}