@charset "UTF-8";
/*////////////////////////////////////////////////////////

COIPO  200821add

////////////////////////////////////////////////////////*/
/* common
------------------------------------------------------- */
#coipo_inner {
	margin-bottom: 20px;
	padding: 20px 0;
	background: #fff;
}
.tit_coipo {
	width: 100%;
	margin: 0 0 10px;
	padding: 8px;
	border-radius: 0;
	font-size: 18px;
	color: #fff;
}
/* header
------------------------------------------------------- */
#coipo_header_section {
	padding: 10px;
	display: none;
	color: #21282f;
}
.coipo_header_logo {
	width: 160px;
	margin: 20px auto 10px;
	text-align: center;
	font-weight: bold;
}
.coipo_header_logo img{
	width: 120px;
}
.coipo_header_logo .text-red{
	line-height: 23px;
	font-weight: bold;
	color: #d60354;
}
.coipo_header_center .coipo_btn_red, .coipo_header_center .coipo_btn_white, .coipo_header_center .coipo_btn_search {
	margin: 0 auto 15px !important;
}
/* ログイン後 */
.coipo_header_logo.login{
	width: auto;
}
.coipo_header_logo.login .text-red{
	padding-left: 5px;
	vertical-align: 5px;
}
/* 文言 */
.coipo_header_center {
	text-align: center;
}
.coipo_header_center p, .coipo_heder_current_pint {
	font-weight: bold;
}
.coipo_header_explain {
	margin-bottom: 10px;
	text-shadow:0 0 1px rgba(33, 40, 47, 0.3);
	font-size: 13px;
}
/* ボタン */
.coipo_btn_red, .coipo_btn_white, .coipo_btn_search {
	display: inline-block;
	width: 230px;
	margin: 0 auto 20px;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.coipo_btn_red {
	box-shadow: 0 2px #a4143f;
}
.coipo_btn_white {
	border: 1px solid #dde1e3;
	background: #fff;
}
.coipo_btn_search {
	margin-top: 10px;
	box-shadow: 0 2px #9e750f;
	text-shadow: 0 2px #9e750f;
	color: #fff !important;
	background: #cc9714;
}
.coipo_header_current_login {
	font-weight: bold;
	font-size: 15px;
}
.coipo_header_box {
	background: #fff;
	padding: 10px 10px;
	margin: 13px 0;
	font-weight: bold;
}
.coipo_heder_current_pint {
	float: right;
	margin-right: 10px;
	font-size: 20px;
}
.coipo_btn_red {
	color: #fff !important;
}
/* PC用 */
.header_coipo_pc {
	margin: 10px 5px 0;
	padding: 10px;
	box-shadow: 0 3px #797979;
	border-radius: 3px;
	font-size: 15px;
	float: right;
	text-shadow: 0 2px #797979;
	color: #fff !important;
	background: #9f9f9f;
}
#header_coipo_point_pc {
	display: flex;
	float: right;
	color: #fff !important;
	background: #8b0000;
	padding: 10px;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0 1px #800000, 0 1px 2px #800000;
}
#header_coipo_point_pc div {
	text-align: center;
	font-size: 15px;
	margin-right: 10px;
}
/* ログインページ
------------------------------------------------------- */
.coipo_login_main dl {
	margin-top: 20px;
	padding: 0 20px;
}
.coipo_login_main dt, .coipo_login_main dd {
	padding: 0;
	border-bottom: none;
}
.coipo_login_main dt {
	font-weight: bold;
	color: #21282f;
}
#coipo_inner input {
	padding: 8px 10px;
	box-sizing: border-box;
}
#coipo_inner .coipo_btn_red, #coipo_inner .coipo_btn_white {
	display: block;
	height: 45px;
	margin: 0 auto 10px;
	outline: none;
}
#coipo_inner .coipo_btn_red {
	margin-top: 30px;
}
#login_coipo_link {
	width: 100%;
	text-align: center;
}
#login_coipo_link a, #fortune_teller_coipo_link {
	text-decoration: underline;
	color: #00b6ce;
}
#login_coipo_explain {
	text-align: center;
	margin: 30px 0 10px;
	font-size: 14px;
}
/* PC用 */
@media screen and (min-width:769px) {
#coipo_inner {
	padding: 20px 20px 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.tit_coipo {
	padding: 10px 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#coipo_inner .coipo_btn_red, #coipo_inner .coipo_btn_white {
	width: 300px;
}
#coipo_inner .coipo_btn_red:hover, #coipo_inner .coipo_btn_white:hover {
	opacity: 0.7;
}
#coipo_inner input {
	width: 100%;
}
}

/* CPIPOとは？
------------------------------------------------------- */
#main.about_coipo .page{
	padding: 0 30px;
	border: 0;
	box-shadow: none;
	background: none;
}
.about_coipo .howto {
    margin: 20px 0;
    padding: 0 0 10px;
    border-radius: 7px;
    background: #fde1ed;
}
.about_coipo .howto_inner {
    margin: 0 10px;
    padding: 10px 10px 15px;
    border-radius: 7px;
    background: #fff;
}
.about_coipo .howto h2 {
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 7px 7px 0 0;
    font-size: 16px;
    color: #fff;
    background: #d60354;
}
.about_coipo .howto h3 {
	margin: 0;
    padding: 10px 0;
	border: 0;
    font-size: 16px;
    font-weight: bold;
	color: #00b6ce;
}
/*----- SP -----*/
@media screen and (max-width:768px) {
	#main.about_coipo .page{
		margin: 0 10px !important;
	}
}


/* プレミアム鑑定一覧
------------------------------------------------------- */
#fortune_teller_coipo_bnr {
	width: 90%;
	margin: 20px auto 0;
}
#fortune_teller_coipo_link {
	margin-bottom: 20px;
	float: right;
}

@media screen and (min-width:769px) {
#fortune_teller_coipo_bnr {
	width: 70%;
}
}

/* COIPO end ▲
------------------------------------------------------- */


/*header style*/
.mkb_header{
  position: relative;
  background: #ffdcf2;
  border-bottom: 3px solid #bdb33f;
  padding: 15px 30px;
}

.mkb_header .logo img {
    height: 48px;
    width: auto;
    vertical-align: middle;
}
.mkb_header .icon_logo{
  position: relative;
  top: 8px;
  z-index: 10000;
  margin: 0 auto -36px;
  width: 42px;
}
.mkb_header #sp_dion{
  position: absolute;
  top: 10%;
  right: 1%;
}
.mkb_header #sp_dion > a{
  text-decoration: none;
}
.mkb_header .sp_dion_close{
  display: none;
}

@media screen and (max-width: 479px) {
  .mkb_header{
    padding: 5px 15px;
  }
  .mkb_header .icon_logo >img{
    width: 100%;
  }
  .mkb_header .icon_logo{
    top: 6px;
    width: 22px;
    margin: 0 auto -19px;
  }
  .mkb_header .logo img {
      height: 29px;
  }
  .mkb_header .logo{
    text-align: center;
  }
    .mkb_header .header_coipo_pc {
      padding: 7px;
      font-size: 10px;
  }
  .mkb_header .menu_btn{
    position: absolute;
    top: 12px;
  }
  .mkb_header #sp_dion{
    display: none;
    background: rgba(0,0,0,.8);
    width: 100%;
    top: 101%;
    right: 0;
    left: 0;
    z-index: 10001;
    padding: 10px 10px 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .mkb_header .header_coipo_pc{
    float: none;
  }
}


