@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Mrs+Saint+Delafield&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;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;
}

::placeholder {
  color: #8e8e8e;
  font-size: 13px;
}

/* フォーカス時　アウトライン消し */
*: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.
*/

/* アドビフォント 指定時こちらからコピペ */
/*

font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;

font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 400;

font-family: natalya, sans-serif;
font-style: normal;
font-weight: 400;


明朝指定
font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP',serif;

font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;

font-family: 'Inter', sans-serif;
font-family: 'Mrs Saint Delafield', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;


*/

/* アドビフォント 指定時こちらからコピペ */

@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: 14px;
  line-height: 21px; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  color: #2b2b2b;
  font-weight: 500;
}

/* 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;
}
ref
/* 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.
*/

input[type="text"],
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  background: #ffffff;
}

button {
  -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 */
  border: none;
}

/**
* 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;
  -webkit-appearance: none; /* 1 */
  appearance: none;
}

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;
}

/* ============================================ 
汎用
/* ============================================ */

.w100 {
  width: 100%;
}

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-p8 {
  padding: 8px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !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-p10-l {
  padding-left: 10px !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;
}

/* 汎用　padding　下―――――――*/

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb6 {
  padding-bottom: 6px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

/* 汎用　padding　上―――――――*/
.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 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-mt16 {
  margin-top: 16px !important;
}

.u-mt18 {
  margin-top: 18px !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-mt35 {
  margin-top: 35px !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;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

/* 汎用　margin-top マイナス　―――――――*/

.u-mt_20 {
  margin-top: -20px !important;
}

.u-mt_25 {
  margin-top: -25px !important;
}

.u-mt_64 {
  margin-top: -64px !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-mb18 {
  margin-bottom: 18px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb26 {
  margin-bottom: 25px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mb38 {
  margin-bottom: 38px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb42 {
  margin-bottom: 42px !important;
}

.u-mb44 {
  margin-bottom: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb46 {
  margin-bottom: 46px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb54 {
  margin-bottom: 54px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-mb58 {
  margin-bottom: 58px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

/* 汎用　margin-bottom　マイナスマージン ―――――――*/

.u-mb-70 {
  margin-bottom: -70px !important;
}

/* 汎用　margin-left　―――――――*/
.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

/* 汎用　margin　左右　auto　―――――――*/

/* 汎用　margin　左右　auto　―――――――*/

.u-mauto {
  margin: auto !important;
}

/* テキスト　寄せ　―――――――*/
.tex_left {
  text-align: left !important;
}

.tex_right {
  text-align: right !important;
}

.c {
  text-align: center !important;
}

/* テキスト　太さ　―――――――*/

.b {
  font-weight: bold !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_normal {
  font-weight: normal !important;
}

/* テキスト　色　―――――――*/

.fcolor_orenge {
  color: #fca95d;
}
.fcolor_brown {
  color: #87785b;
}
.fcolor_white {
  color: #ffffff;
}


/* テキスト　大きさ　―――――――*/

.fs11 {
  font-size: 11px !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;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

/* テキスト　line-height　―――――――*/

/* line-height 18px*/
.l_h12 {
  line-height: 1.2 !important;
}

/* line-height 19.5px*/
.l_h13 {
  line-height: 1.3 !important;
}

/* line-height 22px*/
.l_h14 {
  line-height: 1.46666 !important;
}

/* line-height 29px*/
.l_h19 {
  line-height: 1.93333 !important;
}

/* 汎用　‐――――――――――――――――――‐―――――――――――――――――― */

/* ===== マーカー===== */
.marker_orange_hoso {
  background: linear-gradient(transparent 60%, #ffedb7 60%);
}

.marker_orange2_hoso {
  background: linear-gradient(transparent 60%, #f6d0ad 60%);
}

.marker_orange3_hoso {
  background: linear-gradient(transparenw100t 60%, #ffab6f 60%);
}

.marker_green_hoso {
  background: linear-gradient(transparent 50%, #aece53 50%);
}

/* ===== マーカー===== */

/* ============================================ 
header
/* ============================================ */

/* ヘッダー周り mtop */
.header_mtop {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-top: 43.333%;
  background-image: url(../image/mtop/mtop_header.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}

/* ヘッダー周り 下層ページ */
.header {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-top: 16%;
  background-image: url(../image/common/under_page_header.sp.480.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

/* ロゴ */
.title_logo_mtop {
  position: absolute;
  font: 0/0 a;
  width: 36.8%;
  content: "";
  display: block;
  background-image: url(../image/common/logo.sp.480.png);
  padding-top: 15.5%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
  color: transparent;
}

.title_logo {
  position: absolute;
  font: 0/0 a;
  width: 33.3%;
  content: "";
  display: block;
  background-image: url(../image/common/logo.sp.480.png);
  padding-top: 10.5%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
}

/* menu 位置 */
.menu_box {
  position: absolute;
  top: 5%;
  right: 4%;
}

.drawer_btn {
  /*  border-radius: 50%;*/
  width: 40px;
  height: 40px;
  position: relative;
}

.menu_btn_text {
  position: absolute;
  top: 30px;
  left: 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}
.drawer-open .menu_btn_text {
  display: none;
}
/* ============================================ 
footer
/* ============================================ */

.page_footer {
  height: 100px;
  width: 100%;
  background: #FB9797;
  padding: 15px 0;
  text-align: center;
}

#home_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #FB9797;
  border-radius: 50%;
  margin: auto;
}

#home_icon {
  width: 45px;
  height: 45px;
  background: url(../image/common/ic_footer.sp.480.png);
  background-size: cover;
}

footer .copy {
  padding-top: 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}

/* ============================================ 
日運部分
/* ============================================ */

.daily_block {
  background-image: url(../image/mtop/mtop_title02.sp.480.png);
  background-size: 100%;
  padding: 18% 0px 0;
  background-repeat: no-repeat;
}

.daily {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 36px 28px 0;
  background: #fbebec;
  border-radius: 0px 70px 50px 0px;
  border: 1px solid #000;
}

.daily_bottom {
  position: relative;
  width: 100%;
  /* margin-left: -30px;
margin-right: -30px; */
  padding-top: 30%;
}

.daily_btn_box_parent {
  width: 100%;
}

@media screen and (max-width: 320px) {
  .daily_bottom {
    padding-top: 40%;
  }
}

@media screen and (min-width: 620px) {
  .daily_bottom {
    padding-top: 10%;
  }

  .daily_btn_box_parent {
    bottom: 30%;
  }
}

.daily_btn_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* flex-direction: row; */
  align-items: center;
  flex-wrap: nowrap;
}

.daily_btn_box .normal_btn_left,
.daily_btn_box .normal_btn_right {
  width: calc(50% - 5.5px);
}

.daily_btn_box .normal_btn_left a,
.daily_btn_box .normal_btn_right a {
  width: 100%;
  display: flex;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #2b2b2b;
  background: #fff;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 320px) {
.daily_btn_box .normal_btn_left a,
.daily_btn_box .normal_btn_right a {
  font-size: 13px;
  }
}

.square_btn a {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border: 1px solid #3e3e3e;
  font-weight: 500;
  font-size: 14px;
}

/* ============================================ 
ページ共通
/* ============================================ */

/* ===== cocoloni-banner　===== */
.cocoloni-banner {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: #ffffff;
  background-image: url(../image/common/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(../image/common/ic_scrollTop.sp.480.png);
  color: #e2c08d;
  width: 56px;
  height: 75px;
  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 {
  padding-left: 30px;
  padding-right: 30px;
}

/* ===== コンテンツ幅　===== */
.l-contents_result {
  padding-left: 30px;
  padding-right: 30px;
}

/* ===== コーナー画像　===== */
.corner_head {
  width: 68.9%;
  max-width: 460px;
  margin: auto;
}

/* ===== コーナー result top line　両側飾り===== */
.corner_head_line_w {
  width: 100%;
  padding-top: 5px;
  border-top: 2px solid #787878;
}

.corner_head_line_w h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 15px;
  min-height: 62px;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.corner_head_line_w span.left {
  display: inline-block;
  min-width: 36px;
  max-width: 36px;
  height: 30px;
  padding-right: 14px;
  margin-left: 5px;
  background: url(../image/icon/midashi_icon2_left.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-right: 0.6px solid #787878;
}

.corner_head_line_w span.right {
  display: inline-block;
  min-width: 36px;
  max-width: 36px;
  height: 30px;
  padding-left: 14px;
  margin-right: 5px;
  background: url(../image/icon/midashi_icon2_right.sp.480.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  border-left: 0.6px solid #787878;
}

.corner_head_line_w div {
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== コーナー result top line　　===== */
.corner_head_line {
  width: 100%;
  padding-top: 5px;
  border-top: 2px solid #787878;
}

.corner_head_line h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 15px;
  min-height: 62px;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.corner_head_line span {
  display: inline-block;
  min-width: 66px;
  max-width: 66px;
  height: 32px;
  padding-right: 10px;
  background: url(../image/icon/result_menu_icon.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-right: 0.6px solid #787878;
}

.corner_head_line div {
  padding-left: 15px;
}

/* ===== コーナー result top line　　===== */

.corner_head_text h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin: 16px 0 15px;
  color: #99774d;
  padding-bottom: 11px;
  border-bottom: 1px solid #99774d;
}

/* ===== コーナー画像　dots&ハート　===== */
.corner_head_dots_heart::before {
  width: 100%;
  padding-top: 6.116%;
  content: "";
  display: block;
  text-align: center;
  background: url(../image/dotsline_point.sp.480.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.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;
}

/* ===== コーナー見出し　===== */

.corner_head {
  width: 100%;
  text-align: center;
}

/* ===== コーナー見出し new　===== */

h2.midashi_new::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 8px;
  text-align: center;
  background-image: url(../image/common/kirakira2_1.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

h2.midashi_new {
  display: block;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: flex;
  align-items: center;
}

/* ===== コーナー見出し new　===== */

/* ===== コーナー見出し　===== */

.corner_head_b {
  margin: 0 30px;
  text-align: center;
}

.corner_head_b .icon {
  width: 19px;
  height: 22px;
  text-align: center;
  background: url(../image/mtop_2023/icon_h1.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2px;
}

.head-border {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-family: natalya, sans-serif;
  max-width: 500px;
  margin: auto;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 0.8px;
  flex-grow: 1;
  background-color: #413b46;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.corner_head_b span.title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #413b46;
  font-family: shippori-mincho, sans-serif;
  border-bottom: 0.8px solid #413b46;
  padding: 10px 0 19px;
  max-width: 500px;
  margin: auto;
}

/* ===== コーナー見出し ===== */

/* ===== コーナー見出し 真ん中星マーク　===== */

.corner_head_star {
  margin: 0 30px;
  text-align: center;
}

.corner_head_star .icon {
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(../image/icon/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2px;
}

.corner_head_star h2.title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #413b46;
  font-family: shippori-mincho, sans-serif;
  padding: 11px 0 11px;
  max-width: 500px;
  margin: auto;
}

/* ===== コーナー見出し 真ん中星マーク　===== */

/* ===== メニュー名 両脇星マーク　===== */

.corner_head_star .icon {
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(../image/icon/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2px;
}

h2.h2_menu {
  text-align: center;
  display: block;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding: 16px 0px;
  border-top: dashed 1.4px #2b2b2b;
  border-bottom: dashed 1.4px #2b2b2b;
  width: 63.5%;
  min-width: 241px;
  margin: auto;
}

h2.h2_menu_bottom {
  display: flex;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  padding: 16px 0px;
  border-bottom: dashed 1.4px #2b2b2b;
  width: 63.5%;
  min-width: 241px;
  margin: auto;
  align-items: center;
  justify-content: flex-start;
}

.h2_menu_star {
  margin: auto 15px;
  border-bottom: 0.8px solid #413b46;
  position: relative;
}

.h2_menu_star::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -15px;
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(../image/icon/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.h2_menu_star::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -15px;
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(../image/icon/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== コーナー見出し 真ん中星マーク　===== */

/* ===== コーナー見出し 両脇ダイヤ　===== */

h2.midashi span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: shippori-mincho, sans-serif;
}

h2.midashi span::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url(../image/mtop_2023/komidashi_left.sp.480.png);
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h2.midashi span::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url(../image/mtop_2023/komidashi_right.sp.480.png);
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* ===== コーナー見出し 両脇ダイヤ　===== */

/* ===== コーナー小見出し 片側ダイヤ===== */

h2.midashi_sub {
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #413b46;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-family: shippori-mincho, sans-serif;
}

h2.midashi_sub::before {
  margin-right: 12px;
  content: "";
  display: inline-block;
  background: url(../image/icon/h2_icon.sp.480.png);
  min-width: 22px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: center;
}
/* ===== コーナー小見出し 片側ダイヤ===== */

/* ===== コーナー見出し タイプ名_大　===== */

h3.tipe1 {
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #674286;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.tipe1::before {
  margin-right: 15px;
  content: "";
  display: inline-block;
  background: url(../image/icon/tipe1_left.sp.480.png);
  min-width: 26px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.tipe1::after {
  margin-left: 16px;
  content: "";
  display: inline-block;
  background: url(../image/icon/tipe1_right.sp.480.png);
  min-width: 26px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ===== コーナー見出し タイプ名_中　===== */

h3.tipe2 {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #a7516e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.tipe2::before {
  margin-right: 8px;
  content: "";
  display: inline-block;
  background: url(../image/icon/tipe1_left.sp.480.png);
  min-width: 26px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.tipe2::after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  background: url(../image/icon/tipe1_right.sp.480.png);
  min-width: 26px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ===== トピック メニュー名　上星　===== */

.topic_title h3 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #674286;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
  padding-top: 28px;
}

.topic_title h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: calc(50% - 11px);
  width: 21px;
  height: 21px;
  text-align: center;
  background: url(../image/icon/topic_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== トピック ボーダー2重　上星　===== */

.topic_border h3 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3e3e3e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
  padding-bottom: 12px;
  border-bottom: 0.6px solid #c36e8a;
}

.topic_border h3::after {
  position: absolute;
  content: "";
  border: 0.6px solid #c36e8a;
  bottom: -5px;
  left: 0;
  width: 100%;
}

/* ===== 運命の翼　メニュー名　===== */

h3.title_tsubasa {
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #413b46;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.title_tsubasa::before {
  margin-right: 15px;
  content: "";
  display: inline-block;
  background: url(../image/icon/title_tsubasa_left.sp.480.png);
  min-width: 19px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.title_tsubasa::after {
  margin-left: 15px;
  content: "";
  display: inline-block;
  background: url(../image/icon/title_tsubasa_right.sp.480.png);
  min-width: 19px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ===== パーソン ランキング　===== */

h3.ranking1 {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  line-height: 140%;
  color: #413b46;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.ranking1::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url(../image/icon/rank1_left.sp.480.png);
  min-width: 23px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.ranking1::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url(../image/icon/rank1_right.sp.480.png);
  min-width: 23px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.ranking2 {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  line-height: 140%;
  color: #413b46;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.ranking2::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url(../image/icon/rank2_left.sp.480.png);
  min-width: 23px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.ranking2::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url(../image/icon/rank2_right.sp.480.png);
  min-width: 23px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.ranking3 {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  line-height: 140%;
  color: #413b46;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.ranking3::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url(../image/icon/rank3_left.sp.480.png);
  min-width: 23px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.ranking3::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url(../image/icon/rank3_right.sp.480.png);
  min-width: 23px;
  min-height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ===== コーナー見出し タイプ名_個別課金_大　===== */

h3.kobetsu_tipe {
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #413b46;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: shippori-mincho, sans-serif;
}

h3.kobetsu_tipe::before {
  margin-right: 15px;
  content: "";
  display: inline-block;
  background: url(../image/icon/kobetsu_tipe_left.sp.480.png);
  min-width: 26px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h3.kobetsu_tipe::after {
  margin-left: 16px;
  content: "";
  display: inline-block;
  background: url(../image/icon/kobetsu_tipe_right.sp.480.png);
  min-width: 26px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ===== 特別鑑定コーナー見出し　 両脇ダイヤ===== */

h2.midashi_kobetsu span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: shippori-mincho, sans-serif;
}

h2.midashi_kobetsu span::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  background: url(../image/mtop_2023/komidashi_kobetsu_left.sp.480.png);
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h2.midashi_kobetsu span::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background: url(../image/mtop_2023/komidashi_kobetsu_right.sp.480.png);
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ===== 特別鑑定コーナー見出し　 両脇ダイヤ===== */

/* ===== 特別鑑定　bg TOP用　===== */

.kobetsu_bg {
  padding: 30px 28px 40px;
background: 
  url(../image/kobetsu/premium_section_bg.sp.480.png),linear-gradient(180deg, #348AB2 0%, #120B71 19.71%, #19257E 80%, #348AB2 100%);
      background-repeat:no-repeat, repeat;
    background-size: contain, 100%;
}

/* ===== 特別鑑定　bg 下層用　===== */

.kobetsu_result_bg {
  padding: 30px 28px 40px;
background: 
  url(../image/kobetsu/premium_section_bg.sp.480.png),linear-gradient(172deg, #348AB2 6.31%, #120B71 32.59%, #120B71 67.64%, #348AB2 93.93%);
      background-repeat:no-repeat, repeat;
    background-size: contain, 100%;
}

/* ===== 特別鑑定ヘッダー　　===== */

.kobetsu_header_mtop,
.kobetsu_footer_mtop {
  margin-left: -30px;
  margin-right: -30px;
  background: #fdeff3;
}

.kobetsu_header,
.kobetsu_footer {
  background: #fcf6f7;
}

.kobetsu_bg_color {
  background: #dfd1eb;
}

/* ===== m/kobetsu/top　　===== */

h2.h2_kobetsu {
    text-align: center;
    display: block;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  	color: #ffffff;
    padding: 0px 0px 10px;
    border-bottom: dashed 1.4px #ffffff;
    width: 100%;
    margin: auto;
}

.kobetsu_caption{
color: #ffffff;  
font-size: 14px;
font-weight: 500;
line-height: 160%;
}


.kobetsu_text_box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px;
}

.kobetu_package_name {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.1em;
  font-family: shippori-mincho, sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kobetu_package_name::before {
  display: inline-block;
  content: "";
  background-image: url(../image/kobetsu_2023/icon_kobetsu_package.sp.480.png);
  min-width: 26px;
  min-height: 25px;
  max-width: 26px;
  max-height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.kobetsu_price_box {
  display: flex;
  justify-content: flex-end;
}

.kobetsu_price_box .price,
.kobetsu_price_box .bought,
.kobetsu_price_box .bought_y {
  font-weight: 500;
  font-size: 12px;
  color: #674286;
}

.kobetsu_price_box .price {
  padding-right: 10px;
}
.kobetsu_price_box .bought_y {
  font-weight: 700;
}


/* ===== おすすめのスペシャル鑑定　　===== */

.sub_title_kobetsu {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.sub_title_kobetsu span.icon {
  display: inline-block;
  content: "";
  background: url(../image/mtop/icon_komidashi.sp.480.png);
  width: 16px;
  height: 30px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== プレミアムコース　　===== */

.premium_bg {
  margin: 0 -25px;
  padding: 0px 25px 0px;
  background-color: #cef3c2;
}

.premium_header {
  margin-left: -25px;
  margin-right: -25px;
}

.premium_footer {
  margin-left: -25px;
  margin-right: -25px;
}

.about_premium {
  padding: 28px 17px 28px;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.sub_title_premium {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.sub_title_premium span.icon {
  display: inline-block;
  content: "";
  background: url(../image/mtop/premium_icon_komidashi.sp.480.png);
  width: 16px;
  height: 30px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}

.premium_card {
  padding: 10px 10px 12px;
  background-color: rgba(255, 255, 255, 0.9);
}

.premium_card div {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 1px solid #81c769;
  color: #ba9c32;
  padding-bottom: 10px;
}

.premium_card span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 16px;
  color: #6c6c6c;
}

.premium_btn {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #81c769;
  box-shadow: 3px 3px 0px rgb(62 62 62 / 10%), inset 0px 0px 0px 4px #81c769,
    inset 0px 0px 0px 5px rgb(255 255 255 / 80%);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
}

.premium_btn a {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ===== おすすめの占い　　===== */
.sub_title_kobetsu span.red {
  display: inline;
  margin-right: -16px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #f6d0ad;
  font-family: "Kaisei Opti", serif;
}

/* ===== そのほかの占い　　　===== */
.sub_title_more {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

.sub_title_more span.more_dots {
  display: inline;
  background: url(../image/mitsuri_icon.sp.480.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  margin-right: -10px;
  background-size: contain;
}

/* ===== 相性占い　　　===== */

.aisho_kekka_text {
  font-weight: 600;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.aisho_bg_box {
  margin: auto;
  max-width: 325px;
  max-height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.aisho_kekka {
  position: absolute;
  font-weight: 600;
  font-size: 15px;
  color: #977044;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.aisho_kekka span img {
  width: 120px;
  height: 20px;
  display: inline;
}

.sub_title_aisho {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "Kaisei Opti", serif;
}

.sub_title_aisho span.aisho_dots {
  display: inline;
  background: url(../image/mitsuri_icon.sp.480.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin-right: -24px;
  background-size: contain;
}

/* ===== コーナー見出し ハート　赤　===== */
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;
}

/* ===== ボタン ノーマル　 ===== */

.normal_btn {
  width: 74.335%;
  margin: auto; 
}

.normal_btn a {
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #2b2b2b;
  background: #fff;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.9);
}

/* ===== ボタン ノーマル　紫　高さ違い ===== */

.normal_btn_tall a {
  height: 54px;
  text-align: center;
}

/* ===== ボタン ラインのみ　紫 ===== */

.normal_btn_line {
  display: flex;
  background: #fff4f6;
  border: 1px solid #9164b8;
  box-shadow: inset 0px 0px 0px 3px #fbe9ec,
    inset 0px 0px 0px 4px rgba(125, 92, 153, 0.7);
  border-radius: 4px;
  width: 57.3%;
  margin: auto;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}

.normal_btn_line a {
  color: #9164b8;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン　濃い黄色 ===== */

.normal_btn_ok {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #f5d43b;
  box-shadow: 3px 3px 0px rgba(62, 62, 62, 0.1), inset 0px 0px 0px 4px #f5d43b,
    inset 0px 0px 0px 5px rgba(255, 255, 255, 0.8);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
}

.normal_btn_ok a {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン　薄い黄色 ===== */

/* ===== ボタン　薄い黄色 ===== */

.normal_btn_sub {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #f8e79e;
  box-shadow: 3px 3px 0px rgba(62, 62, 62, 0.1), inset 0px 0px 0px 4px #f8e79e,
    inset 0px 0px 0px 5px rgba(255, 255, 255, 0.8);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
}

.normal_btn_sub a {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン　薄い黄色 ===== */

/* ===== ボタン kobetsu ===== */

.normal_btn_kobetsu {
  display: flex;
  background: #9164b8;
  box-shadow: inset 0px 0px 0px 3px #9164b8,
    inset 0px 0px 0px 4px rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: #ffffff;
  width: auto;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}

.normal_btn_kobetsu a {
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}

/* ===== OKボタン kobetsu ===== */

.normal_btn_kobetsu_ok {
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  width: 77%;
  margin: auto;
  height: 50px;
  background: #ff923e;
  box-shadow: 3px 3px 0px rgb(62 62 62 / 20%), inset 0px 0px 0px 4px #ff923e,
    inset 0px 0px 0px 5px rgb(255 255 255 / 100%);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
}

.normal_btn_kobetsu_ok a {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン kobetsu ===== */

.submit_kobetsu{
  width: 87.372%;
  margin: auto;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
border-radius: 40px;
border: 1px solid #E1B5BA;
background: #E14574;
box-shadow: 3px 3px 0 0 #E1B5BA;
color: #FFF;
}


/* ===== 送信ボタン　決定　濃いオレンジ　===== */

.submit_btn_box {
  display: flex;
  justify-content: center;
}

.submit_btn {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #f5d43b;
  box-shadow: 3px 3px 0px rgba(62, 62, 62, 0.1), inset 0px 0px 0px 4px #f1d959,
    inset 0px 0px 0px 5px rgba(255, 255, 255, 0.8);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 16px;
}

/* ===== 送信ボタン　薄いオレンジ　===== */

.submit_btn_normal {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #f2de73;
  box-shadow: 3px 3px 0px rgba(62, 62, 62, 0.1), inset 0px 0px 0px 4px #f1d959,
    inset 0px 0px 0px 5px rgba(255, 255, 255, 0.8);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 16px;
}

/* ===== 修正ボタン　===== */

.submit_btn_sub {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #f8e79e;
  box-shadow: 3px 3px 0px rgba(62, 62, 62, 0.1), inset 0px 0px 0px 4px #f8e79e,
    inset 0px 0px 0px 5px rgba(255, 255, 255, 0.8);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 16px;
}

.submit_btn_sub span {
  position: absolute;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン 320px以下 ===== */

@media screen and (max-width: 320px) {
  .normal_btn a,
  .normal_btn_line a {
    font-size: 12px;
    letter-spacing: 0em;
  }
}

/* ===== ボタン 320px以下 ===== */

/* ===== リスト　new　===== */

a .list_title {
  padding-right: 8px;
}

a .list_title::after {
  position: absolute;
  content: "";
  right: 8px;
  top: 0%;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/common/arrow_forwrd.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.list_title_nolink li {
  color: #b7b7b7;
  padding: 8px 28px 8px 8px;
  display: flex;
  align-items: flex-start;
  /* position: relative; */
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  border-bottom: solid 1px #b7b7b7;
  /* margin: 0 0 12px; */
  flex-direction: column;
  background-color: #ffffff;
}

.list_base_new a {
  padding: 8px 20px 8px 8px;
  border-bottom: 1px solid #413b46;
  display: flex;
  align-items: center;
  position: relative;
  color: #2b2b2b;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 12px;
}

.list_base_new .date_tip,
.list_base_new .cate_tip,
.list_base_new .people_tip,
.list_title_nolink .date_tip,
.list_title_nolink .cate_tip,
.list_title_nolink .people_tip {
  font-weight: 500;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
  color: #87785b;
}

/* ===== リスト　popular　TOPページ用　===== */

.list_base_popular a {
  padding: 0px 20px 8px 0px;
  border-bottom: 1px solid #2b2b2b;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  border-radius: 4px 4px 0px 0px;
}

.list_base_popular a:last-child {
  margin: 0 0 16px !important;
}

.popular_icon {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    margin-right: 8px;
}

.popular_icon img {
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    margin-right: 8px;
}

.list_base_popular a .list_title {
  padding: 0;
}

.list_base_popular a .list_title::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/common/arrow_forwrd.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.list_base_popular_nolink {
  padding: 10px 20px 8px 8px;
  border-bottom: 1px solid #2b2b2b;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  border-radius: 4px 4px 0px 0px;
}

.list_base_popular_nolink .list_title::after {
  content: none;
}

/* ===== リスト　特別鑑定　resultページ用 ===== */

.result_inc_block .list_base_kobetsu a {
  margin-bottom: 20px;
}

.list_base_kobetsu a {
	margin: 0 0px 16px;
    padding: 8px 20px 8px 8px;
    border-bottom: 1px solid #2B2B2B;
    display: flex;
    align-items: center;
    position: relative;
    color: #2b2b2b;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 180%;
}

.list_base_kobetsu .cate_tip {
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

.list_base_kobetsu .cate_tip.cate_1 {
  color: #eb6dc0;
}
.list_base_kobetsu .cate_tip.cate_2,
.list_base_kobetsu .cate_tip.cate_3 {
  color: #c171d1;
}
.list_base_kobetsu .cate_tip.cate_4,
.list_base_kobetsu .cate_tip.cate_5 {
  color: #54ba6e;
}
.list_base_kobetsu .cate_tip.cate_6 {
  color: #eb6478;
}
.list_base_kobetsu .cate_tip.cate_7 {
  color: #4ba2d2;
}
.list_base_kobetsu .cate_tip.cate_8 {
  color: #D28E4B;
}
.list_base_kobetsu .cate_tip.cate_9 {
  color: #95D24B;
}
.list_base_kobetsu .cate_tip.cate_10 {
  color: #64BDD2;
}

/* ===== 特別鑑定　ランキング画像 ===== */

[class^="kobetsu_rank_"] {
  width: 27px;
  height: 20px;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  position: absolute;
    top: -10px;
    left: 0;
}

.list_base_rank .kobetsu_rank_1 {
  background-image: url(../image/kobetsu/rank1.sp.480.png);
}
.list_base_rank .kobetsu_rank_2 {
  background-image: url(../image/kobetsu/rank2.sp.480.png);
}
.list_base_rank .kobetsu_rank_3 {
  background-image: url(../image/kobetsu/rank3.sp.480.png);
}

.list_base_rank .date_tip.enabled {
    height: 18px;
    padding: 0 8px;
    border-radius: 20px;
    background: #D9D9D9;
    color: #2B2B2B;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 100%;
    margin: 0 8px 0 0;
}

/* ===== リンクあり ===== */
.list_base_kobetsu_result a .list_title {
  padding: 10px 20px 8px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #9164b8;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  border-radius: 4px 4px 0px 0px;
}

/* ===== リンクなし ===== */
.list_base_kobetsu_result .list_title {
  padding: 10px 20px 8px 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px dashed #9164b8;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  border-radius: 4px 4px 0px 0px;
}

/* ===== 特別鑑定 カテゴリ画像　===== */

/* ===== 特別鑑定 データボックス　===== */

.list_base_kobetsu .date_tip {
  color: #2B2B2B;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 180%;
  padding-right: 8px;
}

.list_base_kobetsu .price_tip {
  color: #2B2B2B;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  padding-right: 8px;
}

.list_base_kobetsu .cate_tip {
  color: #2B2B2B;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
  padding-right: 8px;
    font-family: fot-tsukubrdgothic-std, sans-serif;
}

.list_base_kobetsu .bought_tip {
  color: #87785b;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 180%;
  padding-right: 8px;
}

.list_base_kobetsu .bought_y_tip {
  color: #87785b;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 180%;
  padding-right: 8px;
}

.date_tip_gray {
  display: inline-flex;
  align-items: center;
  color: #787878;
  font-weight: 500;
  padding-right: 10px;
}


.list_base_kobetsu .date_tip.enabled {
    height: 18px;
    padding: 0 8px;
    border-radius: 20px;
    background: #D9D9D9;
    color: #2B2B2B;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 100%;
    margin: 0 8px 0 0;
}


/* ===== ランキングリスト　画像　===== */

.list_base_rank a {
  padding: 8px 20px 8px 8px;
  border-bottom: 1px solid #413b46;
  display: flex;
  align-items: center;
  position: relative;
  color: #2b2b2b;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 12px;
}

/* ===== ランキングリスト　　画像 ===== */

.list_base_rank [class^="rank_"] {
  min-width: 34px;
  min-height: 34px;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}

.list_base_rank .rank_1 {
  background-image: url(../image/common/ic_rank01.sp.480.png);
}
.list_base_rank .rank_2 {
  background-image: url(../image/common/ic_rank02.sp.480.png);
}
.list_base_rank .rank_3 {
  background-image: url(../image/common/ic_rank03.sp.480.png);
}

.list_base_rank .rank_4 {
  background-image: url(../image/common/ic_rank04.sp.480.png);
}
.list_base_rank .rank_5 {
  background-image: url(../image/common/ic_rank05.sp.480.png);
}
.list_base_rank .rank_6 {
  background-image: url(../image/common/ic_rank06.sp.480.png);
}

.list_base_rank .rank_7 {
  background-image: url(../image/common/ic_rank07.sp.480.png);
}
.list_base_rank .rank_8 {
  background-image: url(../image/common/ic_rank08.sp.480.png);
}
.list_base_rank .rank_9 {
  background-image: url(../image/common/ic_rank09.sp.480.png);
}
.list_base_rank .rank_10 {
  background-image: url(../image/common/ic_rank10.sp.480.png);
}

/* ===== リスト　特別鑑定　===== */

/* ===== カテゴリ名　＃並び===== */
.category_list {
  color: #fff;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 8px;
}

.category_list li {
  height: 32px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #2b2b2b;
  box-shadow: 2px 2px 0px 0px #2b2b2b;
}

.category_list .cate_0 {
  background-color: #ffffff;
    color:#2B2B2B;
}

.category_list li.cate_0.current {
    color:#ffffff;
}

.category_list .cate_1 {
  background-color: #eb6dc0;
}
.category_list .cate_2,
.category_list .cate_3 {
  background-color: #c171d1;
}
.category_list .cate_4,
.category_list .cate_5 {
  background-color: #54ba6e;
}
.category_list .cate_6 {
  background-color: #eb6478;
}
.category_list .cate_7 {
  background-color: #4ba2d2;
}
.category_list .cate_8 {
  background-color: #D28E4B;
}
.category_list .cate_9 {
  background-color: #95D24B;
}
.category_list .cate_10 {
  background-color: #64BDD2;
}


.category_list li.current {
  background: #b7b7b7;
  height: 34px;
  border: 1px solid transparent;
  box-shadow: 2px 2px 0px 0px transparent;
}

/*.category_list li span {
  padding-bottom: 4px;
  border-bottom: 1px solid #d698ad;
}*/

.category_list li span.current {
  padding-bottom: 4px;
  border-bottom: none;
}

.category_list .category_tip_act {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #aaaaaa;
  display: inline-block;
  border-bottom: none;
}
/* ===== カテゴリ名　＃並び===== */

/* ===== 状況別占い===== */

/* 文字間均等割り無し */
.ex_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

/* ===== ページャー　===== */

.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;
}

/* ============================================ 
情報入力ページ
/* ============================================ */

/* ===== 確認画面　===== */

.comfirm_box {
  background: #ffffff;
  border-radius: 4px;
  padding: 0px;
}

.comfirm_box table {
  border-collapse: collapse; /* セルの線を重ねる */
  width: 100%;
}

.comfirm_box td {
  padding-top: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #787878;
}

.comfirm_content {
  padding-left: 10px;
  font-weight: 700;
}

/* ===== エラーメッセージ　===== */

.error {
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #e76655;
}

/* ===== リンク横　矢印　===== */

.link_arrow {
  width: 7px;
  height: 14px;
  margin-left: 12px;
  content: "";
  display: inline-block;
  text-align: center;
  background: url(../image/icon/icon_arrow_left.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.control-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  padding-bottom: 10px;
  color: #3e3e3e;
}

.select-item {
  position: relative;
  width: 100%;
}

.select-item::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 11px;
  top: 15px;
  right: 17px;
  display: block;
  text-align: center;
  background: url(../image/form_arrow.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}


.col-xs-9 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.col-birthday {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.col-birthtime {
  width: 47.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.inputkana {
  width: 47.7%;
}

.birthtime-h,
.birthtime-m {
  width: 44.85% !important;
}

#birthday-y,
#birthday-m,
#birthday-d,
#birthtime-h,
#birthtime-m {
  width: 100%;
    border-bottom: 1px solid #2b2b2b;
    background: #fff;
    height: 44px;
    padding: 12px;
}

.birthday-y {
  width: 47.7%;
}

.birthday-m,
.birthday-d {
  width: 21.4%;
}

#inputGender,
.select_fid {
height: 44px;
    padding: 12px;
    width: 100%;
    border-bottom: 1px solid #2b2b2b;
    background: #fff;
}

.select_fid .select_border {
  border: 1px solid #373737;
}

.birth_caution {
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  padding: 20px;
  color: #977044;
  background: #fff8d8;
}

/* ===== 必須　tip　===== */
.must_black_tip {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  background: #fca95d;
  border-radius: 10px 0px;
  margin-left: 10px;
  padding: 0px 8px 0px;
  font-size: 12px;
  line-height: 20px;
  height: 21px;
  color: #ffffff;
}
/* ===== 任意　tip　===== */
.must_white_tip {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  border: 1px solid #fca95d;
  background: #ffffff;
  margin-left: 10px;
  border-radius: 10px 0px;
  padding: 0px 8px 0px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #fca95d;
}

.link_arrow {
  width: 7px;
  height: 14px;
  margin-left: 12px;
  content: "";
  display: inline-block;
  text-align: center;
  background: url(../image/icon/icon_arrow_left.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== 送信ボタン　===== */

.submit_btn_box {
  display: flex;
  justify-content: center;
}

.submit_btn_ok {
  width: 77%;
  margin: auto;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  height: 50px;
  background: #f2de73;
  box-shadow: 3px 3px 0px rgb(62 62 62 / 10%), inset 0px 0px 0px 4px #f1d959,
    inset 0px 0px 0px 5px rgb(255 255 255 / 80%);
  border-radius: 25px 0px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.15em;
}

/* =====セレクト　横　矢印　===== */

#inputGender::after ,
.select_fid::after  {
position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    display: block;
    text-align: center;
    background: url(../image/common/arrow_pulldown.sp.480.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.select-item_rn::after {
position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    display: block;
    text-align: center;
    background: url(../image/common/arrow_pulldown.sp.480.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* =====　チェックボックス　===== */

.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: 10px;
  display: block;
  width: 24px;
  height: 19px;
  background: url(../image/icon/check_off.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* =====　チェックボックス　===== */

/* ============================================ 
前・次スライドボタン共通スタイル
/* ============================================ */

.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_sv_bg {
  background-image: url(../image/mtop/sv_bg.sp.480.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  position: relative;
  background-color: #f5eee5;
  min-height: 700px;
}

.m_top_sv_box {
  width: 70%;
  position: absolute;
  top: 18%;
  left: 15%;
  margin: auto;
}

h2.sv_name {
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
}

.sv_taxt {
  /* position: absolute;
  top: 50%;
  left: 15%; */
  min-width: 263px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: auto;
  padding: 16px 12px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.05);
}

.sv_image {
  margin: auto;
}


@media screen and (max-width: 320px) {
.sv_taxt {
  min-width: auto;
  }
}


/* ============================================ 
タロット
/* ============================================ */


.tarot_card {
  width: 140px;
  margin: auto;
}

.tarot_card img {
  width: 140px;
}


/* ============================================ 
もっと見る
/* ============================================ */

.more_link {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

.more_link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.more_link a:after {
  margin-left: 4px;
  content: "";
  display: inline-block;
  background-image: url(../image/common/arrow_more.sp.480.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ============================================ 
もっと見る　下向き
/* ============================================ */

.more_link_down {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_link_down a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_link_down a:after {
  margin-left: 4px;
  content: "";
  display: inline-block;
  background-image: url(../image/common/arrow_down.sp.480.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.more_link_down button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_link_down button:after {
  margin-left: 4px;
  content: "";
  display: inline-block;
  background-image: url(../image/common/arrow_down.sp.480.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}


/* ============================================ 
コーナーバナー
/* ============================================ */

.corner_bn img {
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}

/* ============================================ 
タブ切り替え全体のスタイル
/* ============================================ */

.tab-wrap_mtop_tarot {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  margin-bottom: 40px;
  width: calc(100% / 2);
  height: 50px;
  color: #b7b7b7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  padding: 12px;
  height: 44px;
  transition: all 0.2s ease;
  float: left;
  border-bottom: 1px solid #2b2b2b;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab_01:checked ~ #tab_01_content,
#tab_02:checked ~ #tab_02_content,
#tab_03:checked ~ #tab_03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #2b2b2b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: default;
  border-bottom: 2px solid #2b2b2b;
  background: #fff;
}


/* ============================================ 
m_top下層ページ全体用
/* ============================================ */

.m_top_under_header_box {
  position: relative;
  width: 100%;
}

.l-content_under {
  padding-top: 32px;
  padding-bottom: 20px;
  background: #f9f9f9;
}

/* ============================================ 
結果ページ
/* ============================================ */

.result_summary_base {
  width: 100%;
  background-image: url(../image/common/result_summary_base.sp.480.png);
  background-size: 100%;
  padding: 0px 0px 0;
  background-repeat: no-repeat;
}
/*  BG白色あり */
.result_summary_white {
  padding: 24px 16px;
  border-radius: 0px 40px 0px 0px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 12px;
}

/*  BG紫色あり */
.result_summary_purple {
  padding: 24px 16px;
  border-radius: 0px 40px 0px 0px;
  background: linear-gradient(90deg, #f1e8ff 0%, #e4d4fd 100%);
  margin: 0 12px;
}

.result_summary {
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.result_summar_border {
  color: #87785b;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  border-bottom: dashed 1.4px #87785b;
  padding-bottom: 16px;
}

.result_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-align: justify;
}

.result_text_pink_rn {
  color: #c36e8a;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
}

/* = result結果下　監修者画像 = */

result_kanshu1,
.result_kanshu2,
.result_kanshu3,
.result_kanshu4,
.result_kanshu5,
.result_kanshu6,
.result_kanshu7,
.result_kanshu8,
.result_kanshu9,
.result_kanshu10,
.result_kanshu11,
.result_kanshu12,
.result_kanshu13 {
  position: relative;
  width: 100%;
}

.result_kanshu1:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu1.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu2:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu2.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu3:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu3.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu4:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu4.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu5:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu5.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu6:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu6.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu7:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu7.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

.result_kanshu8:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu8.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}
.result_kanshu9:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu9.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}
.result_kanshu10:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu10.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}
.result_kanshu11:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu11.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}
.result_kanshu12:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu12.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}
.result_kanshu13:after {
  display: block;
  content: "";
  background-image: url(../image/common/kanshu13.sp.480.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 290px;
  max-width: 290px;
  height: 153px;
  margin: -50px 0 0 auto;
}

/* ============================================ 
相性ページ
/* ============================================ */

.aisho_summary_base_sogo {
  width: 100%;
  background-image: url(../image/common/cate2.sp.480.png);
  background-size: 100%;
  padding: 0px 0px 0;
  background-repeat: no-repeat;
}

.aisho_summary_base_work {
  width: 100%;
  background-image: url(../image/common/cate6.sp.480.png);
  background-size: 100%;
  padding: 0px 0px 0;
  background-repeat: no-repeat;
}

.aisho_summary_base_love {
  width: 100%;
  background-image: url(../image/common/cate4.sp.480.png);
  background-size: 100%;
  padding: 0px 0px 0;
  background-repeat: no-repeat;
}

.aisho_summary_base_marrige {
  width: 100%;
  background-image: url(../image/common/cate5.sp.480.png);
  background-size: 100%;
  padding: 0px 0px 0;
  background-repeat: no-repeat;
}

.aisho_summary_base_blue {
  width: 100%;
  background-image: url(../image/common/cate6.sp.480.png);
  background-size: 100%;
  padding: 0px 0px 0;
  background-repeat: no-repeat;
}

/*  BG白色あり 上部透けてるほう */
.aisho_summary_white_trans {
  padding: 24px 16px;
  border-radius: 0px 40px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  margin: 0 12px;
}

.alsho_heart {
  width: 170px;
  height: 24px;
  margin: auto;
}

.aisho_summary_border {
  color: #87785b;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  border-bottom: dashed 1.4px #87785b;
  border-top: dashed 1.4px #87785b;
  padding: 16px 0;
}

.aisho_name {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  line-height: 180%;
}

.fukidashi01 {
  width: 115px;
  height: 17px;
  background-image: url(../image/common/fukidashi_01.sp.480.png);
  margin: auto;
  background-size: cover;
}

.fukidashi02 {
  width: 113px;
  height: 7px;
  background-image: url(../image/common/fukidashi_02.sp.480.png);
  margin: auto;
  background-size: cover;
}

.fukidashi03 {
  width: 113px;
  height: 5.5px;
  background-image: url(../image/common/fukidashi03.sp.480.png);
  margin: auto;
  background-size: cover;
}


/* ===== ボタン ノーマル　紫（横100%） ===== */

.normal_btn_rn {
  display: flex;
  background: #9164b8;
  box-shadow: inset 0px 0px 0px 3px #9164b8,
    inset 0px 0px 0px 4px rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: #ffffff;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}

.normal_btn_rn a {
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン ノーマル　紫　高さ違い ===== */

.normal_btn_tall_rn a {
  height: 54px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== ボタン ノーマル ピンク（横100%）　===== */

.normal_btn_line_rn {
  display: flex;
  background: #fff4f6;
  border: 1px solid #9164b8;
  box-shadow: inset 0px 0px 0px 3px #fbe9ec,
    inset 0px 0px 0px 4px rgba(125, 92, 153, 0.7);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  margin: auto;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}
.normal_btn_line_rn a {
  color: #9164b8;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}

/* ===== ボタン 320px以下 ===== */

@media screen and (max-width: 320px) {
  .normal_btn_rn a,
  .normal_btn_line_rn a {
    font-size: 12px;
    letter-spacing: 0em;
  }
}
/* ===== メニューリスト ===== */
.list_base_new_rn {
  padding: 12px 20px 10px 0px;
  border-bottom: 1px solid #413b46;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  display: block;
}

.list_base_new_rn a {
  position: relative;
}
.list_base_new_rn_none a {
  position: none !important;
}

/* ===== リスト用アイコンmtop下層ページ メニューリスト用===== */

/* ===== メニューリスト　公開予定　===== */

.open {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #a7516e;
  padding-right: 10px;
}
.upcoming {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  padding-right: 10px;
}
/* ===== リスト　アイコン囲み線ピンク　===== */

.tips_pink_rn {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  border: 1px solid #c36e8a;
  background: #fcf6f7;
  margin-right: 10px;
  border-radius: 27px;
  padding: 0px 8px 0px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #c36e8a;
}
/* ===== リスト　アイコンベタ赤系　===== */
.tips_red_rn {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  background: #c36e8a;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0px 8px 0px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #ffffff;
}
/* ===== リスト　アイコン囲み線紫　===== */

.tips_purple_rn {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  border: 1px solid #9164b8;
  background: #ffffff;
  margin-right: 10px;
  border-radius: 27px;
  padding: 0px 8px 0px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #9164b8;
}

.list_base_menu_rn li {
  padding: 12px 10px 10px 0px;
  line-height: 20px;
  border-bottom: 1px solid #413b46;
}

.list_base_menu_rn li a {
  padding-right: 16px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}

.list_rireki_menu_rn li a {
  padding-right: 16px;
  position: relative;
  display: block;
  align-items: center;
}

.list_base_menu_rn li a::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #413b46;
  border-bottom: 1px solid #413b46;
  -webkit-transform: rotate(-45deg);
}

/* ============================================ 
情報入力ページ
/* ============================================ */

/* =====下層ページコーナー小見出し　 片側ダイヤ===== */

h2.midashi_sub_s {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  padding-left: 32px;
  background: url(../image/icon/h2_icon.sp.480.png) no-repeat left center;
  vertical-align: middle;
  background-size: contain;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

/* ===== 確認画面　===== */

.comfirm_box_rn {
}

.comfirm_box_rn table {
  border-collapse: collapse; /* セルの線を重ねる */
  width: 100%;
}

.comfirm_box_rn td {
  border-bottom: 1px solid #2b2b2b;
}

.comfirm_content_rn {
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%; /* */
}

/* ===== エラーメッセージ　===== */

.error_rn {
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #d7051f;
}

/* ===== リンク横　矢印　===== */

.link_arrow_rn {
  width: 7px;
  height: 14px;
  margin-left: 12px;
  content: "";
  display: inline-block;
  text-align: center;
  background: url(../image/icon/icon_arrow_left.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.control-label_rn {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

/* ===== select横　矢印　===== */
.select-item_rn {
  position: relative;
/*   width: 100%;*/
}

#inputGender_rn::after,
.select-item_rn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  display: block;
  text-align: center;
  background: url(../image/common/arrow_pulldown.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.friend_serect_image img {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  margin-right: 8px;
}

#inputName,
#inputBirthday,
#inputBirthtime {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #2b2b2b;
  background: #fff;
  height: 44px;
}

.col-xs-9_rn {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.col-birthday_rn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.col-birthtime_rn {
  width: 47.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.inputkana_rn {
  width: 47.7%;
}

.birthtime-h_rn,
.birthtime-m_rn {
  width: 44.85%;
}

#birthday-y_rn,
#birthday-m_rn,
#birthday-d_rn,
#birthtime-h_rn,
#birthtime-m_rn {
  height: 40px;
  padding: 12px;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 4px;
}

.birthday-y_rn {
  width: 47.7%;
}

.birthday-m_rn,
.birthday-d_rn {
  width: 21.4%;
}

#inputGender_rn,
.select_fid_rn {
  height: 44px;
  padding: 12px;
  width: 100%;
  border-bottom: 1px solid #2b2b2b;
  background: #fff;
}

.birth_caution_rn {
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  padding: 20px;
  color: #977044;
  background: #fff8d8;
}

/* ===== 必須　tip　===== */
.must_black_tip_rn {
  display: flex;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 2px;
  background: #2b2b2b;
  font-size: 10px;
  font-weight: 400;
  height: 18px;
  margin-left: 8px;
}
/* ===== 任意　tip　===== */
.must_white_tip_rn {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  border: 1px solid #c36e8a;

  margin-left: 10px;
  border-radius: 27px;
  padding: 0px 8px 0px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #c36e8a;
}

.link_arrow_rn {
  width: 7px;
  height: 14px;
  margin-left: 12px;
  content: "";
  display: inline-block;
  text-align: center;
  background: url(../image/icon/icon_arrow_left.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* =====　チェックボックス　===== */

.scmUpdateFlg_rn {
  display: flex;
  align-items: cwnter;
}

/* =====　チェックボックス　オン　===== */
.form-button-group_rn .item_rn input[type="checkbox"]:checked {
  background: url(../image/icon/check_on.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* =====　チェックボックス　オフ　===== */
.form-button-group_rn .item_rn input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 19px;
  background: url(../image/icon/check_off.sp.480.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* =====　チェックボックス　===== */

/* ===== 戻るボタン ===== */

.submit_btn_return_rn {
  width: 87.5%;
  margin: auto;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1.4px dashed #2b2b2b;
  background: #fff;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.9);
  color: #2b2b2b;
}

.submit_btn_return_rn span {
  position: absolute;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ===== 送信ボタン　決定　紫　===== */

.submit_btn_box_rn {
  display: flex;
  justify-content: center;
}

.submit_btn_rn {
  width: 87.372%;
  margin: auto;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #2b2b2b;
  background: #fff;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.9);
  color: #2b2b2b;
}

.submit_btn_rn a {
  color: #2b2b2b;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  line-height: 180%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}

/* ===== 送信ボタン　紫　===== */

.submit_btn_normal_rn {
  display: flex;
  background: #9164b8;
  box-shadow: inset 0px 0px 0px 3px #9164b8,
    inset 0px 0px 0px 4px rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  color: #ffffff;
  justify-content: center;
  width: 100%;
  height: 39px;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}

/* ===== 修正ボタン　薄ピンク ===== */

.submit_btn_sub_rn {
  display: flex;
  background: #fff4f6;
  box-shadow: inset 0px 0px 0px 3px #fff4f6,
    inset 0px 0px 0px 4px rgba(145, 100, 184, 0.7);
  border-radius: 4px;
  color: #9164b8;
  justify-content: center;
  width: 100%;
  height: 39px;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}
.submit_btn_sub_rn span {
  position: absolute;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
}

/* ============================================ 
/* 20220517追加　 バナー　きらりんの指定　*/
/* ============================================ */

.reflection-img {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
}

.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;
  }
}
/* 20220517追加　 バナー　きらりんの指定　*/

/* 20220630　 50％バナー　きらり　アニメーション指定*/
@keyframes shiny_big {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.kobetsu_quarter_box {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.kobetsu_quarter_box > div {
  width: 49%;
  filter: drop-shadow(3px 3px 0px rgba(61, 61, 61, 0.2));
}

.quarter_img {
  width: 100%;
}

.cam_bnr_box {
  position: relative;
  width: 100%;
}

.cam_bnr_box img{
  box-shadow: 5px 4px 1px -2px #2B2B2B;
}

/* バナーの文字指定*/
.cam_bnr_box p {
    width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(31px, 4vw, 62px) !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.04em;
  text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333,
    -1px -1px 0px #333, 1px 0px 0px #333, 3px 2px 0px #333, -1px 0px 0px #333,
    0px -1px 0px #333;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

.cam_bnr_box p span {
  letter-spacing: 0.1em;
}

.shiny-btn_bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.shiny-btn_bnr::after {
  content: "";
  position: absolute;
  top: -50%;
  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;
}
/* 20220630　50％バナー　きらり　アニメーション指定*/

/* ============================================ 
/* 元々のタブの指定　*/
/* ============================================ */

#tab-today,
#tab-prev,
#tab-next {
  background: #fdeff3;
}

.ui-tabs_rn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}

.ui-tabs_rn li {
  width: 20%;
  height: 35px;
}

.ui-tabs_rn::before,
.ui-tabs_rn::after {
  display: none;
}

.tab-text {
  padding-top: 0px;
  width: 100%;
  display: inline-block;
}

.ui-tabs_rn .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  background: #fff4f6;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  border-top: 1px solid #d698ad;
  border-bottom: 1px solid #d698ad;
  color: #c46e8a;
  /* margin: 0 4px 20px 4px!important; */
  transform: scale(1, 1);
  transition: all 150ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-tabs_rn .item a {
  position: relative;
  color: #c46e8a;
  display: block;
  text-align: center;
}

.ui-tabs_rn .item a.icon {
  display: block;
  text-align: center;
}

.ui-tabs_rn .item a.icon:hover,
.ui-tabs_rn .item a.icon:focus {
  text-decoration: none;
}

.ui-tabs_rn .item a.icon i {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 auto 2px;
}

.ui-tabs_rn .item a.icon span {
  font-size: 10px;
  display: block;
}

.ui-tabs_rn .item a:hover,
.ui-tabs_rn .item a:active,
.ui-tabs_rn .item a:focus {
  text-decoration: none;
}

.ui-tabs_rn .item.active a {
  background: #d698ad;
  color: #ffffff;
  border-bottom: 1px solid #d698ad;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-tabs_rn .item.active a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ui-tabs_rn .item.disabled {
  pointer-events: none;
}

.ui-tabs_rn .item.disabled a {
  opacity: 0.4;
}

.ui-tabs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ui-tabs-container.ui-tabs-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ui-tabs-horizontal .ui-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
}

.ui-tabs-horizontal .ui-tabs .item {
  -webkit-flex-basis: 96px;
  -ms-flex-preferred-size: 96px;
  flex-basis: 96px;
}

.ui-tabs-horizontal .ui-tabs .item a::after {
  width: 4px;
  height: 100%;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.ui-tabs-horizontal .ui-tabs .item.active a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.ui-tabs-horizontal .tab-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ui-tabs-horizontal .ui-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
}

.syuku_box_rn {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 165%;
  text-align: justify;
  font-weight: bold;
}

.syuku_box_rn_image {
  min-width: 90px;
  min-height: 75px;
  text-align: center;
  left: 0;
  margin-right: 10px;
}

.yesterday_rn_image a,
.tomorrow_rn_image a {
  width: 40px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

.yesterday_rn_image a {
  position: absolute;
  top: -55px;
  left: 20%;
}

.tomorrow_rn_image a {
  position: absolute;
  top: -55px;
  right: 20%;
}

.yesterday_rn_image img,
.tomorrow_rn_image img {
  width: 16px;
  height: 7px;
}

/* ============================================ 
formページ　指定
/* ============================================ */

.form-button-group {
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.form-button-group .item {
  border-bottom: none;
}

.form-button-group .item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 8px 0px;
}

.form-button-group .item input[type="checkbox"],
.form-button-group .item input[type="radio"] {
  border: none;
}

button.normal_btn_rn {
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
}

/* ============================================ 
相性ページ　指定
/* ============================================ */

.midashi_point {
  position: relative;
  margin: 0 45px;
}

.midashi_point .text {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #a7516e;
  font-family: shippori-mincho, sans-serif;
}

.midashi_point::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -15px;
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(../image/icon/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.midashi_point::after {
  position: absolute;
  content: "";
  top: 6px;
  right: -15px;
  width: 11px;
  height: 10px;
  text-align: center;
  background: url(../image/icon/h2_icon_star.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ============================================ 
myページ　指定
/* ============================================ */

.switch-mode {
  border-bottom: none;
}

.switch-mode .item {
  padding: 0;
}

.switch-mode .item.active {
  background: #03a9f4;
  color: #fff;
}

.switch-mode .item .menu-icon {
  color: inherit;
  padding: 0px 0;
  height: 35px;
  color: #c36e8a;
  font-weight: 500;
  font-size: 14px;
}

.switch-mode .item:not(:last-child) {
  border-right: 1px solid #ddd;
}

.nav-mypage {
  list-style: none;
}

.nav-mypage .item {
  padding: 4px 0;
  text-align: center;
}

.nav-mypage .item:not(:last-child) {
  border-right: 1px solid #ddd;
}

.nav-mypage a {
  display: block;
  text-align: center;
}

.nav-mypage a:hover,
.nav-mypage a:focus {
  text-decoration: none;
}

.nav-mypage a i {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 2px;
}

.nav-mypage a span {
  font-size: 10px;
  display: block;
}

.nav-mypage a:hover,
.nav-mypage a:focus {
  text-decoration: none;
}

.menu-icon {
  display: block;
  text-align: center;
}

.menu-icon:hover,
.menu-icon:focus {
  text-decoration: none;
}

.menu-icon i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 2px;
  float: left;
}

.menu-icon span {
  font-size: 10px;
  display: block;
}

.menu-list.mypage {
  overflow: hidden;
  margin-bottom: 16px;
}

.menu-list.mypage .area-edit {
  display: block;
}

.m-list-mypage .switch-mode .item.active {
  background: transparent;
  color: inherit;
  border-bottom: 1px solid #2e3156;
  background: #d698ad;
}

/* ===== 日運 日付 ===== */

#slick-dates {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0px 10px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

#slick-dates span {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: shippori-mincho, sans-serif;
}

/* ===== メニューリスト　yyes_no　tarot　===== */
.list_base_yes_no a,
.list_base_tarot a {
  margin: 0 0px 16px;
  padding: 8px 20px 8px 8px;
  border-bottom: 1px solid #413b46;
  display: flex;
  align-items: center;
  position: relative;
  color: #2b2b2b;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
}

/* ===== メニューリスト　situation　===== */
.list_base_situation a {
  margin: 0 0px 16px;
  padding: 8px 20px 8px 8px;
  border-bottom: 1px solid #413b46;
  display: flex;
  align-items: center;
  position: relative;
  color: #2b2b2b;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
}

.list_base_situation .date_tip {
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  font-family: fot-tsukubrdgothic-std, sans-serif;  
}

.list_base_situation li.nolink {
  margin: 0 0px 16px;
  padding: 8px 20px 8px 8px;
  border-bottom: 1px solid #413b46;
  display: flex;
  align-items: center;
  position: relative;
  color: #2b2b2b;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
}

.list_base_situation .date_tip.cate_1 {
  color: #eb6dc0;
}
.list_base_situation .date_tip.cate_2,
.list_base_situation .date_tip.cate_3 {
  color: #c171d1;
}
.list_base_situation .date_tip.cate_4,
.list_base_situation .date_tip.cate_5 {
  color: #54ba6e;
}
.list_base_situation .date_tip.cate_6 {
  color: #eb6478;
}
.list_base_situation .date_tip.cate_7 {
  color: #4ba2d2;
}
/* ===== 見出し　●　===== */
.midashi_circle {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.midashi_circle::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #2b2b2b;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== 見出し　● 白文字　===== */
.midashi_circle_white {
color:#FFF;
font-size: 12px;
font-weight: 700;
line-height: 100%; 
    border-bottom: 1px solid #FFF;
    padding-bottom: 16px;
}

.midashi_circle_white::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #ffffff;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===== 見出し　● 白文字 ボーダーなし　===== */
.midashi_circle_white_noB {
color:#FFF;
font-size: 12px;
font-weight: 700;
line-height: 100%; 
}

.midashi_circle_white_noB::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #ffffff;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
}


/* ===== 結果ページ　===== */

.result_inc_block {
  padding: 28px 28px 88px 28px;
  border-radius: 60px 0px 0px 0px;
  background: #fff1ef;
}

.result_inc_block .list_base_situation a {
  margin-bottom: 20px;
}

/* ===== 入力ページ　===== */

.friend_serect_image_title img {
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  margin-right: 4px;
}

h2.h2_menu_prof {
  position: relative;
  display: flex;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  padding: 16px 0px;
  margin: auto;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
}
h2.h2_menu_prof::after {
  content: "";
  display: inline-block;
  width: 241px;
  position: absolute;
  border-bottom: dashed 1.4px #2b2b2b;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

/* ===== タブ　===== */

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.tab-list-wrap {
  padding: 0; /*デフォルトの値をクリア*/
  margin: 0; /*デフォルトの値をクリア*/
  list-style-type: none; /*デフォルトの値をクリア*/
  display: flex; /*ボタンを横並びに*/
  align-items: center;
  justify-content: center;
}
.tab-list-wrap li {
  display: block;
  width: 50%;
}
.nav-tabs li > a {
  color: #b7b7b7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  padding: 12px;
  height: 44px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2b2b2b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: default;
  border-bottom: 2px solid #2b2b2b;
  background: #fff;
}
.tab-list {
  box-sizing: border-box;
  width: 100%;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #2b2b2b;
}
.list-group .tip {
  color: #824bc2;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 4px;
}
.list-group li.list-group-item {
  background: #fff;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  box-shadow: 3px 3px 0px 0px rgba(41, 41, 41, 0.15);
  padding: 10px 20px 10px 10px;
  position: relative;
}
.list-group li.list-group-item::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 45%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #824bc2;
  border-bottom: 1.5px solid #824bc2;
  -webkit-transform: rotate(-45deg);
}

.pager {
  margin-top: 32px;
}

/* ============================================ 
 ページャー
  /* ============================================ */

.pager {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
}

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul {
  /* min-width: 100px; */
  margin: 0 10px;
  padding: 0 0 4px 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  margin: 0 6px;
  min-width: 26px;
  height: 26px;
  color: #2b2b2b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  letter-spacing: -0.6px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #2b2b2b;
  background: #ffffff;
  filter: drop-shadow(2px 2px 0px #2b2b2b);
}

.pagination ul li .active {
  color: #ffffff;
  background: #f37573;
  box-shadow: none;
  border: solid 1px transparent;
  filter: drop-shadow(2px 2px 0px transparent);
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.circul__btnR::before,
.circul__btnL::before {
  width: 24px;
  height: 24px;
  background-image: url(../image/common/arrow_forwrd.sp.480.png);
  background-size: contain;
  /* background: rgba(154, 188, 58, 0.8);
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); */
}

.circul__btnR--disabled::before,
.circul__btnL--disabled::before {
  width: 24px;
  height: 24px;
  background-image: url(../image/common/arrow_before.sp.480.png);
  background-size: contain;
  /*  background: #C8ECDA;  */
  box-shadow: none;
}

.circul__btnR,
.circul__btnL,
.circul__btnR--disabled,
.circul__btnL--disabled {
  width: 24px;
  height: 24px;
  box-shadow: none;
}

/* .circul__btnR::after,
.circul__btnL::after,
.circul__btnR--disabled::after,
.circul__btnL--disabled::after {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

/* 
    .circul__btnR:hover::before, .circul__btnL:hover::before, .circul__btnR--disabled:hover::before, .circul__btnL--disabled:hover::before {
    background: transparent;
    } */

.circul__btnR:hover::before,
.circul__btnL:hover::before {
  background: #514fc8;
}

/* .circul__btnR::after {
  left: 13px;
  border-top: 2px solid#6563E0;
  border-right: 2px solid #6563e0;
} */

.circul__btnR:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.circul__btnL::after {
  left: 15px;
  border-top: 2px solid #6563e0;
  border-right: 2px solid #6563e0;
  transform: rotate(-135deg);
}

.circul__btnL:hover::after {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
}

/* .circul__btnR--disabled::before,
.circul__btnL--disabled::before {
  background: transparent;
} */

.circul__btnR--disabled::after {
  left: 13px;
  border-top: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
}

.circul__btnL--disabled::after {
  /* left: 15px;
  border-bottom: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa; */
}

/* ===== ページャー　===== */

.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);
}
/* ===== ページャー　===== */

.recome_block {
  margin: auto;
  max-width: 323px;
}

hr.separat {
  width: 241px;
  margin: 48px auto;
  border-bottom: dashed 1.4px #2b2b2b;
  border-top-width: 0px;
}

/* ============================================ 
basic
  /* ============================================ */
.planet_list,
.planet_list_detail {
  font-size: 11px;
  font-weight: 400;
  line-height: 180%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  gap: 8px 0px;
  justify-content: space-between;
}

.planet_list li,
.planet_list_detail li {
  width: 20%;
  min-width: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.planet_list li[class^="planet_"] span {
  min-width: 20px;
  min-height: 20px;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.planet_list_detail li[class^="planet_"] span {
  min-width: 19px;
  min-height: 22px;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.planet_list li.planet_1 span {
  background-image: url(../image/basic/ic_planet2.sp.480.png);
}
.planet_list li.planet_2 span {
  background-image: url(../image/basic/ic_planet3.sp.480.png);
}
.planet_list li.planet_3 span {
  background-image: url(../image/basic/ic_planet4.sp.480.png);
}
.planet_list li.planet_4 span {
  background-image: url(../image/basic/ic_planet5.sp.480.png);
}
.planet_list li.planet_5 span {
  background-image: url(../image/basic/ic_planet6.sp.480.png);
}
.planet_list li.planet_6 span {
  background-image: url(../image/basic/ic_planet7.sp.480.png);
}
.planet_list li.planet_7 span {
  background-image: url(../image/basic/ic_planet8.sp.480.png);
  width: 29px;
}
.planet_list li.planet_8 span {
  background-image: url(../image/basic/ic_planet9.sp.480.png);
}
.planet_list li.planet_9 span {
  background-image: url(../image/basic/ic_planet10.sp.480.png);
}
.planet_list li.planet_10 span {
  background-image: url(../image/basic/ic_planet11.sp.480.png);
}

.planet_list_detail li.planet_1 span {
  background-image: url(../image/basic/detail/ic_planet2.sp.480.png);
}
.planet_list_detail li.planet_2 span {
  background-image: url(../image/basic/detail/ic_planet3.sp.480.png);
}
.planet_list_detail li.planet_3 span {
  background-image: url(../image/basic/detail/ic_planet4.sp.480.png);
}
.planet_list_detail li.planet_4 span {
  background-image: url(../image/basic/detail/ic_planet5.sp.480.png);
}
.planet_list_detail li.planet_5 span {
  background-image: url(../image/basic/detail/ic_planet6.sp.480.png);
}
.planet_list_detail li.planet_6 span {
  background-image: url(../image/basic/detail/ic_planet7.sp.480.png);
}
.planet_list_detail li.planet_7 span {
  background-image: url(../image/basic/detail/ic_planet8.sp.480.png);
}
.planet_list_detail li.planet_8 span {
  background-image: url(../image/basic/detail/ic_planet9.sp.480.png);
}
.planet_list_detail li.planet_9 span {
  background-image: url(../image/basic/detail/ic_planet10.sp.480.png);
}
.planet_list_detail li.planet_10 span {
  background-image: url(../image/basic/detail/ic_planet11.sp.480.png);
}


/* ============================================ 
m/turn
/* ============================================ */

.timeline_bg {
  padding: 10px 0px 10px 52px;
  background-image: url(../image/turn/img_arrow1.sp.480.png),
    url(../image/turn/img_arrow3.sp.480.png),
    url(../image/turn/img_arrow2.sp.480.png);
  background-size: 12px, 12px, 12px;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left 12px top 0px, left 12px bottom 0px,
    left 12px top 52px;
}

.timeline_parent_box {
  position: relative;
  width: 100%;
  border-radius: 0px 20px 0px 0px;
  background: #fff;
  font-size: 14px;
  line-height: 180%;
  padding: 10px;
  font-weight: 400;
  margin-bottom: 16px;
}

.timeline_month {
  color: #87785b;
  font-weight: 700;
}

.timeline_date1 {
  background: url(/image/common/point_day_1.sp.480.png);
  width: 98px;
  height: 64px;
  background-size: cover;
}
.timeline_date2 {
  background: url(/image/common/point_day_2.sp.480.png);
  width: 98px;
  height: 64px;
  background-size: cover;
}
.timeline_date3 {
  background: url(/image/common/point_day_3.sp.480.png);
  width: 98px;
  height: 64px;
  background-size: cover;
}
.timeline_date4 {
  background: url(/image/common/point_day_4.sp.480.png);
  width: 98px;
  height: 64px;
  background-size: cover;
}
.timeline_date5 {
  background: url(/image/common/point_day_5.sp.480.png);
  width: 98px;
  height: 64px;
  background-size: cover;
}
.timeline_date6 {
  background: url(/image/common/point_day_6.sp.480.png);
  width: 98px;
  height: 64px;
  background-size: cover;
}

.timeline_date {
  color: #000;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin: 20px 0 0 45px;
  display: inline-block;
}

.timeline_date_bg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 55px;
  height: 40px;
  top: 45%;
  left: -55px;
}

.timeline_date_bg img {
  width: 55px;
  height: 40px;
}

/* ic_turn1 */
.timeline_date_bg_2 {
  background: url(/image/turn/ic_turn1.sp.480.png);
  background-size: cover;
}

/* ic_turn2 */
.timeline_date_bg_4,
.timeline_date_bg_8,
.timeline_date_bg_34,
.timeline_date_bg_8 {
  background: url(/image/turn/ic_turn2.sp.480.png);
  background-size: cover;
}

/* ic_turn3 */
.timeline_date_bg_16 {
  background: url(/image/turn/ic_turn3.sp.480.png);
  background-size: cover;
}

/* ic_turn4 */
.timeline_date_bg_19 {
  background: url(/image/turn/ic_turn4.sp.480.png);
  background-size: cover;
}

/* ic_turn5 */
.timeline_date_bg_23 {
  background: url(/image/turn/ic_turn5.sp.480.png);
  background-size: cover;
}

/* ic_turn6 */
.timeline_date_bg_24 {
  background: url(/image/turn/ic_turn6.sp.480.png);
  background-size: cover;
}

/* ic_turn7 */
.timeline_date_bg_25 {
  background: url(/image/turn/ic_turn7.sp.480.png);
  background-size: cover;
}

/* ic_turn8 */
.timeline_date_bg_32 {
  background: url(/image/turn/ic_turn8.sp.480.png);
  background-size: cover;
}

/* ic_turn9 */
.timeline_date_bg_35 {
  background: url(/image/turn/ic_turn9.sp.480.png);
  background-size: cover;
}

/* ic_turn10 */
.timeline_date_bg_41 {
  background: url(/image/turn/ic_turn10.sp.480.png);
  background-size: cover;
}

/* ic_turn11 */
.timeline_date_bg_5 {
  background: url(/image/turn/ic_turn11.sp.480.png);
  background-size: cover;
}

/* ic_turn12 */
.timeline_date_bg_15 {
  background: url(/image/turn/ic_turn12.sp.480.png);
  background-size: cover;
}

/* ic_turn13 */
.timeline_date_bg_33 {
  background: url(/image/turn/ic_turn13.sp.480.png);
  background-size: cover;
}

/* ic_turn14 */
.timeline_date_bg_43 {
  background: url(/image/turn/ic_turn14.sp.480.png);
  background-size: cover;
}

/* ic_turn15 */
.timeline_date_bg_6 {
  background: url(/image/turn/ic_turn15.sp.480.png);
  background-size: cover;
}

/* ic_turn16 */
.timeline_date_bg_12 {
  background: url(/image/turn/ic_turn16.sp.480.png);
  background-size: cover;
}

/* ic_turn17 */
.timeline_date_bg_14 {
  background: url(/image/turn/ic_turn17.sp.480.png);
  background-size: cover;
}

/* ic_turn18 */
.timeline_date_bg_29 {
  background: url(/image/turn/ic_turn18.sp.480.png);
  background-size: cover;
}

/* ic_turn19 */
.timeline_date_bg_31 {
  background: url(/image/turn/ic_turn19.sp.480.png);
  background-size: cover;
}

/* ic_turn20 */
.timeline_date_bg_38 {
  background: url(/image/turn/ic_turn20.sp.480.png);
  background-size: cover;
}

/* うす紫 */
.timeline_summary_2 {
  color: #b793ec;
  font-weight: 700;
}
/* 緑 */
.timeline_summary_4,
.timeline_summary_8,
.timeline_summary_34,
.timeline_summary_35,
.timeline_summary_32,
.timeline_summary_12,
.timeline_summary_31 {
  color: #76be85;
  font-weight: 700;
}
/* 青*/
.timeline_summary_16,
.timeline_summary_14 {
  color: #7ea8e1;
  font-weight: 700;
}
/* 黄色 */
.timeline_summary_19,
.timeline_summary_6,
.timeline_summary_29 {
  color: #e9c422;
  font-weight: 700;
}
/* 濃い紫 */
.timeline_summary_23 {
  color: #986fcc;
  font-weight: 700;
}
/* ピンク */
.timeline_summary_24,
.timeline_summary_25 {
  color: #f18484;
  font-weight: 700;
}
/* ピンク濃い */
.timeline_summary_41 {
  color: #f66caa;
  font-weight: 700;
}
/* 濃い青 */
.timeline_summary_5 {
  color: #5779d5;
  font-weight: 700;
}
/* 水色 */
.timeline_summary_15 {
  color: #79bbd6;
  font-weight: 700;
}
/* 紫 */
.timeline_summary_33,
.timeline_summary_43,
.timeline_summary_38 {
  color: #d08be5;
  font-weight: 700;
}

.timeline_icon_box {
  padding: 0 0 0 4px;
}

.timeline_icon_box img {
  width: 22px;
  margin: 0 0 0 2px;
}

.timeline_bg_color_1,
.timeline_bg_color_2,
.timeline_bg_color_3,
.timeline_bg_color_4,
.timeline_bg_color_5,
.timeline_bg_color_6 {
  border-radius: 10px;
  padding: 16px 12px 12px 12px;
}

.timeline_color_1,
.timeline_color_2,
.timeline_color_3,
.timeline_color_4,
.timeline_color_5,
.timeline_color_6 {
  font-family: din-2014, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  padding: 0 4px;
}

.timeline_color_1 {
  color: #ffe588;
  border-right: 1px solid #ffe588;
}
.timeline_color_2 {
  color: #ff82ad;
  border-right: 1px solid #ff82ad;
}
.timeline_color_3 {
  color: #ff9191;
  border-right: 1px solid #ff9191;
}
.timeline_color_4 {
  color: #54ccbd;
  border-right: 1px solid #54ccbd;
}
.timeline_color_5 {
  color: #a7a1ea;
  border-right: 1px solid #a7a1ea;
}
.timeline_color_6 {
  color: #9c86b7;
  border-right: 1px solid #9c86b7;
}

.timeline_bg_color_1 {
  background: #ffe588;
}
.timeline_bg_color_2 {
  background: #ff82ad;
}
.timeline_bg_color_3 {
  background: #ff9191;
}
.timeline_bg_color_4 {
  background: #54ccbd;
}
.timeline_bg_color_5 {
  background: #a7a1ea;
}
.timeline_bg_color_6 {
  background: #9c86b7;
}

.timeline_text_box {
  background: #fff;
  text-align: justify;
}

.timeline_aisho p {
  display: flex;
  align-items: center;
  width: 195px;
  margin: auto;
}


.timeline_aisho img {
  width: 51px;
  height: 13px;
}

.timeline_sel_box {
  padding: 16px 20px 32px;
  background: #d2f9fb;
}

.separat_timeline {
  margin: 10px 10px;
  border-bottom: dashed 1.4px #2b2b2b;
  border-top-width: 0px;
}
/* =====　ページ幅===== */
.page_width28 {
  padding-left: 28px;
  padding-right: 28px;
}

.page_width24 {
  padding-left: 24px;
  padding-right: 24px;
}

/* =====カレンダー　過去・未来　ページ幅===== */
.page_width22 {
  padding-left: 22px;
  padding-right: 22px;
}

/* ============================================ 
m/edit
/* ============================================ */

.list_base_edit a {
  padding: 0px 20px 8px 0px;
  border-bottom: 1px solid #2b2b2b;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.list_base_edit a:last-child {
  margin: 0 0 16px !important;
}

.edit_icon img {
  min-width: 44px;
  min-height: 44px;
  max-height: 44px;
 max-width: 44px; 
}

.list_base_edit a .list_title {
  padding: 12px 0 12px 12px;
}

.list_base_edit a .list_title::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/common/arrow_forwrd.sp.480.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* ============================================ 
m/situation/result(幸運日)
/* ============================================ */
.situ_lacky_day {
  font-size: 22px;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #87785b;
  font-weight: 700;
line-height: 100%;
}
/* ============================================ 
ページャー
/* ============================================ */

.prev.noListLink {
position: absolute;  
left: 0px;}

.next.noListLink {
position: absolute;  
right: 0px;}

.prev.noListLink img,
.next.noListLink img{
width:18px;
height:18px;  
}

.wp-paginate a {
margin: 0 6px;
    min-width: 26px;
    height: 26px;
    color: #2b2b2b;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: -0.6px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #2b2b2b;
    background: #ffffff;
    filter: drop-shadow(2px 2px 0px #2b2b2b);
}


.wp-paginate .current {
margin: 0 6px;
    min-width: 26px;
    height: 26px;
    color: #2b2b2b;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: -0.6px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
color: #ffffff;
    background: #f37573;
    box-shadow: none;
    border: solid 1px transparent;
    filter: drop-shadow(2px 2px 0px transparent);
}


.wp-paginate {
    position:relative;
    padding: 0;
    margin: 10px 8px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 320px) {
.wp-paginate {
    margin: 10px 0px;
}

}



.wp-paginate li {
/*   margin:0 7px;*/
    display: inline;
    list-style: none;
}


/* ============================================ 
m/cal　カレンダー
/* ============================================ */

.cal_timeline_bg {
  padding: 0px 0px 0px 52px;
  background-image: url(../image/turn/img_arrow2.sp.480.png);
  background-size: 12px;
  background-repeat: repeat-y;
  background-position: left 12px top 52px;
}

.cal_timeline_parent_box {
  width: 100%;
  border-radius: 0px 20px 0px 0px;
  background: #fff;
  font-size: 14px;
  line-height: 180%;
  padding: 17px 10px 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.cal_timeline_month {
  color: #87785b;
  font-weight: 700;
}

.cal_timeline_text_box {
  position: relative;
  background: #fff;
  text-align: justify;
}

.cal_timeline_date_bg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 55px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
}


/* =====　アイコンの上にある数字　===== */

.fci-1-2::after,
.fci-2-2::after,
.fci-3-2::after,
.fci-4-2::after {
  content: "2";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-3::after,
.fci-2-3::after,
.fci-3-3::after,
.fci-4-3::after {
  content: "3";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-4::after,
.fci-2-4::after,
.fci-3-4::after,
.fci-4-4::after {
  content: "4";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-5::after,
.fci-2-5::after,
.fci-3-5::after,
.fci-4-5::after {
  content: "5";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-6::after,
.fci-2-6::after,
.fci-3-6::after,
.fci-4-6::after {
  content: "6";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-7::after,
.fci-2-7::after,
.fci-3-7::after,
.fci-4-7::after {
  content: "7";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-8::after,
.fci-2-8::after,
.fci-3-8::after,
.fci-4-8::after {
  content: "8";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

.fci-1-9::after,
.fci-2-9::after,
.fci-3-9::after,
.fci-4-9::after {
  content: "9";
  position: absolute;
  display: block;
  top: -6px;
  left: 50%;
  display: flex;
  width: 13px;
  height: 13px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b;
}

/* =====　アイコンの上にある数字　スマホクリック時位置調整　===== */
.fc-event.fci-1-2:focus::after,
.fc-event.fci-2-2:focus::after,
.fc-event.fci-3-2:focus::after,
.fc-event.fci-4-2:focus::after {
  background: #ffffff;
  content: "2";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-3:focus::after,
.fc-event.fci-2-3:focus::after,
.fc-event.fci-3-3:focus::after,
.fc-event.fci-4-3:focus::after {
  background: #ffffff;
  content: "3";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-4:focus::after,
.fc-event.fci-2-4:focus::after,
.fc-event.fci-3-4:focus::after,
.fc-event.fci-4-4:focus::after {
  background: #ffffff;
  content: "4";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-5:focus::after,
.fc-event.fci-2-5:focus::after,
.fc-event.fci-3-5:focus::after,
.fc-event.fci-4-5:focus::after {
  background: #ffffff;
  content: "5";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-6:focus::after,
.fc-event.fci-2-6:focus::after,
.fc-event.fci-3-6:focus::after,
.fc-event.fci-4-6:focus::after {
  background: #ffffff;
  content: "6";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-7:focus::after,
.fc-event.fci-2-7:focus::after,
.fc-event.fci-3-7:focus::after,
.fc-event.fci-4-7:focus::after {
  background: #ffffff;
  content: "7";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-8:focus::after,
.fc-event.fci-2-8:focus::after,
.fc-event.fci-3-8:focus::after,
.fc-event.fci-4-8:focus::after {
  background: #ffffff;
  content: "8";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}

.fc-event.fci-1-9:focus::after,
.fc-event.fci-2-9:focus::after,
.fc-event.fci-3-9:focus::after,
.fc-event.fci-4-9:focus::after {
  background: #ffffff;
  content: "9";
  display: flex;
  width: 13px !important;
  height: 13px !important;
  padding: 10px !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  bottom: 0px !important;
  position: absolute;
  top: -6px !important;
  left: 50% !important;
  z-index: 1;
}