@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: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #222222;
  background-color: #F6F3EB;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  overflow-x: hidden; /* 横スクロールを禁止する */
  width: 100%;
}
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;
}
body.no_footer footer, body.no_footer #footer_fixed_menu {
  display: none;
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header.site_header {
  width: 100%;
  min-height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
header.site_header .box_left_top {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-top: 0px;
}
header.site_header .box_left_top #site_name {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logo_kyo-mikuji_h.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  height: 60px;
}

.home header.site_header {
  min-height: 800px;
  height: 100dvh;
  background: url("../img/bg_header_top2.png") no-repeat 50% 100%;
  background: url("../img/bg_header_top2.webp") no-repeat 50% 100%;
  background-size: cover;
}
.home header.site_header .header_inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
}
.home header.site_header .header_inner #site_logomark {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logomark_kyo-mikuji.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.home header.site_header .header_inner #site_name {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logo_kyo-mikuji_h.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 500px;
  height: 146px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -60px;
}
.home header.site_header .header_inner .box_produce_by .lbl_produce_by {
  display: block;
  font-size: 12px;
  line-height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.8;
}
.home header.site_header .header_inner .box_produce_by .logo_omikuji-do {
  display: inline-block;
  width: 200px;
  height: 32px;
  margin-top: 8px;
}
.home header.site_header .header_inner .box_btn {
  margin-top: 120px;
}
.home header.site_header .header_inner .box_btn .txt_top_copy {
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  color: #FF3000;
  margin-bottom: 20px;
}
.home header.site_header .header_inner .box_btn p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 180%;
}

