@charset "UTF-8";

/*
1.base
2.layout
3.module
4.state
----------------------------------------*/

/* 1.base
----------------------------------------*/
/*
::-webkit-scrollbar {
  width: 1px;
  background-color:  rgba(0, 0, 0, 0);
}


::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
*/

/*font*/

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff") format("woff");
}

/*---------------------------------------------
Common Style
---------------------------------------------*/

/*margin,padding*/

.m0 {margin: 0 !important;}
.mat0 { margin-top: 0 !important;}
.mat1 { margin-top: 1em !important;}
.mat5 { margin-top: 5px !important;}
.mat10 { margin-top: 10px !important;}
.mat15 { margin-top: 15px !important;}
.mat20 { margin-top: 20px !important;}
.mat25 { margin-top: 25px !important;}
.mat30 { margin-top: 30px !important;}
.mat35 { margin-top: 35px !important;}
.mat40 { margin-top: 40px !important;}
.mat45 { margin-top: 45px !important;}
.mat50 { margin-top: 50px !important;}
.mat60 { margin-top: 60px !important;}
.mat70 { margin-top: 70px !important;}
.mat80 { margin-top: 80px !important;}
.mat90 { margin-top: 90px !important;}

.mab10 { margin-bottom: 10px !important;}
.mab20 { margin-bottom: 20px !important;}
.mab30 { margin-bottom: 30px !important;}
.mab40 { margin-bottom: 40px !important;}

.mar10 { margin-right: 10px !important;}
.mal10 { margin-left: 10px !important;}

.pat0 { padding-top: 0 !important;}
.pat10 { padding-top: 10px !important;}
.pat20 { padding-top: 20px !important;}
.pat30 { padding-top: 30px !important;}
.pat40 { padding-top: 40px !important;}

.pab0 { padding-bottom: 0 !important;}
.pab10 { padding-bottom: 10px !important;}
.pab20 { padding-bottom: 20px !important;}

.pab30 { padding-bottom: 30px !important;}
.pab40 { padding-bottom: 40px !important;}

.par10 { padding-right: 10px !important;}
.pal10 { padding-left: 10px !important;}


/* font-size */
.fzs { font-size: 75% !important;}
.fzm { font-size: 87% !important;}
.fzl { font-size: 100% !important;}
.fzml { font-size: 115% !important;}
.fzxl { font-size: 135% !important;}
.fzxll { font-size: 150% !important;}
.fzxlll { font-size: 175% !important;}
.fzxllll { font-size: 200% !important;}

/* font-weight */
.fwn {font-weight: normal;}
.fwb {font-weight: bold;}

/* color */
.f_pink { color: #c50018 !important;}
.f_red { color: #ff0000 !important;}
.f_black { color: #000 !important;}
.f_white { color: #fff !important;}
.f_brown { color: #835a00 !important;}

.bg_pink { background-color: #c50018 !important;}
.bg_grey {background-color: #f0efef !important;}
.bg_black {background-color: #000000 !important;}


/*display*/

.fl {float: left !important;}
.fr {float: right !important;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.hand {
  cursor: pointer !important;
}

.bgGray {
  background: #777;
  color: #fff;
}

.bgRed {
  background: #d54132;
  color: #fff;
}

.ti {
  text-indent: -1em;
  margin-left: 1em;
}

.em {
  padding: 0 2px;
  font-size: 63%;
  font-weight: normal;
  vertical-align: super;
}


.pc {display: block;}
.sp {display: none;}

@media (max-width: 768px) {
  .pc {display: none }
  .sp {display: block }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}


/*ホバーを滑らかに処理*/
a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}


a:hover {
  text-decoration: none;
}

.btn_img img {
  transition: .3s;
}

.btn_img:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 0px;
}

.bunner {
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .bunner {
    margin-bottom: 14px;
  }
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}

.attention {
  width: 80px;
  position: absolute;
  top: -12px;
  left: 46%;
  z-index: 999;
}

/*---------------------------------------------
layout
---------------------------------------------*/
body {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 1200px;
  width: 100%;
  height: 100%;
  position: relative;
}

html.is-hammenu-active {
  overflow: hidden;
}
html.is-hammenu-active #header{
  height: 100%;
}
#wrap {
  position: relative;
  padding-top: 63px;
  overflow: hidden;
}

#wrap2 {
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 40px 0 90px;
}

.section.-bggreen {
  background: #6AA21F26;
}

.section_gradation {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 130px;
}

.section_gradation::after {
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  top: 0;
  margin: auto;
  width: 200%;
  height: 100%;
  background: radial-gradient(ellipse 100% 100% at top, #6AA21F4D 0%, #FFFFFF00 100%);
}

@media (max-width: 768px) {
  body {
    min-width: 0;
  }
  #wrap {
    padding-top: 68px;
  }
  #wrap2 {
    padding-top: 0px;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .section {
    padding: 40px 0 90px;
  }
}




/* title
---------------------------------------------*/
.title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.title_icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #6AA21F;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  top: -75px;
  margin: auto;
}

.title_sub {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 10px;
  display: block;
}

.investigate .title_sub {
  color: #4C7E0A;

}

.title_sub span{
  font-size: 16px;
}
.title_sub::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 234px;
  height: 18px;
  background: url(../images/common/i_title_line.svg) no-repeat;
}

.investigate .title_sub::after {
  content: none;
}
.title_main {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #4C7E0A;
}

.title_main em {
  display: blustify-content: flex-start;ock;
  font-size: 30px;
  line-height: 1.5;
}

/* -small */

.title.-small .title_sub {
  font-size: 16px;
  padding-bottom: 20px;
}

.title.-small .title_main {
  font-size: 28px;
}

@media (max-width: 768px) {
  .title {
    margin-bottom: 25px;
  }

  .title_sub {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .title_main {
    font-size: 28px;
  }

  .title_main em {
    font-size: 16px;
  }
}


/* btn
---------------------------------------------*/
.btn {
  position: relative;
  display: block;
  width: 510px;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 100px;
  margin: auto;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  transition: .3s;
}

.btn:hover {
  color: #fff;
  background: #000;
}

.btn::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/i_btn_arrow_black.svg) no-repeat;
}

.btn[target="_blank"]::after {
  background: none;
  content: "\f35d";
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  width: 45px;
  height: 45px;
  top: 10px;
  bottom: 0;
  margin: auto;
}

.btn:hover::after {
  background: url(../images/common/i_btn_arrow.svg) no-repeat;
}

.btn[target="_blank"]:hover::after {
  color: #6AA21F;
  background: none;
}

.btn.-small {
  width: 100%;
}

.btn.-smaller {
  width: 470px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
}

.btn-cv,
.btn-search,
.btn-green {
  font-size: 24px;
  color: #fff;
  padding: 15px 50px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border: 0;
}

.btn-cv {
  background: #FF0000;
  font-size: 27px;
  padding: 17px 30px;
  border: 2px solid #ff0000;
}

.btn-cv:hover {
  color: #FF0000;
  background: #fff;
  border: 2px solid #ff0000;

}

.btn-cv:hover::after {
  background: url(../images/common/i_btn_arrow_red.svg) no-repeat;
}

.btn-search {
  background: #4C7E0A;
}

.btn-cv::before,
.btn-search::before {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.btn-cv::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  content: "\f044";
}

.btn-search::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  content: "\f002";
}

.btn-cv::after,
.btn-search::after,
.btn-green::after {
  background: url(../images/common/i_btn_arrow.svg) no-repeat;
}


.btn.-more::after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  content: "\f107";
  background: none;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}

.btn-green {
  background: #6AA21F;
  border: 2px solid #6AA21F;
  font-size: 27px;
  padding: 17px 30px;
}

.btn-green:hover {
  background: #fff;
  color: #6AA21F;
}

.btn-green:hover::after {
  background: url(../images/common/i_btn_arrow_green.svg) no-repeat;
}

@media (max-width: 768px) {
  .btn {
    width: 90%;
  }

  .btn-cv {
    font-size: calc(12px + 0.7vw);
    padding: 14px 30px;
  }

  .btn-search {
    padding: 14px 30px;
  }

  .btn-green {
    font-size: 20px;
  }

  .btn.-smaller {
    width: 100%;
    padding: 10px 50px;
  }
  .btn[target="_blank"]::after {
    background: none;
    content: "\f35d";
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    width: 25px;
    height: 35px;
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
}

/* cheers
---------------------------------------------*/
.cheers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 370px;
  height: 48px;
  font-size: 28px;
  margin: 0 auto 15px;
}

.cheers::after,
.cheers::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/common/i_cheers_line.svg) no-repeat;
  background-size: contain;
  bottom: 0;
}

.cheers::before {
  left: -5px;
}

.cheers::after {
  right: -5px;
  transform: scale(1, -1);
}

.cheers-wide {
  width: 255px;
}

.cheers-wider {
  width: 320px;
}

.cheers_text {
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-weight: 700;
  color: #FF0000;
  height: 100%;
}

@media (max-width: 768px) {
  .cheers {
    font-size: 16px;
    height: 30px;
    width: 200px;
    position: relative;
    text-align: center;
    line-height: 1.2;
  }

  .cheers-wide {
    width: 140px;
  }

  .cheers_text {
    align-items: center;
    padding-bottom: 10px;
  }

  .cheers_emtext {
    font-size: 25px;
    padding-bottom: 5px;
  }
}

/* mainvis
---------------------------------------------*/

.mainvis{
  position: relative;

}


.mainvis .mainvis_text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  left: 0;
  line-height: 1.25;
  padding-top: 4.5%;
}

.mainvis .mainvis_text .cheers {
  width: 270px;
  
  font-weight: normal;
  font-size: 29px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mainvis .mainvis_text .cheers {
  width: auto;
  font-size: 18px;
  color: #666;
  text-shadow: none;
}
.mainvis .mainvis_text .cheers::after,
.mainvis .mainvis_text .cheers::before {
  position: relative;
  content: "";
  width: 57px;
  height: 57px;
  background: url(../images/common/i_cheers_line_white.svg) no-repeat;
  background-size: contain;
  bottom: -20px;
}
.mainvis.pattern .mainvis_text .cheers::after,
.mainvis.pattern .mainvis_text .cheers::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 33px;
  height: 33px;
  background: url(../images/common/i_cheers_line_gray.svg) no-repeat;
  background-size: contain;
  bottom: -10px;
}
.mainvis .mainvis_text .cheers::after {
  transform: scale(1, 1);
  transform: rotate(90deg);
  bottom: -5px;
}

