@charset "UTF-8";
/*---------------------------------
  header
---------------------------------*/

/*フォント設定---------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*---------------------*/

.header_wrp {
  /*border-top: 3px solid #E2001D;*/
  /*add start*/
  padding-top: 10px;
  margin: 0 auto;
  font-size: 12px;
  border-bottom: 1px #ddd solid;
  /*add end*/
}

.header {
  padding-top: 10px;
  padding: 5px 20px;
  /*add start*/
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  /*add end*/
}
@media screen and (max-width: 768px) {
  .header_wrp {
    padding-top: 0; /*add*/
  }
  .header {
    padding-top: 0;
    display: block;
  }
}

/*MDSOL add start*/
.pankuzu{
  display: none !important;
}

.prevPageBtn {
  display: none !important;

}

.sidemenu_wrp.m-sideSearchBox {
  display: none !important;

}

.contents_wrp {
  width: 70% !important;
  float: none !important;
  margin: auto !important;

}

.content.content_cart .btn_detail.btn_prev {
  display: none !important;
}

.basic thead .status {
  display: none !important;
}

.basic tbody .status {
  display: none !important;
}

.section_inner .content.content_mypage .billing {
  display: none !important;
}

.notmember .section_inner .content.content_step .content_header:after {
  background-color: #FF5353;
  color: #ffffff;
  font-size: 150%;
  white-space: pre;
  content: '\A「STEP 4」まで完了すると「本人確認メール」が送付されます。\Aメールに記載のURLをクリックして、本人確認の操作を行ってください。\Aその後、弊社にてお申し込み内容の確認を実施し、会員登録完了となります。\A';
}

/*MDSOL add end*/

/*add start*/
.notmember .header_wrp .nav_main .logout {
  display: none;
}
.member .header_wrp .nav_main .login {
  display: none;
}
.header .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.header .logo-description {
  font-weight: bold;
}
/*add end*/

.header .nav ul li {
  width: auto;
  margin-left: 30px;
}

.header .nav ul li a {
  display: flex;
  align-items: center;
  padding-top: 0;
}

.header .nav ul li a:before {
  position: static;
  margin: 0;
}

.header .nav ul li.nav-cart a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/nav_icon_cart.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.header .nav ul li.home a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/nav_icon_home.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.header .nav ul li.signin a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/nav_icon_registration.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.header .nav ul li.login a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/nav_icon_login.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.header .nav ul li.mypage a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/nav_icon_mypage.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.header .nav ul li.logout a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/nav_icon_logout.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.header .nav ul li.manual{
  background-color: #ffcccc;
  padding-left: 3px;
  padding-right: 5px;
  border-radius: 5px;
}

.header .nav ul li.manual a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/notebook03.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
  border-radius: 3px;
}

/*add start*/
.header_wrp .nav_up {
  display: flex;
  align-items: baseline;
}

.header_wrp .nav_up p.username {
  color: var(--text-color);
  font-size: 12px;
}

.header_wrp .nav_main{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header_wrp .nav_main .product-info-link {
  display: inline-block;
  padding: 3px 40px 3px 25px;
  background-color: #035191;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  margin-left: 15px;
}
.header_wrp .nav_main.login .product-info-link {
  width: 350px;
}
.header_wrp .nav_main .product-info-link:hover {
  opacity: 0.7;
}
.header_wrp .nav_main .product-info-link:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/image/link_tabblank) no-repeat;
  background-size: cover;
  position: absolute;
  right: 33px;
}
@media screen and (max-width: 768px) {
  .header_wrp .nav_main .product-info-link {
    display: none;
  }
}
/*add end*/

.header_wrp .nav_main .navlist_main {
  display: flex;
  justify-content: start/*center*/;
  margin-top: 20px;
}
.header_wrp .nav_main .navlist_main li {
  width: auto;
  padding: 0 15px;
  text-align: center;
  /*border-left: 1px solid #999;
  font-size: larger;*/
  font-size: 12px; /*add*/
  font-weight: bolder;
}
.header_wrp .nav_main .navlist_main li:last-of-type {
  /*border-right: 1px solid #999;*/
  padding-right: 0; /*add*/
}
.header_wrp .nav_main .navlist_main li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  /*color: #342424;*/
  color: var(--text-color);  /*add*/
}
/*
.header_wrp .nav_main .navlist_main li a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/nav_icon_arrow_red.svg) no-repeat;
  background-size: cover;
}
*/
.header_wrp .nav_main .navlist_main li a:hover {
  opacity: 0.7;
}
.header_wrp .nav_main .navlist_main li.arrow_none a::after {
  display: none;
}