/*-------------------------------------------------
	++ 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: 0px 20px 0px 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 #cccccc;
  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 #cccccc;
  border-bottom: solid 1px #cccccc;
  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: 36px;
  line-height: 120%;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  margin-bottom: 40px;
}
#contener .sec h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-bottom: 20px;
}
#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_message .box_message {
  padding: 20px 0 20px;
}
#contener #sec_message .box_message .txt_catchcopy {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/txt_catchcopy.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 640px;
  height: 68px;
  margin-top: 0px;
  margin-bottom: 40px;
  letter-spacing: normal;
  padding-left: 0;
}
#contener #sec_message .box_message p {
  font-size: 20px;
  line-height: 280%;
  margin: 20px 0;
  letter-spacing: 0.2em;
}
#contener #sec_message .box_message .box_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 5px;
}
#contener #sec_message .box_message .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: 200px;
}
#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 p {
  font-size: 18px;
  line-height: 200%;
}
#contener .entry-header, #contener .page-header {
  margin-bottom: 50px;
  margin-top: -20px;
  padding-top: 20px;
}
#contener .entry-header .site_logomark, #contener .page-header .site_logomark {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/logomark_kyo-mikuji.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 115px;
}
#contener .entry-header .post_category, #contener .page-header .post_category {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  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.3em;
  padding-left: 0.3em;
  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 #cccccc;
}
#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 #cccccc;
  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: #FF3000;
  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 {
  text-align: 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 #cccccc;
  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 #cccccc;
  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_seal, #contener .page-content .box_seal {
  width: 1140px;
  height: 513px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 50;
  overflow: visible !important;
}
#contener .entry-content .box_seal .shadow, #contener .page-content .box_seal .shadow {
  overflow: visible !important;
}
#contener .entry-content .box_seal .page-wrapper[page="1"] .seal_back, #contener .page-content .box_seal .page-wrapper[page="1"] .seal_back {
  background-color: unset;
}
#contener .entry-content .box_seal .seal_back, #contener .page-content .box_seal .seal_back {
  background-color: #eeeeee;
}
#contener .entry-content .box_seal .seal_up, #contener .page-content .box_seal .seal_up {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background: linear-gradient(135deg, #D9D9D9 0%, #E4E4E4 20%, #FBFBFB 50%, #EBEBEB 60%, #FBFBFB 80%, #dddddd 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#contener .entry-content .box_seal .seal_up .txt_seal_up, #contener .page-content .box_seal .seal_up .txt_seal_up {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  color: #555555;
  font-weight: 500;
}
#contener .entry-content .box_seal .seal_up .corner, #contener .page-content .box_seal .seal_up .corner {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-right: 16px solid rgba(0, 0, 0, 0.2);
  border-left: 16px solid transparent;
  border-top: 16px solid transparent;
  border-bottom: 16px solid rgba(0, 0, 0, 0.2);
  z-index: 50;
}
#contener .entry-content .box_seal .seal_down, #contener .page-content .box_seal .seal_down {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#contener .entry-content .box_result_card, #contener .page-content .box_result_card {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#contener .entry-content .box_result_card .box_result_card_close, #contener .page-content .box_result_card .box_result_card_close {
  position: absolute;
  width: 100%;
  height: 630px;
  perspective: 2000px;
  display: none;
}
#contener .entry-content .box_result_card .box_result_card_close.disp, #contener .page-content .box_result_card .box_result_card_close.disp {
  display: block;
}
#contener .entry-content .box_result_card .box_result_card_close.move, #contener .page-content .box_result_card .box_result_card_close.move {
  transition: transform 2s ease-in-out;
  transform: translateY(100%);
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h1, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h1 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: rotateX(0deg);
  opacity: 1;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h1.spin, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h1.spin {
  animation: flipAndBlack 3s ease-in-out forwards;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h1.opened, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h1.opened {
  opacity: 0;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h1 img, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: rotateX(0deg);
  opacity: 0;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2.spin, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2.spin {
  animation: flipAndBlack_h2 3s ease-in-out forwards;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2.opened, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2.opened {
  opacity: 1;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2 img, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2 .pic_kyo-mikuji_h2, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2 .pic_kyo-mikuji_h2 {
  scale: 1 -1;
  transform: translateY(630px);
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h3, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h3 {
  position: relative;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: #99ffff;
}
#contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h3 .pic_kyo-mikuji_h3, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h3 .pic_kyo-mikuji_h3 {
  position: absolute;
  top: -630px;
  left: 0;
  width: 100%;
  height: auto;
  clip-path: inset(50% 0 0 0);
}
@keyframes flipAndBlack {
  0% {
    transform: rotateX(0deg);
    filter: brightness(1);
    z-index: 5;
    opacity: 1;
  }
  40% {
    filter: brightness(0.5);
    z-index: 5;
  }
  50% {
    filter: brightness(0);
    z-index: 1;
    opacity: 1;
  }
  100% {
    transform: rotateX(180deg);
    filter: brightness(0);
    z-index: 1;
    opacity: 0;
  }
}
@keyframes flipAndBlack_h2 {
  0% {
    transform: rotateX(0deg);
    filter: brightness(0.5);
    z-index: 1;
    opacity: 0;
  }
  40% {
    filter: brightness(0.5);
    z-index: 1;
    opacity: 0;
  }
  55% {
    filter: brightness(0.7);
    z-index: 5;
    opacity: 1;
  }
  100% {
    transform: rotateX(180deg);
    filter: brightness(1);
    z-index: 5;
    opacity: 1;
  }
}
#contener .entry-content .box_result_card .box_result_card_img, #contener .page-content .box_result_card .box_result_card_img {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#contener .entry-content .box_result_card .box_result_card_img img, #contener .page-content .box_result_card .box_result_card_img img {
  width: 100%;
  vertical-align: bottom;
}
#contener .entry-content .box_result_card .box_result_card_img.disp, #contener .page-content .box_result_card .box_result_card_img.disp {
  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: 10px 0 10px;
  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 .txt_message .txt_message_top, #contener .page-content .box_result_card_text .txt_message .txt_message_top {
  margin: 10px 0 10px;
}
#contener .entry-content .box_result_card_text .txt_message .txt_message_bottom, #contener .page-content .box_result_card_text .txt_message .txt_message_bottom {
  margin: 10px 0 10px;
}
#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_pic_recreat .block_pic_recreat select, #contener .page-content .box_result_card_text .box_pic_recreat .block_pic_recreat select {
  width: 100%;
  max-width: 100%;
}
#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 #cccccc;
}
#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 #cccccc;
  border-bottom: solid 1px #cccccc;
  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 #cccccc;
  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: 100%;
  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.1em) 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_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: 300px;
  min-width: unset;
  margin: 0 20px;
}
#contener .entry-content .box_bnr .bnr_link img, #contener .page-content .box_bnr .bnr_link img {
  width: 100%;
}
#contener .entry-content .box_result_interpretation, #contener .page-content .box_result_interpretation {
  margin-top: 80px;
  padding-top: 50px;
  border-top: solid 1px #cccccc;
}
#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 #cccccc;
  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 #cccccc;
}
#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 #cccccc;
  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 #cccccc;
  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: #F6F3EB;
}
#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 #cccccc;
  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 fieldset.box_input_line .set_blur, #contener .page-content fieldset.box_input_line .set_blur {
  filter: blur(5px) grayscale(100%);
}
#contener .entry-content fieldset.box_input_line .set_blur .radio-text::before, #contener .page-content fieldset.box_input_line .set_blur .radio-text::before {
  border-color: #fff;
}
#contener .entry-content fieldset.box_input_line .set_blur .radio-text::after, #contener .page-content fieldset.box_input_line .set_blur .radio-text::after {
  background-color: #fff;
}
#contener .entry-content fieldset.box_input_line .set_blur::after, #contener .page-content fieldset.box_input_line .set_blur::after {
  content: "";
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 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 #omikuji_draw, #contener .page-content .box_omikuji_card_disp #omikuji_draw {
  display: flex;
  flex-wrap: wrap;
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp {
  display: none;
  opacity: 0;
  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: #222222;
  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: 200px;
  height: 105px;
  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;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 48, 0, 0.5);
}
#contener .entry-content .box_omikuji_card_disp .block_omikuji_card_disp .logo_kyo-mikuji, #contener .page-content .box_omikuji_card_disp .block_omikuji_card_disp .logo_kyo-mikuji {
  width: 100%;
  height: auto;
}
#contener .entry-content .box_count_down .txt_second, #contener .page-content .box_count_down .txt_second {
  font-size: 32px;
  line-height: 100%;
  min-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_count_0_disp, #contener .page-content .box_count_0_disp {
  visibility: hidden;
  margin-top: 20px;
}
#contener .entry-content .box_count_0_disp p, #contener .page-content .box_count_0_disp p {
  line-height: 140%;
  font-size: 14px;
  letter-spacing: normal;
}
#contener .entry-content .box_tap_count, #contener .page-content .box_tap_count {
  margin-top: 80px;
}
#contener .entry-content .box_tap_count #btn_tap, #contener .page-content .box_tap_count #btn_tap {
  transition: transform 0.1s; /* 0.1秒かけて変化させる */
  display: inline-block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 100%;
  padding: 4px 12px;
  position: relative;
  height: 96px;
  width: 96px;
  touch-action: manipulation;
  margin: 0 auto;
}
#contener .entry-content .box_tap_count #btn_tap.active, #contener .page-content .box_tap_count #btn_tap.active {
  transform: scale(1.2);
  opacity: 0.7;
}
#contener .entry-content .box_tap_count #btn_tap .heart, #contener .page-content .box_tap_count #btn_tap .heart {
  position: absolute;
  width: 64px;
  height: 52px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -32px;
}
#contener .entry-content .box_tap_count #btn_tap .heart:before, #contener .entry-content .box_tap_count #btn_tap .heart:after, #contener .page-content .box_tap_count #btn_tap .heart:before, #contener .page-content .box_tap_count #btn_tap .heart:after {
  content: "";
  position: absolute;
  top: 0;
  width: 32px;
  height: 52px;
  background: #E00000;
  border-radius: 32px 32px 0 0;
}
#contener .entry-content .box_tap_count #btn_tap .heart:before, #contener .page-content .box_tap_count #btn_tap .heart:before {
  left: 32px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