.mainvis .mainvis_text h2 {
  
  width: 100%;
  font-weight: 500;
  font-size: calc(28px + 2vw);
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 14px #092100;
}

.mainvis.pattern .mainvis_text {
  justify-content: center;
}
.mainvis.pattern.-cheers .mainvis_text {
  justify-content: flex-start;
  padding-top: 3%;
  
}

.mainvis.pattern.pattern-02 .mainvis_text {
  justify-content: flex-start;
  padding-top: 6%;
}
.mainvis.pattern.pattern-03 .mainvis_text {
  justify-content: flex-start;
  padding-top: 8%;
}
.mainvis.pattern .mainvis_text h2 {
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: -0.05em;
  color: #4c7e0a;
  text-shadow: none;
}

.mainvis .swiper-slide .mainvis_text {
  padding-top: calc(20px + 3vw);
}

.mainvis .swiper-slide .mainvis_text h2 {
  font-size: 7vw;
}

.mainvis .swiper-slide .mainvis_text .cheers {
  color: #fff;
  font-size: 29px;
}
.mainvis .swiper-slide .mainvis_text .cheers::after {
  bottom: -15px;
}
.mainvis_slider .swiper-pagination-fraction,
.mainvis_slider .swiper-pagination-custom,
.mainvis_slider.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5px;
}

.mainvis_slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #EEEEEE;
  opacity: 1;
}

.mainvis_slider .swiper-pagination-bullet-active {
  background: #FF0000;
}

.mainvis_slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .mainvis_box {
    width: 100%;
    padding: 30px 40px;
  }

  .mainvis .mainvis_text {
    justify-content: flex-start;
    padding-top: calc(20px + 10%);
  }
  
  .mainvis.pattern .mainvis_text {
    justify-content: center;
    padding-top: calc(10px + 10%);
  }
  
  .mainvis .mainvis_text .cheers {
    width: auto;
    font-size: 20px;
  }
  .mainvis.pattern .mainvis_text .cheers {
    width: auto;
    font-size: 16px;
    line-height: 1.3;
  }
  .mainvis .mainvis_text .cheers::after,
  .mainvis .mainvis_text .cheers::before {
    left: 0;
    right: 0;
    bottom: -15px;
    width: 44px;
    height: 44px;
  }

  .mainvis .mainvis_text .cheers::after {
    bottom: -10px;
  }

  .mainvis .mainvis_text h2 {
    font-weight: 500;
    font-size: 9vw;
    letter-spacing: -0.1em;
    text-shadow: 2px 2px 14px #092100;
  }
  
  .mainvis.pattern .mainvis_text h2 {
    font-size: 9vw;
    letter-spacing: -0.05em;
  }
  
  .mainvis.pattern.pattern-02 .mainvis_text,
  .mainvis.pattern.pattern-03 .mainvis_text {
    justify-content: flex-start;
    padding-top: calc(35px + 11%);
  }
  
  .mainvis.pattern.pattern-02 .mainvis_text h2,
  .mainvis.pattern.pattern-03 .mainvis_text h2 {
    font-size: 6vw;
    letter-spacing: -0.05em;
  }
  
  .mainvis.pattern.-cheers .mainvis_text {
    justify-content: flex-start;
    padding-top: calc(10px + 10%);
  }
  .mainvis .swiper-slide .mainvis_text .cheers {
    margin: 0 auto;
    font-size: 22px;
  }
  .mainvis .swiper-slide .mainvis_text {
    padding-top: calc(10px + 10%);
  }

  .mainvis .swiper-slide .mainvis_text h2 {
    font-weight: bold;
    font-size: 16vw;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .mainvis .mainvis_text {
    padding-top: 55px;
  }

  .mainvis .mainvis_text h2 {
    font-size:50px;
  }

  .mainvis.pattern .mainvis_text h2,
  .mainvis.pattern.pattern-02 .mainvis_text h2,
  .mainvis.pattern.pattern-03 .mainvis_text h2 {
    font-size: 36px;
  }
  .mainvis .swiper-slide .mainvis_text {
    padding-top: 55px;
  }

  .mainvis .swiper-slide .mainvis_text h2 {
    font-size:80px;
  }
}

@media (min-width: 321px) and (max-width: 380px) {
  .mainvis .swiper-slide .mainvis_text .cheers {
    font-size: 16px;
  }
  .mainvis .mainvis_text .cheers::after,
  .mainvis .mainvis_text .cheers::before {
    bottom: -5px!important;
    width: 30px;
    height: 30px;
  }
  .mainvis.pattern .mainvis_text .cheers{
    font-size: 12px;
  }
  .mainvis.pattern .mainvis_text .cheers::after,
  .mainvis.pattern .mainvis_text .cheers::before {
    bottom: -5px!important;
    width: 20px;
    height: 20px;
  }
  .mainvis.pattern .mainvis_text h2 {
    font-size: 7vw;
  }
  .mainvis .swiper-slide .mainvis_text h2 {
    font-size:16vw;
  }
}
@media (max-width: 320px) {
  .mainvis .swiper-slide .mainvis_text .cheers {
    font-size: 12px;
  }
  .mainvis.pattern .mainvis_text .cheers{
    font-size: 10px;
  }
  .mainvis .mainvis_text .cheers::after,
  .mainvis .mainvis_text .cheers::before,
  .mainvis.pattern .mainvis_text .cheers::after,
  .mainvis.pattern .mainvis_text .cheers::before {
    bottom: -5px!important;
    width: 20px;
    height: 20px;
  }
  .mainvis.pattern .mainvis_text h2 {
    font-size: 6vw;
  }
  
}


/* maincvsection
---------------------------------------------*/
.maincvsection {
  padding: 40px 0 70px;
}

/* popularlist
---------------------------------------------*/
.popularlist {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.popularlist_item {
  width: calc(100% / 3);
  padding: 15px;
}

.popularlist_box {
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
}

.popularlist_thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #444444;
  padding: 10px 16px;
  transition: .3s;
}

.popularlist_thumb:hover {
  background: #666666;
}

