@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=Oswald:wght@200;300;400;500;600;700&family=Zen+Maru+Gothic:wght@300;400;500;700;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;
*/
/* アドビフォント 指定時こちらからコピペ */



html { font-family:'Noto Sans JP', sans-serif !important;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }

html {
font-size: 14px;
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-webkit-tap-highlight-color: transparent; /* 3*/
color: #1D1D1D;
}

/* 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０　右　左　上　下―――――――*/


/* 汎用　padding　上―――――――*/
.u-p0 {
padding: 0px !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-mt16 {
margin-top: 16px !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-mb4 {
margin-bottom: 4px !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; }



/* 汎用　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;
}

/* テキスト　太さ　―――――――*/

.fn{
font-weight: normal !important;
} 

.b{
font-weight: bold !important;
} 

.fw_350 {
    font-weight: 350 !important;
}

.fcolor_orenge{
color: #F37F5A;
}

/* テキスト　大きさ　―――――――*/

.fs8{
font-size: 8px !important;
}

.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;
}

.fs19{
font-size: 19px !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:29.333%;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/hdr_bg.sp.480.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}  


.header_second {
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:23.6%;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/hdr_bg_second.sp.480.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}  



/* ロゴ */ 
.title_logo{
position:absolute;
font: 0/0 a;
width:59.2%;
top: 8.4%;
left: 4.2%;
color: transparent;
background-size:contain;
padding-top:18.34862%;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/hdr_logo.sp.480.png);
background-size: contain;
background-repeat: no-repeat;
}

/* menu 位置 */
.menu_box{
position:absolute;
top: 10%;
right: 3%;
}

.drawer_btn{
/*  border-radius: 50%;*/
width:40px;
height:40px;
position: relative;
}

.menu_btn_text{
position: absolute;
top:30px;
right:5px;
text-align: center;
font-family: 'Oswald', sans-serif;
font-weight: normal;
font-size: 10px;
line-height: 10px;
color:#ffffff;  
}
.drawer-open .menu_btn_text{
display: none;
}
/* ============================================ 
.page_footer
/* ============================================ */


.page_footer{
height:100px;
width:100%;
background: #E5DFC6;
padding:14px 0;
text-align: center;
}

#home_btn{
display: flex;
justify-content: center;
align-items: center;
width:40px;
height:40px;
background: #ffffff;
border-radius: 50%;
margin: auto;
}

#home_icon{
width:20px;
height:20px;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/icon_home.sp.480.png);
background-size: cover;
}

.page_footer .copy{
padding-top:20px;
font-size: 10px;
line-height: 12px;
}

/* ============================================ 
日運部分
/* ============================================ */

.daily_btn_box{
display: flex;
justify-content: space-between;
}

.daily_btn_box div{
width:31.5%;
}

@media screen and (max-width: 320px) {
.daily_btn_box div span{
width: 3rem;
text-align: center;
    }
  
.daily_btn_box .normal_btn a{
  height:52px;
  }  
  
}



.daily .corner_head {
    width: 100%;
    padding-top: 15.83333%;
    text-align: center;
    background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/divider_daily_top.sp.480.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* ============================================ 
ページ共通
/* ============================================ */

/* ===== cocoloni-banner　===== */ 
.cocoloni-banner {
font: 0/0 a;
color: transparent;
border: 0;
background-color: #ffffff;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/cocoloni-brand.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: 25px;
right: 12px;
z-index: 1;
}  


#pageTop a {
position: relative;
display: block;
background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/icon_toTop.sp.480.png);
color: #E2C08D;
width:40px;
height: 40px;
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:24px;
margin-right:24px;
}

/* ===== ページ説明文　指定　===== */ 
.ex_text{
  font-size: 14px;
  line-height: 24px;
  }


/* ===== コーナー画像　黒　===== */ 
.corner_head{
width:100%;
padding-top:12.2222%;
text-align: center;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/divider_noir.sp.480.png);
background-repeat: no-repeat;
background-size:contain;
}

/* ===== コーナー画像　赤　===== */ 
.corner_head_rouge{
width:100%;
padding-top:12.22222%;
text-align: center;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/divider_rouge.sp.480.png);
background-repeat: no-repeat;
background-size:contain;
}

