@charset "UTF-8";

/* webfont */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');

body, input, textarea, button {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','HiraKakuProN-W3','ヒラギノ角ゴシック W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
html {
  font-size: 62.5%;
}
body {
  font-size:1.6rem;/* 16px*/
}
* {
  box-sizing: border-box;
}
/* 必須マーク調整*/
.m-inputCustomerInfo.u-2cols-container .o-require {
  height: auto;
}
/*===============================================================
tcsm_header
===============================================================*/
.tcsm_header {
  position: relative;
  background: #0075c2;
  z-index: 2000;
}

.tcsm_header_top {
  position: relative;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .tcsm_header_top {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
}

.tcsm_header_nav {
  position: relative;
  background: #0075c2;
}

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

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

/*===============================================================
tcsm_logo
===============================================================*/
@media screen and (max-width: 1024px) {
  .tcsm_logo {
    max-width: 200px;
  }
}

.tcsm_logo a {
  display: block;
}

.tcsm_logo img {
  max-width: 100%;
  height: auto;
}

/*===============================================================
tcsm_h-util
===============================================================*/
.tcsm_h-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin: auto;
  padding: 13px 20px 11px;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-util {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tcsm_h-util_logo {
    padding: 7px 0 6px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tcsm_h-util_links {
    display: none;
  }
}

.tcsm_h-util_tgl {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-util_tgl {
    display: block;
  }
}

/*===============================================================
tcsm_h-links
===============================================================*/
@media screen and (min-width: 1025px) {
  .tcsm_h-links-sp {
    display: none;
  }
}

.tcsm_h-links_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-links_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 10px 15px;
  }
}

.tcsm_h-links_item {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-links_item {
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
  }
}

.tcsm_h-links_item + .tcsm_h-links_item {
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-links_item + .tcsm_h-links_item {
    margin-left: 0;
  }
}

.tcsm_h-links_link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-links_link {
    display: block;
    padding: 14px 10px;
    background: #fff;
    color: #0075c2;
    text-align: center;
  }
}

.tcsm_h-links_link:link, .tcsm_h-links_link:visited, .tcsm_h-links_link:hover {
  color: #0075c2;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .tcsm_h-links_link:link, .tcsm_h-links_link:visited, .tcsm_h-links_link:hover {
    color: #0075c2;
  }
}

.tcsm_h-links_link:hover {
  opacity: .6;
}

/*===============================================================
tcsm_navTgl
===============================================================*/
.tcsm_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;
}

.tcsm_navTgl_line {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 18px;
  background: #0075c2;
  transform: rotate(0);
  transition: all .1s linear;
}

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

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

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

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

.tcsm_navTgl.is-open .tcsm_navTgl_line:nth-child(2) {
  width: 0;
}

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

.tcsm_navTgl_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 39px;
  font-size: 10px;
  line-height: 1.2;
  color: #0075c2;
  text-align: center;
}

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

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

.tcsm_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) {
  .tcsm_nav_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tcsm_nav_item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .tcsm_nav_item {
    width: 100%;
  }
  .tcsm_nav_item + .tcsm_nav_item {
    border-top: 1px solid #fff;
  }
}

.tcsm_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) {
  .tcsm_nav_link {
    padding: 15px 15px 13px;
  }
}

.tcsm_nav_item.has-child .tcsm_nav_link {
  padding: 20px 42px 18px 21px;
}

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

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

.tcsm_nav_item.has-child .tcsm_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) {
  .tcsm_nav_item.has-child .tcsm_nav_link:after {
    width: 9px;
    height: 9px;
    right: 21px;
  }
  .tcsm_nav_item.has-child .tcsm_nav_link.active:after {
    top: 4px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1025px) {
  .tcsm_nav_item.is-active .tcsm_nav_link {
    background: #fff;
    color: #333;
  }
  .tcsm_nav_item.is-active .tcsm_nav_link:after {
    border-color: #333;
  }
}

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

.tcsm_nav_child {
  display: none;
}

@media screen and (min-width: 1025px) {
  .tcsm_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;
  }
}

