.subf_txt h1 {
  position: relative;
  margin-bottom: 0;
  padding: 15px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-weight: 700;
  font-size: 262.5%;
  color: #232323;
}
.case_head h2 {
  font-size: 187.5%;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
}
h2.column {
  display: table;
  color: #ffffff;
  width: 100%;
  min-height: 100px;
  margin-bottom: 50px;
  padding: 4px;
  border-radius: 50px;
  background-color: #333333;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px #cccccc;
}
h2.column span {
  display: table-cell;
  padding: 7px 30px 10px 30px;
  border: solid 2px #ffffff;
  border-radius: 50px;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font-size: 150%;
  line-height: 140%;
  color: #ffffff;
}
.column1_point {
  width: 100%;
  margin-bottom: 50px;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.column1_point h3 {
  margin: 0 0 7px 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  line-height: 100%;
}
.column_mt0 {
  margin-top: 0!important;
}
.column_mt05em {
  margin-top: 0.5em!important;
}
.column_mt1em {
  margin-top: 1em!important;
}
.column_mt1_5em {
  margin-top: 1.5em!important;
}
.column_mb0 {
  margin-bottom: 0!important;
}
.column_mb20 {
  margin-bottom: 20px!important;
}
a.column_link {
  text-decoration: underline!important;
  color: #cc0022;
}
a.column_link:hover {
  color: #b1000e;
}
.column_link_arrow {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  text-decoration: underline!important;
  color: #cc0022;
}
.column_link_arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #cc0022;
  border-left: solid 2px #cc0022;
  transform: rotate(-225deg);
}
.column2_img2set {
  display: flex;
  width: 100%;
  max-width: 700px;
  gap:50px;
  margin: 3em auto 0 auto;
}
.column2_img2set .column2_img2set_item {
  width: 100%;
  max-width: 325px;
}
.column2_imgcap01 {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 10px;
  padding-left: 5.5538461538%;
  padding-right: 7%;
  font-size: 87.5%;
}
.column2_imgcap02 {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 10px;
  padding-left: 12%;
  padding-right: 12%;
  font-size: 87.5%;
}