.popularlist_img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.popularlist_caption {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

.popularlist_caption span {
  font-size: 10px;
  margin-left: 4px;
  display: inline-flex;
}

.popularlist_namelist {
  padding: 10px;
}

.popularlist_name {
  position: relative;
  
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 5px;

}

.popularlist_name a:hover {
  color: #6AA21F;
}

.popularlist_name::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.popularlist_name:first-of-type::after {
  display: none;
}

.popularlist_name span {
  font-size: 10px;
}

@media (max-width: 768px) {
  .popularlist {
    margin: -8px -5px;
  }

  .popularlist_item {
    padding: 8px 5px;
  }

  .popularlist_thumb {
    display: block;
    text-align: center;
  }

  .popularlist_caption {
    width: 100%;
    margin-top: 10px;
  }

  .popularlist_img {
    max-width: 90px;
    max-height: 90px;
    width: 100%;
    height: 100%;
  }

  .popularlist_namelist {
    display: block;
  }

  .popularlist_name {
    width: 100%;
  }

  .popularlist_name span {
    display: block;
  }

  .popularlist_name:nth-of-type(2)::after {
    display: block;
  }

  /* -sp2column */
  .popularlist.-sp2column .popularlist_item {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .popularlist_caption{
    display: block;
    line-height: 1;
  }

}
/* searchbox
---------------------------------------------*/
.searchbox {
  margin: 30px auto 40px;
}

.searchbox_box {
  width: 510px;
  padding: 25px 70px;
  box-shadow: 0px 0px 6px #00000066;
  border: 6px solid #CCCCCC;
  border-radius: 3px;
  text-align: center;
  margin: auto;
}

.searchbox_text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .searchbox_box {
    width: 100%;
    margin: 20px auto 40px;
    padding: 35px 10px 25px;
  }

  .searchbox_btn {
    width: 90%;
    margin: auto;
  }
}


/* tab
---------------------------------------------*/
.tab_btnlist {
  border-radius: 3px;
  width: 870px;
  margin: 0 auto 30px;
  display: flex;
}

.tab_btnrow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tab_btnitem {
  width: 100%;
  border-right: 1px solid #CCCCCC;
}

.tab_btnitem {
	width: calc(100% / 6);
	box-shadow: 0px 2px 3px #00000066;
}

.tab_btnitem:nth-of-type(n + 7) {
	margin-top: 10px;
}

.tab_btnitem:last-of-type {
	border-right: 1px solid #CCCCCC !important;
}

.tab_btn {
  text-align: center;
  
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 5px;
  cursor: pointer;
  transition: .3s;

}

.tab_btn:hover {
  color: #6AA21F;
}

.tab_btn.is-active {
  color: #fff;
  background: #6AA21F;
}

.tab_btn span {
  font-size: 10px;
}

@media (max-width: 768px) {
  .tab_btnlist {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    overflow: visible;
  }

  .tab_btnrow {
    border-radius: 3px;
    flex-wrap: wrap;
  }

  .tab_btnitem {
    width: calc(100% / 3);
    box-shadow: 0px 2px 3px #00000066;
  }
  .tab_btnitem:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .tab_btnitem:last-of-type {
    border-right: 1px solid #CCCCCC !important;
  }
  .tab_btn span {
    display: block;
  }
}


/* pricelist
---------------------------------------------*/
.pricelist {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.pricelist_item {
  width: calc(100% / 3);
  padding: 15px;
}

.pricelist_link {
  display: block;
  position: relative;
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 15px 20px;
  height: 100%;
}

.pricelist_thumb {
  width: 30%;
  margin: 0 auto 10px;
  padding-right: 5px;
}


.pricelist_title {
  position: relative;
  
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.pricelist_title::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  background: url(../images/common/i_btn_arrow_gray.svg) no-repeat;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.pricelist_detail {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  
}

.pricelist_detail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.pricelist_detail + .pricelist_detail {
  margin-top: 5px;
}

.pricelist_detail div {
  display: flex;
}

.pricelist_capacity {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  background: #EEEEEE;
  padding: 5px 10px;
  min-width: 60px;
  text-align: center;
}

.pricelist_carrier {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #666666;
  padding: 5px;
  min-width: 82px;
  text-align: center;
  margin-right: 1px;
}

.pricelist_carrier.-light {
  color: #666666;
  background: #EEEEEE;
}

.pricelist_text {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  padding: 5px;
  margin-left: 10px;
  display: block;
  width: 36px;
}

.pricelist_num {
  font-size: 24px;
  font-weight: 700;
  color: #FF0000;
  width: 5em;
  text-align: right;
}

.pricelist_yentext {
  font-size: 12px;
  font-weight: 700;
  color: #FF0000;
  padding: 5px 0 5px 5px;
  display: block;
  width: 44px;
}

/* -small */
.pricelist.-small .pricelist_link {
  display: flex;
}

.pricelist_textarea {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pricelist {
    margin: 0;
  }

  .pricelist_item {
    width: 100%;
    padding: 0;
  }

  .pricelist_item + .pricelist_item {
    margin-top: 10px;
  }

  .pricelist_detail div {
    display: block;
  }

  .pricelist_link {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }

  /* -small */
  .pricelist.-small .pricelist_link {
    display: block;
  }

  .pricelist_thumb {
    width: 28%;
    margin-bottom: 10px;
  }

  .pricelist_textarea {
    width: 72%;
    margin-top: 0px;
  }

  .pricelist_text {
    margin-left: 10px;
    font-size: 10px;
    padding: 5px 0;
    width: 23px;
  }

  .pricelist_carrier {
    font-size: 10px;
    min-width: 57px;
    display: block;
    padding: 2px 5px;
  }

  .pricelist_capacity {
    padding: 5px;
  }

  .pricelist_num {
    font-size: 21px;
  }

  .pricelist_yentext {
    font-size: 12px;
    width: 51px;
  }
}

@media (max-width: 320px) {
	.pricelist_link {
		display: block;
	}
	.pricelist_textarea {
		width: 100%;
	}
}

/* thanksarea
---------------------------------------------*/
.thanksarea {
  margin-top: 60px;
}

.thanksarea_textarea {
  background: #333333;
  text-align: center;
  padding: 30px 15px;
}

.thanksarea_title {
  
  font-weight: 900;
  font-size: 32px;
  color: #FFE600;
  margin-bottom: 5px;
}

.thanksarea_text {
  
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}


@media (max-width: 768px) {
  .thanksarea {
    margin-top: 50px;
  }
  .thanksarea_title {
    font-size: 28px;
  }
}

/* sellcategory
---------------------------------------------*/
.sellcategory {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.sellcategory::after {
  position: absolute;
  content: "\2b";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 41px;
  color: #6AA21F;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  text-align: center;
}

.sellcategory_item {
  width: calc(100% / 2 - 15px);
  background: #fff;
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  overflow: hidden;
}

.sellcategory_link {
  position: relative;
  display: flex;
  padding: 20px;
  height: 100%;
}
.sellcategory_link a {
	display: inline-block;
}
.sellcategory_thumb {
  min-width: 130px;
  display: flex;
  align-items: center;
}

.sellcategory_textarea {
  min-width: 65%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sellcategory_title {
  position: relative;
  
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 15px;
}

.sellcategory_title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.sellcategory_title::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  background: url(../images/common/i_btn_arrow_gray.svg) no-repeat;
  top: 15px;
  right: 15px;
}
.sellcategory_text {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.sellcategory_text a{
  position: relative;
  margin-right: 16px;
  padding-right: 6px;
  color: #6AA21F;
}
.sellcategory_text a::after {
  position: absolute;
  content: "/";
  width: 10px;
  height: 2px;
  color: #ccc;
  top: 0;
  right: -14px;
}

.sellcategory_text a:hover{
  text-decoration: underline;
}

@media (max-width: 768px) {
  .sellcategory {
    display: block;
    margin-bottom: 60px;
  }

  .sellcategory::after {
    bottom: -55px;
  }

  .sellcategory_item {
    width: 100%;
  }

  .sellcategory_item + .sellcategory_item {
    margin-top: 15px;
  }

  .sellcategory_link {
    padding: 17px 20px;
  }

  .sellcategory_thumb {
    min-width: 90px;
  }

  .sellcategory_textarea {
    padding-left: 15px;
  }

  .sellcategory_title {
    padding: 0 0 5px;
    margin-bottom: 10px;
  }

  .sellcategory_title::after {
    top: 7px;
    right: 0;
  }
}


/* selllist
---------------------------------------------*/
.selllist {
  position: relative;
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 36px;
  background: #fff;
  padding-top: 10px;
}

/*.selllist::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 34px;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  background: #6AA21F;
}

.selllist::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -130px;
  margin: auto;
  border: 57px solid transparent;
  border-top: 40px solid #6AA21F;
}
*/
.selllist_bubble {
  position: absolute;
  right: 120px;
  top: -120px;
  width: 162px;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #4C7E0A;
  border-radius: 100%;
  color: #fff;
  
  font-size: 18px;
  font-weight: 500;
  transform: rotate(20deg);
}

.selllist_bubble::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top: 23px solid #4C7E0A;
}

.selllist_title {
  
  font-size: 38px;
  font-weight: 700;
  color: #FF0000;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #FF0000;
  ;
}

.selllist_titleem {
  font-size: 88px;
}

.selllist_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 30px;
}

.selllist_item {
  width: calc(100% / 3);
  padding: 15px;
  display: flex;
}

.selllist_img {
  width: 204px;
  height: auto;
}

.selllist_caption {
  width: calc(100% - 204px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEEEEE;
  
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .selllist {
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .selllist::before {
    width: 46px;
    height: 19px;
    bottom: -20px;
  }

  .selllist::after {
    bottom: -83px;
    border: 33px solid transparent;
    border-top: 30px solid #6AA21F;
  }

  .selllist_bubble {
    right: 10px;
    top: -60px;
    width: 79px;
    height: 79px;
    font-size: 10px;
  }

  .selllist_bubble::after {
    bottom: -11px;
    border: 4px solid transparent;
    border-top: 10px solid #4C7E0A;
  }

  .selllist_title {
    font-size: 14px;
    line-height: 1.1;
    padding-bottom: 2px;
  }

  .selllist_titlemedium {
    font-size: 22px;
  }

  .selllist_titleem {
    font-size: 50px;
  }

  .selllist_list {
    margin: 0 -9px;
    padding: 10px 20px;
  }

  .selllist_item {
    padding: 9px;
    flex-direction: column;
  }

  .selllist_img {
    width: 100%;
  }

  .selllist_caption {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: none;
    font-weight: 400;
    margin-top: 10px;
  }
}

/* campaignbnr
---------------------------------------------*/
.campaignbnr_btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .campaignbnr_imgwrap {
    margin: 0 -15px;
  }

  .campaignbnr_btn {
    margin-top: -30px;
  }
}


/* flowlist
---------------------------------------------*/
.flowlist {
  display: flex;
  counter-reset: number;
}

.flowlist_item {
  position: relative;
  width: 100%;
  padding: 0 12px;
}

.flowlist_iteminner {
  position: relative;
  border: 2px solid #6AA21F;
  border-radius: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flowlist_item:not(:last-of-type) .flowlist_iteminner::after {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 50px;
  background: #6AA21F;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.flowlist_textarea {
  position: relative;
  
  text-align: center;
  background: #EEEEEE;
  padding: 25px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.flowlist_textarea::after {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  width: 40px;
  height: 40px;
  background: #6AA21F;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.flowlist_text {
  font-size: 20px;
  font-weight: 700;
}

.flowlist_textsmall {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .flowlist {
    display: block;
    padding: 0 15px;
  }

  .flowlist_item {
    padding: 0;
  }

  .flowlist_item + .flowlist_item {
    margin-top: 15px;
  }

  .flowlist_iteminner {
    flex-direction: row;
  }

  .flowlist_item:not(:last-of-type) .flowlist_iteminner::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -15px;
    width: 50px;
    height: 15px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .flowlist_thumb {
    width: 126px;
  }

  .flowlist_textarea {
    width: calc(100% - 126px);
    height: auto;
    display: flex;
    align-items: center;
  }

  .flowlist_textarea::after {
    top: 0;
    bottom: 0;
    right: auto;
    left: -20px;
  }
}

/* reasonlist
---------------------------------------------*/
.reasonlist {
  display: flex;
  flex-wrap: wrap;
}

.reasonlist_item {
  width: calc(100% / 3);
  border-right: 1px solid #CCCCCC;
  text-align: center;
  margin-top: 20px;
  padding: 20px 5px;
}

.reasonlist_item:nth-of-type(3n+1) {
  border-left: 1px solid #CCCCCC;
}

.reasonlist_img {
  width: 132px;
}

.reasonlist_text {
  
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 12px;
}

.reasonlist_textem {
  font-size: 34px;
  color: #FF0000;
}

.reasonlist_notes {
  font-size: 17px;
  color: #000000;
}

@media (max-width: 768px) {
  .reasonlist_item {
    width: calc(100% / 2);
    margin-top: 15px;
    padding: 5px 5px 15px;
  }

  .reasonlist_item:nth-of-type(3n+1) {
    border-left: 0;
  }

  .reasonlist_item:nth-of-type(2n+1) {
    border-left: 1px solid #CCCCCC;
  }

  .reasonlist_img {
    width: 123px;
    height: auto;
  }

  .reasonlist_text {
    font-size: 14px;
    margin-top: 9px;
  }

  .reasonlist_textem {
    font-size: 18px;
  }

  .reasonlist_notes {
    font-size: 12px;
    display: block;
  }
}
/* reasonlist 3カラム
---------------------------------------------*/
.reasonlist3 {
  display: flex;
  flex-wrap: wrap;
}

.reasonlist3_item {
  width: calc(100% / 3);
  border-right: 1px solid #CCCCCC;
  text-align: center;
  margin-top: 20px;
  padding: 20px 5px;
}

.reasonlist3_item:nth-of-type(3n+1) {
  border-left: 1px solid #CCCCCC;
}

.reasonlist3_img {
  width: 132px;
}

.reasonlist3_text {
  
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 12px;
}

.reasonlist3_textem {
  font-size: 34px;
  color: #FF0000;
}

.reasonlist3_notes {
  font-size: 17px;
  color: #000000;
}

@media (max-width: 768px) {
  .reasonlist3_item {
    width: calc(100% / 3);
    margin-top: 15px;
    padding: 5px 5px 10px;
  }


  .reasonlist3_img {
    width: 100px;
    height: auto;
  }

  .reasonlist3_text {
    font-size: 14px;
    margin-top: 9px;
  }

  .reasonlist3_textem {
    font-size: 16px;
  }

  .reasonlist3_notes {
    font-size: 12px;
    display: block;
  }
}

/* purchasetable
---------------------------------------------*/
.purchasetable {
  padding-bottom: 75px;
}

.purchasetable_table {
  position: relative;
  width: 100%;
  height: 100%;
}

.purchasetable_table::after {
  position: absolute;
  content: "";
  width: 96px;
  height: 115px;
  left: -230px;
  right: 0;
  bottom: -115px;
  margin: auto;
  background: url(../images/common/i_arrow_table.svg) no-repeat center / contain;
}

/*
.purchasetable_tr.-bg {
  clip-path: inset(0 5px 0 0);
}
*/

.purchasetable_tr.-bg .purchasetable_th {
  background: #EEEEEE;
  border-radius: 3px 0 0 10px;
}

.purchasetable_tr.-bg .purchasetable_td {
  background: #EEEEEE;
}

.purchasetable_th {
  width: 290px;
}

.purchasetable_title {
  position: relative;
  padding: 25px 0 25px;
  
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

.purchasetable_title::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background: #666666;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  border-radius: 3px 3px 0 0;
}

.purchasetable_title.-netoff::before {
  background: #6DB131;
}

.purchasetable_titleicon {
  font-size: 28px;
  margin-bottom: 10px;
}

.purchasetable_titleicon img {
  width: 100px;
  height: auto;
}

.purchasetable_td {
  position: relative;
  height: 100%;
  padding: 20px 5px;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
}

.purchasetable_td.-netoff {
  width: 370px;
}

.purchasetable_td::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #666666;
  border-right: 2px solid #666666;
  z-index: 2;
}

.purchasetable_td.-netoff::before {
  border-left: 6px solid #6DB131;
  border-right: 6px solid #6DB131;
}

.purchasetable_tr:last-of-type .purchasetable_td::before {
  border-bottom: 2px solid #666666;
  border-radius: 0 0 3px 3px;
}

.purchasetable_tr:last-of-type .purchasetable_td.-netoff::before {
  border-bottom: 6px solid #6DB131;
  border-radius: 0 0 3px 3px;
}

.purchasetable_titlesmall {
  
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 135px;
}

.purchasetable_textlarge {
  
  font-size: 28px;
  font-weight: 700;
  color: #FF2828;
  margin-bottom: 10px;
}

.purchasetable_text {
  
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.purchasetable_icon {
  margin-bottom: 5px;
}

.purchasetable_textred {
  color: #FF0000;
}

@media (max-width: 768px) {
  .purchasetable {
    padding-bottom: 105px;
  }

  .purchasetable_table::after {
    width: 79px;
    height: 94px;
    left: -100px;
    right: 0;
    bottom: -94px;
  }

  /*
  .purchasetable_tr.-bg {
    clip-path: inset(0 1px 0 0);
  }
*/

  .purchasetable_th {
    width: 20%;
  }

  .purchasetable_title {
    padding: 30px 0;
    font-size: 16px;
  }

  .purchasetable_title::before {
    width: calc(100% - 2px);
  }

  .purchasetable_titleicon {
    margin-bottom: 8px;
  }

  .purchasetable_td {
    position: relative;
    height: 100%;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
    width: 23%;
  }

  .purchasetable_td::before {
    width: calc(100% - 2px);
  }

  .purchasetable_td.-netoff {
    width: 34%;
  }

  .purchasetable_titlesmall {
    font-size: 16px;
  }

  .purchasetable_text {
    font-size: 14px;
  }
}

/* purchasegraph
---------------------------------------------*/
.purchasegraph {
  padding: 0 170px;
}

.purchasegraph_inner {
  display: flex;
  margin-bottom: 20px;
}

.purchasegraph_imgarea {
  width: 35%;
}

.purchasegraph_img {
  width: auto;
}

.purchasegraph_textarea {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.purchasegraph_text {
  
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.purchasegraph_text.-large {
  font-size: 36px;
  font-weight: 700;
  color: #FF2828;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .purchasegraph {
    padding: 0;
  }

  .purchasegraph_inner {
    display: block;
    margin-bottom: 25px;
  }

  .purchasegraph_imgarea {
    width: 100%;
  }

  .purchasegraph_textarea {
    width: 100%;
  }

  .purchasegraph_text {
    font-size: 20px;
    line-height: 1.5;
  }

  .purchasegraph_text.-large {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 5px;
  }

  .purchasegraph_imgarea {
    text-align: center;
    margin-top: 30px;
  }
}


/* purchaselist
---------------------------------------------*/
.purchaselist {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.purchaselist_item {
  width: 25%;
  padding: 15px;
  text-align: center;
}

.purchaselist_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  height: 100%;
  padding: 10px 10px 40px 10px;
  transition: .3s;
}

.purchaselist_link::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  background: url(../images/common/i_btn_arrow_gray.svg) no-repeat;
  bottom: 17px;
  right: 0;
  left: 0;
  margin: auto;
}
.purchaselist_link[target="_blank"]::after {
  background: none;
  content: "\f35d";
  font-family: 'Font Awesome 6 Pro';
  color:#999999 ;
  bottom: 23px;
}

.purchaselist_thumb {
  width: 100%;
  padding: 15px;
  background: #eee;

}

.purchaselist_img {
  width: auto;
  height: 70px;
}

.purchaselist_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

#purchaselist .check_title {
  position: relative;
  margin: 40px 0;
}

#purchaselist .check_title::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top: auto;
  bottom: -14px;
  margin: auto;
  width: 50px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #6AA21F;
}

@media (max-width: 768px) {
  .purchaselist_text {
    font-size: 14px;
  }

  .purchaselist {
    margin: -6px;
    padding: 15px 4px 0;
  }

  .purchaselist_item {
    width: 50%;
    padding: 6px;
  }

  .purchaselist_img {
    width: 100px;
  }

}

/* modelhero
---------------------------------------------*/
.modelhero {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: -1;
}

.modelhero::before {
  position: absolute;
  content: "";
  height: 118%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(#ffd74d 0%, #ffc600 100%);
}

.modelhero_inner {
  position: relative;
  padding: 54px 0 30px;
}

.modelhero_inner::before {
  position: absolute;
  content: "";
  bottom: -110px;
  left: 0;
  width: 350px;
  height: 277px;
  background: url(../images/common/bg_mv_smartphone_l.webp) no-repeat center / contain;
}


.modelhero_inner::before {
  position: absolute;
  content: "";
  bottom: -110px;
  left: 0;
  width: 350px;
  height: 277px;
  background: url(../images/common/bg_mv_smartphone_l.webp) no-repeat center / contain;
}

.modelhero_inner::after {
  position: absolute;
  content: "";
  bottom: -110px;
  right: 0;
  width: 350px;
  height: 284px;
  background: url(../images/common/bg_mv_smartphone_r.webp) no-repeat center / contain;
}

.modelhero_title {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  z-index: 1;
  line-height: 1.2;
  text-shadow: 4px 4px 0px rgba(255,255,255,1);
}

.modelhero_titlelarge {
  font-size: 60px;
  display: block;
  letter-spacing: -0.07em;
}

.modelhero_titlelarge span {
  font-size: 24px;
}

.modelhero_text {
  position: relative;
  width: 311px;
  margin: 20px auto 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .modelhero_inner {
    padding: 54px 0 20px;
  }



  .modelhero_inner::before {
    bottom: 0;
    left: -110px;
    width: 200px;
    height: 158px;
  }

  .modelhero_inner::after {
    bottom: 0;
    right: -110px;
    width: 200px;
    height: 162px;
  }

  .modelhero_titlelarge {
    font-size: 50px;
  }

  .modelhero_text {
    margin: 10px auto 0;
  }
}


/* detailhero
---------------------------------------------*/
.detailhero {
  margin-bottom: 85px;
}

.detailhero_title {
  
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 14px #092100;
  text-align: center;
  background: radial-gradient(closest-side at 50% 69%, #50B604 0%, #366000 100%);
  padding: 56px 0px 12px;
  position: relative;
  z-index: -1;
}

.detailhero_inner {
  display: flex;
}

.detailhero_thumb {
  position: relative;
  overflow: hidden;
  width: 540px;
  padding-top: 30px;
  padding-left: 70px;
}

.detailhero_thumblabel {
  position: absolute;
  left: -100px;
  top: 20px;
  width: 350px;
  
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  transform: rotate(-30deg);
  background: linear-gradient(236deg, #FF0000 0%, #800000 100%);
}

.detailhero_textarea {
  width: calc(100% - 540px);
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detailhero_textarea .tag {
  display: inline-block;
  width: 85px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #ec5353;
  padding-top: 2px;
  margin: 0 0 20px auto;
}

.detailhero_maker {
  
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}

.detailhero_name {
  
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}

.detailhero_price {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px;
  margin-top: 20px;
}

.detailhero_price::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.detailhero_text {
  
  font-size: 24px;
  font-weight: 400;
  margin-right: 30px;
}

.detailhero_num {
  
  font-size: 64px;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: -13px;
}

.detailhero_yentext {
  
  font-size: 28px;
  font-weight: 700;
  color: #FF0000;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 3em;
}

.detailhero_info {
  margin-left: 10px;
  position: relative;
}

.detailhero_infolink {
  font-size: 24px;
  border: 0;
  background: none;
  cursor: pointer;
  color: #666666;
}

.detailhero_infomodal {
  display: none;
  position: absolute;
  right: 0;
  top: 53px;
  width: 400px;
  padding: 60px 40px 40px;
  background: #fff;
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  z-index: 10;
}

.detailhero_infomodal.is-active {
  display: block;
}

.detailhero_infomodal::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -30px;
  right: 0;
  border: 12px solid transparent;
  border-bottom: 18px solid #CCCCCC;
}

.detailhero_infomodalclose {
  position: absolute;
  display: inline-block;
  top: 13px;
  right: 18px;
  font-size: 30px;
  color: #666666;
  border: 0;
  background: none;
  cursor: pointer;
}

.detailhero_infomodaltext {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.detailhero_campaign {
  position: relative;
  text-align: right;
  margin-top: 80px;
}

.detailhero_campaign::before {
  position: absolute;
  content: "\f055";
  font-family: 'Font Awesome 6 Pro';
  font-size: 40px;
  font-weight: 900;
  color: #666666;
  left: 0;
  right: 0;
  top: -60px;
  text-align: center;
}

.detailhero_campaign::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.detailhero_link {
  display: inline-block;
  position: relative;
  text-align: center;
  
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
  margin-right: 34px;
}

.detailhero_link::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  background: url(../images/common/i_btn_arrow_gray.svg) no-repeat;
  bottom: 20px;
  right: -30px;
}

.detailhero_linkred {
  color: #FF0000;
}

.detailhero_linknum {
  font-size: 27px;
}

@media (max-width: 768px) {
  .detailhero_title {
    font-size: 20px;
  }

  .detailhero_inner {
    display: block;
  }

  .detailhero_thumb {
    width: 100vw;
    margin: 0 -15px;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }

  .detailhero_thumblabel {
    width: 200px;
    left: -55px;
    top: 15px;
    font-size: 14px;
    padding: 8px 0;
  }

  .detailhero_img {
    width: 180px;
    height: auto;
  }

  .detailhero_textarea {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .detailhero_maker {
    font-size: 12px;
  }

  .detailhero_name {
    font-size: 18px;
  }

  .detailhero_price {
    padding-bottom: 10px;
    margin-top: 5px;
  }

  .detailhero_text {
    font-size: 14px;
    margin-right: 10px;
  }

  .detailhero_num {
    font-size: 40px;
    margin-bottom: -8px;
  }

  .detailhero_yentext {
    font-size: 20px;
    margin-left: 5px;
  }

  .detailhero_infolink {
    font-size: 20px;
  }

  .detailhero_infomodal {
    width: calc(100vw - 30px);
  }

  .detailhero_campaign {
    margin-top: 30px;
  }

  .detailhero_campaign::before {
    font-size: 24px;
    top: -20px;
  }

  .detailhero_link {
    font-size: 14px;
    width: 100%;
    padding: 10px 16px;
  }

  .detailhero_link::after {
    width: 14px;
    height: 6px;
    background-size: contain;
    bottom: 20px;
    right: 0;
  }

  .detailhero_linknum {
    font-size: 22px;
  }

}


/* capacityprice 
---------------------------------------------*/
.capacityprice {
  padding: 0 165px;
}

.capacityprice_item {
  
}

.capacityprice_item + .capacityprice_item {
  margin-top: 30px;
}

.capacityprice_pricearea {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.capacityprice_pricearea::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  background: radial-gradient(60% 90% at top, #00000033 0%, #FFFFFF00 100%);
}

.capacityprice_labelwrap {
  display: flex;
  width: 202px;
}

.capacityprice_carrier {
  flex-grow: 1;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #666666;
  padding: 9px 0 8px;
  text-align: center;
  margin-right: 1px;
  min-width: 100px;
}

.capacityprice_model {
  flex-grow: 1;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  background: #EEEEEE;
  padding: 9px 0 8px;
  text-align: center;
  margin-right: 1px;
  min-width: 100px;
}

.capacityprice_capa {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  background: #EEEEEE;
  padding: 9px 0 8px;
  width: 140px;
  text-align: center;
}

.capacityprice_max {
  font-size: 18px;
  font-weight: 400;
  margin-left: 45px;
  padding-bottom: 4px;
}

.capacityprice_num {
  font-size: 40px;
  font-weight: 700;
  color: #FF0000;
  min-width: 180px;
  text-align: right;
}

.capacityprice_yentext {
  font-size: 23px;
  font-weight: 700;
  color: #FF0000;
  margin-left: 4px;
  padding-bottom: 4px;
}

.capacityprice_notes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  width: 472px;
  margin: 10px auto 0;
}

.capacityprice_noteslabel {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 22px;
  padding-right: 5px;
  margin-right: 15px;
  background: url(../images/common/i_label_bg.svg) no-repeat center / contain;
}

.capacityprice_notesred {
  color: #FF0000;
}

/* -carriermodel */
.capacityprice.-carriermodel .capacityprice_capa {
  width: 100px;
}

@media (max-width: 768px) {
  .capacityprice {
    padding: 0;
  }

  .capacityprice_item {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .capacityprice_item + .capacityprice_item {
    margin-top: 10px;
  }

  .capacityprice_labelwrap {
    width: auto;
    flex-direction: column;
  }

  .capacityprice_carrier {
    min-width: 0;
    width: 60px;
    padding: 5px;
  }

  .capacityprice_model {
    min-width: 0;
    width: 60px;
    padding: 5px;
  }

  .capacityprice_capa {
    padding: 5px;
    width: 100px;
    text-align: center;
  }

  .capacityprice_max {
    font-size: 12px;
    margin-left: 10px;
  }

  .capacityprice_num {
    font-size: 28px;
    min-width: 120px;
  }

  .capacityprice_yentext {
    font-size: 14px;
  }

  .capacityprice_notes {
    font-size: 12px;
    width: 100%;
    margin: 8px auto 0;
  }

  .capacityprice_noteslabel {
    font-size: 10px;
    min-width: 64px;
    height: 20px;
    margin-right: 10px;
  }

  /* -carriermodel */
  .capacityprice.-carriermodel .capacityprice_item {
    width: 100%;
  }

  .capacityprice.-carriermodel .capacityprice_capa {
    width: 60px;
  }
}
@media (max-width: 360px) {
  .capacityprice_capa{
    width: 52px;
  }
  .capacityprice_max {
    font-size:10px
  }
  .capacityprice_num{
    font-size: 24px;
    min-width: 90px;
  }
  .capacityprice_yentext{
    font-size: 12px;
  }
}


/* capacitypriceup 
---------------------------------------------*/
.capacitypriceup {
  position: relative;
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

.capacitypriceup::before {
  position: absolute;
  content: "\f055";
  font-family: 'Font Awesome 6 Pro';
  font-size: 40px;
  font-weight: 900;
  color: #666666;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.capacitypriceup_item.sim {
  margin-right: 88px;
}

.capacitypriceup_item.sim::after {
  position: absolute;
  content: "\f055";
  font-family: 'Font Awesome 6 Pro';
  font-size: 40px;
  font-weight: 900;
  color: #666666;
  bottom: 35%;
  right: -65px;
  pointer-events: none;
}


.capacitypriceup::before {
  top: -90px;
}

.capacitypriceup::after {
  top: 60px;
}

.capacitypriceup_item {
  position: relative;
  box-shadow: 0px 0px 8px #00000066;
  border-radius: 3px;
  width: 540px;
  transition: .3s;
}

.capacitypriceup_link {
  position: relative;
  display: flex;
}

.capacitypriceup_link::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/common/i_btn_arrow_gray.svg) no-repeat center / contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.capacitypriceup_thumb {
  width: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEEEEE;
}

.capacitypriceup_img.-sim {
  width: 51px;
  height: auto;
}

.capacitypriceup_img.-up {
  width: 103px;
  height: auto;
}

.capacitypriceup_textarea {
  width: 74%;
  text-align: center;
  padding: 20px 15px 10px 0;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
}

.capacitypriceup_textarea:hover {
  color: #000 !important;
}

.capacitypriceup_red {
  color: #FF0000;
}

.capacitypriceup_num {
  font-size: 40px;
}

@media (max-width: 768px) {
  .capacitypriceup {
    margin-top: 60px;
    padding: 0;
    display: block;
  }

  .capacitypriceup::before,
  .capacitypriceup::after {
    font-size: 24px;
  }

  .capacitypriceup::before {
    top: -45px;
  }

  .capacitypriceup::after {
    top: 98px;
  }

  .capacitypriceup_item {
    width: 100%;
  }

  .capacitypriceup_item + .capacitypriceup_item {
    margin-top: 64px;
  }

  .capacitypriceup_item.sim {
    margin-right: 0px;
  }

  .capacitypriceup_item.sim::after {
    font-size: 24px;
    bottom: -48%;
    left: 0;
    right: 0;
    text-align: center;
  }


  .capacitypriceup_link::after {
    width: 14px;
    height: 6px;
    background-size: contain;
  }

  .capacitypriceup_thumb {
    width: 100px;
  }

  .capacitypriceup_img.-sim {
    width: 34px;
    height: auto;
  }

  .capacitypriceup_img.-up {
    width: 60px;
    height: auto;
  }

  .capacitypriceup_textarea {
    width: calc(100% - 100px);
    padding: 13px 15px 13px 0;
    font-size: 14px;
  }

  .capacitypriceup_num {
    font-size: 28px;
  }
}

/* pointlist
---------------------------------------------*/
.pointlist {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}

.pointlist_item {
  width: calc(100% / 3);
  padding: 15px;
  height: 100%;
}

.pointlist_bubble {
  position: relative;
  width: 300px;
  margin: auto;
  
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #6AA21F;
  padding: 5px 10px;
  border-radius: 100px;
  margin-bottom: 15px;
}

.pointlist_bubble::before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  font-weight: 900;
  left: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.pointlist_bubble::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid transparent;
  border-top: 8px solid #6AA21F;
}

.pointlist_textarea {
  
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  background: #EEEEEE;
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointlist_textarea.-withlink {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 20px;
}

.pointlist_textarea.-withlink::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  background: url(../images/common/i_btn_arrow_gray.svg) no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

.pointlist_textred {
  color: #FF0000;
}

.pointlist_textsmall {
  font-size: 12px;
}

.pointlist_textlarge {
  font-size: 22px;
}

.pointlist_icon {
  width: 25%;
}

.pointlist_img.-guarantee {
  width: 60px;
  height: auto;
}

.pointlist_img.-standard {
  width: 57px;
  height: auto;
}

.pointlist_textareainner {
  width: 100%;
}

/* -column2 */
.pointlist.-column2 .pointlist_item {
  width: 50%;
}

@media (max-width: 768px) {
  .pointlist {
    display: block;
    margin: 0;
  }

  .pointlist_item {
    width: 100%;
    padding: 0;
    height: auto;
  }

  .pointlist_item + .pointlist_item {
    margin-top: 30px;
  }

  .pointlist_textarea {
    font-size: 16px;
  }

  .pointlist_textarea.-withlink::after {
    width: 14px;
    height: 6px;
    background-size: contain;
    right: 8%;
  }

  .pointlist_textsmall {
    font-weight: 400;
  }

  /* -column2 */
  .pointlist.-column2 .pointlist_item {
    width: 100%;
  }
}




/* breadcrumb
---------------------------------------------*/
.breadcrumb {
  background: #666666;
  padding: 11px 0;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb_item {
  color: #fff;
  font-size: 14px;
}

.breadcrumb_item:not(:last-of-type) {
  position: relative;
  margin-right: 25px;
}

.breadcrumb_item:not(:last-of-type)::after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  top: 0;
  bottom: 0;
  right: -16px;
  display: flex;
  align-items: center;
}

.breadcrumb_link {
  color: #fff;
}

.breadcrumb_link:hover {
  color: #D5EFB2;
}

.breadcrumb_link i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}



/* header
---------------------------------------------*/
#header {
  position: absolute;
  min-width: 1200px;
  width: 100%;
  z-index: 99;
}


.header_row {
  position: relative;
  display: flex;
  align-items: center;
  height: 63px;
  z-index: 5;
  box-shadow: 0px 10px 6px -5px #00000040;
  background: #fff;
}

.header_textarea {
  display: flex;
  align-items: center;
  height: 100%;
}

.header_logo {
  margin-right: 30px;
  margin-left: 8px;
}

.header_logoimg {
  width: 260px;
  height: auto;
  color: #6aa21f;
  font-weight: 700;
  font-size: 25px;
}

.header_text {
  font-size: 10px;
}

.header_cv {
  display: flex;
  margin-left: auto;
  height: 100%;
}

.header_cvlink {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
  font-size: 26px;
  background: #fff;
  border: 0;
  cursor: pointer;
  color: #000000;
  transition: .3s;
}

.header_cvlink:hover {
  color: #6AA21F;
}

.header_cvlink.-hammenu {
  width: 68px;
  padding: 5px;
}

.header_cvtext.-close {
  display: none;
}

.header_cvlinkicon.-close {
  display: none;
}

.header_cvtext {
  font-size: 12px;
  margin-top: 8px;
}

.header_cvlink.-hammenu .header_cvtext {
  margin-top: 5px;
}

.header_nav_wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1200px;
}

.header_nav {
  display: flex;
  background: #444;
  height: 44px;
}

.header_navitem {
  width: auto;
  flex-grow: 1;
}

.header_navitem:not(:last-of-type) {
  border-right: 1px solid #68844D;
}

.header_navlink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 14px 10px;
  height: 100%;
  text-align: center;
  position: relative;

}

.header_navitem a:hover {
  color: #fff !important;
}

.header_navitem a.current:after,
.header_navitem a:hover:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 100%;
  background: #6AA21F 0% 0% no-repeat padding-box;
  height: 4px;
}

/* humburger menu*/
.header_hammenu {
  position: absolute;
  right: 0;
  top: 63px;
  transform: translateX(100%);
  transition: transform .3s;
  z-index: 1000;
}

/* is-active */
.header_hammenu.is-active {
  transform: translateX(0);
}

.header_cvlink.is-active {
  background: #333333;
  color: #fff;
}

.header_cvlink.is-active .header_cvtext.-open {
  display: none;
}

.header_cvlink.is-active .header_cvtext.-close {
  display: block;
}

.header_cvlink.is-active .header_cvlinkicon.-open {
  display: none;
}

.header_cvlink.is-active .header_cvlinkicon.-close {
  display: block;
}

@media (max-width: 768px) {
  #header{
    min-width: auto;
  }
  .header_row {
    height: 68px;
  }

  .header_textarea {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding: 13px 0px;
  }

  .header_logo {
    margin-right: 0;
  }

  .header_logoimg {
    max-width: 228px;
    width: 100%;
    font-size: 20px;
  }

  .header_text {
    padding-left: 10px;
    padding-top: 5px;
  }

  .header_cvlink {
    padding: 5px 10px;
    font-size: 26px;
    justify-content: center;
  }

  .header_cvlink.-hammenu {
    width: 62px;
    padding: 5px;
  }
  
  .header_cvlink.-search {
    display: none;
  }

  .header_cvtextpc {
    display: none;
  }

  .header_nav_wrap {
    min-width: auto;
  }

  .header_navitem.-onlypc {
    display: none;
  }

  .header_navlink {
    font-size: calc(8px + 1.5vw);
    padding: 12px 5px 10px;
  }
}
@media (max-width: 340px) {
 .header_navlink {
  font-size: 12px;
}
}
@media (max-width: 311px) {
 .header_navlink {
  font-size: 10px;
}
}
/* hammenu
---------------------------------------------*/
.hammenu {
  background: #333333;
  padding: 5px 20px 20px;
  height: 100%;
  width: 340px;
  height: calc(100vh - 63px);
  overflow-y: auto;
}

.hammenu_list {
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
}

.hammenu_link {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 9px 30px 9px 0;
}

.hammenu_link.second {
  font-size: 12px;
  font-weight: normal;
  padding: 9px 30px 9px 20px;
}

.hammenu_link::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/i_btn_arrow.svg) no-repeat;
  display: flex;
  align-items: center;
}

.hammenu_link[target="_blank"]::after {
  background: none;
  content: "\f35d";
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  bottom: 0;
}
.hammenu_productstitle a:hover,
.hammenu_productsmodel a:hover,
.hammenu_toggletext:hover,
.hammenu_link:hover,
.hammenu_productsseries:hover,
.hammenu_productsserieslink:hover {
  color: #6AA21F;
}

.hammenu_link.-large {
  border-bottom: 1px solid #666666;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* hammenu_products */
.hammenu_products {
  padding-top: 20px;
}

.hammenu_productstitle a,
.hammenu_productsmodel a {
  color: #fff;
}

.hammenu_productstitle {
  font-size: 14px;
  font-weight: 700;

  margin-bottom: 5px;
}

.hammenu_productsitem {
  padding-left: 20px;
  border-bottom: 1px solid #666666;
}

.hammenu_togglebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #333333;
  border: 0;
  width: 100%;
  padding: 15px 0;
}

.hammenu_productsmodel {
  font-size: 14px;
  color: #fff;
}

.hammenu_toggleicon {
  display: flex;
  align-items: center;
}

.hammenu_toggletext {
  font-size: 12px;
  color: #fff;
}

.hammenu_toggletext i {
  font-size: 14px;
  margin-left: 5px;
}

.hammenu_togglebtn .hammenu_toggletext.-close {
  display: none;
}

.hammenu_productsseries {
  padding-left: 25px;
  padding-bottom: 10px;
}

.hammenu_productsserieslink {
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 8px 0;
}

/* is-active */
.hammenu_toggleicon.is-active .hammenu_toggletext.-open {
  display: none;
}

.hammenu_toggleicon.is-active .hammenu_toggletext.-close {
  display: block;
}

@media (max-width: 768px) {
  .header_hammenu {
    top: 68px;
  }

  .hammenu_toggletext i {
    margin-left: 3px;
  }

}

/* footer
---------------------------------------------*/
.footer_inner {
  background: #333333;
  padding: 25px 0;
  text-align: center;
}

.footer_top {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}

.footer_inner a:hover {
  color: #6AA21F;
}

.footer_bottom {
  padding-top: 38px;
}

.footer_logoimg {
  width: 153px;
  height: auto;
}

.footer_toplink {
  margin: 15px auto 30px;
}

.footer_toplink a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer_list {
  display: flex;
  justify-content: center;
}

.footer_list li {
  box-shadow: 1px 0 0 0 #fff, 1px 0 0 0 #fff inset;
}

.footer_list a {
  display: block;
  padding: 1px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.footer_list.-small a {
  font-size: 14px;
  font-weight: 400;
}

.footer_address {
  margin-top: 42px;
  color: #fff;
  font-size: 14px;
}

.footer_addresstext {
  line-height: 2.2;
}

.footer_copyright {
  margin-top: 38px;
}

.footer_copyright small {
  font-size: 14px;
}

.footer_sns {
  display: flex;
  justify-content: flex-end;
}

.footer_sns li + li {
  margin-left: 20px;
}

.footer_sns img {
  width: 36px;
  height: auto;
}

footer .page-top {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 10px;
  width: 70px;
  height: 70px;
  background: #666666;
  border-radius: 6px;
}

footer .page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

footer .page-top a:hover {
  opacity: 1;
  transform: translate(0px, -5px);
}

@media (max-width: 768px) {
  .footer_inner {
    padding: 25px 20px 130px;
  }

  .footer_list {
    flex-wrap: wrap;
  }

  .footer_list a {
    display: block;
    padding: 1px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }

  .footer_list.-small a {
    font-size: 14px;
    font-weight: 400;
  }

  .footer_list li {
    margin-top: 15px;
  }

  .footer_sns {
    margin-top: 60px;
    justify-content: center;
  }

  .footer_sns img {
    width: 74px;
  }

  footer .page-top {
    bottom: 10px;
  }
}


/*modal*/

#colorbox,
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  /* -webkit-overflow-scrolling: touch; */
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(../images/common/overlay.webp) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 8px solid #d2d2d2;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  position: relative;
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  font-size: 70%;
  color: #ccc;

}

#cboxLoadingOverlay {
  background: url(../images/common/loading_background.webp) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/common/loading.gif) no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 20px;
  background: url(../images/common/angle-left.svg) no-repeat left top -4px;
  background-size: contain;
  width: 100px;
  padding-left: 20px;
  height: 25px;
  color: #000;
  z-index: 10;
  text-align: left;
  font-weight: 700;
}