/*add start*/
.headerline_cms {
  content: "";
  width: 100%;
  height: 240px;
  background: url(/image/header_cms_back.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.headerline_cms .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 80px;
}

.headerline_cms .title_en {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #fff
}

.headerline_cms h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  border-bottom: 1px #fff solid;
  width: fit-content;
  padding-bottom: 10px;
}
/*add end*/

/* タブレット以下 */
@media screen and (max-width: 768px) {
  .header_wrp .nav .navlist li.home:before, .header_wrp .nav .navlist li.inquiry:before, .header_wrp .nav .navlist li.mypage:before, .header_wrp .nav .navlist li.signin:before, .header_wrp .nav .navlist li.login:before, .header_wrp .nav .navlist li.logout:before{
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .header .nav ul li.nav-cart a:before,
  .header .nav ul li.nav_pc a:before,
  .header .nav ul li.manual a:before{
    display: none;
  }
  .header_wrp .nav .navlist {
    background-color: #707070;
    padding-bottom: 20px;
  }
  .header_wrp .nav .navlist li.nav-cart,
  .header_wrp .nav .navlist li.nav_pc,
  .header_wrp .nav .navlist li.manual {
    background-color: #707070;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .header_wrp .nav .navlist li.nav-cart a,
  .header_wrp .nav .navlist li.manual a {
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    font-weight: bold;
    margin: 0;
    padding-top: 0;
    padding-left: 55px;
  }
  .header_wrp .nav .navlist li.nav_pc a {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    width: 100%;
    /*padding: 10px 0;*/
    padding: 15px 0;
  }
  /*
  .header_wrp .nav .navlist li.nav_pc a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/image/nav_icon_arrow.svg);
  }
  */
  .header_wrp .nav .navlist li.nav_pc.arrow_none a::after {
    display: none;
  }
  .header_wrp .nav .navlist li.nav-cart:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url(/image/header_icon_cart40_sp.png);
  }
  .header_wrp .nav .navlist .manual:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url(/image/notebook04.svg) ;
  }
  .header_wrp .nav .navlist .signin:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/image/nav_icon_registration_sp.png) no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .header_wrp .nav .navlist .login:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/image/nav_icon_login_sp.png) no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .header_wrp .nav .navlist .mypage:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/image/nav_icon_mypage_sp.png) no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .header_wrp .nav .navlist .logout:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/image/nav_icon_logout_sp.png) no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .header_wrp .nav .navlist li.nav_pc:before {
    display: none;
  }
  .header_wrp .navlist_main {
    display: none !important;
  }

  /*add start*/
  .header_wrp .nav .navlist li.login a, 
  .header_wrp .nav .navlist li.logout a { /*他項目と同じスタイルに揃える*/
    height: initial;
    font-size: 12px;
    line-height: initial;
    font-weight: normal;
  }

  .headerline_cms {
    height: 120px;
  }
  .headerline_cms .inner {
    padding-top: 20px;
  }

  /*add end*/
}

