.under #content p,
.under #content dt,
.under #content dd,
.under #content td,
.under #content th,
.under #content li {
  line-height: 2em;
}

.under #content .inner {
  width: 880px;
  margin: 0 auto;
}

.under .image_l {
  float: left;
  margin: 0 20px 31px 0;
}

.under .image_r {
  float: right;
  margin: 0 0 31px 20px;
}

/*top_info*/
.under #top_info {
  background: url(../images/h2_under.jpg) no-repeat center;
  background-size: cover;
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #e4ebf3;
}

.under #top_info .inner {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*topic_path*/
.under #topic_path {
  margin: 30px 0;
}

.under #topic_path li {
  display: inline-block;
}

.under #topic_path li a:hover {
  text-decoration: none;
}

/*section*/
.under .section {
  padding: 0 0 50px 0;
}

.under .section_h3 {
  padding: 0 70px 50px;
}

.under .section:last-child {
  padding-bottom: 0;
}

/*<h2> - <h3> - <h4> - <h5> - <h6>*/
.under h2,
.under h3,
.under h4 {
  font-family: "NotoSerifCJKjp-Medium";
}

.under h5,
.under h6 {
  font-family: "NotoSerifCJKjp-ExtraLight";
}

.under h3,
.under h4,
.under h5,
.under h6 {
  margin-bottom: 30px;
}

.under h2 {
  color: #0db14b;
  text-align: center;
}

.under h2>span,
.under h3>span {
  display: block;
}