#cboxPrevious:before,
#cboxPager:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

#cboxPrevious:before {
  background-color: transparent;
}

#cboxPager {
  position: absolute;
  display: block;
  top: 45%;
  font-size: 87.5%;
  right: 10px;
  width: 100px;
  color: #000;
  z-index: 10;
  text-align: right;
  font-weight: 300;
  line-height: 2;
}

#cboxPager a:hover {
  color: #835a00;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  font-size:70%;
  color:#ccc;
  background: url() no-repeat -50px 0;
  width: 25px;
  height: 25px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/common/times.svg) no-repeat 0 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover,
#cboxPrevious:hover {
  opacity: 0.5;
}

/*modal design*/

.modal_content {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
}

.modal_content h3 {
  font-weight:bold;
  font-size: 120%;
  position: relative;
  padding: 20px 0;
}

.modal_content .candidate {
  font-size: 87.5%;
}

.modal_content .candidate span {
  font-size: 120%;
  color: #000;
  font-weight: 700;
}

.modal_content form {
  position: relative;
}

.modal_content .q_content {
  position: absolute;
  width: 100%;
  padding-bottom: 35px;
}

.modal_content .select_wrap {
  margin-top: 30px;
}

.modal_content .select_wrap > * {
  margin: 0 0px 10px 0;
}