/* ===== コーナー画像　dots　===== */ 
.corner_head_dots::before{
width:100%;
/*height:5px; */ 
content: '';
display: block;
text-align: center;
border-top: 1px solid #1D1D1D;  
/* background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/dotsline.sp.480.png);
background-repeat: no-repeat;
background-size:contain;*/
  
}
.corner_head_dots::after{
width:100%;
/*height:5px;*/
content: '';
display: block;
text-align: center;
border-top: 1px solid #1D1D1D;  
/*background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/dotsline.sp.480.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: 7.916%;
  content: '';
  display: block;
  text-align: center;
  background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/dotsline_point.sp.480.png);
  background-repeat: no-repeat;
  background-size:contain;
  }
  .corner_head_dots_heart::after{
  width:100%;
  height:4px;
  content: '';
  display: block;
  text-align: center;
  background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/dotsline.sp.480.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 ;
  }
  



/* ===== コーナー見出し　===== */ 

h2.midashi{
padding-top:15px;
text-align: center;
margin: auto;
font-weight: 500;  
font-size: 20px;
line-height: 24px;
font-family: 'Zen Maru Gothic', sans-serif;  
}

h2.midashi span{
display: block;
text-align: center;
font-weight: 300;
font-size: 18px;
line-height: 27px;
font-family: 'Oswald', sans-serif;  

}

/* ===== コーナー見出し　===== */ 

/* ===== コーナー見出し result　===== */ 

h2.midashi_result{
padding-top:15px;
text-align: center;
margin: auto;
font-weight: normal;
font-weight: 500;
font-size: 24px;
line-height: 24px;
font-family: 'Zen Maru Gothic', sans-serif;
}

h2.midashi_result span{
display: block;
text-align: center;
font-size: 18px;
line-height: 27px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-style: normal;
font-feature-settings: 'swsh' on;  
padding-top: 4px;  
}

/* ===== コーナー見出し result　===== */ 


/* ===== コーナー見出し 小　半円　===== */ 
h3.sub_title{
text-align: center;
font-weight: 500;  
font-size: 16px;
line-height: 24px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif !important;
}

h3.sub_title::before{
margin-right:16px; 
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/dots_left.sp.480.png);  
width:11px;
height:27px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 

h3.sub_title::after{
margin-left: 16px;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/dots_right.sp.480.png);  
width:11px;
height:27px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
} 
/* ===== コーナー見出し 小　半円　===== */ 


/* ===== コーナー見出し 小　・・・点線　===== */ 
h3.sub_title_dots{
text-align: center;
font-weight: 500;
font-size: 15px;
line-height: 24px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;
}

h3.sub_title_dots::before{
margin-right:0px; 
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/dots_point.sp.480.png);  
    width: 15px;
    height: 16px;
background-repeat: no-repeat;
background-size: cover;
vertical-align: middle;
} 

h3.sub_title_dots::after{
margin-left: 12px;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/dots_point.sp.480.png);  
    width: 15px;
    height: 16px;
background-repeat: no-repeat;
background-size: cover;
vertical-align: middle;
} 
/* ===== コーナー見出し 小　・・・点線　===== */ 


/* ===== コーナー見出し ランク　ハート　===== */ 
h3.sub_title_rank{
  text-align: center;
  font-weight: bold;
font-size: 20px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Oswald', sans-serif !important;
  }
  
  h3.sub_title_rank::before{
margin-right: 0px;
    content: '';
    display: inline-block;
    background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/dots_point.sp.480.png);
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
  } 
  
  h3.sub_title_rank::after{
    margin-left: 12px;
    content: '';
    display: inline-block;
    background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/dots_point.sp.480.png);
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
  } 

/* ===== コーナー見出し ランク　ハート　===== */ 
  


/* ===== コーナー見出し ハート　黒　===== */ 
h3.sub_title_heart::before{
content: '';
display: block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/heart3_noir.sp.480.png);  
width: 32px;
height: 32px;
margin: 0 auto 8px;
background-repeat: no-repeat;
background-size: cover;
}

h3.sub_title_heart,h3.sub_title_rouge{
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}


/* ===== コーナー見出し ハート　赤　===== */ 
h3.sub_title_rouge::before{
content: '';
display: block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/heart3_rouge.sp.480.png);  
width: 32px;
height: 32px;
margin: 0 auto 8px;
background-repeat: no-repeat;
background-size: cover;
}



