@scope (.js-flowchart) {
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td,input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
nav {
  display: block;
}

ul {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

em,
strong,
cite {
  font-style: normal;
}

sup {
  vertical-align: top;
  font-size: .8em;
}

sub {
  vertical-align: bottom;
  font-size: .8em;
}

em,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea,
input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  background: #fff;
  color: #333;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  line-height: 1.58;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
}

p {
  margin-bottom: 10px;
}

strong {
  color: #d90000;
}

a {
  color: #b60081;
}

a .icon_blank,
a .icon_pdf,
a .icon_money {
  margin-left: 3px;
}

a img ~ .icon_blank,
a img ~ .icon_pdf,
a img ~ .icon_money {
  display: none;
}

button {
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  line-height: 1.58;
}

.drawer-menu-wrap p {
  margin-bottom: 0;
}

.drawer-menu-wrap .icon_blank {
  display: none;
}

a, button, input.tm-button_default, input.tm-button_account {
  transition: 0.3s;
}

a:hover, button:hover, input.tm-button_default:hover, input.tm-button_account:hover, a:active, button:active, input.tm-button_default:active, input.tm-button_account:active, a:focus, button:focus, input.tm-button_default:focus, input.tm-button_account:focus {
  opacity: .6;
  text-decoration: none;
  transition: 0.3s;
}

#menu-nav-box .menu-nav-list01 > li > a::after, #menu-nav-box .menu-nav-list01 > li > span::after,#menu-nav-box .menu-nav-list02 > li > a::after, .tm-link_arrow::after, .tm-link_arrow-02::after, .tm-link_button::after, .tm-link_anchor::after, .tm-link_news > li a::after, .tm-link_topics > li a::after, .tm-link_introduction > li > a::after, .tm-panel_img > a > .content::after, .tm-box_simUnit_select::before, .tm-nav_localNavArea .tm-nav_localNav > li > a::after, .tm-nav_localNavArea-02 .tm-nav_localNav-02 > li > a::after, .tm-js_choices[id^="js_chart_a"]::before, .tm-form_select::before, .tm-category_hol_panelLink > a > dl > dt::after, .tm-category_hol_comTable > thead th a::after, .tm-category_hol_comTable tbody td a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 7px;
  background-image: url(/sp/shared/images/modules/tm_icon_arrow_01.svg);
}

/*-------------------------------------------------------

header

-------------------------------------------------------*/
#header {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 52px;
  line-height: 1;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  background: #fff;
  z-index: 100;
  position: relative;
}

#header p {
  margin-bottom: 0;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header.fixed + * {
  padding-top: 52px;
}

#header .tm-header_logo {
  text-align: center;
  font-size: 0;
}

#header .tm-header_logo a {
  display: block;
}

#header .tm-header_utility {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
}

#header .tm-header_utility > li {
  width: 48px;
  text-align: center;
}

#header .tm-header_utility > li button {
  width: 100%;
  height: 100%;
}

#header .tm-header_btn {
  position: absolute;
  right: 12px;
}

#header .tm-button_ibLogin {
  font-size: 1.2rem;
  padding: 5px;
  width: 84px;
  height: 28px;
  min-height: 28px;
  line-height: 1;
  box-shadow: none;
}

#header .tm-button_ibLogin .icon_blank {
  display: none;
}

#header .tm-button_ibLogin._blank::after {
  display: none;
}

#header + .tm-nav_localNavArea {
  border-top: 0;
}

#header button.tm-button_ibLogin {
  margin-bottom: 0;
}

/*-------------------------------------------------------

main

-------------------------------------------------------*/
main {
  box-sizing: border-box;
  padding: 0 12px 20px;
}

main.top {
  padding: 0;
}

.tm-top_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.tm-top_header #header {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
}

.tm-top_header .slide_wrap {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  order: -2;
}

.tm-top_section {
  padding: 5px 12px;
}

.tm-top_section + .tm-top_section {
  border-top: 1px solid #ececec;
}

.tm-top_section.type01 .tm-list_linkGroup {
  margin-top: 10px;
  margin-bottom: 12px;
}

.tm-top_section.type01 .tm-link_topics {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.tm-top_section.type02 {
  background-color: #f6f6f6;
}

.tm-top_sectionImg {
  padding: 32px 12px 24px;
  color: #fff;
  text-align: center;
}

.tm-top_sectionImg > :first-child {
  margin-top: 0;
}

.tm-top_sectionImg > :last-child {
  margin-bottom: 0;
}

.tm-top_sectionImg .leadText {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 37px;
}

.tm-top_sectionImg .cardImg {
  margin-bottom: 35px;
}

.tm-top_sectionImg .cardImg > img {
  width: 220px;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
}

.tm-top_sectionImg .cardImg .caption {
  margin-top: 15px;
}

.tm-top_sectionImg .cvBtn {
  width: 260px;
  margin: 0 auto;
}

.tm-top_sectionImg.case01 {
  background: url(/sp/shared/images/modules/bg_unit_01.jpg) no-repeat center center;
  background-size: cover;
}

.tm-top_sectionImg.case01 .leadText {
  margin-bottom: 220px;
}

.tm-top_sectionImg.case02 {
  background: url(/sp/shared/images/modules/bg_unit_02.jpg) no-repeat center center;
  background-size: cover;
}

.tm-top_categoryLink {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-top_categoryLink > li {
  width: calc((100% - 12px) / 3);
  margin-right: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.tm-top_categoryLink > li:nth-of-type(3n) {
  margin-right: 0;
}

.tm-top_categoryLink > li > a {
  display: block;
  height: 100%;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.tm-top_categoryLink > li p {
  margin-bottom: 0;
}

.tm-top_categoryLink > li .icon {
  margin-bottom: 10px;
}

.tm-top_appLink {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-top_appLink > li {
  width: calc(50% - 6px);
  margin-right: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.tm-top_appLink > li:nth-of-type(2n) {
  margin-right: 0;
}

.tm-top_appLink > li > a {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.tm-top_appLink > li p {
  margin-bottom: 0;
}

.tm-top_appLink > li .icon {
  margin-bottom: 10px;
}

.tm-top_appLink > li .icon > img {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
}

.tm-top_appLink > li .appname {
  font-weight: bold;
}

.tm-top_linkBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-top_linkBox > li {
  width: calc(50% - 6px);
  margin-right: 12px;
  margin-bottom: 20px;
}

.tm-top_linkBox > li:nth-of-type(2n) {
  margin-right: 0;
}

.tm-top_linkBox > li > a {
  display: block;
  height: 100%;
  padding: 15px 8px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
}

.tm-top_linkBox > li p {
  margin-bottom: 0;
}

.tm-top_linkBox > li .logo {
  text-align: center;
  margin-bottom: 12px;
}

/*-------------------------------------------------------

footer

-------------------------------------------------------*/
#footer {
  padding: 28px 12px 55px;
  background: #ffeff8;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer small {
  display: block;
  padding-top: 3px;
  color: #999;
  font-size: 1.2rem;
}

#footer .footer-logo {
  margin-bottom: 28px;
}

#footer .tm-list_linkFooter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  margin-bottom: 12px;
}

#footer .tm-list_linkFooter > li {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
}

#footer .tm-link_textFooter {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0 0 5px 25px;
  color: #999;
  background: url(/sp/shared/images/modules/icon_pc.svg) no-repeat left 1px/20px 17.5px;
}

body.scroll-fix {
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
}

body.scroll-fix #menu-container {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

body.scroll-fix #menu-close-btn {
  display: block;
  opacity: 1.0;
}

body.fixed #menu-container {
  overflow: scroll !important;
}

body.search-open #search-container {
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0s ease,background .3s ease;
  transform: translate3d(0, 52px, 0);
}

body.search-open .search-inner-wrap {
  transform: translateY(0);
  transition: transform .3s ease;
}

body.search-open #menu-close-btn {
  display: none;
}

body.menu-open #menu-container {
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0s ease,background-color .3s ease;
  transform: translate3d(0, 0, 0);
  outline-color: transparent;
  outline-style: auto;
}

body.menu-open #menu-inner-wrap {
  transform: translateX(0);
  transition: transform .3s ease;
}

body.menu-open #menu-close-btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease .1s;
}

#menu-inner-wrap {
  overflow: auto;
  position: relative;
  z-index: 9;
  transition: transform .3s ease;
  transform: translateX(-100%);
}

#menu-container {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0);
  transition: transform 0s ease .3s,background-color .3s ease;
  transform: translate3d(-100%, 0, 0);
}

#menu-container #menu-inner-wrap {
  width: 300px;
  background: #fff;
}

#menu-container.search-open {
  top: 52px;
  background: none;
}

#menu-container.search-open #menu-nav-box {
  display: none;
}

#menu-container.search-open #search-container {
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0s ease,background .3s ease;
  transform: translate3d(0, 52px, 0);
}

#menu-container.search-open #menu-inner-wrap {
  width: 100%;
}

#menu-container.search-open + #menu-close-btn,
#menu-container.search-open + #op_skin + #menu-close-btn {
  display: none;
}

#menu-close-btn {
  display: block;
  z-index: 999;
  position: absolute;
  top: 27px;
  left: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-200%, 0, 0);
  transition: transform .3s ease;
}

#op_skin {
  z-index: 100;
  position: fixed;
  top: 52px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#menu-nav-box {
  padding-left: 12px;
  border-bottom: 1px solid #ececec;
}

#menu-nav-box .menu-nav-list01 > li + li {
  border-top: 1px solid #ececec;
}

#menu-nav-box .menu-nav-list01 > li > a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 15px 40px 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  position: relative;
}

#menu-nav-box .menu-nav-list01 > li > a .sub {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #666;
}

#menu-nav-box .menu-nav-list01 > li > a::after {
  right: 11px;
}

#menu-nav-box .menu-nav-list01 > li a._blank::after,
#menu-nav-box .menu-nav-list01 > li a._pdf::after,
#menu-nav-box .menu-nav-list01 > li a._money::after {
  display: none;
}
#menu-nav-box .menu-nav-list01 > li > span {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 15px 40px 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  position: relative;
  cursor: pointer;
}
#menu-nav-box .menu-nav-list01 > li > span:hover {
  opacity: 0.5;
}

#menu-nav-box .menu-nav-list01 > li > span .sub {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #666;
}

#menu-nav-box .menu-nav-list01 > li > span::after {
  right: 11px;
}

#menu-nav-box .menu-nav-list01 > li span._blank::after,
#menu-nav-box .menu-nav-list01 > li span._pdf::after,
#menu-nav-box .menu-nav-list01 > li span._money::after {
  display: none;
}
#menu-nav-box .menu-nav-list01 > li .icon_blank,
#menu-nav-box .menu-nav-list01 > li .icon_pdf,
#menu-nav-box .menu-nav-list01 > li .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}

#menu-nav-box .menu-nav-list01 > li.js-menu-toggle.open > a::after {
  display: none;
}

#menu-nav-box .menu-nav-list01 > li.js-menu-toggle > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #b60081;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#menu-nav-box .menu-nav-list01 > li.js-menu-toggle > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 2px;
  height: 17px;
  border-radius: 2px;
  background: #b60081;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#menu-nav-box .menu-nav-list01 > li.js-menu-toggle.open > span::after {
  display: none;
}

#menu-nav-box .menu-nav-list01 > li.js-menu-toggle > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #b60081;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

#menu-nav-box .menu-nav-list01 > li.js-menu-toggle > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 2px;
  height: 17px;
  border-radius: 2px;
  background: #b60081;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#menu-nav-box .menu-nav-list01 > li.js-menu-toggle > .js-menu-child {
  display: none;
}

#menu-nav-box .menu-nav-list02 {
  padding-left: 12px;
}

#menu-nav-box .menu-nav-list02 > li {
  border-top: 1px dotted #ececec;
}

#menu-nav-box .menu-nav-list02 > li > a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  color: #333;
  text-decoration: none;
}

#menu-nav-box .menu-nav-list02 > li > a::after {
  right: 11px;
}

#menu-nav-box .menu-link-for-pc {
  padding: 13px 12px 14px 0;
}

#menu-nav-box .menu-link-for-pc .tm-button_default {
  width: 100%;
  display: inline-block;
  padding-top: 12px;
  font-size: 1.3rem;
  text-align: center;
}

#menu-nav-box .menu-link-for-pc .tm-button_default::before {
  content: url(/sp/shared/images/modules/icon_pc.svg);
  padding-right: 5px;
  position: relative;
  top: 3px;
}

#search-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  transition: transform 0s ease .3s,background .3s ease;
  transform: translate3d(0, -100%, 0);
}

.search-inner-wrap {
  overflow: auto;
  position: relative;
  z-index: 9;
  transition: transform .3s ease;
  transform: translateY(-100%);
  padding: 15px;
  background: #fff;
}

.menu-search-box {
  padding: 15px;
}

/*-------------------------------------------------------

hdg

-------------------------------------------------------*/
.tm-hdg_title1 {
  margin-top: 21px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #b60081;
}

.tm-hdg_title2 {
  margin: 50px 0 20px;
  padding-top: 5px;
  border-top: 2px solid #ff99ee;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.38;
  color: #b60081;
  position: relative;
}

