@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import "reset.css";
@font-face {
  font-family: "mgenplus-h";
  src: url(../font/mgenplus-1pp-heavy.woff2) format("woff2"), url(../font/mgenplus-1pp-heavy.woff) format("woff"), url(../font/mgenplus-1pp-heavy.ttf) format("ttf"), local("mgenplus-h");
}
a {
  color: #1a0dab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link, a:visited {
  color: #660099;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

a.hover:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-family: "Shippori Mincho B1", "Shippori-Mincho-B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #222222;
  background-color: #ffffff;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
}
body.no_header_footer header.site_header,
body.no_header_footer footer,
body.no_header_footer #footer_fixed_menu {
  display: none;
}
body.no_header_footer #contener #contents {
  padding: 0px;
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header.site_header {
  width: 100%;
  background: url("../img/bg_header_2nd.png") no-repeat 50% 0%;
  background: url("../img/bg_header_2nd.webp") no-repeat 50% 0%;
  background-size: cover;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
header.site_header .header_inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
header.site_header .header_inner #ttl_omikuji-do {
  display: inline-block;
  width: 168px;
  height: 24px;
}
header.site_header .header_inner #site_name {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logo_koi-mikuji_pk.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  height: 50px;
  margin-top: 16px;
  margin-bottom: 10px;
}
header.site_header .header_inner .box_daikichi_daikyo {
  margin: 0 auto;
  margin-top: 20px;
  width: 160px;
}
header.site_header .header_inner .box_daikichi_daikyo img {
  width: 160px;
}
header.site_header .header_inner .txt_ver {
  display: inline-block;
  width: 10em;
  color: #FF3232;
  margin-top: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 100%;
}
header.site_header .header_inner #ttl_copy_main01 {
  display: block;
  background: url("../img/copy_main01.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 540px;
  height: 72px;
  margin-top: 20px;
}
header.site_header .box_right_top {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
}
header.site_header .box_right_top a {
  background-color: rgba(255, 255, 255, 0.6);
  color: #E00000;
  font-size: 16px;
  line-height: 100%;
  padding: 8px 12px 9px 16px;
  width: 140px;
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
header.site_header .box_right_top a:hover, header.site_header .box_right_top a:focus, header.site_header .box_right_top a:active {
  outline: none;
  text-decoration: none;
  background-color: #FF3232;
  color: #ffffff;
}

.home header.site_header {
  min-height: 600px;
  min-height: 100dvh;
  background: url("../img/bg_header_top.png") no-repeat 50% 0%;
  background: url("../img/bg_header_top.webp") no-repeat 50% 0%;
  background-size: cover;
}
.home header.site_header .header_inner #ttl_omikuji-do {
  width: 180px;
  height: 28px;
  margin-top: 140px;
}
.home header.site_header .header_inner #site_name {
  width: 320px;
  height: 64px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.home header.site_header .header_inner .txt_ver {
  margin-top: 20px;
  display: inline-block;
  width: 10em;
}
.home header.site_header .header_inner .box_btn {
  margin-top: 120px;
}
.home header.site_header .header_inner .box_btn p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 180%;
}
.home header.site_header .header_inner .box_illust01 {
  position: absolute;
  z-index: 10;
  display: block;
  background: url("../img/ill_koi_set.svg") no-repeat 0% 0%;
  background-size: 2000px;
  background-position: -70px -40px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 360px;
  height: 380px;
  top: -40px;
  left: -240px;
}
.home header.site_header .header_inner .box_illust02 {
  position: absolute;
  z-index: 10;
  display: block;
  background: url("../img/ill_koi_set.svg") no-repeat 0% 0%;
  background-size: 2000px;
  background-position: -140px -610px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 360px;
  height: 380px;
  bottom: 120px;
  right: -330px;
}
.home header.site_header .box_bg_bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: linear-gradient(rgba(255, 234, 234, 0) 0%, #FFEAEA 100%);
}
.home .box_message {
  position: relative;
  padding-top: 0px;
  text-align: center;
  background-color: #FFEAEA;
}
.home .box_message .box_message_inner {
  position: relative;
  z-index: 1;
}
.home .box_message .logomark_omikuji-do {
  display: inline-block;
  width: 70px;
  margin-bottom: 20px;
}
.home .box_message p {
  font-size: 18px;
  line-height: 320%;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}
.home .box_message p.txt_sub {
  margin-top: 40px;
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.25em;
}
.home .box_message .box_count_outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.home .box_message .box_count {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-top: 40px;
}
.home .box_message .box_count .box_girl {
  margin-left: 10px;
  width: 100%;
}
.home .box_message .box_count .box_girl img {
  vertical-align: bottom;
  width: 40%;
  max-width: 420px;
}
.home .box_message .box_count .box_count_daikichi, .home .box_message .box_count .box_count_daikyo {
  width: 340px;
  margin-bottom: 40px;
  position: absolute;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikichi_outer, .home .box_message .box_count .box_count_daikichi .box_card_daikyo_outer, .home .box_message .box_count .box_count_daikyo .box_card_daikichi_outer, .home .box_message .box_count .box_count_daikyo .box_card_daikyo_outer {
  background-color: #fff;
  box-shadow: 0 0px 20px 4px rgba(216, 0, 0, 0.3);
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikyo_outer, .home .box_message .box_count .box_count_daikyo .box_card_daikyo_outer {
  box-shadow: 0 0px 20px 4px rgba(34, 34, 34, 0.3);
}
.home .box_message .box_count .box_count_daikichi .box_card_daikichi, .home .box_message .box_count .box_count_daikichi .box_card_daikyo, .home .box_message .box_count .box_count_daikyo .box_card_daikichi, .home .box_message .box_count .box_count_daikyo .box_card_daikyo {
  width: 300px;
  height: 158px;
  padding: 48px 4px 10px;
  background: url("../img/box_card_daikichi.png?v=20250911") no-repeat 0% 0%;
  background-size: contain;
  color: #D80000;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikichi .txt_count, .home .box_message .box_count .box_count_daikichi .box_card_daikyo .txt_count, .home .box_message .box_count .box_count_daikyo .box_card_daikichi .txt_count, .home .box_message .box_count .box_count_daikyo .box_card_daikyo .txt_count {
  font-size: 60px;
  line-height: 100%;
  white-space: nowrap;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikichi .txt_count .txt_unit, .home .box_message .box_count .box_count_daikichi .box_card_daikyo .txt_count .txt_unit, .home .box_message .box_count .box_count_daikyo .box_card_daikichi .txt_count .txt_unit, .home .box_message .box_count .box_count_daikyo .box_card_daikyo .txt_count .txt_unit {
  font-size: 24px;
  line-height: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  margin-left: 2px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikichi .txt_per, .home .box_message .box_count .box_count_daikichi .box_card_daikyo .txt_per, .home .box_message .box_count .box_count_daikyo .box_card_daikichi .txt_per, .home .box_message .box_count .box_count_daikyo .box_card_daikyo .txt_per {
  font-size: 32px;
  line-height: 100%;
  margin-top: 4px;
  display: block;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikichi .txt_per .txt_unit, .home .box_message .box_count .box_count_daikichi .box_card_daikyo .txt_per .txt_unit, .home .box_message .box_count .box_count_daikyo .box_card_daikichi .txt_per .txt_unit, .home .box_message .box_count .box_count_daikyo .box_card_daikyo .txt_per .txt_unit {
  font-size: 24px;
  line-height: 100%;
  margin-left: 2px;
}
.home .box_message .box_count .box_count_daikichi .box_card_daikyo, .home .box_message .box_count .box_count_daikyo .box_card_daikyo {
  background: url("../img/box_card_daikyo.png?v=20250911") no-repeat 0% 0%;
  background-size: contain;
  color: #222222;
}
.home .box_message .box_count .box_count_daikichi p.txt_notis, .home .box_message .box_count .box_count_daikyo p.txt_notis {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
  height: 40px;
}
.home .box_message .box_count .box_count_daikichi .lbl_month, .home .box_message .box_count .box_count_daikyo .lbl_month {
  color: #D80000;
  font-size: 16px;
  line-height: 120%;
}
.home .box_message .box_count .box_count_daikichi {
  left: 10px;
}
.home .box_message .box_count .box_count_daikyo {
  right: 10px;
}
.home .box_message .box_count .box_count_daikyo .lbl_month {
  color: #222222;
}
.home .box_message .box_count .box_count_daikyo p.txt_notis {
  text-align: center;
}

/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
nav {
  width: 100%;
  margin-top: 20px;
}
nav .nav_inner {
  margin: 0 auto;
  text-align: center;
  width: 1200px;
  position: relative;
}
nav ul {
  border-left: solid 1px #999999;
}
nav ul li {
  width: auto;
  float: left;
  border-right: solid 1px #999999;
}
nav ul li a, nav ul li a:link, nav ul li a:visited {
  display: block;
  padding: 10px 0 8px 0;
  width: 168px;
  margin: 0 5px;
  border-bottom: solid 2px #ffffff;
  font-size: 18px;
  color: #222222;
}
nav ul li a.menu_pv, nav ul li a:link.menu_pv, nav ul li a:visited.menu_pv {
  width: 293px;
}
nav ul li a:hover, nav ul li a.current, nav ul li a:link:hover, nav ul li a:link.current, nav ul li a:visited:hover, nav ul li a:visited.current {
  text-decoration: none;
  border-bottom: solid 2px #983333;
}

.box_admin_menu {
  padding: 80px 20px;
  background-color: #eee;
  margin-bottom: 100px;
}

/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#contener #contents {
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px 40px 20px;
  position: relative;
  line-height: 160%;
}
#contener #contents .width_640 {
  width: 640px;
  margin: 0 auto;
}
#contener #contents .width_800 {
  width: 800px;
  margin: 0 auto;
}
#contener #contents .width_1000 {
  width: 1000px;
  margin: 0 auto;
}
#contener h1, #contener h2, #contener h3, #contener h4, #contener h5, #contener h6 {
  margin-top: 80px;
  line-height: 140%;
  font-weight: 500;
  font-family: "Shippori Mincho B1", "Shippori-Mincho-B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#contener h1, #contener .h1 {
  font-size: 30px;
}
#contener h2, #contener .h2 {
  font-size: 22px;
}
#contener h3, #contener .h3 {
  font-size: 20px;
}
#contener h4, #contener .h4 {
  font-size: 18px;
}
#contener h5, #contener .h5 {
  font-size: 16px;
}
#contener h6, #contener .h6 {
  font-size: 16px;
}
#contener p {
  margin-top: 20px;
  line-height: 240%;
}
#contener ol {
  list-style: decimal;
  margin: 8px 0;
  margin-left: 1.6em;
}
#contener ol li {
  margin: 12px 0 0 0;
  line-height: 200%;
}
#contener ul {
  list-style: disc;
  margin: 12px 0;
  margin-left: 1.6em;
}
#contener ul li {
  margin: 6px 0 0 0;
  line-height: 180%;
}
#contener hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #dddddd;
  margin: 20px 0;
}
#contener table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#contener table.tbl_s tr th, #contener table.tbl_s tr td {
  padding: 8px 4px;
  font-size: 14px;
}
#contener table.tbl_tb_no_line tr:first-of-type th, #contener table.tbl_tb_no_line tr:first-of-type td {
  border-top: none;
}
#contener table.tbl_tb_no_line tr:last-of-type th, #contener table.tbl_tb_no_line tr:last-of-type td {
  border-bottom: none;
}
#contener table.tbl_tb_no_line td {
  word-break: break-word;
}
#contener table.tbl_tb_no_line th {
  white-space: nowrap;
}
#contener table tr th, #contener table tr td {
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 16px 8px;
}
#contener table tr th.align_center, #contener table tr td.align_center {
  text-align: center;
}
#contener table tr th.align_right, #contener table tr td.align_right {
  text-align: right;
}
#contener table tr th.td_nowrap, #contener table tr td.td_nowrap {
  text-align: center;
  white-space: nowrap;
}
#contener .sec h2 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 40px;
}
#contener .sec h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin-bottom: 10px;
}
#contener .sec p {
  margin-top: 0;
  margin-bottom: 30px;
}
#contener .sec p.txt_sub {
  margin-bottom: 0;
  font-size: 13px;
}
#contener .sec .box_content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#contener .sec .box_content .box_content_text {
  width: calc(50% - 40px);
}
#contener .sec .box_content .box_content_text p {
  text-align: left;
  font-size: 17px;
  line-height: 260%;
  margin-top: 16px;
  margin-bottom: 0;
}
#contener .sec .box_content .box_content_pic {
  width: 50%;
}
#contener .sec .box_btn {
  margin-top: 60px;
}
#contener #sec_member_add .box_member_add {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 40px 0 50px;
}
#contener #sec_member_add .box_member_add p {
  margin: 0;
}
#contener #sec_member_add .box_member_add .box_btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
#contener #sec_member_add .box_member_add .box_btn a {
  margin: 0 10px;
}
#contener #sec_news .box_news {
  margin: 0 auto;
}
#contener #sec_news .box_news dl {
  margin-top: 10px;
}
#contener #sec_news .box_news dl dt {
  width: 8em;
  float: left;
  clear: left;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}
#contener #sec_news .box_news dl dd {
  width: 100%;
  padding-left: 8em;
  text-align: left;
  border-top: solid 1px #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
}
#contener #sec_news .box_news dl dd:last-of-type {
  border-bottom: solid 1px #ccc;
}
#contener #sec_news .box_news dl dd a, #contener #sec_news .box_news dl dd a:link,
#contener #sec_news .box_news dl dd a:visited {
  color: #222222;
}
#contener #sec_news .btn_more {
  margin-top: 40px;
}
#contener #sec_result_post {
  margin-top: 160px;
}
#contener #sec_result_post .box_result_post {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#contener #sec_result_post .box_result_post a {
  width: 20%;
  padding: 10px;
  color: #222222;
}
#contener #sec_result_post .box_result_post a img {
  max-width: 100%;
  vertical-align: bottom;
}
#contener #sec_result_post .box_result_post a .txt_date {
  font-size: 12px;
  line-height: 120%;
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
#contener #sec_result_post .box_result_post a .txt_message {
  font-size: 15px;
  line-height: 140%;
  display: block;
  margin-top: 6px;
}
#contener #sec_result_post .box_result_post a:hover, #contener #sec_result_post .box_result_post a:focus, #contener #sec_result_post .box_result_post a:active {
  text-decoration: none;
}
#contener #sec_result_post .box_result_post .block_space {
  width: 20%;
  padding: 10px;
  display: inline-block;
}
#contener #sec_real_koimikuji {
  margin-top: 160px;
  margin-bottom: 100px;
}
#contener #sec_line_stamp {
  margin-top: 160px;
  margin-bottom: 100px;
}
#contener .entry-header, #contener .page-header {
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contener .entry-header .post_category, #contener .page-header .post_category {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin: 20px;
}
#contener .entry-header .post_date, #contener .page-header .post_date {
  font-size: 16px;
  line-height: 100%;
  margin: 20px;
}
#contener .entry-header h1, #contener .page-header h1 {
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin: 10px 0 10px;
}
#contener .entry-header h1 .txt_s, #contener .page-header h1 .txt_s {
  font-size: 34px;
  line-height: 140%;
}
#contener .entry-header h1.entry-title, #contener .page-header h1.entry-title {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
#contener .entry-header h1.admin_title, #contener .page-header h1.admin_title {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
#contener .entry-header h1.result_title, #contener .page-header h1.result_title {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin: 10px 0 10px;
}
#contener .entry-header h1.result_title .txt_s, #contener .page-header h1.result_title .txt_s {
  font-size: 34px;
  line-height: 120%;
}
#contener .entry-header .ttl_sub, #contener .page-header .ttl_sub {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
#contener .entry-content.txt_left, #contener .page-content.txt_left {
  text-align: left;
}
#contener .entry-content .box_form, #contener .entry-content .box_card, #contener .page-content .box_form, #contener .page-content .box_card {
  font-size: 18px;
  line-height: 140%;
  width: 800px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #dddddd;
}
#contener .entry-content .box_form .block_form, #contener .entry-content .box_form .block_card, #contener .entry-content .box_card .block_form, #contener .entry-content .box_card .block_card, #contener .page-content .box_form .block_form, #contener .page-content .box_form .block_card, #contener .page-content .box_card .block_form, #contener .page-content .box_card .block_card {
  border-bottom: solid 1px #dddddd;
  padding: 20px 0;
  text-align: left;
}
#contener .entry-content .box_form .form_lbl, #contener .entry-content .box_form .card_lbl, #contener .entry-content .box_card .form_lbl, #contener .entry-content .box_card .card_lbl, #contener .page-content .box_form .form_lbl, #contener .page-content .box_form .card_lbl, #contener .page-content .box_card .form_lbl, #contener .page-content .box_card .card_lbl {
  width: 12em;
  padding-right: 1em;
  padding-top: 32px;
  padding-bottom: 32px;
}
#contener .entry-content .box_form .form_hissu, #contener .entry-content .box_card .form_hissu, #contener .page-content .box_form .form_hissu, #contener .page-content .box_card .form_hissu {
  width: 2.5em;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 0px;
}
#contener .entry-content .box_form .form_hissu span, #contener .entry-content .box_card .form_hissu span, #contener .page-content .box_form .form_hissu span, #contener .page-content .box_card .form_hissu span {
  background-color: #FF3232;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  border-radius: 4px;
  padding: 4px calc(5px - 0.2em) 5px 5px;
  white-space: nowrap;
  width: auto;
  vertical-align: top;
}
#contener .entry-content .box_form .form_input, #contener .entry-content .box_form .card_val, #contener .entry-content .box_card .form_input, #contener .entry-content .box_card .card_val, #contener .page-content .box_form .form_input, #contener .page-content .box_form .card_val, #contener .page-content .box_card .form_input, #contener .page-content .box_card .card_val {
  width: calc(100% - 12em - 2.5em);
  padding-left: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}