.modal_content input[type="radio"] {
  display: none;
}

.modal_content input[type="radio"] + label {
  width: 70%;
  border: 2px solid #6AA21F;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 12px 0px 10px 0px;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0em;
  font-size: 100%;
  font-weight: 700;
  color: #000;
  transition: .3s;

}
.modal_content input[type="radio"] + label:hover {
	background: #FBFFF6;
	box-shadow: 5px 5px 8px #00000066;
}

.modal_content input[type="radio"] + label span {
  font-size: 87.5%;
  font-weight: 300;
  display: inline-block;
}

.modal_content input[type="radio"] + label:after {
  content: "\f105";
  font-family: 'Fontawesome';
  color: #000;
  font-size: 120%;
  right: 0;
  margin-bottom: 5px;
  position: absolute;
  width: 1em;
  height: 1em;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .modal_content input[type="radio"] + label:after {
    top: 25%;
  }

  *::-ms-backdrop,
  .modal_content .two_column input[type="radio"] + label:after {
    top: 45%;
  }
}

.modal_content .two_column input[type="radio"] + label {
  min-height: 120px;
  width: 100%;
  height: 100%;
}

/*
.modal_content input[type="radio"] + label.empty {
  margin: 3px 0; padding: 0; width: 16px;
}

.modal_content input[type="radio"] + label:last-child { 
  margin: 0;
}
*/
/*
.modal_content input[type="radio"]:checked + label   {
   background: #835a00; 
  color: #fff;
}
.modal_content input[type="radio"]:checked + label:after{
  color:#fff;
}

.modal_content input[type="radio"]:checked + label:before {
  opacity: 0;
}
*/