/*===============================================================
tcsm_navChild
===============================================================*/
.service_list {
  background: #0075c2;
  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 .tcsm_navCard_ttl {
  padding: 15px;
  width: 230px;
  height: 100%;
  position: relative;
  text-align: center;
}
.service_list .tcsm_navCard_ttl p {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}
.service_list .tcsm_navCard_ttl a {
  margin: 20px auto;
  padding: 10px;
  width: 100px;
  color: #0075c2;
  background: #fff;
  font-size: 1.1rem;
  display: block;
  text-decoration: none;
}
.nav-category {
  width: calc( 100% - 230px );
  min-height: 160px;
  padding: 30px 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.nav-category > li {
  width: calc( 100% / 3 - 31px );
  margin: 0 30px 30px 0;
}
.nav-category > li .category-title {
  color: #0075c2;
  font-size: 1.6rem;
  font-weight: 700;
}
.nav-category > li ul.category-list a {
  color: #666;
  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 .tcsm_navCard_ttl {
        display: none;
    }
  .service_list,
  .nav-category {
    width: 100%;
    min-height: auto;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service_list .tcsm_navCard_ttl_sp {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-decoration: none;
    color: #0075c2;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .nav-category {
    margin: 0;
    padding: 0;
  }
  .nav-category > li {
    width: 100%;
    margin: 0;
  }
  .nav-category > li ul.category-list {
    display: block!important;
  }
  .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: #0075c2;
    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: #fff;
    padding: 0;
  }
  .nav-category > li ul.category-list li {
    border-top: 1px solid #ddd;
  }
  .nav-category > li ul.category-list a {
    display: block;
    padding: 12px 20px;
    color: #0075c2;
  }
  .nav-category > li ul.category-list a:before {
    display: none;
  }
}

/*===============================================================
tcsm_overlay
===============================================================*/
.tcsm_overlay {
  display: none;
}

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

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

/*===============================================================
tcsm_footer
===============================================================*/
.footer_wrp .content_width {
  background: #0075c2;
}
.tcsm_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  padding: 13px 20px;
}
/* SNSアイコン */
.tcsm_footer .footer-sns {
  padding: 0 0 10px 0;
  width: 100%;
}
.tcsm_footer .footer-sns img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 20px 0 0;
}
.tcsm_footer .footer-sns img#sns-youtube {
  width: 45.41px;
  height: 32px;
}
.tcsm_footer .footer-sns img#sns-facebook {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .tcsm_footer {
    padding: 13px 20px 0;
  }
  .tcsm_footer .tcsm_f-links {
    width: 100%;
    padding: 0 0 13px;
  }
  .tcsm_copyright {
    width: calc( 100% + 40px );
    margin: 0 -20px;
    padding: 9px 10px 7px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .tcsm_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tcsm_f-links {
    padding: 10px 10px 18px;
    box-sizing: border-box;
  }
}
/*===============================================================
tcsm_footer
===============================================================*/
.tcsm_f-links {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -13px 0;
}
.tcsm_f-links_item {
  margin: 5px 0 0;
  padding: 0 13px;
  box-sizing: border-box;
}
.tcsm_f-links_link {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .tcsm_f-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tcsm_f-links_item {
    width: 100%;
    margin: 12px 0 0;
    padding-left: 0;
  }
  .tcsm_f-links_link {
    font-size: 12px;
  }
}
.tcsm_f-links_link:link, .tcsm_f-links_link:visited {
  color: #fff;
  text-decoration: none;
}

.tcsm_f-links_link:hover {
  color: #fff;
  text-decoration: underline;
}

/*===============================================================
tcsm_copyright
===============================================================*/
.tcsm_copyright {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tcsm_copyright {
    padding: 20px;
    font-size: 12px;
    text-align: left;
  }
}

/*===============================================================
btn_pagetop
===============================================================*/
#btn_pagetop a {
  background: #009fe8;
}

#btn_pagetop a:hover {
  background: #009fe8;
  opacity: .6 !important;
}

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

.section_wrp {
  margin: 0 !important;
}

/*===============================================================
tcsm_section
===============================================================*/
.tcsm_section.is-white {
  background: #fff;
}

.tcsm_section.is-gray {
  background: #f5f5f5;
}

.tcsm_section.is-bgNetwork {
  background: url("/image/tcsm_bgNetwork") center center no-repeat;
  background-size: cover;
}

.tcsm_section_inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 10px;
}

@media screen and (max-width: 768px) {
  .tcsm_section_inner {
    padding: 40px 10px;
  }
}

.tcsm_section.is-bnrArea .tcsm_section_inner {
  padding: 40px 10px;
}

@media screen and (max-width: 768px) {
  .tcsm_section.is-bnrArea .tcsm_section_inner {
    padding: 10px;
  }
}

.tcsm_section.is-entry .tcsm_section_inner {
  padding: 65px 10px 76px;
}

@media screen and (max-width: 768px) {
  .tcsm_section.is-entry .tcsm_section_inner {
    padding: 36px 10px 50px;
  }
}

.tcsm_bnrArea img {
  max-width: 100%;
  height: auto;
}

/*===============================================================
tcsm_mvSection
===============================================================*/
.tcsm_mvSection_inner {
  max-width: 1300px;
  margin: auto;
}

/*===============================================================
tcsm_mvSlider
===============================================================*/
.tcsm_mvSlider {
  position: relative;
}

@media screen and (max-width: 768px) {
  .tcsm_mvSlider {
    padding-bottom: 34px;
  }
}

.tcsm_mvSlider .bx-wrapper {
  padding: 0;
}

.tcsm_mvSlider_card {
  display: block;
}

.tcsm_mvSlider_card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

a.tcsm_mvSlider_card {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

a.tcsm_mvSlider_card:hover {
  opacity: .6;
}

.tcsm_mvSlider_btn {
  position: absolute;
  top: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .tcsm_mvSlider_btn {
    top: calc(50% - 32px);
  }
}

.tcsm_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) {
  .tcsm_mvSlider_btn a {
    width: 30px;
    height: 30px;
  }
}

.tcsm_mvSlider_btn a:hover {
  opacity: .6;
}

.tcsm_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) {
  .tcsm_mvSlider_btn a:after {
    width: 8px;
    height: 8px;
  }
}

.tcsm_mvSlider_btn.is-prev {
  left: 10px;
}

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

@media screen and (max-width: 768px) {
  .tcsm_mvSlider_btn.is-prev a:after {
    left: 4px;
  }
}

.tcsm_mvSlider_btn.is-next {
  right: 10px;
}

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

@media screen and (max-width: 768px) {
  .tcsm_mvSlider_btn.is-next a:after {
    right: 4px;
  }
}

.tcsm_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) {
  .tcsm_mvSlider_control {
    bottom: 0px;
  }
}

/*-------------------------------------------------------------
tcsm_mvPager
-------------------------------------------------------------*/
.tcsm_mvPager {
  position: relative;
}

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

.tcsm_mvPager .bx-pager {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.tcsm_mvTgl .bx-controls-auto .bx-start,
.tcsm_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;
}

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