#contener .entry-content .box_form .form_input.card_val, #contener .entry-content .box_form .card_val.card_val, #contener .entry-content .box_card .form_input.card_val, #contener .entry-content .box_card .card_val.card_val, #contener .page-content .box_form .form_input.card_val, #contener .page-content .box_form .card_val.card_val, #contener .page-content .box_card .form_input.card_val, #contener .page-content .box_card .card_val.card_val {
  width: calc(100% - 13em);
}
#contener .entry-content .box_form .form_input .box_input_main, #contener .entry-content .box_form .card_val .box_input_main, #contener .entry-content .box_card .form_input .box_input_main, #contener .entry-content .box_card .card_val .box_input_main, #contener .page-content .box_form .form_input .box_input_main, #contener .page-content .box_form .card_val .box_input_main, #contener .page-content .box_card .form_input .box_input_main, #contener .page-content .box_card .card_val .box_input_main {
  display: block;
}
#contener .entry-content .box_form .form_input .box_input_main.vertical label, #contener .entry-content .box_form .card_val .box_input_main.vertical label, #contener .entry-content .box_card .form_input .box_input_main.vertical label, #contener .entry-content .box_card .card_val .box_input_main.vertical label, #contener .page-content .box_form .form_input .box_input_main.vertical label, #contener .page-content .box_form .card_val .box_input_main.vertical label, #contener .page-content .box_card .form_input .box_input_main.vertical label, #contener .page-content .box_card .card_val .box_input_main.vertical label {
  display: block;
  text-align: left;
}
#contener .entry-content .box_form .form_input .box_input_main.vertical2, #contener .entry-content .box_form .form_input .box_input_main.vertical3, #contener .entry-content .box_form .card_val .box_input_main.vertical2, #contener .entry-content .box_form .card_val .box_input_main.vertical3, #contener .entry-content .box_card .form_input .box_input_main.vertical2, #contener .entry-content .box_card .form_input .box_input_main.vertical3, #contener .entry-content .box_card .card_val .box_input_main.vertical2, #contener .entry-content .box_card .card_val .box_input_main.vertical3, #contener .page-content .box_form .form_input .box_input_main.vertical2, #contener .page-content .box_form .form_input .box_input_main.vertical3, #contener .page-content .box_form .card_val .box_input_main.vertical2, #contener .page-content .box_form .card_val .box_input_main.vertical3, #contener .page-content .box_card .form_input .box_input_main.vertical2, #contener .page-content .box_card .form_input .box_input_main.vertical3, #contener .page-content .box_card .card_val .box_input_main.vertical2, #contener .page-content .box_card .card_val .box_input_main.vertical3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contener .entry-content .box_form .form_input .box_input_main.vertical2 label, #contener .entry-content .box_form .form_input .box_input_main.vertical3 label, #contener .entry-content .box_form .card_val .box_input_main.vertical2 label, #contener .entry-content .box_form .card_val .box_input_main.vertical3 label, #contener .entry-content .box_card .form_input .box_input_main.vertical2 label, #contener .entry-content .box_card .form_input .box_input_main.vertical3 label, #contener .entry-content .box_card .card_val .box_input_main.vertical2 label, #contener .entry-content .box_card .card_val .box_input_main.vertical3 label, #contener .page-content .box_form .form_input .box_input_main.vertical2 label, #contener .page-content .box_form .form_input .box_input_main.vertical3 label, #contener .page-content .box_form .card_val .box_input_main.vertical2 label, #contener .page-content .box_form .card_val .box_input_main.vertical3 label, #contener .page-content .box_card .form_input .box_input_main.vertical2 label, #contener .page-content .box_card .form_input .box_input_main.vertical3 label, #contener .page-content .box_card .card_val .box_input_main.vertical2 label, #contener .page-content .box_card .card_val .box_input_main.vertical3 label {
  display: block;
  width: 50%;
  text-align: left;
}
#contener .entry-content .box_form .form_input .box_input_main.vertical2::before, #contener .entry-content .box_form .form_input .box_input_main.vertical2::after, #contener .entry-content .box_form .form_input .box_input_main.vertical3::before, #contener .entry-content .box_form .form_input .box_input_main.vertical3::after, #contener .entry-content .box_form .card_val .box_input_main.vertical2::before, #contener .entry-content .box_form .card_val .box_input_main.vertical2::after, #contener .entry-content .box_form .card_val .box_input_main.vertical3::before, #contener .entry-content .box_form .card_val .box_input_main.vertical3::after, #contener .entry-content .box_card .form_input .box_input_main.vertical2::before, #contener .entry-content .box_card .form_input .box_input_main.vertical2::after, #contener .entry-content .box_card .form_input .box_input_main.vertical3::before, #contener .entry-content .box_card .form_input .box_input_main.vertical3::after, #contener .entry-content .box_card .card_val .box_input_main.vertical2::before, #contener .entry-content .box_card .card_val .box_input_main.vertical2::after, #contener .entry-content .box_card .card_val .box_input_main.vertical3::before, #contener .entry-content .box_card .card_val .box_input_main.vertical3::after, #contener .page-content .box_form .form_input .box_input_main.vertical2::before, #contener .page-content .box_form .form_input .box_input_main.vertical2::after, #contener .page-content .box_form .form_input .box_input_main.vertical3::before, #contener .page-content .box_form .form_input .box_input_main.vertical3::after, #contener .page-content .box_form .card_val .box_input_main.vertical2::before, #contener .page-content .box_form .card_val .box_input_main.vertical2::after, #contener .page-content .box_form .card_val .box_input_main.vertical3::before, #contener .page-content .box_form .card_val .box_input_main.vertical3::after, #contener .page-content .box_card .form_input .box_input_main.vertical2::before, #contener .page-content .box_card .form_input .box_input_main.vertical2::after, #contener .page-content .box_card .form_input .box_input_main.vertical3::before, #contener .page-content .box_card .form_input .box_input_main.vertical3::after, #contener .page-content .box_card .card_val .box_input_main.vertical2::before, #contener .page-content .box_card .card_val .box_input_main.vertical2::after, #contener .page-content .box_card .card_val .box_input_main.vertical3::before, #contener .page-content .box_card .card_val .box_input_main.vertical3::after {
  content: "";
  display: block;
  width: 50%;
  order: 1;
}
#contener .entry-content .box_form .form_input .box_input_main.vertical3 label, #contener .entry-content .box_form .card_val .box_input_main.vertical3 label, #contener .entry-content .box_card .form_input .box_input_main.vertical3 label, #contener .entry-content .box_card .card_val .box_input_main.vertical3 label, #contener .page-content .box_form .form_input .box_input_main.vertical3 label, #contener .page-content .box_form .card_val .box_input_main.vertical3 label, #contener .page-content .box_card .form_input .box_input_main.vertical3 label, #contener .page-content .box_card .card_val .box_input_main.vertical3 label {
  width: 33%;
}
#contener .entry-content .box_form .form_input .box_input_main.vertical3::before, #contener .entry-content .box_form .form_input .box_input_main.vertical3::after, #contener .entry-content .box_form .card_val .box_input_main.vertical3::before, #contener .entry-content .box_form .card_val .box_input_main.vertical3::after, #contener .entry-content .box_card .form_input .box_input_main.vertical3::before, #contener .entry-content .box_card .form_input .box_input_main.vertical3::after, #contener .entry-content .box_card .card_val .box_input_main.vertical3::before, #contener .entry-content .box_card .card_val .box_input_main.vertical3::after, #contener .page-content .box_form .form_input .box_input_main.vertical3::before, #contener .page-content .box_form .form_input .box_input_main.vertical3::after, #contener .page-content .box_form .card_val .box_input_main.vertical3::before, #contener .page-content .box_form .card_val .box_input_main.vertical3::after, #contener .page-content .box_card .form_input .box_input_main.vertical3::before, #contener .page-content .box_card .form_input .box_input_main.vertical3::after, #contener .page-content .box_card .card_val .box_input_main.vertical3::before, #contener .page-content .box_card .card_val .box_input_main.vertical3::after {
  width: 33%;
}
#contener .entry-content .box_form .form_input .box_input_main.horizontal, #contener .entry-content .box_form .card_val .box_input_main.horizontal, #contener .entry-content .box_card .form_input .box_input_main.horizontal, #contener .entry-content .box_card .card_val .box_input_main.horizontal, #contener .page-content .box_form .form_input .box_input_main.horizontal, #contener .page-content .box_form .card_val .box_input_main.horizontal, #contener .page-content .box_card .form_input .box_input_main.horizontal, #contener .page-content .box_card .card_val .box_input_main.horizontal {
  display: flex;
  justify-content: space-around;
}
#contener .entry-content .box_form .form_input .box_input_main.horizontal2, #contener .entry-content .box_form .card_val .box_input_main.horizontal2, #contener .entry-content .box_card .form_input .box_input_main.horizontal2, #contener .entry-content .box_card .card_val .box_input_main.horizontal2, #contener .page-content .box_form .form_input .box_input_main.horizontal2, #contener .page-content .box_form .card_val .box_input_main.horizontal2, #contener .page-content .box_card .form_input .box_input_main.horizontal2, #contener .page-content .box_card .card_val .box_input_main.horizontal2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contener .entry-content .box_form .form_input .box_input_main.horizontal2 label, #contener .entry-content .box_form .card_val .box_input_main.horizontal2 label, #contener .entry-content .box_card .form_input .box_input_main.horizontal2 label, #contener .entry-content .box_card .card_val .box_input_main.horizontal2 label, #contener .page-content .box_form .form_input .box_input_main.horizontal2 label, #contener .page-content .box_form .card_val .box_input_main.horizontal2 label, #contener .page-content .box_card .form_input .box_input_main.horizontal2 label, #contener .page-content .box_card .card_val .box_input_main.horizontal2 label {
  width: 50%;
  text-align: left;
}
#contener .entry-content .box_form .form_input .box_input_main.horizontal2::after, #contener .entry-content .box_form .card_val .box_input_main.horizontal2::after, #contener .entry-content .box_card .form_input .box_input_main.horizontal2::after, #contener .entry-content .box_card .card_val .box_input_main.horizontal2::after, #contener .page-content .box_form .form_input .box_input_main.horizontal2::after, #contener .page-content .box_form .card_val .box_input_main.horizontal2::after, #contener .page-content .box_card .form_input .box_input_main.horizontal2::after, #contener .page-content .box_card .card_val .box_input_main.horizontal2::after {
  content: "";
  display: block;
  width: 50%;
}
#contener .entry-content .box_form .form_input input[type=checkbox],
#contener .entry-content .box_form .form_input input[type=radio], #contener .entry-content .box_form .card_val input[type=checkbox],
#contener .entry-content .box_form .card_val input[type=radio], #contener .entry-content .box_card .form_input input[type=checkbox],
#contener .entry-content .box_card .form_input input[type=radio], #contener .entry-content .box_card .card_val input[type=checkbox],
#contener .entry-content .box_card .card_val input[type=radio], #contener .page-content .box_form .form_input input[type=checkbox],
#contener .page-content .box_form .form_input input[type=radio], #contener .page-content .box_form .card_val input[type=checkbox],
#contener .page-content .box_form .card_val input[type=radio], #contener .page-content .box_card .form_input input[type=checkbox],
#contener .page-content .box_card .form_input input[type=radio], #contener .page-content .box_card .card_val input[type=checkbox],
#contener .page-content .box_card .card_val input[type=radio] {
  transform: scale(1.8);
  margin-right: 10px;
}
#contener .entry-content .box_form .form_input label, #contener .entry-content .box_form .card_val label, #contener .entry-content .box_card .form_input label, #contener .entry-content .box_card .card_val label, #contener .page-content .box_form .form_input label, #contener .page-content .box_form .card_val label, #contener .page-content .box_card .form_input label, #contener .page-content .box_card .card_val label {
  display: inline-block;
}
#contener .entry-content .box_form .form_input label:last-of-type, #contener .entry-content .box_form .card_val label:last-of-type, #contener .entry-content .box_card .form_input label:last-of-type, #contener .entry-content .box_card .card_val label:last-of-type, #contener .page-content .box_form .form_input label:last-of-type, #contener .page-content .box_form .card_val label:last-of-type, #contener .page-content .box_card .form_input label:last-of-type, #contener .page-content .box_card .card_val label:last-of-type {
  margin-bottom: 0;
}
#contener .entry-content .box_form .form_input .lbl_sub, #contener .entry-content .box_form .card_val .lbl_sub, #contener .entry-content .box_card .form_input .lbl_sub, #contener .entry-content .box_card .card_val .lbl_sub, #contener .page-content .box_form .form_input .lbl_sub, #contener .page-content .box_form .card_val .lbl_sub, #contener .page-content .box_card .form_input .lbl_sub, #contener .page-content .box_card .card_val .lbl_sub {
  font-size: 16px;
  line-height: 140%;
  margin-top: 20px;
  margin-bottom: 4px;
}
#contener .entry-content .box_form .form_input .txt_sub, #contener .entry-content .box_form .card_val .txt_sub, #contener .entry-content .box_card .form_input .txt_sub, #contener .entry-content .box_card .card_val .txt_sub, #contener .page-content .box_form .form_input .txt_sub, #contener .page-content .box_form .card_val .txt_sub, #contener .page-content .box_card .form_input .txt_sub, #contener .page-content .box_card .card_val .txt_sub {
  font-size: 14px;
  line-height: 140%;
  margin-top: 10px;
  letter-spacing: 0;
}
#contener .entry-content .box_form .form_input .txt_sub + .txt_sub, #contener .entry-content .box_form .card_val .txt_sub + .txt_sub, #contener .entry-content .box_card .form_input .txt_sub + .txt_sub, #contener .entry-content .box_card .card_val .txt_sub + .txt_sub, #contener .page-content .box_form .form_input .txt_sub + .txt_sub, #contener .page-content .box_form .card_val .txt_sub + .txt_sub, #contener .page-content .box_card .form_input .txt_sub + .txt_sub, #contener .page-content .box_card .card_val .txt_sub + .txt_sub {
  margin-top: 4px;
}
#contener .entry-content .box_form .form_input .txt_s, #contener .entry-content .box_form .card_val .txt_s, #contener .entry-content .box_card .form_input .txt_s, #contener .entry-content .box_card .card_val .txt_s, #contener .page-content .box_form .form_input .txt_s, #contener .page-content .box_form .card_val .txt_s, #contener .page-content .box_card .form_input .txt_s, #contener .page-content .box_card .card_val .txt_s {
  font-size: 16px;
  line-height: 140%;
  margin-top: 10px;
  letter-spacing: 0;
}
#contener .entry-content .box_form.form_login, #contener .entry-content .box_card.form_login, #contener .page-content .box_form.form_login, #contener .page-content .box_card.form_login {
  flex-direction: column;
  border-top: none;
  width: 360px;
  margin: 20px auto 0;
}
#contener .entry-content .box_form.form_login .form_lbl, #contener .entry-content .box_card.form_login .form_lbl, #contener .page-content .box_form.form_login .form_lbl, #contener .page-content .box_card.form_login .form_lbl {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  color: #E00000;
}
#contener .entry-content .box_form.form_login .form_input, #contener .entry-content .box_card.form_login .form_input, #contener .page-content .box_form.form_login .form_input, #contener .page-content .box_card.form_login .form_input {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 0;
}
#contener .entry-content .box_form.form_login .form_input.icon_email, #contener .entry-content .box_card.form_login .form_input.icon_email, #contener .page-content .box_form.form_login .form_input.icon_email, #contener .page-content .box_card.form_login .form_input.icon_email {
  display: inline-block;
  position: relative;
}
#contener .entry-content .box_form.form_login .form_input.icon_email::before, #contener .entry-content .box_card.form_login .form_input.icon_email::before, #contener .page-content .box_form.form_login .form_input.icon_email::before, #contener .page-content .box_card.form_login .form_input.icon_email::before {
  content: "";
  width: 24px;
  height: 19px;
  background: url(../img/icon_email.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 14px;
}
#contener .entry-content .box_form.form_login .form_input.icon_password, #contener .entry-content .box_card.form_login .form_input.icon_password, #contener .page-content .box_form.form_login .form_input.icon_password, #contener .page-content .box_card.form_login .form_input.icon_password {
  display: inline-block;
  position: relative;
}
#contener .entry-content .box_form.form_login .form_input.icon_password::before, #contener .entry-content .box_card.form_login .form_input.icon_password::before, #contener .page-content .box_form.form_login .form_input.icon_password::before, #contener .page-content .box_card.form_login .form_input.icon_password::before {
  content: "";
  width: 21px;
  height: 30px;
  background: url(../img/icon_password.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 16px;
}
#contener .entry-content .box_form.form_login .form_input input, #contener .entry-content .box_card.form_login .form_input input, #contener .page-content .box_form.form_login .form_input input, #contener .page-content .box_card.form_login .form_input input {
  padding-left: 2.8em;
}
#contener .entry-content .box_form_btn, #contener .page-content .box_form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contener .entry-content .box_form_btn input, #contener .page-content .box_form_btn input {
  margin: 8px;
}
#contener .entry-content .sec_mypage_menu h2, #contener .page-content .sec_mypage_menu h2 {
  text-align: left;
  margin-top: 100px;
  padding-bottom: 4px;
  border-bottom: solid 1px #dddddd;
  font-size: 26px;
}
#contener .entry-content .sec_mypage_menu h3, #contener .page-content .sec_mypage_menu h3 {
  text-align: left;
  margin-top: 40px;
  font-size: 20px;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu, #contener .page-content .sec_mypage_menu .box_mypage_menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px 0 0;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu {
  width: 50%;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_right, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_right {
  width: 45%;
  border-left: solid 1px #dddddd;
  padding-left: 5%;
  padding-bottom: 6px;
  text-align: left;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_right p, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_right p {
  margin-top: 0;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left {
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left a, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left a {
  margin-bottom: 6px;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left a + a, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left a + a {
  margin-top: 16px;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left p.txt_sub, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_left p.txt_sub {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
}
#contener .entry-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_right, #contener .page-content .sec_mypage_menu .box_mypage_menu .block_mypage_menu.block_mypage_menu_right {
  letter-spacing: 0.05em;
}
#contener .entry-content .box_result_card, #contener .page-content .box_result_card {
  position: relative;
  height: 630px;
  width: 1200px;
  margin: 0 auto;
  perspective: 110vh;
}
#contener .entry-content .box_result_card .block_omikuji_h1, #contener .page-content .box_result_card .block_omikuji_h1 {
  height: 630px;
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  background-color: #E00000;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  z-index: 2;
  -moz-transform: rotateY(0.1deg);
  -webkit-transform: rotateY(0.1deg);
  -ms-transform: rotateY(0.1deg);
  transform: rotateY(0.1deg);
}
#contener .entry-content .box_result_card .block_omikuji_h1 .logomark_koi-mikuji, #contener .page-content .box_result_card .block_omikuji_h1 .logomark_koi-mikuji {
  width: 120px;
  margin-top: 16px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
#contener .entry-content .box_result_card .block_omikuji_h1 .logo_koi-mikuji, #contener .page-content .box_result_card .block_omikuji_h1 .logo_koi-mikuji {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 8px;
}
#contener .entry-content .box_result_card .block_omikuji_p2, #contener .entry-content .box_result_card .block_omikuji_p3,
#contener .entry-content .box_result_card .block_omikuji_p4,
#contener .entry-content .box_result_card .block_omikuji_p5,
#contener .entry-content .box_result_card .block_omikuji_p6, #contener .page-content .box_result_card .block_omikuji_p2, #contener .page-content .box_result_card .block_omikuji_p3,
#contener .page-content .box_result_card .block_omikuji_p4,
#contener .page-content .box_result_card .block_omikuji_p5,
#contener .page-content .box_result_card .block_omikuji_p6 {
  display: inline-block;
  height: 630px;
  width: 200px;
  position: absolute;
  left: 0%;
  margin-left: 100px;
  background-color: #E00000;
  z-index: 1;
  -moz-transform: rotateY(0.1deg);
  -webkit-transform: rotateY(0.1deg);
  -ms-transform: rotateY(0.1deg);
  transform: rotateY(0.1deg);
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
#contener .entry-content .box_result_card .block_omikuji_p2, #contener .page-content .box_result_card .block_omikuji_p2 {
  opacity: 0;
  margin-left: 0px;
}
#contener .entry-content .box_result_card .block_omikuji_p3, #contener .page-content .box_result_card .block_omikuji_p3 {
  opacity: 0;
  margin-left: 200px;
}
#contener .entry-content .box_result_card .block_omikuji_p4, #contener .page-content .box_result_card .block_omikuji_p4 {
  opacity: 0;
  margin-left: 400px;
}
#contener .entry-content .box_result_card .block_omikuji_p5, #contener .page-content .box_result_card .block_omikuji_p5 {
  opacity: 0;
  margin-left: 600px;
}
#contener .entry-content .box_result_card .block_omikuji_p6, #contener .page-content .box_result_card .block_omikuji_p6 {
  opacity: 0;
  margin-left: 800px;
}
#contener .entry-content .box_result_card .box_result_card_img, #contener .page-content .box_result_card .box_result_card_img {
  opacity: 0;
  position: absolute;
  z-index: 10;
  transition: all 2s;
}
#contener .entry-content .box_result_card .box_result_card_img.disp, #contener .page-content .box_result_card .box_result_card_img.disp {
  opacity: 1;
}
#contener .entry-content .box_result_card .box_result_card_img img, #contener .page-content .box_result_card .box_result_card_img img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#contener .entry-content .box_result_card .block_omikuji_h1.move, #contener .entry-content .box_result_card .block_omikuji_p2.move,
#contener .entry-content .box_result_card .block_omikuji_p3.move,
#contener .entry-content .box_result_card .block_omikuji_p4.move,
#contener .entry-content .box_result_card .block_omikuji_p5.move,
#contener .entry-content .box_result_card .block_omikuji_p6.move, #contener .page-content .box_result_card .block_omikuji_h1.move, #contener .page-content .box_result_card .block_omikuji_p2.move,
#contener .page-content .box_result_card .block_omikuji_p3.move,
#contener .page-content .box_result_card .block_omikuji_p4.move,
#contener .page-content .box_result_card .block_omikuji_p5.move,
#contener .page-content .box_result_card .block_omikuji_p6.move {
  transition: all 1s;
  margin-left: 0px;
  left: 0;
}
#contener .entry-content .box_result_card .block_omikuji_h1.spin, #contener .entry-content .box_result_card .block_omikuji_p2.spin,
#contener .entry-content .box_result_card .block_omikuji_p3.spin,
#contener .entry-content .box_result_card .block_omikuji_p4.spin,
#contener .entry-content .box_result_card .block_omikuji_p5.spin,
#contener .entry-content .box_result_card .block_omikuji_p6.spin, #contener .page-content .box_result_card .block_omikuji_h1.spin, #contener .page-content .box_result_card .block_omikuji_p2.spin,
#contener .page-content .box_result_card .block_omikuji_p3.spin,
#contener .page-content .box_result_card .block_omikuji_p4.spin,
#contener .page-content .box_result_card .block_omikuji_p5.spin,
#contener .page-content .box_result_card .block_omikuji_p6.spin {
  transition: all 0.5s;
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 1;
}
#contener .entry-content .box_result_card .block_omikuji_h1.spin img, #contener .entry-content .box_result_card .block_omikuji_p2.spin img,
#contener .entry-content .box_result_card .block_omikuji_p3.spin img,
#contener .entry-content .box_result_card .block_omikuji_p4.spin img,
#contener .entry-content .box_result_card .block_omikuji_p5.spin img,
#contener .entry-content .box_result_card .block_omikuji_p6.spin img, #contener .page-content .box_result_card .block_omikuji_h1.spin img, #contener .page-content .box_result_card .block_omikuji_p2.spin img,
#contener .page-content .box_result_card .block_omikuji_p3.spin img,
#contener .page-content .box_result_card .block_omikuji_p4.spin img,
#contener .page-content .box_result_card .block_omikuji_p5.spin img,
#contener .page-content .box_result_card .block_omikuji_p6.spin img {
  transition: all 0.25s;
  opacity: 0.1;
}
#contener .entry-content .box_result_card .block_omikuji_h1.hide, #contener .entry-content .box_result_card .block_omikuji_p2.hide,
#contener .entry-content .box_result_card .block_omikuji_p3.hide,
#contener .entry-content .box_result_card .block_omikuji_p4.hide,
#contener .entry-content .box_result_card .block_omikuji_p5.hide,
#contener .entry-content .box_result_card .block_omikuji_p6.hide, #contener .page-content .box_result_card .block_omikuji_h1.hide, #contener .page-content .box_result_card .block_omikuji_p2.hide,
#contener .page-content .box_result_card .block_omikuji_p3.hide,
#contener .page-content .box_result_card .block_omikuji_p4.hide,
#contener .page-content .box_result_card .block_omikuji_p5.hide,
#contener .page-content .box_result_card .block_omikuji_p6.hide {
  transition: all 4s;
  opacity: 0;
}
.result_disp #contener .page-content .box_result_card .block_omikuji_h1, .result_disp #contener .page-content .box_result_card .block_omikuji_p2,
.result_disp #contener .page-content .box_result_card .block_omikuji_p3,
.result_disp #contener .page-content .box_result_card .block_omikuji_p4,
.result_disp #contener .page-content .box_result_card .block_omikuji_p5,
.result_disp #contener .page-content .box_result_card .block_omikuji_p6 {
  opacity: 0;
}
.result_disp #contener .page-content .box_result_card .box_result_card_img {
  opacity: 1;
}
.result_disp #contener .page-content .box_result_card_text .txt_category, .result_disp #contener .page-content .box_result_card_text .txt_message,
.result_disp #contener .page-content .box_result_card_text .btn_message_dl,
.result_disp #contener .page-content .box_result_card_text .box_btn_action,
.result_disp #contener .page-content .box_result_card_text .box_result_card_meta {
  opacity: 1;
}

