@charset "UTF-8";
/* webfont */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,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%;
  overflow-x: hidden;
}
body {
  font-size: 1.6rem;
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
.fitimg img, .photo img, .thumb img, img {
  max-width: 100%;
}
/* 必須マーク調整*/
.m-inputCustomerInfo.u-2cols-container .o-require {
  height: auto;
}
.photo img {
  width: auto;
}
/*===============================================================
style-header
===============================================================*/
.style-header {
  position: relative;
  background: #fff;
  z-index: 2000;
  border-top: 10px solid #004598;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .style-header {
    border-top: none;
    padding-top: 0;
  }
}
.style-header_top {
  position: relative;
  background: #fff;
}
.style-header_nav {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .style-header_nav {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .style-header_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    background: #1a5ea8;
    z-index: 2;
  }
}
.style-h-logo {
  display: block;
}
.style-h-logo img {
  width: auto;
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .style-h-logo img {
    max-width: 150px;
    margin-left: 10px;
  }
}
/*===============================================================
style-h-util
===============================================================*/
.style-h-util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 8px 20px 10px;
}
@media screen and (max-width: 768px) {
  .style-h-util {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .style-h-util_logo {
    padding: 7px 0 6px 10px;
  }
}
@media screen and (max-width: 768px) {
  .style-h-util_links {
    display: none;
  }
}
.style-h-util_tgl {
  display: none;
}
@media screen and (max-width: 768px) {
  .style-h-util_tgl {
    display: block;
  }
}
.style-h-username {
  margin: 0 0 8px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 300;
  color: #707070;
}
/*===============================================================
style-h-links
===============================================================*/
@media screen and (min-width: 769px) {
  .style-h-links-sp {
    display: none;
  }
}
.style-h-links_body {
  display: flex;
  list-style: none;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .style-h-links_body {
    flex-wrap: wrap;
    padding: 5px 10px 15px;
  }
}
.style-h-links_item {
  margin: 0;
  padding: 0 10px 0 0;
}
.style-h-links_item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .style-h-links_item {
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .style-h-links_item {
    width: 100%;
    margin-top: 10px;
    padding: 0 5px;
  }
}
.style-h-links_item a {
  padding: 10px 21px 10px 57px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  background: #005be4 no-repeat left center;
  border: 2px solid #005be4;
  border-radius: 2em;
}
@media screen and (max-width: 1200px) {
  .style-h-links_item a {
    font-size: 14px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .style-h-links_item a {
    font-size: 16px;
    display: block;
    min-height: 50px;
    padding: 14px 10px 12px;
    background: #fff;
    color: #393939;
    text-align: center;
    border-radius: 30px !important;
    background-repeat: no-repeat;
  }
}
.style-h-links_item a.inq {
  background: #e1e7ea;
  border: 2px solid #e1e7ea;
  color: #005be4;
  padding: 4px 21px 4px 10px;
  display: flex;
  align-items: center;
}
.style-h-links_item a.inq:before {
  content: "";
  display: inline-block;
  background: #fff url("/image/icon_inq") no-repeat center center;
  background-size: contain;
  border: 6px solid #fff;
  border-radius: 50%;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1000px) {
  .style-h-links_item a.inq {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.inq {
    background-color: #fff;
    background-image: url("/image/icon_inq");
    background-position: 21px center;
    background-repeat: no-repeat;
    display: block;
    padding: 14px 10px 12px 52px;
  }
  .style-h-links_item a.inq:before {
    display: none;
  }
}
.style-h-links_item a.entry {
  background-image: url("/image/icon_entry");
  background-position: 13px center;
  padding-left: 53px;
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.entry {
    background-image: url("/image/icon_entry_mb");
  }
}
.style-h-links_item a.login {
  background-image: url("/image/icon_login");
  background-position: 23px center;
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.login {
    background-image: url("/image/icon_login_mb");
  }
}
.style-h-links_item a.logout {
  background-image: url("/image/icon_logout");
  background-position: 20px center;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.logout {
    background-image: url("/image/icon_logout_mb");
  }
}
.style-h-links_item a.mypage {
  background-image: url("/image/icon_mypage");
  background-position: 18px center;
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.mypage {
    background-image: url("/image/icon_mypage_mb");
  }
}
.style-h-links_item a.cart {
  background-image: url("/image/icon_cart");
  background-position: 20px center;
  padding-left: 66px;
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.cart {
    background-image: url("/image/icon_cart_mb");
  }
}
@media screen and (max-width: 1000px) {
  .style-h-links_item a.entry, .style-h-links_item a.login, .style-h-links_item a.logout, .style-h-links_item a.mypage, .style-h-links_item a.cart {
    background-size: 20px;
    background-position: 12px center;
    padding: 10px 10px 10px 37px;
  }
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.entry, .style-h-links_item a.login, .style-h-links_item a.logout, .style-h-links_item a.mypage, .style-h-links_item a.cart {
    background-size: auto;
    background-position: 20px center;
  }
}
@media screen and (max-width: 768px) {
  .style-h-links_item a.inq, .style-h-links_item a.entry, .style-h-links_item a.login, .style-h-links_item a.logout, .style-h-links_item a.mypage, .style-h-links_item a.cart {
    padding-left: 60px;
    text-align: left;
  }
}
.style-h-links_item a:hover {
  opacity: .6;
}
/*===============================================================
style-navTgl
===============================================================*/
.style-navTgl {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
.style-navTgl_line {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 18px;
  background: #333;
  transform: rotate(0);
  transition: all .1s linear;
}
.style-navTgl_line:nth-child(1) {
  top: 14px;
  transform: rotate(0);
}
.style-navTgl_line:nth-child(2) {
  top: 22px;
  transform: rotate(0);
}
.style-navTgl_line:nth-child(3) {
  top: 30px;
  transform: rotate(0);
}
.style-navTgl.is-open .style-navTgl_line:nth-child(1) {
  width: 30px;
  top: 22px;
  left: 15px;
  transform: rotate(-45deg);
}
.style-navTgl.is-open .style-navTgl_line:nth-child(2) {
  width: 0;
}
.style-navTgl.is-open .style-navTgl_line:nth-child(3) {
  width: 30px;
  top: 22px;
  left: 15px;
  transform: rotate(45deg);
}
.style-navTgl_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 39px;
  font-size: 10px;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
/*===============================================================
style-nav
===============================================================*/
.style-nav {
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .style-nav {
    border-top: 1px solid #fff;
  }
}
.style-nav_body {
  position: relative;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .style-nav_body {
    flex-direction: column;
  }
}
.style-nav_item {
  margin: 0;
  padding: 0 0 20px;
}
.style-nav_item:last-child .style-nav_link {
  border-right: 1px solid #1d1d1d;
}
.style-nav_item:hover {
  padding-bottom: 14px;
  border-bottom: 6px solid #005be4;
}
@media screen and (max-width: 1200px) {
  .style-nav_item {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .style-nav_item {
    width: 100%;
    padding: 0;
  }
  .style-nav_item:hover {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .style-nav_item {
    width: 100%;
    padding-bottom: 0;
  }
  .style-nav_item:hover {
    padding-bottom: 0;
    border-bottom: none;
  }
  .style-nav_item + .style-nav_item {
    border-top: 1px solid #fff;
  }
}
.style-nav_link {
  position: relative;
  display: block;
  padding: 3px 40px 3px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  border-left: 1px solid #1d1d1d;
  letter-spacing: 0.05em;
}
.style-nav_link:link, .style-nav_link:visited {
  color: #1d1d1d;
  text-decoration: none;
}
.style-nav_link:hover {
  color: #015cca;
}
.style-nav_link:hover:after {
  border-color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  .style-nav_link {
    padding: 15px 15px 13px;
  }
  .style-nav_link:link, .style-nav_link:visited, .style-nav_link:hover:after {
    color: #FFF;
  }
  .style-nav_link:hover {
    color: #fff;
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .style-nav_item.is-active .style-nav_link {
    background: #fff;
    color: #333;
  }
  .style-nav_item.is-active .style-nav_link:after {
    border-color: #333;
  }
}
/*===============================================================
style-overlay
===============================================================*/
.style-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .style-overlay {
    position: absolute;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    opacity: .8;
    z-index: 1999;
  }
}
/*===============================================================
footer
===============================================================*/
.footer_wrp {
  background: #004598;
}
.footer_wrp .content_width {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer_wrp .free_area {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.l-footer-right {
  display: none;
}
.l-footer-left {
  margin: 15px auto;
  width: 1300px !important;
  max-width: 100%;
  float: none;
  text-align: center;
}
.l-footer-left ul {
  margin: 0 auto;
}
.footer .foote_link {
  display: flex;
  justify-content: center;
}
.foote_link > li > a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .foote_link {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .l-footer-left, .footer ul.foote_link > li {
    width: 100%;
    min-height: auto;
    border: none !important;
  }
  .l-footer-left:before {
    display: none;
  }
  .footer ul.foote_link > li a {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 480px) {
  .footer ul.foote_link > li a {
    font-size: 1.4rem;
  }
}
/*===============================================================
style-footer
===============================================================*/
.style-footer {
  max-width: 1300px;
  margin: auto;
  text-align: center;
  padding: 30px 20px;
}
.style-f-logo img {
  width: 215px;
  height: 43px;
  display: block;
  margin: 0 auto 30px;
}
.style-f-links, .style-f-contact {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.style-f-links li, .style-f-contact li {
  display: block;
}
.style-f-links a {
  padding: 4px 10px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
}
.style-f-links a::before {
  content: "";
  margin-right: 4px;
  width: 6px;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.style-f-contact li {
  margin: 5px 10px;
}
.style-f-contact li *[class^="icon-"] {
  max-width: 250px;
  padding: 8px 20px 5px;
  color: #666;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.style-f-contact li *[class^="icon-"]::before {
  margin-right: 6px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.8rem;
}
.style-f-contact {
  margin-top: 40px;
}
.style-f-contact li .icon-inquiries::before {
  content: "\f003";
}
.style-f-contact li .icon-tel::before {
  color: #cfb361;
  content: "\f098";
}
@media screen and (max-width: 768px) {
  .style-f-links {
    flex-direction: column;
    text-align: left;
  }
  .style-f-links li {
    margin-bottom: 5px;
  }
  .style-f-links li a {
    padding: 5px 0 0 15px;
    position: relative;
  }
  .style-f-links a::before {
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .style-f-contact {
    flex-direction: column;
  }
  .style-f-links {
    text-align: left;
  }
  .style-f-contact li {
    margin-bottom: 5px;
  }
  .style-f-contact li * {
    margin: 0 auto;
  }
  .style-f-contact li *[class^="icon-"] {
    padding: 10px 20px;
  }
}
.footer_wrp .copyright {
  background: transparent;
  height: auto;
  padding-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .footer_wrp .copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_wrp .copyright {
    padding: 10px;
  }
}
/*===============================================================
PC/MB切り替え/ 2カラム/ リストの装飾
===============================================================*/
.forMobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .forPC {
    display: none;
  }
  .forMobile {
    display: block;
  }
}
.list-two-clm {
  display: flex;
  flex-wrap: wrap;
}
.list-two-clm .clm {
  width: 48%;
}
.list-two-clm .clm:nth-of-type(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 480px) {
  .list-two-clm .clm {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .list-two-clm .clm:nth-of-type(odd) {
    margin: 0 0 30px 0;
  }
}
.dot-list > li {
  margin: 0 0 0 0;
  position: relative;
  padding-left: 1.5em;
}
.dot-list > li:before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0.25em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #1d1d1d;
}
.product-item .btn_detail, .l-itemDetailMainBox .btn_detail, .cms-page .btn_detail, .login_panel .btn_detail {
  position: relative;
  width: auto;
  margin-top: 0;
}
.product-item .btn_detail a, .product-item .btn_detail button, .product-item .btn_detail input, .l-itemDetailMainBox .btn_detail a, .l-itemDetailMainBox .btn_detail button, .l-itemDetailMainBox .btn_detail input, .cms-page .btn_detail a, .cms-page .btn_detail button, .cms-page .btn_detail input, .login_panel .btn_detail a, .login_panel .btn_detail button, .login_panel .btn_detail input {
  display: inline-block;
  background: #005be4;
  color: #fff;
  border: 2px solid #005be4;
  padding: 8px 25px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  width: auto;
  min-width: 13em;
  box-sizing: content-box;
}
.product-item .btn_detail a:after, .product-item .btn_detail button:after, .product-item .btn_detail input:after, .l-itemDetailMainBox .btn_detail a:after, .l-itemDetailMainBox .btn_detail button:after, .l-itemDetailMainBox .btn_detail input:after, .cms-page .btn_detail a:after, .cms-page .btn_detail button:after, .cms-page .btn_detail input:after, .login_panel .btn_detail a:after, .login_panel .btn_detail button:after, .login_panel .btn_detail input:after {
  content: "";
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-item .btn_detail a:hover, .product-item .btn_detail button:hover, .product-item .btn_detail input:hover, .l-itemDetailMainBox .btn_detail a:hover, .l-itemDetailMainBox .btn_detail button:hover, .l-itemDetailMainBox .btn_detail input:hover, .cms-page .btn_detail a:hover, .cms-page .btn_detail button:hover, .cms-page .btn_detail input:hover, .login_panel .btn_detail a:hover, .login_panel .btn_detail button:hover, .login_panel .btn_detail input:hover {
  opacity: 0.6;
  background: #005be4;
}
/*===============================================================
btn_pagetop
===============================================================*/
#btn_pagetop a {
  background: #004598;
}
#btn_pagetop a:hover {
  background: #004598;
  opacity: .6 !important;
}
#btn_pagetop a:after {
  border-color: #fff;
}
.section_wrp {
  margin: 0 !important;
}
/*===============================================================
style-section
===============================================================*/
.style-section.is-white {
  background: #fff;
}
.style-section.is-gray {
  background: #f5f5f5;
}
.style-section.is-bgNetwork {
  background: url("/image/style-bgNetwork") center center no-repeat;
  background-size: cover;
}
.style-section_inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  .style-section_inner {
    padding: 40px 10px;
  }
}
.style-section.is-bnrArea .style-section_inner {
  padding: 40px 10px;
}
@media screen and (max-width: 768px) {
  .style-section.is-bnrArea .style-section_inner {
    padding: 10px;
  }
}
.style-section.is-entry .style-section_inner {
  padding: 65px 10px 76px;
}
@media screen and (max-width: 768px) {
  .style-section.is-entry .style-section_inner {
    padding: 36px 10px 50px;
  }
}
.style-bnrArea img {
  max-width: 100%;
  height: auto;
}
/*===============================================================
style-mvSection
===============================================================*/
.style-mvSection_inner {
  max-width: 1366px;
  margin: auto;
}
/*===============================================================
style-mvSlider
===============================================================*/
.style-mvSlider {
  position: relative;
}
.style-mvSlider .bx-wrapper {
  padding: 0;
}
.style-mvSlider_card {
  display: block;
}
.style-mvSlider_card img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a.style-mvSlider_card {
  transition: opacity .1s;
}
a.style-mvSlider_card:hover {
  opacity: .6;
}
.style-mvSlider_btn {
  position: absolute;
  top: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .style-mvSlider_btn {
    top: calc(50% - 16px);
  }
}
.style-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;
  transition: opacity .1s;
}
@media screen and (max-width: 768px) {
  .style-mvSlider_btn a {
    width: 30px;
    height: 30px;
  }
}
.style-mvSlider_btn a:hover {
  opacity: .6;
}
.style-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;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .style-mvSlider_btn a:after {
    width: 8px;
    height: 8px;
  }
}
.style-mvSlider_btn.is-prev {
  left: 10px;
}
.style-mvSlider_btn.is-prev a:after {
  left: 8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .style-mvSlider_btn.is-prev a:after {
    left: 4px;
  }
}
.style-mvSlider_btn.is-next {
  right: 10px;
}
.style-mvSlider_btn.is-next a:after {
  right: 8px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .style-mvSlider_btn.is-next a:after {
    right: 4px;
  }
}
.style-mvSlider_control {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .style-mvSlider_control {
    bottom: 0px;
  }
}
/*-------------------------------------------------------------
style-mvPager
-------------------------------------------------------------*/
.style-mvPager {
  position: relative;
}
@media screen and (min-width: 769px) {
  .style-mvPager {
    top: -40px;
  }
}
.style-mvPager .bx-pager {
  display: flex;
}
.style-mvPager .bx-pager-item + .bx-pager-item {
  margin-left: 5px;
}
.style-mvPager .bx-pager-link {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
}
.style-mvPager .bx-pager-link:before, .style-mvPager .bx-pager-link:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.style-mvPager .bx-pager-link:before {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .style-mvPager .bx-pager-link:before {
    width: 11px;
    height: 11px;
  }
}
.style-mvPager .bx-pager-link:after {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}
.style-mvPager .bx-pager-link.active:before {
  opacity: 1;
}
.style-mvPager .bx-pager-link.active:after {
  width: 8px;
  height: 8px;
  background-color: #333;
}
/*-------------------------------------------------------------
style-mvTgl
-------------------------------------------------------------*/
.style-mvTgl {
  position: relative;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .style-mvTgl {
    top: -40px;
  }
}
.style-mvTgl .bx-controls-auto .bx-start, .style-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;
  appearance: none;
  cursor: pointer;
}
.style-mvTgl .bx-controls-auto .bx-start:before, .style-mvTgl .bx-controls-auto .bx-start:after, .style-mvTgl .bx-controls-auto .bx-stop:before, .style-mvTgl .bx-controls-auto .bx-stop:after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
}
.style-mvTgl .bx-controls-auto .bx-start:before, .style-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;
}
.style-mvTgl .bx-controls-auto .bx-stop:before, .style-mvTgl .bx-controls-auto .bx-stop:after {
  width: 3px;
  height: 10px;
  background: #fff;
}
.style-mvTgl .bx-controls-auto .bx-stop:before {
  left: 8px;
}
.style-mvTgl .bx-controls-auto .bx-stop:after {
  left: 13px;
}
/*===============================================================
共通スタイル
===============================================================*/
sub {
  vertical-align: baseline;
  font-size: 1.2rem;
}
.style-content img {
  max-width: 100%;
}
section::after {
  content: "";
  display: block;
  clear: both;
}
/* CMSページ以外のパンクズ位置調整 */
.pankuzu {
  border-top: 1px solid;
  background: #efefef;
  background: linear-gradient(to bottom, #d6d6d6, #efefef 8%);
  padding: 6px 10px;
}
.pankuzu li a {
  color: #1267e6;
}
.pankuzu li a:hover {
  color: #1267e6;
  text-decoration: underline;
}
.pankuzu li a:after {
  border-color: #333;
}
.pankuzu .content_width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.style-content ol {
  padding: 0 0 0 30px;
}
.style-content ol li {
  list-style: decimal outside;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .style-content ol {
    padding: 0 0 0 25px;
  }
  .style-content ol li {
    padding: 0 15px 0 5px;
  }
}
.style-content p.note {
  margin: 10px 0 0 1em;
  line-height: 1.6;
  font-size: 90%;
}
.style-content p.note .mark {
  margin-left: -1em;
}
.style-content strong {
  font-weight: 700;
  color: #666;
}
/* カード */
.card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0;
  justify-content: space-between;
}
.card-container .card, .card-container .gap {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 98%;
}
.card-container .card {
  background: #fff;
}
/* flexboxの最終列左寄せ用 */
.card-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}
/* カード共通スタイル */
.card-container .card {
  padding: 0 0 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.card-container h2::after {
  display: none;
}
.card-container .card-title {
  margin: 20px;
  padding: 0 10px;
  border-left: 4px solid #666;
  color: #707070;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
.card-container .card-title a {
  color: #707070;
  text-decoration: none;
}
.card-container .card-title a:hover, .card-container .card-title a:active {
  color: #666;
}
.card-container .card a.photo {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.card-container .card a.photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.4s ease;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .card-container .card a.photo:hover:after {
    box-shadow: #cfb361 0px 0px 0px 4px inset;
  }
}
.card-container .card .details {
  margin: 0 20px;
}
.card-container .card p.details {
  margin-top: 15px;
  line-height: 1.6;
}
.card-container .card dl dt {
  margin: 15px 0 0 0;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #666;
  color: #666;
  line-height: 1.6;
}
.card-container .card dl dd {
  margin: 6px 0 0 0;
  line-height: 1.6;
}
.card-container .card dl dd a {
  text-decoration: none;
}
@media screen and (min-width: 1025px) { /* 1025px以上のみ */
  .card-container .card dl dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1300px) {
  .card-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (max-width: 900px) {
  .card-container {
    margin: 30px 0 0;
  }
  .card-container .card-title {
    margin: 20px 15px;
  }
  .card-container .card dl {
    margin: 0 15px;
  }
  .card-container .card .details {
    margin: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .card-container .btn_detail {
    width: calc(100% - 30px);
  }
}
/*===============================================================
トップページ
===============================================================*/
.index-section {
  padding: 80px 0;
  max-width: 1065px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .index-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 480px) {
  .index-section {
    padding: 30px 20px;
  }
}
.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: #e3edf3;
}
@media screen and (min-width: 1301px) {
  .index-section:nth-child(even):before { /* 1300px以上はウィンドウサイズの端まで背景を出す */ width: 800%;
    left: -400%;
  }
}
/* 見出し */
@media screen and (max-width: 480px) {
  .headline {
    margin: 0;
  }
}
.index-section h2, .headline .title {
  font-size: 42px;
  color: #1d1d1d;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 0;
  margin-bottom: 1.25em;
}

.index-section h2:after, .headline .title:after {
  content: "";
  background: #004598;
  display: block;
  height: 6px;
  width: 4em;
  margin: 5px auto 0;
}
@media screen and (max-width: 480px) {
  .index-section h2, .headline .title {
    font-size: 2.4rem;
  }
}
/* お知らせ */
.section_wrp .topics {
  max-width: 1065px;
  padding: 80px 0 80px 0;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .section_wrp .topics {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 480px) {
  .section_wrp .topics {
    margin: 0 auto 30px;
    padding: 30px 20px;
  }
}
.topics h3 {
  display: none;
}
.topics .btn_more {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics .headline .title {
    margin-bottom: 0;
  }
}
.topics .btn_more, .index-section .btn_detail {
  position: relative;
  height: auto;
  top: auto;
  width: 100%;
  max-width: none;
}
.topics .btn_more:after, .index-section .btn_detail:after {
  display: none;
}
.topics .btn_more a, .index-section .btn_detail a {
  display: inline-block;
  background: #005be4;
  color: #fff;
  border: 2px solid #005be4;
  padding: 10px 90px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
  position: relative;
  width: auto;
}
.topics .btn_more a:after, .index-section .btn_detail a:after {
  content: "";
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .topics .btn_more a, .index-section .btn_detail a {
    padding: 10px 3em;
  }
}
@media screen and (max-width: 768px) {
  .topics .btn_more, .index-section .btn_detail {
    width: auto;
    bottom: -5px;
  }
  .topics .btn_more a, .index-section .btn_detail a {
    font-size: 1.4rem;
  }
  .topics .btn_more a:after, .index-section .btn_detail a:after {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topics .btn_more a, .index-section .btn_detail a {
    padding: 10px 2em;
  }
}
.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;
  }
}
.topic_list dl {
  margin: 0;
  border: none;
}
.topic_list dt, .topic_list dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.topic_list dt {
  float: none;
  width: 140px;
  padding: 8px 0 0;
  border: none;
  color: #333;
  position: relative;
}
.topic_list dt .icon {
  display: none;
}
.topic_list dd {
  margin-top: -1.6em;
  padding: 0 0 1.5em 150px;
  border: none;
}
.topic_list dd a {
  color: #333;
  text-decoration: none;
}
.topic_list dd a:hover {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topic_list dt:not(.important) .icon {
    display: none;
  }
  .topic_list dt:after {
    left: 0;
  }
  .topic_list dt, .topic_list dd {
    width: 100%;
  }
  .topic_list dt {
    font-weight: 400;
  }
  .topic_list dd {
    border-bottom: 1px solid #e3edf3;
    padding: 0 0 1em;
    margin: 0 0 1em;
  }
}
/* 製品紹介 */
.product-item {
  background: #fff;
  border: 25px solid #fff;
  border-radius: 25px;
  padding: 20px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product-item .photo {
  width: 44%;
}
.product-item .copy-clm {
  width: 47%;
}
.product-item h3 {
  color: #333;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 1em;
  line-height: 1.2;
}
.product-item h3 .disc {
  font-size: 1.8em;
  background: #ffd909;
  color: #000;
  padding: 0.5em 0.75em;
  border-radius: 0.3em;
  display: inline-block;
}
.product-item h3 .name {
  font-size: 5em;
}
.product-item h3 .large {
  font-size: 1.6em;
}
.product-item .catch-copy {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
/* new 9/14*/
.product-item h3 .disc1 {
  font-size: 1.8em;
  background: #fdd000;
  color: #fff;
  padding: 0.5em 0.75em;
  border-radius: 0.3em;
  display: inline-block;
}
.product-item h3 .name1 {
  font-size: 5em;
}
.product-item h3 .large1 {
  font-size: 1.6em;
}
.product-item .catch-copy1 {
  display: block;
  color:#fdd000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
/* end */
.product-item p {
  font-size: 16px;
  line-height: 1.77;
}
.product-item .btn_detail {
  margin-top: 3em;
}
.product-item .btn_detail a {
  box-sizing: border-box;
}
.product-item .btn_detail a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .product-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product-item .photo, .product-item .copy-clm {
    width: 100%;
  }
  .product-item .photo {
    padding-bottom: 3em;
    text-align: center;
  }
  .product-item .photo img {
    max-width: 80%;
  }
  .product-item h3 {
    text-align: center;
  }
  .product-item h3 .disc {
    font-size: 16px;
    padding: 0.25em 0.75em;
  }
  .product-item h3 .name {
    font-size: 4em;
  }
  .product-item .btn_detail {
    text-align: center;
  }
}
/*===============================================================
ログイン
===============================================================*/
.login_panel {
  font-size: 16px;
  padding: 30px 30px 60px;
}
.login_panel .headline .title {
  margin-bottom: 0px;
  font-size: 33px;
}
.login_panel .btn_detail.btn_next {
  margin-top: 10px;
  padding: 20px 0 20px;
}
@media screen and (max-width: 480px) {
  .login_panel .btn_detail.btn_next {
    text-align: center;
  }
}
.login_panel .form p {
  margin: 0 auto;
}
.login_panel .mod-p {
  margin-top: 0;
  padding-bottom: 45px;
}
.login_panel .mod-p a {
  color: #005be4;
  position: relative;
  padding-left: 1.25em;
  text-decoration: none;
  font-size: 16px;
}
.login_panel .mod-p a:before {
  content: "";
  border-right: solid 1px #005be4;
  border-bottom: solid 1px #005be4;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: auto;
  width: 6px;
  height: 6px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.login_panel .mod-p a:hover {
  opacity: 0.6;
}
.login_panel .mod-p:after {
  content: "";
  display: block;
  height: 0;
  width: 8em;
  border-bottom: 1px solid #a6a6a6;
  padding-top: 35px;
  margin: 0 auto;
}
.login_panel .form p + p {
  margin-top: 0;
}
.login_panel .form p + p a {
  display: inline-block;
  background: #005be4;
  color: #fff;
  border: 2px solid #005be4;
  padding: 8px 25px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  width: auto;
  min-width: 13em;
  box-sizing: content-box;
}
.login_panel .form p + p a:after {
  content: "";
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  background: #005be4;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.login_panel .form p + p a:hover {
  opacity: 0.6;
}
/*===============================================================
利用規約などのフォーマット
===============================================================*/
.footerContent {
  background: linear-gradient(to bottom, #d6d6d6, #efefef 1px, #fff 5px);
}
.rulesformat {
  max-width: 980px;
  margin: auto;
}
.rulesformat h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
.rulesformat h4 {
  font-size: 18px;
  margin-bottom: 1.25em;
}
.rulesformat .top-copy {
  padding-bottom: 3em;
}
.rulesformat strong {
  font-weight: bold;
}
.rulesformat li, .rulesformat p {
  font-size: 16px;
  line-height: 1.6;
}
.rulesformat p {
  padding-bottom: 1.5em;
}
.rulesformat ul, .rulesformat ol {
  padding-bottom: 4em;
}
.rulesformat ul h4, .rulesformat ol h4 {
  margin-bottom: 0.25em;
}
.rulesformat ul ol, .rulesformat ul ul, .rulesformat ol ol, .rulesformat ol ul {
  padding: 1em 0 0.5em;
}
.rulesformat ul ol li, .rulesformat ul ul li, .rulesformat ol ol li, .rulesformat ol ul li {
  margin-bottom: 1em;
}
.rulesformat ol {
  counter-reset: listCounter;
  padding-bottom: 4em;
}
.rulesformat ol > li {
  counter-increment: listCounter;
  margin: 0 0 1em 0;
  position: relative;
  padding-left: 1.5em;
}
.rulesformat ol > li:before {
  content: counter(listCounter) ". ";
  position: absolute;
  left: 0;
}
.rulesformat ol > li ol li {
  padding-left: 1.75em;
}
.rulesformat ol > li ol li:before {
  content: "("counter(listCounter) ")";
}
.rulesformat ol > li ol li li:before {
  content: counter(listCounter, katakana-iroha) ")";
}
.rulesformat ol.single > li:before {
  display: none;
}
.rulesformat .dot-list > li {
  padding: 0 0 0 1.25em;
}
.rulesformat .dot-list > li:before {
  top: 0.6em;
}
.rulesformat .dot-list .dot-list li:before {
  background: none;
  border: 1px solid #1d1d1d;
  width: calc(0.5em - 2px);
  height: calc(0.5em - 2px);
}
.rulesformat .dot-list .dot-list .dot-list li:before {
  border-radius: inherit;
  border: none;
  background: #1d1d1d;
}
.rulesformat .enactment {
  text-align: right;
}
.rulesformat dl.transaction-top {
  padding-bottom: 4em;
}
.rulesformat dl.transaction-top dt, .rulesformat dl.transaction-top dd {
  font-size: 16px;
}
.rulesformat dl.transaction-top dt {
  font-weight: bold;
}
.rulesformat dl.transaction-top dd {
  margin: -1.4em 0 1em 15em;
}
@media screen and (max-width: 768px) {
  .rulesformat h3 {
    font-size: 20px;
  }
  .rulesformat h4 {
    font-size: 16px;
  }
  .rulesformat dl.transaction-top dd {
    margin: 0 0 1em 0;
  }
}
/* フォーム・モーダル関連の規約 */
.modal .modal_container .modal_header {
  background: #2197f4;
}
.box, .modal_body {
  height: 20em;
  overflow: auto;
}
.box .rulesformat, .modal_body .rulesformat {
  max-width: inherit;
}
.box .rulesformat li, .box .rulesformat p, .modal_body .rulesformat li, .modal_body .rulesformat p {
  font-size: 14px;
  line-height: 1.6;
}
.box .rulesformat h3, .modal_body .rulesformat h3 {
  font-size: 20px;
  margin-bottom: 0.75em;
}
.box .rulesformat h4, .modal_body .rulesformat h4 {
  font-size: 16px;
  margin-bottom: 0.25em;
}
.box .rulesformat .top-copy, .box .rulesformat ol, .box .rulesformat ul, .modal_body .rulesformat .top-copy, .modal_body .rulesformat ol, .modal_body .rulesformat ul {
  padding-bottom: 2em;
}
.box .rulesformat .top-copy ol, .box .rulesformat .top-copy ul, .box .rulesformat ol ol, .box .rulesformat ol ul, .box .rulesformat ul ol, .box .rulesformat ul ul, .modal_body .rulesformat .top-copy ol, .modal_body .rulesformat .top-copy ul, .modal_body .rulesformat ol ol, .modal_body .rulesformat ol ul, .modal_body .rulesformat ul ol, .modal_body .rulesformat ul ul {
  padding: 1em 0 0.5em;
}
.box .rulesformat .top-copy ol li, .box .rulesformat .top-copy ul li, .box .rulesformat ol ol li, .box .rulesformat ol ul li, .box .rulesformat ul ol li, .box .rulesformat ul ul li, .modal_body .rulesformat .top-copy ol li, .modal_body .rulesformat .top-copy ul li, .modal_body .rulesformat ol ol li, .modal_body .rulesformat ol ul li, .modal_body .rulesformat ul ol li, .modal_body .rulesformat ul ul li {
  margin-bottom: 0.5em;
}
.box .rulesformat dl.transaction-top dd, .modal_body .rulesformat dl.transaction-top dd {
  margin-bottom: 0.5em;
}
.modal_body .rulesformat {
  padding-right: 1em;
}
/*===============================================================
CMSページの基本デザイン
===============================================================*/
.cms-page .cms-page-title {
  background: #ccdbed;
  min-height: 240px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cms-page .cms-page-title h1, .cms-page .cms-page-title p {
  text-align: center;
  color: #004598;
}
.cms-page .cms-page-title h1 {
  font-weight: bold;
  font-size: 42px;
  padding: 0px 0 20px;
}
.cms-page .cms-page-title p {
  font-size: 16px;
}
.cms-page section {
  max-width: 980px;
  margin: 0 auto 90px;
  padding: 0 30px 0;
}
.cms-page section .catch-copy {
  text-align: center;
  padding-bottom: 60px;
}
.cms-page section p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cms-page .cms-page-title {
    min-height: 180px;
    padding: 0 20px;
  }
  .cms-page .cms-page-title h1 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .cms-page .cms-page-title h1 {
    font-size: 30px;
  }
  .cms-page section {
    margin-bottom: 60px;
  }
}
.guide .step {
  padding-bottom: 60px;
}
.guide .step .step-clm {
  padding-bottom: 30px;
}
.guide .step .step-clm .clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.guide .step .step-clm .clm .icon {
  width: 12.5%;
  background: #004598;
  border-radius: 1em;
  padding: 40px 0;
  text-align: center;
}
.guide .step .step-clm .clm .copy-clm {
  width: 50%;
}
.guide .step .step-clm .clm .copy-clm h3 {
  font-size: 26px;
  padding-bottom: 0.75em;
}
.guide .step .step-clm .clm .photo {
  width: 31%;
  text-align: center;
}
.guide .step .btn_detail a {
  font-size: 20px;
  min-width: 9em;
}

/* Additonal */
.spOnly{
  display: none;
}
.pcOnly{
  display: block;
}

.step-clm3{
  background: #f0f0f0;
  border-radius: 1em;
  position: relative;
  padding: 12px 20px;
  margin-bottom: 20px;
}
.clm3{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.copy-clm3{
  width: 65%;
  padding-left: 10px;
}
.icon3{
  width: 15%;
  padding-top: 10px;
}
.num_1{
  font-size: 5em;
  font-weight: 500;
  color: #005be4;
}
.clm3 h4 {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.line{
  color: #19bc03;
  font-weight: 600;
}
.mtop{
  margin-top: 10px;
}
.ttltxt{
  font-size: 1.2em;
  text-decoration: underline;
  margin-bottom: 20px;
}
.photo3{
  width: 20%;
}
.txtAnnounce{
  display: inline-block;
  /* position: absolute; */
  /* margin: 0 204px; */
  font-size: 2em !important;
  font-weight: bold;
  line-height: 2;
  border-bottom: dotted 4px;
  padding-bottom: 5px;
  /* text-align: center; */
  color: #2197f4;
}
.txtAnnounce::before{
 content: url(/image/img_4);
 padding: 0 5px;
 position: relative;
 top: 10px;
}
.initialTxt{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.initialTxt.mod{
  font-size: 20px !important;
}
.inttxt1 , .inttxt2{
  font-weight: bold;
  position: relative;
}
.inttxt1::before{
  position: absolute;
  content: "※2";
  font-size: 16px;
  bottom: 22px;
  left: 0;
}
.inttxt2::before{
  position: absolute;
  content: "※3";
  font-size: 16px;
  bottom: 22px;
  left: 0;
}
.mb30{
  margin-bottom: 30px!important;
}
.txtline{
  padding: 30px 0 0 0;
  font-size: 1.5em;
  color: #2197f4;
  text-align: center;
  text-decoration: underline;
}
.linetxt{
  text-decoration: underline;
}

/* end */

@media screen and (max-width: 768px) {
  .spOnly{
    display: block;
  }
  .pcOnly{
    display: none;
  }
  .guide .step .step-clm .clm .icon {
    padding: 20px 0;
  }
  .guide .step .step-clm .clm .icon img {
    display: block;
    margin: auto;
    width: 70%;
  }
  .txtAnnounce{
    font-size: 1.5em;
  }
  .num_1{
    font-size: 3em;
  }
  .inttxt1, .inttxt2 {
    line-height: 3;
  }
  /* .inttxt1::before {
    bottom: 66px;
  } */

}
/* @media screen and (max-width: 636px) {
  .txtAnnounce{
    margin: 0 130px;
  }
} */

@media screen and (max-width: 480px) {
  .guide .step .step-clm .clm {
    position: relative;
  }
  .guide .step .step-clm .clm .icon {
    padding: 5px 0;
    width: 60px;
    border-radius: 0.5em;
    position: absolute;
    box-sizing: border-box;
  }
  .guide .step .step-clm .clm .copy-clm {
    width: 100%;
    padding-bottom: 2em;
  }
  .guide .step .step-clm .clm .copy-clm h3 {
    font-size: 18px;
    padding: 0.25em 0 1.5em 70px;
  }
  .guide .step .step-clm .clm .photo {
    width: 100%;
  }
  .guide .step .step-clm .clm .photo img {
    max-width: 70%;
  }
  .guide .step .btn_detail {
    text-align: center;
  }
  /* .txtAnnounce{
    margin: 0 50px;
    font-size: ;
  } */
  .num_1{
    font-size: 3.2em;
  }


}
/* 利用規約やプライバシーポリシー、利用方法も含む */
/*===============================================================
製品詳細
===============================================================*/
.section_inner.wideSection {
  padding-top: 20px;
  max-width: calc(1532px + 10%);
}
.section_inner.wideSection small {
  font-size: 0.875em;
}
/* 画面右横の価格 */
.m-itemDetailSideBox-inner .o-header {
  background-color: #005be4;
}
.nextPageBtn {
  background-color: #fdd000;
}
.nextPageBtn > span {
  color: #1d1d1d;
}
.nextPageBtn:hover {
  background-color: #fee366;
}
.content .l-itemDetailMainBox {
  margin-top: 30px;
}
.m-itemDetail-head {
  margin: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  .m-itemDetail-head {
    margin: 0;
  }
}
.m-itemDetail-head .o-left-box, .m-itemDetail-head .o-right-box {
  max-width: 526px;
  width: 48%;
  padding-top: 0;
}
.m-itemDetail-head .o-itemname {
  font-size: 55px;
  color: #1d1d1d;
}
.m-itemDetail-head .o-right-header {
  border-bottom: none;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .m-itemDetail-head .o-left-box, .m-itemDetail-head .o-right-box {
    max-width: none;
    width: auto;
    padding-bottom: 1em;
  }
  .m-itemDetail-head .o-itemname {
    font-size: 30px;
  }
  .m-itemDetail-head .o-right-header {
    padding-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .m-itemDetail-head .o-itemname {
    font-size: 24px;
    padding-bottom: 0;
  }
}
.m-itemDetail-head .o-right-body {
  padding: 0 0 30px;
}
.m-itemDetail-head .o-right-body ul p {
  font-size: 16px;
  line-height: 1.75;
}
.m-itemDetail-head .o-right-body .right_direction {
  flex-wrap: wrap;
  padding-top: 5em;
}
.m-itemDetail-head .o-right-body .right_direction .btn_modal {
  width: auto;
  max-width: none;
  margin-right: 5px;
  min-width: auto;
}
.m-itemDetail-head .o-right-body .right_direction .btn_modal a {
  display: inline-block;
  background: #005be4;
  color: #fff;
  border: 2px solid #005be4;
  padding: 8px 25px;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
  width: auto;
  min-width: 14em;
  box-sizing: content-box;
}
.m-itemDetail-head .o-right-body .right_direction .btn_modal a:after {
  content: "";
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-itemDetail-head .o-right-body .right_direction .btn_modal a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .m-itemDetail-head .o-right-body {
    padding: 0 0 1em;
  }
  .m-itemDetail-head .o-right-body .right_direction {
    padding-top: 2em;
    justify-content: end;
    flex-direction: inherit;
  }
  .m-itemDetail-head .o-right-body .right_direction .btn_modal a {
    background: #fff;
    color: #005be4;
  }
  .m-itemDetail-head .o-right-body .right_direction .btn_modal a span {
    font-size: 13px;
    font-weight: normal;
  }
  .m-itemDetail-head .o-right-body .right_direction .btn_modal a:after {
    border-right: solid 2px #005be4;
    border-bottom: solid 2px #005be4;
  }
}
@media screen and (max-width: 480px) {
  .m-itemDetail-head .o-right-body .right_direction {
    justify-content: center;
  }
}
.m-itemImage-5box .o-itemimage-large {
  width: auto;
  height: auto;
}
.m-product-option {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .m-product-option {
    padding-bottom: 3.5em;
  }
}
.m-product-option ul.charges_model > li.js-radio-selected {
  border: 2px solid #fdd000;
  background: #fef8d7;
}
/* アコーディオン */
.m-accordion-menu .o-header {
  background-color: #2197f4;
  font-size: 19px;
  padding: 11px 60px 11px 20px;
}
.m-accordion-menu .o-body {
  border: none;
  padding: 3.5em 0 6em 0;
}
.m-accordion-menu .o-body img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .m-accordion-menu {
    margin-top: 30px;
  }
}
/* 製品ごとの調整 */
/*===============================================================
イチダケ30
===============================================================*/
.ichidake30-service .iframe{
	display: block;
	margin: 0 auto;
	margin-bottom: 1.75em;
	width: 100%;
	height: 550px;
}

@media screen and (max-width: 768px) {
  .ichidake30-service .iframe{
	height: 315px;
}
}

.ichidake30-feature p, .ichidake30-feature li, .ichidake30-order p, .ichidake30-order li, .ichidake30-notes-clm p, .ichidake30-notes-clm li {
  line-height: 1.6;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .ichidake30-feature .headline .title, .ichidake30-order .headline .title, .ichidake30-notes-clm .headline .title {
    font-size: 28px;
    margin-bottom: 1.75em;
  }
  .ichidake30-feature .headline .title:after, .ichidake30-order .headline .title:after, .ichidake30-notes-clm .headline .title:after {
    margin-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  .ichidake30-feature .headline .title, .ichidake30-order .headline .title, .ichidake30-notes-clm .headline .title {
    font-size: 24px;
  }
}
.ichidake30-feature .headline .title {
  background: url("https://buy.furuno.com/image/ichidake30_tt1") no-repeat top center;
  padding-top: 115px;
}

.ichidake30-feature .headline .title.noship{
  background: none;
}
@media screen and (max-width: 768px) {
  .ichidake30-feature .headline .title {
    padding-top: 50px;
    background-size: 70px;
  }
}
.ichidake30-feature .main-feature-clm {
  background: #f0f0f0;
  border-radius: 1em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 35px 65px;
  margin: 94px 0 150px 0;
}

.mod .main-feature-clm:last-child{
  margin: 94px 0 50px 0 !important;
}
.ichidake30-feature .main-feature-clm .point {
  position: absolute;
  top: -94px;
  left: 45px;
}
.ichidake30-feature .main-feature-clm .copy-clm {
  padding-top: 120px;
  max-width: 504px;
  width: 49%;
}

.mod .copy-clm{
  padding-top: 80px !important;
}

.ichidake30-feature .main-feature-clm .copy-clm h3 {
  font-size: 48px;
  letter-spacing: 0.01em;
  color: #1d1d1d;
  line-height: 1.4;
  padding-bottom: 0.8em;
}
.ichidake30-feature .main-feature-clm .copy-clm p {
  padding-bottom: 1.5em;
}
.ichidake30-feature .main-feature-clm .photo {
  max-width: 460px;
  width: 44.8%;
  padding: 54px 20px 0 0;
}
@media screen and (max-width: 1200px) {
  .ichidake30-feature .main-feature-clm .copy-clm h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ichidake30-feature .main-feature-clm {
    padding: 0 0 35px 32px;
    margin: 60px 0 6em 0;
  }
  .ichidake30-feature .main-feature-clm .point {
    top: -60px;
    left: 5%;
    width: 18%;
  }
  .ichidake30-feature .main-feature-clm .copy-clm {
    padding-top: 80px;
  }

  .mod .copy-clm{
    padding-top: 50px !important;
  }

  .ichidake30-feature .main-feature-clm .copy-clm h3 {
    font-size: 28px;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .ichidake30-feature .main-feature-clm {
    flex-direction: column-reverse;
    padding: 0 20px 35px;
  }
  .ichidake30-feature .main-feature-clm .point {
    top: -55px;
    left: 20px;
    width: 100px;
  }
  .ichidake30-feature .main-feature-clm .copy-clm, .ichidake30-feature .main-feature-clm .photo {
    width: 100%;
    max-width: inherit;
    padding-right: 0;
  }
  .ichidake30-feature .main-feature-clm .copy-clm {
    padding-top: 30px;
  }
  .ichidake30-feature .main-feature-clm .copy-clm h3 {
    font-size: 22px;
  }
  .ichidake30-feature .main-feature-clm .photo {
    padding-top: 60px;
  }
  .ichidake30-feature .main-feature-clm .photo img {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
}
.ichidake30-feature .ft1 .photo img {
  margin-top: -7%;
}
.ichidake30-feature .monitoring-clm {
  padding: 50px 0 0;
}
.ichidake30-feature .monitoring-clm h3 {
  font-size: 40px;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 0.5em;
}
.ichidake30-feature .monitoring-clm .catch-copy {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 60px;
}
.ichidake30-feature .monitoring-clm h4 {
  font-size: 24px;
  padding-bottom: 1.5em;
}
.ichidake30-feature .monitoring-clm .photo {
  padding-bottom: 60px;
}
.ichidake30-feature .monitoring-clm .clm h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1d1d1d;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .ichidake30-feature .monitoring-clm {
    padding: 0;
  }
  .ichidake30-feature .monitoring-clm h3 {
    font-size: 28px;
  }
  .ichidake30-feature .monitoring-clm .catch-copy {
    font-size: 16px;
    margin-bottom: 2em;
  }
  .ichidake30-feature .monitoring-clm h4 {
    font-size: 21px;
    padding-bottom: 0.75em;
  }
}
@media screen and (max-width: 480px) {
  .ichidake30-feature .monitoring-clm h3 {
    font-size: 24px;
  }
  .ichidake30-feature .monitoring-clm .catch-copy {
    font-weight: normal;
    text-align: left;
    margin-bottom: 3em;
  }
  .ichidake30-feature .monitoring-clm h4 {
    font-size: 18px;
  }
}
.ichidake30-order .headline img {
  padding-bottom: 12px;
  width: 50%;
}
.ichidake30-order .step {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ichidake30-order .headline img {
    padding-bottom: 1em;
  }
}
.ichidake30-order .plan-clm {
  background: #e3edf3;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ichidake30-order .plan-clm {
    padding-bottom: 30px;
  }
}
.ichidake30-order .plan-clm h3 {
  background: #2197f4;
  color: #fff;
  font-size: 40px;
  padding: 0.7em 0;
  margin-bottom: 80px;
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ichidake30-order .plan-clm h3 small {
  font-size: 83%;
}
.ichidake30-order .plan-clm h3:before, .ichidake30-order .plan-clm h3:after {
  content: "";
  background: #fff;
  height: 3px;
  width: 1.25em;
}
.ichidake30-order .plan-clm h3:before {
  transform: rotate(55deg);
  margin-right: 0.5em;
}
.ichidake30-order .plan-clm h3:after {
  transform: rotate(-55deg);
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .ichidake30-order .plan-clm h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .ichidake30-order .plan-clm h3 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .ichidake30-order .plan-clm h3 span {
    line-height: 1.4;
    text-align: center;
  }
  .ichidake30-order .plan-clm h3 small {
    text-align: center;
    font-size: 14px;
    display: block;
  }
}
.ichidake30-order .plan-clm .normal-plan {
  padding: 0 65px 1.5em;
}
.ichidake30-order .plan-clm .normal-plan .price {
  text-align: center;
  margin-bottom: 60px;
}
.ichidake30-order .plan-clm .normal-plan .dot-list {
  margin-bottom: 2em;
}
.ichidake30-order .plan-clm .normal-plan .dot-list li {
  padding-bottom: 0.25em;
  font-weight: bold;
  font-size: 20px;
}
.ichidake30-order .plan-clm .normal-plan .note-list {
  margin-bottom: 1.5em;
}
.ichidake30-order .plan-clm .normal-plan .note-list dt, .ichidake30-order .plan-clm .normal-plan .note-list dd {
  line-height: 1.5;
}
.ichidake30-order .plan-clm .normal-plan .note-list dd {
  margin: -1.5em 0 0.25em 2em;
}
@media screen and (max-width: 768px) {
  .ichidake30-order .plan-clm .normal-plan {
    padding: 0 30px 1.5em;
  }
  .ichidake30-order .plan-clm .normal-plan .price {
    width: 80%;
    margin: 0 auto 50px;
  }
  .ichidake30-order .plan-clm .normal-plan .dot-list li {
    font-size: 18px;
  }
  .ichidake30-order .plan-clm .normal-plan .dot-list li:before {
    top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .ichidake30-order .plan-clm .normal-plan .price {
    width: 90%;
  }
  .ichidake30-order .plan-clm .normal-plan .dot-list li {
    font-size: 16px;
    padding-bottom: 0.5em;
  }
}
.ichidake30-order .plan-clm .option-clm {
  background: #fff;
  margin: 8% 30px 0;
  padding-bottom: 1.5em;
  border-radius: 1em;
  position: relative;
}
.ichidake30-order .plan-clm .option-clm h4 {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.ichidake30-order .plan-clm .option-clm h4 img {
  margin-top: -8%;
}
.ichidake30-order .plan-clm .option-clm .clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 60px 0;
  border-bottom: 2px solid #ababab;
  margin: 0 30px 30px;
}
.ichidake30-order .plan-clm .option-clm .clm:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.ichidake30-order .plan-clm .option-clm .clm .copy-clm {
  max-width: 504px;
  width: 48%;
}
.ichidake30-order .plan-clm .option-clm .clm .copy-clm h5 {
  font-size: 38px;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 1.4;
  padding-bottom: 40px;
}
.ichidake30-order .plan-clm .option-clm .clm .copy-clm .price {
  padding-bottom: 40px;
}
.ichidake30-order .plan-clm .option-clm .clm .copy-clm p {
  padding-bottom: 1.5em;
  font-size: 18px;
}
.ichidake30-order .plan-clm .option-clm .clm .photo {
  max-width: 460px;
  width: 46%;
  padding: 0 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ichidake30-order .plan-clm .option-clm {
    margin: 8% 20px 0;
  }
  .ichidake30-order .plan-clm .option-clm h4 img {
    width: 80%;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm h5 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm .price {
    padding-bottom: 30px;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm p {
    font-size: 16px;
  }
  .ichidake30-order .plan-clm .option-clm .clm .photo {
    padding-top: 65px;
  }
}
@media screen and (max-width: 480px) {
  .ichidake30-order .plan-clm .option-clm h4 img {
    width: 92%;
    margin-top: -12%;
  }
  .ichidake30-order .plan-clm .option-clm .clm {
    padding: 0 0 40px 0;
    margin-bottom: 40px;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm, .ichidake30-order .plan-clm .option-clm .clm .photo {
    width: 100%;
    max-width: inherit;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm {
    padding: 0 0 0 0;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm h5 {
    font-size: 18px;
    text-align: center;
  }
  .ichidake30-order .plan-clm .option-clm .clm .copy-clm .price {
    padding-bottom: 12px;
  }
  .ichidake30-order .plan-clm .option-clm .clm .photo {
    padding: 0;
  }
}
.ichidake30-notes-clm p {
  font-size: 18px;
  padding-bottom: 1.5em;
  text-align: center;
}
.ichidake30-notes-clm .btn_detail {
  text-align: center;
  max-width: none;
}
.ichidake30-notes-clm .btn_detail a {
  font-weight: bold;
  min-width: 13em;
}
@media screen and (max-width: 768px) {
  .ichidake30-notes-clm p {
    font-size: 16px;
    text-align: left;
  }
}

/* Edit 09/13/23
   change background color
*/
.flowbox .popbox.active .popbox_body{
	background: #005be4;
}

.popbox.active .popbox_arw:after{
	background: #005be4;
}

.btn_detail.btn_next a{
  background-color: #fdd000;
  color:#1d1d1d;
}

.btn_detail.pdf a{
  font-weight: bold;
}

.btn_detail.btn_next a:hover,
.btn_detail.btn_pdf a:hover{
  background-color: #fee366;
}


.sidemenu_wrp.m-sideSearchBox .sidemenu_search dt {
  background-color: #005be4;
}

.sidemenu_wrp.m-sideSearchBox .sidemenu_search .submit_btn{
  background-color: #005be4;
}

.m-sideSearchBox .clearBtn .baseBtn{
  background-color: #005be4;
}

.m-product-detail .o-product-name a{
  color:#005be4;
}

.m-product-detail .o-product-name{
  border-bottom: 1px solid #005be4;
}

.m-charges-model > ul > li:nth-child(odd) p.o-model-title{
  background-color: #005be4;
}

.m-charges-model .o-btn-modelDetail{
  border:1px solid #005be4;
}

.m-charges-model .o-btn-modelDetail > span{
  color:#005be4;
}

.m-charges-model .o-btn-modelDetail:after{
  border-right: solid 2px #005be4;
  border-bottom: solid 2px #005be4;
}

.m-cartItemList .o-row-head{
  color:#005be4;
}

.l-cartTotalBox-inner .o-header{
	background: #005be4;
}

.btn_modal a{
  color:#005be4;
}

.btn_modal .o-modalBtn{
  border: solid 1px #005be4;
}

.btn_modal a:after{
  border-right: solid 2px #005be4;
  border-bottom: solid 2px #005be4;
}

.m-cartItemActionBox a{
  color:#005be4;
}

/* 09/14/23 */

.m-headline{
  border-bottom:2px solid #005be4;
}

.m-headline .o-title{
  color:#005be4;
}

.btn_detail.pdf a{
  background-color: #fdd000;
  color:#1d1d1d;
}

.btn_detail.pdf a:hover{
  background-color: #fee366;
}

.m-payment-method .o-inner{
  background: #e3eeff;
}

.m-payment-method .o-title,
.m-customer-subinfo .o-title{
  background-color: #005be4; 
}

.selectWrap::before{
  background: #005be4;
}

.m-headline-mini{
  background: #005be4;
}

.m-product-select-checkbox .inputLabel{
  color: #005be4;
}

.l-itemDetailMainBox .product_sets, .product_sets_list .product_sets{
  border-left: 5px solid #005be4;
}

.m-product-select-checkbox .product_set_name > .radio{
  border-bottom: 1px solid #005be4;
}

input[type=radio] + .inputLabel:after{
  background-color: #005be4;
}

.selectSetProduct .not_select .inputLabel, .product_sets_list .not_select .inputLabel{
  color: #005be4;
}

input[type=checkbox] + .inputLabel:after{
  border-right: 3px solid #005be4;
  border-bottom: 3px solid #005be4;
}

/* [class^="btn_"].btn_detail a{
  color:#1d1d1d;
} */

.btn_detail.regist a{
  background-color: #fdd000;
  color:#000;
}

.btn_detail.regist a:hover{
  background-color: #fee366;
}

/*table at product details*/
.table > table{
  width: 100%;
  border-collapse: collapse;
}

.table th{
  width: 100%;
}

.table td{
  display: flex;
  align-items: center;
  justify-content: center;
}

.table td:first-child{
  justify-content: left;
}

.table td.left{
  justify-content: left;
}

.table .w-20{
  width: 20% !important;
}

.table .w-40{
  width: 40% !important;
}

.table .bg-blue{
  padding: 11px 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #2097f3;
}

.table .ta-center{
  text-align: center;
}

.table .bg-blue02{
  background-color: #2097f3;
  padding: 15px 0;
}

.table .bg-yellow{
  background-color: #fdd100;
  color: #333333;
  font-weight: bold;
  padding: 15px 0;
}

.table .txt-blue02{
  color: #2097f3;
  font-weight: bold;
}

.table .txt-gray{
  color: #333333;
  font-weight: bold;
}

.table .txt-white{
  color: #fff;
  font-weight: bold;
}

.table tr{
  display: flex;
  border-bottom: 2px solid #b1b1b1;
}

.table .no-border{
  border-bottom: 2px solid white;
}

.table .bord-right{
  border-right: 1px solid #fff;
}

.table .bord-left{
  border-left: 1px solid #fff;
}

/* 09/15/23 edit*/

.listNumber{
  list-style: none;
  margin-top: 20px;
}

.listNumber-item{
  position: relative;
  padding-left: 34px;
  color: red;
}

.listNumber-number {
  position: absolute;
  left: 0;
  top: 0;
}

/* 09/19/23 edit*/
.txtAnnounceWrap{
  text-align: center;
}

/* 09/20/23 edit*/
.btn_detail.pdf_icon a,
.btn_detail.pdf a{
  background: #fdd000 url(/image/icon_pdf-black) no-repeat 8px center;
  background-size:45px;
  color:#1d1d1d;
}

.m-charges-model > ul > li:nth-child(even) p.o-model-title{
  background-color:#fdd100;
  color: #000;
}

/* 09/21/23 edit*/
.two-plans{
  margin-top: 20px;
}
.two-plans .note-list{
	margin-bottom: 1.5em;
}

.two-plans .note-list dt{
	line-height: 1.5;
}

.two-plans .note-list dd{
	margin: -1.5em 0 0.25em 2em;
	line-height: 1.5;
}

/* 09/25/23 edit*/
.twoplan-wrap{
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 35px;
}

.twoplan-wrap section{
  width: 50%;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
}

.plan01{
  background-color: #ECF6FE;
}

.plan02{
  background-color: #FFFDF3;
}

.plan-heading-03{
  font-size: 24px;
  font-weight: 700;
  padding: 14px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.plan01 .plan-heading-03{
  background-color: #005be4;
  color: #fff;
}

.plan02 .plan-heading-03{
  background-color: #fdd000;
  color: #000;
}

.plan-content-inner{
  padding: 40px;
}

.plan01 .plan-visual-area img{
  width: 100%;
  max-width: 103px;
}

.plan02 .plan-visual-area img{
  width: 100%;
  max-width: 125px;
}

.plan-bold-txt{
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
}

.plan01 .plan-bold-txt{
  color: #005be4;
}

.plan02 .plan-bold-txt{
  color: #fdd000;
}

.plan-normal-txt{
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
}

.plan01 .plan-price{
  margin-top: 50px;
}

.plan02 .plan-price{
  margin-top: 20px;
}

.plan01 .plan-price img{
  width: 100%;
  max-width: 376px;
}

.plan02 .plan-price img{
  width: 100%;
  max-width: 378px;
}

.twoplan-table table{
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #f2f2f2;
  margin-top: 0;
}

.twoplan-table tr{
  display: flex;
}

.twoplan-table td{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #f2f2f2;
  font-size: 18px;
  text-align: center;
  height: 80px;
}

.twoplan-table td:first-child{
  background-color: #ECF6FE;
}

.twoplan-table td:nth-child(2){
  font-weight: bold;
}

.twoplan-table td:last-child{
  background-color: #FFFDF3;
}

.no-bot-border{
  border-bottom: none !important;
}

.table-bg-white{
  background-color: #fff !important;
}

.txt-bold{
  font-weight: bold;
  font-size: 24px;
}


@media screen and (max-width: 767px) {
  .twoplan-wrap{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }  

  .twoplan-wrap section{
    width: 100%;
  }

  .twoplan-table td{
    font-size: 12px;
    height: 60px;
  }

  .txt-bold{
    font-size: 16px;
  }
}

.txtOrange{
  text-align: center;
  margin-bottom: 40px;
}

/* .mod .main-feature-clm .copy-clm{
  padding-top: 0;
} */

.mod .main-feature-clm .copy-clm .icon-num{
  font-size: 120px !important;
  font-weight: bold !important;
  color: #005be4 !important;
}

.mod .main-feature-clm .copy-clm h3{
  font-weight: bold !important;
  color: #202020 !important;
}

@media screen and (max-width: 480px) {
  .mod .main-feature-clm .copy-clm .icon-num{
    font-size: 75px !important;
  }
}

.txtBig{
  font-size: 20px;
}

.m-product-option .inputLabel{
  color: #005be4;
}

.no-photo{
  display: block !important;
}
.flex-container{
  display: flex;
}

.flex-image{
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .flex-container{
    flex-direction: column;
    align-items: center;
  }
  .flex-image{
    margin: 0 auto 20px;
  }
  
}