/*add start*/
/*---------------------------------
  footer
---------------------------------*/
.notmember .footer_wrp .mypage {
  display: none;
}
.notmember .footer_wrp .logout {
  display: none;
}
.member .footer_wrp .entry {
  display: none;
}
.member .footer_wrp .login {
  display: none;
}
.footer_wrp {
  background: linear-gradient(to bottom, #edf3f8, #cae0ef);
  background: -webkit-linear-gradient(top, #edf3f8, #cae0ef);
  background: -moz-linear-gradient(top, #edf3f8, #cae0ef);
}
.footer_wrp .content_width {
  padding: 40px 20px;
  max-width: 1040px;
}
.footer_wrp .content_width a{
  color: var(--text-color);
  font-weight: normal;
  text-decoration: none;
}
.footer_wrp .footer_test {
  display: flex;
  padding: 0 0 30px 0;
  justify-content: space-between;
}
.footer_wrp .footer_right {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  font-size: 14px;
  padding-left: 15px;
}
.footer_wrp .footer_test_content {
  text-align:left;
  color: var(--text-color);
}
.footer_wrp .footer_test_content a {
  line-height: 2.2;
}
.footer_wrp .copyright {
  background: #19315A;
  font-size: 10px;
}
.footer_wrp .copyright {
  background: #19315A;
  font-size: 10px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .footer_wrp .copyright .description {
    display: none;
  }
}
.footer_wrp hr {
  width: 100%;
}
.footer_wrp .l-footer-left {
  width: initial;
  padding-left: 0;
}
.footer_wrp .l-footer-left .foot-content {
  padding-left: 0 !important;
}
.footer_wrp .foote_link > li > a:after {
  display: none;
}
.footer_wrp a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer_wrp .content_width {
    display: none
  }
  /*
  .footer_wrp .free_area {
    display: none;
  }
  .footer_wrp .l-footer-left {
    border-top: none;
  }
  .footer_wrp .l-footer-left:before {
    background-color: initial;
  }
  .footer_wrp .footer_link {
    border: none;
  }
  ul.foote_link > li {
    border-bottom: none;
  }
  ul.foote_link > li:nth-child(odd) {
    border-right: none;
  }
  */
}
/*add end*/

/*---------------------------------
  module
---------------------------------*/
/*---------------------------------
  main
---------------------------------*/
/* デフォルトグレーのバー、homeボタン、問い合わせボタン、会員証 非表示 */
.navigation,
.section_wrp #section01 .section_inner .headline,
.header_wrp #member_card {
  display: none;
}

.section_wrp {
  margin-top: 0;
}
/*
@media screen and (max-width: 768px) {
  .section_wrp {
    margin-top: 0;
  }
}
*/

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* 見出し調整 */
.m-FeaturedProducts .headline {
  border-bottom: none;
}

.headline .title,
.m-FeaturedProducts .headline .title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 26px;
  font-size: 30px;
  color: #342424;
}
@media screen and (max-width: 768px) {
  .headline .title,
  .m-FeaturedProducts .headline .title {
    font-size: 24px;
  }
}

/* 最新情報のタイトル削除 */
.topics h3.title {
  display: none;
}

/* add start */
/*ページトップ移動ボタン*/
#btn_pagetop a {
  background-color: initial;
  background: linear-gradient(to bottom, #475c7d, #19315a);
  background: -webkit-linear-gradient(top, #475c7d, #19315a);
  background: -moz-linear-gradient(top, #475c7d, #19315a);
  transform: translateY(-45px);
}
#btn_pagetop a:after {
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}

/* お知らせ */
.topics_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
#section02.topics {
  background: #dcecf9;
  border-radius: 15px;
  padding: 50px 70px;
}
#section02.topics .headline {
  margin-bottom: 40px;
}
#section02.topics .headline .title {
  display: block;
  margin-bottom: 0;
  color: var(--main-color);
  font-size: 32px;
}
#section02.topics .headline .title_en {
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.2em;
}
#section02.topics .topic_list {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#section02.topics .topic_list dt,
#section02.topics .topic_list dd {
  font-size: 16px;
}
#section02.topics .topic_list dt {
  padding: 1px 5px;
  background: #19315a;
  color: #fff;
  width: fit-content;
  transform: translateY(25px);
}
#section02.topics .topic_list dt .icon {
  display: none;
}
#section02.topics .topic_list dd {
  padding: 25px 25px 25px 8em;
}
#section02.topics .topic_list dd a {
    text-decoration: none;
    color: var(--text-color);
}
#section02.topics .topic_list dd a:hover {
    text-decoration: underline;
}
#section02.topics .btn_more {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: initial;
    margin: 30px 0 20px;
}
#section02.topics .btn_more .icon {
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#section02.topics .btn_more .icon::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
}
#section02.topics .btn_more a {
    font-size: 16px;
    color: var(--main-color);
    text-decoration: none;
    border: none;
}
#section02.topics .btn_more a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topics_wrap {
    padding: 0;
  }
  #section02.topics {
    border-radius: unset;
    padding: 50px 20px;
  }
  #section02.topics .topic_list {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #section02.topics .topic_list dt {
    font-weight: normal;
    font-size: 12px;
  }
  #section02.topics .topic_list dd {
    padding: 0 10px 15px 5.5em;
  }
}
/* add end */