#contener .entry-content .box_result_card_text, #contener .page-content .box_result_card_text {
  margin-top: 20px;
}
#contener .entry-content .box_result_card_text .txt_category, #contener .page-content .box_result_card_text .txt_category {
  opacity: 0;
  font-size: 20px;
  line-height: 120%;
  margin: 20px 0 8px;
  display: block;
  transition: 1s;
}
#contener .entry-content .box_result_card_text .txt_message, #contener .page-content .box_result_card_text .txt_message {
  opacity: 0;
  font-size: 20px;
  line-height: 160%;
  margin: 8px 0;
  transition: 2s;
}
#contener .entry-content .box_result_card_text .btn_message_dl, #contener .page-content .box_result_card_text .btn_message_dl {
  opacity: 0;
  margin: 24px 0 24px;
  transition: 2s;
}
#contener .entry-content .box_result_card_text .box_pic_recreat, #contener .page-content .box_result_card_text .box_pic_recreat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#contener .entry-content .box_result_card_text .box_pic_recreat .block_pic_recreat, #contener .page-content .box_result_card_text .box_pic_recreat .block_pic_recreat {
  margin: 0 4px;
}
#contener .entry-content .box_result_card_text .box_pic_recreat .block_pic_recreat label, #contener .page-content .box_result_card_text .box_pic_recreat .block_pic_recreat label {
  display: inline-block;
  margin-top: 6px;
}
#contener .entry-content .box_result_card_text .box_btn_action, #contener .page-content .box_result_card_text .box_btn_action {
  transition: 2s;
  opacity: 0;
  display: flex;
  justify-content: space-around;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action {
  padding: 10px 10px 0 10px;
  margin-top: 40px;
  width: 50%;
  border-right: solid 1px #dddddd;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action:first-of-type, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action:first-of-type {
  padding-left: 0;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action:last-of-type, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action:last-of-type {
  border-right: none;
  padding-right: 0;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .illust_btn, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .illust_btn {
  width: 80px;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action #illust_bookmark_btn.clicked, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action #illust_bookmark_btn.clicked {
  animation: unset;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action #illust_good_btn.clicked, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action #illust_good_btn.clicked {
  animation: unset;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action #illust_bad_btn.clicked, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action #illust_bad_btn.clicked {
  animation: unset;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .lbl, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .lbl {
  font-size: 14px;
  line-height: 160%;
  margin-top: 0;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner {
  display: inline-block;
  padding: 12px;
  position: relative;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading #btn_card_good, #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .txt_good_count,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading #btn_card_bookmark,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .txt_bookmark_count,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading #btn_card_bad,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .txt_bad_count, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading #btn_card_good, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .txt_good_count,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading #btn_card_bookmark,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .txt_bookmark_count,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading #btn_card_bad,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .txt_bad_count {
  opacity: 0.2;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .icon_loading_outer, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .block_btn_action_inner.loading .icon_loading_outer {
  display: block;
  z-index: 99;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading_outer, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading_outer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart {
  position: absolute;
  width: 32px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -16px;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:before, #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:after, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:before, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 26px;
  background: #E00000;
  border-radius: 16px 16px 0 0;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:before, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:before {
  left: 16px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:after, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-bg, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-bg {
  animation: heart-anim 1s linear 0.4s infinite;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-bg:before, #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-bg:after, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-bg:before, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-bg:after {
  background-color: #E00000;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-main, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .heart-main {
  animation: pounding 0.5s linear infinite alternate;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .trash, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .trash {
  position: absolute;
  width: 32px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -16px;
  background: url("../img/illust_trash.svg") no-repeat 50% 50%;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .trash-bg, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .trash-bg {
  animation: heart-anim 1s linear 0.4s infinite;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .trash-main, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .trash-main {
  animation: pounding 0.5s linear infinite alternate;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .star, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .star {
  position: absolute;
  width: 32px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -16px;
  background: url("../img/illust_star.svg") no-repeat 50% 50%;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .star-bg, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .star-bg {
  animation: heart-anim 1s linear 0.4s infinite;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .star-main, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading .star-main {
  animation: pounding 0.5s linear infinite alternate;
}
@keyframes pounding {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heart-anim {
  46% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  52% {
    transform: scale(1.5);
  }
  55% {
    transform: scale(3);
  }
  100% {
    opacity: 0;
    transform: scale(8);
  }
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading #txt_bad_btn_loading, #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading #txt_good_btn_loading,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading #txt_bookmark_btn_loading, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading #txt_bad_btn_loading, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading #txt_good_btn_loading,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .icon_loading #txt_bookmark_btn_loading {
  font-size: 13px;
  line-height: 120%;
  margin-top: 8px;
  position: absolute;
  bottom: -22px;
  color: #E00000;
  width: 10em;
  text-align: center;
  left: 50%;
  margin-left: -5em;
  animation: pounding 0.5s linear infinite alternate;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .txt_good_count, #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .txt_bad_count,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .txt_bookmark_count, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .txt_good_count, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .txt_bad_count,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .txt_bookmark_count {
  margin-top: 4px;
  font-size: 12px;
}
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .txt_good_count .txt_num, #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .txt_bad_count .txt_num,
#contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .txt_bookmark_count .txt_num, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .txt_good_count .txt_num, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .txt_bad_count .txt_num,
#contener .page-content .box_result_card_text .box_btn_action .block_btn_action .txt_bookmark_count .txt_num {
  font-size: 14px;
  line-height: 100%;
  margin-top: 8px;
  display: block;
}
#contener .entry-content .box_result_card_text.disp .txt_category, #contener .page-content .box_result_card_text.disp .txt_category {
  opacity: 1;
}
#contener .entry-content .box_result_card_text.disp .txt_message, #contener .page-content .box_result_card_text.disp .txt_message {
  opacity: 1;
}
#contener .entry-content .box_result_card_text.disp .btn_message_dl, #contener .page-content .box_result_card_text.disp .btn_message_dl {
  opacity: 1;
}
#contener .entry-content .box_result_card_text.disp .box_btn_action, #contener .page-content .box_result_card_text.disp .box_btn_action {
  opacity: 1;
}
#contener .entry-content .box_result_card_text .box_result_post_public_status, #contener .page-content .box_result_card_text .box_result_post_public_status {
  margin-top: 80px;
}
#contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_0, #contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_1,
#contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_90,
#contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_99, #contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_0, #contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_1,
#contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_90,
#contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_99 {
  background-color: #00A3D9;
  padding: 4px 8px 6px;
  color: #fff;
  line-height: 100%;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 100%;
}
#contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_1, #contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_1 {
  background-color: #E00000;
}
#contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_90, #contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_90 {
  background-color: #999999;
}
#contener .entry-content .box_result_card_text .box_result_post_public_status .txt_status_99, #contener .page-content .box_result_card_text .box_result_post_public_status .txt_status_99 {
  background-color: #555555;
}
#contener .entry-content .box_result_card_text .box_result_card_meta, #contener .entry-content .box_result_card_text .box_result_post_card_meta,
#contener .entry-content .box_result_card_text .box_result_data_card_meta, #contener .page-content .box_result_card_text .box_result_card_meta, #contener .page-content .box_result_card_text .box_result_post_card_meta,
#contener .page-content .box_result_card_text .box_result_data_card_meta {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 15px 0;
}
#contener .entry-content .box_result_card_text .box_result_card_meta hr, #contener .entry-content .box_result_card_text .box_result_post_card_meta hr,
#contener .entry-content .box_result_card_text .box_result_data_card_meta hr, #contener .page-content .box_result_card_text .box_result_card_meta hr, #contener .page-content .box_result_card_text .box_result_post_card_meta hr,
#contener .page-content .box_result_card_text .box_result_data_card_meta hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: solid 1px #dddddd;
  margin: 15px 0;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta,
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta,
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta {
  line-height: 120%;
  font-size: 16px;
  width: 50%;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta .lbl, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .lbl,
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .lbl, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta .lbl, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .lbl,
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .lbl {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #ddd;
  border-radius: 4px;
  line-height: 100%;
  padding: 6px calc(8px - 0.4em) 7px 8px;
  margin-right: 8px;
  vertical-align: middle;
  width: 10em;
  text-align: center;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val,
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val,
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val {
  letter-spacing: 0.1em;
  text-align: left;
  width: calc(100% - 10em);
  padding-top: 3px;
  font-size: 15px;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val span, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val span,
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val span, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val span, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val span,
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val span {
  white-space: nowrap;
  display: inline-block;
  margin: 0 16px 4px 0;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_slug, #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_name, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_slug, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_name,
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_slug,
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_name, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_slug, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_name, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_slug, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_name,
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_slug,
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_name {
  width: 100%;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_slug:nth-of-type(even), #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_name:nth-of-type(even), #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_slug:nth-of-type(even), #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_name:nth-of-type(even),
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_slug:nth-of-type(even),
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_name:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_slug:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta.txt_result_name:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_slug:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta.txt_result_name:nth-of-type(even),
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_slug:nth-of-type(even),
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta.txt_result_name:nth-of-type(even) {
  width: 100%;
}
#contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta:nth-of-type(even), #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta:nth-of-type(even),
#contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta:nth-of-type(even),
#contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta:nth-of-type(even) {
  width: 50%;
}
#contener .entry-content .box_result_card_text .box_result_post_card_meta, #contener .page-content .box_result_card_text .box_result_post_card_meta {
  flex-direction: column;
}
#contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta {
  width: 100%;
}
#contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta:nth-of-type(even) {
  width: 100%;
}
#contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .lbl, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .lbl {
  width: 14em;
  margin-right: 0;
}
#contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val {
  width: calc(100% - 14em);
}
#contener .entry-content .box_sns, #contener .page-content .box_sns {
  margin-top: 80px;
}
#contener .entry-content .box_sns h2, #contener .page-content .box_sns h2 {
  font-size: 24px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 20px;
}
#contener .entry-content .box_sns .box_sns_btn, #contener .page-content .box_sns .box_sns_btn {
  display: flex;
  justify-content: center;
}
#contener .entry-content .box_sns a.btn_sns, #contener .page-content .box_sns a.btn_sns {
  width: 240px;
  min-width: unset;
  margin: 0 20px;
}
#contener .entry-content .box_result_interpretation, #contener .page-content .box_result_interpretation {
  margin-top: 80px;
  padding-top: 50px;
  border-top: solid 1px #dddddd;
}
#contener .entry-content .box_result_interpretation h2, #contener .page-content .box_result_interpretation h2 {
  font-size: 20px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 20px;
}
#contener .entry-content .box_result_interpretation .box_interpretation, #contener .page-content .box_result_interpretation .box_interpretation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
#contener .entry-content .box_result_interpretation .box_interpretation hr, #contener .page-content .box_result_interpretation .box_interpretation hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #dddddd;
  margin: 40px 0;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation {
  width: 50%;
  padding: 0 10px;
  border-right: solid 1px #dddddd;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation:nth-of-type(even), #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation:nth-of-type(even) {
  border-right: none;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation p, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation p {
  font-size: 14px;
  line-height: 200%;
  margin-top: 0;
  margin-bottom: 16px;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation .bnr_link img, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation .bnr_link img {
  border: solid 1px #dddddd;
  padding: 4px;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation form, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation form {
  margin-top: 8px;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation input[type=text], #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation input[type=text] {
  padding: 3px;
  margin-right: 4px;
  font-size: 16px;
}
#contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation .btn_red, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation .btn_red {
  vertical-align: middle;
  margin-bottom: 8px;
}
#contener .entry-content .box_notice, #contener .page-content .box_notice {
  margin: 0 auto;
  margin-top: 60px;
  background-color: #f0f0f0;
  padding: 24px 36px;
}
#contener .entry-content .box_notice h2, #contener .page-content .box_notice h2 {
  font-size: 18px;
  line-height: 160%;
  margin: 28px 0 16px;
}
#contener .entry-content .box_notice h2:first-child, #contener .page-content .box_notice h2:first-child {
  margin-top: 4px;
}
#contener .entry-content .box_notice p, #contener .page-content .box_notice p {
  text-align: left;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 12px;
  margin: 12px 0;
  letter-spacing: 0.1em;
}
#contener .entry-content .box_result_card_notice_form, #contener .page-content .box_result_card_notice_form {
  margin-top: 80px;
}
#contener .entry-content .box_result_card_notice_form h2, #contener .page-content .box_result_card_notice_form h2 {
  font-size: 20px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 20px;
}
#contener .entry-content .box_result_card_notice_form p, #contener .page-content .box_result_card_notice_form p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 16px;
}
#contener .entry-content fieldset.box_input_line, #contener .page-content fieldset.box_input_line {
  border: solid 1px #dddddd;
  padding: 0 30px 20px 30px;
  margin-top: 60px;
}
#contener .entry-content fieldset.box_input_line:first-of-type, #contener .page-content fieldset.box_input_line:first-of-type {
  margin-top: 40px;
}
#contener .entry-content fieldset.box_input_line legend, #contener .page-content fieldset.box_input_line legend {
  font-size: 20px;
  line-height: 100%;
  display: block;
  padding: 6px 10px 6px 14px;
  margin: 0 auto;
  margin-bottom: 16px;
  background-color: #ffffff;
}
#contener .entry-content fieldset.box_input_line .box_input_main, #contener .entry-content fieldset.box_input_line .box_input_sub, #contener .page-content fieldset.box_input_line .box_input_main, #contener .page-content fieldset.box_input_line .box_input_sub {
  display: block;
  font-size: 26px;
  line-height: 160%;
}
#contener .entry-content fieldset.box_input_line .box_input_main.vertical label, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical label, #contener .page-content fieldset.box_input_line .box_input_main.vertical label, #contener .page-content fieldset.box_input_line .box_input_sub.vertical label {
  display: block;
  text-align: left;
}
#contener .entry-content fieldset.box_input_line .box_input_main.vertical2, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical2, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3, #contener .page-content fieldset.box_input_line .box_input_main.vertical2, #contener .page-content fieldset.box_input_line .box_input_main.vertical3, #contener .page-content fieldset.box_input_line .box_input_sub.vertical2, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contener .entry-content fieldset.box_input_line .box_input_main.vertical2 label, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3 label, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical2 label, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3 label, #contener .page-content fieldset.box_input_line .box_input_main.vertical2 label, #contener .page-content fieldset.box_input_line .box_input_main.vertical3 label, #contener .page-content fieldset.box_input_line .box_input_sub.vertical2 label, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3 label {
  display: block;
  width: 50%;
  text-align: left;
}
#contener .entry-content fieldset.box_input_line .box_input_main.vertical2::before, #contener .entry-content fieldset.box_input_line .box_input_main.vertical2::after, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3::before, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3::after, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical2::before, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical2::after, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3::before, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3::after, #contener .page-content fieldset.box_input_line .box_input_main.vertical2::before, #contener .page-content fieldset.box_input_line .box_input_main.vertical2::after, #contener .page-content fieldset.box_input_line .box_input_main.vertical3::before, #contener .page-content fieldset.box_input_line .box_input_main.vertical3::after, #contener .page-content fieldset.box_input_line .box_input_sub.vertical2::before, #contener .page-content fieldset.box_input_line .box_input_sub.vertical2::after, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3::before, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3::after {
  content: "";
  display: block;
  width: 50%;
  order: 1;
}
#contener .entry-content fieldset.box_input_line .box_input_main.vertical3 label, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3 label, #contener .page-content fieldset.box_input_line .box_input_main.vertical3 label, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3 label {
  width: 33%;
}
#contener .entry-content fieldset.box_input_line .box_input_main.vertical3::before, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3::after, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3::before, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3::after, #contener .page-content fieldset.box_input_line .box_input_main.vertical3::before, #contener .page-content fieldset.box_input_line .box_input_main.vertical3::after, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3::before, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3::after {
  width: 33%;
}
#contener .entry-content fieldset.box_input_line .box_input_main.horizontal, #contener .entry-content fieldset.box_input_line .box_input_sub.horizontal, #contener .page-content fieldset.box_input_line .box_input_main.horizontal, #contener .page-content fieldset.box_input_line .box_input_sub.horizontal {
  display: flex;
  justify-content: space-around;
}
#contener .entry-content fieldset.box_input_line .box_input_main.horizontal2, #contener .entry-content fieldset.box_input_line .box_input_sub.horizontal2, #contener .page-content fieldset.box_input_line .box_input_main.horizontal2, #contener .page-content fieldset.box_input_line .box_input_sub.horizontal2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contener .entry-content fieldset.box_input_line .box_input_main.horizontal2 label, #contener .entry-content fieldset.box_input_line .box_input_sub.horizontal2 label, #contener .page-content fieldset.box_input_line .box_input_main.horizontal2 label, #contener .page-content fieldset.box_input_line .box_input_sub.horizontal2 label {
  width: 50%;
  text-align: left;
}
#contener .entry-content fieldset.box_input_line .box_input_main.horizontal2::after, #contener .entry-content fieldset.box_input_line .box_input_sub.horizontal2::after, #contener .page-content fieldset.box_input_line .box_input_main.horizontal2::after, #contener .page-content fieldset.box_input_line .box_input_sub.horizontal2::after {
  content: "";
  display: block;
  width: 50%;
}
#contener .entry-content fieldset.box_input_line .box_input_main.inline_display, #contener .entry-content fieldset.box_input_line .box_input_sub.inline_display, #contener .page-content fieldset.box_input_line .box_input_main.inline_display, #contener .page-content fieldset.box_input_line .box_input_sub.inline_display {
  text-align: left;
}
#contener .entry-content fieldset.box_input_line .box_input_main.inline_display label, #contener .entry-content fieldset.box_input_line .box_input_sub.inline_display label, #contener .page-content fieldset.box_input_line .box_input_main.inline_display label, #contener .page-content fieldset.box_input_line .box_input_sub.inline_display label {
  display: inline-block;
  margin-right: 20px;
}
#contener .entry-content fieldset.box_input_line .box_input_main .block_input, #contener .entry-content fieldset.box_input_line .box_input_sub .block_input, #contener .page-content fieldset.box_input_line .box_input_main .block_input, #contener .page-content fieldset.box_input_line .box_input_sub .block_input {
  display: flex;
  font-size: 18px;
  line-height: 140%;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
