
/* for mimiko 20036
 * 2025/02/14
 * ========================================================================== */
.c_caption{
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}
.about_color{
  display:flex;
  justify-content: space-between;
  margin: 28px auto 40px;
  font-size: 12px;
  line-height: 12px;
  max-width: 500px;
  width: calc(100% - 40px);
}
.pink_circle{
  background: #FF81AF;
  border: 1px solid #1f2121;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 12px;
  margin-right: 4px;
  vertical-align: bottom;
}
.blue_circle{
  background: #7DC8F7;
  border: 1px solid #1f2121;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 12px;
  margin-right: 4px;
  vertical-align: bottom;
}
.green_circle{
  background: #71DF7A;
  border: 1px solid #1f2121;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 12px;
  margin-right: 4px;
  vertical-align: bottom;
}

#contents_inner{
  padding:0;
}
#contents{
  padding-bottom:0!important;
}
#contents_inner .c_title {
    background: url(../../image/title_bg_gold.png) no-repeat 3% 3% / 30px auto;
}
#contents_inner .c_caption{
  text-shadow: 0 0 1px #1f2121;
}
.lh170{line-height: 170%;}
.col_gold{color:#B49A2E;}
.white_radius{
  border-radius: 8px;
  max-width: 400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  color: #1f2121;
}
#contents_inner #contents_body {
  width: 100%;
  max-width: 100%;
}
#frmInput{
  margin: 32px auto 0;
}
#base_horo{
  opacity:0;
}
/*--------------------*
 *  .menu_header
 *--------------------*/
.menu_header {
  background: url(../../image/20036/basic_bg.png) repeat-y 50% top / 100% auto;
  padding: 6% 0;
  color: #fff;
}
#contents_inner .menu_header .c_caption {
  background-color: #fff;
  color: #000;
  width: 90%;
  max-width: 550px;
  margin: 0 auto 3%;
  border-radius: 8px;
  padding: 3% 4%;
}
.menu_header h2 {
  font-size: 16px;
  margin-bottom: 0;
}
.menu_header p {
  text-align: center;
}
.menu_header .c_caption p {
  text-align: left;
}
.menu_header .note {
  width: 80%;
  margin: 0 auto 3%;
  font-size: 0.8em;
}
.menu_header .img_text {
  margin-bottom: 20px;
}
/*--------------------*
 *  .box_form
 *--------------------*/
.box_form {
  padding: 6% 5% 2%;
  margin-bottom: 8%;
}
#contents_inner #frmInput .input_tbl select {
  background-color: #fff;
}
#contents_inner .ninni {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 16px;
  padding: 2px 8px;
  margin-bottom: 1%;
  margin-left: 4px;
  position: relative;
  top: -2px;
  border: 1px solid #1F2121;
}
#contents_inner #frm_btn #btn1 {
  background: #E73399;
  color: #fff;
}
#contents_inner .c_telling{
  margin: 40px auto 32px;
  width: 90%;
}
/*--------------------*
 *  #c_privacy
 *--------------------*/
#c_privacy {
  max-width: 550px;
  margin: 0 auto;
  width: 90%;
}

/*--------------------*
 *  result
 *--------------------*/
#contents_inner .result_text {
  background: none;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  background: none;
  padding-bottom: 0;
}
.mosaic_btn.bg .text_mos {
  background: none;
}
.mosaic_btn .btn {
  background-color: #000;
  color: #fff;
  margin: 2% auto 1%;
}
.result_text .mosaic_btn  {
  margin-top: 30px;
}
/*--------------------*
 *  .result_basic
 *--------------------*/