.tm-hdg_title1 + .tm-hdg_title2 {
  margin-top: 30px;
}

.tm-hdg_title2.type01 {
  margin: 20px 0 25px;
  padding: 0;
  border-top: none;
}

.tm-hdg_title2.type02 {
  padding-right: 100px;
}

.tm-hdg_title2.type02 .label {
  position: absolute;
  top: 8px;
  right: 0;
  width: 85px;
  padding: 3px 0 2px;
  font-size: 1.0rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #b60081;
  border-radius: 3px;
}

.tm-hdg_title2 .icon {
  display: block;
  margin-top: 5px;
}

.tm-hdg_title2 .icon img {
  border-radius: 3px;
}

.tm-hdg_title2 .icon img + img {
  margin-left: 9px;
}

.tm-hdg_title3 {
  margin: 30px 0 18px;
  font-size: 1.8rem;
  line-height: 1.48;
  color: #b60081;
}

.tm-hdg_title4 {
  margin: 30px 0 14px;
  font-size: 1.6rem;
  line-height: 1.48;
}

.tm-hdg_title5 {
  margin: 30px 0 14px;
  font-size: 1.5rem;
}

.tm-hdg_default {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-hdg_introduction {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 30px 0 14px;
  padding-left: 56px;
  min-height: 48px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.48;
}

.tm-hdg_introduction .tm-text_introduction {
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
}

/*-------------------------------------------------------

text

-------------------------------------------------------*/
.tm-text_lead {
  font-weight: bold;
  line-height: 2;
  background: linear-gradient(transparent 60%, #ffc800 60%);
}

.tm-text_underline {
  border-bottom: 1px solid #ececec;
}

.tm-text_underline.dotted {
  border-bottom: 1px dotted #ececec;
}

.tm-text_small {
  font-size: 90%;
}

.tm-text_label {
  display: inline-block;
  min-width: 48px;
  height: 20px;
  padding: 2px;
  font-size: 1.0rem;
  text-align: center;
  border-radius: 4px;
}

.tm-text_label.type01 {
  color: #21a2dd;
  background-color: #f6fbfe;
  border: 1px solid #90d0ee;
}

.tm-text_label.type02 {
  color: #43a628;
  background-color: #f8fcf7;
  border: 1px solid #7dcd62;
}

.tm-text_label.type03 {
  color: #ef3300;
  background-color: #fef7f5;
  border: 1px solid #ffb793;
}

.tm-text_label.type04 {
  color: #d90000;
  background-color: #fcf7f7;
  border: 1px solid #df9393;
}

.tm-text_label-02 {
  display: inline-block;
  padding: 0 6px;
  height: 16px;
  font-size: 1.0rem;
  text-align: center;
  color: #b60081;
  border: 1px solid #b60081;
  border-radius: 3px;
}

.tm-text_label-02_list {
  font-size: 0;
  line-height: 0;
}

.tm-text_label-02_list > li {
  display: inline-block;
  padding: 0 6px;
  margin: 5px 5px 0 0;
  height: 16px;
  font-size: 1.0rem;
  line-height: 1.6;
  text-align: center;
  color: #b60081;
  border: 1px solid #b60081;
  border-radius: 3px;
}

.tm-text_label-02.type01 {
  color: #43a628;
  border: 1px solid #a8dd99;
}

.tm-text_label-03 {
  display: inline-block;
  min-width: 48px;
  padding: 2px 12px 3px;
  text-align: center;
  font-size: 1.0rem;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.tm-text_num {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  font-size: 1.0rem;
  text-align: center;
  vertical-align: text-bottom;
  color: #fff;
  background: #b60081;
  border-radius: 50%;
}

.tm-text_salesTalk {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 274px;
  min-height: 40px;
  margin: 30px auto 27px;
  padding: 5px 19px 7px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.46;
  text-align: center;
  color: #b60081;
  background-color: #fff;
  border: 1px solid #b60081;
  border-radius: 25px;
  position: relative;
}

.tm-text_salesTalk::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 7px);
  border: 6px solid transparent;
  border-top: 8px solid #b60081;
}

.tm-text_salesTalk:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: calc(50% - 6px);
  border: 5px solid transparent;
  border-top: 7px solid #fff;
}

.tm-text_salesTalk.short {
  width: 140px;
}

.tm-text_salesTalk.type01 {
  color: #fff;
  background-color: #21a2dd;
  border: none;
}

.tm-text_salesTalk.type01::before {
  border-top: 8px solid #21a2dd;
}

.tm-text_salesTalk.type01:after {
  display: none;
}

.tm-text_introduction {
  display: block;
  margin-bottom: 0;
  padding-top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 1.1;
  text-align: center;
  font-weight: normal;
  font-size: 1.0rem;
  color: #fff;
  background-color: #b60081;
}

.tm-text_introduction em {
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  display: block;
  font-weight: normal;
  font-size: 2rem;
}

.tm-text_introduction.type01 {
  color: #b60081;
  background-color: #fff;
}

.tm-text_introduction.center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0;
}

.tm-text_introduction.gold {
  background-color: #e7b95d;
}

.tm-text_guide {
  display: block;
  width: 36px;
  height: 40px;
  padding-top: 8px;
  background-color: #b60081;
  color: #fff;
  text-align: center;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.1;
  border-radius: 3px;
  position: relative;
}

.tm-text_guide em {
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  display: block;
  font-weight: normal;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.tm-text_guide::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 29px;
  left: 8px;
  background-color: #b60081;
  border-radius: 3px;
  transform: rotate(-45deg) skew(16deg, 16deg);
  z-index: auto;
}

.tm-text_balloonCell {
  padding-left: 75px !important;
  position: relative;
}

.tm-text_balloonCell .balloon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #b60081;
  border-radius: 50%;
  box-sizing: border-box;
  color: #b60081;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.26;
  padding: 10px 5px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  text-align: center;
  height: 55px;
  width: 55px;
}

.tm-text_balloonCell .balloon::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% - -1px);
  border: 5px solid transparent;
  border-left: 8px solid #b60081;
}

.tm-text_balloonCell .balloon::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% - 4px);
  border: 5px solid transparent;
  border-left: 9px solid #fff;
}

/*-------------------------------------------------------

list

-------------------------------------------------------*/
.tm-list_bullet > li, .tm-list_unordered > li, .tm-list_variation > li, .tm-list_ordered > li {
  position: relative;
}

.tm-list_bullet > li > .title, .tm-list_unordered > li > .title, .tm-list_variation > li > .title, .tm-list_ordered > li > .title {
  margin-bottom: 0;
  font-weight: bold;
}

.tm-list_bullet > li + li, .tm-list_unordered > li + li, .tm-list_variation > li + li, .tm-list_ordered > li + li {
  margin-top: 8px;
}