.under .h2_en {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.under .h2_jp {
  font-size: 49px;
  line-height: 1.35em;
}

.under span.h2_jp::first-letter {
  color: #ed1164;
}

.under h3 {
  color: #194d99;
  text-align: center;
}
.under .cate_pickup {
  font-size: 14px;
  color: #ed1164;
  margin-left: 15px;
  animation: color-change 2s infinite;
}


@keyframes color-change {
  0% { color: #ed1164; }
  50% { color: #0db14b; }
  100% { color: #ed1164; }
}


.under .h3_en {
  font-size: 24px;
  margin-bottom: 18px;
  color: #666666;
  text-transform: capitalize;
}

.under .h3_jp {
  font-size: 38px;
  color: #333333;
  line-height: 1.35em;
}

.under span.h3_jp::first-letter {
  color: #0db14b;
}

.under h4 {
  font-size: 28px;
  color: #0db14b;
  padding: 0 0 10px 50px;
  border-bottom: 1px solid #c6c6c6;
  background: url(../images/under_h4.png) left top no-repeat;
  background-size: 33px auto;
}

.under h5 {
  font-size: 20px;
  padding-left: 20px;
  background: url(../images/under_h5.png) left top 2px no-repeat;
  background-size: 10px auto;
  color: #0db14b;
}

.under h6 {
  color: #4d4d4d;
  font-size: 18px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 10px;
  position: relative;
}

.under h6:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #194d99;
  width: 110px;
  bottom: -1px;
  left: 0;
}

/*table*/
.under table {
  margin-bottom: 20px;
}

.under table th,
.under table td {
  background: none;
  border: 1px solid #c2c2c2;
}

.under table th {
  color: #ffffff;
  font-weight: bold;
  background: #0db14b;
  border-color: #0db14b;
}

.under table.tb_col th,
.under table.tb_row th {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.under table.tb_col tr:last-child th {
  border-bottom-color: #0db14b;
}

.under table.tb_row th:last-child {
  border-right-color: #0db14b;
}

.under table.td_center td {
  text-align: center;
}

.under table.td_top td {
  vertical-align: top;
}

/*package_tb01*/
.under table.package_tb01 td:nth-child(2) {
  text-align: right;
}

.under table.package_tb01 td:last-child {
  text-align: center;
}

.under table.package_tb01 {
  position: relative;
  margin-bottom: 140px;
  z-index: 9;
}

.under table.package_tb01+table.package_tb01 {
  z-index: 0;
}

.under table.package_tb01:after {
  position: absolute;
  content: "";
  background: url(../images/package_arrow01.png) center bottom no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto auto;
  bottom: -120px;
  z-index: 99999;
}

.under table.package_tb01:last-child:after {
  display: none;
}

/*list01*/
.under .list_link li,
.under .list01 li {
  background: url(../images/list01.png) left top 11px no-repeat;
  background-size: 5px auto;
  padding-left: 30px;
  margin-bottom: 5px;
}

.under .list_link li {
  background: url(../images/list_link01.png) left top 9px no-repeat;
  background-size: 8px auto;
}

.under .list_link li a {
  color: #ed1164;
  text-decoration: none;
}

.under .list_link li a:hover {
  text-decoration: underline;
}

/*button*/
.under .under_btn01 {
  margin: 0 auto 10px;
}

.under .under_btn01.fl {
  margin: 0 10px 10px 80px;
  float: left;
}

.under .under_btn01.fr {
  margin: 0 80px 10px 10px;
  float: right;
}

.under .under_btn011.right {
  display: flex;
  justify-content: flex-end;
}

.under .under_btn011.left {
  display: flex;
  justify-content: flex-start;
}

.under .under_btn011 a {
  width: 340px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #ed1164;
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 16px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-out;
}

.under .under_btn01.right {
  display: flex;
  justify-content: flex-end;
}

.under .under_btn01.left {
  display: flex;
  justify-content: flex-start;
}

.under .under_btn01 a {
  width: 340px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #ed1164;
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 16px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-out;
}

.under .btn_w a {
  width: 380px;
  margin-top: 1.2em;
}

.under .under_btn01 a:before,
.under .under_bnr02 a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.under .under_btn01 a:after,
.under .under_bnr01 a:after,
.under .under_bnr02 a:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.under .under_btn01 a:hover:after,
.under .under_bnr01 a:hover:after,
.under .under_bnr02 a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.under .under_btn01 a.no_hover:hover:after,
.under .under_bnr02 a.no_hover:hover:after {
  width: 0;
  height: 0;
  background: transparent;
  opacity: 0;
}

/*pickup*/
.under .frame02 {
  background: rgba(208, 230, 249, 0.1);
  border: 1px solid #d0e6f9;
  -webkit-box-shadow: inset 0px 0px 0px 10px #fff;
  -moz-box-shadow: inset 0px 0px 0px 10px #fff;
  box-shadow: inset 0px 0px 0px 10px #fff;
  margin-bottom: 30px;
}

.under .frame02:last-child {
  margin-bottom: 0;
}

.under div.frame02 {
  padding: 30px;
}

.under div.frame02>p.title {
  font-size: 19px;
  font-family: "NotoSerifCJKjp";
  font-weight: 400;
  text-align: center;
}

.under #content .frame02 dt {
  padding: 16px 20px 10px;
  text-align: center;
  border-bottom: 1px solid #d0e6f9;
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 30px;
  color: #0db14b;
  line-height: 1.35em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under .frame02 dt .title {
  font-size: 16px;
  position: relative;
  display: inline-flex;
  background: #0db14b;
  color: #fff;
  padding: 4px 20px 6px;
  line-height: 1.2;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 4px;
}

.under .frame02 dd {
  padding: 20px;
  border-top: 1px solid #fff;
  overflow: hidden;
}

/*banner*/
.under .under_bnr01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.under .under_bnr01 li {
  width: 49%;
}

.under .under_bnr01 a {
  background: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: "NotoSerifCJKjp-Medium";
  width: calc(100% - 2px);
  height: 100%;
  color: #333333;
  font-size: 16px;
  border: 1px solid #0db14b;
  transition: all 0.3s ease-out;
  position: relative;
}

.under .under_bnr01 a>span {
  display: block;
}

.under .under_bnr01 .bnr01_top {
  background: #0db14b;
  padding: 8px;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

.under .bnr01_bottom {
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 40px;
  color: #ed1164;
  letter-spacing: 0.5px;
  padding: 10px 0;
}

.under .bnr01_bottom .txt_yen {
  font-size: 26px;
}

.under .bnr01_bottom .bnr01_note {
  font-size: 15px;
}

/**/
.under .under_bnr02 li {
  width: 70%;
  margin: 0 auto 10px;
}

.under .under_bnr02 li:last-child {
  margin-bottom: 0;
}

.under .under_bnr02 a {
  display: block;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #ed1164;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-family: "NotoSerifCJKjp-Medium";
  background: url(../images/under_bnr_bg.jpg);
  position: relative;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

.under .bnr02_txt01 {
  font-size: 150%;
}


.btn_01 a {
  font-family: "NotoSerifCJKjp-Regular";
  background: #fff;
  border: 2px solid #ed1164;
  display: block;
  width: 400px;
  height: 70px;
  line-height: 66px;
  font-size: 23px;
  letter-spacing: 0.01em;
  color: #ed1164;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

.btn_01 a::after {

  position: absolute;
  content: "";
  background: url(../images/icon_arrow_06.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
}

.btn_01 a:hover {
  background: #fff;
  color: #b40044;
  border: 2px solid #b40044;
}


/*txt*/
.under .txt_bold {
  font-weight: bold;
}

.under .txt_big {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

/*end*/
.under #content p:last-child,
.under #content table:last-child,
.under .list_link li:last-child,
.under .list01 li:last-child,
.under .under_btn01:last-child {
  margin-bottom: 0;
}

/*===================LAM====================*/
.under .step01,
.under .step01 dl {
  width: 100%;
  display: inline-block;
}

.under .step01 dl {
  border: 2px #e7eef6 solid;
  border-bottom: 2px #ed1164 solid;
  margin-bottom: 35px;
  position: relative;
  box-sizing: border-box;
}

.under .step01 dl:last-child {
  margin-bottom: 0px;
}

.under .step01 dl:last-child:last-child:before {
  display: none;
}

.under .step01 dl:before {
  position: absolute;
  content: "";
  margin: 0 auto;
  border-top: 20px #ed1164 solid;
  border-left: 30px transparent solid;
  border-right: 30px transparent solid;
  left: 0;
  right: 0;
  bottom: -22px;
  width: 0px;
}

.under .step01 dl dt {
  background: #e7eef6;
  padding: 10px;
  display: flex;
  font-family: "NotoSansCJKjp-Medium";
  align-items: center;
}

.under .step01 dl dt .step_icon {
  background: #72d3aa;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px;
  margin-right: 20px;
  text-align: center;
}

.under .step01 dl dt .step_title {
  font-size: 16px;
}

.under .step01 dl dd {
  padding: 20px;
}

.under .bnr01 {
  margin: 0 auto;
  background: #e7eef6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
  font-family: "NotoSerifCJKjp-Regular";
}

.under .bnr01_hour {
  background: #0db14b;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.under .bnr01_tel {
  color: #ed1164;
}

.under .bnr01_tel_big {
  font-size: 40px;
  font-style: italic;
}

.under .link01 {
  text-decoration: underline;
}

.under .link01:hover {
  text-decoration: none;
}

.under .under_btn01.under_btn01_r a {
  margin: 0px;
  margin-left: auto;
  height: 50px;
}

.under .style01 {
  color: #ed1164;
  margin-right: 7px;
}

.under .right_pc {
  text-align: right;
}

.under table td.td01 {
  background: #d5e9f8;
  color: #0db14b;
  text-align: center;
}

.under .frame01 {
  background: #e9fff1;
  padding: 30px;
  border: 2px #0db14b solid;
  box-sizing: border-box;
}

.under .txt_bold {
  font-weight: bold;
}

.under .list_num li {
  padding-left: 22px;
  text-indent: -22px;
}

.under .style02 {
  font-family: "NotoSansCJKjp-Medium";
}

.under .txt_f {
  font-weight: bold;
  font-size: 24px;
}

.under#member table,
.under#result table {
  margin-bottom: 45px;
}

.under .result_img a {
  width: 320px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.under .result_img a:hover {
  opacity: 0.8;
}

.under .result_img a img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.under .list_cate {
  display: flex;
  justify-content: space-around;
}

.under .list_cate li a {
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 18px;
  letter-spacing: 0.075em;
  height: 50px;
  line-height: 50px;
  width: 250px;
  color: #fff;
  text-decoration: none;
  background: #0db14b;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}

.under .list_cate li a:hover {
  background: #fff;
  color: #0db14b;
  border: 1px solid #0db14b;
}

.under .member_img {
  width: 160px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under .member_img img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.under#member table,
.under#member_cate table {
  border: 2px solid #0db14b;
}

.under#member table td,
.under#member table th,
.under#member_cate table td,
.under#member_cate table th {
  border: 1px solid #72d3aa;
}

.under#member table th,
.under#member_cate table th {
  background: #e7eef6;
  color: #0db14b;
}

.under#member table .th_f,
.under#member_cate table .th_f {
  text-align: left;
  border-bottom: 2px solid #0db14b;
}

.under .pagination , .under .page-numbers {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.under .pagination li,
.under .page-numbers li {
  margin: 0 5px 10px;
}

.under .pagination li a,
.under .page-numbers li a,
.under .page-numbers li span {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #0db14b;
  background: #fff;
  display: block;
  text-decoration: none !important;
  color: #333;
}
.under .page-numbers li span.current {
      background: #0db14b;
    color: #fff !important;
}

.under .pagination li.active a,
.pagination li a:hover {
  background: #0db14b;
  color: #fff !important;
  text-decoration: none !important;
}

.under .pagination li.disabled {
  display: none;
}

.under#news .news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.under#news .news_list li {
  width: 100%;
  margin-right: 44px;
  margin-bottom: 25px;
  cursor: pointer;
}

.under#news .news_list li:nth-child(3n + 3) {
  margin-right: 0;
}

.under#news .news_list li .news_img {
  width: 260px;
  height: 180px;
  background: #e7eef6;
  border: 2px #4c74b0 solid;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.under#news .news_list li .news_img:hover {
  opacity: 0.8;
}

.under#news .news_list li .news_img img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.under#news .news_list li .news_title span {
  /*	display: block;*/
  font-size: 14px;
  margin-right: 50px;
}

.under#news .news_list li a {
  text-decoration: none;
}

.under#news .news_list li a:hover {
  text-decoration: underline;
}

.under#news_detail .news_img {
  max-width: 320px;
  max-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under#news_detail .news_img img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.under#news_detail .return_btn a {
  margin: 0 auto;
}

.under .phone_mail {
  font-size: 26px;
}

.under .phone_mail a {
  text-decoration: none;
  color: #333;
}

.under #footer .footer_contact {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
}