#contener .entry-content fieldset.box_input_line .box_input_main .block_input *, #contener .entry-content fieldset.box_input_line .box_input_sub .block_input *, #contener .page-content fieldset.box_input_line .box_input_main .block_input *, #contener .page-content fieldset.box_input_line .box_input_sub .block_input * {
  line-height: 140%;
}
#contener .entry-content fieldset.box_input_line .box_input_sub, #contener .page-content fieldset.box_input_line .box_input_sub {
  text-align: left;
  margin: 4px auto 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 160%;
}
#contener .entry-content fieldset.box_input_line .box_input_sub label, #contener .page-content fieldset.box_input_line .box_input_sub label {
  display: block;
  margin: 0 0 4px 0;
}
#contener .entry-content fieldset.box_input_line .box_input_sub label:last-of-type, #contener .page-content fieldset.box_input_line .box_input_sub label:last-of-type {
  margin-bottom: 0;
}
#contener .entry-content fieldset.box_input_line hr, #contener .page-content fieldset.box_input_line hr {
  height: 1px;
  border: none;
  border-top: solid 1px rgba(153, 153, 153, 0.2);
  margin: 16px 0;
}
#contener .entry-content fieldset.box_input_line .box_input_notice, #contener .page-content fieldset.box_input_line .box_input_notice {
  text-align: left;
  margin-top: 12px;
}
#contener .entry-content fieldset.box_input_line .box_input_notice p, #contener .page-content fieldset.box_input_line .box_input_notice p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin: 4px 0;
}
#contener .entry-content .box_omikuji_card_disp, #contener .page-content .box_omikuji_card_disp {
  margin: 0 auto;
  margin-top: 40px;
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp {
  display: none;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .block_omikuji_card_disp_inner, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .block_omikuji_card_disp_inner {
  background-color: #E00000;
  text-align: center;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  padding: 12px;
  margin: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 200px;
  justify-content: center;
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp:hover, #contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp:focus, #contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp:active, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp:hover, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp:focus, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp:active {
  outline: none;
  -moz-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .logomark_koi-mikuji, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .logomark_koi-mikuji {
  width: 32px;
  margin-top: 2px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .logo_koi-mikuji, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .logo_koi-mikuji {
  width: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#contener .entry-content .box_count_down .txt_second, #contener .page-content .box_count_down .txt_second {
  font-size: 36px;
  line-height: 100%;
  width: 2em;
  margin-left: -0.85em;
  text-align: right;
  display: inline-block;
}
#contener .entry-content .box_count_down .txt_unit, #contener .page-content .box_count_down .txt_unit {
  font-size: 20px;
  line-height: 100%;
  margin-left: 4px;
  vertical-align: baseline;
  display: inline-block;
}
#contener .entry-content .box_result_list_search_layout, #contener .page-content .box_result_list_search_layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
}
#contener .entry-content .box_result_list_search_layout.tail, #contener .page-content .box_result_list_search_layout.tail {
  max-width: unset;
  padding: 0 10px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search, #contener .page-content .box_result_list_search_layout .box_result_list_search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search {
  margin: 0 20px 0 0;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search select, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search select {
  padding: 2px 8px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search input[type=text],
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search input[type=date],
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search input[type=time], #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search input[type=text],
#contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search input[type=date],
#contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search input[type=time] {
  padding: 2px 8px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search span, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -12px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search.block_btn, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search.block_btn {
  margin-top: -6px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search.vertical, #contener .page-content .box_result_list_search_layout .box_result_list_search.vertical {
  flex-direction: column;
  margin: 0 auto;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search, #contener .page-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search {
  text-align: left;
  margin-top: 8px;
  padding-top: 8px;
  border-top: solid 1px #dddddd;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search.block_btn, #contener .page-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search.block_btn {
  text-align: center;
  padding-top: 20px;
  margin-right: 0;
  margin-left: 0;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search span, #contener .page-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search span {
  display: inline-block;
  width: 10em;
  text-align: right;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_layout, #contener .page-content .box_result_list_search_layout .box_result_list_layout {
  display: flex;
  align-items: center;
  margin-left: 100px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive {
  border: solid 1px #dddddd;
  padding: 4px;
  display: inline-flex;
  vertical-align: bottom;
  margin: 0 4px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive img, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive img {
  vertical-align: bottom;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive.current, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive.current {
  border: solid 1px #E00000;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:hover, #contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:focus, #contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:active, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:hover, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:focus, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:active {
  border: solid 1px #E00000;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:hover img, #contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:focus img, #contener .entry-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:active img, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:hover img, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:focus img, #contener .page-content .box_result_list_search_layout .box_result_list_layout a.icon_archive:active img {
  opacity: 1;
}
#contener .entry-content .box_result_tail, #contener .page-content .box_result_tail {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 40px 0 30px;
}
#contener .entry-content .box_result_tail .block_result_tail, #contener .page-content .box_result_tail .block_result_tail {
  display: inline-block;
  padding: 0 10px 10px 10px;
  color: #222222;
}
#contener .entry-content .box_result_tail .block_result_tail .txt_date, #contener .page-content .box_result_tail .block_result_tail .txt_date {
  display: block;
  font-size: 14px;
  line-height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
#contener .entry-content .box_result_tail .block_result_tail img, #contener .page-content .box_result_tail .block_result_tail img {
  max-width: 100%;
  vertical-align: bottom;
}
#contener .entry-content .box_result_list, #contener .page-content .box_result_list {
  letter-spacing: 0.1em;
}
#contener .entry-content .box_result_list table, #contener .page-content .box_result_list table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#contener .entry-content .box_result_list table tr, #contener .page-content .box_result_list table tr {
  border-bottom: solid 1px #dddddd;
}
#contener .entry-content .box_result_list table tr th, #contener .entry-content .box_result_list table tr td, #contener .page-content .box_result_list table tr th, #contener .page-content .box_result_list table tr td {
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 16px 8px;
}
#contener .entry-content .box_result_list table tr th.align_center, #contener .entry-content .box_result_list table tr td.align_center, #contener .page-content .box_result_list table tr th.align_center, #contener .page-content .box_result_list table tr td.align_center {
  text-align: center;
}
#contener .entry-content .box_result_list table tr th.align_right, #contener .entry-content .box_result_list table tr td.align_right, #contener .page-content .box_result_list table tr th.align_right, #contener .page-content .box_result_list table tr td.align_right {
  text-align: right;
}
#contener .entry-content .box_result_list table tr th.txt_s, #contener .entry-content .box_result_list table tr td.txt_s, #contener .page-content .box_result_list table tr th.txt_s, #contener .page-content .box_result_list table tr td.txt_s {
  font-size: 14px;
  line-height: 140%;
  padding-top: 20px;
}
#contener .entry-content .box_result_list table tr th.td_nowrap, #contener .entry-content .box_result_list table tr td.td_nowrap, #contener .page-content .box_result_list table tr th.td_nowrap, #contener .page-content .box_result_list table tr td.td_nowrap {
  text-align: center;
  white-space: nowrap;
}
#contener .entry-content .box_result_list table tr th .pic_thumb, #contener .entry-content .box_result_list table tr td .pic_thumb, #contener .page-content .box_result_list table tr th .pic_thumb, #contener .page-content .box_result_list table tr td .pic_thumb {
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 8px;
}
#contener .entry-content .box_result_list table tr th .pic_thumb img, #contener .entry-content .box_result_list table tr td .pic_thumb img, #contener .page-content .box_result_list table tr th .pic_thumb img, #contener .page-content .box_result_list table tr td .pic_thumb img {
  width: 100%;
  vertical-align: bottom;
}
#contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add dt, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add dt, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add dt, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add dt {
  font-size: 13px;
  width: 10em;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 2px 0;
  background-color: #dddddd;
  border-radius: 4px;
}
#contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add dd, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add dd, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add dd, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add dd {
  font-size: 14px;
  width: calc(100% - 10em);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 2px;
  margin: 4px 0 0 0;
}
#contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add dd span, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add dd span, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add dd span, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add dd span {
  display: inline-block;
  margin: 0 12px 0 0;
}
#contener .entry-content .box_result_list table tr th .txt_public_status_0, #contener .entry-content .box_result_list table tr th .txt_public_status_1,
#contener .entry-content .box_result_list table tr th .txt_public_status_90,
#contener .entry-content .box_result_list table tr th .txt_public_status_99, #contener .entry-content .box_result_list table tr td .txt_public_status_0, #contener .entry-content .box_result_list table tr td .txt_public_status_1,
#contener .entry-content .box_result_list table tr td .txt_public_status_90,
#contener .entry-content .box_result_list table tr td .txt_public_status_99, #contener .page-content .box_result_list table tr th .txt_public_status_0, #contener .page-content .box_result_list table tr th .txt_public_status_1,
#contener .page-content .box_result_list table tr th .txt_public_status_90,
#contener .page-content .box_result_list table tr th .txt_public_status_99, #contener .page-content .box_result_list table tr td .txt_public_status_0, #contener .page-content .box_result_list table tr td .txt_public_status_1,
#contener .page-content .box_result_list table tr td .txt_public_status_90,
#contener .page-content .box_result_list table tr td .txt_public_status_99 {
  background-color: #00A3D9;
  padding: 4px 8px 6px;
  color: #fff;
  line-height: 100%;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 100%;
}
#contener .entry-content .box_result_list table tr th .txt_public_status_1, #contener .entry-content .box_result_list table tr td .txt_public_status_1, #contener .page-content .box_result_list table tr th .txt_public_status_1, #contener .page-content .box_result_list table tr td .txt_public_status_1 {
  background-color: #E00000;
}
#contener .entry-content .box_result_list table tr th .txt_public_status_90, #contener .entry-content .box_result_list table tr td .txt_public_status_90, #contener .page-content .box_result_list table tr th .txt_public_status_90, #contener .page-content .box_result_list table tr td .txt_public_status_90 {
  background-color: #999999;
}
#contener .entry-content .box_result_list table tr th .txt_public_status_99, #contener .entry-content .box_result_list table tr td .txt_public_status_99, #contener .page-content .box_result_list table tr th .txt_public_status_99, #contener .page-content .box_result_list table tr td .txt_public_status_99 {
  background-color: #555555;
}
#contener .entry-content .box_result_list table tr th .txt_member_status_1, #contener .entry-content .box_result_list table tr th .txt_member_status_99,
#contener .entry-content .box_result_list table tr th .txt_member_status_110,
#contener .entry-content .box_result_list table tr th .txt_member_status_120, #contener .entry-content .box_result_list table tr td .txt_member_status_1, #contener .entry-content .box_result_list table tr td .txt_member_status_99,
#contener .entry-content .box_result_list table tr td .txt_member_status_110,
#contener .entry-content .box_result_list table tr td .txt_member_status_120, #contener .page-content .box_result_list table tr th .txt_member_status_1, #contener .page-content .box_result_list table tr th .txt_member_status_99,
#contener .page-content .box_result_list table tr th .txt_member_status_110,
#contener .page-content .box_result_list table tr th .txt_member_status_120, #contener .page-content .box_result_list table tr td .txt_member_status_1, #contener .page-content .box_result_list table tr td .txt_member_status_99,
#contener .page-content .box_result_list table tr td .txt_member_status_110,
#contener .page-content .box_result_list table tr td .txt_member_status_120 {
  background-color: #00A3D9;
  padding: 4px 8px 6px;
  color: #fff;
  line-height: 100%;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 100%;
}
#contener .entry-content .box_result_list table tr th .txt_member_status_99, #contener .entry-content .box_result_list table tr td .txt_member_status_99, #contener .page-content .box_result_list table tr th .txt_member_status_99, #contener .page-content .box_result_list table tr td .txt_member_status_99 {
  background-color: #555555;
}
#contener .entry-content .box_result_list table tr th .txt_member_status_110, #contener .entry-content .box_result_list table tr td .txt_member_status_110, #contener .page-content .box_result_list table tr th .txt_member_status_110, #contener .page-content .box_result_list table tr td .txt_member_status_110 {
  background-color: #f08811;
}
#contener .entry-content .box_result_list table tr th .txt_member_status_120, #contener .entry-content .box_result_list table tr td .txt_member_status_120, #contener .page-content .box_result_list table tr th .txt_member_status_120, #contener .page-content .box_result_list table tr td .txt_member_status_120 {
  background-color: #E00000;
}
#contener .entry-content .box_result_list table tr th .txt_action_bookmark, #contener .entry-content .box_result_list table tr th .txt_action_good_btn,
#contener .entry-content .box_result_list table tr th .txt_action_bad_btn, #contener .entry-content .box_result_list table tr td .txt_action_bookmark, #contener .entry-content .box_result_list table tr td .txt_action_good_btn,
#contener .entry-content .box_result_list table tr td .txt_action_bad_btn, #contener .page-content .box_result_list table tr th .txt_action_bookmark, #contener .page-content .box_result_list table tr th .txt_action_good_btn,
#contener .page-content .box_result_list table tr th .txt_action_bad_btn, #contener .page-content .box_result_list table tr td .txt_action_bookmark, #contener .page-content .box_result_list table tr td .txt_action_good_btn,
#contener .page-content .box_result_list table tr td .txt_action_bad_btn {
  background-color: #FCAE04;
  padding: 4px 8px 6px;
  color: #fff;
  line-height: 100%;
  border-radius: 100px;
  width: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4px auto;
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 100%;
}
#contener .entry-content .box_result_list table tr th .txt_action_good_btn, #contener .entry-content .box_result_list table tr td .txt_action_good_btn, #contener .page-content .box_result_list table tr th .txt_action_good_btn, #contener .page-content .box_result_list table tr td .txt_action_good_btn {
  background-color: #D80000;
}
#contener .entry-content .box_result_list table tr th .txt_action_bad_btn, #contener .entry-content .box_result_list table tr td .txt_action_bad_btn, #contener .page-content .box_result_list table tr th .txt_action_bad_btn, #contener .page-content .box_result_list table tr td .txt_action_bad_btn {
  background-color: #222222;
}
#contener .entry-content .box_result_list table tr th .box_batch_checkbox, #contener .entry-content .box_result_list table tr td .box_batch_checkbox, #contener .page-content .box_result_list table tr th .box_batch_checkbox, #contener .page-content .box_result_list table tr td .box_batch_checkbox {
  text-align: left;
  margin-top: 40px;
  font-size: 14px;
  line-height: 120%;
}
#contener .entry-content .box_result_list table tr th .box_batch_checkbox label, #contener .entry-content .box_result_list table tr td .box_batch_checkbox label, #contener .page-content .box_result_list table tr th .box_batch_checkbox label, #contener .page-content .box_result_list table tr td .box_batch_checkbox label {
  display: block;
  margin-bottom: 10px;
}
#contener .entry-content .box_result_list table tr th, #contener .page-content .box_result_list table tr th {
  padding: 2px 8px;
  background-color: #f4f4f4;
  font-size: 14px;
  text-align: center;
}
#contener .entry-content .box_result_db, #contener .page-content .box_result_db {
  display: inline-block;
}
#contener .entry-content .box_result_db a, #contener .page-content .box_result_db a {
  margin: 8px 8px;
}
#contener .entry-content .box_pic_full_creat_list, #contener .page-content .box_pic_full_creat_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#contener .entry-content .box_pic_full_creat_list .block_pic_full_creat_list, #contener .page-content .box_pic_full_creat_list .block_pic_full_creat_list {
  margin: 10px 0;
  text-align: left;
}
#contener .entry-content .box_pic_full_creat_list .block_pic_full_creat_list.pic_creat_finish::before, #contener .page-content .box_pic_full_creat_list .block_pic_full_creat_list.pic_creat_finish::before {
  content: "済";
  display: inline-block;
  color: #E00000;
}
#contener .entry-content .box_page_navi ul, #contener .page-content .box_page_navi ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  list-style: none;
}
#contener .entry-content .box_page_navi .btn_red, #contener .page-content .box_page_navi .btn_red {
  font-size: 18px;
  line-height: 100%;
  padding: 8px 12px;
  letter-spacing: 0;
  vertical-align: middle;
  min-width: 36px;
  margin: 6px;
}
#contener .entry-content .box_page_navi .pages, #contener .entry-content .box_page_navi .current, #contener .page-content .box_page_navi .pages, #contener .page-content .box_page_navi .current {
  display: inline-block;
  background-color: #7a0000;
  color: #fff;
  vertical-align: middle;
  border-radius: 8px;
  min-width: 36px;
  margin: 6px;
  font-size: 18px;
  line-height: 100%;
  padding: 8px 12px;
  letter-spacing: 0;
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 1px 0px #940000;
}
#contener .entry-content .box_qa, #contener .page-content .box_qa {
  position: relative;
}
#contener .entry-content .box_qa .box_q, #contener .entry-content .box_qa .box_a, #contener .page-content .box_qa .box_q, #contener .page-content .box_qa .box_a {
  font-size: 18px;
  line-height: 200%;
  margin-top: 0px;
  padding-top: 52px;
  padding-left: 48px;
}
#contener .entry-content .box_qa .box_q:first-child, #contener .entry-content .box_qa .box_a:first-child, #contener .page-content .box_qa .box_q:first-child, #contener .page-content .box_qa .box_a:first-child {
  border-top: solid 1px #dddddd;
}
#contener .entry-content .box_qa .box_q::before, #contener .entry-content .box_qa .box_a::before, #contener .page-content .box_qa .box_q::before, #contener .page-content .box_qa .box_a::before {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #D80000;
  color: #fff;
  border-radius: 100px;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  padding: 0px 0 6px 0;
  margin-top: -1px;
  padding-left: 0;
  text-indent: 0;
  position: absolute;
  left: 0;
}
#contener .entry-content .box_qa .box_q, #contener .page-content .box_qa .box_q {
  font-size: 18px;
  line-height: 200%;
}
#contener .entry-content .box_qa .box_q::before, #contener .page-content .box_qa .box_q::before {
  content: "Q";
}
#contener .entry-content .box_qa .box_a, #contener .page-content .box_qa .box_a {
  font-size: 16px;
  line-height: 200%;
  padding-top: 36px;
  padding-bottom: 52px;
  border-bottom: solid 1px #dddddd;
}
#contener .entry-content .box_qa .box_a::before, #contener .page-content .box_qa .box_a::before {
  content: "A";
  margin-top: -3px;
  background-color: #f08811;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