/* メインビジュアル */
.bg_cover {
  width: 100%;
  position: relative;
  /*add start*/
  background: linear-gradient(to bottom, #edf3F8, #cae0ef);
  background: -webkit-linear-gradient(top, #edf3F8, #cae0ef);
  background: -moz-linear-gradient(top, #edf3F8, #cae0ef);
  /*add end*/
}
.bg_cover .hero_area {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 0 10%;
  color: #fff;
}
.bg_cover .hero_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
}
.bg_cover .hero_catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.bg_cover .hero_lead {
  font-size: 16px;
}
.bg_cover img {
  width: 100%;
  height: auto;
}
/*add start*/
.bg_cover .swiper {
  padding: 42px 0;
  max-width: 1050px;
}
/*
.bg_cover .swiper .swiper-slide {
  max-width: 1050px;
}
*/
.bg_cover .swiper .swiper-pagination_pc, 
.bg_cover .swiper .swiper-pagination_sp{
  text-align: center;
  padding-top: 10px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .bg_cover .swiper_bg_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .bg_cover .swiper {
    padding: 42px 20px;
  }
  .bg_cover .swiper .swiper-slide {
    width: calc(100% - 30px);
  }
  .bg_cover .swiper_bg_pc {
    display: none !important;
  }
}
/*add end*/

@media screen and (max-width: 768px) {
  .bg_cover .hero_area {
    padding: 0 2%;
    width: 100%;
  }
  .bg_cover .hero_title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 150px;
  }
  .bg_cover .hero_catch {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bg_cover .hero_lead {
    font-size: 12px;
    text-align: center;
    margin-left: 0;
  }
}

/* ブランド スライダー */
.brand-slider__slide {
  height: 80px !important;
  padding-top: 10px;
}

/* おすすめ商品 */
.section_inner.wideSection {
  padding: 50px 5% 100px 5%;
}
@media screen and (max-width: 768px) {
  .section_inner.wideSection {
    padding: 50px 5% 60px 5%;
  }
}

/* 商品カテゴリー */
.item_category {
  /*background-color: #ccc;*/
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff; /*add*/
}
@media screen and (max-width: 768px) {
  .item_category {
    padding-top: 40px;
  }
}
/*add start*/
.item_category .headline h2 {
  color: #fff;
}
.item_category:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1000;
  background: url(/image/back_blue) no-repeat center center;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  background-size: cover;
  transform: translateY(-160px);
  height: 2600px;
}
/*add end*/
.item_category .item_inner {
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .item_category .item_inner {
    margin: 0 20px;
  }
}
.item_category .items {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 2.3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .item_category .items {
    gap: 24px 0;
    justify-content: space-between;
  }
}
.item_category .items a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  width: 23.27%;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .item_category .items a {
    width: 46.57%;
    padding: 15px;
  }
}
.item_category .items a:hover {
  opacity: 0.7;
}
.item_category .items a img {
  display: block;
  width: 40%;
  margin: auto auto 15px auto;
}
@media screen and (max-width: 768px) {
  .item_category .items a img {
    margin-bottom: 5px;
  }
}
.item_category .items a h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .item_category .items a h4 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.item_category .btn_more_product {
  text-align: center;
}
.item_category .btn_more_product a {
  display: inline-block;
  border: 1px solid #646464;
  border-radius: 100px;
  font-size: 12px;
  padding: 10px 40px;
  text-decoration: none;
}
.item_category .btn_more_product a:hover {
  background-color: #fff;
}

/*add start*/
.top_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top_container {
    padding-top: 40px;
  }
}
.top_container a:hover {
  opacity: 0.7;
}
.top_container .item_inner {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .top_container .item_inner {
    margin: 0 20px;
  }
}
.top_container .headline {
    text-align: center;
    margin-bottom: 40px;
}

.top_container .headline h2 {
  font-size: 32px;
  margin-bottom: 0 !important;
  display: block;
}

.top_container h2 .accent {
  color: #19C9FE;
}

.top_container .title_en {
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.2em;
}