/* ===== コーナー見出し 相性　===== */ 

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: 300;
  font-size: 16px;
line-height: 24px;
font-family: 'Oswald', sans-serif !important;
}

.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;
}

/* ===== コーナー見出し 相性　===== */ 

/* ===== ボタン　ハートなし===== */ 

.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;
font-size: 16px;  
background: #FFFFFF;
border: 1px solid #1D1D1D;
box-shadow: 2px 2px 0px #1D1D1D;
font-family: 'Oswald', sans-serif;  
}

.heart_btn a.other{
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;  
} 


/*.heart_btn::before{
position: absolute;
left: -17px;
top: 5px;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_blanc_left.sp.480.png);  
width:23px;
height:27px;
background-size: contain;
vertical-align: middle;
} */ 

.heart_btn::after{
position: absolute;
right: -24px;
top: -3px;
background-repeat: no-repeat;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_blanc_right.sp.480.png);
/*width: 48px;*/
width: 49px;  
height: 36px;
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(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_noir_left.sp.480.png);  
width:23px;
height:27px;
background-size: contain;
vertical-align: middle;
}*/ 

.heart_btn_noir::after{
position: absolute;
right: -24px;
top: -3px;
background-repeat: no-repeat;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/btn_blanc_right.sp.480.png);
width: 48px;
height: 36px;
background-size: contain;
vertical-align: middle;
}
/* ===== ボタン　ハートあり===== */ 


/* ===== リスト　通常===== */ 

.thumb_box{
max-width:80px;
max-height:80px;   
}

.thumb_box img{
min-width:80px;
min-height:80px;  
}

.list_base li,.list_base_situ li{
margin-bottom:24px;
}

.list_base li a,.list_base_situ li a{
display: flex;
position: relative;
border-bottom: 1px solid #1D1D1D;
}

/* リスト　374pxまで　調整*/ 
@media screen and (max-width: 374px) {
.list_base_kobetsu li a{
display: flex;
position: relative;
border-bottom: 1px solid #1D1D1D;
align-items: flex-end;  
}
}


.list_base_situ li a {
align-items: center;
}


.list_base_monthly .list_title::after{
position: absolute;
left: -4px;
top: -4px;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/pic_corner.sp.480.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}


.list_title::after {
position: absolute;
content: "";
right: 0px;
top: 40%;
width: 8px;
height: 8px;
border-right: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
-webkit-transform: rotate(
-45deg);
}

.list_base .date_tip,.list_base_monthly .date_tip {
font-weight: 300;
font-size: 14px;
vertical-align: bottom;
line-height: 21px;
margin-right:5px;
font-family: 'Oswald', sans-serif;
}


.date_tip span{
font-family:'Noto Sans JP', sans-serif !important;
font-weight: normal;
font-size: 12px;
}


.list_base .price_tip{
display: inline-flex;
align-items: center;
border: 1px solid #1D1D1D;
border-radius: 10px;
padding: 0px 5px 0px;
height: 20px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 12px;  
}

.list_base .cate_tip{
display: inline-flex;
align-items: center;
border: 1px solid #1D1D1D;
border-radius: 10px;
padding: 0px 5px 0px;
font-size: 11px;
height: 20px;
font-weight:normal;  
}

.list_base .bought_tip{
display: inline-flex;
align-items: center;
border: 1px solid #1D1D1D;
background: #1D1D1D;
border-radius: 10px;
padding:  0px 5px 0px;
font-size: 11px;
height: 20px;
color: #ffffff;
font-weight:normal;    
}

.list_base .bought_y_tip{
display: inline-flex;
align-items: center;
border: 1px dashed #1D1D1D;
border-radius: 10px;
padding: 0px 5px;
height: 20px;
font-size: 11px;
font-weight:normal;    
}


.list_title{
padding:0 16px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
}

/* 413pxまで リスト調整　*/
@media screen and (max-width: 413px) {
   .list_title{
font-size: 13px;
line-height: 15px;
    }
}

/* 320pxまで リスト調整　*/
@media screen and (max-width: 320px) {
   .list_title{
padding-bottom:5px;     
    }
}


/* ===== リスト　通常===== */ 


/* ===== リストmonthly　===== */ 

.list_base_monthly li a{
display: flex;
align-items: flex-start;
min-height:73px;
position: relative;
border-bottom: 1px solid #1D1D1D;
}