.align_center {
  text-align: center!important;
}
.kaisai_text {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 20px 6px 20px;
  background-color: #333333;
  font-weight: bold;
  font-size: 100%;
  color: #ffffff;
}
.answer_title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 2px #cccccc;
}
@-moz-document url-prefix(){
  h2.column span {
    padding: 5px 30px 10px 30px;
  }
}
@media screen and (max-width:767px){
  .subf_txt h1 {
    letter-spacing: 0;
    font-size: 150%!important;
    line-height: 130%;
    text-align: center;
  }
  .case_head h2 {
    font-size: 150%;
  }
  h2.column {
    font-size: 100%;
  }
  h2.column span {
    padding: 7px 20px 10px 20px;
    font-size: 112.5%;
    line-height: 150%;
  }
  .column1_point h3 {
    font-size: 112.5%;
  }
  .column2_img2set {
    display: block;
    gap: 0;
    margin: 0 auto;
  }
  .column2_img2set .column2_img2set_item {
    width: 100%;
    max-width: 325px;
    margin: 2em auto 0 auto;
  }
}
@media screen and (max-width:399px){
  h2.column span {
    font-size: 100%;
  }
}
.br_adjust01 {
  display: inline;
}
@media screen and (max-width:880px){
  .br_adjust01 {
    display: none;
  }
}
.br_adjust02 {
  display: inline;
}
@media screen and (max-width:1100px){
  .br_adjust02 {
    display: none;
  }
}
.characters_layout {
  display: flex;
  margin-bottom: 50px;
  column-gap: 10px;
}
.characters_box {
  display: table;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background-color: #ffe69b;
  box-sizing: border-box;
}
.characters_box .characters_image {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
}
.characters_box .characters_text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}
.characters_box .characters_text dt {
  margin-bottom: 7px;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
}
.characters_box .characters_text dd {
  font-size: 87.5%;
  line-height: 150%;
}
@media (min-width: 768px) and (max-width: 965px) {
  .characters_box {
    display: block;
  }
  .characters_box .characters_image {
    display: block;
    margin: 0 auto 15px auto;
  }
  .characters_box .characters_text {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width:767px){
  .subf_txt h1 {
    font-size: 218.75%;
  }
  .characters_layout {
    display: block;
  }
  .characters_box {
    margin-bottom: 15px;
  }
  .characters_box:last-child {
    margin-bottom: 0;
  }
  .characters_box .characters_text {
    vertical-align: middle;
  }
}

.column1_hukidashi_left,.column1_hukidashi_right {
  width: 100%;
  margin-bottom: 50px;
}
.column1_hukidashi_left .column1_hukidashi {
  position: relative;
  float: right;
  width: calc(100% - 150px);
  margin-left: 50px;
  padding: 20px;
  border: solid 5px #f2f2f2;
  border-radius: 15px;
  box-sizing: border-box;
}
.column1_hukidashi_left.left_large01 .column1_hukidashi {
  width: calc(100% - 170px);
}
.column1_hukidashi_left.left_large02 .column1_hukidashi {
  width: calc(100% - 275px);
}
.column1_hukidashi_left .column1_hukidashi::before {
  position: absolute;
  left: -48px;
  top: 35px;
  content: "";
  width: 48px;
  height: 32px;
  background: url("/event/image/event/column1/column1_hukidashi.png") center center no-repeat;
  background-size: cover;
}
.column1_hukidashi_left .column1_hukidashi_character {
  float: left;
  width: 100px;
}
.column1_hukidashi_left.left_large01 .column1_hukidashi_character {
  width: 120px;
}
.column1_hukidashi_left.left_large02 .column1_hukidashi_character {
  width: 225px;
}

.column1_hukidashi_right .column1_hukidashi {
  position: relative;
  float: left;
  width: calc(100% - 200px);
  margin-right: 50px;
  padding: 20px;
  border: solid 5px #f2f2f2;
  border-radius: 15px;
  box-sizing: border-box;
}
.column1_hukidashi_right.right_small01 .column1_hukidashi {
  width: calc(100% - 170px);
}
.column1_hukidashi_right .column1_hukidashi::before {
  position: absolute;
  right: -48px;
  top: 35px;
  content: "";
  width: 48px;
  height: 32px;
  background: url("/event/image/event/column1/column1_hukidashi.png") center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.column1_hukidashi_right .column1_hukidashi_character {
  float: right;
  width: 150px;
}
.column1_hukidashi_right.right_small01 .column1_hukidashi_character {
  width: 120px;
}
.column1_top_adjust01::before {
  top: 17px!important;
}

.column1_hukidashi01_box {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 15px auto 0 auto;
  text-align: center;
}

.column1_hukidashi.column1_quiz {
  padding: 0!important;
}
.column1_hukidashi.column1_quiz .column1_question {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.column1_hukidashi.column1_quiz .column1_answer {
  display: none;
  padding: 40px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff1c9;
}
.column1_qicon {
  position: relative;
  top: 8px;
  margin-right: 10px;
  font-size: 250%;
  font-weight: bold;
  font-family: "Arial";
  color: #0080cc;
}
.column1_question_text {
  text-indent: -4.65em;
  margin-left: 4.65em;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 150%;
}
.column1_ox {
  display: table;
  width: 200px;
  margin: 0 auto;
}
.column1_ox p {
  display: table-cell;
  vertical-align: middle;
}
.column1_ox p:nth-child(1),.column1_ox p:nth-child(3) {
  width: 50px;
}
.column1_ox p:nth-child(2) {
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 187.5%;
  font-family: "Arial";
  color: #999999;
}
.column1_ox_oc {
  position: absolute;
  bottom: 20%;
  right: 30px;
  z-index: 2;
}
.column2_ox_oc_cover {
  margin-top: 15px;
  text-align: right;
}
.column2_ox_oc_cover .column1_ox_oc {
  position: relative;
  bottom: auto;
  right: auto;
  display: inline-block;
  width: 177px;
}
.column1_ox_oc span {
  position: relative;
  display: block;
  padding: 7px 42px 10px 15px;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-size: 125%;
  font-weight: bold;
  color: #333333;
  transition: 0.2s;
  cursor: pointer;
}
.column1_ox_oc span:hover {
  background-color: #e5e5e5;
}
.column1_ox_oc span::before {
  position: absolute;
  top: 11px;
  right: 18px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #666666;
  border-right: solid 3px #666666;
  transform: rotate(135deg);
}
.column1_ox_oc.column1_ox_openBody span::before {
  transform: rotate(-45deg);
  top: 17px;
}
.column1_answer_layout {
  display: table;
  width: 100%;
}
.column1_answer_layout .column1_answer_col01 {
  display: table-cell;
  width: 180px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.column1_answer_layout .column1_answer_col02 {
  display: table-cell;
  vertical-align: top;
}
.column1_answer_col01 p.column1_iconcolor01,.column1_answer_col01 p.column1_iconcolor02 {
  margin-bottom: 15px;
  padding: 3px 5px 5px 8px;
  border-radius: 5px;
  background-color: #0080cc;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.column1_answer_col01 p.column1_iconcolor02 {
  background-color: #e60012;
}
.column1_answer_img {
  text-align: right;
}
.column1_answer_img img {
  width: 100%;
  max-width: 250px!important;
  height: auto;
  margin-top: 15px;
}

.check_area {
  display: flex;
  column-gap: 30px;
  margin-top: 10px;
  border: solid 1px #666666;
  padding: 15px;
}
.check_area_item {
  width: 100%;
}
.check_title {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #666666;
  font-weight: bold;
}
.check_list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 130%;
  /*cursor: pointer;*/
}
.check_list > li:last-child {
  margin-bottom: 0;
}
.check_list > li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: solid 2px #999999;
  box-sizing: border-box;
}
/*
.check_list > li.chack_on::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  z-index: 2;
  width: 5px;
  height: 10px;
  border-top: solid 3px #333333;
  border-left: solid 3px #333333;
  transform: rotate(-135deg);
}
*/
@media screen and (max-width:1050px){
  .column1_ox {
    margin-left: calc(50% - 205px);
    margin-right: 0;
  }
  .column1_ox {
    width: 150px;
  }
  .column1_ox p:nth-child(2) {
    width: 50px;
  }
}
@media screen and (max-width:850px){
  .column1_ox {
    margin-left: 0;
  }
}
@media screen and (max-width:767px){
  .column1_ox {
    margin-left: auto;
    margin-right: auto;
  }
  .column1_ox {
    width: 170px;
  }
  .column1_ox p:nth-child(2) {
    width: 70px;
  }
  .column1_ox_oc {
    position: relative;
    top: auto;
    right: auto;
    width: 160px;
    margin: 25px auto 0 auto;
  }
  .column1_ox_oc span {
    font-size: 100%;
  }
  .column1_ox_oc span::before {
    top: 12px;
    right: 22px;
    content: "";
    width: 8px;
    height: 8px;
  }
  .column1_hukidashi.column1_quiz .column1_answer {
    padding: 20px;
  }
  .column1_answer_layout {
    display: block;
    width: 100%;
  }
  .column1_answer_layout .column1_answer_col01 {
    display: block;
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 25px auto;
  }
  .column1_answer_layout .column1_answer_col02 {
    display: block;
    padding-left: 0;
  }
  .column1_qicon {
    font-size: 200%;
  }
  .column1_question_text {
    text-indent: -3.85em;
    margin-left: 3.85em;
  }
  .check_area {
    display: block;
    column-gap: 0;
  }
  .check_area_item {
    margin-bottom: 1.5em;
  }
  .check_area .check_area_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px){
  .column1_hukidashi_left .column1_hukidashi {
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .column1_hukidashi_left.left_large01 .column1_hukidashi,
  .column1_hukidashi_left.left_large02 .column1_hukidashi {
    width: 100%;
  }
  .column1_hukidashi_left .column1_hukidashi::before {
    position: absolute;
    left: calc(50% - 18px);
    top: auto;
    bottom: -35px;
    content: "";
    width: 32px;
    height: 35px;
    background: url("/event/image/event/column1/column1_hukidashi_sp_normal.png") center center no-repeat;
    background-size: cover;
  }
  .column1_hukidashi_left .column1_hukidashi_character {
    float: none;
    margin: 35px auto 0 auto;
  }
  .column1_hukidashi_right .column1_hukidashi {
    position: relative;
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 15px;
  }
  .column1_hukidashi_right.right_small01 .column1_hukidashi {
    width: 100%;
  }
  .column1_hukidashi_right .column1_hukidashi::before {
    position: absolute;
    left: calc(50% - 18px);
    right: auto;
    top: auto;
    bottom: -35px;
    content: "";
    width: 32px;
    height: 35px;
    background: url("/event/image/event/column1/column1_hukidashi_sp_normal.png") center center no-repeat;
    background-size: cover;
    transform: rotate(0deg);
  }
  .column1_hukidashi_right .column1_hukidashi_character {
    float: none;
    margin: 35px auto 0 auto;
  }
  .column1_top_adjust01::before {
    top: auto!important;
  }
  .column1_hukidashi_left,.column1_hukidashi_right {
    margin-bottom: 25px;
  }
}

.column1_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding: 3px 10px 5px 13px;
  text-align: center;
  border-radius: 5px;
  background-color: #cc0000;
  font-weight: bold;
  font-size: 125%;
  letter-spacing: 2px;
  color: #ffffff;
  box-shadow: 2px 2px 4px #666666;
}
.column1_cap01 {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 20px 5px 20px;
  border-radius: 20px;
  background-color: #ffe69b;
  font-size: 87.5%;
  text-align: center;
}

.column1_table_title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 125%;
  line-height: 150%;
  text-align: center;
}
.column1_table_title span {
  position: relative;
  display: inline-block;
}
.column1_table_title strong {
  margin: 0 5px;
  font-size: 150%;
}
.column1_table_title strong:first-child {
  margin-left: 0;
}
.column1_table_title span::before {
  position: absolute;
  left: -30px;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffe69b;
}
.column1_table_title span::after {
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffe69b;
}
.column1_table_cover {
  margin-bottom: 50px;
}
.column1_table_cover table {
  width: 100%;
  margin-bottom: 0;
}
.column1_table_cover table th {
  text-align: center;
}
.column1_table_cover table td {
  text-align: center;
  vertical-align: top;
}
.column1_table_cover table,.column1_table_cover table th,.column1_table_cover table td {
  border-color: #999999;
}
.column1_next {
  margin-bottom: 50px;
  text-align: right;
}
.column1_text_left {
  text-align: left!important;
}
.column1_underline {
  text-decoration: underline;
}
.column1_fc01 {
  color: #f68a2a;
}
.column1_fc02 {
  color: #084ac2;
}
.column1_notes {
  text-indent: -1em;
  margin-left: 1em;
}
.column1_define {
  margin-left: 1em;
  margin-top: 10px;
}
.column1_define dt {
  padding: 4px 10px 5px 10px;
  background-color: #666666;
  color: #ffffff;
}
.column1_define dd {
  padding: 9px 10px 10px 10px;
  background-color: #f2f2f2;
}
@media screen and (max-width:767px){
  .column1_icon {
    padding: 5px 8px 5px 11px;
    font-size: 100%;
  }
  .column1_table_title {
    font-size: 112.5%;
    line-height: 130%;
  }
  .column1_table_cover {
    overflow-x: auto;
  }
  .column1_table_cover table {
    width: 945px;
  }
  .column1_table_title strong {
    margin: 0 3px;
    font-size: 137.5%;
  }
  .column1_hukidashi_right .column1_hukidashi.column1_ox_openBody::before {
    background: url("/event/image/event/column1/column1_hukidashi_sp_color.png") center center no-repeat;
    background-size: cover;
  }
}

.column1_pr_box {
  margin-bottom: 30px;
}
.column1_pr_box dt {
  padding: 3px 15px;
  background-color: #ffb73a;
  font-size: 125%;
  font-weight: bold;
  color: #ffffff;
}
.column1_pr_box dd {
  position: relative;
  display: table;
  padding: 15px;
  font-size: 100%;
  background-color: #fff1c9;
}
.column1_pr_cell {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:767px){
  .column1_pr_box dt {
    font-size: 112.5%;
  }
  .column1_pr_box dd {
    display: table;
    padding: 15px;
    min-height: auto;
  }
}

.column1_company {
  display: table;
  width: 100%;
  margin: 25px auto 0 auto;
}
.column1_company dl {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.column1_company dl:nth-child(1) {
  padding-right: 15px;
}
.column1_company dl:nth-child(2) {
  padding-left: 15px;
}
.column1_company dl dt {
  text-align: center;
}
.column1_company dl dt strong {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 20px 5px 20px;
  border-radius: 20px;
  background-color: #ffe69b;
  text-align: center;
}
.column1_company dl dd:nth-child(2) {
  margin-bottom: 15px;
  text-align: center;
}
.column1_company dl dd:nth-child(3) {
  font-size: 87.5%;
}
.column1_company dl dd img {
  max-width: 332px;
}

@media screen and (max-width:767px){
  .column1_company {
    display: block;
  }
  .column1_company dl {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .column1_company dl:last-child {
    margin-bottom: 0;
  }
  .column1_company dl:nth-child(1) {
    padding-right: 0;
  }
  .column1_company dl:nth-child(2) {
    padding-left: 0;
  }
}

.card{
  position: relative;
}
.card div {
  height: 140px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
  backface-visibility: hidden;
  background-image: linear-gradient(150deg, rgba(255, 230, 155, 1) 10%, rgba(255, 241, 201, 1) 40%, rgba(255, 241, 201, 1) 68%, rgba(255, 230, 155, 1) 90%);
  box-shadow: -3px -3px 5px #dddddd;
  padding: 5px 15px 15px 15px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.card div p {
  line-height: 200%;
}
.card div p span {
  border-bottom: solid 5px #ffa60b;
}
.card div.omote:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-width: 0 0 25px 25px;
  border-style: solid;
  border-color: #ffb73a #ffb73a #ffffff;
  box-shadow: -1px -1px 0px rgb(129 116 90 / 15%);
}
.card .ura{
  transform: rotateY(-180deg);
}
.card div.ura:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-width: 0 0 25px 25px;
  border-style: solid;
  border-color: #ffb73a #ffb73a #ffffff;
  box-shadow: -1px -1px 0px rgb(129 116 90 / 15%);
  border-color: #ffe69b #ffe69b #fff;
}
.card:hover .omote {
  transform: rotateY(180deg);
}
.card:hover .ura {
  transform: rotateY(0);
  background-color: #cdebd2;
  background-image: linear-gradient(150deg, rgba(255, 183, 58, 1) 10%, rgba(255, 183, 58, 1) 40%, rgba(255, 183, 58, 1) 68%, rgba(255, 183, 58, 1) 90%);
} 
.card:hover .ura p {
  margin-top: 5px;
  border: solid 3px #ffffff;
  padding: 3px 15px 5px 15px;
  line-height: 150%;
}
.column1_ura_tan {
  background-color: #e5e0c9;  
}
.column1_ura_gou {
  background-color: #d5e4ca;  
}

.option {
    display: flex;
    gap: 20px;
    margin: 0 0 80px 0;
}    
.option_item {
    width: 100%;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

@media screen and (max-width:767px){
  .option {
    display: block;
    margin: 0 0 25px 0!important;
  }    
  .option_item {
      width: 100%;
      max-width: 240px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
  }
}


.column2_difine_box {
  width: 100%;
  margin-top: 20px;
}
.column2_difine_box > dt {
  padding: 5px 10px 7px 10px;
  background-color: #ffb73a;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 130%;
}
.column2_difine_box > dd {
  padding: 15px;
  border-left: solid 1px #ffb73a;
  border-right: solid 1px #ffb73a;
  border-bottom: solid 1px #ffb73a;
  box-sizing: border-box;
}
.column2_difine_box h4 {
  margin: 0 0 10px 0!important;
  padding: 0!important;
  font-size: 18px;
  color: #232323;
  line-height: 130%;
}
.column2_difine_boxin {
  padding: 20px;
  background-color: #fff1c9;
}
.column2_difine_boxin_title {
  display: inline-block;
  background-color: #f5db8f;
  margin-bottom: 0.5em; 
  padding: 3px 15px 4px 15px;
  border-radius: 20px;
  box-shadow: 1px 1px 2px gray;
}
.column2_difine_flex {
  display: flex;
  gap: 33px;
}
.column2_difine_flex .column2_difine_item {
  width: 100%;
}
.column2_numlist > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.column2_numlist > li:last-child {
  margin-bottom: 0;
}
.column2_difine_cap {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ffb73a;
}
.num_lingin {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
}
.num_ling01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 25px;
  height: 25px;
  border: solid 3px #ea5350;
  border-radius: 20px;
  box-sizing: border-box;
}
.num_ling02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 25px;
  height: 25px;
  border: solid 3px #f08200;
  border-radius: 20px;
  box-sizing: border-box;
}
.num_ling03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 25px;
  height: 25px;
  border: solid 3px #0599d9;
  border-radius: 20px;
  box-sizing: border-box;
}
.column2_ic01 {
  background-color: #ea5350!important;
}
.column2_ic02 {
  background-color: #f08200!important;
}
.column2_ic03 {
  background-color: #0599d9!important;
}
.taL {
  text-align: left!important;
}
.column2_card {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.column2_card .option_item {
  height: 295px;
}
.column2_card .option_item.card div {
  height: 295px;
}
.column2_card .ura p {
  border: none!important;
  line-height: 130%!important;
}
.column2_card .ura {
  align-items: flex-start;
  text-align: left;
  justify-content: left;
}
.column2_card .card:hover .ura {
  background-image: linear-gradient(150deg, rgba(255, 235, 235, 1) 10%, rgba(255, 235, 235, 1) 40%, rgba(255, 235, 235, 1) 68%, rgba(255, 235, 235, 1) 90%);
}
.column2_card .card div.ura:after {
  border-color: #ff7979 #ff7979 #ffffff;
}
.ura_cover {
  padding: 0!important;
  padding-top: 5px!important;
}
.ura_cover span {
  border-bottom: none!important;
}
.ura_card_point {
  display: block;
  text-align: left!important;
  margin-bottom: 10px;
}
.ura_card_point > span {
  display: inline-block;
  padding: 5px 12px 7px 12px;
  border-bottom: none!important;
  border-radius: 20px;
  background-color: #e60012;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  line-height: 100%;
}
.ura_card_title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #e60012;
}
.ura_card_text {
  display: block;
  margin-bottom: 5px;
}
.ura_card_list {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
.pdlr_adjust {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.schedule_table {
  position: relative;
  margin-top: 10px;
}
.schedule_table table {
  width: 100%;
  height: 100%;
}
.schedule_table table tr th {
  background-color: #ffe697;
  text-align: center;
  border: solid 1px #666666;
  line-height: 130%;
}
.schedule_table table tr td {
  height: 100%;
  padding: 3px;
  text-align: center;
  border: solid 1px #666666;
  line-height: 130%;
  box-sizing: border-box;
}
.schedule_gray {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 5px;
  background-color: #7f7f7f;
  line-height: 130%;
  color: #ffffff;
  box-sizing: border-box;
}
.schedule_orange {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 5px;
  background-color: #fcac1c;
  line-height: 130%;
  color: #ffffff;
  box-sizing: border-box;
}
.schedule_orange.adjust_orange01 {
  min-height: 150px;
}
.schedule_orange.adjust_orange02 {
  min-height: 180px;
}
.schedule_white {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 5px;
  background-color: #ffffff;
  border: solid 1px #666666;
  line-height: 130%;
  color: #333333;
  box-sizing: border-box;
}
.schedule_opacity_orange {
  position: absolute;
  top: 6em;
  left: 5px;
  z-index: 2;
  width: calc(100% - 10px);
  padding: 10px 5px;
  background-color: rgba(254,213,113,0.9); 
  line-height: 130%;
  color: #ffffff;
  box-sizing: border-box;
}
.schedule_orange.adjust_orange01 .schedule_opacity_orange {
  top: 50%;
  transform: translateY(-50%);
}
.schedule_orange.adjust_orange02 .schedule_opacity_orange {
  top: 3em;
}
.schedule_opacity_orange.double_cell {
  width: calc(200% - 3px);
}
.schedule_opacity_orange ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
  text-align: left;
  line-height: 130%;
  color: #333333;
}
.schedule_opacity_orange ul li:last-child {
  margin-bottom: 0;
}
.table_line_dashed_top {
  border-top: dashed 1px #666666!important;
}
.table_line_dashed_bottom {
  border-bottom: dashed 1px #666666!important;
}
.table_line_none_top {
  border-top: solid 1px #ffffff!important;
}
.table_line_none_bottom {
  border-bottom: solid 1px #ffffff!important;
}
.table_line_none_left {
  border-left: solid 1px #ffffff!important;
}
.table_line_none_right {
  border-right: solid 1px #ffffff!important;
}

.column4_notes01 {
  display: block;
  text-indent: -3em;
  margin-left: 3em;
}
.column4_check_list01 > li {
  position: relative;
  padding-left: 1em;
}
.column4_check_list01 > li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 5px;
  height: 8px;
  border-top: solid 3px #999999;
  border-left: solid 3px #999999;
  transform: rotate(225deg);
}
.column_ml1em {
  margin-left: 1em!important;
}
.column_ml4em {
  margin-left: 4em!important;
}