.tcsm_mvTgl .bx-controls-auto .bx-start:before, .tcsm_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;
}

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

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

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

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

.tcsm_mainArea_inner {
  max-width: 1300px;
  margin: auto;
  padding: 15px 0 80px;
}
@media screen and (max-width: 1380px) {
  .tcsm_mainArea_inner {
    max-width: 100%;
    padding: 15px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .tcsm_mainArea_inner {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 480px) {
  .tcsm_mainArea_inner {
    padding: 0 10px 80px;
  }
}

/*===============================================================
tcsm_listBreadCrumb
===============================================================*/
.tcsm_mainArea .tcsm_breadCrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}

.tcsm_mainArea .tcsm_listBreadCrumb {
  letter-spacing: -.34em;
}

.tcsm_mainArea .tcsm_listBreadCrumb_item {
  position: relative;
  display: inline;
  letter-spacing: normal;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .tcsm_mainArea .tcsm_breadCrumb {
    padding: 10px 20px;
  }
}

.tcsm_mainArea .tcsm_listBreadCrumb_item + .tcsm_listBreadCrumb_item {
  margin-left: 6px;
}

.tcsm_mainArea .tcsm_listBreadCrumb_item + .tcsm_listBreadCrumb_item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -2px 16px 0 0;
  border: solid #0075c2;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  letter-spacing: -.34em;
}

@media screen and (max-width: 768px) {
  .tcsm_mainArea .tcsm_listBreadCrumb_item + .tcsm_listBreadCrumb_item:before {
    width: 4px;
    height: 4px;
    margin-right: 14px;
    border-width: 0 1px 1px 0;
  }
}

.tcsm_mainArea .tcsm_listBreadCrumb_item_link {
  text-decoration: none;
}

/*===============================================================
tcsm_list
===============================================================*/
.tcsm_list {
  margin: 0;
  padding: 0;
}

.tcsm_list > li {
  position: relative;
  padding: 0 0 0 22px;
}

.tcsm_list > li + li {
  margin-top: 10px;
}

.tcsm_list > li:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 8px;
  background: #0075c2;
}

.tcsm_list > li .tcsm_list > li:before {
  background-color: #ccc;
}

/*===============================================================
 step flowbox
===============================================================*/
 .flowbox .popbox.active .popbox_body {
  background: #0075c2;
}

.flowbox .popbox_right.active .popbox_body {
  border: solid 1px #0075c2;
}

.popbox.active .popbox_arw:after {
  background: #0075c2;
}

/*===============================================================
　カラー一括変更
===============================================================*/
/*///// ベースカラー /////*/
/* 背景色 */
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: #0075c2;
}
@media screen and (max-width: 768px) {
  .local_menu_btn span,
  .local_menu_btn span:before,
  .local_menu_btn span:after {
    background-color: #0075c2;
  }
}
/* hover */
.tabaccordionbody .btn_detail.btn_next .custom_items_button:hover {
  background-color: #2994da;
}
/* 文字色 */
.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 {
  color: #0075c2;
}
/* リンク文字色 */
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: #0075c2;
}
a:hover,
.pankuzu li a:hover,
.localnav .navlist li a:hover {
  color: #29b7f9;
}
/* ボーダー色 */
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: #0075c2;
}
/* 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: #009fe8;
}
@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: #009fe8;
  }
}
/* 文字色 */
@media screen and (max-width: 768px) {
  .header_wrp .header .nav {
    color: #009fe8;
  }
}

/*///// 淡色 /////*/
/* 背景色 */
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: #e8f6ff;
}
.m-productOption-item{
  border-color: #e8f6ff;
}
@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: #e8f6ff;
  }
}
/* ボーダー色 */
@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: #e8f6ff;
  }
}

/*///// アクセントカラー /////*/
/* 背景色 */
.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: #000;
}
/* hover */
.btn_detail.btn_next a:hover,
.btn_detail.btn_next button:hover,
.btn_detail.btn_next input:hover,
.btn_detail.regist a:hover {
  background-color: #000;
}
/* 文字色 */
.l-cartTotalBox-inner .o-row-total .o-text-right,
.billing_cart .cart_table td.totalprice p {
  color: #000;
}
/* ボーダー色 */
.nextPageBtn:after,
.btn_detail.btn_next:after,
.btn_detail.regist:after {
  border-color: #fff;
}
/*お気に入りオン*/
.m-itemDetail-head .o-favstar .favorite {
  color: #009fe8;
}
/*お気に入りオフ*/
.m-itemDetail-head .o-favstar .favorite .fa-star-o{
  color: #ccc;
}

/*///// 重要・警告系カラー /////*/
/* 文字色 */
.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: #0075c2;
  }
}