/* ピックアップ  */
.pickup .headline .title {
  color: var(--main-color);
}
.pickup .headline .title_en{
  color: var(--main-color);
}
.pickup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw;
  margin-bottom: 40px;
  justify-content: center;
}
.pickup-grid .item {
  width: 200px;
  height: 275px;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
}
.pickup-grid .item img {
  width: 100%;
}
.pickup-grid .item p {
  font-size: 13px;
  color: var(--text-color);
  padding: 10px;
}
.pickup .button-container .icon {
  background-color: var(--main-color);
}
.pickup .button-container .icon::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pickup .button-container a {
  color: var(--main-color);
}
@media screen and (max-width: 930px) {
  .pickup-grid .item {
    width: calc(100% / 4 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .pickup-grid .item {
    width: calc(100% / 2 - 10px);
  }
}

/* 商品カテゴリー（新） */
.item_category section {
  margin-bottom: 80px;
}
.item_category section h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 25px;
}
.item_category a {
  text-decoration: none;
}
.item_category .item-padding {
  padding: 20px;
  padding-right: 10px;
  background-color: #fff;
  border-radius: 15px;
}
.item_category .item-grid,
.item_category #tag-grid {
  max-height: 340px;
  overflow-y: auto;
}
.item_category .item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .item_category .item-padding {
    padding: 20px 10px;
  }
  .item_category .item-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
}
.item_category .item-grid::-webkit-scrollbar,
.item_category #tag-grid::-webkit-scrollbar {
    width: 8px;
}
.item_category .item-grid::-webkit-scrollbar-track,
.item_category #tag-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.item_category .item-grid::-webkit-scrollbar-thumb,
.item_category #tag-grid::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.item_category .item-grid::-webkit-scrollbar-thumb:hover,
.item_category #tag-grid::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.item_category .item-box {
  background-color: #fff;
  padding: 20px;
  padding-top: 7px;
  text-align: center;
  position: relative;
}

.item_category .item-box .category {
  font-size: 18px;
  color: var(--text-color);
  text-decoration: none;
  font-weight: bold;
}

.item_category .subcategory-list {
  list-style-type: none;
  padding: 10px 0 0 0;
}

.item_category .subcategory-list li a {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.item_category #effect-grid,
.item_category #tag-grid {
  font-size: 16px;
}
.item_category #effect-grid a {
  color: var(--text-color);
  font-weight: bold;
}
.item_category #effect-grid .item-box {
  padding: 5px 20px;
  text-align: left;
}
.item_category .tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}
.item_category .tag-wrap {
  width: 230px;
}
.item_category .tag {
  border: var(--main-color) 1px solid;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .item_category .tag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 5px), 1fr));
    padding: 10px;
    font-size: 3.5vw !important;
  }
  .item_category .tag-wrap {
    width: initial;
  }
  .item_category .tag {
    padding: 5px 10px;
  }
}
#category-grid .error-message p {
  color: #d32f2f;
  margin: 0 0 15px 0;
}
#category-grid .retry-button {
  background-color: #d0d0d0;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 2;
}
#category-grid .retry-button:hover {
  opacity: 0.9;
}
.button-container {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: initial;
  margin: 30px 0 20px;
}
.button-container:hover {
  text-decoration: underline;
}
.button-container .icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.button-container .icon::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg);
  position: absolute;
}
.button-container a {
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

/* どのSaaSを導入すればいいかお悩みですか？ */
.cta-container_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 100px;
}
.cta-container {
  background: linear-gradient(to bottom, #475c7d, #19315a);
  background: -webkit-linear-gradient(top, #475c7d, #19315a);
  background: -moz-linear-gradient(top, #475c7d, #19315a);
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  margin: 0 auto;
  border-radius: 15px;
}
.cta-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

.cta-container .box {
  background-color: #fff;
  color: var(--text-color);
  padding: 20px;
  border-radius: 15px;
  display: inline-block;
  width: 800px;
}
@media screen and (max-width: 950px) {
  .cta-container .box {
    width: calc(100% - 40px);
  }
}

.cta-container .box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .cta-container .box p {
    text-align: left;
  }
}
.cta-container .box .product-info-link {
  display: inline-block;
  background-color: #0d6aac;
  color: #fff;
  text-decoration: none;
  padding: 15px 70px 15px 50px;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border-radius: 30px;
  position: relative
}
.cta-container .box .product-info-link:hover {
  opacity: 0.7;
}
.cta-container .box .product-info-link:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/image/link_tabblank) no-repeat;
  background-size: cover;
  position: absolute;
  right: 45px;
}
/*add end*/