.tip_box{
padding-bottom:3px;
text-align: left;
margin-right:-16px;
}

.list_base_monthly .date_tip {
font-size: 16px;
line-height: 21px;
margin-right:5px;
font-weight:300;   
font-family: 'Oswald', sans-serif !important;
}

.list_base_monthly .new_tip,.list_base_monthly .tip_box .new_tip{
font-size: 12px;
line-height: 12px;
margin-right:5px;
font-family: 'Oswald', sans-serif !important;
color: #D32424 !important;
font-weight:normal;  
}



.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(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/pic_corner.sp.480.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}


/* ===== リストアドバイス　===== */ 

.list_title_advice{
font-size: 14px;
line-height: 20px;
padding: 12px 0 14px;
}

.list_title_advice::after{
position: absolute;
right: -4px;
bottom: -4px;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/pic_corner.sp.480.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: bold;
padding:0 0 16px 0;
line-height: 20px;
margin-bottom: 24px;
border-bottom: 1px solid #1D1D1D;
}

.list_base_menu li a{
padding-right: 16px;
position: relative;
display: block;
display: flex;
align-items: center;
}




.list_base_menu li a::after{
position: absolute;
content: "";
right: 0px;
width: 8px;
height: 8px;
border-right: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
-webkit-transform: rotate(
-45deg);
}


/* ===== リスト　サムネあり 矢印なし　===== */ 
.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: #F6DED4;
}

.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(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/pic_corner.sp.480.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
z-index: 1;  
}

.right_cornerline::after{
position: absolute;
bottom: -4px;
right: -4px;
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/pic_corner.sp.480.png);  
width:16px;
height:16px;
background-size: contain;
vertical-align: middle;
}



/* ===== 画像　左装飾===== */

/* ===== カテゴリ名　＃並び===== */
.category_list{
}

.category_list li{
display: inline-block;
margin-top:12px;
padding-bottom:4px;
margin-right:16px;
}

  .category_tip{
  border-bottom: 1px solid #1D1D1D;}
  
  .category_tip_act{
  border-bottom:1px solid #C4492E;
  font-weight:bold;}


/* ===== カテゴリ名　＃並び===== */


/* ===== チェックボックス画像付き　リスト===== */

ul.check_on_list li{
font-weight: bold;
margin-bottom:8px;
}

ul.check_on_list li span{
content: '';
display: inline-block;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/check_on.sp.480.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;
}

/* ===== ページャー　===== */

  .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: #C4492E;
font-size: 12px;
line-height: 14px;  
}
  
/* ===== リンク横　矢印　===== */
.link_arrow{
width:7px;
height:14px;
margin-left:12px;  
content: '';
display: inline-block;
text-align: center;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/icon_arrow_left.sp.480.png);
background-repeat: no-repeat;
background-size:contain;
}
  
.control-label{
font-weight: bold;
font-size: 14px;
line-height: 20px;
display: flex;
}
input{
  height:48px;
  width: 100%;
  padding:8px;
}

#inputName{
  width:100%;
}

.col-xs-9{
  width:100%;
  border-bottom:1px solid #1D1D1D;
  display: flex;
  align-items:center;
      margin-bottom: 8px;
}

#birthday-y,#birthday-m,#birthday-d,#birthtime-h,#birthtime-m{
  height:48px;
  padding:8px;
  width: 28%;
}
  #inputGender,.select_fid{
    height:48px;
    padding:8px;
    width: 100%;  
  }
  

  /* ===== 必須　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;
}
      /* ===== 送信ボタン　===== */
.submit_btn{
  width:100%;
  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;
}



 /* =====　送信ボタン　点線　===== */ 
  .submit_btn_dashed {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #FFFFFF;
    border: 1px dashed #1D1D1D;
}
  /* =====　送信ボタン　点線　===== */ 


 /* =====セレクト　横　矢印　===== */  
  
#inputGender,.select_fid  {
  -webkit-appearance: none;
  background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/icon_arrow_bottom.sp.480.png);
  -webkit-background-size: auto 100%;
  background-size:10px;
  background-repeat: no-repeat;
  background-position: right 27px;
  padding-right: 2pc;

}  
 /* =====　チェックボックス　===== */ 
  .scmUpdateFlg{
  display:flex;
  align-items:cwnter;}  
  
 /* =====　チェックボックス　オン　===== */  
  
 .form-button-group .item input[type=checkbox]:checked {
    background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/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: 14px;
    height: 14px;
    background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/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;
}
   /* =====　チェックボックス　===== */  