/*******************************************************************************
　2020.02 IoT SELECTION リニューアル・新規追加分スタイル
********************************************************************************/
/*===============================================================
共通スタイル
===============================================================*/
html {
  overflow-x: hidden;
}
sub {
  vertical-align: baseline;
  font-size: 1.2rem;
}
.tcsm_content img {
  max-width: 100%;
}
section::after {
  content: "";
  display: block;
  clear: both;
}
/* CMSページ以外のパンクズ位置調整 */
.pankuzu {
  max-width: 1280px;
  margin: 0 auto;
}
.pankuzu .content_width {
  padding: 0;
}
.tcsm_mainArea h1, .tcsm_mainArea h2, .tcsm_mainArea h3, .tcsm_mainArea h4,
.tcsm_mainArea p, .tcsm_mainArea li, .tcsm_mainArea dt, .tcsm_mainArea dd,
[class^="index-section"] p, [class^="index-section"] dt, [class^="index-section"] dd {
  color: #000;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.tcsm_mainArea li {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .tcsm_mainArea h1, .tcsm_mainArea h2, .tcsm_mainArea h3, .tcsm_mainArea h4,
  .tcsm_mainArea p, .tcsm_mainArea li, .tcsm_mainArea dt, .tcsm_mainArea dd,
  [class^="index-section"] p, [class^="index-section"] dt, [class^="index-section"] dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.tcsm_mainArea h1, .tcsm_mainArea h2, .tcsm_mainArea h3, .tcsm_mainArea h4,
[class^="index-section"] h2 {
  line-height: 1.2;
}
.tcsm_mainArea h1 {
  margin: 0 auto 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 1280px;
  height: 150px;
  background: transparent;
  position: relative;
  color: #0075c2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.tcsm_mainArea h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("/image/pageheader-bg") right center no-repeat;
  background-size: cover;
}
.tcsm_mainArea h1 span {
  font-weight: 700;
}
.tcsm_mainArea h1 span small {
  padding-top: 10px;
  display: block;
  position: relative;
  font-family: Raleway,'Noto Sans JP','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','HiraKakuProN-W3','ヒラギノ角ゴシック W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.tcsm_mainArea h1 span small:before {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  margin-bottom: 10px;
  background: #0075c2;
}
@media screen and (min-width: 769px) {/*769px以上*/
  .tcsm_mainArea h1 span {
    font-size: 3rem;
  }
  .tcsm_mainArea h1 span small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1360px) {
  .tcsm_mainArea h1::before {
    margin: 0 calc(50% - 50vw) 40px;
    width: 100vw;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .tcsm_mainArea h1::before {
    background-position: left 60% center;
  }
  .tcsm_mainArea h1 span {
    font-size: 2.6rem;
  }
  .tcsm_mainArea h1 span small {
    font-size: 1.4rem;
    padding-top: 5px;
  }
  .tcsm_mainArea h1 span small:before {
    margin-bottom: 5px;
  }
}
.tcsm_mainArea h1 + p {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tcsm_mainArea h1::before {
    opacity: 0.7;
  }
  .tcsm_mainArea h1 + p {
    text-align: left;
  }
}
.tcsm_mainArea h2 {
  padding: 0 0 20px 0;
  color: #0075c2;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .tcsm_mainArea h1 span {
    font-size: 2.3rem;
  }
  .tcsm_mainArea h2 {
    font-size: 2rem;
  }
}
.tcsm_mainArea h2:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #0075c2;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1em;
}
.tcsm_content ol {
  padding: 0 0 0 30px;
}
.tcsm_content ol li {
  list-style: decimal outside;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .tcsm_content ol {
    padding: 0 0 0 25px;
  }
  .tcsm_content ol li  {
    padding: 0 15px 0 5px;
  }
}
.tcsm_content p.note {
  margin: 10px 0 0 1em;
  line-height: 1.6;
  font-size: 90%;
}
.tcsm_content p.note .mark {
  margin-left: -1em;
}
.tcsm_content strong {
  font-weight: 700;
  color: #0075c2;
}
/* 絞り込みコンテナ */
.filter-controls,
.filter-container {
  display: flex;
  flex-wrap: wrap;
}
.filter-controls {
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .filter-controls {
    justify-content: flex-start;
  }
}
.filter-container {
  margin: 110px 0 0;
  justify-content: space-between;
}
.filter-container .card,
.filter-container .gap {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 98%;
}
.filter-container .card {
  background: #fff;
}
/* 絞り込みボタン */
.filter-controls .control {
  margin: 30px 1.5% 0;
  width: 20%;
  max-width: 200px;
  min-width: 120px;
  height: 50px;
  color: #0075c2;
  background: #fff;
  font-size: 1.8rem;
  border: 2px solid #0075c2;
  border-radius: 6px;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
.filter-controls .mixitup-control-active {
  color: #fff;
  background: #0075c2;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-controls .control:hover {
    color: #fff;
    background: rgba(52, 165, 215, 0.6);
  }
}
/* カード共通スタイル */
.filter-container .card {
  padding: 0 0 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.filter-container h2::after {
  display: none;
}
.filter-container .card-title {
  margin: 20px;
  padding: 0 10px;
  border-left: 4px solid #0075c2;
  color: #000;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
.filter-container .card-title a {
  color: #000;
  text-decoration: none;
}
.filter-container .card-title a:hover,
.filter-container .card-title a:active {
  color: #0075c2;
}
.filter-container .card .logo,
.filter-container .card .photo {
  width: 350px;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.filter-container .card a.logo:after,
.filter-container .card a.photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.4s ease;
}
.filter-container .card .logo {
  height: 250px;
}
.filter-container .card .logo img {
  max-width: 301px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-container .card a.logo:hover:after,
  .filter-container .card a.photo:hover:after {
    box-shadow: #0075c2 0px 0px 0px 4px inset;
  }
  .filter-container .card dl dd a:hover {
    text-decoration: underline;
  }
}
.filter-container .card-title span {
  display: block;
  font-size: 1.4rem;
}
.filter-container .tag {
  color: #34a5d7;
  margin: 0 0 0 20px;
  padding: 2px 10px;
  border: 2px solid #34a5d7;
  border-radius: 6px; 
  font-size: 1.2rem;
  font-weight: 700;
}
.filter-container .card .details,
.filter-container .card .item {
  margin: 0 20px;
}
.filter-container .card p.details {
  margin-top: 15px;
  line-height: 1.6;
}
.filter-container .card dl dt {
  margin: 15px 0 0 0;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #0075c2;
  color: #666;
  line-height: 1.6;
}
.filter-container .card dl dd {
  margin: 6px 0 0 0;
  line-height: 1.6;
}
.filter-container .card dl dd a {
  text-decoration: none;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .filter-container .card dl dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1300px) {
  .filter-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .filter-controls .control {
    width: 18%;
    margin: 30px 1% 0;
  }
}
@media screen and (max-width: 900px) {
  .filter-controls .control {
    width: 24%;
    height: auto;
    margin: 20px 2% 0;
    padding: 10px 0;
  }
  .filter-container {
    margin: 30px 0 0;
  }
  .filter-container .card-title {
    margin: 20px 15px;
  }
  .filter-container .tag,
  .filter-container .card dl {
    margin: 0 15px;
  }
  .filter-container .card .details {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .filter-container .card .logo img {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .filter-container .card .logo {
    height: 150px;
  }
  .filter-container .card .logo img {
    max-width: 90%;
  }
  .filter-controls .control {
    width: 46%;
    font-size: 1.4rem;
    margin: 10px 2% 0;
    padding: 7px 0;
  }
  .filter-container .btn_detail {
    width: calc( 100% - 30px );
  }
}
/* 汎用コンテナ */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-container::after {
  content: "";
  display: block;
  width: 30%;
  max-width: 350px;
}
.flex-container > li {
  width: 30%;
  max-width: 350px;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing:border-box;
}
@media screen and (max-width: 960px) {
  .flex-container {
    justify-content: n;
  }
  .flex-container > li {
    width: 45%;
  }
  .flex-container::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .flex-container {
    margin: 0 auto;
    display: block;
  }
  .flex-container > li {
    width: 100%;
  }
}
/* リンクボタン */
#about .btn_detail,
[class^="index-section"] .btn_detail {
  min-width: 250px;
}
#about .btn_detail.btn_next a,
[class^="index-section"] .btn_detail.btn_next a,
.btn_detail.btn_next.blue a,
.topics .headline .btn_more a {
  background: #0075c2;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  border: none;
}
#about .btn_detail.btn_next a:hover,
[class^="index-section"] .btn_detail.btn_next a:hover,
.btn_detail.btn_next.blue a:hover,
.topics .headline .btn_more a:hover,
#about .btn_detail.btn_next a:active,
[class^="index-section"] .btn_detail.btn_next a:active,
.btn_detail.btn_next.blue a:active,
.topics .headline .btn_more a:active,
#about .btn_detail.btn_next a:focus,
[class^="index-section"] .btn_detail.btn_next a:focus,
.btn_detail.btn_next.blue a:focus,
.topics .headline .btn_more a:focus {
  color: #fff;
  background: #2994da;;
}
@media screen and (max-width: 480px) {
  #about .btn_detail,
  #smartconnect .btn_detail,
  [class^="index-section"] .btn_detail.btn_next {
    width: 70%;
  }
  #about .btn_detail a,
  #smartconnect .btn_detail a,
  [class^="index-section"] .btn_detail.btn_next a,
  .topics .headline .btn_more a {
    font-size: 1.6rem;
  }
}
/*===============================================================
トップページ
===============================================================*/
[class^="index-section"] {
  padding: 0 0 50px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  [class^="index-section"] {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  [class^="index-section"] {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 350px) {
  [class^="index-section"] {
    padding: 30px 10px;
  }
}
[class^="index-section"]:nth-child(even):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background: #f5fefe;
}
@media screen and (min-width: 1301px) { /* 1300px以上はウィンドウサイズの端まで背景を出す */
  [class^="index-section"]:nth-child(even):before {
    width: 800%;
    left: -400%;
  }
}
/* 見出し共通 */
[class^="index-section"] h2,
.topics .headline .title {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 0 35px;
  font-size: 3rem;
  font-weight: 400;
  color: #0075c2;
  border: none;
  line-height: 1.2;
}
.topics .headline .title {
  margin: 0 0 40px;
}
[class^="index-section"] h2::before,
[class^="index-section"] h2::after,
.topics .headline .title:before,
.topics .headline .title:after {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 4px;
}
[class^="index-section"] h2::before,
.topics .headline .title::before {
  width: 22px;
  height: 22px;
  top: 7px;
  left: 0;
  background: #0075c2;
}
[class^="index-section"] h2::after,
.topics .headline .title:after {
  width: 22px;
  height: 22px;
  top: 35px;
  left: 0;
  background: #009fe8;
}
[class^="index-section"] h2 .sub_title,
.topics .topic_list:before {
  display: block;
  color: #0075c2;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 4px;
}
.index-section-introduction h2 .sub_title {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .index-section-introduction h2 .sub_title {
    margin-left: 1px;
  }
}
/* お知らせサブタイトルを疑似要素で表示 */
#section02 .topic_list:before {
  content: "Information";
  position: absolute;
  top: -45px;
  left: 38px;
}
@media screen and (min-width: 1101px) {
  .index-section-introduction .btn_detail {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 480px) {
  [class^="index-section"] h2,
  .topics .headline .title {
    padding: 0 0 0 22px;
    font-size: 2.4rem;
  }
  [class^="index-section"] h2::before,
  [class^="index-section"] h2::after,
  .topics .headline .title:before,
  .topics .headline .title:after {
    border-radius: 2px;
  }
  [class^="index-section"] h2::before,
  .topics .headline .title::before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
  [class^="index-section"] h2::after,
  .topics .headline .title:after {
    width: 18px;
    height: 18px;
    top: 32px;
  }
}
/* お知らせ */
.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: 480px) {
  .section_wrp .topics {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
.topics .headline {
  text-align: left;
}
.topics .headline .btn_more {
  position: absolute;
  width: 200px;
  height: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.topics .headline .btn_more a {
  padding: 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: 768px) {
  .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: #666;
  position: relative;
}
.topics .topic_list dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #0075c2;
  position: absolute;
  bottom: 0.2em;
  left: 0;
}
.topics .topic_list dt .icon {
  display: none;
}
.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: #666;
  text-decoration: none;
}
.topics .topic_list dd a:hover {
  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;
  }
}

/* flexboxの最終列左寄せ用 */
[class^="index-section"] .filter-container {
  margin: 25px 0 0;
}
/* flexboxの最終列左寄せ用 */
[class^="index-section"] .filter-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

/* 関連サイト */
.index-section-links {
  padding: 0 0 100px;
}
.index-section-links h2 {
  padding: 0 0 10px;
  text-align: center;
}
.index-section-links h2::before {
  display: none;
}
.index-section-links h2::after {
  width: 50px;
  height: 2px;
  color: #0075c2;
  border-radius: 0;
  top: 100%;
  left: 50%;
  margin-left: -25px;
}
.index-section-links .link-banners {
  width: 1000px;
  margin: 50px auto 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-section-links .link-banners li {
  margin: 0 10px 30px;
}
@media screen and (max-width: 960px) {
  .index-section-links .link-banners {
    width: 450px;
  }
}
@media screen and (max-width: 600px) {
  .index-section-links .link-banners {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .index-section-links .link-banners li {
    margin: 0 auto 30px;
  }
}

/*===============================================================
About
===============================================================*/
#about .tcsm_breadCrumb + .tcsm_mainArea_inner {
  padding-bottom: 50px;
}
#about [class^="tcsm_content"] img {
  margin: 50px auto 0;
  display: block;
  max-width: 100%;
  height: auto;
}
/* 紹介文 */
#about .introduction {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
#about .introduction h2 {
  margin-top: 70px;
}
#about .introduction img {
  width: 494px;
}
#about .introduction .notice {
  margin: 30px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #707070;
}
#about .tcsm_content-2 {
  margin: 40px 0;
}
#about .tcsm_content-2 img {
  width: 698px;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 0 10px;
  }
  #about .tcsm_content-2 img {
    width: 90%;
  }
}
#about .btn_detail.btn_next {
  margin-top: 60px;
}
/* 特長 */
#about .feature {
  margin: 0 auto 30px;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#about .feature h3 {
  font-size: 3rem;
  color: #666;
  position: relative;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}