/*  Loading
--------------------------------------- */
#page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100000;
}
#page-loader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgb(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#creat_loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#creat_loading .bg_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: 0;
}
#creat_loading .icon_loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -180px;
  width: 360px;
  height: 100px;
  text-align: center;
  z-index: 10;
}
#creat_loading .icon_loading #icon_loader {
  margin-bottom: 20px;
}
#creat_loading .icon_loading p#txt_creat_loading {
  margin: 0px 0 0 0;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  font-size: 20px;
  line-height: 120%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#creat_loading .icon_loading p#txt_creat_loading img#pic_ogp {
  margin-top: 20px;
  border: solid 1px #999;
}
#creat_loading .icon_loading p#txt_creat_loading a#link_sns {
  margin-top: 20px;
  padding: 1px;
  width: 100%;
}
#creat_loading .icon_loading p#txt_creat_loading .txt_s {
  font-size: 14px;
  line-height: 140%;
}

/*  real_koimikuji
--------------------------------------- */
.box_ipt_word .inline_display .lbl {
  vertical-align: top;
}
.box_ipt_word .inline_display .txt_ipt_disp.text_l {
  vertical-align: top;
  margin-top: -6px;
}

.print-content_9ori {
  display: flex;
  flex-direction: column;
}

.print-content_only {
  display: flex;
  flex-wrap: wrap;
  width: 720px;
  margin: 0 auto;
}
.print-content_only::after {
  content: "";
  display: block;
  width: 326.36px;
  margin: 0px auto;
}

.box_real_koimikuji_wall {
  display: inline-block;
  padding: 12px;
  margin: 0px auto;
  position: relative;
  break-inside: avoid;
}
.print-content_only .box_real_koimikuji_wall {
  width: 326.36px;
  height: 182.74px;
}