/* 会員メニュー */
.member_menu {
  padding-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .member_menu {
    padding-top: 50px;
    margin-bottom: 36px;
  }
}
.member_menu .mypage_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2.3%;
  max-width: 1126px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .member_menu .mypage_nav {
    gap: 16px 0;
    justify-content: space-between;
    margin: 0 20px;
  }
}
.member_menu .mypage_nav a {
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  padding: 25px;
  width: 23.27%;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .member_menu .mypage_nav a {
    width: 47.76%;
    padding: 20px 10px;
  }
}
.member_menu .mypage_nav a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/member_menu_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
.member_menu .mypage_nav a img {
  width: auto;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .member_menu .mypage_nav a img {
    width: 37px;
    height: 37px;
  }
}
.member_menu .mypage_nav a .title {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .member_menu .mypage_nav a .title {
    font-size: 10px;
  }
}

/*add start*/
/* よくあるご質問 */
.faq {
  padding: 20px;
  margin-bottom: 100px;
  text-align: center;
}
.faq:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1000;
  background: url(/image/back_blue_short.png) no-repeat center center;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  background-size: cover;
  transform: translateY(-250px);
  height: 1400px;
}
.faq .accent {
  color: #19c9fe;
}
.faq h2,
.faq .title_en {
  color: #fff;
}
.faq .title_en {
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.faq h2 {
  font-size: 32px;
}
.faq-list {
  padding: 40px;
  max-width: 770px;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 30px;
}
.faq-item {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-question, .faq-answer {
  display: flex;
  padding: 15px 20px;
  text-align: left;
  gap: 20px;
}
.faq-question {
  margin-bottom: 15px;
  border-radius: 15px;
  background-color: #EDF3F8;
  padding: 15px 20px;
  align-items: baseline;
  position: relative;
  cursor: pointer;
}
.faq-question::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px var(--main-color) solid;
  border-right: 2px var(--main-color) solid;
  transform: rotate(45deg) translate(-50%);
  transform-origin: center;
  position: absolute;
  top: 45%;
  right: 20px;
}
.faq-question.open::after {
  border-top: 2px var(--main-color) solid;
  border-bottom: none;
  transform: rotate(-45deg) translate(-50%);
}
.faq-answer {
  display: none;
}
.faq-icon {
  font-family: 'Jost', sans-serif;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  color: var(--main-color);
}
.faq-icon.answer {
  color: #fc8328;
}
.faq-text {
  flex-grow: 1;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.faq-question .faq-text {
  font-weight: bold;
}
.faq-answer .faq-text {
  font-size: 14px;
  color: #555555;
}

@media (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq-list {
    padding: 20px;
  }
  .faq-question, .faq-answer {
    font-size: 16px;
  }
  .faq-question {
    padding: 15px 40px 15px 20px;
  }
}
/*add end*/

/* その他調整 */
.btn_more a {
  border-radius: 100px;
}

.section_wrp #section01 .section_inner .headline {
  display: block;
}

.m-FeaturedProducts {
  background-color: #fff;
}



/*ここから追加したやつ*/

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    /*--back-color: #e1ebf7;*/
    --back-color: #daebff;
    --border-color: #ccc;
    --white-color: #fff;
    /*add start*/
    --text-color: #3c3c3c;
    --main-color: #035191;
    /*add end*/
}

 main img {
	max-width:100%;
	height: auto;/*高さ自動*/
}

/*a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}*/

main a:hover { 
    color: var(--linkhover-color);
}


/*メイン画像
-------------------------------------*/
.mainimg {
    position: relative;
}
.mainimg img {
    width: 100%;
}
.mainimg h3 {
  position: absolute;
  top:28%;
  left:10%;
  /*transform: translate(-50%,-50%);*/
  padding:0;
  margin:0;
  font-size:3.2rem;
  color: white;
  text-align: left;
}

.mainimg p {
  position: absolute;
  top:60%;
  left:10%;
  /*transform: translate(-50%,-50%);*/
  padding:0;
  margin:0;
  font-size:1.1rem;
  color: white;
  text-align: left;
}