.modal_content input[type="radio"]:disabled + label {
  pointer-events: none;
  color: #ccc;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

.modal_content .select_wrap.two_column {
  /*margin-left:10px;*/
}

.modal_content .two_column > * {
	float: left;
  width: 47.5%;
  /*margin:0 20px 20px 0;*/
  margin: 0 10px 20px;
}

.modal_content .two_column > *:nth-child(2n) {
  /*margin:0 0px 20px 0;*/
}


.modal_content .select_wrap > li.disabled {
  /*
  opacity: 0.3;
  pointer-events: none;
  cursor: pointer;
  */
  display: none;
}


.modal_content .two_column img {
  width: 130px;
  height: auto;
  display: block;
  margin: auto;
  margin: 10px auto;
}

.modal_content .two_column input[type="radio"] + label {
  flex-direction: column;
}

#modal_footer {
  position: absolute;
  height: 35px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background: #fff;
  z-index: 10;
}

input::-webkit-input-placeholder {
  font-size: 87%;
  font-size: 90%;
  line-height: 1.8;
}

input::-moz-input-placeholder {
  font-size: 87%;
  font-size: 90%;
  line-height: 1.8;
}


#cboxLoadedContent {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

#cboxLoadedContent::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#cboxLoadedContent.no_scroll {
  overflow: hidden;
}