/*-------------------------------------------------------
ul list
-------------------------------------------------------*/
.tm-list_bullet {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_bullet > li {
  padding-left: 20px;
}

.tm-list_bullet > li::before {
  position: absolute;
  display: block;
  content: '';
  top: 7px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #b2b2b2;
  border-radius: 100%;
}

.tm-list_bullet > li ul, .tm-list_bullet > li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tm-list_unordered {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_unordered > li {
  padding-left: 25px;
}

.tm-list_unordered > li > .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

.tm-list_unordered > li > .tm-text_num {
  position: absolute;
  top: 3px;
  left: 0;
}

.tm-list_unordered > li ul, .tm-list_unordered > li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tm-list_variation {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_variation > li {
  padding-left: 25px;
}

.tm-list_variation > li > .bullet {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

.tm-list_variation > li ul, .tm-list_variation > li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tm-list_variation.type01 > li {
  padding-left: 45px;
}

.tm-note_default {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-note_default > li {
  position: relative;
  font-size: 1.2rem;
  color: #666;
  padding-left: 2.4rem;
}

.tm-note_default > li > span:first-child,
.tm-note_default > li strong > span:first-child,
.tm-note_default > li em > span:first-child,
.tm-note_default > li b > span:first-child {
  top: 0;
  left: 0;
  position: absolute;
}

.tm-note_default > li + li {
  margin-top: 8px;
}

.tm-note_default > li ul, .tm-note_default > li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tm-note_default .tm-list_bullet > li::before,
.tm-note_default .tm-list_unordered > li::before,
.tm-note_default .tm-list_ordered > li::before {
  top: 6px;
}

.tm-note_default.type01 > li {
  padding-left: 3.0rem;
}

.tm-list_introduction {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_introduction > li {
  padding: 16px 8px;
}

.tm-list_introduction > li > .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 56px;
  min-height: 48px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.48;
}

.tm-list_introduction > li > .title p {
  margin-bottom: 0;
}

.tm-list_introduction > li > .title .tm-text_introduction {
  position: absolute;
  top: calc(50% - 24px);
  left: 0px;
}

.tm-list_introduction > li > .title + .content {
  margin-top: 10px;
  padding: 0 6px;
}

.tm-list_introduction > li > .title + .content > :first-child {
  margin-top: 0;
}

.tm-list_introduction > li > .title + .content > :last-child {
  margin-bottom: 0;
}

.tm-list_introduction > li + li {
  border-top: 1px solid #ececec;
}

/*-------------------------------------------------------
ol list
-------------------------------------------------------*/
.tm-list_ordered {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_ordered > li {
  margin-left: 25px;
}

.tm-list_ordered > li ul, .tm-list_ordered > li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tm-list_step {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_step > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  min-height: 64px;
  position: relative;
  list-style-type: none;
  padding: 8px 8px 8px 64px;
  font-weight: bold;
  line-height: 1.48;
  border-radius: 4px;
  background: #f8e5f2;
  text-align: left;
}

.tm-list_step > li > .content .subtext {
  font-weight: normal;
}

.tm-list_step > li > .content > :first-child {
  margin-top: 0;
}

.tm-list_step > li > .content > :last-child {
  margin-bottom: 0;
}

.tm-list_step > li .tm-text_introduction {
  position: absolute;
  top: calc(50% - 24px);
  left: 8px;
}

.tm-list_step > li + li {
  margin-top: 30px;
}

.tm-list_step > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 8px solid #b60081;
}

.tm-list_step.type01 > li {
  background-color: #fff;
  border: 1px solid #f0cce6;
}

.tm-list_step-02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_step-02 > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 64px;
  position: relative;
  list-style-type: none;
  padding: 8px;
  font-weight: bold;
  line-height: 1.48;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f0cce6;
  text-align: left;
}

.tm-list_step-02 > li > .content {
  width: 100%;
}

.tm-list_step-02 > li > .content .subtext {
  font-weight: normal;
}

.tm-list_step-02 > li > .content > :first-child {
  margin-top: 0;
}

.tm-list_step-02 > li > .content > :last-child {
  margin-bottom: 0;
}

.tm-list_step-02 > li + li {
  margin-top: 30px;
}

.tm-list_step-02 > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 8px solid #b60081;
}

.tm-list_step-02 > li.division {
  display: block;
  padding: 0;
  border: none;
}

.tm-list_step-02 > li.division::before {
  content: none;
  display: none;
}

.tm-list_step-02 > li.division .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tm-list_step-02 > li.division .inner .tm-list_step-02 {
  width: calc(50% - 6px);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.tm-list_step-02 > li.division .inner .tm-list_step-02::before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 8px solid #b60081;
}

.tm-list_step-02 > li.division .inner .tm-list_step-02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 8px solid #b60081;
}

.tm-list_step-02 > li.division + li::before {
  content: none;
  display: none;
}

.tm-list_step-02 > li.division:first-of-type .inner .tm-list_step-02::before {
  content: none;
  display: none;
}

.tm-list_step-02 > li.division:last-of-type .inner .tm-list_step-02::after {
  content: none;
  display: none;
}

.tm-list_guide {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tm-list_guide > li {
  list-style-type: none;
}

.tm-list_guide > li + li {
  margin-top: 30px;
}

.tm-list_guide > li > .title {
  padding-left: 48px;
  position: relative;
  font-weight: bold;
  min-height: 52px;
}

.tm-list_guide > li > .title p {
  margin-bottom: 0;
}

.tm-list_guide > li > .title .tm-text_guide {
  position: absolute;
  top: 0;
  left: 0;
}

.tm-list_guide > li > .title + .content {
  margin-top: 15px;
  padding: 0 8px 10px;
}

.tm-list_guide > li > .content > :first-child {
  margin-top: 0;
}

.tm-list_guide > li > .content > :last-child {
  margin-bottom: 0;
}

.tm-list_define {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_define > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 12px 0 11px;
  border-bottom: 1px solid #ececec;
}

.tm-list_define > div > dt {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tm-list_define > div > dt > :first-child {
  margin-top: 0;
}

.tm-list_define > div > dt > :last-child {
  margin-bottom: 0;
}

.tm-list_define > div > dd {
  margin-left: 10px;
}

.tm-list_define > div > dd > :first-child {
  margin-top: 0;
}

.tm-list_define > div > dd > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------

link

-------------------------------------------------------*/
.tm-link_text {
  color: #b60081;
}

button.tm-link_text {
  text-decoration: underline;
  font-size: 100%;
}

.tm-link_arrow {
  display: block;
  text-decoration: none;
  padding-right: 30px;
  color: #333;
  position: relative;
}

.tm-link_arrow._blank::after {
  top: calc(50% - 9px);
  right: 6px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-link_arrow._pdf::after, .tm-link_arrow._money::after {
  display: none;
}

.tm-link_arrow .icon_blank,
.tm-link_arrow .icon_pdf,
.tm-link_arrow .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
}

.tm-link_arrow .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-link_arrow.type01, .tm-link_arrow.type02 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.48;
  border-bottom: 1px solid #ececec;
}

.tm-link_arrow.type01 .sub, .tm-link_arrow.type02 .sub {
  display: block;
  font-size: 1.4rem;
  color: #999;
  font-weight: normal;
}

.tm-link_arrow.type02 {
  color: #b60081;
}

.tm-link_arrow-02 {
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
}

.tm-link_arrow-02::after {
  top: 3px;
  left: 0;
}

.tm-link_button {
  display: block;
  min-height: 44px;
  padding: 9px 30px 9px 15px;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}

.tm-link_button._blank::after {
  top: calc(50% - 9px);
  right: 6px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-link_button._pdf::after, .tm-link_button._money::after {
  display: none;
}

.tm-link_button .icon_blank,
.tm-link_button .icon_pdf,
.tm-link_button .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
}

.tm-link_button .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-link_button.type01 {
  padding-top: 14px;
  padding-bottom: 15px;
  font-weight: bold;
}

.tm-link_button.type02 {
  padding-top: 14px;
  padding-bottom: 15px;
  font-weight: bold;
  background-color: #f6f6f6;
  border: none;
  box-shadow: none;
}

.tm-link_button.icon {
  padding-left: 40px;
}

.tm-link_button.icon > img {
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
}

.tm-link_button.dis {
  padding-right: 15px;
  pointer-events: none;
}

.tm-link_button.dis::after {
  content: none;
}

.tm-link_button > .sub {
  display: block;
  font-size: 1.4rem;
  color: #999;
  font-weight: normal;
}

.tm-link_button .tm-text_label-02 {
  margin-left: 5px;
  position: relative;
  top: -2px;
  line-height: 1.6;
}

.tm-link_anchor {
  display: block;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: bold;
  color: #333;
  padding: 16px 12px 17px 41px;
  background-color: #f6f6f6;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}

.tm-link_anchor::after {
  top: 19px;
  right: auto;
  left: 12px;
  transform: rotate(90deg);
}

.tm-link_anchor > .sub {
  display: block;
  font-size: 1.4rem;
  color: #999;
  font-weight: normal;
}

.tm-list_linkGroup {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_linkGroup > li + li {
  margin-top: 10px;
}

.tm-list_linkGroup > li:last-child > :last-child {
  margin-bottom: 0;
}

.tm-link_news {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-link_news > li + li {
  margin-top: 20px;
}

.tm-link_news > li a {
  display: block;
  padding-right: 30px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.tm-link_news > li a._blank::after {
  top: calc(50% - 9px);
  right: 6px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-link_news > li a._pdf::after, .tm-link_news > li a._money::after {
  display: none;
}

.tm-link_news > li a .icon_blank,
.tm-link_news > li a .icon_pdf,
.tm-link_news > li a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 7px;
}

.tm-link_news > li a .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-link_news > li a .date {
  display: block;
  color: #999;
  font-size: 1.2rem;
}

.tm-link_news > li a:hover, .tm-link_news > li a:active, .tm-link_news > li a:focus {
  text-decoration: underline;
  color: #b60081;
  opacity: 1;
}

.tm-link_news > li a:hover .date, .tm-link_news > li a:active .date, .tm-link_news > li a:focus .date {
  text-decoration: underline;
  color: #b60081;
  opacity: 1;
}

.tm-link_news > li a p {
  margin-bottom: 0;
}

.tm-link_topics {
  margin: 10px -12px 20px;
  padding: 16px 0 18px;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.tm-link_topics > li + li {
  margin-top: 14px;
}

.tm-link_topics > li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 35px 0 12px;
  color: #333;
  text-decoration: none;
}

.tm-link_topics > li a::after {
  right: 13px;
}

.tm-link_topics > li a._blank::after {
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-link_topics > li a._pdf::after, .tm-link_topics > li a._money::after {
  display: none;
}

.tm-link_topics > li a .icon_blank,
.tm-link_topics > li a .icon_pdf,
.tm-link_topics > li a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
}

.tm-link_topics > li a .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-link_topics > li a p {
  margin-bottom: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.tm-link_topics > li a .tm-text_label {
  margin-right: 10px;
  width: 48px;
}

.tm-link_introduction {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-link_introduction > li > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 64px;
  padding: 18px 30px 17px 64px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  background: #fff;
  border: 1px solid #f0cce6;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}

.tm-link_introduction > li > a .tm-text_introduction {
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
}

.tm-link_introduction > li > a .content > :first-child {
  margin-top: 0;
}

.tm-link_introduction > li > a .content > :last-child {
  margin-bottom: 0;
}

.tm-link_introduction > li > a._blank::after, .tm-link_introduction > li > a._pdf::after, .tm-link_introduction > li > a._money::after {
  display: none;
}

.tm-link_introduction > li > a .icon_blank,
.tm-link_introduction > li > a .icon_pdf,
.tm-link_introduction > li > a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
}

.tm-link_introduction > li > a p {
  margin-bottom: 5px;
}

.tm-link_introduction > li > a .sub {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}

.tm-link_introduction > li > a .tm-text_introduction {
  left: 8px;
}

.tm-link_introduction > li + li {
  margin-top: 8px;
}

.tm-list_ranking {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-list_ranking li {
  position: relative;
  padding: 11px 0 14px 39px;
  border-bottom: 1px solid #ececec;
  list-style-type: none;
  font-weight: bold;
}

.tm-list_ranking li .num {
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 50%;
}

.tm-list_ranking li:nth-of-type(1) .num {
  background-color: #e7b95d;
  border-color: #e7b95d;
  color: #fff;
}

.tm-list_ranking li:nth-of-type(2) .num {
  background-color: #acafb2;
  border-color: #acafb2;
  color: #fff;
}

.tm-list_ranking li:nth-of-type(3) .num {
  background-color: #b9735b;
  border-color: #b9735b;
  color: #fff;
}

/*-------------------------------------------------------

button

-------------------------------------------------------*/
.tm-button_default, .tm-button_account, .tm-button_ibLogin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  min-height: 48px;
  padding: 10px 25px 10px;
  font-size: 1.6rem;
  line-height: 1.48;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.dis.tm-button_default, .dis.tm-button_account, .dis.tm-button_ibLogin {
  opacity: .5;
  box-shadow: none;
}

.tm-button_default .sub, .tm-button_account .sub, .tm-button_ibLogin .sub {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

.tm-button_default .icon_blank, .tm-button_account .icon_blank, .tm-button_ibLogin .icon_blank,
.tm-button_default .icon_pdf,
.tm-button_account .icon_pdf,
.tm-button_ibLogin .icon_pdf,
.tm-button_default .icon_money,
.tm-button_account .icon_money,
.tm-button_ibLogin .icon_money {
  position: absolute;
  top: 7px;
  right: 7px;
}

.tm-button_default {
  border: 1px solid #e9b2d9;
  color: #b60081;
}

.tm-button_default.type01 {
  border: 1px solid #dcdcdc;
  color: #333;
}

.tm-button_default.type01._blank::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-button_default.type01 .icon_blank {
  opacity: 0;
}

.tm-button_default.type02 {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.tm-button_default.type02._blank::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_04.png);
  background-size: 18px 18px;
}

.tm-button_default.type02 .icon_blank {
  opacity: 0;
}

.tm-button_account {
  color: #fff;
  background-color: #b60081;
}

.tm-button_account._blank::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_04.png);
  background-size: 18px 18px;
}

.tm-button_account .icon_blank {
  opacity: 0;
}

.tm-button_account.type01 {
  flex-wrap: nowrap;
}

.tm-button_account.type01::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: -1px;
  right: 8px;
  width: 20px;
  height: 15px;
  background-image: url(/shared/images/modules/icon/icon_bg_account.svg);
}

.tm-button_account.btn_card01 {
  padding-left: 82px;
}

.tm-button_account.btn_card01 .card {
  position: absolute;
  left: 15px;
  top: calc(50% - 17px);
}

.tm-button_account.btn_card01 .icon_blank,
.tm-button_account.btn_card01 .icon_pdf,
.tm-button_account.btn_card01 .icon_money {
  display: block;
}

.tm-button_ibLogin {
  color: #fff;
  background-color: #ff5300;
}

.tm-button_ibLogin._blank::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_04.png);
  background-size: 18px 18px;
}

.tm-button_ibLogin .icon_blank {
  opacity: 0;
}

.tm-button_ibLogin.type01 {
  flex-wrap: nowrap;
}

.tm-button_ibLogin.type01::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  top: -1px;
  right: 8px;
  width: 17px;
  height: 18px;
  background-image: url(/shared/images/modules/icon/icon_bg_ib.svg);
}

.tm-button_ibLogin.type02 {
  border: 1px solid #ffb793;
  color: #ff5300;
  background-color: #fff;
}

.tm-button_ibLogin.type02._blank::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_03.png);
  background-size: 18px 18px;
}

.tm-button_ibLogin.type02 .icon_blank {
  opacity: 0;
}

input.tm-button_default {
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  outline: none;
  appearance: none;
  margin-bottom: 10px;
}

input.tm-button_account {
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  outline: none;
  appearance: none;
  border: none;
  margin-bottom: 10px;
}

button.tm-button_default, button.tm-button_account, button.tm-button_ibLogin {
  width: 100%;
  margin-bottom: 10px;
}

/*-------------------------------------------------------

panel

-------------------------------------------------------*/
.tm-panel_default {
  width: 100%;
  margin: 20px auto;
  padding-top: 8px;
  border: 1px solid #ececec;
  border-radius: 8px;
  position: relative;
}

.tm-panel_default::before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #b60081;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tm-panel_default > :last-child {
  border-radius: 0 0 8px 8px;
}

.tm-panel_default > .content {
  padding: 17px 14px 17px;
  background-color: #fff;
}

.tm-panel_default > .content > .title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.tm-panel_default > .content > .title .sub {
  display: block;
  font-size: 1.3rem;
}