#about .feature h3 span {
  margin-bottom: 0.5em;
  color: #0075c2;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
#about .feature h3:after {
  content: "";
  display: block;
  height: 7px;
  background: #009fe8;
  margin-top: -0.4em;
}
#about .feature .feature-text {
  padding: 50px 40px;
  width: calc( 100% - 35% );
  display: block;
  position: relative;
}
#about .feature .feature-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: -2;
}
#about .feature.left .feature-text:before {
  background: #d9eeff;
  left: 0;
}
#about .feature.right .feature-text:before {
  background: #e6f9ff;
  right: 0;
}
@media screen and (min-width: 1301px) { /* 1300px以上はウィンドウサイズの端まで背景を出す */
  #about .feature .feature-text:before {
    width: 300%;
  }
  #about .feature.left .feature-text:before {
    left: -200%;
  }
  #about .feature.right .feature-text:before {
    right: -200%;
  }
}
#about .feature .icon {
  width: 35%;
  min-height: 200px;
  position: relative;
}
#about .feature .icon svg {
  width: auto;
  max-width: 220px;
  height: 200px;
  fill: #009fe8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 900px) {
  #about .feature .feature-text {
    width: calc( 100% - 30% );
  }
  #about .feature .icon {
    width: 30%;
    min-height: 150px;
  }
  #about .feature .icon svg {
    height: 150px;
  }
}
@media screen and (max-width: 767px) { /* 768px未満（SP～TAB） */
  #about .feature {
    margin: 0 auto 10px;
    display: block;
  }
  #about .feature:last-of-type {
    margin-bottom: 30px;
  }
  #about .feature h3 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #about .feature h3 span {
    font-size: 3rem;
    colo: #009fe8;
  }
  #about .feature h3:after {
    background: #32b6f2;
  }
  #about .feature .feature-text {
    width: 100%;
    padding: 30px 20px;
  }
  #about .feature .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #about .feature .icon svg {
    height: 200px;
    z-index: -1;
  }
  #about .feature.left .feature-text:before {
    background: #e4f2fd;
  }
  #about .feature.right .feature-text:before {
    background: #f0fafd;
  }
  #about .feature.left .icon svg {
    fill: #cde5f7;
  }
  #about .feature.right .icon svg {
    fill: #dbf0f6;
  }
}
/*===============================================================
ご利用方法
===============================================================*/
#guide .tcsm_mainArea_inner {
  padding-bottom: 30px;
}
#guide .step-number {
  text-transform: uppercase;
  font-weight: 700;
}
#guide ul.step {
  max-width: 1200px;
  margin: 0 auto 50px;
  color: #0075c2;
  display: table;
  border-spacing: 30px 0;
}
#guide ul.step li {
  width: 20%;
  max-width: 280px;
  margin: 0 5% 0 0;
  padding: 30px 20px;
  color: #0075c2;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #0075c2;
  background-size: auto 70px;
  background-position: center center;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#guide ul.step li:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #0075c2;
}
#guide ul.step li:last-of-type {
  margin: 0;
}
#guide ul.step li .step-number {
  margin-bottom: 5px;
}
#guide ul.step li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#guide ul.step li img {
  width: auto;
  height: 80px;
  opacity: 0.2;
}
#guide ul.step li.step04 img {
  height: 60px;
}
#guide .step-content-01 {
  background: transparent url("/image/guide-icon-step1") 50px center no-repeat;
}
#guide .step-content-02 {
  background: transparent url("/image/guide-icon-step2") 40px center no-repeat;
}
#guide .step-content-03 {
  background: transparent url("/image/guide-icon-step3") 60px center no-repeat;
}
#guide .step-content-04 {
  background: transparent url("/image/guide-icon-step4") 20px center no-repeat;
}
#guide [class^="step-content-"] {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px 220px;
  background-size: auto 100px;
}
#guide [class^="step-content-"]:not(:first-of-type) {
  border-top: 1px solid #0075c2;
}
#guide .step-content-03 {
  background-size: auto 110px;
}
#guide .step-content-04 {
  background-size: auto 80px;
}
#guide [class^="step-content-"] h2 {
  text-align: left;
  margin: 0 0 10px 0;
}
#guide [class^="step-content-"] h2:after {
  display: none!important;
}
#guide [class^="step-content-"] h2 .step-number {
  margin-right: 10px;
  color: #009fe8;
}
#guide [class^="step-content-"] p {
  margin-top: 5px;
}
#guide [class^="step-content-"] li p.note img {
  margin-top: 10px;
  max-width: 90%;
}
#guide [class^="step-content-"] li p.note img#credit-logo {
  width: 385px;
  height: auto;
}
@media screen and (max-width: 900px) {
  #guide ul.step li {
    padding: 10px;
    font-size: 1.6rem;
  }
  #guide ul.step li img {
    height: 60px;
  }
  #guide ul.step li.step04 img {
    height: 40px;
  }
  #guide [class^="step-content-"] {
    padding: 30px 0 30px 150px;
    background-size: auto 80px;
  }
  #guide .step-content-01 {
    background-position: 20px center;
  }
  #guide .step-content-02 {
    background-position: 20px center;
  }
  #guide .step-content-03 {
    background-position: 40px center;
    background-size: auto 90px;
  }
  #guide .step-content-04 {
    background-position: 10px center;
    background-size: auto 60px;
  }
}
@media screen and (max-width: 767px) {
  #guide ul.step {
    display: block;
    padding: 0 10px;
  }
  #guide ul.step li {
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 30px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  #guide ul.step li img {
    left: 20px;
    height: 20px;
    opacity: 0.8;
  }
  #guide ul.step li.step04 img {
    height: 15px;
  }
  #guide ul.step li .step-number {
    display: inline-block;
    margin: 0 1em 0;
  }
  #guide ul.step li:not(:last-of-type):after {
    right: 50%;
    top: auto;
    bottom: -11px;
    display: block;
    width: 1px;
    height: 10px;
  }
  #guide [class^="step-content-"] {
    padding: 20px 10px;
    background-size: auto 30px;
  }
  #guide .step-content-01 {
    background-position: 12px 15px;
  }
  #guide .step-content-02 {
    background-position: 10px 15px;
  }
  #guide .step-content-03 {
    background-position: 15px 12px;
    background-size: auto 40px;
  }
  #guide .step-content-04 {
    background-position: 5px 20px;
    background-size: auto 25px;
  }
  #guide [class^="step-content-"] h2 {
    margin: 0 0 20px 0;
    padding: 0 0 0 60px;
  }
}
/*===============================================================
すまコネとは
===============================================================*/
#smartconnect .tcsm_mainArea_inner > section {
  margin-bottom: 40px;
}
#smartconnect .submit_btns + section {
  margin-top: 60px;
}
#smartconnect h1 {
  max-width: 1300px;
  height: auto;
  padding: 0;
  display: block;
}
#smartconnect h1::before {
  display: none;
}
#smartconnect h2 {
  margin-bottom: 30px;
}
#smartconnect h2 span {
  font-weight: 700;
  display: inline-block;
}
#smartconnect h2 .large {
  margin-bottom: 0.2em;
  font-size: 3.2rem;
}
#smartconnect h2 .point {
  font-size: 3.6rem;
}
#smartconnect h2 .small {
  font-size: 1.8rem;
}
#smartconnect .note {
  font-size: 1.4rem;
  line-height: 1.3;
}
#smartconnect .img-right {
  width: 140px;
  height: auto;
  margin: 0 0 5px 5px;
  float: right;
  display: block;
}
@media screen and (max-width: 480px) {
  #smartconnect .tcsm_mainArea_inner {
    padding: 0 20px 80px;
  }
  #smartconnect h2 .large {
    font-size: 2.6rem;
  }
  #smartconnect h2 .point {
    font-size: 3rem;
  }
  #smartconnect .img-right {
    width: 100px;
  }
}
/* ポイント */
#smartconnect .points {
  margin-top: 60px;
  counter-reset: number 0;
}
#smartconnect .points > li {
  margin-bottom: 40px;
  padding: 60px 40px 30px 40px;
  color: #fff;
  background: #0075c2;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