.under#member .under_btn01 a,
.under#member_cate .under_btn01 a,
.under#subject .under_btn01 a {
  margin: 0 auto;
}

.under#member table .th_f p span,
.under#member_cate table .th_f p span {
  font-family: "NotoSansCJKjp-Medium";
}

.under .cate_new {
  font-size: 14px;
  color: #ed1164;
  margin-left: 15px;
}

.under .cate_bg {
  font-size: 15px;
  background: #72d3aa;
  color: #fff;
  padding: 3px 15px 3px;
  margin-left: 15px;
}

.under .color01 {
  font-size: 16px;
  color: #4d4d4d;
  margin-left: 15px;
}

.under .table_info {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

/*--- fmail ---*/
.under table.mailform {
  width: 100%;
}

.under span#fmail_title_default,
.under span#fmail_title_confirm,
.under span#fmail_title_error,
.under span#fmail_title_thanks {
  display: none;
}

.under table.mailform tr th {
  text-align: left;
  padding-left: 15px;
  background: #0db14b;
  color: #fff;
  font-weight: bold;
  width: 20%;
}

.under table.mailform tr th.underarea {
  text-align: center;
  font-weight: normal;
  padding: 15px;
  justify-content: center;
  align-items: center;
}

.under table.mailform tr th,
.under table.mailform tr td {
  border: 1px solid #c2c2c2;
  font-size: 14px;
  word-break: break-all;
}

