@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url("https://use.typekit.net/xme0swb.css");

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
box-sizing: border-box;
border-style: solid;
border-width: 0;
}



/* フォーカス時　アウトライン消し */
*:focus {
outline: none;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

/* アドビフォント 指定時こちらからコピペ */
/*
Caflisch Script Pro
Regular
font-family: caflisch-script-pro, sans-serif;
font-weight: 400;
font-style: normal;

Semibold
font-family: caflisch-script-pro, sans-serif;
font-weight: 600;
font-style: normal;
Playfair Display
Regular
font-family: playfair-display, serif;
font-weight: 400;
font-style: normal;

Bold
font-family: playfair-display, serif;
font-weight: 700;
font-style: normal;

Black
font-family: playfair-display, serif;
font-weight: 900;
font-style: normal;
*/
/* アドビフォント 指定時こちらからコピペ */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');




html { font-family:'Noto Sans JP', sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }

html {
font-size: 15px;
line-height: 1.6; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-webkit-tap-highlight-color: transparent; /* 3*/
color: #2D2D2D;;
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
margin: 0 auto !important;
max-width:768px !important;
min-width: 320px !important;
}

/**
* Render the `main` element consistently in IE.
*/

main {
display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
margin: 0;
padding: 0;
list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
font-weight: bold;
}

dd {
margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}

address {
font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
background-color: transparent;
text-decoration: none;
color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

svg,
img,
embed,
object,
iframe {
vertical-align: bottom;
}



/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/

button,
input,
optgroup,
select,
textarea {
-webkit-appearance: none; /* 1 */
appearance: none;
vertical-align: middle;
color: inherit;
font: inherit;
background: transparent;
padding: 0;
margin: 0;
border-radius: 0;
text-align: inherit;
text-transform: inherit; /* 2 */
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}

[type="radio"] {
-webkit-appearance: radio;
appearance: radio;
}

/**
* Correct cursors for clickable elements.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/

:-moz-focusring {
outline: auto;
}

select:disabled {
opacity: inherit;
}

/**
* Remove padding
*/

option {
padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
margin: 0;
padding: 0;
min-width: 0;
}

legend {
padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/

[type="search"] {
outline-offset: -2px; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/

::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}

/**
* Clickable labels
*/

label[for] {
cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable]:focus {
outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
border-color: inherit; /* 1 */
}

caption {
text-align: left;
}

td,
th {
vertical-align: top;
padding: 0;
}

th {
text-align: left;
font-weight: bold;
}

/* ============================================ 
汎用
/* ============================================ */

img{
width: 100%;
}


/* 汎用　margin　padding ―――――――*/

.u-m0 {
margin: 0px !important; }


.u-m5 {
margin: 5px !important; }

.u-m8 {
margin: 8px !important; }

.u-m10 {
margin: 10px !important; }

.u-m20 {
margin: 20px !important; }

.u-m30 {
margin: 30px !important; }

.u-m40 {
margin: 40px !important; }


/* 汎用　padding０　右　左　上　下―――――――*/

.u-p0-r {
padding-right: 0px !important; }

.u-p0-l {
padding-left: 0px !important; }


.u-p0-t{
padding-top: 0px !important; }

.u-p0-b{
padding-bottom: 0px !important; }

/* 汎用　padding０　右　左　上　下―――――――*/

.u-p5-l {
  padding-left: 5px !important; }
  
.u-p5-r {
 padding-right: 5px !important; }

 .u-p10-r {
  padding-right: 10px !important; }

 .u-p12-r {
  padding-right: 12px !important; }

 .u-p15-r {
  padding-right: 15px !important; }

 .u-pb6{
    padding-bottom: 6px !important; }


  .u-pb60 {
    padding-bottom: 60px !important; }


/* 汎用　padding　上―――――――*/
.u-p0 {
padding: 0px !important; }

.u-pt5 {
padding-top: 5px !important; }

.u-pt6 {
padding-top: 6px !important; }

.u-pt8 {
padding-top: 8px !important; }

.u-pt10 {
padding-top: 10px !important; }

.u-pt60 {
padding-top: 60px !important; }


/* 汎用　padding　―――――――*/

.u-p5 {
padding: 5px !important; }

.u-p10 {
padding: 10px !important; }

.u-p20 {
padding: 20px !important; }

.u-p30 {
padding: 30px !important; }

.u-p40 {
padding: 40px !important; }

/* 汎用　margin-top　―――――――*/


.u-mt0 {
margin-top: 0 !important; }

.u-mt5 {
margin-top: 5px !important; }

.u-mt8 {
margin-top: 8px !important; }

.u-mt10 {
margin-top: 10px !important; }

.u-mt12 {
margin-top: 12px !important; }

.u-mt15 {
margin-top: 15px !important; }

.u-mt20 {
margin-top: 20px !important; }

.u-mt24 {
margin-top: 24px !important; }

.u-mt25 {
margin-top: 25px !important; }

.u-mt30 {
margin-top: 30px !important; }

.u-mt36 {
margin-top: 36px !important; }

.u-mt40 {
margin-top: 40px !important; }

.u-mt48 {
margin-top: 48px !important; }

.u-mt50 {
margin-top: 50px !important; }

.u-mt60 {
margin-top: 60px !important; }



/* 汎用　margin-bottom　―――――――*/

.u-mb0 {
margin-bottom: 0 !important; }

.u-mb5 {
margin-bottom: 5px !important; }


.u-mb8 {
margin-bottom: 8px !important; }

.u-mb10 {
margin-bottom: 10px !important; }

.u-mb12 {
margin-bottom: 12px !important; }


.u-mb15 {
margin-bottom: 15px !important; }

.u-mb16 {
margin-bottom: 16px !important; }

.u-mb20 {
margin-bottom: 20px !important; }

.u-mb24 {
margin-bottom: 24px !important; }

.u-mb25 {
margin-bottom: 25px !important; }

.u-mb30 {
margin-bottom: 30px !important; }

.u-mb32 {
margin-bottom: 32px !important; }

.u-mb36 {
margin-bottom: 36px !important; }

.u-mb40 {
margin-bottom: 40px !important; }

.u-mb48 {
margin-bottom: 48px !important; }

.u-mb50 {
margin-bottom: 50px !important; }

.u-mb60 {
margin-bottom: 60px !important; }

.u-mb70 {
  margin-bottom: 70px !important; }

/* 汎用　margin-left　―――――――*/

.u-pl15 {
padding-left: 15px !important; }

.u-pl16 {
padding-left: 16px !important; }

/* 汎用　margin　左右　auto　―――――――*/

.u-mauto{
margin:auto !important; }


/* テキスト　寄せ　―――――――*/
.tex_left{
text-align: left !important;
}

.tex_right{
text-align: right !important;
}

.c{
text-align: center;
}

/* テキスト　太さ　―――――――*/

.b{
font-weight: bold;
} 

.fw_normal{
  font-weight: normal !important;
 } 

.fw_700{
  font-weight: 700 !important;
 } 


/* テキスト　色　―――――――*/

.fc_orenge{
color: #F37F5A;
}

.fc_white{
  color: #ffffff;
  }

.fc_yellow{
  color:  #F9E88F;
  }

.fc_kobetsu{
  color: #0A1641;
  }


/* テキスト　大きさ　―――――――*/

.fs12{
font-size: 12px !important;
}

.fs13{
font-size: 13px !important;
}

.fs14{
font-size: 14px !important;
}

.fs15{
font-size: 15px !important;
}

.fs16{
font-size: 16px !important;
}

.fs17{
font-size: 17px !important;
}


.fs18{
font-size: 18px !important;
}


.fs20{
  font-size: 20px !important;
  }
  

.l_h13{
line-height:1.3 !important;
}
/* 汎用　‐――――――――――――――――――‐―――――――――――――――――― */




/* ===== マーカー===== */ 
.marker_orange_hoso {
background:linear-gradient(transparent 60%, #F5C41A 60%);
}

.marker_green_hoso {
background:linear-gradient(transparent 50%, #D1EEE0 50%);
}

/* ===== マーカー===== */ 




/* ============================================ 
header
/* ============================================ */


/* ヘッダー周り */
.header {
box-sizing: border-box; 
width:100%;
position: relative;
/* padding:11px 20px 10px 30px;

/* height: 260px
background: #ffffff;
display: flex;
justify-content: space-between;*/
/*  align-items: center;*/
padding-top:16%;
background-image: url(../image/header_bg.sp.480.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

/* ロゴ */ 
.title_logo{
  position: absolute;
  font: 0/0 a;
  width: 46.2%;
    height: 87.5%;
  top: 10%;
  left: 5%;
  color: transparent;
  background-size: contain;
  background-image: url(../image/header_logo.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
  align-items: ;
}

/* menu 位置 */
.menu_box{
position:absolute;
top: 10%;
right: 5%;
}

.drawer_btn{
background-color: #ffffff;
/*  border-radius: 50%;*/
width:40px;
height:40px;
position: relative;
}

.menu_btn_text{
position: absolute;
top:30px;
left:5px;
text-align: center;
font-family: 'Playfair Display', serif;
font-size: 10px;
font-weight: 900;
}
.drawer-open .menu_btn_text{
display: none;
}
/* ============================================ 
footer
/* ============================================ */


/* ============================================ 
footer
/* ============================================ */


.page_footer{
height:100px;
width:100%;
background: #F69588;
padding:16px 0 14px;
text-align: center;

}

#home_btn{
display: flex;
justify-content: center;
align-items: center;
width:51px;
height:51px;
background: #ffffff;
border-radius: 50%;
margin: auto;
}

#home_icon{
width: 28px;
    height: 25px;
background: url(/image/icon/icon_hom.sp.480.png);
background-size: cover;
}

.page_footer .copy{
padding-top:8px;
font-size: 10px;
line-height: 12px;
color: #ffffff;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* ============================================ 
日運部分
/* ============================================ */

.daily_btn_box{
display: flex;
justify-content: space-between;
}

.daily_btn_box div{
width:48.5%;
}

/* ============================================ 
ページ共通
/* ============================================ */

/* ===== cocoloni-banner　===== */ 
.cocoloni-banner {
font: 0/0 a;
color: transparent;
border: 0;
background-color: #ffffff;
background-image: url(/image/common/cocoloni-brand2.sp.480.png);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 68px 10px;
background-size: 68px 10px;
height: 24px;
border-bottom: 1px solid #ECECEC;
}


/* ===== pageTop用　===== */

#pageTop {
position: fixed;
bottom: 30px;
    right: 30px;
z-index: 1;
}  


#pageTop a {
position: relative;
display: block;
background-image: url(/image/scrollTop.sp.480.png);
color: #E2C08D;
width:38px;
height: 96px;
cursor: pointer;
background-size: cover;
/* opacity: 0.7;*/
}
/*
#pageTop a:after {
width: 9px;
height: 9px;
border-top: 2px solid #eac46d;
border-left: 2px solid #eac46d;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
color: #fff;
}  

#pageTop:after {
content: "";
display: block;
clear: both;
width: 22px;
height: 22px;
border-top: 3px solid #FFF;
border-left: 3px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
color: #fff;  
position: absolute;
top: 8px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}  
*/
/* ===== pageTop用　===== */



/* ===== コンテンツ幅　===== */ 
.l-contents{
margin-left:30px;
margin-right:30px;
padding-top:24px;
}

.l-contents_kobetsu{
  padding-left:18px;
  padding-right:18px;
      margin-left: 12px;
    margin-right: 12px;
  background: #D1B260;
/*   background-image: url(../image/kobetsu/kobetsu_bg.sp.480.png); */ 
  background-size: contain;
}


.kobetsu_bg{
 background-image: url(../image/kobetsu/kobetsu_side.sp.480.png); 
    background-size: 12px;
}


/* ===== ページ説明文　指定　===== */ 
.ex_text{
  font-size: 15px;
  line-height: 24px;
}

/* ===== コーナー画像　黒　===== */ 
.corner_head_image{
  margin-left: -30px;
  margin-right: -30px;
}


/* ===== コーナー画像　黒　===== */ 
.corner_head{
width:100%;
padding-top:12.2222%;
text-align: center;
background: url(../image/divider_noir.png);
background-repeat: no-repeat;
background-size:contain;
}

/* ===== コーナー画像　赤　===== */ 
.corner_head_rouge{
width:100%;
padding-top:12.2324%;
text-align: center;
background: url(../image/divider_rouge.png);
background-repeat: no-repeat;
background-size:contain;
}

/* ===== コーナー画像　dots　===== */ 
.corner_head_dots::before{
width:100%;
height:5px;
content: '';
display: block;
text-align: center;
background: url(../image/dotsline.png);
background-repeat: no-repeat;
background-size:contain;
}
.corner_head_dots::after{
width:100%;
height:5px;
content: '';
display: block;
text-align: center;
background: url(../image/dotsline.png);
background-repeat: no-repeat;
background-size:contain;
}
.corner_head_dots h2{
font-weight: bold;
font-size: 16px;
line-height: 22px;
margin:16px 0 ;
}


/* ===== コーナー画像　dots&ハート　===== */ 
.corner_head_dots_heart::before{
  width:100%;
  padding-top: 6.116%;
  content: '';
  display: block;
  text-align: center;
  background: url(../image/dotsline_point.png);
  background-repeat: no-repeat;
  background-size:contain;
  }
  .corner_head_dots_heart::after{
  width:100%;
  height:5px;
  content: '';
  display: block;
  text-align: center;
  background: url(../image/dotsline.png);
  background-repeat: no-repeat;
  background-size:contain;
  }
  .corner_head_dots_heart h2{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin:16px 0 ;
  }
  

/* ===== コーナー見出し　===== */ 

.corner_name{
font-weight: 500;
font-size: 14px;
line-height: 22px;
margin-bottom:6px;
}

.corner_name_kobetsu{
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom:20px;
  color: #F9E88F;
  }


h2.menu_name{
font-weight: 500;
font-size: 17px;
line-height: 22px;
padding-bottom:15px;
border-bottom: 2px solid #EB7666;
}

/* ===== コーナー見出し　特別鑑定　===== */ 

h2.menu_name_kobetsu{
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding-bottom:15px;
  border-bottom: 2px solid #0A1641;
  color: #0A1641;
  }
  
  h2.menu_name_kobetsu_nb{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color:#0A1641;
    }
    


  h2.menu_kobetsu_image{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    padding-bottom:15px;
    padding-right: 70px;
    border-bottom: 2px solid #0A1641;
    color:#0A1641;
    background-image: url(../image/kobetsu/kobetsu_kanshu.sp.480.png);
    background-repeat: no-repeat;
    background-size: 65px 65px;
    min-height: 80px;
    background-position: top right;
    }
      


h2.midashi{
padding-top:15px;
text-align: center;
margin: auto;
font-weight: normal;
font-size: 20px;
line-height: 27px;
/* font-family: 'caflisch-script-pro', sans-serif;
font-weight: 400;
font-style: normal;*/ 
font-family: 'Playfair Display', serif;
}

h2.midashi span{
display: block;
text-align: center;
font-size: 14px;
line-height: 24px;
font-family: 'Noto Sans JP', sans-serif;
}

/* ===== コーナー見出し　===== */ 



h3.recome{
  display: inline-block;
  background: #feb9a3;
  font-weight: 700;
font-size: 17px;
line-height: 22px;
padding: 1px 3px;
}

h3.recome_red{
  display: inline-block;
  background:  #EB7666;
  color: #FFFFFF;
  font-weight: 700;
font-size: 17px;
line-height: 22px;
padding: 1px 3px;
}


h3.recome_kobetsu{
  display: inline-block;
  background: #F2897B;
  font-weight: 700;
font-size: 17px;
line-height: 22px;
padding: 1px 3px;
}

h3.recome_life{
  display: inline-block;
  background: #b9d4e6;
  font-weight: 700;
font-size: 17px;
line-height: 22px;
padding: 1px 3px;
margin:0 30px;  
}


h3.category{
  display: inline-block;
  background: #F9E88F;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  padding: 1px 3px;
}

h3.category_kobetsu{
  display: inline-block;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  padding: 1px 3px;
  color: #2D2D2D;
}



/* ===== コーナー見出し result　===== */ 

h2.midashi_result{
padding-top:15px;
text-align: center;
margin: auto;
font-weight: normal;
font-size: 20px;
line-height: 27px;
font-weight: 600;
font-family: 'Noto Serif JP', serif;
}

h2.midashi_result span{
display: block;
text-align: center;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: caflisch-script-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

/* ===== 長文コーナー見出し　===== */ 


.midashi a{
/* = display: flex;*/ 
  position: relative;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;

}

.midashi span.text{
  display:block;
  padding-left: 15px;
  text-indent: -15px;
  z-index: 5;
}

.midashi a span.yellow {
  display:block;
  position: absolute;
  display: inline;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #F9E88F;
  top: -4px;
  left: -9px;
  z-index: -4;
}


/* ===== コーナー見出し 小　半円　===== */ 
h3.sub_title{
text-align: center;
font-weight: 700;
font-size: 19px;
line-height: 22px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family:'Noto Sans JP', sans-serif;
}

h3.sub_title::before{
margin-right:16px; 
content: '';
display: inline-block;
background: url(../image/icon/midashi_1_left.sp.480.png);  
width:12px;
height:32px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

h3.sub_title::after{
margin-left: 16px;
content: '';
display: inline-block;
background: url(../image/icon/midashi_1_right.sp.480.png);  
width:12px;
height:32px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 
/* ===== コーナー見出し 小　半円　===== */ 


/* ===== コーナー見出し 小　・・・　===== */ 
h3.sub_title_dots{
text-align: center;
font-weight: 600;
font-size: 16px;
line-height: 24px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Noto Serif JP', serif;
}

h3.sub_title_dots::before{
margin-right:16px; 
content: '';
display: inline-block;
background: url(../image/icon/dots_point.png);  
width:16px;
height:4px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

h3.sub_title_dots::after{
margin-left: 16px;
content: '';
display: inline-block;
background: url(../image/icon/dots_point.png);  
width:16px;
height:4px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 
/* ===== コーナー見出し 小　・・・点線　===== */ 


/* ===== コーナー見出し ランク　ハート　===== */ 
h3.sub_title_rank{
text-align: center;
font-weight: 600;
font-size: 18px;
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Noto Serif JP', serif;
}

h3.sub_title_rank::before{
margin-right:6px; 
content: '';
display: inline-block;
background: url(../image/icon/rank_left.png);  
width:11px;
height:11px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

h3.sub_title_rank::after{
margin-left:6px;
content: '';
display: inline-block;
background: url(../image/icon/rank_right.png);  
width:11px;
height:11px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

/* ===== コーナー見出し ランク　ハート　===== */ 


/* ===== コーナー見出し 小見出し　三角　===== */ 
h3.sub_title_komidashi{
text-align: center;
font-weight: 400;
font-size: 19px;
line-height: 22px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: rocknroll-one, sans-serif;
}

h3.sub_title_komidashi::before{
margin-right:12px; 
content: '';
display: inline-block;
background: url(/image/icon/komidashi_1.sp.480.png);  
width: 22px;
    height: 30px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

h3.sub_title_komidashi::after{
margin-left:12px;
content: '';
display: inline-block;
background: url(/image/icon/komidashi_2.sp.480.png);  
width: 22px;
    height: 30px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

/* ===== コーナー見出し 小見出し　三角　===== */ 



/* ===== コーナー見出し ハート　黒　===== */ 
h3.sub_title_heart::before{
content: '';
display: block;
background: url(../image/icon/heart3_noir.png);  
width: 44px;
height: 20px;
margin: 0 auto 5px;
background-repeat: no-repeat;
background-size: contain;
}

h3.sub_title_heart,h3.sub_title_rouge{
text-align: center;
font-family: 'Noto Serif JP', serif;
font-weight: 600;
font-size: 16px;
line-height: 24px;
}


/* ===== コーナー見出し ハート　赤　===== */ 
h3.sub_title_rouge::before{
content: '';
display: block;
background: url(../image/icon/heart3_rouge.png);  
width: 44px;
height: 20px;
margin: 0 auto 5px;
background-repeat: no-repeat;
background-size: contain;
}


/* ===== コーナー見出し 相性　===== */ 

h3.sub_title_aisho{
text-align: center;
font-weight: bold;
font-size: 16px;
line-height: 22px;
}

h3.sub_title_aisho span{
display: block;
font-weight: normal;
font-size: 24px;
line-height: 24px;
font-family: caflisch-script-pro, sans-serif;
}

.aisho_heart{
width: 100px;
margin:auto;
text-align: center;

}

.aisho_heart img{
width:12px;
height:14px;
margin-right: 8px;
}

.aisho_heart img:last-child{
margin-right: 0px;
}

/* ===== マーカー　===== */ 
.marker_yellow {
  background: linear-gradient(transparent 50%, #F9E88F 50%);
}


/* ===== 区切り画像　separate　　===== */ 
.separate{
  width:50px;
  height:20px;
  margin: 0 auto 32px;
}




/* ===== ボタン　ハートなし===== */ 

.normal_btn a{
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
height:40px;
background: #FFFFFF;
border: 1px solid #1D1D1D;
box-shadow: 2px 2px 0px #1D1D1D;
}
/* ===== ボタン　ハートなし===== */ 

/* ===== ボタン　ハートあり===== */ 

.heart_btn{
position: relative;
width:64%;
margin:auto;
}

.heart_btn a{
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
height:40px;
background: #FFFFFF;
border: 1px solid #1D1D1D;
box-shadow: 2px 2px 0px #1D1D1D;
}

.heart_btn::before{
position: absolute;
left: -17px;
top: 5px;
content: '';
display: inline-block;
background: url(../image/icon/btn_blanc_left.png);  
width:23px;
height:27px;
background-size: contain;
vertical-align: middle;
}

.heart_btn::after{
position: absolute;
right: -20px;
top: -15px;
content: '';
display: inline-block;
background: url(../image/icon/btn_blanc_right.png); 
width:40px;
height:42px;
background-size: contain;
vertical-align: middle;
}
/* ===== ボタン　ハートあり===== */ 


/* ===== ボタン黒　ハート　あり===== */ 

.heart_btn_noir{
position: relative;
width:64%;
margin:auto;
}

.heart_btn_noir a{
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
height:40px;
color:#ffffff;
background: #1D1D1D;
box-shadow: 3px 3px 0px #FFFFFF, 4px 4px 0px #1D1D1D;
}

.heart_btn_noir::before{
position: absolute;
left: -17px;
top: 5px;
content: '';
display: inline-block;
background: url(../image/icon/btn_noir_left.png);  
width:23px;
height:27px;
background-size: contain;
vertical-align: middle;
}

.heart_btn_noir::after{
position: absolute;
right: -20px;
top: -15px;
content: '';
display: inline-block;
background: url(../image/icon/btn_noir_right.png); 
width:40px;
height:42px;
background-size: contain;
vertical-align: middle;
}
/* ===== ボタン　ハートあり===== */ 


/* ===== リスト　通常===== */ 

.thumb_box{
max-width:80px;
max-height:80px;
border-radius: 2px;
}

.thumb_box img{
min-width:60px;
min-height:60px;
max-width:60px;
max-height:60px;
}

.list_base li{
margin-bottom:24px;
}

.list_base_situ li a{
  padding:20px 0 14px ;
}


.list_base li a,.list_base_situ li a{
display: flex;
position: relative;
border-bottom: 1px solid #1D1D1D;
}

.list_base_situ li a {
align-items: center;
}

.list_base_situ .caption_1{
  font-weight: 700 !important;  
    color: #4E8466;
}

.list_base_monthly .list_title::after{
position: absolute;
left: -4px;
top: -4px;
content: '';
display: inline-block;
background: url(../image/icon/pic_corner.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}


.list_title::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 7px;
  height: 7px;
  top: 50%;
  border-right: 1.5px solid #373737;
  border-bottom: 1.5px solid #373737;
  -webkit-transform: rotate( -45deg);
}

.list_base .date_tip,.list_base_monthly .date_tip {
font-size: 16px;
vertical-align: bottom;
line-height: 21px;
margin-right:5px;
font-family: 'Playfair Display', serif;
}


.date_tip span{
font-family:'Noto Sans JP', sans-serif;
font-weight: normal;
font-size: 12px;
}


.list_base .price_tip{
display: inline-flex;
align-items: center;
border: 1px solid #1D1D1D;
border-radius: 10px;
padding: 2px 5px 0px;
font-size: 11px;
height: 20px;
font-family: 'Playfair Display', serif;
}

.list_base .cate_tip{
display: inline-flex;
align-items: center;
border: 1px solid #1D1D1D;
border-radius: 10px;
padding: 2px 5px 0px;
font-size: 11px;
height: 20px;
}

.list_base .bought_tip{
display: inline-flex;
align-items: center;
border: 1px solid #1D1D1D;
background: #1D1D1D;
border-radius: 10px;
padding: 1px 5px 0px;
font-size: 10px;
line-height: 10px;
height: 20px;
color: #ffffff;
}

.list_base .bought_y_tip{
display: inline-flex;
align-items: center;
border: 1px dashed #1D1D1D;
border-radius: 10px;
padding: 2px 5px;
height: 20px;
font-size: 11px;
}


.list_title{
padding:0 15px;
font-weight: 500;
font-size: 15px;
line-height: 22px;
}

.list_title .caption_1{
  padding-top:6px;
  font-weight: 400;
font-size: 14px;
line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list_title .caption_2{
  padding-top:6px;
  font-weight: 400;
font-size: 14px;
line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* ===== リスト　通常===== */ 


/* ===== リスト　aリンクなし===== */ 

.no_link{
/*  color: #676767 !important;*/
  padding:20px 16px 20px 0 !important;
}


.list_base_toku .no_link{
  color: #ABABAB !important;
  padding:14px 16px 20px 0 !important;
}

.list_base_menu_kobetsu .no_link{
  color:#A8862E !important;
  padding:20px 16px 20px 0 !important;
}


/* ===== リストmonthly　===== */ 

.list_base_monthly li a{
display: flex;
align-items: center;
min-height:73px;
position: relative;
border-bottom: 1px solid #1D1D1D;
}


/* ===== リスト 特別鑑定　===== */ 

.list_base_kobetsu li{
  position: relative;
  display: block;
  align-items: center;
  padding:20px 16px 10px 0;
  color: #0A1641;
  }

  .list_base_kobetsu li{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 0.8px solid #0A1641;
    }
  
    .list_base_kobetsu li a::after{
    position: absolute;
    content: "";
    right: 0px;
    width: 7px;
    height: 7px;
    top: 50%;
    border-right: 1.5px solid #0A1641;
    border-bottom: 1.5px solid #0A1641;
    -webkit-transform: rotate(
    -45deg);
    }
    
  .list_base_toku .tip_box{
  padding-bottom:6px;
  text-align: left;
  }


  .result_text_kobetsu{
padding:24px 24px 28px; 
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
background: rgba(255,255,255,0.9);
border-radius: 4px;
  }


/* ===== チップボックス　===== */ 

.tip_box_kobetsu_top{
  padding-bottom:6px;
  text-align: right;
}



.tip_box_kobetsu_top .tip_cate,
.tip_box_kobetsu_top .tip_price{
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  padding-right:12px;
}

.tip_box_kobetsu_top .tip_people{
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
}

.tip_box_kobetsu_top .tip_buy{
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}

.list_base_kobetsu .tip_box{
  padding-bottom:6px;
  text-align: left;
  }

  .list_base_kobetsu .tip_cate{
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    padding-right:10px;
  }

  .list_base_menu_kobetsu .tip_select{
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    padding-right:10px;
  }  

  .list_base_kobetsu .tip_people,
  .list_base_kobetsu .tip_buy,
  .list_base_kobetsu .tip_price{
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
  }




.list_base_toku .tip_box{
padding-bottom:6px;
text-align: left;
}




.list_base_cate .tip_box{
  padding-top:6px;
  text-align: left;
  }

.tip_corner{
  font-weight: 700;
  font-size: 13px;
  color: #4E8466;
  padding-right:5px;
}

.tip_cate{
  font-weight: 700;
  font-size: 13px;
  color: #4E8466;
}

.tip_date{
  font-weight: 700;
  font-size: 13px;
  color: #4E8466;
}

.tip_tips{
  font-weight: 700;
  font-size: 13px;
  color: #4E8466;
  padding-right:10px;
}


.tip_read{
  font-weight: 700;
  font-size: 13px;
  color: #4E8466;
}


.list_base_toku .tip_date{
  font-weight: 400;
}

.list_base_toku .caption{
  font-weight: 400;
  font-size: 14px;
}

.list_base_monthly .date_tip {
font-size: 16px;
line-height: 21px;
margin-right:5px;
font-family: 'Playfair Display', serif;
}

.list_base_monthly .new_tip{
font-size: 12px;
line-height: 12px;
margin-right:5px;
font-family: 'Playfair Display', serif;
color: #D32424;
}


.list_title_monthly{
font-size: 14px;
line-height: 20px;
font-weight: bold;
padding-left:16px;
}


.list_title_monthly::after{
position: absolute;
right: -4px;
bottom: -4px;
content: '';
display: inline-block;
background: url(../image/icon/pic_corner.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}


/* ===== リストアドバイス　===== */ 

.list_title_advice{
font-size: 14px;
line-height: 20px;
padding: 10px 0 14px;
}

.list_title_advice::after{
position: absolute;
right: -4px;
bottom: -4px;
content: '';
display: inline-block;
background: url(../image/icon/pic_corner.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}
/* ===== リストアドバイス　===== */ 

/* ===== リスト　サムネなし　===== */ 


.read_now{
font-style: normal;
display: block;
font-size: 10px;
height: 20px;
width: 7em;
padding:0 0 0 8px;
color: #fff;
z-index: 1;
background: #1D1D1D;
position: relative;
margin-bottom:3px;
}
.read_now span {
position: absolute;
top:0;
right: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 9px 0 0;
border-color: #1D1D1D transparent transparent transparent;
}

/* ===== リストメニュー　サムネなし　　===== */ 

.list_base_menu li{
font-weight: 500;
font-size: 15px;
line-height: 22px;
border-bottom: 0.8px solid #2D2D2D;
}

.list_base_menu li a{
padding:20px 16px 20px 0;
position: relative;
display: block;
align-items: center;
}

.list_base_menu li a::after{
position: absolute;
content: "";
right: 0px;
width: 7px;
height: 7px;
top: 50%;
border-right: 1.5px solid #373737;
border-bottom: 1.5px solid #373737;
-webkit-transform: rotate(
-45deg);
}

/* ===== リストメニュー　特別鑑定　サムネなし　　===== */ 

.list_base_menu_kobetsu li{
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #0A1641;
  border-bottom: 0.8px solid #0A1641;
  }
  
  .list_base_menu_kobetsu li a{
  padding:20px 16px 20px 0;
  position: relative;
  display: block;
  align-items: center;
  }
  
  .list_base_menu_kobetsu li a::after{
  position: absolute;
  content: "";
  right: 3px;
  width: 7px;
  height: 7px;
  top: 50%;
  border-right: 1.5px solid #0A1641;
  border-bottom: 1.5px solid #0A1641;
  -webkit-transform: rotate(
  -45deg);
  }



/* ===== リストメニュー　サムネなし　カテゴリあり　===== */ 
.list_base_cate li,.list_base_toku li{
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 0.8px solid #2D2D2D;
  }
  
  .list_base_cate li{
  position: relative;
  display: block;
  align-items: center;
  padding:20px 16px 14px 0;  
  }

.list_base_cate li .caption{
font-weight: 400;
    font-size: 14px;}

.list_base_toku li{
    position: relative;
    display: block;
    align-items: center;
    padding:14px 16px 14px 0;  
    }
  
  .list_base_cate li::after,
  .list_base_toku li a::after{
  position: absolute;
  content: "";
  right: 1px;
  width: 7px;
  height: 7px;
  top: 50%;
  border-right: 1.5px solid #373737;
  border-bottom: 1.5px solid #373737;
  -webkit-transform: rotate(
  -45deg);
  }
  

.menu_caption{
padding-top:6px;  
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #2D2D2D;
}


/* ===== リストメニュー　プロフィール　===== */ 

.list_base_profile li{
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 0.8px solid #EB7666;
  padding:20px 0px 14px 0;  
  }

.tip_item{
  font-weight: 400;
font-size: 13px;
line-height: 22px;
padding-bottom:6px;
}
  

/* ===== リスト　サムネあり 矢印なし　===== */ 
.list_base_menu_thumb li{
display: flex;
border-bottom: 1px solid #1D1D1D;
}


.list_base_menu_thumb .list_title::after {
content:none;
}

/* ===== リスト　サムネあり 矢印なし　===== */ 

/* ===== 特別鑑定　bg　===== */ 

.premium_bg{
margin:0 -24px;
padding:24px 24px 40px;
background: #FBEAEA;
}

.sv_name{
padding-bottom:12px;
text-align: center;
font-weight: bold;
font-size: 16px;
line-height: 23px;
}

.sv_taxt{
font-size: 14px;
line-height: 24px;
}

.sv_image{
max-width:200px;
text-align: center;
margin: auto;
}



/* ===== 画像　左装飾===== */

.left_cornerline,.right_cornerline{
position: relative;
}

.left_cornerline::before{
position: absolute;
left: -4px;
top: -4px;
content: '';
display: inline-block;
background: url(../image/icon/pic_corner.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}

.right_cornerline::after{
position: absolute;
bottom: -4px;
right: -4px;
content: '';
display: inline-block;
background: url(../image/icon/pic_corner.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}



/* ===== 画像　左装飾===== */

/* ===== カテゴリ名　＃並び===== */
.category_list{
}

.category_list li{
display: inline-block;
margin-bottom: 8px;
/* padding-bottom: 4px; */
margin-right: 13px;
}

.category_tip {
  color: #4E8466;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
/* margin-top: 12px; */
}

.category_tip_act {
  position: relative;
  font-weight: 700;
  color: #373737;
  z-index: 100;
  border-bottom: none !important;
}

.category_tip_act span.yellow{
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: -14px;
  z-index: -10;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #F9E88F;
}

/* ===== カテゴリ名　＃並び===== */


/* ===== カテゴリ名　特別鑑定　＃並び===== */


.category_list_kobetsu li{
display: inline-block;
margin-bottom: 8px;
/* padding-bottom: 4px; */
margin-right: 13px;
}

.category_list_kobetsu li .category_tip {
  color: #D26859;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
/* margin-top: 12px; */
}

.category_list_kobetsu li .category_tip_act {
  position: relative;
  font-weight: 700;
  color: #EEEEEE;
  z-index: 100;
  border-bottom: none !important;
}

.category_list_kobetsu li .category_tip_act span.yellow{
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: -14px;
  z-index: -10;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #D26859;
}

/* ===== カテゴリ名　＃並び===== */


/* ===== 補足テキスト　===== */

.hosoku_text{
  width:100%;
  padding: 15px 17px 15px 17px;
  background: #ffffff;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 30px;
}

.hosoku_text_yellow{
  width:100%;
  padding: 15px 17px 15px 17px;
  background: #fdf8dd;
border-radius: 2px;
font-style: normal;
font-weight: 400;
}

.hosoku_text_1{
  width:100%;
  padding: 15px 76px 15px 17px;
  background: #fdf8dd;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 30px;
background-image: url(../image/haha1.sp.480.png);
background-size: 76px;
background-repeat: no-repeat;
background-position: right bottom;
min-height: 94px;
}


.hosoku_text_2{
  width:100%;
  padding: 15px 74px 15px 17px;
  background: #fdf8dd;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 30px;
background-image: url(../image/haha2.sp.480.png);
background-size: 82px;
background-repeat: no-repeat;
background-position: right bottom;
min-height: 95px;
}

.hosoku_text_3{
  width:100%;
  padding: 15px 89px 15px 17px;
  background: #fdf8dd;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 30px;
background-image: url(../image/haha3.sp.480.png);
background-size:  99px;
background-repeat: no-repeat;
background-position: right bottom;
min-height: 95px;  
}

.hosoku_text_hoshi{
  width:100%;
  padding: 15px 74px 15px 17px;
  background: #ffffff;
border-radius: 2px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 30px;
background-image: url(../image/haha5.sp.480.png);
background-size: 87px;
background-repeat: no-repeat;
background-position: right bottom;
min-height: 97px;
}



.hosoku_text_kobetsu{
  width:100%;
  padding: 15px 89px 15px 17px;
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
margin-bottom: 30px;
background-image: url(../image/kobetsu/kobetsu_kanshu_2.sp.480.png);
background-size: 100px;
background-repeat: no-repeat;
background-position: right bottom;
min-height: 95px;
}





/* ===== 補足テキスト　===== */

/* ===== チェックボックス画像付き　リスト===== */

ul.check_on_list li{
font-weight: bold;
margin-bottom:8px;
}

ul.check_on_list li span{
content: '';
display: inline-block;
background: url(/image/icon/check_on.png);  
width:16px;
height:16px;
margin-right:12px;
background-size: contain;
background-repeat: no-repeat;
}

/* ===== relut 用===== */

.result_summary{
font-weight: bold;
font-size: 15px;
line-height: 24px;
}

.result_text{
font-size: 14px;
line-height: 24px;
text-align:justify;
}

.result_text p{
padding-bottom:32px;
border-bottom: 1px solid #1D1D1D;
}

/* ===== ページャー　===== */


.item-paging a .pager_before_image{
background: url(../image/mtop/arrow_back_on.sp.480.png);  
width:17px;  
height:17px;
background-size:cover;    
display: inline-block; 
    margin-right: 4px;  
}

.item-paging a.disabled .pager_before_image{
background: url(../image/mtop/arrow_back_off.sp.480.png);  
width:17px;  
height:17px;
background-size:cover;    
display: inline-block;
    margin-right: 4px;  
}


.item-paging a .pager_next_image{
background: url(../image/mtop/arrow_more_on.sp.480.png);  
width:17px;  
height:17px;
background-size:cover;  
display: inline-block;  
    margin-left: 4px;  
}

.item-paging a.disabled .pager_next_image{
background: url(../image/mtop/arrow_more_off.sp.480.png);  
width:16px;  
height:16px;
background-size:cover;  
display: inline-block;  
      margin-left: 4px;  
}



.item-paging a .pager_kobetsu_before_image{
background: url(../image/mtop/arrow_kobetsu_next.sp.480.png);  
width:16px;  
height:16px;
background-size:cover;    
display: inline-block; 
    margin-right: 4px;  
}

.item-paging a.disabled .pager_kobetsu_before_image{
background: url(../image/mtop/arrow_back_off.sp.480.png);  
width:17px;  
height:17px;
background-size:cover;    
display: inline-block;
    margin-right: 4px;  
}

.item-paging a .pager_kobetsu_next_image{
background: url(../image/mtop/more_arrow_kobetsu.sp.480.png);  
width:16px;  
height:16px;
background-size:cover;  
display: inline-block;  
    margin-left: 4px;  
}

.item-paging a.disabled .pager_kobetsu_next_image{
background: url(../image/mtop/arrow_more_off.sp.480.png);  
width:17px;  
height:17px;
background-size:cover;  
display: inline-block;  
      margin-left: 4px;  
}



.pager_right_image{
display: inline-block;   
width:8px;}

.pager .grid-row {
position: relative;
width: 100%;
height: 56px;
display: flex;
align-items: center;
}

.col1-3{
width:33%;
}

.pager .grid-row > div {
text-align: center;
/* line-height: 48px; */
}

.pager .grid-row > div .item-page-size {
font-size: 14px;
line-height: 18px;
letter-spacing: 0.3em;
}

.pager .grid-row > div .item-paging a {
display: block;
/* font-size: 32px; */
padding: 0 24px;
}

.pager .grid-row > div .item-paging a.disabled {
visibility: hidden;
}

.pager .grid-row > div .item-paging.prev a {

}

.pager .grid-row > div .item-paging.next a {

}

.pager .pager-aside {
font-size: 10px;
text-align: center;
margin-top: 6px;
line-height: 1;
}

.fa-angle-left{
content: "";
left: 0px;
top: 40%;
position: absolute;
width: 12px;
height: 12px;
border-right: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
-webkit-transform: rotate( 
-225deg);
}

.fa-angle-right{
content: "";
right: 0px;
top: 40%;
position: absolute;
width: 12px;
height: 12px;
border-right: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
-webkit-transform: rotate( 
-45deg);
}
/* ===== ページャー　===== */

/* ===== リクエストバナー　===== */
.area-request {
margin: 0 auto 2pc;
width: 3in;
}



/* ============================================ 
情報入力ページ
/* ============================================ */

/* ===== エラーメッセージ　===== */

.error{
color: #D32424;  
font-size: 12px;
line-height: 14px;  
}

/* ===== リンク横　矢印　===== */

.link_arrow{
width:7px;
height:14px;
margin-left:12px;  
content: '';
display: inline-block;
text-align: center;
background: url(../image/icon/icon_arrow_left.png);
background-repeat: no-repeat;
background-size:contain;
}

.control-label{
font-weight: bold;
font-size: 14px;
line-height: 20px;
display: flex;
}

input[type=text]{
height:40px;
padding:8px;
border: 0.8px solid #2D2D2D;
border-radius: 4px;
}

#inputName{
width:100%;
}

.col-xs-9{
width:100%;
display: flex;
align-items: flex-end;
margin-bottom: 8px;
justify-content: space-between;
}

#birthday-y{
height:40px;
padding:8px;
width: 31.7%;
border: 0.8px solid #2D2D2D;
border-radius: 4px;
margin-right:8px;
}

#birthday-m,#birthday-d,#birthtime-h,#birthtime-m{
  height:40px;
  padding:8px;
  width: 19%;
  border: 0.8px solid #2D2D2D;
  border-radius: 4px;
  margin-right:8px;
  }


#inputGender,.select_fid{
height:40px;
padding:8px;
width: 100%;  
border: 0.8px solid #2D2D2D;
border-radius: 4px;
}

/* ===== 必須　tip　===== */
.must_black_tip {
display: inline-flex;
align-items: center;
font-weight: normal;
border: 1px solid #1D1D1D;
background: #1D1D1D;
border-radius: 10px;
margin-left:8px;
padding: 1px 5px 0px;
font-size: 10px;
line-height: 10px;
height: 18px;
color: #ffffff;
}
/* ===== 任意　tip　===== */
.must_white_tip {
display: inline-flex;
align-items: center;
font-weight: normal;
border: 1px solid #1D1D1D;
background: #ffffff;
border-radius: 10px;
margin-left:8px;
padding: 1px 5px 0px;
font-size: 10px;
line-height: 10px;
height: 18px;
color: #1D1D1D;
}
/* ===== 送信ボタン　===== */

input.submit_btn{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #EB7666;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}


button.submit_btn{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #EB7666;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}



.submit_btn a{
  width:100%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #EB7666;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}


button.submit_btn_kakunin{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #F69588;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}

input.submit_btn_kakunin{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #F69588;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.submit_btn_kakunin a{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #F69588;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.submit_btn_small a{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #EB7666 !important;
  color: #ffffff;
  border: 2px solid #2D2D2D !important;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}


/* ===== 修正ボタン 　===== */
input.submit_btn_return{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #676767;
  border: 2px solid #2D2D2D !important;
  color: #ffffff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}

button.submit_btn_return{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #676767;
  border: 2px solid #2D2D2D !important;
  color: #ffffff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}


.submit_btn_return a{
  width: 63.4%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #676767;
  border: 2px solid #2D2D2D !important;
  color: #ffffff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}





/* =====セレクト　横　矢印　===== */  

#inputGender,.select_fid {
-webkit-appearance: none;
background-image: url(/image/common/select-arrow.sp.480.png);
-webkit-background-size: auto 100%;
background-size:14px;
background-repeat: no-repeat;
background-position: 97% 50%;
padding-right: 2pc;

}  

/* =====　チェックボックス　===== */  

.scmUpdateFlg{
display:flex;
align-items:cwnter;}  

/* =====　チェックボックス　オン　===== */  
.form-button-group .item input[type=checkbox]:checked {
background: url(/image/icon/check_on.sp.480.png);
background-size: contain;
background-repeat: no-repeat;
} 

/* =====　チェックボックス　オフ　===== */  
.form-button-group .item input[type=checkbox] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-right:12px;
display: block;
width: 15px;
height: 15px;
background: url(/image/icon/check_off.sp.480.png);
background-size: contain;
background-repeat: no-repeat;
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
/* =====　チェックボックス　===== */  



/* ============================================ 
m/first 用
/* ============================================ */

.m_first_bg{
margin:0 -24px;
padding:24px 24px 40px;
background: #FAF4E9;
}

/* ============================================ 
reina_advice/result 用
/* ============================================ */


.list_base_advice_result li {
display: flex;
align-items: center;
min-height: 73px;
position: relative;
border-bottom: 1px solid #1D1D1D;
justify-content: space-around;
}

/* ============================================ 
okng/result 用
/* ============================================ */

.okng_thumb{
position: relative;  
text-align:center;
min-height:140px;
}

.okng_thumb_bg{
background: url(../image/icon/okng_bg.sp.480.png);
width:80%;
height:65%;
text-align:center;
position: absolute;
top: 17.5%;
left: 10%;
display: flex;
align-items: center;
justify-content: space-around;
}


/*OK/NG　文字 */
.judgment_1,.judgment_2{
display:inline-block;  
font-family: 'Playfair Display', serif;
font-style: normal;
font-weight: 900;
/* font-size: 48px; */
font-size: 15vw;
/* line-height: 48px; */
width: 100%;
text-align: center;
letter-spacing: 0.04em;
}


/* ============================================ 
aisho/result 用
/* ============================================ */

h3.chart_aisho_text {
text-align: center;
font-weight: bold;
font-size: 12px;
line-height: 14px;  
}

.chart_aisho_text:before{
position: relative;
top: -5px;
left: 30px;
width:12px;
height:14px;
content: '';
display: block;
text-align: center;
background: url(../image/icon/heart1_noir.sp.480.png);
background-repeat: no-repeat;
background-size:contain;
}


h3.chart_aisho_text span {
display: block;
font-weight: normal;
font-size: 18px;
line-height: 18px;
font-family: caflisch-script-pro, sans-serif;
}

.chart_label{
position: relative;
width: 72px;
height: 72px;
background: url(../image/icon/circle.sp.480.png);
background-repeat: no-repeat;
background-size:contain;  
}

/*チャート画像 */
.chart_image_box{
position: relative;
width: 240px;
padding-top: 40px;
margin: auto;
}

.chart_image{
max-width:480px;
min-width: 240px;
margin:auto;
}

/*各　位置 */
.basic_posi{
position: absolute;
width: 72px;
top: -5px;
left: 84px;
}

.love_posi{
position: absolute;
width: 72px;
top: 90px;
left: -40px;
}

.marrige_posi{
position: absolute;
width: 72px;
top: 90px;
right: -40px;
}

.busi_posi{
position: absolute;
width: 72px;
bottom: 0;
left: -10px;
}

.sex_posi{
position: absolute;
width: 72px;
bottom: 0;
right: -10px;
}

/*各　位置 */


/*　結果　ハート */
.heart_icon_box{
margin:auto;  
width: 100px;
height: 14px;
}

.heart_icon_box img{
width: 100px;
height: 14px;
}


/* ============================================ 
各result メニュー画像
/* ============================================ */

.menu_id_thumb{
width:100%;
text-align:center;
min-height:140px;
background: #ECECEC;
}

/* ============================================ 
各result ボックス
/* ============================================ */

/*　交差 ボックス */
.result_box_cross {
  position: relative;
  padding: 23px 35px 23px 44px;
  border-top:0.8px solid #EB7666;
  border-bottom: 0.8px solid #EB7666;
  text-decoration: none;
}


.result_box_cross:before, .result_box_cross:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 0.8px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #EB7666;
  transition: .3s;
}
.result_box_cross:before {
  left: 10px;
}
.result_box_cross:after {
  right: 10px;
}

/* ボックス　黄色 */

.result_box_y{
  padding:24px 31px 28px;  
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  border: 0.8px solid #EB7666;
  border-radius: 4px;
  background: #fdf8dd;
  text-align:justify;
  }
  
/* ============================================ 
お気に入りボタン
/* ============================================ */

.sprite--btn_favorite_on {
  background-image: url(/image/btn/favorite_on.sp.480.png);
  width: 49px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
}

  .sprite--btn_favorite_off{
    background-image: url(/image/btn/favorite_off.sp.480.png);
    width: 49px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ============================================ 
購入ボタン
/* ============================================ */

.submit_btn_kobetsu a{
width: 63.4%;
    margin: auto;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    background: #DE6B5C;
    color: #EEEEEE;
    border: 2px solid #EEEEEE;
    border-radius: 22px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.08em;
}


.submit_btn_kobetsu_kakunin a{
  width: 90%;
  margin: auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background:  #E67E72;
  color: #EEEEEE;
  border: 2px solid #EEEEEE;
  border-radius: 22px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
}



/* ============================================ 
罫線
/* ============================================ */

hr.kobetsu{
  border-bottom: 2px solid #ffffff;
}

hr.tengoku{
  position: relative;
  border-bottom: 2px solid #C5AA65;
}


hr.keisen {
  position: relative;
/* border-bottom: 1px solid #0A1641; */
    border: 0 none;
    background: #0A1641;
    height: 1px;
}


hr.keisen:before {
  position: absolute;
  bottom: -14px;
  left: 49%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: 0.8px solid  #0A1641;
  border-color:  #0A1641 transparent transparent transparent;
}

hr.keisen:after {
  position: absolute;
  bottom: -12.2px;
  left: 49%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color:#D1B260 transparent transparent transparent;
}




/* ============================================ 
ページャー　上書き
/* ============================================ */

.w30{
  width:30% !important;
}

.w40{
  width:40% !important;
}


.pager {
  background: none !important;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  box-shadow: none !important;
  }
  
  .item-page-size{
  font-size: 30px !important;
  color:  #2D2D2D;
  font-weight: 100;
  }
  
  .now_page{
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
  color: #EB7666;
  vertical-align: top;
  }
  
  .full_page{
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: right;
  color: #000000;
  vertical-align: bottom;}
  
  .pager>div .item-paging a {
  float: none;
  color: #2D2D2D;
  display: block;
  font-size: 24px;
  display: flex;
    align-items: center;  
  }
  
  .pager>div .item-paging a.disabled {
  opacity: 1;
  color: #ABABAB;
  }


/* ============================================ 
ページャー　上書き  個別課金
/* ============================================ */
.pager_kobetsu {
background: none !important;
margin-top: 40px;
margin-bottom: 40px;
padding-bottom: 20px;  
display: flex;
    align-items: center;  
    box-shadow: none !important;

}

.pager_kobetsu .item-page-size{
font-size: 30px !important;
color:  #EEEEEE;
font-weight: 100;
}

.pager_kobetsu .now_page{
font-weight: 700;
font-size: 22px;
line-height: 32px;
text-align: right;
color: #EB7666;
vertical-align: top;
}

.pager_kobetsu .full_page{
font-weight: 400;
font-size: 13px;
line-height: 19px;
text-align: right;
color: #EEEEEE;
vertical-align: bottom;}

.pager_kobetsu>div .item-paging a {
float: none;
color:  #EEEEEE;
display: block;
font-size: 24px;
display: flex;
    align-items: center;
}

.pager_kobetsu>div .item-paging a.disabled {
  opacity: 1;
color: #ABABAB;
    display: flex;
   justify-content: flex-start;
    align-items: center; 
}

.pager_kobetsu>div .next {
    display: flex;
  justify-content: flex-end;
}

.pager>div .next {
    display: flex;
  justify-content: flex-end;
}

/* ============================================ 
/* m/top&/m/life1/top修正0917 */
/* ============================================ */


.tebiki-haha-img {
  max-width: 50%;
  margin: 0;
}

.age-head {
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.tebiki-result-mtop {
  padding-top: 4px;
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  color: #000000;
}

.acc{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

/* 
.acc {
position: relative;  
background: url(/image/life1/nenpyou_title.sp.480.png) right top no-repeat;
    background-size: contain;
    font-family: Noto Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    height: 50px;
padding: 21.587302% 0 0 0;
}*/

.acc-in {
  background:#fdf8dd;
      border-radius: 0px 0px 4px 4px;
    border: 0.8px solid #73A9CD;
  padding-bottom: 20px;
  max-width:630px;
  margin:auto;
}

.gene-summary, .age-summary {
  font-family: Noto Sans, sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 24px;
}

.gene-summary {
  padding: 20px 30px 0 30px;
}

.age-summary {
padding: 17px 0px 10px 5px;
}


li:not(:last-child) {
  /* border-bottom: 1px solid #E1DFD3;*/
}
li.li_summary:not(:last-child) {
 /* border-bottom: 1px solid #E1DFD3 !important; */
}
li.li_summary img {
width: 36px;
    height: 24px;
margin: 15px 0px auto 30px;
}
/* 吹き出し三角マーク */
.triangle {
  position: absolute;
  left: 144px;
  top: 223px;
  border-right: 40px solid transparent;
  border-bottom: 87px solid #ffffff;
  transform: rotate(322deg);
}
.fukidashi {
  position: absolute;
  width: 160px;
  height: 130px;
  left: 143px;
  top: 184px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
}
.fukidashi p {
  padding: 20px 8px;
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #000000;
}
.gene-result {
  padding: 0px 30px 32px 30px;
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
font-size: 15px;
line-height: 24px;
}

.tebiki-result {
margin: 0px 30px 0px 30px;
    font-family: Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    border-bottom: 0.8px solid #2D2D2D;
    padding: 0 0 21px;
}

.tebiki-collapse {
padding: 0;
    color: #3678A5 !important;
    position: absolute;
    right: 8%;
    top: calc(50% - 15px);
      width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
  
}


.age-detail {
  height: 40px;
  left: 16px;
  top: 751px;
  background: #3E684F;
  display: flex;
  margin: 0 16px;
}
.generation-head {
font-family: rocknroll-one, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.16em;
    position: absolute;
    top: calc(50% - 15px);
    color:#ffffff;
    /* left: 31%; */
    /* width: 110px; */
    z-index: 100;
}
.age-detail-l {
  width: 16px;
  height: 40px;
  background: #1E3928;
}
.age-detail-r {
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 8px 0 8px 24px;
  width: 120px;
  z-index: 1;
}


/* ============================================ 
ボタン　横並び
/* ============================================ */
.mtop_btn_box{
margin: 0 15px;
display: flex;
    justify-content: space-between;
}

.mtop_btn_box .submit_btn{
  width: 47%;
}

/* ============================================ 
セレクト　矢印
/* ============================================ */
#birthday-y,
#birthday-m,
#birthday-d,
#inputGender,
.mtop_select{
  background-image: url(../image/common/select-arrow.sp.480.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}



/* ============================================ 
/* もっと見る */   
/* ============================================ */
  
 
.more_link{
text-align:right;
font-size:13px;
padding-right:18px;
background-image:url(/image/mtop/more.sp.480.png);
background-position:right;
background-position: right;
background-repeat: no-repeat;
background-size: 16px;
}


/* ============================================ 
天国　地獄
/* ============================================ */

/* mtop */   
.jigoku_box{
margin:0 -30px;
background-image:url(../image/mtop/mtop_bg_jigoku.sp.480.png);
padding:12px 20px 34px;  
background-size: cover;
background-position: bottom;
}

.jigoku_inner{
background: rgb(255,255,255,0.9);
border-radius: 4px;
padding:20px 15px 27px;
}
/* mtop */   
  
  .jigoku_result_box{
	background-image: url(../image/jigoku/jigoku_result_top.sp.480.png);
    background-size: contain;  
background-repeat: no-repeat;
    padding-top: 50px;
  }  
  
  .jigoku_result_inner{
  border: 0.8px solid #EB7666;
border-radius: 4px;  
    background: rgba(255,255,255,0.9);
    padding:24px 30px; 
      margin:0px 30px 0;  
    text-align:justify;
  }
  
  
  .jigoku_result_bg{
  background-image: linear-gradient(0deg, rgba(99, 99, 99, 1) 70%, rgba(255, 255, 255, 1));
      margin:0 -30px 0;
      position:relative;  
  }
    
  .jigoku_result_image{
    width: 100%;
    margin-top: -20px;
  }

.jigoku_title_text{
font-family: rocknroll-one, sans-serif;  
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
color: #FFFFFF;
font-weight: 400;
font-size: 31px;
line-height: 45px;
text-shadow: 3px 2px 0px rgba(000, 000, 000, 1);
}
  
  
  .jigoku_summary{
  padding:27px 0;  
  font-family: rocknroll-one, sans-serif;
  background: #C5C5C5;
  font-weight: 400;
font-size: 20px;
line-height: 22px;
    text-align:center;
    margin:0px -30px 0;
  }
  
  
.jigoku_ul li{
padding:9px 10px;
background: #BE5A49;
border: 2px solid #2D2D2D;
border-radius: 1px;
margin-bottom:15px;
font-weight: 700;
font-size: 14px;
line-height: 22px;
/* identical to box height, or 157% */
letter-spacing: 0.08em;
color: #FFFFFF; 
 }  
  
.jigoku_result_list_inner{
background: rgb(255,255,255,0.9);
border-radius: 4px;
padding:20px 15px 10px;
}  
  
  .jigoku_result_list_box{
          margin:0 -30px 0;
    	background-image: url(../image/jigoku/jigoku_list_bg.sp.480.png);
    background-size: cover;  
padding:30px 20px 44px;
background-repeat: no-repeat;
  }  
  
  .jigoku_sepalator{
  width:127px;
  margin:32px auto 0px;}  
  
  
/* 天国 */

.tengoku_box{
margin:0 -30px;
background-image:url(../image/mtop/mtop_bg_tengoku.sp.480.png);
padding:12px 20px 34px;  
background-size: cover;
background-position: bottom;
}

.tengoku_title_text{
font-family: rocknroll-one, sans-serif;  
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
color: #D6401F;
font-weight: 400;
font-size: 30px;
line-height: 43px;
text-shadow: 3px 2px 0px rgba(255, 255, 255, 1);
}


.tengoku_inner{
background: rgb(255,255,255,0.9);
border-radius: 4px;
padding:20px 15px 27px;
    text-align:justify;  
}

.tengoku_result_inner {
    border-radius: 4px;
    background: rgba(255,255,255,0.9);
    padding: 24px 30px;
    margin: 0px 30px 0;
    border: 0.8px solid #EB7666;
      text-align:justify; 
}

.tengoku_comment {
    font-family: rocknroll-one, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 18% 20px 20px;

}

.tengoku_summary{
font-weight: 700;
font-size: 19px;
line-height: 28px;
text-align: center;
letter-spacing: 0.07em;
color: #2D2D2D;
width:100%;}
  
@media screen and (max-width: 320px) {
.tengoku_summary{
font-size: 17px;
}
}  
  
  

.tengoku_ul{
display:flex;
justify-content: space-between; 
flex-wrap: wrap; /* 折返し指定 */  
}

.tengoku_ul li{
display:flex;
align-items:center;
justify-content:center;
width:48%;
height: 42px;
margin-bottom:20px;   
background: #CFAF5C;
border: 2px solid #2D2360;
border-radius: 1px;
font-weight: 700;
font-size: 15px;
line-height: 22px;
/* identical to box height, or 147% */
text-align: center;
letter-spacing: 0.08em;
color: #FFFFFF;
}

  .tengoku_q5{
  width:80% !important;
  margin:auto;}  
  


.tengoku_haha_box{
    display:flex;
    align-items: center;
    justify-content: space-between;
    }
    
    
    .mtop_haha_1{
    min-width:80px;
    min-height:80px;
    border-radius:50%;  
    background-image:url(../image/mtop/mtop_haha1.sp.480.png);  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
    background-color: #CFAF5C;
    }
    
    
    
    .mtop_haha_2{
    min-width:80px;
    min-height:80px;
    border-radius:50%;  
    background-image:url(../image/mtop/mtop_haha2.sp.480.png);  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
    background-color: #BE5A49;
    }
    
    
    .mtop_menu_kobetsu_image{
    font-family: rocknroll-one, sans-serif;  
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 15px;
    padding-right: 70px;
    color: #0A1641;
    background-image: url(../image/kobetsu/kobetsu_kanshu.sp.480.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: top right;
    min-height:60px;
    }
    
    
    .tesou_read{
    background-color:#FF988A !important
    }
    
    .fukou_text{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    }
  
  
  .tengoku_ul li a{
    width:100%;
      }




/* ============================================ 
上書き
/* ============================================ */

@media only screen and (max-width: 320px) {
.active .icon span{
    font-size: 13px !important;
    line-height: 22px;
    padding-bottom: 8px;
}
  
  a.icon span{
        font-size: 13px !important;
  }  
  
  
  .tengoku_title_text{
  font-size: 25px;
  }
  
    .tengoku_q5{
  width:100% !important;
  margin:auto;}  
  
  
  
}

@media only screen and (min-width: 321px) and ( max-width:376px)  {
.active .icon span{
    font-size: 16px !important;
    line-height: 22px;
    padding-bottom: 8px;
}

}

/* ============================================ 
ドロワー
/* ============================================ */

#js-side-menu{
padding:30px 25px 50px;}

#js-side-menu li.list-group-item  a{
padding:20px 0;
border-bottom: 0.8px solid #2D2D2D;
display: block;}


/* ============================================ 
マイページ
/* ============================================ */

.mypage_menu_box{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
  }  
  
.caption_mypage{
  font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }  
  
.mypage_favorite_box{
 min-width: 27px;
  max-width:30px; 
  }

/* ============================================ 
特別鑑定　指定追加
/* ============================================ */

/* 占断する対象を変更するボタン */

.res-btn-selfid{
width: 80%;
    margin: auto;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    background: #EB7666;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    border-radius: 22px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.08em;
}

.btn-modal-ok{
background: #EB7666;
border-radius: 4px;
font-weight: 700;
font-size: 14px;
line-height: 22px;
color: #FFFFFF;}

.modal-body li{
border-bottom: 1px solid #ABABAB !important;
}

.modal-body li a{
  color: #2D2D2D !important;
}


/* ============================================ 
セレクトパックページ用　m/selectpack/top
/* ============================================ */



.selectpack-list-title {
font-weight: 500;
font-size: 17px;
line-height: 22px;
/* or 129% */
color: #0A1641 !important;
margin-bottom:8px;  
}
;
.selectpack-category {
list-style-type: none;
padding: 0;
margin: 0;
font-size: 11px;
bottom: 18px;
right: 4px
}

.kobetsu-period {
font-size: 11px;
position: absolute;
bottom: 4px;
right: 4px;
text-decoration: underline
}

.selectpack-category li:first-child {
margin-right: 4px
}

.detail p {
background: #fffaeb;
border-radius: 1px;
margin-bottom: 8px;
position: relative;
padding: 12px;
font-size: 14px
}

.selectpack-packagebox__title {
background: #357753;
border-radius: 1px;
position: relative;
z-index: 1;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin: 0;
color: #EEEEEE;
font-size: 12px;
padding: 4px 12px;
list-style: none
}

.btn-wrap {
margin-bottom: 24px
}

.kobetsu-title {
font-weight: 500;
font-size: 17px;
line-height: 22px;
color: #0A1641;
margin-bottom: 8px;  
}



.selectpack-packagebox {
margin-top: 8px;
margin-bottom: 8px;
position: relative;

}

.selectpack-packagebox .detail p {
color: #888;
margin: 0;
font-size: 12px;
padding: 4px 0
}

.selectpack-packagebox .selectpack-category {
}

.selectpack-packagebox__list li {
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #0A1641;
border-bottom: 0.8px solid #0A1641;

}

.selectpack-packagebox__list a {
padding: 20px 16px 20px 0;
position: relative;
display: block;
align-items: center;
}


.selectpack-packagebox__list .active a::after {
position: absolute;
content: "";
right: 0px;
width: 7px;
height: 7px;
top: 50%;
border-right: 1.5px solid #EEEEEE;
border-bottom: 1.5px solid #EEEEEE;
-webkit-transform: rotate( -45deg);
}  


.selectpack-packagebox__list .caption{
font-weight: 400;
font-size: 14px;} 


.selectpack-packagebox__list a {

}

.selectpack-packagebox__list span:first-child {

}

.selectpack-packagebox__list span:last-child {
}

.selectpack-packagebox .selectpack-category li {

}

.selectpack-packagebox .selectpack-category li:nth-of-type(1) {
display: none
}

.selectpack-packagebox .selectpack-category li:nth-of-type(2) {
font-weight: 700;
font-size: 13px;
line-height: 22px;
color: #F9E88F;
}

.selectpack-packagebox .selectpack-category li:nth-of-type(3) {
font-weight: 700;
font-size: 13px;
line-height: 22px;
color: #F9E88F;
}

.selectpack-packagebox .selectpack-category li:nth-of-type(4) {
font-weight: 400;
font-size: 13px;
line-height: 22px;
color: #F9E88F;
}

/*
.selectpack-packagebox__list li.active a::after {
content: "";
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 8px;
height: 8px;
border-top: 1px solid;
border-right: 1px solid;
position: absolute;
right: 4px;
bottom: 4px;
margin: auto;
border: 5px solid;
border-color: transparent #888 #888 transparent;
}
*/

.selectpack-packagebox__list li.active a {
pointer-events: auto;
}

.btn-wrap.active {
display: none;
}

.selectpack_price{
font-weight: 700;
font-size: 13px;
line-height: 22px;
color:  #ffffff;
}  

.select_image_1{
width:203px;
margin:auto;
padding-bottom:16px;  
border-bottom: 2px solid #0A1641;}


.select_image_2{
padding: 25px 0;  
background: #dac180; 
margin:0 -18px;
}
.select_image_2 img{
width:218px;
margin:auto;

}

.select_image_3{
width:121px;
margin:auto;    
padding: 25px 0;  
}


.select_list_bg{
background: #dac180;
margin:0px -18px 0px;
padding:25px 18px 0px; }

.select_list_bg p:nth-of-type(2){
display:none;}


.none{
display:none; }

.select_maru{
font-weight: 500;
font-size: 15px;
line-height: 22px;
display:flex;
}

.select_maru img{
min-width:15px;
max-width: 15px;}

.select_maru .text{
padding-left: 20px;
text-indent: -20x;
}

.matome_text{
color: #0A1641;
font-weight: 500;
font-size: 15px;
line-height: 22px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;}

.matome_text::before{
margin-right: 5px;
content: '';
display: inline-block;
background: url(/image/kobetsu/maru.sp.480.png);
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}


.matome_text::after{
margin-left: 5px;
content: '';
display: inline-block;
background: url(/image/kobetsu/maru.sp.480.png);
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}

.more_link_select {
font-weight: 400;
font-size: 13px;
padding-right: 18px;
background-image: url(/image/mtop/more_arrow_kobetsu_bottom.sp.480.png);
background-position: 98px;
background-repeat: no-repeat;
background-size: 16px;
text-indent: 20px;

}

/* ============================================ 
　m/kobetsu/time/result用
/* ============================================ */

  .kobetsu_time_timeline{
  color:#3D519B;
    font-weight: 700;
font-size: 16px;
line-height: 24px;
    margin-bottom:10px;
  }
  
  .kobetsu_time_timeline span{
  background:rgba(194,181,112,0.6);
  }

/* バナーきらりん20220912 ここから*/
.drop-s {
  filter: drop-shadow(2px 2px 3px rgba(51, 50, 50, 0.2));
}
/* newアイコン　きらり　アニメーション指定　タイミング*/
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}


/* newアイコン　きらり*/
.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 26px;
  text-align: center;
  overflow: hidden;
}

/* newアイコン　きらり*/
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}  




/* バナー　きらり　アニメーション指定*/
@keyframes shiny_big {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}


/* バナー　きらり*/
.shiny-btn_bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

/* バナー　きらり*/
.shiny-btn_bnr::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width:100%;
  height: 100%;
  transform: scale(2) rotate(45deg);  
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny_big;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}  


/* バナー　光が強い方の指定　*/


.reflection {
  height      :100%;
  width       :30px;
  position    :absolute;
  top         :-180px;
  left        :0;
  background-color: #fff;
  opacity     :0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}

/* バナー　光が強い方のアニメーション指定　*/
@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
  0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
  0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* バナーきらりん20220912 ここまで*/

/* m/destiny/result改修20221026 */
.destiny-head{
  display: flex;
}
.destiny-head p{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
  padding-top: 15px;
  text-align: left;
}
.destiny-head img{
  width: 110px;
  margin-right: 0px;
}

.res-partner-area,
.not-partner-area{
  margin: auto;
  padding: 18px 24px 21px 32px;
  text-align: left;
}
.result-ex-parts {
  display: flex;
  margin: 12px auto 12px auto;
}
.destiny-partner,
.not-dest-partner{
  border-radius: 4px;
  margin: auto auto 40px auto;
  box-shadow: 4px 4px 0px rgba(235, 118, 102, 0.75);
  border-radius: 4px;
}
.destiny-partner{
  background: #FFEBE9;
  border: 0.8px solid #EB7666;
}
.dest-head,
.not-dest-head{
  font-family: rocknroll-one, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #2D2D2D;
  text-shadow: 1px 2px 0px #FFFFFF;
  margin-top: 20px;
}
.dest-head span{   
  background: linear-gradient(transparent 60%, #fbcac3 60%);
}
.dest-tip {
  background: #EB7666;
  border-radius: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 2px 8px;
  width: 45px;
  height: 22px;
  margin-right: 12px;
}
.not-dest-partner{
  background: #DDF0FC !important;
  border: 0.8px solid #3678A5;
  box-shadow: 4px 4px 0px rgba(54, 120, 165, 0.75);
}
.not-dest-head span{
  background: linear-gradient(transparent 60%, #b9d4e6 60%);
}
.marker_pink{
  background: linear-gradient(transparent 60%, #fbcac3 60%);
}
.partner-img{
  width: 63%;
}
.dest-text,
.not-dest-text{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px 31px 28px 31px;
  border-radius: 4px;
}
.dest-text{
  background: #FFEBE9;
  border: 0.8px solid #EB7666;
}
.dest-text p,
.not-dest-text p{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
  text-align: left;
}
.marker_blue{
  background: linear-gradient(transparent 60%, #c1dbec 60%);
}

.not-dest-text{
  background: #DDF0FC;
  border: 0.8px solid #3678A5;
}
.not-partner-area{
  background: #DDF0FC;
}
.not-partner-area p{
  text-align: left;
}
/* m/destiny/result改修20221026 */

/* web転 招福鑑定 listデザイン */
  .list_base_kobetsu li{
    margin: 0 -18px;
  }
  .list_base_kobetsu li a{
    display: block;
    padding: 0 18px;
  }
  .list_base_kobetsu li a::after{
    right: 18px;
  }
  .shofuku{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  }
  .shofuku .menu-name{
    color: rgba(125, 84, 189, 1);  }
  .shofuku .tip_box .tip_cate,.shofuku .tip_box .tip_people {
    color: rgba(235, 118, 102, 1);
  }