.tm-panel_default > .content .tm-list_bullet,
.tm-panel_default > .content .tm-list_unordered,
.tm-panel_default > .content .tm-list_ordered,
.tm-panel_default > .content .tm-list_variation,
.tm-panel_default > .content .tm-note_default,
.tm-panel_default > .content .tm-imglay_default {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-panel_default > .content .tm-list_define {
  font-size: 1.3rem;
}

.tm-panel_default > .content > :first-child {
  margin-top: 0;
}

.tm-panel_default > .content > :last-child {
  margin-bottom: 0;
}

.tm-panel_default > .content > :last-child.tm-list_define > div:last-child {
  border-bottom: none;
}

.tm-panel_default > .link {
  padding: 15px 14px 12px;
  background-color: #f6f6f6;
}

.tm-panel_default > .link > :first-child {
  margin-top: 0;
}

.tm-panel_default > .link > :last-child {
  margin-bottom: 0;
}

.tm-panel_img {
  width: 100%;
  margin: 20px auto;
}

.tm-panel_img > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.tm-panel_img > a > .content {
  width: 100%;
  padding: 15px 40px 15px 12px;
  position: relative;
}

.tm-panel_img > a > .content > .title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.tm-panel_img > a > .content .tm-list_bullet,
.tm-panel_img > a > .content .tm-list_unordered,
.tm-panel_img > a > .content .tm-list_ordered,
.tm-panel_img > a > .content .tm-list_variation,
.tm-panel_img > a > .content .tm-note_default {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-panel_img > a > .content > :first-child {
  margin-top: 0;
}

.tm-panel_img > a > .content > :last-child {
  margin-bottom: 0;
}

.tm-panel_img > a > .img {
  width: 100%;
}

.tm-panel_img > a > .img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

/*-------------------------------------------------------

box

-------------------------------------------------------*/
.tm-box_maximize {
  margin: 0 -12px;
}

.tm-box_layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-box_layout .col > :first-child {
  margin-top: 0;
}

.tm-box_layout .col > :last-child {
  margin-bottom: 0;
}

.tm-box_layout.col2 > .col {
  width: calc(50% - 6px);
  margin-right: 12px;
  margin-bottom: 10px;
}

.tm-box_layout.col2 > .col:nth-of-type(2n) {
  margin-right: 0;
}

.tm-box_layout.col3 > .col {
  width: calc((100% - 24px) / 3);
  margin-right: 12px;
  margin-bottom: 10px;
}

.tm-box_layout.col3 > .col:nth-of-type(3n) {
  margin-right: 0;
}

.tm-box_default {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  padding: 10px 12px 10px 10px;
}

.tm-box_default > :first-child {
  margin-top: 0;
}

.tm-box_default > :last-child {
  margin-bottom: 0;
}

.tm-box_default-02 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 12px 10px 10px;
  background-color: #f0f9fd;
  border-radius: 8px;
}

.tm-box_default-02 > :first-child {
  margin-top: 0;
}

.tm-box_default-02 > :last-child {
  margin-bottom: 0;
}

.tm-box_caution {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 12px 10px 10px;
  background-color: #f8e5f2;
  border: 1px solid #f0cce6;
  border-radius: 4px;
}

.tm-box_caution .content {
  padding-left: 25px;
  background: url(/sp/shared/images/modules/tm_icon_caution.png) no-repeat left 1px/20px 20px;
}

.tm-box_caution .tm-list_bullet,
.tm-box_caution .tm-list_unordered,
.tm-box_caution .tm-list_ordered,
.tm-box_caution .tm-list_variation,
.tm-box_caution .tm-note_default {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-box_caution > :last-child {
  margin-bottom: 0;
}

.tm-box_cvUnit {
  padding: 30px 12px 32px;
  background-color: #f6f6f6;
}

main .tm-box_cvUnit {
  margin: 30px -12px;
}

.tm-box_cvUnit .leadText {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.48;
  text-align: center;
}

.tm-box_cvUnit .tm-list_linkGroup {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-box_cvUnit > :first-child {
  margin-top: 0;
}

.tm-box_cvUnit > :last-child {
  margin-bottom: 0;
}

.tm-box_selectUnit {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 12px 20px;
  background-color: #f6f6f6;
  font-size: 1.5rem;
  line-height: 1.58;
}

.tm-box_selectUnit .selectUnit_area > div {
  margin-bottom: 20px;
}

.tm-box_selectUnit .selectUnit_area dt {
  margin-bottom: 10px;
}

.tm-box_selectUnit .tm-box_simUnit_select {
  height: 38px;
}

.tm-box_selectUnit .tm-box_simUnit_select > select {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.58;
}

.tm-box_simUnit_box {
  width: 200px;
  height: 48px;
  margin-right: 10px;
  padding: 12px;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.tm-box_simUnit_box::placeholder {
  color: #999;
}

.tm-box_simUnit_select {
  position: relative;
  width: 200px;
  height: 48px;
  margin-right: 10px;
}

.tm-box_simUnit_select.type01 {
  display: inline-block;
  width: 100px;
  margin-left: 10px;
}

.tm-box_simUnit_select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 30px 12px 12px;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}

.tm-box_simUnit_select::before {
  transform: rotate(90deg);
  right: 12px;
  pointer-events: none;
}

.tm-box_simUnit {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 12px 30px;
  background-color: #f6f6f6;
  font-size: 1.6rem;
  line-height: 1.48;
}

.tm-box_simUnit .simUnit_area > div {
  margin-bottom: 30px;
}

.tm-box_simUnit .simUnit_area dt {
  margin-bottom: 10px;
}

.tm-box_simUnit .simUnit_area .simUnit_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: bold;
}

.tm-box_simUnit .simUnit_area .simUnit_title .tm-text_label {
  margin-left: 5px;
}

#result_area {
  display: none;
}

.tm-sim-result {
  width: 60px;
  padding: 0;
  color: #b60081;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: bottom;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

/*-------------------------------------------------------

imglay

-------------------------------------------------------*/
.tm-imglay_default {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.tm-imglay_default a {
  display: inline-block;
}

.tm-imglay_default .tm-note_default > li {
  text-align: left;
}

.tm-imglay_center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.tm-imglay_center > li {
  margin: 0 10px 15px;
}

.tm-imglay_posL {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
}

.tm-imglay_posL.border {
  padding-bottom: 14px;
  border-bottom: 1px solid #ececec;
}

.tm-imglay_posL .content {
  width: 100%;
  margin-left: 15px;
}

.tm-imglay_posL .content > .title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: bold;
}

.tm-imglay_posL .content > :first-child {
  margin-top: 0;
}

.tm-imglay_posL .content > :last-child {
  margin-bottom: 0;
}

.tm-imglay_posL .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 120px;
}

.tm-imglay_posL .img > :last-child {
  margin-bottom: 0;
}

.tm-imglay_posL > .link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  text-decoration: none;
}

.tm-imglay_posL > .link .content {
  color: #333;
}

.tm-imglay_posL > .link .content .title {
  color: #b60081;
  text-decoration: underline;
}

.tm-imglay_posL > .link .icon_blank,
.tm-imglay_posL > .link .icon_pdf,
.tm-imglay_posL > .link .icon_money {
  display: none;
}

.tm-imglay_link {
  margin-bottom: 20px;
}

.tm-imglay_link > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.tm-imglay_link > a > .content {
  font-weight: bold;
}

.tm-imglay_link > a > .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.tm-imglay_link > a .icon_blank,
.tm-imglay_link > a .icon_pdf,
.tm-imglay_link > a .icon_money {
  display: none;
}

.tm-imglay_cardName {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
}

.tm-imglay_cardName > .card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.tm-imglay_cardName > .name {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.48;
}

.tm-imglay_cardName > .name .tm-text_label {
  position: relative;
  bottom: 1px;
  margin-left: 5px;
  font-weight: normal;
}

/*-------------------------------------------------------

table

-------------------------------------------------------*/
.tm-table_default {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  background-color: #fff;
}

.tm-table_default tr {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tm-table_default th, .tm-table_default td {
  text-align: left;
  padding: 11px 13px;
  border-right: 1px solid #ececec;
}

.tm-table_default th .tm-link_button,
.tm-table_default th .tm-button_default,
.tm-table_default th .tm-button_account,
.tm-table_default th .tm-button_ibLogin, .tm-table_default td .tm-link_button,
.tm-table_default td .tm-button_default,
.tm-table_default td .tm-button_account,
.tm-table_default td .tm-button_ibLogin {
  font-weight: normal;
}

.tm-table_default th:last-child, .tm-table_default td:last-child {
  border-right: none;
}

.tm-table_default th > :first-child, .tm-table_default td > :first-child {
  margin-top: 0;
}

.tm-table_default th > :last-child, .tm-table_default td > :last-child {
  margin-bottom: 0;
}

.tm-table_default th .tm-text_label, .tm-table_default td .tm-text_label {
  margin-left: 5px;
}

.tm-table_default thead th, .tm-table_default thead td {
  background-color: #f6f6f6;
  text-align: center;
}

.tm-table_default tbody th {
  background-color: #f6f6f6;
}

.tm-table_default tfoot th, .tm-table_default tfoot td {
  background-color: #f6f6f6;
}

.tm-table_default.border tr {
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.tm-table_default.type01 tr:nth-child(even) {
  background-color: #f6f6f6;
}

.tm-table_default.type02 tbody tr {
  display: block;
  width: 100%;
}

.tm-table_default.type02 tbody tr + tr {
  border-top: none;
}

.tm-table_default.type02 tbody th {
  display: block;
  width: 100%;
  border-left: none;
}

.tm-table_default.type02 tbody th + td {
  border-top: 1px solid #ececec;
}

.tm-table_default.type02 tbody td {
  display: block;
  width: 100%;
  border-left: none;
}

.tm-table_default.type02 tbody td + td {
  border-top: 1px solid #ececec;
}

.tm-table_default.gold thead th {
  background-color: #fffcf5;
}

.tm-table_default.gold tbody th {
  background-color: #fffcf5;
}

.tm-table_default.gold tfoot th, .tm-table_default.gold tfoot td {
  background-color: #fffcf5;
}

.tm-table_default.gold.type01 tr:nth-child(even) {
  background-color: #fffcf5;
}

.tm-table_default .tm-list_bullet,
.tm-table_default .tm-list_unordered,
.tm-table_default .tm-list_ordered,
.tm-table_default .tm-list_variation,
.tm-table_default .tm-note_default {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tm-table_default .tm-note_default {
  text-align: left;
}

.tm-table_default .tm-imglay_posL > .content > .title {
  font-size: 100%;
}

.tm-table_default .tm-box_simUnit_box {
  width: 156px;
  height: 38px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.48;
}

.tm-table_default .tm-box_simUnit_select {
  height: 38px;
}

.tm-table_default .tm-box_simUnit_select > select {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1.48;
}

.tm-table_feature {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  background-color: #fff;
}

.tm-table_feature th, .tm-table_feature td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-right: 1px solid #ececec;
}

.tm-table_feature th:last-child, .tm-table_feature td:last-child {
  border-right: none;
}

.tm-table_feature th > :first-child, .tm-table_feature td > :first-child {
  margin-top: 0;
}

.tm-table_feature th > :last-child, .tm-table_feature td > :last-child {
  margin-bottom: 0;
}

.tm-table_feature th + th, .tm-table_feature td + th {
  border-left: 1px solid #ececec;
}

.tm-table_feature th + td, .tm-table_feature td + td {
  border-left: 1px solid #ececec;
}

.tm-table_feature th .tm-text_label, .tm-table_feature td .tm-text_label {
  margin-left: 5px;
}

.tm-table_feature .tm-note_default {
  text-align: left;
}

/*-------------------------------------------------------

nav

-------------------------------------------------------*/
.tm-tab_default {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 20px -12px;
  padding: 0 12px;
}

.tm-tab_default::before, .tm-tab_default::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 12px;
  top: 50%;
  background-color: #dcdcdc;
}

.tm-tab_default::before {
  left: 0;
}

.tm-tab_default::after {
  right: 0;
}

.tm-tab_default > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
}

.tm-tab_default > li:first-child a {
  border-radius: 6px 0 0 6px;
}

.tm-tab_default > li:last-child a {
  border-radius: 0 6px 6px 0;
}

.tm-tab_default > li.current a {
  color: #fff;
  border-color: #b60081;
  background-color: #b60081;
}

.tm-tab_default > li.current a:hover, .tm-tab_default > li.current a:active, .tm-tab_default > li.current a:focus {
  opacity: 1;
}

.tm-tab_default > li a {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 5px;
  min-height: 36px;
  border: 1px solid #dcdcdc;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  color: #666;
  background-color: #fff;
}

.tm-tab_default > li + li a {
  border-left: none;
}

.tm-tab_default.col3 > li {
  width: calc(100% / 3);
}

.tm-tab_default.col4 > li {
  width: 25%;
}