#cboxLoadedContent.no_scroll .modal_content .q_content {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .modal_content {
    padding: 3.5vw 3vw 3vw;
  }
  .modal_content h4 {
    padding: 10px 0;
  }

  .modal_content .select_wrap {
    margin-top: 10px;
  }

  .modal_content input[type="radio"] + label {
    width: 80%;
  }

  .modal_content .select_wrap.two_column {
    margin-left: 2px;
  }

  .modal_content .two_column > * {
    width: 46%;
    margin: 0 5px 10px;
  }

  .modal_content input[type="radio"] + label:hover {
    background: #fff;
    box-shadow: none;
  }
  
  .modal_content .two_column > *:nth-child(2n) {
    margin: 0 5px 10px;
  }

  .modal_content .two_column img {
    width: 90px;

  }

  #cboxClose {
    top: 0px;
    right: -3px;
  }
}

.more_active {
  transition: none;
  animation: none;
}

.more_active.fixed {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  max-width: 509px;
  min-width: 250px;
  z-index: 100;
  opacity: 0.8;
  background-color: rgba(238, 238, 238, 0.8);
}


/*
** point box
******************************/
.point_box {
  position: relative;
  width: 100%;
  padding: 50px 30px 20px;
  border: 2px solid #999;
  border-radius: 6px;
}

.point_title {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  padding: 6px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(/mobilebuy/_assets/images/common/bg_point.svg) no-repeat;
  background-size: 100%;

}


.num_list > .item {
  position: relative;
  padding-left: 22px;
}

.num_list > .item + .item {
  margin-top: 10px;
}

.num_list > .item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 16px;
  color: #6AA21F;
  line-height: 1;
}

.num_list > .item:nth-child(1)::before {
  content: '\e0ee';
}

.num_list > .item:nth-child(2)::before {
  content: '\e0ef';
}

.num_list > .item:nth-child(3)::before {
  content: '\e0f0';
}

.num_list > .item:nth-child(4)::before {
  content: '\e0f1';
}

.num_list > .item:nth-child(5)::before {
  content: '\e0f2';
}

@media (max-width: 767px) {
  .point_title {
    width: 174px;
  }

  .point_box {
    padding: 50px 10px 20px;
  }

  .num_list > .item {
    font-size: 12px;
  }

  .num_list > .item::before {
    top: 0;
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}

/*box-shadow link*/
.pointlist_textarea.-withlink:hover,
.purchaselist_link:hover,
.pricelist_link:hover,
.sellcategory_link:hover,
.capacitypriceup_item:hover {
  background: #FBFFF6;
  box-shadow: 5px 5px 8px #00000066;
}

.marker {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.marker span {
  background: url(/mobilebuy/_assets/images/common/bg_marker.webp) no-repeat;
  background-size: 120% 100%;
}

@media (max-width: 767px) {
  .marker {
    font-size: 28px;
  }
}


/* スマートフォン買取実績 */
#results {
  padding-bottom: 50px;
}

#results .purchaselist {
  padding: 15px 8px 0;
} 
#results .purchaselist_item {
  position: relative;
  margin: 0 10px 20px;
  padding-bottom:120px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  width: calc((100% / 6) - 20px);
}

#results .purchaselist_item .purchase_genre_content {
  position: relative;
  height: 130px;
  padding-top: 20px;
  text-align: center;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#results .purchaselist_item .purchase_genre_content img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
#results .purchaselist_item::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 9px;
  width: 40px;
  height: 43px;
  background: url(/mobilebuy/_assets/images/common/i_restrictions.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}


#results .purchaselist_item .purchase_data2,
#results .purchaselist_item .purchase_data3 {
  font-size: 75%;
  color: #000;
  text-align: left;
  margin: 7px 0 3px;
}

#results .purchaselist_item .purchase_data2{
  color:#666;
  position: absolute;
  bottom:13px;
}

#results .purchaselist_item .purchase_name2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
#results .purchaselist_item .purchase_name3 {
  position: absolute;
  font-weight: 500;
  background: #6aa21f;
  width: 5em;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0 6px;
  top: 0px;
  right: 0;
  z-index: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#results .purchaselist_item .purchase_name3:before {
  content: "状態";
  /*position: absolute;*/
  z-index: 1;
  font-size: 12px;
  margin:1px 4px 0 0px;
  color: #ffffff;
  top: 4px;
  left: 0;
  right: 0;
  font-weight: normal;
}
#results .purchaselist_item .purchase_prise2 {
  position: absolute;
  bottom:70px;
  left:0;
  right: 0;
  font-weight: bold;
  font-size: 137.5%;
  color: #FF0000;
  z-index: 1;
  margin: 10px auto 0;
}

#results .purchaselist_item .purchase_prise2 span {
  font-size: 168.1%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

#results .purchaselist_item .purchase_prise2::after {
  content: '';
  position: absolute;
  background: url(/mobilebuy/_assets/images/common/bg_shadow-yellow.webp) no-repeat;
  background-size: contain;
  width: 200px;
  height: 13px;
  bottom: -5px;
  left:0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#results .purchaselist_item .purchase_text {
  position: absolute;
  bottom:56px;
  left:0;
  right: 0;
  margin:auto;
  color: #FF0000;
  font-weight: 600;
  font-size: 12px;
  z-index: 2;
}
#smartphone-purchaselist .more-btn button {
  cursor: pointer;
}