.column_imageset01 {
  margin-bottom: 50px;
}

.img_width01 {
  max-width: 550px!important;
  width: 100%!important;
}

.taC {
  text-align: center!important;
}

.column4_layout01 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 1em;
  gap: 30px;
}
.column4_layout01 > .item01 {
  flex: 1;
}
.column4_layout01 > .item02 {
  width: 30%;
  max-width: 220px;
}
.column_pt_adjust01 {
  padding-top: calc(1em + 15px);
}
.flex_vertical_middle {
  align-items: center;
}
.column4_layout01 > .item01 table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}
.column4_layout01 > .item01 table th {
  padding: 5px 10px;
  border: solid 1px #666666;
  background-color: #ffe697;
  text-align: center;
}
.column4_layout01 > .item01 table td {
  padding: 5px 10px;
  border: solid 1px #666666;
}
.indent_text_normal {
  text-indent: -1em;
  margin-left: 1em;
}

.column4_flow_list > li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 22px;
}
.column4_flow_list > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333333;
}
.column4_flow_list > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.85em;
  width: 20px;
  height: 20px;
  clip-path: polygon(0% 20%, 50% 20%, 50% 0, 100% 50%, 50% 100%, 50% 80%, 0% 80%);
  background-color: #333333;
  transform: rotate(90deg);
}
.column4_flow_list > li:last-child::after {
  display: none;
}