.result_basic {
  background: url(../../image/20036/basic_bg.png) repeat-y 50% top / 100% auto;
  padding-top: 5%;
  color: #fff;
}
.basic_info {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.basic_info::before ,
.basic_info::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
}
.basic_info::before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  left: 0;
}
.basic_info::after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  right: 0;
}
.basic_mos {
  background : linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(82, 101, 138, 0.595) 35%, #EBFDFF 100%);
  padding-bottom: 32px;
  position: relative;
  top: 1px;

}
.timeline_group {
  background: linear-gradient(180deg, #EBFDFF 0%, #FFF4FD 50%, #FFFBE3 100%);
  color: #1F2121;
}
.timeline_group_index {
  background: linear-gradient(180deg, #EBFDFF 0%, #FFF4FD 50%, #FFFAE3 80.29%, #FFFFFF 100%);
}

.timeline{
  display: grid;
  grid-template-columns: 50px 20px 1fr;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}

.timeline {
  display:none;
}
.timeline.show {
  display: grid;
}
.more-btn {
  cursor: pointer;
  color: #1f2121;
  border-radius: 50px;
  border: 1px solid #1f2121;
  margin: 1em 0;
  max-width: 335px;
  font-size: 16px;
  line-height: 44px;
  margin: 20px auto 32px;
  text-align: center;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
}

.t_line{
  position: relative;
}
[class^="color_line"] {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 1px;
  left: 7px;
  background: #1f2121;
}
[class^="color_circle"]{
  background: #7DC8F7;
  border: 1px solid #1f2121;
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 13px;
  position: relative;
  top: 20px;
}
.color_circle1,
.color_circle12,
.color_circle26,
.color_circle39,
.color_circle40{
  background: #FF81AF;
}
.color_circle16,
.color_circle33,
.color_circle41,
.color_circle42{
  background: #71DF7A;
}
/*--------------------*
 *  .summary_group
 *--------------------*/
.summary_group {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 3%;
}
.summary_group h2 {
  margin-bottom: 6px;
}
.summary_group h2 span {
  color: #000;
  background-color: #7EFFFE;
  display: inline;
  padding: 11px 30px 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#contents_inner .summary_group .result_text {
  border: 2px solid #7EFFFE;
  border-radius: 8px;
  padding: 4% 8%;
  background: url(../../image/20036/basic_bg.png) repeat-y 50% top / 100% auto;
}
.summary_group li {
  list-style-type: disc;
  color: #7EFFFE;
}
.summary_group li span {
  color: #fff;
}
/*--------------------*
 *  .container
 *--------------------*/
.box_result_1 { background: linear-gradient(#E2ECFE, #D4F5F6); }
.box_result_2 { background: #FFDCFD; }
.box_result_3 { background: #D3F6F7; }
.box_result_4 { background: #FBFED8; }

[class^= "box_result_"] {
  padding-bottom: 30px;
}
.result_body {
  background-image: url(icon.svg);
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 11% auto;
  padding: 0 0 1%;
  padding-top: 16%;
}
.box_result_1 .result_body {
  background-image: url(../../image/20036/ic_1.png);
  background-position: 50% 6%;
}
.box_result_2 .result_body {
  background-image: url(../../image/20036/ic_2.png);
}
.box_result_3 .result_body {
  background-image: url(../../image/20036/ic_3.png);
}
.box_result_4 .result_body {
  background-image: url(../../image/20036/ic_4.png);
}
@media only screen and (min-width: 600px) {
  .result_body {
    padding-top: 9%;
    background-position: 50% 13%;
    background-size: 6% auto;
  }
  .box_result_1 .result_body {
    background-position: 50% 8%;
  }
}
#contents_body .menu_ttl {
  text-align: center;
}
.result_body h2 {
  position: relative;
  display: inline-block;
  padding: 1% 24px 0;
}
.result_body h2 span::before, .result_body h2 span::after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
}
.result_body h2 span::before {
  background: url("../../../image/common/points/point_keyword3_left.svg") no-repeat scroll center left/9px 24px;
  width: 24px;
  height: 24px;
  top: 30%;
  left: 0;
}
.result_body h2 span::after {
  background: url("../../../image/common/points/point_keyword3_right.svg") no-repeat scroll center right/9px 24px;
  width: 24px;
  height: 24px;
  top: 30%;
  right: 0;
}

/*--------------------*
 *  .r_links
 *--------------------*/
.r_links {
  background: none;
  width: 90%;
  max-width: 550px;
  margin: 3% auto 0;
}
.r_links ul {
  margin-bottom: 40px;
}
.r_links li {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  background: url(../../../image/common/points/arrow_right.svg) no-repeat scroll calc(100% - 20px) 50% / 10px 16.6px;
  background-color: #fff;
  padding: 16px 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.r_links li a {
  display: block;
}
.r_links h3 {
  text-align: center;
}
#contents_inner .r_links .price_info {
  padding: 30px 0 0 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .r_links li {
    font-size: 18px;
  }
}


.c_img2_2{
  width: 204px;
  margin: 0 auto ;  
}
.part_free_txt{
  text-align: center;
  font-size: 17px;
  line-height: 170%;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
}
.box_result_1,
.box_result_2,
.box_result_3,
.box_result_4{
  background:none;
}
#contents_body .container {
  position: relative;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #E5E3FF 0%, #EAFFF3 100%);
}
#balloon {
  background: #fff;
  max-width: 335px;
  margin: 20px auto;
  color: #1f2121;
  padding: 12px;
  border-radius: 12px;
  position: relative;
  width: calc(100% - 40px);
  opacity:0;
}
.js_group .mosaic_btn {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  left: calc(50% - 147px);
}
.js_group .mosaic_btn .btn{
  background: #E5215C;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
}
.mosaic_btn h3{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-size: 14px;
}
.result_body h2{
  padding: 1% 20px 0;
}
.result_body h2 span::before ,
.result_body h2 span::after {
  background-size: 5px 24px;
  width: 5px;
}
.mosaic6 {opacity:0.8;}
.mosaic7 {opacity:0.6;}
.mosaic8 {opacity:0.4;}
.mosaic9 {opacity:0.3;}
.mosaic10{opacity:0.2;}

.summary_txt_mos{
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.summary_txt_mos2{
  -webkit-filter: blur(4px);
  filter: blur(4px);
  display: block;
}
.r_links{
  margin: 0 auto 0;
}
.horo_group{
  margin: 0 auto 0;
}
.box_result_1{
  padding-top: 20px;
}
.js_group{
  position: relative;
  max-width: 540px;
  margin:0 auto;
}

@media only screen and (max-width: 599px) {
  .js_group{
    margin:20px auto 0;
  }
}

@media only screen and (min-width: 600px) {
  .mosaic_img_2 .mosaic_btn{
    position: absolute;
    bottom: 7%;
    left: calc(50% - 150px);
  }
  .mosaic_img_2{
    position: absolute;
    bottom: 0;
    opacity: 0;
  }
  .js_group{
    margin:20px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .mosaic_img_2 .mosaic_btn{
    position: absolute;
    bottom: 7%;
    left: calc(50% - 150px);
  }
  .mosaic_img_2{
    position: absolute;
    bottom: 0;
    opacity:0;
  }
}
.mosaic_img_3{
  opacity:0;
  max-width: 375px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .mosaic_img_3{
    transform: scale(1.3);
    transform-origin: center;
  }
}
#balloon{
  background: #fff;
  max-width: 335px;
  margin: 20px auto;
  color: #1f2121;
  padding: 12px;
  border-radius: 12px;
  position: relative;
  width: calc(100% - 40px);
}
#balloon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 3px);
  border: 6px solid transparent;
  border-top: 10px solid #fff;
  width: 0;
  height: 0;
}
#balloon P{
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
}
#more_txt{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 150%;
  opacity:0;
}

.js_group .horo_group{
  position:absolute;
  opacity:0;
}
.words_group{
  position:absolute;
  width: 100%;
}
[class^="word_"]{
  background: #fff;
  border-radius: 50px;
  color: #1f2121;
  position: relative;
  padding: 6px 12px 6px 32px;
  
}

[class^="word_"] [class^="pl_"]{
  display: inline;
  position: absolute;
  top: 0;
  left: -4px;
  padding: 0;
  
  border-radius: 50px;
  padding: 3px;
  color:#fff;
  width: 26px;
  text-align: center;
  color: #fff;
}
.pl_2{background: #EA6F1C;}
.pl_3{background: #A18F1B;}
.pl_4{background: #009CBF;}
.pl_5{background: #7C7566;}
.pl_6{background: #E24A47;}
.pl_7{background: #7C5032;}
.pl_8{background: #3B66B2;}
.pl_9{background: #11A58C;}
.pl_10{background: #4CA324;}
.pl_11{background: #E242A5;}

.word_left{
  opacity:0;
  width: 335px;
}
[class^="word_"] span{
  color: #1f2121;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
}
.word_left{
  text-align: left;
  margin: 8px auto;
  
}
#contents_inner #c_header{
  margin-bottom: 0%;
}
#c_copyright{
  text-align: center;
}