#contener .entry-content .box_tap_count #btn_tap .heart:after, #contener .page-content .box_tap_count #btn_tap .heart:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
#contener .entry-content .box_tap_count #btn_tap .heart.off:before, #contener .entry-content .box_tap_count #btn_tap .heart.off:after, #contener .page-content .box_tap_count #btn_tap .heart.off:before, #contener .page-content .box_tap_count #btn_tap .heart.off:after {
  background: #ddd;
}
#contener .entry-content .box_tap_count #btn_tap .heart_text, #contener .page-content .box_tap_count #btn_tap .heart_text {
  color: #fff;
  position: relative;
  top: -3px;
  left: 0;
  z-index: 10;
  font-size: 15px;
  letter-spacing: 0.2em;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contener .entry-content .box_tap_count #btn_tap span, #contener .page-content .box_tap_count #btn_tap span {
  user-select: none;
}
#contener .entry-content .box_tap_count .txt_count, #contener .page-content .box_tap_count .txt_count {
  font-size: 32px;
  line-height: 100%;
  min-width: 2em;
  margin-left: -0.45em;
  text-align: right;
  display: inline-block;
  user-select: none;
}
#contener .entry-content .box_tap_count .txt_unit, #contener .page-content .box_tap_count .txt_unit {
  font-size: 20px;
  line-height: 100%;
  margin-left: 4px;
  vertical-align: baseline;
  display: inline-block;
  user-select: none;
}
#contener .entry-content .box_tap_count p, #contener .page-content .box_tap_count p {
  margin-top: 0;
}
#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;
}
#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;
  margin-right: 0;
  padding-top: 8px;
  border-top: solid 1px #cccccc;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#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;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search .lbl, #contener .page-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search .lbl {
  width: 10em;
  text-align: right;
  padding-top: 4px;
}
#contener .entry-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search .ipt, #contener .page-content .box_result_list_search_layout .box_result_list_search.vertical .block_result_list_search .ipt {
  width: calc(100% - 11em);
  margin-left: 1em;
  text-align: left;
}
#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 #cccccc;
  padding: 6px;
  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;
  width: 28px;
}
#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 #cccccc;
  border-bottom: solid 1px #cccccc;
  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 20px 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 #cccccc;
}
#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 #cccccc;
  border-bottom: solid 1px #cccccc;
  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: 300px;
  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: #cccccc;
  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 rgb(147.5, 0, 0);
}
#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 #cccccc;
}
#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 #cccccc;
}
#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: 1000;
}
#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: 1001;
}