#smartconnect .points > li:nth-child(even) {
  background: #009fe8;
}
#smartconnect .points > li::before,
#smartconnect .points > li::after {
	content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
}
#smartconnect .points > li::before {
  background: #0075c2;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  z-index: -1;
}
#smartconnect .points > li:nth-child(even)::before {
  background: #009fe8;
}
#smartconnect .points > li::after {
  top: -20px;
  margin-left: -16px;
  counter-increment: number;
	content: counter(number)" ";
  font-weight: 700;
  font-size: 6rem;
  color: #fff;
  line-height: 1;
}
#smartconnect .points > li h3 {
  color: #fff;
  font-size: 2.6rem;
}
#smartconnect .points > li h3 > span {
  display: block;
}
#smartconnect .points > li p,
#smartconnect .points > li strong {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
#smartconnect .points > li .note {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {  
  #smartconnect .points > li {
    padding: 40px 30px 30px 30px;
  }
  #smartconnect .points > li::after {
    top: -10px;
    margin-left: -10px;
    font-size: 4rem;
  }
  #smartconnect .points > li h3 {
    font-size: 2.2rem;
  }
  #smartconnect .points > li p,
  #smartconnect .points > li strong {
    font-size: 1.6rem;
  }
}
/* 活用シーン */
#smartconnect .scene > li h3,
#smartconnect .scene > li p {
  text-align: center;
}
#smartconnect .scene > li h3 {
  color: #0075c2;
  font-size: 2rem;
}
#smartconnect .scene > li p {
  margin-top: 5px;
}
/* プラン開閉 */
#smartconnect h3.js-accordion__head {
  margin: 20px 0;
  padding: 16px 16px 16px 40px;
  font-size: 2.2rem;
  position: relative;
  border: 1px solid #0075c2;
  border-radius: 8px;
  cursor: pointer;
}
#smartconnect h3.js-accordion__head::before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -8px;
  font-size: 1.6rem;
  color: #009fe8;
  transition: all 0.3s ease-in-out;
}
#smartconnect section.open h3.js-accordion__head::before {
  rotate: 180deg;
}
#smartconnect h4 {
  margin: 30px 0 16px;
  padding: 0.2em 0 0.2em 1.2em;
  font-size: 2.1rem;
  position: relative;
}
#smartconnect h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #009fe8;
  border-radius: 4px;
}
#smartconnect .js-accordion__body {
  padding: 0 16px;
}
#smartconnect .js-accordion__body img {
  display: block;
  max-width: 100%;
  margin: 20px auto 30px;
}
@media screen and (max-width: 900px) {
  #smartconnect h3.js-accordion__head {
    padding: 16px 12px 16px 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .submit_btns .btn_detail {
    margin: 20px auto 0!important;
  }
}
@media screen and (max-width: 480px) {
  #smartconnect h3.js-accordion__head {
    padding: 16px 10px 16px 32px;
    font-size: 1.8rem;
  }
  #smartconnect h3.js-accordion__head::before {
    left: 12px;
    margin-top: -7px;
    font-size: 1.4rem;
  }
  #smartconnect .js-accordion__body {
    padding: 0;
  }
}
/* プラン一覧 */
.plan_list {
  margin: 0 0 30px;
  table-layout: auto;
  border-bottom: none;
}
.plan_list caption {
  margin: 0 0 16px;
  color: #0075c2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.plan_list th,
.plan_list td {
  padding: 10px;
  vertical-align: middle;
}
.plan_list thead {
  position: relative;
}
.plan_list thead::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0075c2;
  background-image: linear-gradient(120deg, #009fe8 0%, #0075c2 100%);
}
.plan_list thead th {
  text-align: center;
  border: none;
  font-weight: 500;
}
.plan_list th,
.plan_list td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.plan_list .plan_name {
  width: 15%;
  padding: 10px 10px 10px 0;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;  /* 改行させない */
}
.plan_list .initial_cost {
  width: 30%;
  text-align: right;
}
.plan_list .monthly_fee {
  width: 15%;
  text-align: right;
}
.plan_list .carrier {
  width: 10%;
  text-align: center;
}
.plan_list .carrier a {
  width: 7em;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
.plan_list .carrier a.btn-docomo {
  background: #c03;
  border: 1px solid #c03;
}
.plan_list .carrier a.btn-kddi {
  background: #eb5505;
  border: 1px solid #eb5505;
}
.plan_list .carrier a.btn-softbank {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.plan_list .carrier a.btn-rakuten {
  background: #ff008c;
  border: 1px solid #ff008c;
}
.plan_list .carrier a.btn-smaconne-plan {
  background: #0075c2;
  border: 1px solid #0075c2;
}
ul.notice {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}
ul.notice li {
  margin: 0 0 5px;
  line-height: 1.3;
  font-size: 1.4rem;
  color: #666;
}
ul.notice li .mark {
  margin-left: -1em;
}
@media screen and (max-width: 900px) {
  .plan_list,
  .plan_list caption,
  .plan_list tbody,
  .plan_list tr {
    display: block;
  }
  .plan_list caption {
    margin: 0 0 10px;
  }
  .plan_list thead {
    display: none;
  }
  .plan_list tr {
    margin: 0 0 24px;
  }
  .plan_list th,
  .plan_list td {
    min-height: 63px;
    padding: 10px 0;
    display: flex;
    width: 100%!important;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    border-top: none;
  }
  .plan_list .plan_name {
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: none;
    position: relative;
    white-space: nowrap;  /* 改行させない */
  }
  .plan_list .plan_name::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #0075c2;
    background-image: linear-gradient(120deg, #87d6ef 0%, #0075c2 100%);
  }
  .plan_list th::before,
  .plan_list td::before {
    content: attr(data-label);
    display: block;
  }
  .plan_list .carrier a {
    width: 8em;
    margin: 0 0 0 auto;
    padding: 8px;
  }
}