@media (max-width: 768px) {
  #results {
    padding-bottom: 30px;
  }
  #results .purchaselist {
    margin-top: 30px;
  }
  #results .purchaselist_item {
    width: calc((100% / 3) - 14px);
    margin: 0 5px 20px 10px;
    padding: 0px 8px 100px;
  }
  #results .purchaselist_item:nth-of-type(2n) {
    margin-right: 0;
  }
  #results .purchaselist_item .purchase_genre_content {
    height: 17vw;
    margin-top: 30px;
    padding: 0;
  }
  #results .purchaselist_item .purchase_data3{
    margin: 5px 0 2px;
  }

  #results .purchaselist_item .purchase_name2 {
    font-size: 12px;
    margin-top: 10px;
  }
  #results .purchaselist_item .purchase_prise2 {
    font-size: 98%;
  }

  #results .purchaselist_item .purchase_prise2::after {
    background-size: contain;
    width: 100px;
    left: -8px;
    bottom: -6px; 
  }

  #results .purchaselist_item::before {
    width: 23px;
    height: 25px;
    left: 6px;
  }

  #results .purchaselist_item .purchase_name3 {
    font-size: 16px;
    padding: 1px 0 0px;
    width: 60%;
  }

  #results .purchaselist_item .purchase_text {
    font-size: 80%;
  }
}
/*ラベル（「開く」ボタン）*/
input[type="checkbox"].on-off{
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
}
.open-label{
  margin: 30px 1.5em 10px;
  padding: 0.8em;
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  width:50%;
  left:20%;
  cursor: pointer;
}
/*ボタンっぽい効果*/
.open-label:active{
  box-shadow: 0 0 0 0;
}
.open-label:hover{
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}
.open-label:hover:before {
  color: #fff;
}
/*ラベルに表示するテキスト*/

.open-label:before{
  display: block;
  position: absolute;
  font-family: 'Fontawesome';
  width: 14px;
  height: 14px;
  color: #000;
  font-size: 140%;  
  content: "\f13a";
  top:8px;
  right: 20px;
}
.open-label::after{
  content:'もっと見る'; 

}
.on-off:checked ~ .open-label:before{
  display: block;
  position: absolute;
  font-family: 'Fontawesome';
  width: 14px;
  height: 14px;
  color: #000;
  font-size: 140%;  
  content: "\f106";
  top:8px;
  right: 20px;
}
.on-off:checked ~ .open-label:hover:before{
  color: #fff;
}
.on-off:checked ~ .open-label:after{
  content: '閉じる';
}

/*開閉エリア*/
.open{
  max-height: 1500px;
  overflow: hidden;
  transition: .5s;
  position: relative;
  padding: 5px 0 0;
}
.on-off:checked ~ .open{
  max-height: 100%;
}
/*開閉エリアにぼかしを乗せる*/
.open::before{
  content:'';
  background: linear-gradient(to bottom, transparent,rgba(0,0,0,1)100%);
  position: absolute;
  top: 1240px;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
}
/*開いたらぼかしを消す*/
.on-off:checked ~ .open::before{
  background: none;
  z-index: -1;
}

@media screen and (max-width: 767px){
  /*ラベル（「開く」ボタン）*/
  .open-label{
    width:90%;
    left:0;
  }

  /*開閉エリア*/
  .open{
    max-height: 1400px;
    padding: 0;
  }
}


.open::before {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff  100%);
}

.open-label {
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  width: 350px;
  margin: 0 auto 0;
  padding: 0.7em;
  border: 2px solid #000;
  border-radius: 24px;
}

.open-label:before {
  content: '\f107';
}

@media (max-width: 768px) {
  .open-label {
    width: 90%;
    left: 0;
  }
}

/*キャンペーン日付*/
.campaign_span {
	width: 1170px;
	margin: 40px auto;
}
.campaign_span dl {
	width: 1170px;
}
.campaign_span dt{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 20px 0 0;
	background: #333;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 120%;
	font-weight: bold;
	border-radius: 10px;
	vertical-align: middle;
}
.campaign_span dt:after{
	position: absolute;
	z-index: -5;
	top: 30px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -10px;
	background: #333;
	transform: rotate(45deg);
	content: "";
}
.campaign_span dd {
	width: 100%;
	height: 70px;
	margin: 10px 0;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	line-height: 70px;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.campaign_span {
		width: 90%;
		margin: 30px auto 60px;
	}
	.campaign_span dl {
		width: 100%;
	}
	.campaign_span dd {
		height: auto;
		line-height: 1.8;
		font-size: 130%;
	}
}



/*--------
graph_content
---------*/
.graph-area section {
  padding: 50px 10px 0px 50px;
}

.graph-content {
  width: 80%;
  height: 500px;
  margin: 50px auto 0px auto;
}

.graph-recent {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  background:#eee;
  border-radius:10px;
  width: 70%;
  margin:30px auto;
}

.graph-recent table {
  width: 92%;
  table-layout: fixed;
}

.graph-recent .series-color {
  width: 5%;
  text-align: center;
  vertical-align: middle;
}

.graph-recent .series-title {
  padding: 10px;
  word-break: break-all;
  width: 80%;
}

.graph-recent .series-price {
  width: 15%;
  color: #ff124c;
  text-align: center;
  vertical-align: middle;
}

.graph-recent .series-color .detail-series {
  border: solid;
  color: #ff0000;
  width: 30px;
}

.graph-recent .series-color .avg-series {
  border: solid;
  color: #87CEEB;
  width: 30px;
}


/* 価格推移のコメント */
.price-trends-area {
  position: relative;
  display:block;
  margin-left:15%;
  margin-bottom:10px;

}
.price-trends-area section {
  display: flex;
  margin:0 auto !important;

}


.price-trends-area section div strong {
  color: #ff124c;
  font-weight: bold;
}

.price-trends-area .same-trend {
  border:2px solid #666;
  border-radius:10px;
  padding:22px;
  line-height:1.7em;
  position: relative;
  width: 740px;
}


.price-trends-area .same-trend:after{
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #666;
  border-right: 0;
  right:-16px;
  margin:auto;
  top:40%;
}


.price-trends-area .trend-img img{
  width:90px;
  margin-left:20px;
}

@media (max-width: 768px) {

  /* グラフ */
  .graph-area section {
    padding: 30px 10px 0px 10px;
  }

  .graph-change {
    margin-top: 20px
  }
  .graph-change-button {
    width: 70px;
    margin: 10px;
    padding: 15px 10px;
  }

  .graph-content {
    width: 100%;
    height: 400px;
    margin: 20px auto 0px auto;
  }

  .graph-recent {
    padding: 10px 0;
    width: 100%;
    margin:20px auto;
  }

  .graph-recent table {
    width: 92%;
    table-layout: fixed;
  }

  .graph-recent .series-color {
    width: 5%;
    text-align: center;
    vertical-align: middle;
  }

  .graph-recent .series-title {
    padding: 10px;
    word-break: break-all;
    width: 70%;
  }

  .graph-recent .series-price {
    width: 20%;
    color: #ff0000;
    text-align: center;
    vertical-align: middle;
  }

  .graph-recent .series-color .detail-series {
    border: solid;
    color: #ff0000;
    width: 20px!important;
  }

  .graph-recent .series-color .avg-series {
    border: solid;
    color: #87CEEB;
    width: 30px;
  }

  /* 価格推移のコメント */
  .price-trends-area {
    margin-left:0;

  }
  .price-trends-area section {
    display: block;

  }

  .price-trends-area .same-trend {
    padding:15px;
    width: 100%;
  }

  .price-trends-area .same-trend:after{
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #555555;
    border-bottom: 0;
    right:0;
    left:0;
    margin:auto;
    top:auto;
    bottom:-10px;
  }

  .price-trends-area .trend-img {
    width: 100%;
    text-align: center;
  }
  .price-trends-area .trend-img img{
   width:40px !important;
   margin:12px auto;

  }
}


#safety2 section{
  padding:20px;
  border:1px solid;
  margin:20px auto;
  width:auto;
}
#safety2 a{
  color:#183ec9;
}

#safety2 .text_safety2{
  text-align: center;
  font-size:28px;
  font-weight: bold;
}
#safety2 .text_safety2 p{
  width:25em;
  position: relative;
  margin: 0 auto 20px;
}
#safety2 .text_safety2 p:before,#safety2 .text_safety2 p:after{
  content:"……";
  display: inline-block;
  position: absolute;
  font-size: 20px;
  bottom:0px;
}
#safety2 .text_safety2 p:before{
  left:0px;
  transform: rotate(45deg);
}
#safety2 .text_safety2 p:after{
  right:20px;
  transform: rotate(-45deg);
}

#safety2 .safety2 .arrow_text
 {line-height:30px;
 margin-left:0px;
 font-size:18px;
}

.mab50 {margin-bottom:50px;}
@media screen and (max-width: 767px) {
#safety2 section{
  padding:10px;
  margin:40px auto 0;
  width:88%;
}

  #safety2 .text_safety2{
    font-size:18px;
  }
  #safety2 .text_safety2 p{
    width:108%;
    margin-bottom: 15px;
    margin-left:-2px;
  }
  
  #safety2 .text_safety2 p:before{
  left:0px;
    bottom:0px;
}
#safety2 .text_safety2 p:after{
  right:20px;
    bottom:0px;
}

  
  
#safety2 .safety2 .arrow_text
 {line-height:20px;
 margin-left:0px;
 font-size:14px;
}


}

.video-wrapper {
  width: 560px;
  height: 315px;
  margin:20px auto;
}

.video-wrapper iframe {

  width: 560px;
  height: 315px;
}

@media (max-width: 768px) {
.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%; /* 16:9 の比率 (高さ/幅=9/16=0.5625) */
  height: 0;
}
.video-wrapper iframe {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
}
