@charset "UTF-8";
/* webfont */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700&display=swap');

body, input, textarea, button {
    font-family: 'Roboto', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴシック W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    font-weight: 400;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    /* 16px*/
}

* {
    box-sizing: border-box;
}

/* 必須マーク調整*/
.m-inputCustomerInfo.u-2cols-container .o-require {
    height: auto;
    border: 1px solid #d62727;
    color: #d62727;
}

/*===============================================================
ted-header
===============================================================*/
.ted-header {
    position: relative;
    background: #fff;
    z-index: 2000;
}

.ted-header_top {
    position: relative;
    background: #fff;
}

.ted-header_nav {
    position: relative;
    background: #1b7fc4;
}

@media screen and (min-width: 1025px) {
    .ted-header_nav {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    .ted-header {
        border-bottom: 1px solid #1b7fc4;
    }
    .ted-header_nav {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        display: none;
        border-top: 1px solid #fff;
        z-index: 2;
    }
}

/*===============================================================
ted-logo
===============================================================*/
@media screen and (max-width: 1024px) {
    .ted-h-util_logo {
        max-width: calc(100% - 60px);
    }
}
.ted-logo a {
    display: block;
}
.ted-logo img {
    max-width: 100%;
    height: auto;
}

/*===============================================================
ted-h-util
===============================================================*/
.ted-h-util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    padding: 5px 20px;
}
@media screen and (min-width: 769px) {
    .ted-h-util {
        height: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .ted-h-util {
        padding: 0;
    }
}
@media screen and (max-width: 1024px) {
    .ted-h-util_logo {
        padding: 7px 0 6px 10px;
    }
}
@media screen and (max-width: 1024px) {
    .ted-h-util_links {
        display: none;
    }
}
.ted-h-util_tgl {
    display: none;
}
@media screen and (max-width: 1024px) {
    .ted-h-util_tgl {
        display: block;
    }
}

/*===============================================================
ted-h-links
===============================================================*/
@media screen and (min-width: 1025px) {
    .ted-h-links-sp {
        display: none;
    }
}
.ted-h-links_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
@media screen and (max-width: 1024px) {
    .ted-h-links_body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 5px 10px 15px;
    }
}
.ted-h-links_item {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ted-h-links_item .ted-h-links_link {
    position: relative;
}
.ted-h-links_item .ted-h-links_link::before {
    width: 24px;
    height: 24px;
    margin: -3px 5px 0 -2px;
    display: inline-block;
    vertical-align: middle;
}
/*アイコン設定*/
.ted-h-links_item .icon-home::before {
    content: url(/image/icon-home);
}
.ted-h-links_item .icon-mypage::before {
    content: url(/image/icon-account);
}
.ted-h-links_item .icon-cart::before {
    content: url(/image/icon-cart);
}
.ted-h-links_item .icon-mail::before {
    content: url(/image/icon-mail);
}
.ted-h-links_item .icon-login::before {
    content: url(/image/icon-lock);
}
.ted-h-links_item+.ted-h-links_item {
    margin-left: 30px;
}
.ted-h-links_link {
    font-size: 222;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .ted-h-links_link {
        display: block;
        padding: 14px 10px;
        background: #fff;
        color: #1b7fc4;
        text-align: center;
    }
    .ted-h-links_item {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
    .ted-h-links_item:nth-of-type(2n+1):last-child {
        width: 100%;
    }
    .ted-h-links_item+.ted-h-links_item {
        margin-left: 0;
    }
}

.ted-h-links_link:link, .ted-h-links_link:visited, .ted-h-links_link:hover {
    color: #1b7fc4;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .ted-h-links_link:link, .ted-h-links_link:visited, .ted-h-links_link:hover {
        color: #1b7fc4;
    }
}

.ted-h-links_link:hover {
    opacity: .7;
}

/*-------------------------------------------------------------
icon
-------------------------------------------------------------*/
.icon-mypage,
.icon-cart,
.icon-mail,
.icon-login {
    position: relative !important;
}

/*===============================================================
ted-navTgl
===============================================================*/
.ted-navTgl {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ted-navTgl_line {
    position: absolute;
    width: 24px;
    height: 2px;
    left: 16px;
    background: #1b7fc4;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.ted-navTgl_line:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.ted-navTgl_line:nth-child(2) {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.ted-navTgl_line:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.ted-navTgl.is-open .ted-navTgl_line:nth-child(1) {
    width: 30px;
    top: 22px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ted-navTgl.is-open .ted-navTgl_line:nth-child(2) {
    width: 0;
}

.ted-navTgl.is-open .ted-navTgl_line:nth-child(3) {
    width: 30px;
    top: 22px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ted-navTgl_text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 39px;
    font-size: 10px;
    line-height: 1.2;
    color: #1b7fc4;
    text-align: center;
}

/*===============================================================
ted-nav
===============================================================*/
.ted-nav {
    max-width: 1300px;
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .ted-nav {
        border-top: 1px solid #fff;
    }
}

.ted-nav_body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

@media screen and (max-width: 1024px) {
    .ted-nav_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ted-nav_item {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .ted-nav_item {
        width: 100%;
    }

    .ted-nav_item+.ted-nav_item {
        border-top: 1px solid #fff;
    }
}

.ted-nav_link {
    position: relative;
    display: block;
    padding: 20px 21px 18px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .ted-nav_link {
        padding: 15px 15px 13px;
    }
}

.ted-nav_item.has-child .ted-nav_link {
    padding: 20px 42px 18px 21px;
}

@media screen and (max-width: 1024px) {
    .ted-nav_item.has-child .ted-nav_link {
        padding: 15px 42px 13px 15px;
    }
}

.ted-nav_link:link, .ted-nav_link:visited {
    color: #fff;
    text-decoration: none;
}

.ted-nav_item.has-child .ted-nav_link:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: -4px;
    bottom: 0;
    right: 20px;
    margin: auto;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
}

@media screen and (max-width: 1024px) {
    .ted-nav_item.has-child .ted-nav_link:after {
        width: 9px;
        height: 9px;
        right: 21px;
    }

    .ted-nav_item.has-child .ted-nav_link.active:after {
        top: 4px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media screen and (min-width: 1025px) {
    .ted-nav_item.is-active .ted-nav_link {
        background: #fff;
        color: #333;
    }

    .ted-nav_item.is-active .ted-nav_link:after {
        border-color: #333;
    }
}

@media screen and (min-width: 1025px) {
    .ted-nav_link:hover {
        background: #fff;
        color: #333;
    }

    .ted-nav_link:hover:after {
        border-color: #333;
    }
}

.ted-nav_child {
    display: none;
}

@media screen and (min-width: 1025px) {
    .ted-nav_child {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.3);
        z-index: 2;
    }
}

/*===============================================================
ted-navChild
===============================================================*/
.service_list {
    background: #1b7fc4;
    padding: 0;
    display: none;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_list .ted-navCard_ttl {
    padding: 15px;
    width: 230px;
    height: 100%;
    position: relative;
    text-align: center;
}

.service_list .ted-navCard_ttl p {
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
}

.service_list .ted-navCard_ttl a {
    margin: 20px auto;
    padding: 10px;
    width: 100px;
    color: #1b7fc4;
    background: #fff;
    font-size: 1.1rem;
    display: block;
    text-decoration: none;
}

.nav-category {
    width: calc(100% - 230px);
    padding: 30px 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.nav-category>li {
    width: calc(100% / 3 - 31px);
    margin: 0 30px 30px 0;
}

.nav-category>li .category-title {
    color: #1b7fc4;
    font-size: 1.6rem;
    font-weight: 700;
}

.nav-category>li ul.category-list a {
    color: #01b8ff;
    padding: 10px 10px 0 20px;
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
}

.nav-category>li ul.category-list a:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #707070;
    position: absolute;
    top: calc(10px + 0.5em);
    left: 0px;
}

.nav-category li a {
    text-decoration: none;
}

.nav-category li a:hover {
    opacity: .6;
}

@media screen and (max-width: 1024px) {
    .service_list .ted-navCard_ttl {
        display: none;
    }
    .service_list,
    .nav-category {
        width: 100%;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service_list .ted-navCard_ttl_sp {
        display: block;
        width: 100%;
        padding: 15px 20px;
        text-decoration: none;
        color: #1b7fc4;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .nav-category {
        margin: 0;
        padding: 0;
    }
    .nav-category>li {
        width: 100%;
        margin: 0;
    }
    .nav-category>li .category-title {
        pointer-events: none;
        display: block;
        position: relative;
        padding: 12px 20px 15px 45px;
    }
    .nav-category>li .category-title:before,
    .nav-category>li .category-title:after {
        content: "";
        display: block;
        background: #1b7fc4;
        position: absolute;
        transition: all 0.3s;
    }
    .nav-category>li .category-title:before {
        width: 14px;
        height: 1px;
        top: calc(13px + 0.6em);
        left: 20px;
    }
    .nav-category>li .category-title:after {
        width: 1px;
        height: 14px;
        top: calc(7px + 0.6em);
        left: 27px;
    }
    .nav-category>li.active .category-title:after {
        transform: rotate(-90deg);
        opacity: 0;
    }
    .nav-category>li ul.category-list {
        display: none;
        background: rgba(0, 0, 0, 0.1);
        padding: 0 20px;
    }
    .nav-category>li ul.category-list li:not(:last-of-type) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
    .nav-category>li ul.category-list a {
        display: block;
        padding: 10px 10px 10px 25px;
    }
    .nav-category>li ul.category-list a:before {
        display: none;
    }
    .nav-category>li ul.category-list li:first-of-type {
        font-weight: 700;
    }
}

/*===============================================================
ted-overlay
===============================================================*/
.ted-overlay {
    display: none;
}
@media screen and (max-width: 1024px) {
    .ted-overlay {
        position: absolute;
        width: 100%;
        min-width: 100vw;
        height: 100%;
        min-height: 100vh;
        background: #000;
        opacity: .6;
        z-index: 1999;
    }
}

/*===============================================================
ted-footer
===============================================================*/
.footer_wrp {
    padding: 0 !important;
}
.footer_wrp .content_width {
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer_wrp .free_area {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}
.footer_wrp .footer {
    display: none;
}
.footer_wrp .content_width {
    background: #fff;
}
.ted-footer {
    display: block;
    max-width: 1300px;
    margin: auto;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.ted-f-logo,
.ted-f-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.ted-f-logo {
    margin-bottom: 20px;
}

.ted-f-links {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: -5px -13px 0;
}
.ted-f-links_item {
    margin: 5px 0 0;
    padding: 0 13px;
    box-sizing: border-box;
}

.ted-f-links_item a {
    padding: 2px 0 2px 10px;
    position: relative;
}
.ted-f-links_item a::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
    vertical-align: middle;
}
.ted-f-links_link {
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .ted-f-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ted-f-links_item {
        margin: 12px 0 0;
    }
    .ted-f-links_link {
        font-size: 12px;
    }
}

.ted-f-links_link:link, .ted-f-links_link:visited {
    color: #333;
    text-decoration: none;
}
.ted-f-links_link:hover {
    text-decoration: underline;
}

/*===============================================================
ted-copyright
===============================================================*/
.footer_wrp .copyright {
    height: auto;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    background: #e5e5e5;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer_wrp .copyright {
        font-size: 12px;
    }
}

/*===============================================================
btn_pagetop
===============================================================*/
#btn_pagetop a {
    background: #1b7fc4;
}

#btn_pagetop a:hover {
    background: #01b8ff;
    opacity: .6 !important;
}

#btn_pagetop a:after {
    border-color: #fff;
}

.section_wrp {
    margin: 0 !important;
}

/*===============================================================
ted-mvSection
===============================================================*/
.ted-mvSection_inner {
    max-width: 1300px;
    margin: auto;
}
/*===============================================================
ted-mvSlider
===============================================================*/
.ted-mvSlider {
  position: relative;
}
@media screen and (max-width: 768px) {
  .ted-mvSlider {
    padding-bottom: 34px;
  }
}
.ted-mvSlider .bx-wrapper {
  padding: 0;
}
.ted-mvSlider_card {
  display: block;
}
.ted-mvSlider_card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a.ted-mvSlider_card {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
a.ted-mvSlider_card:hover {
  opacity: .6;
}
.ted-mvSlider_btn {
  position: absolute;
  top: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .ted-mvSlider_btn {
    top: calc(50% - 32px);
  }
}
.ted-mvSlider_btn a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  opacity: .4;
  cursor: pointer;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
@media screen and (max-width: 768px) {
  .ted-mvSlider_btn a {
    width: 30px;
    height: 30px;
  }
}
.ted-mvSlider_btn a:hover {
  opacity: .6;
}
.ted-mvSlider_btn a:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ted-mvSlider_btn a:after {
    width: 8px;
    height: 8px;
  }
}
.ted-mvSlider_btn.is-prev {
  left: 10px;
}

.ted-mvSlider_btn.is-prev a:after {
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .ted-mvSlider_btn.is-prev a:after {
    left: 4px;
  }
}
.ted-mvSlider_btn.is-next {
  right: 10px;
}

.ted-mvSlider_btn.is-next a:after {
  right: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .ted-mvSlider_btn.is-next a:after {
    right: 4px;
  }
}
.ted-mvSlider_control {
  position: absolute;
  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;
  width: 100%;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ted-mvSlider_control {
    bottom: 0px;
  }
}

/*-------------------------------------------------------------
ted-mvPager
-------------------------------------------------------------*/
.ted-mvPager {
  position: relative;
}

@media screen and (min-width: 769px) {
  .ted-mvPager {
    top: -40px;
  }
}

.ted-mvPager .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ted-mvPager .bx-pager-item + .bx-pager-item {
  margin-left: 5px;
}

.ted-mvPager .bx-pager-link {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
}

.ted-mvPager .bx-pager-link:before, .ted-mvPager .bx-pager-link:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.ted-mvPager .bx-pager-link:before {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .ted-mvPager .bx-pager-link:before {
    width: 11px;
    height: 11px;
  }
}

.ted-mvPager .bx-pager-link:after {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}

.ted-mvPager .bx-pager-link.active:before {
  opacity: 1;
}

.ted-mvPager .bx-pager-link.active:after {
  width: 8px;
  height: 8px;
  background-color: #333;
}

/*-------------------------------------------------------------
ted-mvTgl
-------------------------------------------------------------*/
.ted-mvTgl {
  position: relative;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .ted-mvTgl {
    top: -40px;
  }
}

.ted-mvTgl .bx-controls-auto .bx-start,
.ted-mvTgl .bx-controls-auto .bx-stop {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: #333;
  border: none;
  border-radius: 0;
  font-size: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.ted-mvTgl .bx-controls-auto .bx-start:before, .ted-mvTgl .bx-controls-auto .bx-start:after,
.ted-mvTgl .bx-controls-auto .bx-stop:before,
.ted-mvTgl .bx-controls-auto .bx-stop:after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
}

.ted-mvTgl .bx-controls-auto .bx-start:before, .ted-mvTgl .bx-controls-auto .bx-start:after {
  width: 0;
  height: 0;
  left: 8px;
  background: none;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.ted-mvTgl .bx-controls-auto .bx-stop:before, .ted-mvTgl .bx-controls-auto .bx-stop:after {
  width: 3px;
  height: 10px;
  background: #fff;
}

.ted-mvTgl .bx-controls-auto .bx-stop:before {
  left: 8px;
}

.ted-mvTgl .bx-controls-auto .bx-stop:after {
  left: 13px;
}

/*===============================================================
ted-mainArea
===============================================================*/
.ted-mainArea *+p {
    margin-top: 20px;
}

.ted-mainArea_inner {
    max-width: 1300px;
    margin: auto;
    padding: 0 0 50px;
}

@media screen and (max-width: 1380px) {
    .ted-mainArea_inner {
        max-width: 100%;
        padding: 17px 40px 40px;
    }
}

@media screen and (max-width: 768px) {
    .ted-mainArea_inner {
        padding: 13px 20px 20px;
    }
}

@media screen and (max-width: 480px) {
    .ted-mainArea_inner {
        padding: 13px 10px 0;
    }
}

/*===============================================================
　カラー一括変更
===============================================================*/
/*///// ベースカラー /////*/
/* 背景色 */
table.basic thead tr th,
table.basic td.detail a:hover,
input[type=radio]+.inputLabel:after,
.selectWrap::before,
.baseBtn,
.tabaccordionbody .btn_detail.btn_next .custom_items_button,
.u-cornerBox-container .o-header,
.u-pager>ul li>a:hover,
.u-pager>ul li.a-pager-current a,
.u-pager>ul li.a-pager-current span,
.m-accordion-menu .o-header,
.m-headline-mini,
.navigation_wrp,
.flowbox .popbox.active .popbox_body,
.popbox.active .popbox_arw:after,
.footer_wrp,
.l-footer-right .btn_detail.btn_detail_white.o-phonenumber a,
.l-footer-left:before,
.sidemenu_wrp .submit_btn,
.sidemenu_wrp.m-sideSearchBox .sidemenu_search dt,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dt,
.sidemenu_wrp.m-sideSearchBox .sidemenu_search .submit_btn,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select .submit_btn,
.m-topFilterBox .o-box-head,
.m-charges-model>ul>li:nth-child(odd) p.o-model-title,
.m-charges-model>ul>li:nth-child(even) p.o-model-title,
.l-cartTotalBox-inner .o-header,
.m-estimated-info .o-header,
.m-customer-info .o-header,
.m-payment-method .o-title,
.m-customer-subinfo .o-title,
.m-orderSideBox-inner .o-header,
.m-itemDetailSideBox-inner .o-header,
.m-topFilterBox .clearBtn .baseBtn,
.m-sideSearchBox .clearBtn .baseBtn,
.searchPanel .panel_header,
.modal .modal_container .modal_header {
    background-color: #1b7fc4;
}

@media screen and (max-width: 768px) {

    .local_menu_btn span,
    .local_menu_btn span:before,
    .local_menu_btn span:after {
        background-color: #1b7fc4;
    }
}

/* hover */
.tabaccordionbody .btn_detail.btn_next .custom_items_button:hover {
    background-color: #01b8ff;
}

/* 文字色 */
.borderBtn>span,
.header_wrp .username,
.m-headline .o-title,
.l-itemDetailMainBox>.m-headline-mini .o-title,
.message_container,
.btn_cart p a,
.m-FeaturedProducts .headline .title,
.m-FeaturedProducts .products_list .item .title,
.sidemenu_wrp.m-sideSearchBox .sidemenu_search dd,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dd,
.m-topFilterBox .sidemenu_search dd,
.m-topFilterBox .sidemenu_select dd,
.m-topFilterBox .topFilterCategory dd,
.m-charges-model .o-btn-modelDetail>span,
.m-cartItemPhoto .o-modalBtn>span, .m-cartItemPhoto .o-externalLinkBtn>span,
.m-cartItemList .o-row-head,
.m-cartItemList .o-row-subItem .o-externalLinkBtn>span,
.m-cartItemList .o-row-subItem .o-modalBtn>span,
.m-cartItemList .o-row-subTotal>span:nth-child(3),
.m-cartItemActionBox,
.selectSetProduct .not_select .inputLabel,
.product_sets_list .not_select .inputLabel,
.m-product-select-checkbox .inputLabel,
.m-product-select-checkbox .radio .o-label-outside,
.m-product-select-checkbox .checkbox .o-label-outside,
.m-product-option .inputLabel,
.m-product-option .o-radioBtn-header,
.m-itemDetail-head .o-itemname,
.m-itemDetail-head .o-modalBtn>span,
.m-itemDetail-head .o-externalLinkBtn>span,
.m-productOption-item .o-item-name,
.m-productOption-item .o-detail-link .o-modalBtn>span,
.headline .title,
.mypage_menu .title,
.content_header .title {
    color: #1b7fc4;
}

/* リンク文字色 */
a,
table.basic td.detail a,
.btn_modal a,
.btn_externalLink a,
.u-pager>ul li>a,
.btn_cart p a,
.pankuzu li a,
.m-cartItemActionBox a,
.m-product-detail .o-product-name,
/*契約関連のモーダル画面用*/
.m-product-detail .o-product-name a,
.l-footer-right .btn_detail.btn_detail_white.o-inquiries>a,
.m-tabaccordion .tabaccordionhead>ul>li>a,
.localnav .navlist li.current a {
    color: #1b7fc4;
}

a:hover,
.pankuzu li a:hover,
.localnav .navlist li a:hover {
    color: #01b8ff;
}

/* ボーダー色 */
table.basic td.detail a,
input[type=checkbox]+.inputLabel:after,
.group .checkbox_text .checked:after,
.borderBtn:after,
.btn_modal a:after,
.btn_externalLink a:after,
.u-pager>ul li>a,
.u-pager>ul li.a-pager-current a,
.u-pager>ul li.a-pager-current span,
.m-headline,
.headline .title,
.l-itemDetailMainBox>.m-headline-mini,
.message_container,
.pankuzu li a:after,
.flowbox .popbox_right.active .popbox_body,
.l-footer-right .btn_detail.btn_detail_white.o-inquiries>a:after,
.m-FeaturedProducts .headline,
.m-product-detail .o-product-name,
.m-charges-model .o-btn-modelDetail,
.m-charges-model .o-btn-modelDetail:after,
.m-cartItemPhoto .o-modalBtn:after,
.m-cartItemPhoto .o-externalLinkBtn:after,
.m-product-select-checkbox .product_set_name>.radio,
.m-product-select-checkbox .product_set_name>.checkbox,
.m-product-option ul.charges_model>li.js-radio-selected,
.l-itemDetailMainBox .product_sets,
.product_sets_list .product_sets,
.m-itemDetail-head .o-right-header,
.m-itemDetail-head .o-modalBtn:after,
.m-itemDetail-head .o-externalLinkBtn:after,
.m-itemImage-5box .o-itemimage-small span.js-photo-active,
.m-productOption-item .o-detail-link .o-modalBtn:after,
.headline .title {
    border-color: #1b7fc4;
}

/* hover時反転 */
table.basic td.detail a {
    background: #fff;
}

table.basic td.detail a:hover {
    color: #fff;
}

/*///// セカンドカラー /////*/
/* 背景色 */
.m-headline-mini,
.l-searchBox-wide .sidemenu_searchbox .submit_btn.a-view-text,
.m-topFilterBox .sidemenu_search>dt,
.m-topFilterBox .sidemenu_select>dt,
.m-topFilterBox .topFilterCategory>dt,
.m-topFilterBox .sidemenu_search .submit_btn,
.m-topFilterBox .sidemenu_select .submit_btn,
.m-topFilterBox .topFilterCategory .submit_btn,
.m-payYearModel-selectBox .o-header {
    background-color: #01b8ff;
}

@media screen and (max-width: 768px) {

    .header_wrp .nav .navlist li.home,
    .header_wrp .nav .navlist li.inquiry,
    .header_wrp .nav .navlist li.mypage,
    .header_wrp .nav .navlist li.signin,
    .header_wrp .nav .navlist li.login,
    .header_wrp .nav .navlist li.logout {
        background-color: #01b8ff;
    }
}

/* 文字色 */
@media screen and (max-width: 768px) {
    .header_wrp .header .nav {
        color: #01b8ff;
    }
}

/*///// 淡色 /////*/
/* 背景色 */
table.selectable_table tbody.selected,
.message_container,
.m-FeaturedProducts,
.sidemenu_wrp .sidemenu_select li.selected>a,
.m-payment-method .o-inner,
.m-product-option ul.charges_model>li.js-radio-selected,
.m-payMonthModel-selectBox .o-payModel-box.js-radio-selected,
.m-payYearModel-selectBox .o-payModel-box.js-radio-selected,
.m-productOption-item.js-OpMS-selected,
.localnav {
    background-color: #ecfaff;
}

.m-productOption-item {
    border-color: #ecfaff;
}

@media screen and (max-width: 768px) {

    .sidemenu_select dd.js-category-menu-body>ul li.selected>a,
    .topFilterCategory dd.js-category-menu-body>ul li.selected>a {
        background-color: #ecfaff;
    }
}

/* ボーダー色 */
@media screen and (max-width: 768px) {

    .header_wrp .nav .navlist li.home a,
    .header_wrp .nav .navlist li.inquiry a,
    .header_wrp .nav .navlist li.mypage a,
    .header_wrp .nav .navlist li.signin a,
    .header_wrp .nav .navlist li.login a,
    .header_wrp .nav .navlist li.logout a {
        border-color: #ddd;
    }
}

/*///// アクセントカラー /////*/
/* 背景色 */
.nextPageBtn,
.btn_detail.btn_next a,
.btn_detail.btn_next button,
.btn_detail.btn_next input,
.btn_detail.regist a,
.btn_detail.pdf a {
    background-color: #01b8ff;
}

/*///// ボタン変更 /////*/
[class^="btn_"].btn_detail a,
[class^="btn_"].btn_detail button,
[class^="btn_"].btn_detail input,
.submit_btns .custom_items_button,
.nextPageBtn,
.btn_detail.regist a,
.btn_detail.pdf a {
    font-weight: 400;
}

.btn_detail.btn_next.download:before {
    display: none;
}

.btn_detail.btn_next.download:after {
    top: -2px;
    width: 4px;
    height: 4px;
}

/* hover */
.btn_detail.btn_next a:hover,
.btn_detail.btn_next button:hover,
.btn_detail.btn_next input:hover,
.btn_detail.regist a:hover,
.nextPageBtn:hover {
    background-color: #1b7fc4;
}

/* 文字色 */
.l-cartTotalBox-inner .o-row-total .o-text-right,
.billing_cart .cart_table td.totalprice p {
    color: #01b8ff;
}

/*お気に入りオン*/
.m-itemDetail-head .o-favstar .favorite {
    color: #01b8ff;
}

/*お気に入りオフ*/
.m-itemDetail-head .o-favstar .favorite .fa-star-o {
    color: #666;
}

/*///// 重要・警告系カラー /////*/
/* 文字色 */
.notice,
.caution,
.has-error,
.warning_msg,
.newsDetail .headline .title .important {
    color: #d62727;
}

/* ボーダー色 */
.disabledItem .warning_msg,
.newsDetail .headline .title .important {
    border: 1px solid #d62727;
}

/* 削除系 */
.uploaded_file .delete,
.btn_detail.btn_next.delete a,
.btn_detail.btn_next.warning a,
.btn_remove a {
    color: #fff;
    background: #d62727;
}

.btn_detail.btn_next.delete a:hover,
.btn_detail.btn_next.warning a:hover,
.btn_remove a:hover {
    background-color: #ed3c3c;
}

/*///// タブレット以下で検索・カテゴリ周りのセカンドカラーをベースカラーに上書きするため後に記載 /////*/
@media screen and (max-width: 768px) {

    .m-tabaccordion .tabaccordionbody .accordion_header a,
    .m-topFilterBox .sidemenu_search>dt,
    .m-topFilterBox .sidemenu_select>dt,
    .m-topFilterBox .topFilterCategory>dt,
    .m-topFilterBox .sidemenu_search .submit_btn,
    .m-topFilterBox .sidemenu_select .submit_btn,
    .m-topFilterBox .topFilterCategory .submit_btn {
        background-color: #1b7fc4;
    }
}

/*******************************************************************************
　2020.02 IoT SELECTION リニューアル・新規追加分スタイル
********************************************************************************/
/*===============================================================
共通スタイル
===============================================================*/
html {
    overflow-x: hidden;
}
sub {
    vertical-align: baseline;
    font-size: 1.2rem;
}
.ted-content {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
}
.ted-content img {
    max-width: 100%;
}
.ted-content section {
    margin-bottom: 70px;
}
section::after {
    content: "";
    display: block;
    clear: both;
}
.ted-content .box {
    border-color: #1b7fc4;
    line-height: 2;
}
@media screen and (max-width: 480px) {
    .ted-content .box {
        padding: 15px;
    }
}

/* CMSページ以外のパンクズ位置調整 */
.pankuzu {
    max-width: 1280px;
    margin: 0 auto;
}
.pankuzu .content_width {
    padding: 0;
}

.ted-mainArea h1, .ted-mainArea h2, .ted-mainArea h3, .ted-mainArea h4,
.ted-mainArea p, .ted-mainArea li, .ted-mainArea dt, .ted-mainArea dd,
[class^="index-section"] p, [class^="index-section"] dt, [class^="index-section"] dd {
    line-height: 2;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.ted-mainArea li {
    line-height: 1.6;
}
@media screen and (max-width: 480px) {
    .ted-mainArea h1, .ted-mainArea h2, .ted-mainArea h3, .ted-mainArea h4,
    .ted-mainArea p, .ted-mainArea li, .ted-mainArea dt, .ted-mainArea dd,
    [class^="index-section"] p, [class^="index-section"] dt, [class^="index-section"] dd {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
}

.ted-mainArea h1, .ted-mainArea h2, .ted-mainArea h3, .ted-mainArea h4,
[class^="index-section"] h2 {
    line-height: 1.2;
}

.ted-content .headline {
    margin-bottom: 70px;
}
.headline .title {
    margin: 0 auto;
    color: #1b7fc4;
    font-size: 3.2rem;
    line-height: 1.5;
    border-bottom: solid 2px #1b7fc4;
    font-weight: 700;
}
.ted-mainArea h2,
[class^="index-section"] h2,
.topics .headline .title {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    font-size: 3rem;
    font-weight: 400;
    color: #01b8ff;
    border: none;
}
.topics .headline .title {
    margin: 0 0 40px;
    line-height: 1.2;
}
.ted-mainArea h2::before,
[class^="index-section"] h2::before,
.topics .headline .title::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 25px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -3px;
    background: #01b8ff;
}
@media screen and (max-width: 480px) {
    .ted-mainArea h2,
    [class^="index-section"] h2,
    .topics .headline .title {
        font-size: 2.4rem;
    }
}
.ted-mainArea h2 a {
    color: #01b8ff;
}
.ted-mainArea h2 a:hover {
    color: #1b7fc4;
}
.ted-mainArea h3 {
    margin: 40px 0 20px 20px;
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
}
.ted-mainArea h3:first-of-type {
    margin: 0 0 20px 20px;
}
.ted-mainArea h4 {
    margin: 20px 0 10px 20px;
    font-weight: 700;
}
.ted-mainArea p {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .ted-content .headline {
        margin-bottom: 40px;
    }
    .headline .title {
        font-size: 2.2rem;
    }
    .ted-mainArea h3,
    .ted-mainArea h4,
    .ted-mainArea p {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}
.ted-content ol {
    padding: 0 0 0 30px;
}
.ted-content ol li {
    list-style: decimal outside;
    margin: 0 0 1.5em 0;
    padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
    .ted-content ol {
        padding: 0 0 0 25px;
    }
    .ted-content ol li {
        padding: 0 15px 0 5px;
    }
}
.ted-content p.note {
    padding-left: 20px;
    margin-left: 1rem;
    line-height: 1.6;
    font-size: 90%;
}
@media screen and (max-width: 480px) {
    .ted-content p.note {
        padding-left: 15px;
    }
}
.ted-content p.note .mark {
    margin-left: -1em;
}
.ted-content strong {
    font-weight: 700;
}
.flex,
.photoBox {
    display: flex;
}
.flex.middle,
.photoBox {
    align-items: center;
}
.photoBox {
    margin-bottom: 60px;
}
.photoBox .content,
.photoBox .photo {
    width: 50%;
}
.photoBox .content {
    padding-right: 20px;
}
.photoBox .content p {
    margin-bottom: 10px;
}
.photoBox .content .note {
    margin: 0 0 0 20px;
}
.photoBox .photo img {
    width: 100%;
    max-width: 100%;
}
.photoBox .photo .photo-small {
    width: 50%;
    padding: 0 0 0 1px;
}
.photoBox .photo .photo-small:first-child {
    padding: 0 1px 0 0;
}
@media screen and (max-width: 900px) {
    .photoBox {
        display: block;
    }
    .photoBox .content,
    .photoBox .photo {
        width: 100%;
    }
    .photoBox .content {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .photoBox .photo {
        padding: 0 15px;
    }
}

/* リンクボタン */
.topics .headline .btn_more a {
    background: #01b8ff;
}
[class^="index-section"] .btn_detail {
    min-width: 250px;
}
[class^="index-section"] .btn_detail.btn_next a:hover,
.topics .headline .btn_more a:hover,
[class^="index-section"] .btn_detail.btn_next a:active,
.topics .headline .btn_more a:active,
[class^="index-section"] .btn_detail.btn_next a:focus,
.topics .headline .btn_more a:focus {
    color: #fff;
    background: #1b7fc4;
}
.btn_more a:hover {
    opacity: 1;
}
@media screen and (max-width: 480px) {
    [class^="index-section"] .btn_detail.btn_next {
        width: 70%;
    }
    [class^="index-section"] .btn_detail.btn_next a,
    .topics .headline .btn_more a {
        font-size: 1.6rem;
    }
}

/*===============================================================
トップページ
===============================================================*/
.main-visual {
    width: 1300px;
    height: auto;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    display: block;
}
.main-visual img {
    width: 1300px;
    height: auto;
    max-width: 100%;
    display: block;
}
[class^="index-section"] {
    margin: 0 auto 50px;
    padding: 0;
    max-width: 1300px;
    position: relative;
}
@media screen and (max-width: 1380px) {
    [class^="index-section"] {
        padding: 0 40px;
    }
}
@media screen and (max-width: 900px) {
    [class^="index-section"] {
        margin: 0 auto 30px;
        padding: 0 20px;
    }
}

/* top見出し */
.topics .topic_list:before {
    display: block;
    color: #1b7fc4;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 4px;
}
[class^="index-section"] p {
    margin-bottom: 20px;
}
[class^="index-section"] ul.links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
[class^="index-section"] ul.links li {
    display: flex;
    align-items: center;
    min-height: 60px;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
}
[class^="index-section"] ul.column2 li {
    width: 49%;
}
[class^="index-section"] ul.column3 li {
    width: 32%;
}
[class^="index-section"] ul.column3::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
[class^="index-section"] ul.links li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.index-section-menu ul.links li a {
    padding: 20px;
    color: #fff;
    background: #01b8ff;
    position: relative;
    font-size: 2.2rem;
}
.index-section-menu ul.links li a:hover {
    background-color: #1b7fc4;
}
.index-section-menu ul.links li a i.fa {
    margin-right: 20px;
}
[class^="index-section"] ul.links li a img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 900px) {
    [class^="index-section"] ul.column3 li {
        width: 49%;
    }
    [class^="index-section"] ul.column3::after {
        display: none;
    }
    .index-section-menu ul.links li a {
        font-size: 1.8rem;
    }
    .index-section-menu ul.links li a i.fa {
        margin-right: 15px;
    }
}
@media screen and (max-width: 700px) {
    [class^="index-section"] ul.links {
        flex-direction: column;
    }
    [class^="index-section"] ul.links li {
        width: 100%;
    }
    .index-section-menu ul.links li a {
        background-size: 24px auto;
    }
    .index-section-menu ul.links li a i.fa {
        margin-right: 12px;
    }
}
@media screen and (max-width: 370px) {
    .index-section-menu ul.links li a {
        padding: 15px;
    }
}

/* お知らせ */
.section_wrp .topics {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto 50px;
    position: relative;
}
@media screen and (max-width: 1380px) {
    .section_wrp .topics {
        padding: 0 40px;
    }
}
@media screen and (max-width: 900px) {
    .section_wrp .topics {
        padding: 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .section_wrp .topics {
        margin: 0 auto 30px;
    }
}

.topics .headline {
    text-align: left;
}
.topics .headline .btn_more {
    position: absolute;
    width: 200px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
.topics .headline .btn_more a {
    padding: 3px 10px;
    border: none;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.topics .headline .btn_more a:after {
    content: "";
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
    vertical-align: middle;
}

@media screen and (max-width: 700px) {
    .topics .headline .btn_more {
        width: auto;
        bottom: -5px;
    }
    .topics .headline .btn_more a {
        font-size: 1.4rem;
        padding: 10px 2em 10px 1em;
    }
}
.section_wrp .topics h3 {
    display: none;
}
.topic_list {
    float: none;
    width: 100%;
    border-top: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
@media screen and (max-width: 768px) {
    .topic_list {
        margin-top: 21px;
    }
}
.section_wrp .topics .topic_list dl {
    margin: 0;
    border: none;
}
.topics .topic_list dt {
    width: 140px;
    padding: 8px 0;
    border: none;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #1b7fc4;
    position: relative;
}
.topics .topic_list dt::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #01b8ff;
    position: absolute;
    bottom: 0.2em;
    left: 0;
}
.topics .topic_list dt .icon {
    display: none;
}
.topics .topic_list dt.important::after {
    margin-left: 5px;
    padding: 2px 4px;
    content: "重要";
    color: #d62727;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #d62727;
    border-radius: 2px;
}
.topics .topic_list dd {
    padding: 8px 0 8px 150px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: none;
}
.section_wrp .topics .topic_list dd {
    border: none;
}
.topics .topic_list dd a {
    color: #1b7fc4;
    text-decoration: none;
}
.topics .topic_list dd a:hover {
    color: #01b8ff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .topics .topic_list dt,
    .topics .topic_list dd {
        width: 100%;
    }
    .topics .topic_list dt {
        font-weight: 400;
    }
    .topics .topic_list dd {
        padding: 0 0 8px;
    }
}
/*===============================================================
CMSテンプレート
===============================================================*/
.ted-content ul.list {
    padding: 20px 0 0 40px;
}
.ted-content ul.list li {
    margin: 10px 0 0 0;
    list-style: disc outside;
}
.ted-content [class^="photo-"] img {
    max-width: 600px;
    display: block;
}
.ted-content .photo-left img {
    float: left;
    margin: 0 30px 20px 20px;
}
.ted-content .photo-right img {
    float: right;
    margin: 0 0 20px 30px;
}
.ted-content .photo-center img {
    margin: 0 auto 20px;
}
.ted-content [class^="photo-"]::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width: 1280px) {
    .ted-content [class^="photo-"] img {
        max-width: 50%;
    }
    .ted-content .photo-center img {
        max-width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .ted-content [class^="photo-"] img {
        float: none;
        max-width: 80%;
        margin: 20px auto 40px;
    }
}
@media screen and (max-width: 480px) {
    .ted-content [class^="photo-"] img {
        max-width: calc(100% - 40px);
    }
}
/* ページ内リンク */
.ted-content .cms-page-nav {
    max-width: 1200px;
    margin: 0 auto 70px; 
    padding: 30px;
    border: 1px solid #01b8ff;
}
.ted-content .cms-page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ted-content .cms-page-nav > ul li {
    width: 48%;
    border-bottom: 1px solid #01b8ff;
}
.ted-content .cms-page-nav > ul li a {
    padding: 10px 10px 10px 30px;
    display: block;
    text-decoration: none;
    position: relative;
}
.ted-content .cms-page-nav > ul li a::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border: solid #01b8ff;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .ted-content .cms-page-nav {
        padding: 10px 20px;
    }
    .ted-content .cms-page-nav ul {
        flex-direction: column;
    }
    .ted-content .cms-page-nav > ul li {
        width: 100%;
    }
    .ted-content .cms-page-nav > ul li:last-of-type {
        border-bottom: none;
    }
}
@media screen and (max-width: 480px) {
    .ted-content .cms-page-nav {
        margin: 30px auto 40px; 
        padding: 5px 10px;
    }
}
/*===============================================================
FAQ
===============================================================*/
#faq .ted-content [id^="faq-category"] dt {
    font-size: 2rem;
    margin: 50px 0 20px 0;
    padding: 0 0 20px 40px;
    line-height: 1.8;
    color: #1b7fc4;
    border-bottom: 1px solid #01b8ff;
}
#faq .ted-content [id^="faq-category"] dd {
    padding: 0 0 0 40px;
}
#faq .ted-content [id^="faq-category"] dt,
#faq .ted-content [id^="faq-category"] dd {
    position: relative;
    min-height: 3rem;
}
#faq .ted-content [id^="faq-category"] dt::before,
#faq .ted-content [id^="faq-category"] dd::before {
    content: "Q";
    display: block;
    color: #01b8ff;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 3rem;
    line-height: 1;
}
#faq .ted-content [id^="faq-category"] dd::before {
    content: "A";
    color: #ccc;
}
@media screen and (max-width: 900px) {
    #faq .ted-content [id^="faq-category"] dt {
        line-height: 1.6;
    }
}
@media screen and (max-width: 480px) {
    #faq .ted-content [id^="faq-category"] dt {
        font-size: 1.6rem;
        padding: 0 0 10px 24px;
    }
    #faq .ted-content [id^="faq-category"] dd {
        padding: 0 0 0 24px;
    }
    #faq .ted-content [id^="faq-category"] dt::before,
    #faq .ted-content [id^="faq-category"] dd::before {
        font-size: 2rem;
    }
}
/*===============================================================
CMSテンプレート
===============================================================*/
#info .ted-content [class^="photo-"] img {
    width: 1000px;
    max-width: 90%;
}

.cookie-consent {
    border: 0px;
}