@-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: 999;
}
#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;
  letter-spacing: 0.2em;
}
.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;
  background-color: #ffffff;
}
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 #FF3000;
}
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]:not(select):read-only,
input[type=email]:not(select):read-only,
input[type=tel]:not(select):read-only,
input[type=number]:not(select):read-only,
input[type=password]:not(select):read-only,
input[type=date]:not(select):read-only,
input[type=time]:not(select):read-only,
textarea:not(select):read-only,
select:not(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=text].text_ss,
input[type=email].text_ss,
input[type=tel].text_ss,
input[type=number].text_ss,
input[type=password].text_ss,
input[type=date].text_ss,
input[type=time].text_ss,
textarea.text_ss,
select.text_ss {
  font-size: 15px;
  line-height: 140%;
  padding: 2px 4px 2px 4px;
}

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;
}

.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 {
  min-height: 7.5em;
  font-size: 30px;
  line-height: 130%;
  font-family: "mgenplus-h";
  text-align: center;
  letter-spacing: 0;
  padding: 8px 6px;
}
.ipt_message.txt_ipt_disp {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #999999;
}

.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;
}

.txt_add_kakko_br {
  display: 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;
  background-color: #ffffff;
}
.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;
  background-color: #ffffff;
  border-radius: 50%;
}
.radio-text::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #cccccc;
  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;
  background-color: #ffffff;
}
.checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  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: #FF3000;
}