/* ============================================ 
情報入力 確認ページ 
/* ============================================ */

 .confirm_sel {
    height: 48px !important;
    padding: 8px 8px 8px 0 !important;
}
  


   
/* ============================================ 
m/first 用
/* ============================================ */

.m_first_bg{
/*  margin:0 -24px;*/
  padding:24px 24px 40px;
  background:#F5F2E9;
  }

  /* ============================================ 
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: 116px;
}

.okng_thumb_bg{
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/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: 28px;
    width: 14px;
    height: 14px;
content: '';
display: block;
text-align: center;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/heart1_rouge.sp.480.png);
background-repeat: no-repeat;
background-size:contain;
}


h3.chart_aisho_text span {
display: block;
font-weight: normal;
font-size: 12px;
line-height: 18px;
font-family: 'Oswald', sans-serif !important;
}

.chart_label{
position: relative;
width: 72px;
height: 72px;
background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/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;
}

/* ============================================ 
m/first　
/* ============================================ */
.regi-heart{
  text-align: center;
}

.regi-heart img{  
  width: 60px;
  height:46px;
  text-align: center;
  margin:auto;
  margin-top:-8%;
} 

@media screen and (min-width: 768px){    
.regi-heart img{ 
  margin-top:-3%;
  }
  }
  
.corner_head_arch_rouge {
  width: 50%;
  padding-top: 12.2324%;
  text-align: center;
  background: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/arch_rouge.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.nature-section{
  margin-right:20px !important;
  margin-left:20px !important;
}

.ftop_sv_comment {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

#inputFriends, .select_fid {
  appearance: none;
  background-image: url(https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/icon_arrow_bottom.sp.480.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 27px;
  padding-right: 2pc;
  height: 48px;
  padding: 8px;
  width: 100%;  
}

.heart_btn input {
  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;
  position: relative;
  width: 203.26px;
}  
.heart_btn::before{
  z-index: 1;
}

.mf-ancher{
  height: 58px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #1D1D1D;
  padding:0 16px;
}

.basic-nature{
  display:flex;
  border: 1px solid #000;
  padding: 15px;
}

.basic-nature img{
  width:30px;
  height:35px;
}

.basic-nature p{
  margin-left:12px;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D
}

.kininaru-heart{
  margin-left:15px;
}

.kininaru-heart img{
  width:38.42px;
  height:48.98px;
}

.m_first_image_box{
  position: relative;
  width: 100%;
  height: auto;
}

.m_first_text{
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  width:100%;
  bottom: 50%;
}

  @media screen and (max-width: 320px){    
.m_first_text{
  bottom:50%;
  line-height: 20px;
}
}
  


.sv_image_first{
  max-width: 154px;
  text-align: center;
  margin: -11% auto 0;
}

.mf-btn a{
    font-family: 'Noto Sans JP', sans-serif !important;
}


@media screen and (max-width: 413px){    
  .heart_btn {
    width: 78% !important;
  }
}

/* ============================================ 
m/timeline/result
/* ============================================ */
.swiper-container {
 width:100%;  
  margin:0 auto 2%;
}

.swiper-slide-visible{
  height: auto !important;
}
  
.swiper-slide { 
  border: 1px solid black; 
}
  
.present_year { 
  background: url('https://s5znc7dlw3.user-space.cdn.idcfcloud.net/image/icon/icon_now2.sp.480.png');
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: left 10px bottom 100%;
  width: 100%;
} 
  
.timeline-left{
  border-right: 1px solid #000;
  height: auto;
  padding-top: 30px;
    min-width: 70px;
}
  
.timeline-year{
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  font-feature-settings: 'pwid' on;
  color: #1D1D1D;
}
.timeline-age{
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 300;
font-size: 14px;
line-height: 14px;
  color: #1D1D1D;
  text-align: center;
}
  
.timeline-right{
  margin-left: 10px;  
  margin-bottom: 24px;
  margin-top: 30px;
}

.timeline-summary{
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #1D1D1D;
  overflow-wrap:  break-word;
}
  
.timeline-text{
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1D1D1D;
  overflow-wrap:  break-word;
}
  
.more-arrow{
  text-align:center;
}
.more-arrow img{
  width:5%;
}
  
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}  
  
/* 前・次スライドボタン共通スタイル */
.swiper-button-prev, .swiper-button-next {
  transform: rotate(90deg);	/* 元のボタンを90度回転 */
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  margin: 0 auto;	/* 以下、横方向の中央配置用 */
  left: 50%;
  margin-left: -22px;
}
/* 前ページボタン */
.swiper-button-prev {
  width: 100%;
  transform: rotate(0deg);
  left: 20px; 
  position: relative;
}
/* 次ページボタン */
.swiper-button-next {
  top: auto;
  width: 100%;
  transform: rotate(0deg);
  left: 20px;
  position: relative;
}  

.normal_btn.swiper-button-prev a{
  color: #1D1D1D;
}
.normal_btn.swiper-button-next a{
  color: #1D1D1D;
}
  
.hide1 { display: none; }
.hide2 { display: none; }

/* ============================================ 
mtop ページ内リンク　
/* ============================================ */

.l-contents_mtop{
position: absolute;
bottom: -30%;
    width: 100%;
padding: 0 32px;
}



@media screen and (max-width: 512px) {
.l-contents_mtop{
position: absolute;
    bottom: -60%;
    width: 100%;
padding: 0 32px;
}
}

/*　320xまで　調整*/ 
@media screen and (max-width: 320px) {
  .l-contents_mtop{
position: absolute;
bottom: -70%;
    width: 100%;
    padding: 0 24px;
}
}

/* ============================================ 
20220701　m/timeline/result　追加
/* ============================================ */
  
/*　ラベルアイコン指定　*/ 
.timeline_icon_eye{
min-width: 21px;
height: 21px;
background: #FFFFFF;
border-radius: 11px;
text-align:center;    
}

.timeline_icon_eye img{
width:14px;
}

.timeline_icon_text{
margin-left:8px;
}

/*　ラベルボックス指定　*/ 
.unki_label_box{
display:flex;
align-items: center;    
padding:7px 11px 7px 8px;    
border-radius: 22px;    
font-size: 12px;
line-height: 15px;
margin-bottom:8px;    
}

/*　ラベル各色指定　*/ 
.unki_label_1  {background: #D1D1D1;}
.unki_label_5  {background: #F5F2E9;}
.unki_label_6  {background: #F6D3D3;}
.unki_label_10 {background: #F6EBCA;}
.unki_label_11 {background: #F5B1B1;}

/* 20220823開運アクション*/
.kaiun-action{
  background: #F5F2E9;
  padding: 12px 16px;
  margin-bottom: 28px;
  position: relative;
}
.kaiun-action img{
  position: absolute;
  width: auto;
  left: 50%;
  top: -4%;
  zoom: 0.5;
}
.kaiun-action-head{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #1D1D1D;
  margin-bottom: 4px;
}
.kaiun-action-txt{
  font-family: 'Source Han Sans JP', sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 20px;
}
/* 20220823開運アクション*/

/* ============================================ 
202211/21　okngにカテゴリー表示を追加
/* ============================================ */

.okngcate_tip{
  display: inline-flex;
  align-items: center;
  border: 1px solid #1D1D1D;
  border-radius: 10px;
  padding: 0px 5px 0px;
  font-size: 11px;
  height: 20px;
  font-weight:normal;  
  margin-bottom: 5px;
}

.okng_list_title::after {
position: absolute;
content: "";
right: 0px;
top: 40%;
width: 8px;
height: 8px;
border-right: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
-webkit-transform: rotate(
-45deg);
}

.okng_list_title{
padding:0 16px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
  margin-bottom: 30px;
}

/* 413pxまで リスト調整　*/
@media screen and (max-width: 413px) {
   .okng_list_title{
font-size: 13px;
line-height: 15px;
margin-bottom: 20px;
    }
}

/* 320pxまで リスト調整　*/
@media screen and (max-width: 320px) {
   .okng_list_title{
padding-bottom:5px;     
    }
}

/* ============================================ 
202406 サプライズ鑑定ページ
/* ============================================ */
  
.kantei_logout_btn {
position: absolute;
    width: 41.6%;
    min-width: 158px;
    right: 24px;
    bottom: -10%;
   }   
  
  .kantei_logout_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;
  }  