.box_real_koimikuji_wall .box_mark_crop_tl, .box_real_koimikuji_wall .box_mark_crop_tr,
.box_real_koimikuji_wall .box_mark_crop_bl,
.box_real_koimikuji_wall .box_mark_crop_br {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_left, .box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_bottom, .box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_left, .box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_left,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_left,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_bottom {
  position: absolute;
  width: 6px;
  height: 6px;
}
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_left, .box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_left,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_left,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_left {
  right: 6px;
  bottom: -3px;
  left: auto;
  top: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_right, .box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_right {
  left: 6px;
  bottom: -3px;
  right: auto;
  top: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_top, .box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_top {
  right: -3px;
  bottom: 6px;
  left: auto;
  top: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl .cut_icon_bottom, .box_real_koimikuji_wall .box_mark_crop_tr .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_br .cut_icon_bottom {
  right: -6px;
  top: 6px;
  left: auto;
  bottom: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl .box_mark_crop_inner, .box_real_koimikuji_wall .box_mark_crop_tr .box_mark_crop_inner,
.box_real_koimikuji_wall .box_mark_crop_bl .box_mark_crop_inner,
.box_real_koimikuji_wall .box_mark_crop_br .box_mark_crop_inner {
  position: relative;
  width: 12px;
  height: 12px;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_tr, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_tr,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_tr,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_tr {
  top: 0px;
  right: 0px;
  left: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_tr .cut_icon_top, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_tr .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_tr .cut_icon_top,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_tr .cut_icon_top {
  left: -3px;
  right: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_bl, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_bl,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_bl,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_bl {
  bottom: 0px;
  left: 0px;
  top: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_bl .cut_icon_left, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_bl .cut_icon_left,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_bl .cut_icon_left,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_bl .cut_icon_left {
  top: -3px;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_bl .cut_icon_bottom, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_bl .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_bl .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_bl .cut_icon_bottom {
  right: -3px;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_br, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_br,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_br,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_br {
  bottom: 0px;
  right: 0px;
  top: auto;
  left: auto;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_br .cut_icon_right, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_br .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_br .cut_icon_right,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_br .cut_icon_right {
  right: 0px;
  top: -3px;
}
.box_real_koimikuji_wall .box_mark_crop_tl.box_mark_crop_br .cut_icon_bottom, .box_real_koimikuji_wall .box_mark_crop_tr.box_mark_crop_br .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_bl.box_mark_crop_br .cut_icon_bottom,
.box_real_koimikuji_wall .box_mark_crop_br.box_mark_crop_br .cut_icon_bottom {
  left: -3px;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer {
  margin: 0px auto;
  text-align: center;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji {
  background-color: #fff;
  margin: 0 auto;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_9ori {
  width: 710.55px;
  height: 188.98px;
  position: relative;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_9ori .txt_word {
  position: absolute;
  z-index: 5;
  top: 46px;
  right: 15px;
  width: 314px;
  height: 116px;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: normal;
  font-family: "mgenplus-h";
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_9ori .txt_copylight {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  right: 15px;
  width: 392.5px;
  height: 10px;
  font-size: 8px;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  font-family: "Roboto Condensed", sans-serif;
  transform: scale(0.8);
  transform-origin: bottom right;
  color: #555555;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_9ori .box_base {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_9ori .box_base_print_ouetr {
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  z-index: 0;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_only {
  width: 302.36px;
  height: 158.74px;
  position: relative;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_only .txt_word {
  position: absolute;
  z-index: 5;
  top: 34px;
  right: 6px;
  width: 290px;
  height: 110px;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: normal;
  font-family: "mgenplus-h";
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_only .txt_copylight {
  position: absolute;
  z-index: 5;
  bottom: 7px;
  right: 6px;
  width: 414.5px;
  height: 10px;
  font-size: 8px;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  font-family: "Roboto Condensed", sans-serif;
  transform: scale(0.7);
  transform-origin: bottom right;
  color: #555555;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_only .box_base {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.real_koimikuji_only .box_base_print_ouetr {
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  z-index: 0;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.kikkyo_daikichi .txt_word {
  color: #D80000;
}
.box_real_koimikuji_wall .box_real_koimikuji_outer .box_real_koimikuji.kikkyo_daikyo .txt_word {
  color: #222222;
}

.print-content_only .box_real_koimikuji_wall {
  margin-top: 6px;
  margin-bottom: 6px;
}
.print-content_only .box_real_koimikuji_wall:nth-of-type(10n) {
  page-break-after: always;
  margin-bottom: 20px;
}
.print-content_only .box_real_koimikuji_wall:last-child {
  page-break-after: unset;
  margin-bottom: 0;
}

.print-content_9ori .box_real_koimikuji_wall {
  overflow: hidden;
  margin-top: -12px;
  margin-bottom: -12px;
}
.print-content_9ori .box_real_koimikuji_wall:nth-of-type(5n) {
  page-break-after: always;
  margin-bottom: 20px;
}
.print-content_9ori .box_real_koimikuji_wall:nth-of-type(5n) .box_mark_crop_bl .cut_icon_bottom, .print-content_9ori .box_real_koimikuji_wall:nth-of-type(5n) .box_mark_crop_br .cut_icon_bottom {
  opacity: 1;
}
.print-content_9ori .box_real_koimikuji_wall:nth-of-type(5n+1) {
  margin-top: 20px;
  margin-bottom: -12px;
}
.print-content_9ori .box_real_koimikuji_wall:nth-of-type(5n+1) .box_mark_crop_tl, .print-content_9ori .box_real_koimikuji_wall:nth-of-type(5n+1) .box_mark_crop_tr {
  opacity: 1;
}
.print-content_9ori .box_real_koimikuji_wall:last-child {
  page-break-after: unset;
  margin-bottom: 0;
}
.print-content_9ori .box_real_koimikuji_wall .box_mark_crop_tl, .print-content_9ori .box_real_koimikuji_wall .box_mark_crop_tr,
.print-content_9ori .box_real_koimikuji_wall .box_mark_crop_bl,
.print-content_9ori .box_real_koimikuji_wall .box_mark_crop_br {
  opacity: 0;
}
.print-content_9ori .box_real_koimikuji_wall .box_mark_crop_bl, .print-content_9ori .box_real_koimikuji_wall .box_mark_crop_br {
  opacity: 1;
}
.print-content_9ori .box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_top, .print-content_9ori .box_real_koimikuji_wall .box_mark_crop_bl .cut_icon_bottom, .print-content_9ori .box_real_koimikuji_wall .box_mark_crop_br .cut_icon_top, .print-content_9ori .box_real_koimikuji_wall .box_mark_crop_br .cut_icon_bottom {
  opacity: 0;
}

/*  Forms
--------------------------------------- */
.txt_ipt_disp {
  padding: 0;
  font-family: "Shippori Mincho B1", "Shippori-Mincho-B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 140%;
  display: inline-block;
  word-break: break-all;
}
.txt_ipt_disp.txt_left {
  width: 100%;
}
.txt_ipt_disp.text_l {
  font-size: 26px;
  line-height: 140%;
}
.txt_ipt_disp.text_m {
  font-size: 20px;
  line-height: 140%;
}
.txt_ipt_disp.text_s {
  font-size: 16px;
  line-height: 140%;
  padding: 1px 0 1px 26px;
}
.txt_ipt_disp .txt_sub {
  font-size: 62% !important;
  letter-spacing: 0;
}
.txt_ipt_disp.checked, .txt_ipt_disp.non_checked {
  padding: 0 0 2px 0;
  cursor: auto;
}
.txt_ipt_disp.checked {
  opacity: 1;
}
.txt_ipt_disp.non_checked {
  opacity: 0.3;
}

input,
textarea,
select {
  font-family: "Shippori Mincho B1", "Shippori-Mincho-B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 140%;
  background-color: #ffffff;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=time],
textarea,
select {
  padding: 8px;
  border: 1px solid #999999;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #FF3232;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
textarea:disabled,
select:disabled {
  background-color: #dddddd;
}
input[type=text]:read-only,
input[type=email]:read-only,
input[type=tel]:read-only,
input[type=number]:read-only,
input[type=password]:read-only,
input[type=date]:read-only,
input[type=time]:read-only,
textarea:read-only,
select:read-only {
  background-color: #dddddd;
  pointer-events: none;
  cursor: not-allowed;
}
input[type=text].text_l,
input[type=email].text_l,
input[type=tel].text_l,
input[type=number].text_l,
input[type=password].text_l,
input[type=date].text_l,
input[type=time].text_l,
textarea.text_l,
select.text_l {
  font-size: 26px;
  line-height: 140%;
  padding: 4px 8px 4px 8px;
}
input[type=text].text_m,
input[type=email].text_m,
input[type=tel].text_m,
input[type=number].text_m,
input[type=password].text_m,
input[type=date].text_m,
input[type=time].text_m,
textarea.text_m,
select.text_m {
  font-size: 20px;
  line-height: 140%;
  padding: 4px 8px 4px 8px;
}
input[type=text].text_s,
input[type=email].text_s,
input[type=tel].text_s,
input[type=number].text_s,
input[type=password].text_s,
input[type=date].text_s,
input[type=time].text_s,
textarea.text_s,
select.text_s {
  font-size: 17px;
  line-height: 140%;
  padding: 4px 8px 4px 8px;
}

input[type=date],
input[type=time] {
  padding: 6px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=image],
textarea {
  border-radius: 0px;
  webkit-border-radius: 0px;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

textarea {
  vertical-align: top;
  resize: none;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

select {
  line-height: normal;
}

select:read-only {
  background-color: unset;
  pointer-events: unset;
  cursor: unset;
}

.ipt_text_center {
  text-align: center;
}

.ipt_text_left {
  text-align: left;
}

.ipt_size_full {
  width: 100%;
}

.ipt_size_harf {
  width: 45%;
  width: calc(50% - 10px);
}

.ipt_size_l {
  width: 400px;
}

.ipt_size_m {
  width: 200px;
}

.ipt_size_s {
  width: 100px;
}

.ipt_size_ss {
  width: 50px;
}

.ipt_size_9em {
  width: 10em;
}

.ipt_message {
  height: 4em;
  font-size: 60px;
  line-height: 120%;
  font-family: "mgenplus-h";
  text-align: center;
  letter-spacing: 0;
}
.ipt_message.txt_col_daikichi {
  color: #D80000;
}
.ipt_message.txt_col_daikyo {
  color: #222222;
}

.ipt_row_l {
  height: 300px;
}

.ipt_row_m {
  height: 200px;
}

.ipt_row_s {
  height: 100px;
}

.ipt_row_3em {
  height: 4.8em;
}

.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type=checkbox]:checked + .checkbox-text::after,
input[type=radio]:checked + .radio-text::after {
  opacity: 1;
}

.txt_add_kakko::before {
  content: "（";
  display: inline-block;
}
.txt_add_kakko::after {
  content: "）";
  display: inline-block;
}

.checkbox-text,
.radio-text {
  cursor: pointer;
  display: inline-block;
  padding: 0px 0 6px 34px;
  position: relative;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.2em;
}
.checkbox-text.text_l,
.radio-text.text_l {
  font-size: 26px;
  line-height: 140%;
  padding: 0px 0 2px 36px;
  margin: 4px 0;
}
.checkbox-text.text_s,
.radio-text.text_s {
  font-size: 16px;
  line-height: 140%;
  padding: 0px 0 2px 26px;
}
.checkbox-text .txt_sub,
.radio-text .txt_sub {
  font-size: 62% !important;
  line-height: 140%;
  letter-spacing: 0.2em;
}

/* ラジオボタン */
.radio-input:checked + .radio-text::before {
  color: #fff;
  border-color: #E00000;
}
.radio-input:focus + .radio-text::before {
  box-shadow: 0 0 0 2px rgba(224, 0, 0, 0.5);
}
.radio-input:checked + .radio-text::after {
  background-color: #E00000;
}
.radio-input:disabled + .radio-text {
  opacity: 0.5;
}
.radio-input:disabled + .radio-text::before {
  background-color: #eee;
}

.radio-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 2px;
  top: 15px;
  transform: translateY(-50%);
  border: 1px solid #999999;
  border-radius: 50%;
}
.radio-text::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #dddddd;
  position: absolute;
  top: 15px;
  left: 8px;
  transform: translateY(-50%);
  opacity: 1;
}
.radio-text.text_l::before {
  width: 27px;
  height: 27px;
  top: 20px;
}
.radio-text.text_l::after {
  display: block;
  width: 17px;
  height: 17px;
  top: 20px;
  left: 8px;
}
.radio-text.text_s::before {
  width: 17px;
  height: 17px;
  top: 12px;
}
.radio-text.text_s::after {
  display: block;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 7px;
}

/* チェックボックス */
.checkbox-input:checked + .checkbox-text::before {
  color: #fff;
  border-color: #E00000;
  background-color: #ffffff;
}
.checkbox-input:focus + .checkbox-text::before {
  box-shadow: 0 0 0 2px rgba(224, 0, 0, 0.3);
}
.checkbox-input:checked + .checkbox-text::after {
  top: 14px;
  left: 4px;
  width: 6px;
  height: 16px;
  transform: rotate(35deg) skewY(8deg) translateY(-50%);
  transform-origin: center right;
  border-right: 3px solid #E00000;
  border-bottom: 3px solid #E00000;
  background-color: transparent;
}
.checkbox-input:checked + .checkbox-text.text_l::after {
  top: 20px;
  left: 4px;
  width: 8px;
  height: 18px;
  border-right: 4px solid #E00000;
  border-bottom: 4px solid #E00000;
}
.checkbox-input:checked + .checkbox-text.text_s::after {
  top: 11px;
  left: 5px;
  width: 4px;
  height: 11px;
  border-right: 2px solid #E00000;
  border-bottom: 2px solid #E00000;
}
.checkbox-input:disabled + .checkbox-text {
  opacity: 0.5;
}
.checkbox-input:disabled + .checkbox-text::before {
  background-color: #eee;
}
.checkbox-input:disabled + .checkbox-text::after {
  content: none;
}

.checkbox-text::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: 3px;
  transform: translateY(-50%);
  border: 1px solid #999999;
}
.checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  background-color: #dddddd;
  opacity: 1;
}
.checkbox-text.text_l::before {
  width: 26px;
  height: 26px;
  top: 20px;
}
.checkbox-text.text_l::after {
  display: block;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 9px;
}
.checkbox-text.text_s::before {
  width: 16px;
  height: 16px;
  top: 12px;
}
.checkbox-text.text_s::after {
  display: block;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 7px;
}
.checkbox-text.checked {
  opacity: 1;
  padding-left: 2px;
  cursor: auto;
}
.checkbox-text.non_checked {
  opacity: 0.3;
  padding-left: 2px;
  cursor: auto;
}

.txt_err_msg {
  color: #E00000;
}

.txt_attention {
  color: #FF3232;
}

.txt_input_err {
  display: block;
  margin: 8px 0;
  color: #E00000;
  font-size: 14px;
  line-height: 140%;
}

.txt_input_err_l {
  display: block;
  margin: 0 0 8px 0;
  color: #E00000;
  font-size: 16px;
  line-height: 120%;
}

.txt_m {
  font-size: 100%;
  line-height: 140%;
}

.txt_s {
  font-size: 70%;
  line-height: 140%;
}

.txt_indent01 {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

strong {
  background: linear-gradient(transparent 60%, rgba(240, 176, 17, 0.3) 60%);
}

.txt_ls0 {
  letter-spacing: 0 !important;
}

.txt_word_break {
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}

.txt_center {
  text-align: center;
}

p.txt_center {
  margin-left: auto;
  margin-right: auto;
}

.txt_left {
  text-align: left;
}

.txt_debug_err {
  word-break: break-all;
}

input.btn_red,
a.btn_red,
button.btn_red {
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  background-color: #E00000;
  border-radius: 8px;
  box-shadow: 0px 5px 0px #940000;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", "Shippori-Mincho-B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4em;
  min-width: 300px;
}
input.btn_red:hover, input.btn_red:focus, input.btn_red:active, input.btn_red.current,
a.btn_red:hover,
a.btn_red:focus,
a.btn_red:active,
a.btn_red.current,
button.btn_red:hover,
button.btn_red:focus,
button.btn_red:active,
button.btn_red.current {
  outline: none;
  box-shadow: 0px 1px 0px #940000;
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  text-decoration: none;
}
input.btn_red.clicked,
a.btn_red.clicked,
button.btn_red.clicked {
  outline: none;
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 1px 0px #940000;
  text-decoration: none;
  cursor: default;
}
input.btn_red.btn_size_l,
a.btn_red.btn_size_l,
button.btn_red.btn_size_l {
  font-size: 24px;
  line-height: 100%;
  padding: 20px calc(20px - 0.4em) 20px 20px;
  min-width: 360px;
  letter-spacing: 0.4em;
}
input.btn_red.btn_size_m,
a.btn_red.btn_size_m,
button.btn_red.btn_size_m {
  font-size: 20px;
  line-height: 100%;
  padding: 12px calc(20px - 0.3em) 12px 20px;
  min-width: 280px;
  letter-spacing: 0.3em;
}
input.btn_red.btn_size_s,
a.btn_red.btn_size_s,
button.btn_red.btn_size_s {
  font-size: 16px;
  line-height: 100%;
  padding: 10px calc(16px - 0.25em) 10px 16px;
  min-width: 200px;
  letter-spacing: 0.25em;
}
input.btn_red.btn_size_ss,
a.btn_red.btn_size_ss,
button.btn_red.btn_size_ss {
  min-width: auto;
  font-size: 14px;
  line-height: 100%;
  padding: 6px calc(12px - 0.2em) 6px 12px;
  min-width: 200px;
  letter-spacing: 0.2em;
}
input.btn_red.btn_size_sss,
a.btn_red.btn_size_sss,
button.btn_red.btn_size_sss {
  min-width: auto;
  font-size: 12px;
  line-height: 100%;
  padding: 4px calc(12px - 0.2em) 5px 12px;
  min-width: 200px;
  letter-spacing: 0.2em;
}
input.btn_red:disabled,
a.btn_red:disabled,
button.btn_red:disabled {
  background-color: #999;
  box-shadow: 0px 5px 0px #666;
}
input.btn_red:disabled:hover, input.btn_red:disabled:focus, input.btn_red:disabled:active,
a.btn_red:disabled:hover,
a.btn_red:disabled:focus,
a.btn_red:disabled:active,
button.btn_red:disabled:hover,
button.btn_red:disabled:focus,
button.btn_red:disabled:active {
  outline: none;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  text-decoration: none;
}
input.btn_red.btn_width_auto,
a.btn_red.btn_width_auto,
button.btn_red.btn_width_auto {
  width: auto !important;
  min-width: unset !important;
}
input.btn_red.btn_width_5em,
a.btn_red.btn_width_5em,
button.btn_red.btn_width_5em {
  width: auto !important;
  min-width: 5em !important;
}
input.btn_red.btn_width_10em,
a.btn_red.btn_width_10em,
button.btn_red.btn_width_10em {
  width: auto !important;
  min-width: 10em !important;
}
input.btn_red.btn_width_200,
a.btn_red.btn_width_200,
button.btn_red.btn_width_200 {
  width: auto !important;
  min-width: 200px !important;
}
input.btn_red.btn_width_240,
a.btn_red.btn_width_240,
button.btn_red.btn_width_240 {
  width: auto !important;
  min-width: 240px !important;
}
input.btn_red.btn_width_300,
a.btn_red.btn_width_300,
button.btn_red.btn_width_300 {
  width: auto !important;
  min-width: 300px !important;
}
input.btn_red.btn_width_full,
a.btn_red.btn_width_full,
button.btn_red.btn_width_full {
  min-width: unset !important;
  width: 100% !important;
  text-align: center;
}

.box_icatch {
  color: #FF3232;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.box_icatch .block_icatch {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 0px 16px;
  letter-spacing: 0.1em;
}
.box_icatch .block_icatch .txt_oblique_tr {
  position: absolute;
  top: -10px;
  right: -4px;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-family: "Roboto Condensed", sans-serif;
  transform: rotate(35deg);
}
.box_icatch .block_icatch .block_icatch_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/frame_icatch_pk.svg") no-repeat 50% 50%;
  background-size: contain;
}
.box_icatch .block_icatch .txt_icatch {
  font-size: 18px;
  line-height: 100%;
  margin-top: 4px;
}
.box_icatch .block_icatch .txt_icatch .txt_ll {
  font-size: 34px;
  line-height: 120%;
  display: inline-block;
  vertical-align: bottom;
}
.box_icatch .block_icatch .txt_icatch .txt_l {
  font-size: 28px;
  line-height: 120%;
  display: inline-block;
  vertical-align: bottom;
}
.box_icatch .block_icatch .txt_icatch .txt_m {
  font-size: 22px;
  line-height: 120%;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
}
.box_icatch .block_icatch .txt_icatch .txt_s {
  font-size: 18px;
  line-height: 120%;
  display: inline-block;
  vertical-align: bottom;
}
.box_icatch .block_icatch .txt_icatch .txt_omamori {
  margin-top: 4px;
  margin-left: 4px;
}
.box_icatch .block_icatch .txt_icatch .txt_2 {
  margin-right: 2px;
}
.box_icatch .block_icatch .txt_ss {
  font-size: 13px;
  line-height: 120%;
  display: block;
  margin-top: 4px;
}

.box_sns {
  font-size: 14px;
  text-align: center;
}
.box_sns .icon_sns {
  background: url("../img/icon_set_sns.svg?ver=20240808") no-repeat 50% 50%;
  display: inline-block;
  background-size: 1500px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 8px 4px;
  vertical-align: middle;
}
.box_sns .icon_sns.icon_twitter {
  background-position: -543px -168px;
}
.box_sns .icon_sns.icon_instagram {
  background-position: -18px -168px;
}
.box_sns .icon_sns.icon_threads {
  background-position: -619px -168px;
}
.box_sns a.icon_sns:hover, .box_sns a.icon_sns:focus, .box_sns a.icon_sns:active, .box_sns a:link.icon_sns:hover, .box_sns a:link.icon_sns:focus, .box_sns a:link.icon_sns:active,
.box_sns a:visited.icon_sns:hover,
.box_sns a:visited.icon_sns:focus,
.box_sns a:visited.icon_sns:active {
  opacity: 0.7;
}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer {
  width: 100%;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  font-family: "Shippori Mincho B1", "Shippori-Mincho-B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 12px 0;
  margin-top: 100px;
  padding-top: 60px;
  background-color: #E00000;
}
footer .footer_inner {
  width: 1200px;
  margin: 0 auto;
}
footer .box_logo {
  text-align: center;
}
footer .box_logo .logo_koi-mikuji_h {
  background: url("../img/logo_koi-mikuji_h.svg") no-repeat 50% 50%;
  display: inline-block;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  height: 50px;
}
footer .box_logo .site_name_sub {
  margin: 12px auto;
}
footer .box_logo .site_name_sub .txt_ver, footer .box_logo .site_name_sub .txt_sub_copy {
  border: solid 1px #f0b011;
  color: #f0b011;
  padding: 6px 12px 4px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  margin: 0px auto;
}
footer .box_logo .site_name_sub .txt_ver {
  margin: 0px 12px;
}
footer .box_logo .site_name_sub .txt_sub_copy {
  border: none;
  font-size: 15px;
  color: #fff;
  opacity: 0.7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
footer .box_sns {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 80px;
}
footer .box_sns .lbl_sns {
  font-size: 14px;
  margin-bottom: 8px;
}
footer .box_sns .icon_sns {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
footer .box_site_link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
footer .box_site_link ul {
  width: 25%;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
footer .box_site_link ul li {
  display: block;
  margin: 8px 20px 16px 20px;
  text-align: left;
}
footer .box_site_link ul li:last-of-type {
  margin-bottom: 12px;
}
footer .box_site_link ul li a, footer .box_site_link ul li a:link,
footer .box_site_link ul li a:visited {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}
footer .box_bnr_link {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
footer .box_bnr_link a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin: 12px;
  width: calc(33.333% - 24px);
  max-width: 302px;
}
footer .box_bnr_link a img {
  margin-top: 4px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
}
footer #copyright {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.2em;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  #contener #sec_result_post .box_result_post {
    width: 100%;
    max-width: 1200px;
  }
  #contener .page-content .box_result_tail {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .home .box_message .box_count .box_girl img {
    width: 30%;
    max-width: 360px;
  }
  #contener .page-content .box_result_tail {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  #contener .sec .box_content .box_content_text {
    width: calc(50% - 40px);
  }
  #contener .sec .box_content .box_content_text p {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
  #contener .sec .box_content .box_content_text p br {
    display: none;
  }
  footer .box_site_link {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  footer .box_site_link ul {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  header.site_header .header_inner #ttl_copy_main01 {
    width: 460px;
  }
  .home header.site_header .header_inner .box_btn {
    margin-top: 200px;
  }
  .home header.site_header .header_inner .box_illust01 {
    background-size: 1600px;
    background-position: -50px -20px;
    width: 300px;
    height: 380px;
    top: -50px;
    left: -180px;
  }
  .home header.site_header .header_inner .box_illust02 {
    background-size: 1600px;
    background-position: -80px -430px;
    width: 300px;
    height: 380px;
    bottom: 150px;
    right: -160px;
  }
  #contener #contents .width_1000 {
    width: 100%;
  }
  #contener #contents .width_800 {
    width: 100%;
  }
  #contener #contents .box_result_card {
    width: calc(100vw - 20px - 20px);
    height: calc((100vw - 20px - 20px) * 0.525);
  }
  #contener #contents .box_result_card .block_omikuji_h1, #contener #contents .box_result_card .block_omikuji_p2,
  #contener #contents .box_result_card .block_omikuji_p3,
  #contener #contents .box_result_card .block_omikuji_p4,
  #contener #contents .box_result_card .block_omikuji_p5,
  #contener #contents .box_result_card .block_omikuji_p6 {
    width: calc((100vw - 20px - 20px) / 6 + 2px);
    height: calc((100vw - 20px - 20px) * 0.525);
  }
  #contener #contents .box_result_card .block_omikuji_h1.move, #contener #contents .box_result_card .block_omikuji_p2.move,
  #contener #contents .box_result_card .block_omikuji_p3.move,
  #contener #contents .box_result_card .block_omikuji_p4.move,
  #contener #contents .box_result_card .block_omikuji_p5.move,
  #contener #contents .box_result_card .block_omikuji_p6.move {
    margin-left: 0px;
    left: 0;
  }
  #contener #contents .box_result_card .block_omikuji_p6 {
    width: calc((100vw - 20px - 20px) / 6 + 1px);
  }
  #contener #contents .box_result_card .block_omikuji_h1 {
    left: calc(50% - ((100vw - 20px - 20px) / 6 + 0px) / 2);
    margin-left: unset;
  }
  #contener #contents .box_result_card .block_omikuji_h1 .logomark_koi-mikuji {
    width: 58%;
    margin-top: 20%;
  }
  #contener #contents .box_result_card .block_omikuji_h1 .logo_koi-mikuji {
    width: 36%;
    margin-top: 20%;
  }
  #contener #contents .box_result_card .block_omikuji_p2 {
    margin-left: -1px;
  }
  #contener #contents .box_result_card .block_omikuji_p3 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 1 - 1px);
  }
  #contener #contents .box_result_card .block_omikuji_p4 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 2 - 1px);
  }
  #contener #contents .box_result_card .block_omikuji_p5 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 3 - 1px);
  }
  #contener #contents .box_result_card .block_omikuji_p6 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 4 - 1px);
  }
  footer .footer_inner {
    width: 100%;
  }
  footer .footer_inner .box_site_link {
    margin: 50px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  body {
    letter-spacing: 0.15em;
    font-size: 15px;
    line-height: 200%;
  }
  header.site_header {
    min-height: auto;
    padding-top: 0px;
    line-height: 100%;
  }
  header.site_header .header_inner {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  header.site_header .header_inner #ttl_omikuji-do {
    width: 120px;
    height: 24px;
  }
  header.site_header .header_inner #ttl_omikuji-do img {
    max-width: 100%;
  }
  header.site_header .header_inner #site_name {
    width: 180px;
    height: 34px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  header.site_header .header_inner .box_daikichi_daikyo {
    margin-top: 10px;
  }
  header.site_header .header_inner .box_daikichi_daikyo img {
    width: 120px;
  }
  header.site_header .header_inner .txt_ver {
    font-size: 12px;
  }
  header.site_header .header_inner #ttl_copy_main01 {
    width: 80%;
    height: 36px;
    margin: 20px auto;
  }
  header.site_header .box_right_top {
    top: 0;
    left: 0;
    right: 0;
    padding: 1px;
    width: 100%;
  }
  header.site_header .box_right_top a {
    width: 50%;
    padding: 6px 10px 8px;
    margin: 0;
    margin-right: 1px;
    font-size: 14px;
    line-height: 100%;
  }
  header.site_header .box_right_top a:last-child {
    margin-right: 0px;
  }
  .home header.site_header .header_inner {
    margin-top: 4px;
  }
  .home header.site_header .header_inner #ttl_omikuji-do {
    width: 130px;
    height: 20px;
  }
  .home header.site_header .header_inner #site_name {
    width: 220px;
    height: 42px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .home header.site_header .header_inner .txt_ver {
    margin-top: 16px;
  }
  .home header.site_header .header_inner .box_btn {
    margin-top: 15vh;
    padding: 0 20px;
  }
  .home header.site_header .header_inner .box_btn p {
    font-size: 10px;
    line-height: 160%;
  }
  .home header.site_header .header_inner .box_illust01 {
    background-size: 240vw;
    background-position: -7vw -1vw;
    width: 45vw;
    height: 55vw;
    top: -10px;
    left: 0;
  }
  .home header.site_header .header_inner .box_illust02 {
    background-size: 240vw;
    background-position: -13vw -67vw;
    width: 40vw;
    height: 55vw;
    top: unset;
    bottom: 14vh;
    right: 0;
  }
  .home .box_message .logomark_omikuji-do {
    margin-top: 60px;
    width: 50px;
  }
  .home .box_message p {
    font-size: 15px;
    line-height: 240%;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
  }
  .home .box_message p.txt_sub {
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.15em;
  }
  .home .box_message .box_count {
    flex-direction: column;
  }
  .home .box_message .box_count .box_count_daikichi, .home .box_message .box_count .box_count_daikyo {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }
  .home .box_message .box_count .box_count_daikichi .lbl_month_img, .home .box_message .box_count .box_count_daikyo .lbl_month_img {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  .home .box_message .box_count .box_count_daikichi .lbl_month, .home .box_message .box_count .box_count_daikyo .lbl_month {
    font-size: 14px;
    display: block;
  }
  .home .box_message .box_count .box_count_daikichi .box_card_daikichi_outer, .home .box_message .box_count .box_count_daikichi .box_card_daikyo_outer, .home .box_message .box_count .box_count_daikyo .box_card_daikichi_outer, .home .box_message .box_count .box_count_daikyo .box_card_daikyo_outer {
    margin-top: 12px;
  }
  .home .box_message .box_count .box_count_daikichi p.txt_notis, .home .box_message .box_count .box_count_daikyo p.txt_notis {
    margin-top: 8px;
    font-size: 12px;
    line-height: 160%;
  }
  .home .box_message .box_count .box_count_daikichi {
    order: 1;
  }
  .home .box_message .box_count .box_count_daikyo {
    order: 2;
    margin-top: 20px;
  }
  .home .box_message .box_count .box_girl {
    order: 3;
    margin-left: 0;
  }
  .home .box_message .box_count .box_girl img {
    width: 50%;
  }
  #contener h2 {
    font-size: 20px;
  }
  #contener h3 {
    font-size: 18px;
  }
  #contener h4 {
    font-size: 16px;
  }
  #contener h5 {
    font-size: 16px;
  }
  #contener h6 {
    font-size: 16px;
  }
  #contener p {
    font-size: 14px;
  }
  #contener #contents .width_1000 {
    width: 100%;
  }
  #contener #contents .width_800 {
    width: 100%;
  }
  #contener #contents .width_640 {
    width: 100%;
  }
  #contener .sec h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
  #contener .sec h3 {
    font-size: 20px;
  }
  #contener .sec p {
    font-size: 14px;
    line-height: 200%;
  }
  #contener .sec .box_content {
    flex-direction: column;
  }
  #contener .sec .box_content .box_content_text {
    width: 100%;
    order: 2;
  }
  #contener .sec .box_content .box_content_text p {
    padding-left: 10px;
    font-size: 14px;
    line-height: 200%;
  }
  #contener .sec .box_content .box_content_pic {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  #contener #sec_news .box_news dl dt {
    width: 100%;
    float: unset;
    padding-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #contener #sec_news .box_news dl dt:first-of-type {
    border-top: solid 1px #dddddd;
  }
  #contener #sec_news .box_news dl dd {
    padding-left: 0;
    border-top: unset;
    border-bottom: solid 1px #dddddd;
    padding-top: 4px;
  }
  #contener #sec_news .box_news dl dd:last-of-type {
    border-bottom: solid 1px #dddddd;
  }
  #contener #sec_news .box_news dl dd a, #contener #sec_news .box_news dl dd a:link,
  #contener #sec_news .box_news dl dd a:visited {
    font-size: 15px;
  }
  #contener #sec_result_post .box_result_post a {
    width: 50%;
  }
  #contener #sec_result_post .box_result_post a .txt_date {
    font-size: 10px;
  }
  #contener .entry-header, #contener .page-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #contener .entry-header#pos_result, #contener .page-header#pos_result {
    margin-bottom: 0px;
  }
  #contener .entry-header .post_category, #contener .page-header .post_category {
    letter-spacing: 0.3em;
    padding-left: 0.3em;
  }
  #contener .entry-header h1, #contener .page-header h1 {
    font-size: 24px;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
  }
  #contener .entry-header h1.page_title, #contener .page-header h1.page_title {
    font-size: 24px;
  }
  #contener .entry-header h1.entry-title, #contener .page-header h1.entry-title {
    letter-spacing: 0.15em;
    padding-left: 0.15em;
  }
  #contener .entry-header h1.result_title, #contener .page-header h1.result_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
  }
  #contener .entry-header .ttl_sub, #contener .page-header .ttl_sub {
    font-size: 14px;
  }
  #contener .entry-content .box_result_list_search_layout, #contener .page-content .box_result_list_search_layout {
    margin-bottom: 60px;
  }
  #contener .entry-content .box_result_list_search_layout .box_result_list_search, #contener .page-content .box_result_list_search_layout .box_result_list_search {
    flex-direction: column;
    width: 100%;
  }
  #contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search {
    margin: 4px 0;
    text-align: left;
  }
  #contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search span, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search span {
    min-width: 6em;
    display: inline-block;
  }
  #contener .entry-content .box_result_list_search_layout .box_result_list_search .block_result_list_search.block_btn, #contener .page-content .box_result_list_search_layout .box_result_list_search .block_result_list_search.block_btn {
    text-align: center;
    margin-top: 12px;
  }
  #contener .entry-content .box_result_tail, #contener .page-content .box_result_tail {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #contener .entry-content .box_result_tail .block_result_tail, #contener .page-content .box_result_tail .block_result_tail {
    padding: 0;
  }
  #contener .entry-content .box_result_tail .block_result_tail .txt_date, #contener .page-content .box_result_tail .block_result_tail .txt_date {
    font-size: 12px;
  }
  #contener .entry-content .box_result_list table, #contener .page-content .box_result_list table {
    max-width: unset;
  }
  #contener .entry-content .box_result_list table thead:first-child tr th, #contener .page-content .box_result_list table thead:first-child tr th {
    border-top: solid 1px #dddddd;
  }
  #contener .entry-content .box_result_list table thead:first-child tr th:first-child, #contener .page-content .box_result_list table thead:first-child tr th:first-child {
    border-top: solid 1px #dddddd;
  }
  #contener .entry-content .box_result_list table thead, #contener .page-content .box_result_list table thead {
    display: none;
  }
  #contener .entry-content .box_result_list table thead tr th, #contener .page-content .box_result_list table thead tr th {
    border-top: none;
  }
  #contener .entry-content .box_result_list table thead tr th:first-child, #contener .page-content .box_result_list table thead tr th:first-child {
    border-top: none;
  }
  #contener .entry-content .box_result_list table tr, #contener .page-content .box_result_list table tr {
    border-bottom: none;
  }
  #contener .entry-content .box_result_list table tr th, #contener .entry-content .box_result_list table tr td, #contener .page-content .box_result_list table tr th, #contener .page-content .box_result_list table tr td {
    display: block;
    width: 100%;
    padding: 16px 0px;
    border-bottom: none;
  }
  #contener .entry-content .box_result_list table tr th:last-child, #contener .entry-content .box_result_list table tr td:last-child, #contener .page-content .box_result_list table tr th:last-child, #contener .page-content .box_result_list table tr td:last-child {
    border-bottom: solid 1px #dddddd;
  }
  #contener .entry-content .box_result_list table tr th.td_text_add, #contener .entry-content .box_result_list table tr td.td_text_add, #contener .page-content .box_result_list table tr th.td_text_add, #contener .page-content .box_result_list table tr td.td_text_add {
    width: 100%;
  }
  #contener .entry-content .box_result_list table tr th .pic_thumb, #contener .entry-content .box_result_list table tr td .pic_thumb, #contener .page-content .box_result_list table tr th .pic_thumb, #contener .page-content .box_result_list table tr td .pic_thumb {
    width: 100%;
    max-width: 264px;
  }
  #contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add {
    width: 100%;
  }
  #contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add dt, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add dt, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add dt, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add dt {
    font-size: 12px;
    width: 8em;
    margin: 1px 0;
  }
  #contener .entry-content .box_result_list table tr th dl.dl_mypage_list_text_add dd, #contener .entry-content .box_result_list table tr td dl.dl_mypage_list_text_add dd, #contener .page-content .box_result_list table tr th dl.dl_mypage_list_text_add dd, #contener .page-content .box_result_list table tr td dl.dl_mypage_list_text_add dd {
    font-size: 13px;
    width: calc(100% - 8em);
    margin: 1px 0;
    padding-top: 1px;
  }
  #contener .entry-content .box_result_list table tr th, #contener .page-content .box_result_list table tr th {
    padding: 8px 0px;
  }
  #contener .entry-content .box_result_list table tr th:first-child, #contener .page-content .box_result_list table tr th:first-child {
    border-top: solid 1px #dddddd;
  }
  #contener .entry-content .box_result_list table tr td, #contener .page-content .box_result_list table tr td {
    border-top: none;
  }
  #contener .entry-content .box_result_list table tr td:first-child, #contener .page-content .box_result_list table tr td:first-child {
    border-top: solid 1px #dddddd;
  }
  #contener .entry-content .box_result_list table tr td:last-child, #contener .page-content .box_result_list table tr td:last-child {
    border-bottom: none;
  }
  #contener .entry-content .box_result_list table tr td.td_no, #contener .page-content .box_result_list table tr td.td_no {
    padding-bottom: 0;
  }
  #contener .entry-content .box_result_list table tr td.td_thumb, #contener .page-content .box_result_list table tr td.td_thumb {
    padding-top: 4px;
    padding-bottom: 0;
  }
  #contener .entry-content .box_result_list table tr td.td_status, #contener .page-content .box_result_list table tr td.td_status {
    padding-top: 0px;
  }
  #contener .entry-content .box_result_list table tr td.td_btn, #contener .page-content .box_result_list table tr td.td_btn {
    padding-top: 0;
    padding-bottom: 32px;
  }
  #contener .entry-content .box_result_db, #contener .page-content .box_result_db {
    display: inline-grid;
    flex-direction: column;
  }
  #contener .entry-content .box_result_db a, #contener .page-content .box_result_db a {
    width: 100%;
    margin: 12px 0;
  }
  #contener .entry-content fieldset.box_input_line, #contener .page-content fieldset.box_input_line {
    padding: 0 16px 16px 16px;
  }
  #contener .entry-content fieldset.box_input_line legend, #contener .page-content fieldset.box_input_line legend {
    font-size: 17px;
    margin-bottom: 8px;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main .lbl, #contener .entry-content fieldset.box_input_line .box_input_sub .lbl, #contener .page-content fieldset.box_input_line .box_input_main .lbl, #contener .page-content fieldset.box_input_line .box_input_sub .lbl {
    display: block;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main.box_input_sub .lbl, #contener .entry-content fieldset.box_input_line .box_input_sub.box_input_sub .lbl, #contener .page-content fieldset.box_input_line .box_input_main.box_input_sub .lbl, #contener .page-content fieldset.box_input_line .box_input_sub.box_input_sub .lbl {
    display: inline-block;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main.vertical2, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical2, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3, #contener .page-content fieldset.box_input_line .box_input_main.vertical2, #contener .page-content fieldset.box_input_line .box_input_main.vertical3, #contener .page-content fieldset.box_input_line .box_input_sub.vertical2, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3 {
    flex-direction: column;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main.vertical2 label, #contener .entry-content fieldset.box_input_line .box_input_main.vertical3 label, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical2 label, #contener .entry-content fieldset.box_input_line .box_input_sub.vertical3 label, #contener .page-content fieldset.box_input_line .box_input_main.vertical2 label, #contener .page-content fieldset.box_input_line .box_input_main.vertical3 label, #contener .page-content fieldset.box_input_line .box_input_sub.vertical2 label, #contener .page-content fieldset.box_input_line .box_input_sub.vertical3 label {
    width: 100%;
    line-height: 140%;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main .ipt_hono, #contener .entry-content fieldset.box_input_line .box_input_sub .ipt_hono, #contener .page-content fieldset.box_input_line .box_input_main .ipt_hono, #contener .page-content fieldset.box_input_line .box_input_sub .ipt_hono {
    width: 100%;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main .ipt_hono label:last-of-type, #contener .entry-content fieldset.box_input_line .box_input_sub .ipt_hono label:last-of-type, #contener .page-content fieldset.box_input_line .box_input_main .ipt_hono label:last-of-type, #contener .page-content fieldset.box_input_line .box_input_sub .ipt_hono label:last-of-type {
    margin-right: 0;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main .ipt_hono label .checkbox-text, #contener .entry-content fieldset.box_input_line .box_input_main .ipt_hono label .radio-text, #contener .entry-content fieldset.box_input_line .box_input_sub .ipt_hono label .checkbox-text, #contener .entry-content fieldset.box_input_line .box_input_sub .ipt_hono label .radio-text, #contener .page-content fieldset.box_input_line .box_input_main .ipt_hono label .checkbox-text, #contener .page-content fieldset.box_input_line .box_input_main .ipt_hono label .radio-text, #contener .page-content fieldset.box_input_line .box_input_sub .ipt_hono label .checkbox-text, #contener .page-content fieldset.box_input_line .box_input_sub .ipt_hono label .radio-text {
    padding-bottom: 0;
  }
  #contener .entry-content fieldset.box_input_line hr, #contener .page-content fieldset.box_input_line hr {
    margin: 10px 0;
  }
  #contener .entry-content fieldset.box_input_line .box_input_notice p, #contener .page-content fieldset.box_input_line .box_input_notice p {
    font-size: 12px;
    line-height: 130%;
  }
  #contener .entry-content fieldset.box_input_line .box_input_sub, #contener .page-content fieldset.box_input_line .box_input_sub {
    font-size: 16px;
    margin-bottom: 0;
  }
  #contener .entry-content .box_omikuji_card_disp, #contener .page-content .box_omikuji_card_disp {
    margin-left: calc(52% - 50vw);
    margin-right: calc(52% - 50vw);
  }
  #contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .block_omikuji_card_disp_inner, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .block_omikuji_card_disp_inner {
    width: 40px;
    height: 150px;
    padding: 4px;
    margin: 6px;
  }
  #contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .logomark_koi-mikuji, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .logomark_koi-mikuji {
    width: 22px;
  }
  #contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .logo_koi-mikuji, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .logo_koi-mikuji {
    width: 18px;
  }
  #contener .entry-content .box_result_card, #contener .page-content .box_result_card {
    width: calc(100vw - 20px - 20px);
    height: calc((100vw - 20px - 20px) * 0.525);
  }
  #contener .entry-content .box_result_card .block_omikuji_h1, #contener .entry-content .box_result_card .block_omikuji_p2,
  #contener .entry-content .box_result_card .block_omikuji_p3,
  #contener .entry-content .box_result_card .block_omikuji_p4,
  #contener .entry-content .box_result_card .block_omikuji_p5,
  #contener .entry-content .box_result_card .block_omikuji_p6, #contener .page-content .box_result_card .block_omikuji_h1, #contener .page-content .box_result_card .block_omikuji_p2,
  #contener .page-content .box_result_card .block_omikuji_p3,
  #contener .page-content .box_result_card .block_omikuji_p4,
  #contener .page-content .box_result_card .block_omikuji_p5,
  #contener .page-content .box_result_card .block_omikuji_p6 {
    width: calc((100vw - 20px - 20px) / 6 + 2px);
    height: calc((100vw - 20px - 20px) * 0.525);
  }
  #contener .entry-content .box_result_card .block_omikuji_p6, #contener .page-content .box_result_card .block_omikuji_p6 {
    width: calc((100vw - 20px - 20px) / 6 + 1px);
  }
  #contener .entry-content .box_result_card .block_omikuji_h1, #contener .page-content .box_result_card .block_omikuji_h1 {
    left: calc(50% - ((100vw - 20px - 20px) / 6 + 1px) / 2);
    padding: 8px;
    margin-left: unset;
  }
  #contener .entry-content .box_result_card .block_omikuji_h1 .logomark_koi-mikuji, #contener .page-content .box_result_card .block_omikuji_h1 .logomark_koi-mikuji {
    width: 70%;
    margin-top: 4px;
  }
  #contener .entry-content .box_result_card .block_omikuji_h1 .logo_koi-mikuji, #contener .page-content .box_result_card .block_omikuji_h1 .logo_koi-mikuji {
    width: 50%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  #contener .entry-content .box_result_card .block_omikuji_p2, #contener .page-content .box_result_card .block_omikuji_p2 {
    margin-left: -1px;
  }
  #contener .entry-content .box_result_card .block_omikuji_p3, #contener .page-content .box_result_card .block_omikuji_p3 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 1 - 1px);
  }
  #contener .entry-content .box_result_card .block_omikuji_p4, #contener .page-content .box_result_card .block_omikuji_p4 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 2 - 1px);
  }
  #contener .entry-content .box_result_card .block_omikuji_p5, #contener .page-content .box_result_card .block_omikuji_p5 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 3 - 1px);
  }
  #contener .entry-content .box_result_card .block_omikuji_p6, #contener .page-content .box_result_card .block_omikuji_p6 {
    margin-left: calc((100vw - 20px - 20px) / 6 * 4 - 1px);
  }
  #contener .entry-content .box_result_card_text, #contener .page-content .box_result_card_text {
    margin-top: 10px;
  }
  #contener .entry-content .box_result_card_text .txt_category, #contener .page-content .box_result_card_text .txt_category {
    font-size: 16px;
    line-height: 160%;
    margin: 2px 0;
  }
  #contener .entry-content .box_result_card_text .txt_message, #contener .page-content .box_result_card_text .txt_message {
    font-size: 16px;
    line-height: 160%;
    margin: 2px 0;
  }
  #contener .entry-content .box_result_card_text .box_btn_action .block_btn_action .lbl, #contener .page-content .box_result_card_text .box_btn_action .block_btn_action .lbl {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta, #contener .entry-content .box_result_card_text .box_result_post_card_meta,
  #contener .entry-content .box_result_card_text .box_result_data_card_meta, #contener .page-content .box_result_card_text .box_result_card_meta, #contener .page-content .box_result_card_text .box_result_post_card_meta,
  #contener .page-content .box_result_card_text .box_result_data_card_meta {
    flex-direction: column;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta,
  #contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta,
  #contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta {
    width: 100%;
    margin: 2px 0;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta .lbl, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .lbl,
  #contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .lbl, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta .lbl, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .lbl,
  #contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .lbl {
    font-size: 12px;
    padding: 4px 0px 5px 0px;
    width: 8em;
    margin-right: 0;
    letter-spacing: 0.05em;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val,
  #contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val,
  #contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val {
    font-size: 13px;
    width: calc(100% - 8em);
    padding-top: 1px;
    padding-bottom: 2px;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val span, #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val span,
  #contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val span, #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta .val span, #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta .val span,
  #contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta .val span {
    margin-bottom: 0;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta .block_result_card_meta:nth-of-type(even), #contener .entry-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta:nth-of-type(even),
  #contener .entry-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_card_meta .block_result_card_meta:nth-of-type(even), #contener .page-content .box_result_card_text .box_result_post_card_meta .block_result_card_meta:nth-of-type(even),
  #contener .page-content .box_result_card_text .box_result_data_card_meta .block_result_card_meta:nth-of-type(even) {
    width: 100%;
  }
  #contener .entry-content .box_result_card_text .box_result_card_meta, #contener .page-content .box_result_card_text .box_result_card_meta {
    margin-top: 120px;
  }
  #contener .entry-content .box_sns, #contener .page-content .box_sns {
    margin-top: 60px;
  }
  #contener .entry-content .box_sns h2, #contener .page-content .box_sns h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #contener .entry-content .box_sns .box_sns_btn, #contener .page-content .box_sns .box_sns_btn {
    justify-content: space-between;
  }
  #contener .entry-content .box_sns a.btn_sns, #contener .page-content .box_sns a.btn_sns {
    width: calc(50% - 8px);
    margin: 0;
  }
  #contener .entry-content .box_result_interpretation h2, #contener .page-content .box_result_interpretation h2 {
    font-size: 18px;
  }
  #contener .entry-content .box_result_interpretation .box_interpretation, #contener .page-content .box_result_interpretation .box_interpretation {
    flex-direction: column;
  }
  #contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation {
    width: 100%;
    border-right: none;
    padding: 0px 0 60px;
  }
  #contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation p, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation p {
    font-size: 13px;
    line-height: 180%;
  }
  #contener .entry-content .box_result_interpretation .box_interpretation .block_interpretation .bnr_link img, #contener .page-content .box_result_interpretation .box_interpretation .block_interpretation .bnr_link img {
    max-width: 240px;
  }
  #contener .entry-content .box_notice, #contener .page-content .box_notice {
    padding: 18px 14px;
  }
  #contener .entry-content .box_notice h2, #contener .page-content .box_notice h2 {
    font-size: 15px;
    margin: 20px 0 12px;
  }
  #contener .entry-content .box_notice p, #contener .page-content .box_notice p {
    font-size: 12px;
    line-height: 160%;
  }
  #contener .entry-content .box_form, #contener .page-content .box_form {
    width: 100%;
    font-size: 15px;
  }
  #contener .entry-content .box_form .form_lbl, #contener .page-content .box_form .form_lbl {
    width: auto;
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 4px;
    padding-right: 0.5em;
  }
  #contener .entry-content .box_form .form_hissu, #contener .page-content .box_form .form_hissu {
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 4px;
  }
  #contener .entry-content .box_form .form_hissu span, #contener .page-content .box_form .form_hissu span {
    font-size: 11px;
    padding: 2px calc(5px - 0.2em) 3px 5px;
    vertical-align: bottom;
    margin-bottom: 2px;
  }
  #contener .entry-content .box_form .form_input, #contener .page-content .box_form .form_input {
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  input,
  textarea,
  select {
    font-size: 16px;
  }
  input.btn_red.btn_size_l,
  a.btn_red.btn_size_l,
  button.btn_red.btn_size_l {
    font-size: 20px;
    padding: 12px calc(10px - 0.1em) 12px 14px;
    min-width: unset;
  }
  input.btn_red.btn_size_m,
  a.btn_red.btn_size_m,
  button.btn_red.btn_size_m {
    font-size: 17px;
    line-height: 100%;
    padding: 10px calc(10px - 0.1em) 10px 14px;
    min-width: 240px;
    letter-spacing: 0.2em;
  }
  input.btn_red.btn_size_s,
  a.btn_red.btn_size_s,
  button.btn_red.btn_size_s {
    font-size: 15px;
    padding: 8px calc(10px - 0em) 8px 12px;
    letter-spacing: 0.2em;
  }
  input.btn_red.btn_size_ss,
  a.btn_red.btn_size_ss,
  button.btn_red.btn_size_ss {
    font-size: 13px;
    padding: 5px calc(10px - 0em) 5px 12px;
    letter-spacing: 0.1em;
  }
  input.btn_red.btn_size_sss,
  a.btn_red.btn_size_sss,
  button.btn_red.btn_size_sss {
    font-size: 11px;
    padding: 2px calc(8px - 0em) 3px 10px;
    letter-spacing: 0.1em;
  }
  input.btn_red.download_btn,
  a.btn_red.download_btn,
  button.btn_red.download_btn {
    letter-spacing: 0.1em;
  }
  input.btn_red.btn_width_200,
  a.btn_red.btn_width_200,
  button.btn_red.btn_width_200 {
    min-width: 160px !important;
  }
  input[type=text].text_l,
  input[type=email].text_l,
  input[type=tel].text_l,
  input[type=number].text_l,
  input[type=password].text_l,
  input[type=date].text_l,
  input[type=time].text_l,
  textarea.text_l,
  select.text_l {
    font-size: 22px;
  }
  input[type=text].text_m,
  input[type=email].text_m,
  input[type=tel].text_m,
  input[type=number].text_m,
  input[type=password].text_m,
  input[type=date].text_m,
  input[type=time].text_m,
  textarea.text_m,
  select.text_m {
    font-size: 18px;
  }
  .ipt_message {
    font-size: 36px;
    height: 4.1em;
  }
  .txt_indent01 {
    text-indent: -1.15em;
    padding-left: 1.15em;
  }
  .txt_add_kakko::before, .txt_add_kakko::after {
    display: none;
  }
  .txt_add_kakko.txt_sub {
    display: block;
  }
  .checkbox-text,
  .radio-text {
    font-size: 18px;
    padding: 0px 0 2px 26px;
    letter-spacing: 0.1em;
  }
  .checkbox-text.text_l,
  .radio-text.text_l {
    font-size: 22px;
    padding: 0px 0 2px 34px;
    margin: 2px 0;
  }
  .checkbox-text.text_s,
  .radio-text.text_s {
    font-size: 14px;
    padding-left: 20px;
  }
  .checkbox-text .txt_sub,
  .radio-text .txt_sub {
    display: block;
    letter-spacing: 0.1em;
  }
  .radio-text::before {
    width: 18px;
    height: 18px;
    top: 14px;
  }
  .radio-text::after {
    width: 10px;
    height: 10px;
    top: 14px;
    left: 7px;
  }
  .radio-text.text_l::before {
    width: 24px;
    height: 24px;
    top: 17px;
  }
  .radio-text.text_l::after {
    width: 14px;
    height: 14px;
    top: 17px;
  }
  .checkbox-text::before {
    width: 18px;
    height: 18px;
    top: 13px;
    left: 0px;
  }
  .checkbox-text::after {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 5px;
  }
  .checkbox-text.text_l::before {
    top: 17px;
  }
  .checkbox-text.text_l::after {
    left: 6px;
    top: 10px;
  }
  .checkbox-text.text_s:before {
    width: 14px;
    height: 14px;
    top: 10px;
  }
  .checkbox-text.text_s::after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 4px;
  }
  .checkbox-input:checked + .checkbox-text::after {
    top: 13px;
    left: 1px;
    width: 5px;
    height: 12px;
  }
  .checkbox-input:checked + .checkbox-text.text_l::after {
    left: 1px;
    top: 17px;
  }
  .checkbox-input:checked + .checkbox-text.text_s::after {
    width: 4px;
    height: 9px;
    left: 1px;
    top: 10px;
  }
  footer .footer_inner {
    width: 100%;
    padding: 0px 20px 40px 20px;
  }
  footer .box_logo .logo_koi-mikuji_h {
    width: 200px;
    height: 40px;
  }
  footer .box_logo .site_name_sub {
    margin-top: 10px;
  }
  footer .box_logo .site_name_sub .txt_ver {
    font-size: 12px;
    padding: 4px 10px 3px 10px;
  }
  footer .box_site_link {
    flex-direction: column;
  }
  footer .box_site_link ul {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .box_site_link ul li a, footer .box_site_link ul li a:link,
  footer .box_site_link ul li a:visited {
    font-size: 15px;
  }
  footer .box_bnr_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .box_bnr_link a {
    margin: 0 0 10px 0;
    width: 48%;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  footer .box_bnr_link a img {
    width: 100%;
  }
  footer #copyright {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
  .box_foot_fixed_menu {
    position: fixed;
    z-index: 500000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  }
  .box_foot_fixed_menu .btn_your_archive, .box_foot_fixed_menu .btn_draw {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D80000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.15em;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .box_foot_fixed_menu .btn_your_archive.btn_off, .box_foot_fixed_menu .btn_draw.btn_off {
    background-color: #720000;
  }
  .box_foot_fixed_menu .btn_your_archive {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .box_icatch {
    flex-wrap: wrap;
    margin-top: 0 !important;
  }
  .box_icatch .block_icatch {
    width: 20vw;
    height: 20vw;
    margin: 0 4px 24px 4px;
  }
  .box_icatch .block_icatch .txt_icatch {
    font-size: 2.8vw;
  }
  .box_icatch .block_icatch .txt_icatch .txt_ll {
    font-size: 5vw;
    vertical-align: bottom;
  }
  .box_icatch .block_icatch .txt_icatch .txt_l {
    font-size: 4.5vw;
  }
  .box_icatch .block_icatch .txt_icatch .txt_m {
    font-size: 3.5vw;
    padding-bottom: 2px;
    padding-top: unset;
  }
  .box_icatch .block_icatch .txt_oblique_tr {
    font-size: 10px;
    top: -10px;
    right: -8px;
  }
  .box_icatch .block_icatch .txt_ss {
    font-size: 10px;
    line-height: 120%;
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
  .no_print {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