/*メインコンテンツ
-------------------------------------*/
main {
    /*margin: 1.5rem 0 0 0;*/
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
main section {
	/*margin: 2rem 0;*/
	padding: 2rem 0;
  /*margin-bottom: 0;*/
}
.gray-back {
	background-color: var(--back-color);
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.catch h2 {
    padding-bottom: 1rem;
}

.under {
    border-bottom: 0.2rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
    font-weight: 550;

}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*本ストアの3つの強み
--------------------------------------*/
.strength{
  background-color: #328eff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
}

.strengthimg{
  width: 40%;
  /*margin-bottom: 1rem;*/
}

.strength h3{
  color: #fff;
}

.strength p{
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
}

.strength span{
  color: red;
}

@media ( min-width : 768px ) {
.strength{
  flex: 0 0 30%;
  max-width: 30%;
  background-color: #328eff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
  padding: 1.5rem 1rem;
  margin: 0 1rem 2rem 1rem;
}

.strengthimg{
  width: 50%;
  /*padding-bottom: 0.5rem;*/
}
}

/*申し込みの流れ
-------------------------------------*/
.question.row{
  margin-bottom:0.5rem ;
  vertical-align: middle;
}

.answer.row {
	margin-bottom: 3rem;
  vertical-align: middle;
}

main .qahead_question{
  text-align: center;
  color: #fff;
  background-color: #328eff;
  border-radius: 1rem;
}

main .qahead_answer{
  text-align: center;
  color: #fff;
  background-color: rgb(255, 127, 127);
  border-radius: 1rem;
}

@media screen and (max-width: 768px){
  .qacontent{
    text-align: center;
  }
}
/*フッター
-------------------------------------
footer {
    background-color: var(--back-color); 
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

/*お問い合わせ
-------------------------------------
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}
*/



/* 幅768px以下の表示
-------------------------------------
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}*/

/*ここからgrid.css*/

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}

/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
  position:sticky;
  top:25px;
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    
}


/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– 

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;}
h1 { font-size: 3.2rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 2.8rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }*/

/* PC表示 
@media (min-width: 550px) {
  h1 { font-size: 3.0rem; }
  h2 { font-size: 2.8rem; }
  h3 { font-size: 2.5rem; }
  h4 { font-size: 2.0rem; }
  h5 { font-size: 1.8rem; }
  h6 { font-size: 1.5rem; }
}*/

main h1{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 3.2rem; line-height: 1.2;  letter-spacing: -.1rem;
}

main h2{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2.8rem; line-height: 1.3;  letter-spacing: -.1rem;
}

main h3{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 450;
  letter-spacing: 0.1em;
  font-size: 2.4rem; line-height: 1.35;  letter-spacing: -.08rem; 
}

main h4{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2.4rem; line-height: 1.35;  letter-spacing: -.08rem;
}

main h5{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem;
}

main h6{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0;
}

main h7{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 1.2rem; line-height: 1.7;  letter-spacing: 0;
}

@media (min-width: 550px) {
  main h1{font-size: 3.0rem; }
  main h2{font-size: 2.8rem; }
  main h3{font-size: 2.5rem; }
  main h4{font-size: 2.0rem; }
  main h5{font-size: 1.8rem; }
  main h6{font-size: 1.5rem; }
}

  main p {
  font-size:1.1rem; 
}

  main .pee{
  font-size:1.1rem; 
  margin-top: 2rem;
}




/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }


/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #0FA0CE;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 500; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– 
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }*/
/*li {
  margin-bottom: 1rem; }


/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse; }
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– 
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem; }
*/

/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }


/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  width: 95%;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 2px solid rgb(150, 150, 150); 
}

/*.circle{
  display: inline-block;
    width: 200px;
    height: 200px;
    color: #000000;
    background-color:rgb(204, 204, 204);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    
}*/

/*@media screen and (max-width: 768px){
  .circle{
    display: inline-block;
      width: 500px;
      height: 500px;
      color: #000000;
      background-color:#e0e0e0;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;   
  }
}*/