.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;
}

.txt_notice {
  font-size: 14px !important;
  line-height: 160% !important;
  letter-spacing: 0.2em;
  margin: 4px 0 !important;
}
.txt_notice:first-of-type {
  margin-top: 10px !important;
}

.txt_sakasa {
  display: inline-block;
  transform: rotate(180deg);
  padding-left: 4px;
  margin-left: -5px;
}

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: #FF3000;
  border-radius: 10px;
  box-shadow: 0px 5px 0px rgb(153, 28.8, 0);
  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: 28px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.3em;
  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 rgb(147.5, 0, 0);
  -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 rgb(147.5, 0, 0);
  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: 28px;
  line-height: 100%;
  padding: 20px calc(30px - 0.3em) 20px 30px;
  min-width: 360px;
  letter-spacing: 0.3em;
}
input.btn_red.btn_size_m,
a.btn_red.btn_size_m,
button.btn_red.btn_size_m {
  font-size: 24px;
  line-height: 100%;
  padding: 16px calc(20px - 0.2em) 16px 20px;
  min-width: 280px;
  letter-spacing: 0.2em;
}
input.btn_red.btn_size_s,
a.btn_red.btn_size_s,
button.btn_red.btn_size_s {
  font-size: 18px;
  line-height: 100%;
  padding: 12px calc(16px - 0.2em) 12px 16px;
  min-width: 200px;
  letter-spacing: 0.2em;
  border-radius: 8px;
}
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.1em) 6px 12px;
  min-width: 200px;
  letter-spacing: 0.1em;
  border-radius: 8px;
}
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.1em) 5px 12px;
  min-width: 200px;
  letter-spacing: 0.1em;
  border-radius: 6px;
}
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_320,
a.btn_red.btn_width_320,
button.btn_red.btn_width_320 {
  width: auto !important;
  min-width: 320px !important;
}
input.btn_red.btn_width_360,
a.btn_red.btn_width_360,
button.btn_red.btn_width_360 {
  width: auto !important;
  min-width: 360px !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;
}