.under table div.fmail_must {
  margin: 5px 5px 0px 5px;
}

.under .submit_confirm_button,
.under .submit_cancel_button,
.under .submit_send_button {
  margin: 30px 0 0;
  background-size: cover;
  width: 200px;
  height: 50px;
  cursor: pointer;
}

.under #fmail input.fmail {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}

.under #fmail input.smaph_text {
  width: 250px;
}

.under #fmail li input.fmail {
  width: auto !important;
}

.under .site_top a {
  margin: 30px auto 0;
  background-size: cover;
  width: 200px;
  height: 50px;
  cursor: pointer;
}

.under #fmail li {
  padding-right: 6px;
}

.under #fmail li:last-child {
  padding-right: 0;
}

.under table.mailform tr td {
  padding: 10px 0px 10px 15px;
}

.under span.fmail_error {
  margin-top: 0 !important;
  margin-left: 5px !important;
  padding: 0 0 0px 30px !important;
  background-position: 5px 7px;
  margin-bottom: 5px;
}

.under td.fmail_error_line,
.under .fmail_error {
  background-color: #ffeeee !important;
}

.under #fmail textarea {
  width: 80% !important;
}

.under form.fmail_submit,
.under form.fmail_cancel {
  padding: 0;
  margin: 5px;
}