.column4_flow_list > li:last-child {
  padding-bottom: 0;
}


@media screen and (max-width:1100px){
  .schedule_table table tr th {
    font-size: 1.2vw;
  }
  .schedule_table table tr td {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:767px){
  .schedule_orange.adjust_orange01 {
    min-height: 80px;
  }
  .schedule_orange.adjust_orange02 {
    min-height: 100px;
  }
  .schedule_table table tr th {
    padding: 3px;
  }
  .schedule_opacity_orange {
    padding: 5px 2px;
    font-size: 1.5vw;
  }
  .schedule_gray {
    padding: 5px 3px;
    font-size: 1.5vw;
  }
  .schedule_table table tr th {
    font-size: 10px;
  }
  .schedule_table table tr td {
    font-size: 10px;
  }

  .column4_layout01 {
    display: block;
  }
  .column4_layout01 > .item02 {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .column_pt_adjust01 {
    padding-top: 0;
  }

  .column_imageset01 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width:399px){
  .schedule_orange.adjust_orange01 {
    min-height: 60px;
  }
  .schedule_orange.adjust_orange02 {
    min-height: 80px;
  }
}


@media screen and (max-width:1100px) and (min-width:768px){
  .option._inner.column2_card {
    flex-wrap: wrap;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .option._inner.column2_card .option_item.card {
    min-width: 241px;
  }
}

@media screen and (max-width:767px){
  .column2_difine_flex {
    display: block;
    gap: 0;
  }
  .column2_difine_flex .column2_difine_item {
    margin-bottom: 15px;
  }
  .column2_difine_flex .column2_difine_item:last-child {
    max-width: 340px;
    margin: 0 auto!important;
  }
  .column2_card .option_item,.column2_card .option_item.card div {
    height: 300px;
  }
  .column2_card .option_item.card div.ura .ura_cover {
    height: 270px;
    overflow-y: auto;
  }
  .column_imageset01 {
    width: 100%;
    margin-left: 0;
  }
}


/* print
============================================================= */
@media print {
  body {
    zoom: 0.835;
    -webkit-print-color-adjust: exact;
    width: 1305px!important;
  }
  .printBreak {page-break-before: always; }
  .card .ura {
    transform: rotateY(90deg);
  }
  .ContentNavi.BrandingImgStyleAdjust.nav_fixed {
    position: relative;
  }
}

/* clearFix
============================================================= */
.column1_hukidashi_right:after,
.column1_hukidashi_left:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .column1_hukidashi_right,
*:first-child+html .column1_hukidashi_left { zoom: 1; }