main .guidanceselect{
  padding: 2rem 0;
  margin-bottom: 1rem;
  font-weight: bold;
  background-color: #328eff;
  color: #fff;/*文字色*/
  /*border: solid 3px #cce2ff;/*線*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
}

main .guidanceselect p{
  font-size: 2rem;
}

.guide_index{
  font-size: 1.2rem;
  text-align: left;
  padding-left: 1.5rem;
}

@media screen and (min-width: 768px){
.guide_sidebar{
  position:sticky;
  top:25px;
  /*span-3*/
  flex: 0 0 22%;
  max-width: 22%;
  /*span-2*/
  /*flex: 0 0 13.3333333333%;
  max-width: 13.3333333333%;*/
  background-color: #ebebeb;
  padding: 1rem 0;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
  text-align: center;
}
}

@media screen and (max-width: 768px){
.guide_sidebar{
  position: relative;
  width: 80%;
  background-color: #ebebeb;
  padding: 1rem 0;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
  text-align: center;
}
}

.guide_img{
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

.guide_outline{
  flex: 0 0 78.0%;
  max-width: 78.0%;
}

.guide_content{
  padding: 2rem 2rem;
  margin: 0 0 2rem 2rem;
  background-color: #ebebeb;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
}

/*.guide_content h6{
  color:#328eff
}*/

.guide_detail h7{
  color:#fff;
  background-color: #328eff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  width: 30%;
}

.guide_detail{
  margin: 1rem 0;
  display:flex;
  align-items: flex-start;
}

.guide_detail p{
  margin-top: 0;
  margin-left: 2rem;
  width: 62%;
}

.triangle_vertical {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 20px red;
  border-bottom: solid 20px transparent;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}

.triangle_horizontal {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 20px red;
  border-right: solid 20px transparent;
}

.guide_faq{
  width: 50%;
  padding: 0.8rem 0;
  margin: 1rem auto;
  font-weight: bold;
  background-color:#bbb;
  font-size: 1.2rem;
  border-radius: 10px;/*角の丸み*/
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
}

@media screen and (min-width: 768px){
 main .onayami{
  flex: 0 0 18%;
  max-width: 18%;
  background-color: #328eff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
  margin: 0 0.5rem;
  padding: 1rem 0.5rem;
 }

 .onayami p{
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
  padding: 0.5rem 0;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
 }
}

@media screen and (max-width: 768px){
 main .onayami {
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: center;
  background-color: #328eff;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
  margin: 0.5rem 0.5rem;
  padding: 0.5rem 0.5rem;
}

.onayami img{
  width: 50%;
  margin: 0 auto;
}

.onayami p{
  font-size: 1.1rem;
  color: #fff;
  padding: 0.5rem 0.5rem;
}
}

 main .guide_qamenu{
  flex: 0 0 20%;
  max-width: 20%;
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0 0.5rem 3rem 0.5rem;
  padding: 0.5rem 0.5rem;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
 }

 @media screen and (max-width: 768px){
  main .guide_qamenu{
    width: 90%;
  }
 }

 .NPimage{
  margin: 1rem 0;
 }

 /*@media screen and (min-width: 768px){*/
  main .guide_flow_outline{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 1rem 1rem;
    background-color: #ebebeb;
   border-radius: 1rem;
   box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
   margin: 1rem 0 2rem 0;
  }
  main .guide_flow_content{
   flex: 0 0 20%;
   max-width: 20%;
   margin: 0 0.5rem;
  }
 
  .guide_flow_content img{
    max-width: 60%;
    margin-bottom: 1rem;
  }

  .guide_flow_content p{
   font-size: 1.2rem;
   height: 3rem;
   display: flex;
   align-items: center;
   justify-content: center;
  }
 
 
 /*@media screen and (max-width: 768px){
  main .guide_flow_outline {
   display: flex;
   flex-direction: column;
   width: 90%;
   justify-content: center;
   background-color: #ebebeb;
   border-radius: 1rem;
   box-shadow: 0.3rem 0.3rem 0.3rem 0 #bbb ;
   margin: 0.5rem 0.5rem;
   padding: 0.5rem 0.5rem;
 }
 
 .guide_flow_outline img{
   width: 50%;
   margin: 0 auto;
 }
 
 .guide_flow_outline p{
   font-size: 1.1rem;
   padding: 0.5rem 0.5rem;
 }
 }