.tm-js_tabContent {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-js_tabContent .js_tabPanel {
  padding-bottom: 10px;
}

.tm-js_tabContent .js_tabPanel > :first-child {
  margin-top: 0;
}

.tm-js_tabContent .js_tabPanel > :last-child {
  margin-bottom: 0;
}

.tm-nav_localNavArea {
  width: 100%;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tm-nav_localNavArea .localNav_button {
  width: 100%;
  margin: 0;
  padding: 8px 40px 8px 12px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  border: none;
  text-decoration: none;
  outline: none;
  position: relative;
}

.tm-nav_localNavArea .localNav_button::before, .tm-nav_localNavArea .localNav_button::after {
  content: "";
  position: absolute;
  background-color: #b60081;
  transition: 0.5s;
}

.tm-nav_localNavArea .localNav_button::before {
  top: calc(50% - 1px);
  right: 14px;
  height: 2px;
  width: 14px;
}

.tm-nav_localNavArea .localNav_button::after {
  top: calc(50% - 7px);
  right: 20px;
  height: 14px;
  width: 2px;
}

.tm-nav_localNavArea .localNav_button.open::before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.tm-nav_localNavArea .localNav_button.open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.tm-nav_localNavArea .tm-nav_localNav {
  display: none;
  background-color: #fff;
  font-size: 1.4rem;
}

.tm-nav_localNavArea .tm-nav_localNav > li {
  margin-left: 24px;
}

.tm-nav_localNavArea .tm-nav_localNav > li > a {
  display: block;
  padding: 8px 40px 8px 0;
  color: #333;
  font-weight: bold;
  border-top: 1px solid #ececec;
  text-decoration: none;
  position: relative;
}

.tm-nav_localNavArea .tm-nav_localNav > li > a::after {
  right: 12px;
}

.tm-nav_localNavArea .tm-nav_localNav > li > a._blank::after {
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-nav_localNavArea .tm-nav_localNav > li > a._pdf::after, .tm-nav_localNavArea .tm-nav_localNav > li > a._money::after {
  display: none;
}

.tm-nav_localNavArea .tm-nav_localNav > li > a .icon_blank,
.tm-nav_localNavArea .tm-nav_localNav > li > a .icon_pdf,
.tm-nav_localNavArea .tm-nav_localNav > li > a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
}

.tm-nav_localNavArea .tm-nav_localNav > li > a .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-nav_localNavArea .tm-nav_localNav > li .localNav_button {
  padding-left: 0;
  font-weight: bold;
  background-color: #fff;
  border-top: 1px solid #ececec;
}

.tm-nav_localNavArea .tm-nav_localNav > li .tm-nav_localNav > li {
  margin-left: 12px;
}

.tm-nav_localNavArea .tm-nav_localNav > li.category-top {
  margin-left: 12px;
}

.tm-nav_localNavArea-02 {
  border-top: 1px solid #ececec;
}

main .tm-nav_localNavArea-02 {
  margin: 20px -12px;
  border-top: none;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 > li {
  width: 50%;
  border: 1px solid #ececec;
  border-width: 0 1px 1px 0;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 > li > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 40px 14px 12px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  position: relative;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 > li > a::after {
  right: 12px;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 > li.current > a {
  background-color: #f8e5f2;
}

main .tm-nav_localNavArea-02 .tm-nav_localNav-02 > li:nth-of-type(-n+2) {
  border-top: 1px solid #ececec;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 > li:nth-last-of-type(-n+2) {
  border-bottom: none;
}

main .tm-nav_localNavArea-02 .tm-nav_localNav-02 > li:nth-last-of-type(-n+2) {
  border-bottom: 1px solid #ececec;
}

.tm-nav_localNavArea-02 .tm-nav_localNav-02 > li:nth-of-type(2n):nth-last-of-type(2) {
  border-bottom: 1px solid #ececec;
}

/*-------------------------------------------------------

js

-------------------------------------------------------*/
.js_tglTrigger:hover, .js_tglTrigger:active, .js_tglTrigger:focus {
  opacity: 1;
}

.js_tglTrigger .js_tglText.open {
  display: inline-block;
}

.js_tglTrigger .js_tglText.close {
  display: none;
}

.js_tglTrigger.open .js_tglText.open {
  display: none;
}

.js_tglTrigger.open .js_tglText.close {
  display: inline-block;
}

.tm-js_tglHdg {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: bold;
}

.tm-js_tglButton {
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 10px 32px 9px 15px;
  text-align: left;

  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  outline: none;
  position: relative;
}

.tm-js_tglButton::before, .tm-js_tglButton::after {
  content: "";
  position: absolute;
  background-color: #b60081;
  transition: 0.5s;
}

.tm-js_tglButton::before {
  top: calc(50% - 1px);
  right: 8px;
  height: 2px;
  width: 14px;
}

.tm-js_tglButton::after {
  top: calc(50% - 7px);
  right: 14px;
  height: 14px;
  width: 2px;
}

.tm-js_tglButton.open::before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.tm-js_tglButton.open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.tm-js_tglButton.type01 {
  min-height: 48px;
  border: none;
  font-weight: bold;
  color: #333;
  background-color: #f6f6f6;
}

.tm-js_tglButton.type02 {
  position: relative;
  color: #b60081;
  font-weight: bold;
  padding-left: 60px;
  font-size: 1.5rem;
}

.tm-js_tglButton.type02 > img{
  position: absolute;
  top: calc(50% - 22px);
  left: 17px;
}


.tm-js_tglButton.icon {
  padding-left: 37px;
}

.tm-js_tglButton.icon > img {
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
}

.tm-js_tglButton + .tm-js_tglContent {
  display: none;
  padding-bottom: 25px;
}

.tm-js_tglButton + .tm-js_tglContent > :first-child {
  margin-top: 0;
}

.tm-js_tglButton + .tm-js_tglContent > :last-child {
  margin-bottom: 0;
}

.tm-js_tglButton + .tm-js_tglContent .tm-js_tglButton {
  width: calc(100% - 12px);
  margin-left: 12px;
  border: none;
  border-bottom: 1px solid #ececec;
  padding-left: 0;
}

.tm-js_tglButton + .tm-js_tglContent .tm-js_tglButton + .tm-js_tglContent {
  width: calc(100% - 12px);
  margin-left: 12px;
}

.tm-js_tglList {
  margin: 20px -12px 20px;
  border-bottom: 1px solid #ececec;
}

.tm-js_tglPoint {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 64px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.69;
  color: #333;
  padding: 8px 40px 8px 68px;
  border: none;
  border-top: 1px solid #ececec;
  background-color: #fff;
  text-decoration: none;
  outline: none;
  position: relative;
}

.tm-js_tglPoint.js_tglTrigger::before, .tm-js_tglPoint.js_tglTrigger::after {
  content: "";
  position: absolute;
  background-color: #b60081;
  transition: 0.5s;
}

.tm-js_tglPoint.js_tglTrigger::before {
  top: calc(50% - 1px);
  right: 10px;
  width: 14px;
  height: 2px;
}

.tm-js_tglPoint.js_tglTrigger::after {
  top: calc(50% - 7px);
  right: 16px;
  width: 2px;
  height: 14px;
}

.tm-js_tglPoint.js_tglTrigger.open::before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.tm-js_tglPoint.js_tglTrigger.open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.tm-js_tglPoint .tm-text_introduction {
  position: absolute;
  top: calc(50% - 24px);
  left: 12px;
}

.tm-js_tglPoint + .tm-js_tglContent {
  display: none;
  padding: 15px 15px 25px;
  background-color: #f6f6f6;
  border-top: 1px solid #ececec;
}

.tm-js_tglPoint + .tm-js_tglContent > :first-child {
  margin-top: 0;
}

.tm-js_tglPoint + .tm-js_tglContent > :last-child {
  margin-bottom: 0;
}

.tm-js_tglGuide {
  margin: 20px -12px 20px;
  border-bottom: 1px solid #ececec;
}

.tm-js_tglStep {
  width: 100%;
  min-height: 69px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.69;
  color: #333;
  padding: 11px 40px 11px 60px;
  border: none;
  border-top: 1px solid #ececec;
  background-color: #fff;
  text-decoration: none;
  outline: none;
  position: relative;
}

.tm-js_tglStep.js_tglTrigger::before, .tm-js_tglStep.js_tglTrigger::after {
  content: "";
  position: absolute;
  background-color: #b60081;
  transition: 0.5s;
}

.tm-js_tglStep.js_tglTrigger::before {
  top: calc(50% - 1px);
  right: 10px;
  width: 14px;
  height: 2px;
}

.tm-js_tglStep.js_tglTrigger::after {
  top: calc(50% - 7px);
  right: 16px;
  width: 2px;
  height: 14px;
}

.tm-js_tglStep.js_tglTrigger.open::before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.tm-js_tglStep.js_tglTrigger.open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.tm-js_tglStep .tm-text_guide {
  position: absolute;
  top: calc(50% - 24px);
  left: 12px;
  z-index: 1;
}

.tm-js_tglStep + .tm-js_tglContent {
  display: none;
  padding: 15px 15px 25px;
  background-color: #f6f6f6;
  border-top: 1px solid #ececec;
}

.tm-js_tglStep + .tm-js_tglContent > :first-child {
  margin-top: 0;
}

.tm-js_tglStep + .tm-js_tglContent > :last-child {
  margin-bottom: 0;
}

.js-tglShadow {
  height: 100px;
}

.js-tglShadow.case-h200 {
  height: 200px;
}

.tm-js_tglShadow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger {
  width: 100%;
  min-height: 48px;
  padding: 10px 32px 9px 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0px -10px 20px 10px #fff;
  text-decoration: none;
  outline: none;
  position: relative;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger::before, .tm-js_tglShadow .tm-js_tglShadowTrigger::after {
  content: "";
  position: absolute;
  background-color: #b60081;
  transition: 0.5s;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger::before {
  top: calc(50% - 1px);
  right: 8px;
  height: 2px;
  width: 14px;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger::after {
  top: calc(50% - 7px);
  right: 14px;
  height: 14px;
  width: 2px;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger.open {
  box-shadow: none;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger.open::before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger.open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}

.tm-js_tglShadow .tm-js_tglShadowTrigger:hover, .tm-js_tglShadow .tm-js_tglShadowTrigger:active, .tm-js_tglShadow .tm-js_tglShadowTrigger:focus {
  opacity: 1;
}

.tm-js_tglShadow .tm-js_tglContent {
  width: 100%;
  overflow: hidden;
  transition: 1s;
}

.tm-js_tglShadow .tm-js_tglContent > .content {
  padding-bottom: 20px;
}

.tm-js_tglShadow .tm-js_tglContent > .content > :first-child {
  margin-top: 0;
}

.tm-js_tglShadow .tm-js_tglContent > .content > :last-child {
  margin-bottom: 0;
}

.tm-js_modal {
  width: 100%;
  max-width: 500px;
  height: 330px;
}

.tm-js_modal .modal-inner {
  width: 100%;
  height: 100%;
  padding: 26px 23px 40px;
  background: #fff;
  overflow: auto;
  z-index: 803;
  position: relative;
  pointer-events: auto;
  border-radius: 8px;
}

.tm-js_modal .modal-inner > :first-child {
  margin-top: 0;
}

.tm-js_modal .modal-inner > :last-child {
  margin-bottom: 0;
}

.tm-js_modal .modal-inner .modal-title {
  font-size: 1.6rem;
  line-height: 1.48;
  color: #b60081;
  font-weight: bold;
  margin-bottom: 16px;
}

.tm-js_modal .modal-btn {
  background-color: transparent;
  border: none;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
  z-index: 804;
}

.tm-js_modal .modal-btn img {
  cursor: pointer;
}

.modal {
  position: fixed;
  padding: 0 20px;
  pointer-events: none;
  z-index: 802;
  transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0.5s cubic-bezier(0, 0.43, 0, 0.97);
  transform: scale(0);
  opacity: 0;
}

.modal-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0.5s cubic-bezier(0, 0.43, 0, 0.97);
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 801;
  transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0s 0.5s cubic-bezier(0, 0.43, 0, 0.97);
  transform: scale(0);
  opacity: 0;
}

.modal-bg-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.js_chartContent {
  display: none;
}

.tm-js_choices .choices-btn {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  min-height: 48px;
  padding: 10px 25px 10px;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #b60081;
  border: 1px solid #e9b2d9;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.tm-js_choices .choices-btn.select {
  color: #fff;
  border: 1px solid #b60081;
  background-color: #b60081;
}

.tm-js_choices .choices-btn.select:hover, .tm-js_choices .choices-btn.select:active, .tm-js_choices .choices-btn.select:focus {
  opacity: 1;
}

.tm-js_choices[id^="js_chart_a"] {
  padding-top: 20px;
  position: relative;
}

.tm-js_choices[id^="js_chart_a"]::before {
  top: -14px;
  left: calc(50% - 8px);
  transform: rotate(90deg);
}

.tm-js_choices[id^="js_chart_a"] > :first-child {
  margin-top: 0;
}

.tm-js_disRadioUnit {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-js_disRadioUnit > div {
  padding: 22px 0 28px;
  border-top: 1px solid #ececec;
}

.tm-js_disRadioUnit > div > dt {
  min-height: 34px;
  margin-left: 46px;
  padding-top: 6px;
  position: relative;
}

.tm-js_disRadioUnit > div > dt .icon {
  position: absolute;
  top: 0;
  left: -46px;
}

.tm-js_disRadioUnit > div > dd {
  margin-top: 15px;
}

.tm-js_disRadioList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tm-js_disRadioList > li {
  width: calc(50% - 6px);
  position: relative;
}

.tm-js_disRadioList > li input[type="radio"] {
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: relative;
  top: 11px;
  left: 11px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tm-js_disRadioList > li input[type="radio"]:checked + label {
  color: #fff;
  background-color: #b60081;
  border: 1px solid #b60081;
}

.tm-js_disRadioList > li label {
  width: 100%;
  height: 100%;
  min-height: 48px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 25px 10px;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
}

.js_disRadioButton.dis {
  cursor: none;
  pointer-events: none;
}

.js_disCheckButton.dis {
  cursor: default;
  pointer-events: none;
}

.tm-js-sim-toggle{
  margin-bottom: 30px;
}

.tm-js-sim-toggle.open > .content{
    display: block;
}
.tm-js-sim-toggle > .content{
    /* display: none; */
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.tm-js-sim-toggle .tm-unique_scroll.type01{
  margin-right: 0;
}

.tm-js-sim-toggle.open .sim-toggle-hdg-lv2::after{
  display: none;
}
.tm-js-sim-toggle .sim-toggle-hdg-lv2{
  position: relative;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 12px 40px 12px 60px;
    color: #d60093;
    font-size: 15px;
}
.tm-js-sim-toggle .sim-toggle-hdg-lv2::before,
.tm-js-sim-toggle .sim-toggle-hdg-lv2::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #d60093;
}
.tm-js-sim-toggle .sim-toggle-hdg-lv2::before{
  right: 17px;
  top: calc(50% - 1px);
    width: 18px;
    height: 2px;
}
.tm-js-sim-toggle .sim-toggle-hdg-lv2::after{
    right: 25px;
    top: calc(50% - 9px);
    width: 2px;
    height: 18px;
}

.tm-js-sim-toggle .sim-toggle-hdg-lv2 span{
    position: relative;
}
.tm-js-sim-toggle .sim-toggle-hdg-lv2 span::before{
    position: absolute;
    top: calc(50% - 21px);
    left: -45px;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: url("/asset/simulation/shared/images/images/simulation_bg_01.png") no-repeat;
}

/*-------------------------------------------------------

unique

-------------------------------------------------------*/
.tm-unique_tel {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ececec;
}

.tm-unique_tel > div + div {
  margin-top: 20px;
}

.tm-unique_tel dt {
  font-size: 1.6rem;
  line-height: 1.48;
}

.tm-unique_tel dd {
  line-height: 1.48;
}

.tm-unique_tel dd.number {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 2.8rem;
}

.tm-unique_tel dd.number > img {
  vertical-align: middle;
}

.tm-unique_tel dd.number > span {
  margin-left: 5px;
  font-size: 1.2rem;
  color: #999;
}

.tm-unique_tel dd.number a {
  color: #333;
  text-decoration: none;
  position: relative;
  top: 2px;
}

.tm-unique_tel dd.tm-text_small {
  font-weight: normal;
}

.tm-unique_appUnit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 18px 14px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ffeff8;
}

.tm-unique_appUnit > li {
  width: calc(50% - 7px);
}

.tm-unique_appUnit > li + li {
  margin-left: 14px;
}

.tm-unique_search {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tm-unique_search .searchBox {
  display: block;
  width: calc(100% - 58px);
  height: 44px;
  box-sizing: border-box;
  padding: 10px 10px 10px 44px;
  font-size: 1.4rem;
  line-height: 1.69;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  border: 1px solid #dcdcdc;
  color: #666;
  position: relative;
  background: url(/sp/shared/images/modules/icon_search.svg) no-repeat 14px 9px/24px 24px;
}

.tm-unique_search input[type="submit"] {
  display: block;
  box-sizing: border-box;
  padding: 0;
  width: 58px;
  height: 44px;
  border-radius: 0 8px 8px 0;
  border: none;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #b60081;
}

.tm-unique_faq {
  margin-top: 35px;
}

.tm-unique_faq > div {
  margin-bottom: 35px;
}

.tm-unique_faq > div dt {
  min-height: 34px;
  margin-left: 53px;
  padding: 13px 16px 13px;
  background-color: #f6f6f6;
  border-radius: 6px;
  position: relative;
}

.tm-unique_faq > div dt::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -16px;
  border: 6px solid transparent;
  border-right: 10px solid #f6f6f6;
}

.tm-unique_faq > div dt > .icon {
  position: absolute;
  top: 6px;
  left: -53px;
}

.tm-unique_faq > div dt > :nth-child(2n) {
  margin-top: 0;
}

.tm-unique_faq > div dt > :last-child {
  margin-bottom: 0;
}

.tm-unique_faq > div dd {
  min-height: 34px;
  margin-right: 53px;
  margin-top: 12px;
  padding: 14px 16px 12px;
  background-color: #f8e5f2;
  border-radius: 6px;
  position: relative;
}

.tm-unique_faq > div dd::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -16px;
  border: 6px solid transparent;
  border-left: 10px solid #f8e5f2;
}

.tm-unique_faq > div dd > .icon {
  position: absolute;
  top: 6px;
  right: -53px;
}

.tm-unique_faq > div dd > :nth-child(2n) {
  margin-top: 0;
}

.tm-unique_faq > div dd > :last-child {
  margin-bottom: 0;
}

.tm-unique_balloon {
  margin-top: 20px;
  margin-bottom: 35px;
}

.tm-unique_balloon > li {
  position: relative;
  min-height: 57px;
  padding: 13px 16px 13px;
  border-radius: 6px;
}

.tm-unique_balloon > li.leftImg {
  margin-left: 70px;
  background-color: #f6f6f6;
}

.tm-unique_balloon > li.leftImg::after {
  content: "";
  position: absolute;
  top: 26px;
  left: -16px;
  border: 6px solid transparent;
  border-right: 10px solid #f6f6f6;
}

.tm-unique_balloon > li.leftImg > .icon {
  position: absolute;
  top: 7px;
  left: -70px;
  width: 50px;
  text-align: center;
  font-size: 1.0rem;
}

.tm-unique_balloon > li.leftImg > :nth-child(2n) {
  margin-top: 0;
}

.tm-unique_balloon > li.leftImg > :last-child {
  margin-bottom: 0;
}

.tm-unique_balloon > li.rightImg {
  margin-right: 70px;
  background-color: #f8e5f2;
}

.tm-unique_balloon > li.rightImg::after {
  content: "";
  position: absolute;
  top: 26px;
  right: -16px;
  border: 6px solid transparent;
  border-left: 10px solid #f8e5f2;
}

.tm-unique_balloon > li.rightImg > .icon {
  position: absolute;
  top: 7px;
  right: -70px;
  width: 50px;
  text-align: center;
  font-size: 1.0rem;
}

.tm-unique_balloon > li.rightImg > :nth-child(2n) {
  margin-top: 0;
}

.tm-unique_balloon > li.rightImg > :last-child {
  margin-bottom: 0;
}

.tm-unique_balloon > li p {
  margin-bottom: 0;
}

.tm-unique_balloon > li + li {
  margin-top: 12px;
}

.tm-unique_adobeReader {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 13px 24px 2px;
  font-size: 1.2rem;
  line-height: 1.46;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tm-unique_mainVisual {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -12px 20px;
  min-height: 338px;
  text-align: center;
  background: url("/sp/beginner/images/img_merit_00.jpg") no-repeat center top;
  background-size: cover;
}

.tm-unique_mainVisual .title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.tm-unique_mainVisual .content {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
}

.tm-unique_scroll {
  margin: 20px 0;
  position: relative;
}

.tm-unique_scroll > .content {
  padding: 10px 0;
  overflow: auto;
}

.tm-unique_scroll > .content > table {
  min-width: 1000px;
  table-layout: fixed;
}

.tm-unique_scroll > .content > table.tm-category_fod_partitionTable {
  min-width: 640px;
}

.tm-unique_scroll > .content > :first-child {
  margin-top: 0;
}

.tm-unique_scroll > .content > :last-child {
  margin-bottom: 0;
}

.tm-unique_scroll .tm-unique_scrollIcon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #f8e5f2;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  z-index: 5;
}

.tm-unique_scroll .tm-unique_scrollIcon > .icon {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .tm-unique_scroll .tm-unique_scrollIcon {
    display: none;
  }
}

.tm-unique_scroll.type01 {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
}

.tm-unique_quants{

}


.tm-unique_quants-contact{
  margin-top: 80px;
  font-size: 12px;
}

.tm-unique_quants-contact dd .tel {
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2.9rem;
}

.tm-unique_quants-contact dd .date {
  display: block;
    margin-left: 0;
    font-size: 1.2rem;
}

.tm-unique_qr_copy {
    width: 100%;
    height: 15px;
    margin: 15px 0;
    background-image: url("https://svc.qri.jp/aeonbank-calc/img/qr_logo.svg");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.tm-unique_qr_copy .dspno {
  display: none;
}
.tm-unique_disclaimer{
  font-size: 1.2rem;
}

.tm-unique_quants-contact dt,
.tm-unique_disclaimer dt {
    margin: 10px 0;
    padding: 5px 15px;
    background-color: rgba(204,204,204,.5);
}

/*-------------------------------------------------------

form

-------------------------------------------------------*/
.tm-form_text[type="text"] {
  display: block;
  width: 100%;
  height: 48px;
  margin-right: 10px;
  padding: 12px;
  font-size: 1.5rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
}

.tm-form_text[type="text"]::placeholder {
  color: #999;
}

.tm-form_text[type="text"]:disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.tm-form_textarea {
  display: block;
  width: 100%;
  height: 140px;
  margin-right: 10px;
  padding: 12px;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
  resize: vertical;
  cursor: pointer;
}

.tm-form_textarea::placeholder {
  color: #999;
}

.tm-form_textarea:disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.tm-form_check[type="checkbox"] {
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: relative;
  top: 11px;
  left: 11px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tm-form_check[type="checkbox"] + .text {
  display: block;
  padding-left: 30px;
  position: relative;
}

.tm-form_check[type="checkbox"] + .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}

.tm-form_check[type="checkbox"] + .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
}

.tm-form_check[type="checkbox"]:checked + .text::before {
  background-color: #b60081;
  border: 1px solid #b60081;
}

.tm-form_check[type="checkbox"]:checked + .text::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.tm-form_check[type="checkbox"]:disabled {
  pointer-events: none;
  cursor: default;
}

.tm-form_check[type="checkbox"]:disabled + .text {
  color: #999;
}

.tm-form_check[type="checkbox"]:disabled + .text::before {
  background-color: #ededed;
  border: 1px solid #ededed;
}

.tm-form_check[type="checkbox"]:disabled + .text::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.tm-form_radio[type="radio"] {
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: relative;
  top: 11px;
  left: 11px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tm-form_radio[type="radio"] + .text {
  display: block;
  padding-left: 30px;
  position: relative;
}

.tm-form_radio[type="radio"] + .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
}

.tm-form_radio[type="radio"]:checked + .text::before {
  background-color: #fff;
  border: 2px solid #b60081;
  outline: none;
}

.tm-form_radio[type="radio"]:checked + .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #b60081;
  border-radius: 50%;
}

.tm-form_radio[type="radio"]:disabled {
  pointer-events: none;
  cursor: default;
}

.tm-form_radio[type="radio"]:disabled + .text {
  color: #999;
}

.tm-form_radio[type="radio"]:disabled + .text::before {
  background-color: #ededed;
  border: 1px solid #ededed;
}

.tm-form_listGroup {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-form_listGroup > li + li {
  margin-top: 10px;
}

.tm-form_select {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  position: relative;
}

.tm-form_select .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 30px 12px 12px;
  font-size: 1.6rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}

.tm-form_select .select:disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.tm-form_select::before {
  transform: rotate(90deg);
  right: 12px;
  pointer-events: none;
}

.tm-form_tel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.tm-form_tel .tel[type="text"] {
  display: block;
  width: calc((100% - 60px) / 3);
  height: 48px;
  padding: 12px;
  font-size: 1.5rem;
  line-height: 1.48;
  color: #333;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
}

.tm-form_tel .tel[type="text"]::placeholder {
  color: #999;
}

.tm-form_tel .tel[type="text"] + .hyphen {
  width: 30px;
  text-align: center;
}

.tm-form_tel .tel[type="text"]:disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.tm-form_tel .tel[type="text"]:disabled + .hyphen {
  color: #999;
}

.tm-form_tel p {
  margin-bottom: 0;
}

/*-------------------------------------------------------

category

-------------------------------------------------------*/
.tm-category_inv_fundBtn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 55px;
  height: 100%;
  padding: 8px 25px;
  font-size: 1.4rem;
  line-height: 1.48;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #056f9e;
  border: solid 1px #90d0ee;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  position: relative;
}

.tm-category_inv_fundBtn.type01 {
  color: #b68b00;
  border: solid 1px #ffb353;
}

.tm-category_inv_fundBtn.type02 {
  color: #35911b;
  border: solid 1px #7dcd62;
}

.tm-category_inv_fundBtn.type03 {
  color: #b60081;
  border: solid 1px #e9b2d9;
}

.tm-category_inv_fundBtn .icon_blank,
.tm-category_inv_fundBtn .icon_pdf,
.tm-category_inv_fundBtn .icon_money {
  position: absolute;
  top: 7px;
  right: 7px;
}

.tm-category_inv_fundBtn._blank::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-category_inv_fundBtn .icon_blank {
  opacity: 0;
}

.tm-category_inv_fundPickup {
  border-bottom: 1px solid #ececec;
  padding-bottom: 14px;
}

.tm-category_inv_fundPickup > .link .content .title {
  margin-bottom: 0;
}

.tm-category_inv_fundPickup > .link .content .return {
  margin-top: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}

.tm-category_inv_fundPickup > .link .content .return .icon_return {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.tm-category_inv_fundPickup > .link .content .return .sub {
  display: block;
  font-size: 1.2rem;
}

.tm-category_fod_iconText {
  padding-left: 35px;
}

.tm-category_fod_iconText.type01 {
  background: url(/foreign_deposit/images/icon_img_01.png) no-repeat left center/27px 18px;
}

.tm-category_fod_iconText.type02 {
  background: url(/foreign_deposit/images/icon_img_02.png) no-repeat left center/27px 18px;
}

.tm-category_fod_iconText.type03 {
  background: url(/foreign_deposit/images/icon_img_03.png) no-repeat left center/27px 18px;
}

.tm-category_fod_tableSimResult {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-category_fod_tableSimResult > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}

.tm-category_fod_tableSimResult > div > dt {
  flex: 0 1 100px;
  width: auto;
}

.tm-category_fod_tableSimResult > div > dd {
  flex: 1 1 auto;
  margin-left: 5px;
  text-align: right;
  word-break: break-all;
}

.tm-category_fod_partitionTable td {
  text-align: right;
}

.tm-category_fod_partitionTable .partition {
  background: #b60081;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  height: 35px;
  padding: 5px 14px 3px;
  text-align: left;
}

.tm-category_fod_partitionTable .plus {
  color: #cb2333;
}

.tm-category_fod_partitionTable .minus {
  color: #009900;
}

.tm-category_ast_compareTable {
  margin: 20px 0 20px -12px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.48;
  border-collapse: separate;
  border-spacing: 12px 0;
}

.tm-category_ast_compareTable th, .tm-category_ast_compareTable td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  background-color: #fff;
  position: relative;
}

.tm-category_ast_compareTable th > :first-child, .tm-category_ast_compareTable td > :first-child {
  margin-top: 0;
}

.tm-category_ast_compareTable th > :last-child, .tm-category_ast_compareTable td > :last-child {
  margin-bottom: 0;
}

.tm-category_ast_compareTable tr {
  border-collapse: separate;
}

.tm-category_ast_compareTable thead th {
  vertical-align: middle;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #ececec;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.tm-category_ast_compareTable thead th:first-child {
  background-color: transparent;
  border: none;
}

.tm-category_ast_compareTable thead td {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.tm-category_ast_compareTable tbody {
  border-collapse: collapse;
}

.tm-category_ast_compareTable tbody tr th {
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #ececec;
  border-bottom: none;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.tm-category_ast_compareTable tbody tr td {
  vertical-align: middle;
  border: 1px solid #ececec;
  border-bottom: none;
}

.tm-category_ast_compareTable tbody tr:first-child th {
  border-radius: 8px 8px 0 0;
}

.tm-category_ast_compareTable tbody tr:last-child th, .tm-category_ast_compareTable tbody tr:last-child td {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #ececec;
}

.tm-category_ast_compareTable .tm-list_bullet,
.tm-category_ast_compareTable .tm-list_unordered,
.tm-category_ast_compareTable .tm-list_ordered,
.tm-category_ast_compareTable .tm-list_variation,
.tm-category_ast_compareTable .tm-note_default {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.tm-category_hol_panelLink {
  margin-bottom: 20px;
}

.tm-category_hol_panelLink:last-child {
  margin-bottom: 30px;
}

.tm-category_hol_panelLink > a {
  display: block;
  padding: 0 16px 16px;
  color: #333;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.tm-category_hol_panelLink > a .icon_blank,
.tm-category_hol_panelLink > a .icon_pdf,
.tm-category_hol_panelLink > a .icon_money {
  display: none;
}

.tm-category_hol_panelLink > a > dl > dt {
  margin: 0 -16px 12px;
  padding: 10px 26px 10px 16px;
  background-color: #f6f6f6;
  border-radius: 8px 8px 0 0;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: bold;
  position: relative;
}

.tm-category_hol_panelLink > a > dl > dt .tm-text_label {
  margin-left: 4px;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.tm-category_hol_panelLink > a > dl > dd {
  background-color: #fff;
  line-height: 1.48;
}

.tm-category_hol_panelLink > a > dl > dd + dd {
  margin-top: 10px;
}

.tm-category_hol_panelLink > a > dl > dd > :first-child {
  margin-top: 0;
}

.tm-category_hol_panelLink > a > dl > dd > :last-child {
  margin-bottom: 0;
}

.tm-category_hol_panelLink > a > dl > dd.rate {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.tm-category_hol_panelLink > a > dl > dd.rate p {
  margin-bottom: 0;
}

.tm-category_hol_panelLink > a > dl > dd.rate > .col {
  font-weight: bold;
}

.tm-category_hol_panelLink > a > dl > dd.rate > .col:first-child {
  width: 40%;
  padding-right: 10px;
  line-height: 1.4;
}

.tm-category_hol_panelLink > a > dl > dd.rate > .col:last-child {
  width: 60%;
  color: #b60081;
  font-size: 2.1rem;
  text-align: right;
}

.tm-category_hol_panelLink > a > dl > dd.rate > .col:last-child em {
  font-size: 2.4rem;
  line-height: 1;
}

.tm-category_hol_panelLink > a > dl > dd.rate > .col:last-child em em {
  font-size: 3.2rem;
}

.tm-category_hol_panelLink > a > dl > dd.rate > .col:last-child .sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  color: #666;
}

.tm-category_hol_panelLink > a > dl > dd.box {
  padding: 2px 10px;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  background-color: #ececec;
  border-radius: 4px;
}

.tm-category_hol_comTable th, .tm-category_hol_comTable td {
  text-align: center;
}

.tm-category_hol_comTable > thead th:nth-child(2n) {
  color: #fff;
  background-color: #ffc800;
}

.tm-category_hol_comTable > thead th:nth-child(3n) {
  color: #fff;
  background-color: #21a2dd;
}

.tm-category_hol_comTable > thead th a {
  display: block;
  padding-right: 8px;
  color: #fff;
  position: relative;
}

.tm-category_hol_comTable > thead th a::after {
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: -12px;
  background-image: url(/sp/shared/images/modules/tm_icon_arrow_05.svg);
}

.tm-category_hol_comTable > thead th a._blank::after {
  top: calc(50% - 9px);
  right: -13px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_04.png);
  background-size: 18px 18px;
}

.tm-category_hol_comTable > thead th a._pdf::after, .tm-category_hol_comTable > thead th a._money::after {
  display: none;
}

.tm-category_hol_comTable > thead th a .icon_blank,
.tm-category_hol_comTable > thead th a .icon_pdf,
.tm-category_hol_comTable > thead th a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: -13px;
}

.tm-category_hol_comTable > thead th a .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-category_hol_comTable tbody a {
  display: block;
}

.tm-category_hol_comTable tbody td a {
  position: relative;
}

.tm-category_hol_comTable tbody td a::after {
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: -12px;
}

.tm-category_hol_comTable tbody td a._blank::after {
  top: calc(50% - 9px);
  right: -13px;
  width: 18px;
  height: 18px;
  background-image: url(/sp/shared/images/modules/tm_icon_newWindow_01.png);
  background-size: 18px 18px;
}

.tm-category_hol_comTable tbody td a._pdf::after, .tm-category_hol_comTable tbody td a._money::after {
  display: none;
}

.tm-category_hol_comTable tbody td a .icon_blank,
.tm-category_hol_comTable tbody td a .icon_pdf,
.tm-category_hol_comTable tbody td a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: -13px;
}

.tm-category_hol_comTable tbody td a .icon_blank {
  opacity: 0;
  margin: 0;
}

.tm-category_hol_comTable .color01 {
  color: #b68b00;
}

.tm-category_hol_comTable .color01 a {
  padding-right: 5px;
  color: #b68b00;
}

.tm-category_hol_comTable .color01 a::after {
  background-image: url(/sp/shared/images/modules/tm_icon_arrow_02.svg);
}

.tm-category_hol_comTable .color02 {
  color: #056f9e;
}

.tm-category_hol_comTable .color02 a {
  padding-right: 8px;
  color: #056f9e;
}

.tm-category_hol_comTable .color02 a::after {
  background-image: url(/sp/shared/images/modules/tm_icon_arrow_03.svg);
}

.tm-category_cdl_mvTable {
  max-width: 596px;
  margin: 20px auto;
  text-align: center;
}

.tm-category_cdl_mvTable > .img {
  margin-bottom: 0;
}

.tm-category_cdl_mvTable > .tm-table_default {
  margin-top: 0;
  margin-bottom: 0;
}

.tm-category_mys_step {
  margin-bottom: 40px;
}

.tm-category_mys_step > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 14px 15px 13px;
  line-height: 1.48;
  border: 1px solid #f0cce6;
  border-radius: 4px;
  list-style-type: none;
  position: relative;
}

.tm-category_mys_step > li::after {
  content: "";
  position: absolute;
  top: -19px;
  left: calc(50% - 4px);
  border: 4px solid transparent;
  border-top: 8px solid #b60081;
}

.tm-category_mys_step > li:first-child::after {
  display: none;
}

.tm-category_mys_step > li p {
  margin-bottom: 0;
}

.tm-category_mys_step > li > .num {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  order: -2;
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #b60081;
  border-radius: 50%;
}

.tm-category_mys_step > li .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.tm-category_mys_step > li > .img {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
  text-align: center;
  margin-bottom: 10px;
}

.tm-category_mys_calcList {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-category_mys_calcList > .col {
  width: 100%;
  padding: 8px 74px 8px 10px;
  font-weight: bold;
  line-height: 1.48;
  background-color: #f8e5f2;
  border: 1px solid #f0cce6;
  border-radius: 4px;
  position: relative;
}

.tm-category_mys_calcList > .col .icon_blank,
.tm-category_mys_calcList > .col .icon_pdf,
.tm-category_mys_calcList > .col .icon_money {
  vertical-align: bottom;
}

.tm-category_mys_calcList > .col::before, .tm-category_mys_calcList > .col::after {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50% - 8px);
  width: 2px;
  height: 16px;
  background-color: #333;
}

.tm-category_mys_calcList > .col::after {
  transform: rotate(90deg);
}

.tm-category_mys_calcList > .col:first-child::before, .tm-category_mys_calcList > .col:first-child::after {
  display: none;
}

.tm-category_mys_calcList > .col:last-child {
  font-size: 1.6rem;
}

.tm-category_mys_calcList > .col:last-child:before {
  left: calc((50% - 3px) - 8px);
}

.tm-category_mys_calcList > .col:last-child::after {
  transform: none;
  left: calc((50% - 3px) - 1px);
}

.tm-category_mys_calcList > .col:last-child > dt {
  padding: 14px 0 14px 58px;
  background: url(/asset/images/img_icon_01.png) no-repeat left center/48px 48px;
}

.tm-category_mys_calcList > .col:last-child > dt.type01 {
  background: url(/asset/images/img_icon_02.png) no-repeat left center/48px 48px;
}

.tm-category_mys_calcList > .col + .col {
  margin-top: 32px;
}

.tm-category_mys_calcList > .col > dd {
  display: block;
  width: 54px;
  height: 24px;
  padding: 0 4px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #b60081;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}

.tm-category_mys_calcList > .col > dd > em {
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  font-size: 1.6rem;
  line-height: 1.48;
  font-weight: normal;
}

.tm-category_mys_calcList .tm-list_bullet,
.tm-category_mys_calcList .tm-list_unordered,
.tm-category_mys_calcList .tm-list_ordered,
.tm-category_mys_calcList .tm-list_variation,
.tm-category_mys_calcList .tm-note_default {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.tm-category_mys_table thead th {
  text-align: center;
}

.tm-category_mys_table thead td {
  text-align: center;
  background-color: #fff;
  position: relative;
}

.tm-category_mys_table thead td sup {
  position: absolute;
  top: 5px;
  right: 7px;
}

.tm-category_mys_table tbody th {
  text-align: center;
}

.tm-category_mys_table tbody td {
  text-align: center;
  background-color: #fff;
}

.tm-category_mys_table .sub {
  display: block;
  color: #999;
}

.tm-category_mys_table.type01 tbody td {
  padding: 17px 10px 17px;
  border-right: none;
}

.tm-category_mys_table.type01 tbody td + td {
  border-left: none;
}

.tm-category_mys_table.type01 tbody td .stage {
  text-align: right;
}

.tm-category_mys_table.type01 tbody td .stage img {
  max-width: 60px;
  max-height: 60px;
}

.tm-category_mys_table.type01 tbody td .rate {
  text-align: right;
  font-size: 2.6rem;
  font-weight: bold;
  color: #b60081;
}

.tm-category_mys_table.type01 tbody td .rate em {
  font-size: 3.0rem;
}

.tm-category_mys_table.type01 tbody td .point {
  max-width: 106px;
  padding: 11px 10px 8px;
  line-height: 1.4;
  border: 1px solid #b60081;
  border-radius: 3px;
  position: relative;
}

.tm-category_mys_table.type01 tbody td .point:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: -16px;
  border: 6px solid transparent;
  border-right: 10px solid #b60081;
}

.tm-category_mys_table.type01 tbody td .point:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: -13px;
  border: 5px solid transparent;
  border-right: 9px solid #fff;
}

.tm-category_mys_table.type01 tbody td .point em {
  display: block;
  font-size: 1.5rem;
  color: #b60081;
}

.tm-category_dbt_faqTable {
  width: 100%;
  margin: 20px 0 30px;
}

.tm-category_dbt_faqTable tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tm-category_dbt_faqTable th, .tm-category_dbt_faqTable td {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
  width: 50%;
}

.tm-category_dbt_faqTable thead th .col,
.tm-category_dbt_faqTable tbody td .col {
  width: 100%;
  height: 100%;
  padding: 12px 13px 13px;
  border-radius: 6px;
  color: #fff;
}

.tm-category_dbt_faqTable thead th .col > :first-child,
.tm-category_dbt_faqTable tbody td .col > :first-child {
  margin-top: 0;
}

.tm-category_dbt_faqTable thead th .col > :last-child,
.tm-category_dbt_faqTable tbody td .col > :last-child {
  margin-bottom: 0;
}

.tm-category_dbt_faqTable thead th:first-child .col {
  margin-right: 4px;
  background-color: #21a2dd;
}

.tm-category_dbt_faqTable thead th:last-child .col {
  margin-left: 4px;
  background-color: #ffc800;
}

.tm-category_dbt_faqTable thead th .col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

.tm-category_dbt_faqTable thead th .col em {
  display: block;
  font-size: 1.5rem;
  line-height: 1.58;
}

.tm-category_dbt_faqTable tbody th.title {
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 24px 13px 10px;
  font-size: 1.5rem;
  line-height: 1.58;
  font-weight: bold;
}

.tm-category_dbt_faqTable tbody td:first-child .col {
  margin-right: 4px;
  color: #056f9e;
  background-color: #b3dff7;
}

.tm-category_dbt_faqTable tbody td:last-child .col {
  margin-left: 4px;
  color: #b68b00;
  background-color: #ffe9b3;
}

.tm-category_wao_box {
  padding: 15px 15px 20px;
  font-size: 1.4rem;
  border: 1px solid #77c9ea;
  border-radius: 4px;
}

.tm-category_wao_imgTitle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  min-height: 126px;
  margin-bottom: 10px;
  padding: 30px 12px 30px 105px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ea4109;
  background: url(/sp/waon/images/index_img_02_02.png) no-repeat 15px center/65px 113px;
}

.tm-category_wao_linkText {
  color: #2ca3db;
  text-decoration: underline;
  position: relative;
}

.tm-category_wao_linkText._blank::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/sp/shared/images/modules/tm_icon_newWindow_05.png) no-repeat;
  background-size: 18px 18px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tm-category_wao_linkText .icon_blank {
  opacity: 0;
}

.tm-category_gold_anchorList {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tm-category_gold_anchorList > li > a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 64px;
  padding: 14px 40px 14px 64px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.48;
  color: #333;
  background-color: #f6f6f6;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}

.tm-category_gold_anchorList > li > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  background-image: url(/sp/shared/images/modules/tm_icon_arrow_02.svg);
  transform: rotate(90deg);
}

.tm-category_gold_anchorList > li > a .content > :first-child {
  margin-top: 0;
}

.tm-category_gold_anchorList > li > a .content > :last-child {
  margin-bottom: 0;
}

.tm-category_gold_anchorList > li > a._blank::after, .tm-category_gold_anchorList > li > a._pdf::after, .tm-category_gold_anchorList > li > a._money::after {
  display: none;
}

.tm-category_gold_anchorList > li > a .icon_blank,
.tm-category_gold_anchorList > li > a .icon_pdf,
.tm-category_gold_anchorList > li > a .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 6px;
}

.tm-category_gold_anchorList > li > a .tm-text_introduction {
  position: absolute;
  top: calc(50% - 24px);
  left: 8px;
}

.tm-category_gold_anchorList > li + li {
  margin-top: 8px;
}

body.fixed .tm-category_brc_searchMenu {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

body.js-brc-searchMenu-open {
  overflow: hidden;
}

body.js-brc-searchMenu-open .tm-category_brc_searchMenu {
  transition: transform .3s ease;
  transform: translate3d(0, 0, 0);
  outline-color: transparent;
  outline-style: auto;
}

.tm-category_brc_searchMenu {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform .3s ease;
  transform: translate3d(0, 100%, 0);
}

.tm-category_brc_searchMenuHeader {
  padding: 0 12px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  min-height: 52px;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-category_brc_searchMenuTitle {
  max-width: 230px;
  font-size: 1.8rem;
  line-height: 1.48;
  color: #b60081;
}

.tm-category_brc_searchMenuClose {
  position: absolute;
  right: 12px;
}

.tm-category_brc_searchMenuNav {
  border-bottom: 1px solid #ececec;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li + li {
  border-top: 1px solid #ececec;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li > a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 15px 40px 15px 12px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  position: relative;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li > a .sub {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #666;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li > a::after {
  right: 11px;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li a._blank::after,
.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li a._pdf::after,
.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li a._money::after {
  display: none;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li .icon_blank,
.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li .icon_pdf,
.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li .icon_money {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li.js-brc-searchMenu-toggle.open > a::after {
  display: none;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li.js-brc-searchMenu-toggle > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -1px;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #b60081;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li.js-brc-searchMenu-toggle > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -8px;
  width: 2px;
  height: 17px;
  border-radius: 2px;
  background: #b60081;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList01 > li.js-brc-searchMenu-toggle > .js-brc-searchMenu-child {
  display: none;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList02 {
  border-top: 1px dotted #ececec;
  padding-left: 30px;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList02 > li:not(:first-child) {
  border-top: 1px dotted #ececec;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList02 > li > a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.375;
  color: #333;
  text-decoration: none;
}

.tm-category_brc_searchMenuNav .tm-category_brc_searchMenuList02 > li > a::after {
  right: 11px;
}

.tm-beg_section {
  padding: 30px 10px 30px;
}

.tm-beg_section > :first-child {
  margin-top: 0;
}

.tm-beg_section > :last-child {
  margin-bottom: 0;
}

.tm-beg_section > .num {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 56px;
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif;
  font-weight: normal;
  font-size: 3.2rem;
  color: #b60081;
  text-align: center;
  border: 2px solid #b60081;
  border-radius: 50%;
  position: relative;
}

.tm-beg_section > .num::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  bottom: -30px;
  left: calc(50% - 11px);
  background: #000;
}

.tm-beg_section > .title {
  margin: 0 -10px 15px;
  font-size: 2.5rem;
  color: #b60081;
  text-align: center;
}

.tm-beg_section .leadText {
  margin-bottom: 25px;
  line-height: 1.8;
}

/*-------------------------------------------------------

adjust

-------------------------------------------------------*/
.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fc01 {
  color: #b60081;
}

.fc02 {
  color: #056f9e;
}

.ar {
  text-align: right !important;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.db {
  display: block !important;
}

.dn {
  display: none !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w1 {
  width: 1% !important;
}

.w2 {
  width: 2% !important;
}

.w3 {
  width: 3% !important;
}

.w4 {
  width: 4% !important;
}

.w5 {
  width: 5% !important;
}

.w6 {
  width: 6% !important;
}

.w7 {
  width: 7% !important;
}

.w8 {
  width: 8% !important;
}

.w9 {
  width: 9% !important;
}

.w10 {
  width: 10% !important;
}

.w11 {
  width: 11% !important;
}

.w12 {
  width: 12% !important;
}

.w13 {
  width: 13% !important;
}

.w14 {
  width: 14% !important;
}

.w15 {
  width: 15% !important;
}

.w16 {
  width: 16% !important;
}

.w17 {
  width: 17% !important;
}

.w18 {
  width: 18% !important;
}

.w19 {
  width: 19% !important;
}

.w20 {
  width: 20% !important;
}

.w21 {
  width: 21% !important;
}

.w22 {
  width: 22% !important;
}

.w23 {
  width: 23% !important;
}

.w24 {
  width: 24% !important;
}

.w25 {
  width: 25% !important;
}

.w26 {
  width: 26% !important;
}

.w27 {
  width: 27% !important;
}

.w28 {
  width: 28% !important;
}

.w29 {
  width: 29% !important;
}

.w30 {
  width: 30% !important;
}

.w31 {
  width: 31% !important;
}

.w32 {
  width: 32% !important;
}

.w33 {
  width: 33% !important;
}

.w34 {
  width: 34% !important;
}

.w35 {
  width: 35% !important;
}

.w36 {
  width: 36% !important;
}

.w37 {
  width: 37% !important;
}

.w38 {
  width: 38% !important;
}

.w39 {
  width: 39% !important;
}

.w40 {
  width: 40% !important;
}

.w41 {
  width: 41% !important;
}

.w42 {
  width: 42% !important;
}

.w43 {
  width: 43% !important;
}

.w44 {
  width: 44% !important;
}

.w45 {
  width: 45% !important;
}

.w46 {
  width: 46% !important;
}

.w47 {
  width: 47% !important;
}

.w48 {
  width: 48% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w51 {
  width: 51% !important;
}

.w52 {
  width: 52% !important;
}

.w53 {
  width: 53% !important;
}

.w54 {
  width: 54% !important;
}

.w55 {
  width: 55% !important;
}

.w56 {
  width: 56% !important;
}

.w57 {
  width: 57% !important;
}

.w58 {
  width: 58% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w61 {
  width: 61% !important;
}

.w62 {
  width: 62% !important;
}

.w63 {
  width: 63% !important;
}

.w64 {
  width: 64% !important;
}

.w65 {
  width: 65% !important;
}

.w66 {
  width: 66% !important;
}

.w67 {
  width: 67% !important;
}

.w68 {
  width: 68% !important;
}

.w69 {
  width: 69% !important;
}

.w70 {
  width: 70% !important;
}

.w71 {
  width: 71% !important;
}

.w72 {
  width: 72% !important;
}

.w73 {
  width: 73% !important;
}

.w74 {
  width: 74% !important;
}

.w75 {
  width: 75% !important;
}

.w76 {
  width: 76% !important;
}

.w77 {
  width: 77% !important;
}

.w78 {
  width: 78% !important;
}

.w79 {
  width: 79% !important;
}

.w80 {
  width: 80% !important;
}

.w81 {
  width: 81% !important;
}

.w82 {
  width: 82% !important;
}

.w83 {
  width: 83% !important;
}

.w84 {
  width: 84% !important;
}

.w85 {
  width: 85% !important;
}

.w86 {
  width: 86% !important;
}

.w87 {
  width: 87% !important;
}

.w88 {
  width: 88% !important;
}

.w89 {
  width: 89% !important;
}

.w90 {
  width: 90% !important;
}

.w91 {
  width: 91% !important;
}

.w92 {
  width: 92% !important;
}

.w93 {
  width: 93% !important;
}

.w94 {
  width: 94% !important;
}

.w95 {
  width: 95% !important;
}

.w96 {
  width: 96% !important;
}

.w97 {
  width: 97% !important;
}

.w98 {
  width: 98% !important;
}

.w99 {
  width: 99% !important;
}

.w100 {
  width: 100% !important;
}

.tm-imglay_cardImg {
  max-width: 80px;
  margin: 0 auto 10px;
  text-align: right;
}

.tm-imglay_cardImg .card_copy {
  display: block;
  margin-top: 2px;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -1px;
}

.tm-imglay_cardImg.mw100 {
  max-width: 100px;
}

.tm-imglay_cardImg.mw120 {
  max-width: 120px;
}

.tm-imglay_cardImg.mw140 {
  max-width: 140px;
}

.tm-imglay_cardImg.mw160 {
  max-width: 160px;
}

.tm-imglay_cardImg.mw200 {
  max-width: 200px;
}

.tm-imglay_cardImg.mw240 {
  max-width: 240px;
}

.tm-imglay_cardImg.mw300 {
  max-width: 300px;
}

.tm-imglay_cardImg.mw360 {
  max-width: 360px;
}

.svgDateWrap {
  display: inline-block;
  position: relative;
}

.svgDateWrap .svgDate {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}

.tbl-bg01 {
  background-color: #ffeff8;
}

.tbl-bg02 {
  background-color: #b60081;
  color: #fff;
}

/*-------------------------------------------------------

AEMコンポーネントとABKモジュール間の調整

-------------------------------------------------------*/
.freehtml > div > .tm-nav_localNavArea:first-child {
  border-top: 0;
}

.cmp-experiencefragment--header .insert-fixed-header-height {
  padding-bottom: 52px;
}

.link_emergencyList{
display:none;
}

/*------------------------------------------------------
 TopicPath
------------------------------------------------------*/
#topicpath{
  width:100%;
  padding:9px 11px 9px;
  font-size:85.7%;
  line-height:1.4;
  /*background:url(/shared/images/topicpath/bg_01.png) repeat;*/
  }
  #topicpath em{
  font-weight:normal;
  color:#575757;
  }
  #topicpath span{
  width:5px;
  height:6px;
  margin:0 12px 0 0;
  text-indent:100%;
  vertical-align:middle;
  display:inline-block;
  overflow:hidden;
  position:relative;
  left:6px;
  top:0;
  background:url(/shared/images/topicpath/icon_arrow_01.png) no-repeat;
  }

  /* 20240219add */
  .sai-search-wrap {
  z-index: 1501;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0;
  background-color: #eee;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
  }
  .sai-embed {
  background-color: #eee;
  }
  .sai-embed .main {
  position: relative;
  }
  .sai-embed .content {
  padding: 30px 12px 15px !important;
  background-color: #eee;
  }
  .sai-embed .sai-tag-list {
  background-color: #eee !important;
  padding: 15px 12px !important;
  }
  .sai-embed .recommend {
  width: 100%;
  min-height: auto;
  max-height: calc(100vh - 240px);
  background-color: #fff;
  border-radius: 0;
  }
  .sai-embed .head {
  display: none !important;
  }
  .sai-embed .button {
  display: none !important;
  }.sai-embed .autocomplete_header {
  display: none !important;
  }
  .sai-embed .autocomplete + .autocomplete {
  display: none !important;
  }
  .sai-embed .autocomplete {
  padding: 12px 12px 40px;
  }
  .sai-embed .sai-tag-list__title {
  display: none !important;
  }
  .sai-embed .sai-tag-category {
  display: none !important;
  }
  .sai-embed .clearWrap {
  display: none !important;
  }
  .sai-tag-search-modal[data-v-e74ff0fe] {
  background: transparent;
  }
  .sai-tag-search-modal[data-v-61099e21] {
  background-color: transparent;
  }
  /*20240801追記*/
  #header .nav-header .nav-item .header-chat-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid #dcdcdc;
    text-decoration: none !important;
    text-align: center;
  }
  #header .nav-header .nav-item .header-chat-icon .nav-txt {
    color: #666;
    line-height: 1.2;
    font-size: 10px;
  }
  #header .nav-header .nav-item {
    width: 52px !important;
  }
}