.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.box_icatch {
  color: #FF3000;
  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 {
  position: relative;
  width: 100%;
  font-size: 16px;
  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: #222222;
}
footer .footer_inner {
  width: 1200px;
  margin: 0 auto;
}
footer .box_logo {
  text-align: center;
}
footer .box_logo .logo_kyo-mikuji_h {
  background: url("../img/logo_kyo-mikuji_shu_wh_h.svg") no-repeat 50% 50%;
  display: inline-block;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 360px;
  height: 100px;
  margin-left: -20px;
}
footer .box_logo .site_name_sub {
  margin: 20px auto;
}
footer .box_logo .site_name_sub .txt_sub_copy {
  border: none;
  font-size: 18px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
footer .box_logo .site_name_sub .txt_catchcopy {
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  background: url("../img/txt_catchcopy_wh_shu.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 330px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 40px;
  letter-spacing: normal;
  padding-left: 0;
}
footer .box_sns {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 80px;
}
footer .box_sns .lbl_sns {
  font-size: 16px;
  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: 33.333%;
  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 .box_bnr_link02 .bnr_go {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
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: 1280px) {
  #contener .entry-content .box_result_card, #contener .page-content .box_result_card {
    width: calc(100vw - 40px);
  }
  #contener .entry-content .box_result_card .box_result_card_close, #contener .page-content .box_result_card .box_result_card_close {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.525);
  }
  #contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2 .pic_kyo-mikuji_h2, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2 .pic_kyo-mikuji_h2 {
    transform: translateY(calc((100vw - 40px) * 0.525));
  }
  #contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h3 .pic_kyo-mikuji_h3, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h3 .pic_kyo-mikuji_h3 {
    top: calc((100vw - 40px) * 0.525 * -1);
  }
  #contener .entry-content .box_result_card .box_seal, #contener .page-content .box_result_card .box_seal {
    width: calc(100vw - 40px - 5%);
    height: fit-content;
    height: calc((100vw - 40px) * 0.525);
    left: 2.5%;
    top: 0;
  }
  #contener .entry-content .box_result_card .box_seal .seal_up .txt_seal_up, #contener .page-content .box_result_card .box_seal .seal_up .txt_seal_up {
    font-size: 3dvw;
  }
  #contener .entry-content .box_result_card .box_seal .seal_up .corner, #contener .page-content .box_result_card .box_seal .seal_up .corner {
    width: 16px;
    height: 16px;
    border-right: 8px solid rgba(0, 0, 0, 0.2);
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  }
  #contener .entry-content .box_result_card .box_result_card_img, #contener .page-content .box_result_card .box_result_card_img {
    width: 100%;
  }
  #contener .entry-content .box_result_card .box_result_card_img img, #contener .page-content .box_result_card .box_result_card_img img {
    width: 100%;
  }
}
@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) {
  #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::after {
    content: "";
    display: block;
    width: 50%;
  }
  footer .box_site_link ul {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .home header.site_header .header_inner .box_btn {
    margin-top: 80px;
  }
  #contener #contents .width_1000 {
    width: 100%;
  }
  #contener #contents .width_800 {
    width: 100%;
  }
  #contener #contents .box_omikuji_card_disp .block_omikuji_card_disp .block_omikuji_card_disp_inner {
    width: 120px;
    height: 63px;
    padding: 10px;
    margin: 8px;
  }
  #contener #contents .box_result_card {
    width: 100%;
  }
  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 {
    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 .box_left_top {
    top: 10px;
    left: 0;
    right: 0;
    padding: 1px;
    min-height: unset;
    width: 100%;
    margin-left: -6px;
  }
  .home header.site_header .header_inner {
    width: 80%;
    margin-top: 4px;
  }
  .home header.site_header .header_inner #site_logomark {
    width: 120px;
    height: 120px;
  }
  .home header.site_header .header_inner #site_name {
    width: 240px;
    height: 70px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .home header.site_header .header_inner .box_produce_by .lbl_produce_by {
    font-size: 10px;
  }
  .home header.site_header .header_inner .box_produce_by .logo_omikuji-do {
    width: 130px;
    height: 20px;
  }
  .home header.site_header .header_inner .box_btn {
    margin-top: 10vh;
    padding: 0 20px;
  }
  .home header.site_header .header_inner .box_btn .txt_top_copy {
    font-size: 16px;
  }
  .home header.site_header .header_inner .box_btn p {
    font-size: 10px;
    line-height: 160%;
  }
  #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: 18px;
  }
  #contener .sec h4 {
    font-size: 16px;
  }
  #contener .sec p {
    font-size: 14px;
    line-height: 220%;
  }
  #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_message .box_message .txt_catchcopy {
    width: 320px;
    height: 40px;
    margin-bottom: 20px;
  }
  #contener #sec_message .box_message p {
    font-size: 15px;
    line-height: 240%;
    letter-spacing: 0.1em;
  }
  #contener #sec_result_post {
    margin-top: 100px;
  }
  #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 .site_logomark, #contener .page-header .site_logomark {
    width: 80px;
    height: 75px;
  }
  #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.2em;
    padding-left: 0.2em;
  }
  #contener .entry-header h1, #contener .page-header h1 {
    font-size: 24px;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
  }
  #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 #cccccc;
  }
  #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 #cccccc;
  }
  #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 #cccccc;
  }
  #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 #cccccc;
  }
  #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 #cccccc;
  }
  #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;
    white-space: nowrap;
    vertical-align: top;
  }
  #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.sp_vertical2, #contener .entry-content fieldset.box_input_line .box_input_sub.sp_vertical2, #contener .page-content fieldset.box_input_line .box_input_main.sp_vertical2, #contener .page-content fieldset.box_input_line .box_input_sub.sp_vertical2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #contener .entry-content fieldset.box_input_line .box_input_main.sp_vertical2 label, #contener .entry-content fieldset.box_input_line .box_input_sub.sp_vertical2 label, #contener .page-content fieldset.box_input_line .box_input_main.sp_vertical2 label, #contener .page-content fieldset.box_input_line .box_input_sub.sp_vertical2 label {
    width: 50%;
    text-align: left;
  }
  #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 {
    display: inline-block;
    width: 80%;
    width: calc(100% - 4em);
  }
  #contener .entry-content fieldset.box_input_line .box_input_main .ipt_hono label, #contener .entry-content fieldset.box_input_line .box_input_sub .ipt_hono label, #contener .page-content fieldset.box_input_line .box_input_main .ipt_hono label, #contener .page-content fieldset.box_input_line .box_input_sub .ipt_hono label {
    width: 40%;
    width: calc(50% - 20px);
  }
  #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: 80px;
    height: 42px;
    padding: 8px;
    margin: 6px;
  }
  #contener .entry-content .box_result_card, #contener .page-content .box_result_card {
    width: calc(100vw - 40px);
  }
  #contener .entry-content .box_result_card .box_result_card_close, #contener .page-content .box_result_card .box_result_card_close {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.525);
  }
  #contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h2 .pic_kyo-mikuji_h2, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h2 .pic_kyo-mikuji_h2 {
    transform: translateY(calc((100vw - 40px) * 0.525));
  }
  #contener .entry-content .box_result_card .box_result_card_close .kyo-mikuji_h3 .pic_kyo-mikuji_h3, #contener .page-content .box_result_card .box_result_card_close .kyo-mikuji_h3 .pic_kyo-mikuji_h3 {
    top: calc((100vw - 40px) * 0.525 * -1);
  }
  #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: 8px 0;
  }
  #contener .entry-content .box_result_card_text .txt_message, #contener .page-content .box_result_card_text .txt_message {
    font-size: 14px;
    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.btn_red.btn_width_240,
  a.btn_red.btn_width_240,
  button.btn_red.btn_width_240 {
    width: auto !important;
    min-width: 160px !important;
  }
  input.btn_red.btn_width_300,
  a.btn_red.btn_width_300,
  button.btn_red.btn_width_300 {
    width: auto !important;
    min-width: 240px !important;
  }
  input.btn_red.btn_width_320,
  a.btn_red.btn_width_320,
  button.btn_red.btn_width_320 {
    width: auto !important;
    min-width: 280px !important;
  }
  input.btn_red.btn_width_360,
  a.btn_red.btn_width_360,
  button.btn_red.btn_width_360 {
    width: auto !important;
    min-width: 300px !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: 20px;
    height: 6.1em;
  }
  .txt_indent01 {
    text-indent: -1.15em;
    padding-left: 1.15em;
  }
  .txt_notice {
    letter-spacing: 0.1em;
    font-size: 12px !important;
    line-height: 160% !important;
  }
  .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_kyo-mikuji_h {
    width: 240px;
    height: 70px;
  }
  footer .box_logo .site_name_sub {
    margin-top: 10px;
  }
  footer .box_logo .site_name_sub .txt_catchcopy {
    width: 230px;
    height: 40px;
  }
  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 .box_bnr_link02 .bnr_go {
    bottom: 40px;
  }
  footer #copyright {
    font-size: 12px;
    letter-spacing: 0.3em;
  }
  .box_foot_fixed_menu {
    position: fixed;
    z-index: 1100;
    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: #FF3000;
    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: rgb(153, 28.8, 0);
  }
  .box_foot_fixed_menu .btn_your_archive {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
  .no_print {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