.under div#fmail_thankspage {
  font-size: 15px;
  line-height: 2em;
}

.under label.fmail_label_enabled {
  border: solid 1px #e7eef6;
  background-color: #e7eef6;
}

.under form#fmail input.postcode {
  width: 90px;
}

.box_flex_b {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

.box_flex_b li {
  width: 49% !important;
  display: flex;
  align-items: center;
}

.box_flex_b li:last-child a {
  display: flex;
  align-items: center;
}

.box_flex_b li a {
  display: block;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #ed1164;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  text-decoration: none;
  font-size: 19px;
  color: #fff;
  font-family: "NotoSerifCJKjp-Medium";
  background: url(../images/under_bnr_bg.jpg);
  position: relative;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  height: 100%;
}

.box_flex_b li a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.box_flex_b li a:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.box_flex_b li a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.box_flex_b li a.no_hover:hover:after {
  width: 0;
  height: 0;
  background: transparent;
  opacity: 0;
}

.under_bnr02_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.under .under_bnr02_02 li {
  width: 48%;
}

.under .under_bnr02_02 .btn_03 a {
  font-family: "NotoSerifCJKjp-Regular";
  background: #fff;
  border: 3px solid #ed1164;
  display: block;
  font-size: 23px;
  letter-spacing: 0.01em;
  color: #ed1164;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

.under .under_bnr02_02 .btn_03 a::after {}

.under .under_bnr02_02 .btn_03 a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #ed1164;
  border-right: 1px solid #ed1164;
}

.under .under_bnr02_02 .btn_03 a:hover {
  background: #fff;
  color: #b40044;
  border: 3px solid #b40044;
}

.under#profile .dflex_table_td {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.under#profile .dflex_table_td p {
  width: 50%;
  margin-bottom: 0;
}

.under#profile .index_bnr02 a {
  display: block;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #007caa;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  text-decoration: none;
  font-size: 19px;
  color: #fff;
  /*font-family: 'NotoSerifCJKjp-Medium';*/
  background: #007caa;
  position: relative;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

.under#profile .index_bnr02 li {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 0;
}

.under#profile .index_bnr02 a:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.under#profile .index_bnr02 a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.under#profile .index_bnr02 a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.under#profile .bnr02_txt01 {
  font-size: 19px;
}

.under#member .under_bnr02_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.under#member .under_bnr02_login li {
  margin-bottom: 0;
}

.under#member .link-text-register {
  display: none !important;
}