@charset "UTF-8";


/*
1.base
2.layout
3.module
4.state
----------------------------------------*/

/* 1.base
----------------------------------------*/

@font-face {
    font-family: "FontAwesome";
    src:  url("/kaden/_assets/fonts/fontawesome-webfont.woff") format("woff");
}

/*---------------------------------------------
Common Style
---------------------------------------------*/

/*margin,padding*/

.m0  { margin: 0 !important; }
.mat0 { margin-top: 0 !important; }
.mat10 { margin-top: 10px !important; }
.mat20 { margin-top: 20px !important; }
.mat30 { margin-top: 30px !important; }
.mat40 { margin-top: 40px !important; }
.mat50 { margin-top: 50px !important; }
.mat60 { margin-top: 60px !important; }
.mab0 { margin-bottom: 0 !important; }
.mab10 { margin-bottom: 10px !important; }
.mab20 { margin-bottom: 20px !important; }
.mab30 { margin-bottom: 30px !important; }
.mab40 { margin-bottom: 40px !important; }
.mab50 { margin-bottom: 50px !important; }

.pat0 { padding-top: 0 !important; }

.pat20 { padding-top: 20px !important; }
.pat30 { padding-top: 30px !important; }
.pat40 { padding-top: 40px !important; }
.pat50 { padding-top: 50px !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; }
.pab50 { padding-bottom: 50px !important; }

.smat100 { margin-top: 100px !important; }

@media (max-width: 768px) {
    .sp_mat0 { margin-top: 0px !important; }
    .sp_mat10 { margin-top: 10px !important; }
    .sp_mat20 { margin-top: 20px !important; }
    .sp_mat30 { margin-top: 30px !important; }
    .sp_mat40 { margin-top: 40px !important; }
    .sp_mat50 { margin-top: 50px !important; }
    .sp_pab0 { padding-bottom: 0px !important; }
	.smat100 { margin-top: 0px !important; }
}

/* font-size */
.fzxs { font-size: 62% !important; }
.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; }
.fzxl2 { font-size: 145% !important; }
.fzxll { font-size: 150% !important; }
.fzxlll { font-size: 180% !important; }
/* font-weight */
.fwn { font-weight: normal;}
.fwb { font-weight: bold;}

/* color */
.f_pink          { color: #ee0d5c !important;}
.f_black         { color: #000000 !important;}
.f_white         { color: #ffffff !important;}
.f_white2	       { color: #ffffff !important;font-weight:bold; font-size: 160% !important; }
.f_main         { color: #00a5be !important;}
.bg_pink         { background-color: #ee0d5c !important;}
.bg_grey         { background-color: #f2f2f2 !important;}
.bg_black        { background-color: #000000 !important;}
.bg_white        { background-color: #ffffff;}

.bg_grey .bg_white { background: transparent;}
.bgGray { background: #777; color: #fff; }
.bgRed { background: #d54132; color: #fff; }
.f_blue	       { color: #00bcd8 !important;font-weight:bold; font-size: 150% !important; }
.f_blue2	       { color: #00bcd8 !important;font-weight:bold; font-size: 160% !important; }
.f_blink	{ color: #00bcd8 !important;text-decoration: underline;}
.marker {
	background: linear-gradient(transparent 60%, #fff100 0%);
	font-weight: bold;
	text-align:center;
}

.jisseki_title	{
    color: #00bcd8;
    margin: 0px 0 50px 0;
    padding: 0;
    font-size: 200%;
    font-weight:700;
    text-align:center;
}


/*display*/
.disN { display: none !important; }
.posA { position: absolute !important; }
.posR { position: relative !important; }
.fl  { float: left !important; }
.fr  { float: right !important; }
.b0  { border: 0 !important; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }

@media (max-width: 768px) {
    .-mb-disN { display: none !important; }
    .-mb-posA { position: absolute !important; }
    .-mb-posR { position: relative !important; }
    .-mb-fl  { float: left !important; }
    .-mb-fr  { float: right !important; }
    .-mb-b0  { border: 0 !important; }
    .-mb-tal { text-align: left !important; }
    .-mb-tac { text-align: center !important; }
    .-mb-tar { text-align: right !important; }
}

.jisseki_title	{
    margin: 0px 0 30px 0;
    padding: 0;
    font-size: 30px !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 !important; }
.sp { display: none !important; }

@media (max-width: 768px) {
.pc { display: none !important;}
.sp { display: block !important;}
.f_blue2	 {font-size: 180% !important; }
.f_white2	 {font-size: 180% !important; }
.fzxl2 { font-size: 110% !important; }

}




/*ホバーを滑らかに処理*/
a {
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}


img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;

}

.clearfix {
    display: block;
    clear: both;
    content: "";
}


/*---------------------------------------------
layout
---------------------------------------------*/

section {
    width: 1170px;
    margin: 0 auto;
    padding: 50px 0 0;
}

#wrap {
  position: relative;
  padding-top: 97px;
  overflow: hidden;
}

.js-open #wrap {
  padding-top: 137px;
}
#second.js-open #wrap {
  padding-top: 97px;
}

@media (max-width: 768px) {
  *, *:before, *:after {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
           -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
  }
  section {
      width: 100%;
      margin: 0 auto;
      padding: 40px 13px;
  }

  .js-open #wrap {
    padding-top: 105px;
  }
  #second.js-open #wrap {
    padding-top: 97px;
  }
}

.bg_grey {
  background: #EEEEEE;
}
/* カラムレイアウト
-----------------------------*/
/* 3カラム デフォルトレイアウト */
.three_column:after {
    display: table;
    clear: both;
    content: "";
}
.three_column > * {
    float: left;
    width: 370px;
    margin-right: 20px;
}
.three_column > *:nth-child(3n) {
    margin-right: 0;
}

/* 4カラム デフォルトレイアウト */
.four_column:after {
    display: table;
    clear: both;
    content: "";
}
.four_column > * {
    float: left;
    width: 277px;
    margin-right: 20px;
}
.four_column > *:nth-child(4n) {
    margin-right: 0;
}

/* 5カラム デフォルトレイアウト */
.five_column{
    display: flex;
    flex-wrap: wrap;
}
.five_column > * {
    width:calc((100% / 5) - 20px);
}
.five_column > *:nth-child(5n) {
    margin-right: 0;
}

/* 6カラム デフォルトレイアウト */
.six_column {
    display: flex;
    flex-wrap: wrap;
}
.six_column > * {
    width:calc((100% / 6) - 18px);
    margin-right: 18px;
    margin-bottom:18px;
    background: #fff;
}
.six_column > *:nth-child(6n) {
    margin-right: 0;
}

/* 5カラム デフォルトレイアウト */
.five_column:after {
    display: table;
    clear: both;
    content: "";
}
.five_column > * {
    float: left;
    width: 218px;
    margin-right: 20px;
}
.five_column > *:nth-child(5n) {
    margin-right: 0;
}

/* 7カラム デフォルトレイアウト */
.seven_column > * {
  float: left;
  width: 162px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.seven_column > *:nth-child(7n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .three_column > *,
  .four_column > *,
  .five_column > * {
      float: left;
      width: 48%;
      margin-right: 10px;
  }
  .three_column > *:nth-child(2n),
  .four_column > *:nth-child(2n),
  .five_column > *:nth-child(2n) {
      margin-right: 0;
  }
  .six_column > *:nth-child(3n) {
      margin-right: 0;
  }
  .six_column {
    margin-left:5px;
  }
  .six_column > * {
    float: left;
      width: 48%;
      margin-right: 10px;
  }
  .seven_column > * {
    width: calc((100% / 3) - 4px);
    margin-right: 5px !important;
  }
  .seven_column > *:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .purchase_list .seven_column > *:nth-of-type(3n) {
    margin-right: 5px !important;
  }
  
}

/* カラム系 白背景 グレーボーダー */
.column_grey > li {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
.seven_column.column_grey > li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .column_grey > li {
    margin-bottom: 14px;
    background-color: #fff;
    box-sizing: border-box;
  }
   .seven_column.column_grey > li {
    margin-bottom: 4px;
  }
}

/* カラム系 リンク */
.column_link {
  align-items: stretch;
}
.column_link li a {
  position: relative;
  padding: 10px 0;
  display: block;
}
.column_link li a:hover{
    background-color:#D2F0F5;
}
.column_link li p,
.column_link li dt {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 0 0;
  height: 3em;

}
.column_link li dd {
  font-size:100%;
  padding: 5px 5px 15px;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  letter-spacing:1px;
  height:100px !important;
}

.column_link li a img {
  width: auto;
}
@media ( max-width: 768px ) {
  .column_link li a {
      padding: 6px 6px 30px;
  }
  .column_link li p {
      font-size: 12px;
  }
  .column_link li a:hover{
    background-color:none;
  }
  .column_link li a img {
    width: 100%;
  }

  .column_link > * {
    margin-right: 4%;
  }
  @media (orientation: landscape) {
    .column_link > * {
      margin-right: 20px;
    }
  }
  .column_link > *:nth-child(2n) {
    margin-right: 0;
  }
  .column_link li:last-child {
    margin-right: 0;
  }
  .column_link li dl dt {
      font-size: 100%;
  }
  .column_link li dl dd {
      font-size: 80%;

  }
  
  .column_link li a:after{
      bottom:8px;
  }
}

/*---------------------------------------------
parts
---------------------------------------------*/
#twitter-widget-0 {
    border: 1px solid #ccc !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
}
/* 見出し */

#wrap h2 {
    margin: -60px 0 80px 0;

    font-size: 375%;
    text-align: center;
}
#wrap h2.border {
  position: relative;
  margin: 0 0 30px;
  padding-top: 30px;
  color: #00a5be;
  font-weight: bold;
  font-size: 24px;
}

#wrap h2.border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #00a5be;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

#wrap h2.border span,#wrap h2.underline span {
  display: block;
  font-weight: normal;
  color: #EE0D5C;
  font-size: 20px;
  margin-bottom: 10px;
}

#wrap .graph h2.underline span {
  color:#00bcd8;
  font-weight: bold;
  display: block;
  font-size:30px;
}
#wrap .graph h2.underline span em{
  font-size:18px!important;
  margin-right:0.5em;
}

#wrap .graph h2.underline span:before,
#wrap .graph h2.underline span:after{
  background: none;
  content:none;
}

#wrap h2.border span em,#wrap h2.underline span em {
  font-size: 20px!important;
  font-weight: bold;
}
#wrap h2.border span:before,
#wrap h2.border span:after,
#wrap h2.underline span:before,
#wrap h2.underline span:after{
    position: relative;
    display: inline-block;
    font-weight: 400;
    width: 19px;
    height: 19px;
}
#wrap h2.border span:before,#wrap h2.underline span:before{
    content:"";
    background: url(/kaden/_assets/images/common/dotline_red.svg) no-repeat;
    left: -15px;
    background-size: contain;
}
#wrap h2.border span:after,#wrap h2.underline span:after{
    content:"";
    right: -15px;
    background: url(/kaden/_assets/images/common/dotline_red.svg) no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
}
#wrap h3 {
    color:#333333;

    font-size: 150%;
    font-weight: bold;
}
@media (max-width: 768px) {
  #wrap h2 {
    font-size: 187%;
    margin: -70px 0 40px 0;
  }

  #wrap h2.border {
    font-size: 20px;
  }

  #wrap h2.border span,#wrap h2.underline span {
    font-size: 14px;
  }

  #wrap h2.border span em {
    font-size: 14px;
  }

  #wrap h3 {
    font-size: 75%;
  }
  #wrap .graph h2.underline span {
    font-size:20px;
  }
  #wrap .graph h2.underline span em{
    font-size:16px!important;
  }
}

/* 吹き出し見出し */

#wrap h2.underline {
  color: #00bcd8;
  margin: 70px 0 40px;
  font-weight:700;
}
#wrap h2.underline em,
#wrap h2.border em{
  font-size:30%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #wrap h2.underline {
    margin: 40px 0 25px;
    padding: 0;
  }
  #wrap h2.underline em,
  #wrap h2.border em{
    font-size:40%
  }
}

#wrap h2.exmark,#wrap h2.box {
    margin: 10px 0 30px;
    padding: 120px 0 0;
    font-size: 310%;
    line-height: 1.6;
    font-weight:700;
    position: relative;
}

#wrap h2.exmark:after{
  content:"\f06a";
  display: block;
  position: absolute;
  color:#EE0D5C;
  font-family: 'Font Awesome 6 Pro';
  font-size:90px;
  font-weight: 300;
  top:-20px;
  left:0;
  right:0;
  margin:auto;
}

#wrap h2.exmark span {
    font-size: 85%;
}

#wrap h2.box {
  color:#00BCD8;
}
#wrap h2.box:after{
  content:"\f49e";
  display: block;
  position: absolute;
  color:#00BCD8;
  font-family: 'Font Awesome 6 Pro';
  font-size:90px;
  font-weight: 300;
  top:-20px;
  left:0;
  right:0;
  margin:auto;
}

@media (max-width: 768px) {
  #wrap h2.exmark,#wrap h2.box {
    margin: 0 0 10px;
    padding: 70px 0 0;
    font-size: 26px;
  }
  #wrap h2.exmark span {
    font-size: 80%;
  }
  #wrap h2.exmark:after,#wrap h2.box:after{
    font-size:60px;
  }
}


#wrap h2.simple {
    color: #00bcd8;
    margin: 50px 0 30px;
    padding: 0;
    font-size: 40px;
    font-weight:700;
}

@media (max-width: 768px) {
  #wrap h2.simple {
      margin: 40px 0 20px;
      font-size: 4.5vw;
  }
}


#wrap h3.band {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 0 0;
}

#wrap h3.band::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  background: url(/kaden/_assets/images/common/bg_shadow.webp) no-repeat center top;
  background-size: cover;
}
#wrap h3.band span {
  position: relative;
  font-weight: normal;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 370px;
  border-radius: 4px;
  background: #00a5be;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 11px 20px 8px;
  line-height: 1;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  top: 13px;
  z-index: 3;
}
#wrap h3.band span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00a5be transparent transparent transparent;
  z-index: 3;
 }

#wrap h3.band.band_white,
#wrap h3.band.band_white span:before,
#wrap h3.band.band_white span:after {
    border-top-color: #fff;
}
#wrap h3.band.band_white span {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    #wrap h3.band {
      border-top: 0;
      padding: 0 0 0;
  }
  #wrap h3.band span {
      font-size: 16px;
      min-width: 240px;
      padding: 10px 20px 8px;
  }
  #wrap h3.band::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
    background: url(/kaden/_assets/images/common/bg_shadow_sp.webp) no-repeat center top;
    background-size: contain;
  }
}


/* 買取申込ボタン */

.application {
    position: relative;
    display: table;
    width: 44%;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    font-weight:bold;
}
.application > .app_btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 510px;
  align-items: center;
  height: 70px;
  color: #fff;
  background-color: #ee0d5c;
  font-size: 165%;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 35px;
  text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
  vertical-align: middle;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  padding-top: 5px;
}


.application > .app_btn span {
  display: block;
  width: 100%;
  font-size: 14px;
}
.application > a.app_btn:hover{
    opacity:0.6;
}

.app_btn::before {
  position: absolute;
  left: 30px;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  font-family: 'Font Awesome 6 Pro';
  content: "\f044";
}
.app_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 10px;
  margin-top: -7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skewX(30deg);
}

.application p {
  margin-bottom: 15px;
}
.application p span {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #00bcd8;
}
.application p span::before,
.application p span::after{
    position: absolute;
    display: inline-block;
    font-weight: 400;
    width: 19px;
    height: 19px;
    bottom: 5px;
}
.application p span::before{
  content:"";
  background: url(/kaden/_assets/images/common/dotline.svg) no-repeat;
  left: -30px;
}
.application p span::after{
  content:"";
  right: -30px;
  background: url(/kaden/_assets/images/common/dotline.svg) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  .application p span {
    font-size: 20px;
  }

  .app_btn:after {
    right: 20px;
    width: 15px;
    height: 6px;
    margin-top: -7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
/*IE 調整*/
@media all and (-ms-high-contrast: none){
    .application > .app_btn {
        font-family: inherit;
    }

    .application > .app_btn {
        font-family: inherit; /*IE10以下*/
    }
}


@media (max-width: 768px) {
    .application {
        width: 90%;
        height: 55px;
        margin: 20px auto 0 !important;
    }
    .application > .app_btn {
      width: 100%;
      height: 55px;
      font-size: 17px;
      line-height: 1.2;
	  padding-top: 0px;
    }
    .application > .app_btn span {
      font-size: 16px;
    }
   
   
}

/* 申込ボタン附属テキスト付 */
.application_text {
    position: relative;
    display: table;
    width: 50%;
    height: 120px;
    text-align: center;
    margin: 0 auto;
}
.application_text > .app_btn {
    display: table-cell;
    width: 100%;
    height: 120px;
    color:#fff;
    background-color: #ff5200;
    font-size: 240%;

	line-height: 50px;
    text-decoration: none;
    margin: 0;
    border-radius: 60px;
    vertical-align: middle;
}
.application_text > a.app_btn:hover{
    opacity:0.6;
}
.attachment_text {
	font-size: 55%;
	font-weight: normal;
}

@media (max-width: 768px) {
    .application_text {
        width: 100%;
		height: 60px;
    }
    .application_text > .app_btn {
        width: 100%;
		height: 60px;
        font-size: 150%;
		line-height: 1.3;
    }
    
}
/* サブボタン */

/*
基本は文字の長さに合わせてボタンのwidthも変わる
ボタンwidthを規定したい場合は、個別に指定すること

例）
#aaaaaaa .sub_conductor > a.sub_btn {
    width: 370px;
}

*/

.sub_conductor {
    position: relative;
    width: 30%;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}
.sub_conductor > a.sub_btn {
  position: relative;
    display: block;
    width: 370px;
    height: 40px;
    margin: 0 auto;
    line-height: 2.3;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #333333;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    background: #fff;
    padding-top: 1px;
    font-weight: 700;
    cursor: pointer;
}
.sub_conductor.all{
  width:70%;
  height: auto;
}
.sub_conductor.all > a.sub_btn{
  width:100%;
  height: auto;
  line-height: 1.2;
  padding:10px 30px 8px 6px;
}
.sub_conductor > a.sub_btn:hover{
    background-color:#333333;
    border: solid 2px #fff;
    color: #fff;
}
.sub_conductor > a.sub_btn:hover:before{
  color:#fff;
}
.sub_conductor > a.sub_btn.arrow_right {
    position: absolute;
}
.sub_conductor > a.sub_btn.arrow_right:before {
    position: absolute;
    top: -3px;
    right: 11px;
    width: 18px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size: 120%;
}

.sub_conductor > a.sub_btn:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sub_conductor > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(30deg);
}
/* 黒背景プラス */
.i_plus,
.i_minus {
    position: absolute;
}
.i_plus:before,
.i_minus:before {
    display: block;
    position: absolute;
    font-family: 'Fontawesome';
    width: 14px;
    height: 14px;
    color: #000;
    font-size: 140%;
}
.i_plus:before {
    top: -7px;
    right: 13px;
    content: "\f13a";
}
.i_minus:before {
    top: -8px;
    right: 13px;
    content: "\f139";
}

/*IE 調整*/
@media all and (-ms-high-contrast: none){
    .sub_conductor > a.sub_btn {
        font-family: inherit;
    }
    .sub_conductor > a.sub_btn.arrow_right:before {
        top: -4px;
    }
    .sub_conductor > a.sub_btn {
        font-family: inherit; /*IE10以下*/
    }
    .sub_conductor > a.sub_btn.arrow_right:before {
        top: -4px\9;
    }
}


@media ( max-width: 768px ) {
    .sub_conductor {
        width: 90%;
    }
    .sub_conductor > a.sub_btn {
        line-height: 2.5;
        width: auto;
    }
    .sub_conductor > a.sub_btn.arrow_right:after {
        top: 41%;
    }
    .sub_conductor > a.sub_btn:hover{
        background-color:#fff;
    }
    .sub_conductor.all{
      width: 90%;
    }
    .sub_conductor.all > a:after {
      right:10px;
    }
     .sub_conductor.all > a.sub_btn {
        line-height: 1.2;
    }
    .sub_conductor.all > a.sub_btn em{
        font-size: 70%;
    }
}


/* 黒右矢印 */
.arrow_right_black {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
}
.arrow_right_black:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -19px;
    border-radius: 50%;
    background: #000;
    content: "";
}
.arrow_right_black:after {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 8px;
    height: 8px;
    margin: -12px;
    border: 0;
    border-top: 2px solid  #fff;
    border-right: 2px solid  #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media ( max-width: 768px ) {
    .arrow_right_black:before {
        width: 20px;
        height: 20px;
    }
    .arrow_right_black:after {
        left: 17px;
        margin: -13px;
    }
}
/* パンくずリスト */
.breadcrumb {
  padding: 15px 14px 10px;
  margin: 0 auto;
  background: #f2f2f2;
  line-height: 1;
}

.breadcrumb .container {
  width: 1170px;
  margin:  0 auto;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ol li {
  font-size: 12px;
  width: auto;
  padding:0 7px 0 6px;
  line-height: 1.6;
  position: relative;
}
.breadcrumb ol li:first-of-type{
    padding:0 7px 0 1.2em;
}
.breadcrumb ol li:first-of-type:before{
   display: inline-block;
    content: "\f015";
    font-size:1em;
    color:#999999;
    position: absolute;
    top:-0.1em;
    left:0;
    font-family: "Font Awesome 6 pro";
}
.breadcrumb ol li:after {
    display: inline-block;
    content: "\f105";
    font-size:1em;
    color:#999999;
    position: absolute;
    top:-0.1em;
    font-family: "Font Awesome 6 pro";
}
.breadcrumb ol li:last-child:after {
    content: "";
}
.breadcrumb ol li a {
    display: inline-block;
    width: auto;
    color: #000;
    margin-right: 7px;
}
@media (max-width: 768px) {
  .breadcrumb .container {
    width: auto;
  }
  .breadcrumb ol li {
    font-size: 10px;
  }
}




/*block*/
.block_rel {
  position: relative;
  
}

.block_note {
  border: 3px solid #aaa;
  border-radius: 3px;
  padding: 20px 30px;
  line-height: 1.5;
  margin: 40px 0;
}
.block_note dl {
  display: none;
}
.block_note dl.is-active {
  display: block;
}
.block_note dt {

  font-size: 112%;
  margin: 0 0 15px;
  padding-left: 15px;
  border-left: 5px solid #aaa;
}
.block_note dd {
  font-size: 100%;
}

.block_note.highlight {
  border: 3px solid #00bcd8;
}
.block_note.highlight dt {
  font-size: 143%;
  border-left: 5px solid #00bcd8;
}
.block_note.highlight dd {
  font-size: 106%;
  line-height: 1.6;
}
.block_note.highlight dd li {
  display: inline-block;
  margin: 0 7px 5px;
}
.block_note.highlight dd a {
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .block_note {
    padding: 10px;
    margin: 40px 0 10px;
  }
  .block_note dt {
    font-size: 108%;
    padding-left: 10px;
  }
  
  .block_note.highlighting dt {
    font-size: 122%;
  }
  .block_note.highlighting dd {
    font-size: 100%;
    line-height: 1.6;
  }
}


.block_line {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 3px;
  padding: 30px 35px;#wrap
  line-height: 1.5;
  margin: 40px 0 0;
}

@media (max-width: 768px) {
  .block_line {
    border: 3px solid #000;
    padding: 12px;
    margin: 20px 0 0;
  }
}

.assessment .emphasis span{
  font-size: 50px;
}

.assessment .no_photo dl{
  width: 100%;

}
.assessment .no_photo figure{
  display: none;
}
.block_sideimg {
  display: flex;
  justify-content: center;
  align-content: center;
  border: 3px solid #00bcd8;
  border-radius: 3px;
  padding: 50px 30px;
  line-height: 1.5;
  margin: 40px 0;
}
.block_sideimg dt {

  font-size: 143%;
  color: #00bcd8;
  margin: 0 0 15px;
  font-weight:700;
}
.block_sideimg dd {
  font-size: 100%;
}
.block_sideimg dl {
  width: 55%;
}
.block_sideimg figure {
  width: 45%;
  margin: 0;
  text-align: center;
}
.block_sideimg figure img {
  max-width: 470px;
}

@media (max-width: 768px) {
  .assessment .emphasis span {
    font-size: 30px;
  }
  .block_sideimg {
    padding: 10px;
    margin: 30px 0 30px;
    flex-direction: column;
  }
  .block_sideimg dt {
    font-size: 121%;
  }
  .block_sideimg dl {
    width: 100%;
  }
  .block_sideimg figure {
    width: 100%;
    padding: 20px 0 10px;
  }
  .block_sideimg figure img {
    width: 70%;
  }
}




/*text*/
.emphasis {
  display: block;
  color: #ee0d5c;

  font-size: 62px;
  font-weight: 100;
  border-bottom: 2px solid #ee0d5c;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0 0 50px 0;
  font-weight:700;
}
.emphasis2 {
  display: block;
  color: #ee0d5c;

  font-size: 62px;
  font-weight: 100;
  border-bottom: 2px solid #ee0d5c;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0 0 50px 0;
}


@media all and (-ms-high-contrast: none){
  .emphasis {
    font-family: inherit;
  }
  .emphasis2 {
    font-family: inherit;
  }
}
.emphasis em {
  display: block;
  font-size: 100px;
  letter-spacing: -2px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #ee0d5c;
}
.emphasis2 em {
  display: block;
  font-size: 86px;
  letter-spacing: -2px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #ee0d5c;
}

@media (max-width: 768px) {
  .emphasis {
    font-size: 4.5vw;
    margin: 0 0 20px 0;
  }
  .emphasis em {
    font-size: 8.3vw;
  }
  .emphasis2 {
    font-size: 4.5vw;
    margin: 0 0 20px 0;
  }
  .emphasis2 em {
    font-size: 7.5vw;
  }
}
html.is-hammenu-active {
  overflow: hidden;
}
body {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 1200px;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  body {
      min-width: 0;
  }
}
/*----------------------------------------------
ヘッダー
-----------------------------------------------*/

/* header */
#header {
  position: absolute;
  min-width: 1200px;
  width: 100%;
  z-index: 99;
  background: #fff;
}

#header section {
  padding: 0;
  position: relative;
  height: 92px;
}

#header .logo_area {
  display: flex;
  align-items: center;
}
#header .logo {
  font-size: 28px;
  font-weight: bold;
  margin: 0 13px;
  display: inline-block;
}
#header .logo a{
  color: #6AA21F;
  white-space:nowrap;
}
#header .various {
  box-sizing: border-box;
  background: #333333;

}

#header .first_row,
#header .second_row {
  width: 100%;
}

#header .first_row {
  height: auto;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.15);
}

#header .second_row {
  width: 1170px;
  margin: 0 auto;
}

#header .description {
    float: left;
    width: 35%;
    padding:2px 10px 0 0;
    font-size:75%;
    color: #fff;
}

/* 買取申込ボタン */
#header .application {
    position: absolute;
    right:0;
    height: 36px;
    margin: 0px;
}

#header .application>.app_btn {
    position: absolute;
    right:0;
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 5px;
}
#header .application > .app_btn:before {
    height: 36px;
    top: 1px;
}
@media all and (-ms-high-contrast: none){
    #header .application > .app_btn:before {
        top: -1px;
    }
}

.header_cv {
  display: flex;
  flex-basis: 150px;
  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: #00BCD8;
}

.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: rgba(0, 0, 0, 0.5);
  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: #00BCD8 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;
}/* 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_products .hammenu_link {
  font-size: 13px;
  margin-top:5px;
}

.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(/kaden/_assets/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: #00BCD8;
}

.hammenu_link.-large {
  border-bottom: 1px solid #666666;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* hammenu_products */
.hammenu_products {
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom:1px solid #666666;
}

.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_productsitem:last-child{
  border-bottom: none;
}
.hammenu_togglebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #333333;
  border: 0;
  width: 100%;
  padding: 2px 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;
	}

}
/* is-active */
.header_hammenu.is-active {
  transform: translateX(0);
}

.header_cvlink.is-active {
  background: #00BCD8;
  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;
}

#header .second_row > ul > li {
    float: left;
    width: calc((100% / 7) - 2px);
    height: 100%;
    margin-top:2px;
    border-right: 1px solid #707070;
}
#header .second_row > ul > li:first-child {
  border-left: 1px solid #707070;
}
#header .second_row > ul > li:last-child {
    margin-right: 0;
}

#header .second_row > ul > li > a {
    display: block;
}

#header .second_row > ul > li > a:hover >.nav_txt,
#header .second_row > ul > li > a.active >.nav_txt {
    color: #00bcd8;
    border-bottom: 3px solid #00bcd8;
}

#header .second_row > ul > li > a span {
    width:44px;
    height:38px;
}

#header .second_row .nav_pic {
  float: left;
  display: inline-block;
  top: 0;
  left: 0;
  width: 44px;
  height: 38px;
  margin: 0px 0 0 0;
  overflow: hidden;
}

#header .second_row .nav_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 0 auto;
  line-height: 2.5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 3px solid ##333333;
}
#header .second_row .active .nav_txt {
    color: #ee0d5c;
}


#header .third_row {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  background: #00A5BE;
  height: auto;
  min-height: 34px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.15);
}
#header .third_row.open {
    display: flex;
}
#second #header .third_row.open{
    display: none;
}
#header .third_row section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}
#header .third_row ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#header .third_row ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 12px;
  font-weight: 0;
  text-align: center;
  position: relative;
  padding: 5px 0;
  line-height: 1;
}
@media all and (-ms-high-contrast: none){
  #header .third_row ol li {
    font-family: inherit;
  }
}

#header .third_row ol li a,
#header .third_row ol li span {
  display: block;
  color: #fff;
  padding: 5px 9px;
}
#header .third_row ol li span {
  color: #999;
}
#header .third_row ol li a:hover,
#header .third_row ol li a.active {
  color: #ffea00;
}
/*----------------------------------------*/
#header #footer_entry {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ee0d5c;
  padding: 6px;
  display: flex;
  align-items: center;
  width: 80%;
  border-radius: 6px 6px 0px 0;
}
#header #footer_entry .inner{
  margin: auto;
}
#header #footer_entry a{
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#header #footer_entry a:after{
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  width: 15px;
  height: 6px;
  margin-top: -7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skewX(30deg);
}
#header #footer_entry span{
  position: relative;
  font-size: 12px;
  background: #fff;
  color: #ee0d5c;
  padding: 10px;
  line-height: 12px;
  margin-right: 14px;
  border-radius: 6px;
  
}

#header #footer_entry span:after{
  content: "▲";
  position: absolute;
  font-size:16;
  width: 20px;
  height: 20px;
  right: -8px;
  color: #fff;
  transform: rotate(90deg);
}
#header .logo_wrap{
  display: flex;
  flex-basis: 500px;
  align-items: center;
}
#header .search_wrap {
  display: flex;
  flex-basis: 46%;
  align-items: center;
  position: relative;
  margin: 4px 10px 0 auto;
  overflow: hidden;
  font-size:14px;
}
#header .search_wrap form{
  width: 100%;
}
#header .search_wrap input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 6px;
  box-shadow:0px 0px 8px 3px #ccc inset;
  width: 100%;
  height: 16px;
  padding: 15px 13px;
  margin-left: 0;
}

#header .search_wrap input:focus {
  outline: none;
}
#header .search_wrap .loupe {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  background: #333333;
  width: 60px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
#header .search_wrap .loupe::after {
  position: absolute;
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  font-size: 18px;
}


@media (max-width: 768px) {
    #header {
        padding: 0;
        height: 75px;
        min-width: auto;

    }
    #header section{
        position: relative;
    }
    #header .logo_wrap{
      flex-basis: 206px;
    }
    #header .logo_area {
      align-items: flex-start;
      justify-content: space-between;
    }
    #header .logo {
      font-size: 18px;
      width: auto;
      margin: 18px 0px 0 9px;
    }

    .header_cv .header_cvlink:nth-child(1){
      display: none;
    }
   
    #header .first_row {
        height: auto;
        margin-bottom: 0px;
    }

    #header .various {
      width: auto;
      left: 0;
      position: relative;
      top: -7px;
    }
    #header .description {
      width: 100%;
      font-size: 71%;
      padding: 2px 100px 0 0;
    }
    #header .btn_area {
        position: absolute;
        right: 41px;
       width: 40px;
    }
    #header .second_row {
      width: auto;
    }
    #header .second_row > ul > li {
      width: calc(100% / 5);
      border-right: 0;
    }
    #header .second_row > ul > li:first-child {
      border-left: 00;
    }
    #header .second_row > ul > li:nth-of-type(5),
    #header .second_row > ul > li:nth-of-type(6){
      display: none;
    }
    #header .third_row ol {
      padding: 3px 0 5px;
    }
    #header .third_row ol li {
      line-height: 1.5;
      font-size: 8px;
      padding: 0;
      margin-bottom: 0;
    }
    
    #header .third_row ol li a,
    #header .third_row ol li span {
      padding: 2px 10px 0px;
    }
    .header_text {
      padding-left: 10px;
    }
    #header .second_row .nav_txt {
      line-height: 1.5;
      font-size: 10px;
    }
    .header_cv{
      flex-basis: 50px;
    }
    .header_cvlink {
      padding: 15px 5px 10px;
      font-size: 20px;
      justify-content: center;
    }
    .header_cvtext {
      font-size: 10px;
      margin-top: 8px;
    }
    .header_cvlink.-hammenu {
      width: 50px;
      padding: 20px 5px 15px;
    }
    
    .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;
    }
   
    .sp_gnav {
        position: absolute;
        width: 100%;
        top: 40px;
        background: #000;
    }
    .sp_gnav > ul {
        
    }
    .sp_gnav > ul > li {
        float: left;
        width: 20%;
        height: 100%;
        font-size: 10px;
        margin: 4px 0 0;
        padding: 0 2px;
        text-align: center;
    }
    .sp_gnav > ul > li:last-child {
        margin-right: 0;
    }
    .sp_gnav > ul > li > a {
        display: block;
        border-bottom: 2px solid #00bcd8;

        white-space: nowrap;
        padding: 2px 0 3px;
        color: #fff;
        -webkit-tap-highlight-color: rgba(255, 102, 133, 0.8);
    }
    #header #footer_entry {
      width: 95%;
    }
#header #footer_entry span{
  font-size: 10px;
  padding: 10px 5px;
  line-height: 12px;
  
}
#header #footer_entry a{
  font-size: 16px;
}

    #header .search_wrap {
      margin: 14px 2px 0 6px;
      font-size:10px;
      flex-basis: 70%;
    }

    #header .search_wrap input {
      border-radius: 6px;
      box-shadow:0px 0px 8px 3px #ccc inset;
      height: 28px;
      padding: 15px 13px;
      margin-left: 0;
    }

    #header .search_wrap .loupe {
      position: absolute;
      top: 0px;
      right: 10px;
      display: flex;
      background:  transparent;
      border: none;
      width: 16px;
      height: 46px;
      justify-content: center;
      align-items: center;
      border-radius: none;
      cursor: pointer;
    }
    #header .search_wrap .loupe::after {
      position: absolute;
      content: "\f002";
      font-family: 'Font Awesome 6 Pro';
      color: #000;
      font-size: 16px;
      top:7px;
    } 
}

#header ol.icon_arrow li  {     margin-top: 4px; }



#gnav .icon_arrow a:before {
    position: initial;
    margin: 0 10px 0 5px;
}

.icon_arrow a:before {
    font-family: 'Fontawesome';
    content: "\f138";
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    top:-5%;
    left:10px;
    font-size: 21px;
    font-weight: bold;
    color: #999999;
}

#gnav .pr_txt {

    font-size: 131%;
    font-weight: bold;
    color: #ee0d5c;
    text-align: center;
    width: 255px;
    margin: 15px 0 0 20px;
    box-sizing: border-box;
}


/*----------------------------------------------
フッター
-----------------------------------------------*/



/*---------------------------------------------
04. clearfix
---------------------------------------------*/
.clearfix,
footer,
section {
  *zoom: 1;
}
.clearfix:after,
footer:after,
section:after {
    content: " ";
    display: table;
    clear: both;
}



/* 2.layout
----------------------------------------*/



footer {
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    height: auto;
    background-color: #333333;
    color:#fff;
}

footer section{
    padding:0px;
}

footer form{
    color:#000;
    font-size:14px;
}
#footer  {
    padding: 20px 0 40px 0;
    -webkit-box-shadow:  0 0 3px 0 #999;
    box-shadow:  0 0 3px 0 #999;

}
.footer_logo {
  text-align: center;
}
.footer_logo img {
  width: 153px;
  height: auto;
}

/*sitemap*/
#footer .sitemap{
    padding: 5px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .sitemap li{
    float:left;
    width:auto;
    padding:2px 20px 0;
    border-right: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 13px;
}

#footer .sitemap li.oneline {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border-right: 0;
    font-size: 16px;
}

#footer .sitemap li:first-child{
    padding-top:0px;
}
#footer .sitemap li:nth-of-type(2),
#footer .sitemap li:nth-of-type(11),
#footer .sitemap li:nth-of-type(18),
#footer .sitemap li:nth-of-type(22){
  border-left: 1px solid #fff;
}

#footer .comprehensive {
  margin-top: 10px;
  padding: 0 20px 10px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
#footer .comprehensive .sitemap {
  padding: 20px 20px 0;
}
#footer .comprehensive .sitemap li:first-of-type{
  border-left: 1px solid #fff;
}

#footer .comprehensive .sitemap li:nth-of-type(2){
  border-left: 0;
}
#footer .sitemap p,#footer .sitemap dl{
    margin-bottom: 0;
}
#footer .sitemap p,#footer .sitemap dt{
    font-weight: normal;
    position: relative;
    line-height: 0.9em;
}

#footer dt{
    color:#c7e8aa;
    margin-bottom:10px;
}
#footer dd{
    color:#c7e8aa;
    margin-bottom:5px;
    font-size:14px;
    padding-left:14px;
    line-height: 1.2em;
}

#footer a{
    color:#fff;
    position: relative;
    padding:0;
    /*text-indent: -1em;
    padding-left: 1em;*/
    display: inline-block;
}

#footer a:hover{
    text-decoration: none;
    opacity: 0.5;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

#footer .sitemap p a:before,#footer .sitemap dt a:before {
     top: -9%;
}
}



/*footer bottom*/
#footer .bottom {
    margin: 0 0 20px;
}
#footer .bottom .sitemap {
  padding: 20px 20px 0;
}
#footer .bottom li{
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
}
#footer .bottom li:first-of-type {
  border-left: 1px solid #fff;
}
#footer .bottom li:nth-of-type(2) {
  border-left: 0;
}
#footer .bottom li a{
    padding:0;
}

#footer #copyright_wrap .fl{
    width:89%;
}
#footer #copyright_wrap .fr{
    width:11%;
    padding-top: 25px;
}


#footer p.corp, copyright{
    margin-top: 15px;
    font-size:13px;
    display: block;
}

#footer #copyright_wrap li {
    float: left;
    margin-right: 10px;
}
#footer .social-btn_fb img,
#footer .social-btn_tw img{
    width:36px;
    height:auto;
}

#footer .page-top {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 44%;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #666;

  font-size: 20px;
  margin-right: -576px;
}
#footer .page-top a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .page-top a:hover {
  opacity: 1;
  -webkit-transform: translate(0px,-5px);
  -moz-transform: translate(0px,-5px);
  -ms-transform: translate(0px,-5px);
  -o-transform: translate(0px,-5px);
  transform: translate(0px,-5px);
}

.lh {line-height:22px !important;}

@media (max-width: 768px){
  
    /*sitemap*/
    #footer .sitemap li{
        width: auto;
        padding: 2px 10px 0;
    }
    #footer .sitemap li:nth-last-child(2){
        clear: both;
    }
    #footer .sitemap li:nth-of-type(6),
    #footer .sitemap li:nth-of-type(8),
    #footer .sitemap li:nth-of-type(10),
    #footer .sitemap li:nth-of-type(12),
    #footer .sitemap li:nth-of-type(13),
    #footer .sitemap li:nth-of-type(15),
    #footer .sitemap li:nth-of-type(17),
    #footer .sitemap li:nth-of-type(20),
    #footer .sitemap li:nth-of-type(23),
    #footer .comprehensive .sitemap li:nth-of-type(3),
    #footer .comprehensive .sitemap li:nth-of-type(7){
      border-left: 1px solid #FFF;
    }{
      border-left: 1px solid #FFF;
    }
    
    #footer .sitemap p,
    #footer .sitemap dl{
        margin-bottom: 0;
    }
    #footer .sitemap p.sp-oneline{
        clear: both;
        float: none;
        width: 100%;
    }
    #footer .sitemap dl{
        float: left;
        width: 50%;
    }
    #footer dd{
        padding-left:0;
    }
    #footer .sitemap dd > a{
        display: inline-block;
    }
    #footer .sitemap p a:after,#footer .sitemap dt a:after{
          top: 50%; left: 5px;
          margin-top: 0px;
    }
    #footer dl.genere {
        margin-top: -25px;
        padding-left: 15px;

    }
    #footer dl.genere.left{
        width:60%;
    }
    #footer dl.genere.right{
        width:40%;
    }
    /*footer bottom*/
    #footer .bottom {
        margin: 20px;
        padding: 0 10px;
        text-align: center;
    }
    #footer .bottom ul{
        display: block;
        margin-bottom: 10px;
    }
    #footer .bottom ul:last-child{
        margin-bottom: 0;
        border: 0;
    }
    #footer .bottom li{
        padding: 0 10px;
        border-right: 1px solid #fff;
    }
    #footer .bottom li:last-child{
        border-right: 1px solid #fff;
    }
    #footer #copyright_wrap{
        text-align: center;
    }
    #footer #copyright_wrap .fl{
        float: none;
        width: 100%;
    }
    #footer #copyright_wrap .fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    #footer #copyright_wrap .fr li{
        display: inline-block;
        float: none;
    }

    #footer .page-top {
      bottom: 10px;
      width: 58px;
      height: 58px;
      right:10px;
      margin-right:0;
    }
    #footer .page-top a{
        width:auto;
    }
    #footer .page-top a:after {
      right: 3px;
      width: 100%;
      height: 100%;
      background-size: contain;
    }
}



/*----------------------------------------------
メインビジュアル
-----------------------------------------------*/
#main_bg{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width:100%;
  min-width:1280px;
  background:url(/kaden/_assets/images/common/bg_mainvis.webp) no-repeat center bottom;
  background-size:cover;
  height: 480px;
  overflow: hidden;
}

#main_visual {
  position: relative;
  height: 480px;
  width: 1400px;
  background:url(/kaden/_assets/images/common/bg_ob.webp) no-repeat center bottom;
}


#main_bg_love{
    position: relative;
    margin-top:-5px;
    z-index:0;
    width:100%;
    min-width:1280px;
    background-color:#e8e8e8;
    background-size: cover;
}

#main_visual .inner{
    position: relative;
    display: block;
    width:1170px;
    text-align: center;
    margin:0 auto;
    z-index: 0;
}

#main_visual .headline{
    width: calc(100% - 470px);
    padding-top: 35px;
    font-weight: 700;
    font-size:40px;
    line-height: 1.2;
    letter-spacing: -0.08em;
    position: relative;
    z-index: 5;
}
#main_visual .headline span.diagonal_line{
    position: relative;
    padding: 0 60px;
    font-size: 22px;
    color: #00bcd8;
    text-align: center;
    letter-spacing: -0.06em;
    text-shadow:none;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
}
#main_visual .headline .strong_line{
    position: relative;
    font-size: 70px;
    display: block;
    line-height: 1;
    margin: 0;
}

#top #main_visual .headline .strong_line em{
  font-size:120px;
  display: block;
  line-height: 1;
  color:#00BCD8;
  font-weight: normal;
}

#main_visual .headline2{
    width: calc(100% - 390px);
    padding-top: 25px;

    font-weight: 700;
    font-size:40px;
    line-height: 1.2;
    letter-spacing: -0.08em;
    position: relative;
    z-index: 5;
}
#main_visual .headline2 span.diagonal_line{
    position: relative;
    padding: 0 60px;
    font-size: 36px;
    color: #00bcd8;
    text-align: center;
    letter-spacing: -0.06em;
    text-shadow:none;
    line-height: 2;
}
#main_visual .headline2 span.strong_line{
    position: relative;
    font-size: 70px;
    line-height: 1.5;
}

#main_visual span.diagonal_line:before,
#main_visual span.diagonal_line:after{
    position: relative;
    display: inline-block;
    font-weight: 400;
    width: 19px;
    height: 19px;
}
#main_visual span.diagonal_line:before{
    content:"";
    background: url(/kaden/_assets/images/common/dotline.svg) no-repeat;
    left: -15px;
}
#main_visual span.diagonal_line:after{
    content:"";
    right: -15px;
    background: url(/kaden/_assets/images/common/dotline.svg) no-repeat;
    background-size: contain;
    transform: scale(-1, 1);
}

#main_visual .points {
    width: 430px;
    margin-top: 10px;
}

#main_bg .application > .app_btn span {
  font-size: 18px !important;
  position: relative;
}

.mainvis_slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #cccccc;
  opacity: 1;
}
.mainvis_slider .swiper-pagination-bullet-active {
  background: #ee0d5c;
}

#sells #main_bg {
  background: url(/kaden/_assets/images/sell/main_bg.webp) repeat-x center top 0px!important;
  background-size: cover!important;
  height: 480px;
}

#sells #main_visual {
  background: url(/kaden/_assets/images/sell/main_visual.webp) no-repeat center top 0px!important;
  height: 480px;
}
#sells #main_visual:before{
  background: none;
}

#campaign_lp #main_bg {
  background:#ff9327!important;
  background-size: cover!important;
  height: 480px;
}

#campaign_lp #main_visual {
  background: url(/kaden/_assets/images/common/mv_campaign_3000.webp) no-repeat center top 0px!important;
  height: 480px;
}
#campaign_lp #main_visual:before{
  background: none;
}
@media (max-width: 768px) {

  #main_bg {
    width: auto;
    height: auto;
    min-width: auto;
    background: url(/kaden/_assets/images/common/main_visual_sp.webp) no-repeat center bottom;
    background-size: cover;
    margin-top: 0;
    overflow: hidden;
  }
  
  #main_bg_love{
    position: auto;
    margin-top:-50px;
    margin-bottom:40px;
    z-index:0;
    width:auto;
    height:200px;
    min-width:auto;
    background-color:#e8e8e8;
    background-size: cover;
  }

  #figure #main_bg{
      background: none;
  }

  #main_visual_love{
    width:auto;
    min-width:auto;
    height:626px;
    background:url(/kaden/_assets/images/common/love_main2.jpg) no-repeat center top 28%;
    background-size:100%;
    padding-bottom: 0px;
  }

  #main_visual {
    width: 100%;
    height:480px;
    background: no-repeat;
  }
  
  #main_visual::before {
    width: 50%;
    height: 50%;
    top: 0px;
    right: -50px;
  }
  #main_visual .inner{
    top: -15px;
    width: 100%;
  }
  #main_visual .inner::before{
    width: 126px;
    height: 100px;
    top: 20px;
    right: 0px;
    background-image: url(/kaden/_assets/images/common/no1_top_sp.webp);
  }

  #main_visual .headline{
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","モトヤ";*/
    font-weight: 700;
    width: auto;
    padding-top: 64px;
    letter-spacing: -0.05em;
    font-size:calc(10px + 3vw);
    text-shadow:none;

  }
  #main_visual .headline span.diagonal_line{
      top: -4px;
      padding: 0 20px;
      font-size:5vw;
  }

  #main_visual span.diagonal_line:before,
  #main_visual span.diagonal_line:after{
      width:4vw;
      height:4vh;
      margin-top: -12px;
      font-size: 4vw;
      top: 10px;
  }
  #main_visual .headline span.strong_line {
      font-size: 54px;
  }
  #main_visual .points {
      width: 85%;
      margin-top: 10px;
  }
  #top #top #main_visual .headline .strong_line em{
    font-size: 110px;
  }


  #main_visual .headline2{
      /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","モトヤ";*/
      font-weight: 700;
      width: auto;
      padding-top: 100px;
      letter-spacing: -0.05em;
      font-size:calc(10px + 3vw);
      text-shadow:none;

  }
  #main_visual .headline2 span.diagonal_line{
      top: -4px;
      padding: 0 20px;
      font-size:5vw;
  }
  #main_visual .headline2 span.strong_line {
      font-size: calc(32px + 3vw);
  }
  #main_bg .application > .app_btn span {
    font-size: 14px !important;
  }

  #sells #main_bg,#campaign_lp #main_bg  {
    background: none;
    height:auto;
  }

  #sells #main_visual {
    width: 100%;
    height: 480px;
    background: url(/kaden/_assets/images/common/mv_sell_sp.webp) no-repeat center top!important;
    background-size:100%!important;
  }
  #campaign_lp #main_visual {
    width: 100%;
    height: 480px;
    background: url(/kaden/_assets/images/common/mv_campaign_3000_sp.webp) no-repeat center top!important;
    background-size:100%!important;
  }
  
}



/*----------------------------------------------
トップビジュアル検索枠
-----------------------------------------------*/
.top_search.-sp {
  display: none;
}
.top_search{
  position:absolute;
  top:90px;
  right: 70px;
  width:360px;
  background: #00bcd8;
  padding:15px;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
  z-index: 30;
}
.top_search:before{
    content:"▼";
    top: 50%;
    left: -30px;
    margin-top: -25px;
    color:#00bcd8;
    font-size:40px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.top_search .app_box{
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    padding:15px 0 15px;
    -webkit-border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
}

.top_search .app_box h3{
  position: relative;
  color:#00bcd8!important;
  font-size:16px!important;
  font-weight: 700!important;
  margin: 0 0 10px!important;
  padding: 0;
  line-height: 1.6;
  display: inline-block;

}
.top_search .app_box h3 em {
    font-size: 20px !important;
    font-weight: 700!important;
}

.top_search .app_box h3:before,
.top_search .app_box h3:after{
    position: absolute;
    display: inline-block;
    font-weight: 400;
    width: 19px;
    height: 19px;
    bottom: 5px;
}
.top_search .app_box h3::before{
  content:"";
  background: url(/kaden/_assets/images/common/dotline.svg) no-repeat;
  left: -30px;
}
.top_search .app_box h3::after{
  content:"";
  right: -30px;
  background: url(/kaden/_assets/images/common/dotline.svg) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.top_search .app_box .application  {
    width: 90%;
}
.top_search .app_box .application > .app_btn {
    width: 100%;
    height: 50px;
    line-height: 2.3;
    font-size: 137% !important;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}


@media (max-width: 768px) {
    .top_search{
      display: none;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      margin: -5px 0 0;
      padding: 5px 5px 7px;
      position: relative;
      border-radius: 0;
    }
    
    .top_search.-sp{
      display: block;
    }
    .top_search:before{
      content: none;
    }
    
    .top_search .app_box{
      margin:10px 10px;
      padding: 0 0 5px;
      background-color: #00bcd8;
      box-shadow: none;
    }

    .top_search .app_box h3{
      font-size:120%;
      margin:0 0 5px!important;
      color: #fff!important;
      width: 50%;
    left: 25%;
    text-align: center;
    }
    .top_search .app_box h3 em {
      color: #fff;
    } 
    .top_search .app_box h3::before{
      background: url(/kaden/_assets/images/common/dotline_white.svg) no-repeat;
    }
    .top_search .app_box h3::after{
      background: url(/kaden/_assets/images/common/dotline_white.svg) no-repeat;
    }
    .top_search .app_box .application > .app_btn {
        width: 100%;
        line-height: 2.6em;
    }


}



/*----------------------------------------------
キャンペーンバナー TOP
----------------------------------------------*/
.campaign_bnr{
  padding:50px 0 0;
}
.campaign_bnr section {
    padding:0px 16px;
    text-align:center;
}
img.campaign_bnr {
    width: auto ;
    max-width: 100%;
    margin:0 !important;
}
a img.campaign_bnr{
    -webkit-transition: .3s;
   -moz-transition: .3s;
    -ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
}
a:hover img.campaign_bnr {
    opacity:0.7;
}

@media (max-width: 768px) {
    .campaign_bnr{
      padding:40px 0 0;
      width: 100% !important;
    }
    .campaign_bnr section {
      padding-left: 0;
      padding-right: 0;
      padding: 0 15px!important;
    }
    img.campaign_bnrimg,
    a:hover img.campaign_bnrimg{
        opacity:1;
        padding:0;
    }
}


/*ヘッダーテキスト*/
.h_text {
  position: relative;
  display: inline-block;
  z-index:99999 !important;
  text-align:left;
  color:#000;
  font-size:12px;
}
.h_text.sp {
  display: none;
}
@media (max-width: 768px) {
  .h_text.sp {
    display: inline-block;
  }
  .h_text{
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 99999 !important;
    text-align: left;
    color: #000;
    font-size: 10px;
  }
}



/*----------------------------------------------
メインコンテンツ
-----------------------------------------------*/



/*total*/
.total{
   background:url(/kaden/_assets/images/common/total.webp) no-repeat center top #333333;
   background-size: cover;
   width: 100%;
   height: 910px;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;

}
.total .box {
  position: relative;
  background:url(/kaden/_assets/images/common/bg_total.webp) no-repeat center top #333333;
  background-size: cover;
  width: 705px;
  margin: auto;
  padding: 18px;
  text-align: center;
}

.total .box::before {
  content: '';
  background: url(/kaden/_assets/images/common/frame_top.webp) no-repeat;
  background-size: contain;
  width: 819px;
  height: 151px;
  position: absolute;
  top: -40px;
  left: -50px;
  right: 0;
  margin: auto;
}
.total .box::after {
  content: '';
  background: url(/kaden/_assets/images/common/frame_bottom.webp) no-repeat;
  background-size: contain;
  width: 819px;
  height: 151px;
  position: absolute;
  bottom: -45px;
  left: -50px;
  right: 0;
  margin: auto;
}
.total .box .inner {
  background: #000000;
  border: 1px solid #91840C;
  color: #fff;
  padding: 60px;

}

.total .box .thanks_text {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.total .box .text {  
  font-weight: normal;
  font-size: 44px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.total .box .copy_text {  
  font-weight: bold;
  font-size: 49px;
  text-align: center;
  color: #ffe600;
  line-height: 1;
  margin-top: 20px;
}
.total .box .copy_text span {  
  font-size: 109px;
}

@media (max-width: 768px) {
  .total {
    background: url(/kaden/_assets/images/common/total_sp.webp) no-repeat center top;
    padding: 65px 50px 80px;
    height: auto;
    background-size: cover;
  }
  .total .box::before {
    content: '';
    background: url(/kaden/_assets/images/common/frame_top_sp.webp) no-repeat;
    background-size: contain;
    width: 100%;
    height: 151px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .total .box::after {
    content: '';
    background: url(/kaden/_assets/images/common/frame_bottom_sp.webp) no-repeat;
    background-size: contain;
    width: 100%;
    height: 151px;
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .total .box {
    background:url(/kaden/_assets/images/common/bg_total.webp) no-repeat center top #333333;
    background-size: cover;
    width: 100%%;
    margin: auto;
    padding: 10px;
    text-align: center;
  }
  .total .box .inner {
    padding: 20px 0;
  }
  .total .box .thanks_text {
    font-weight: normal;
    font-size: 20px;
  }
  .total .box .text {
    font-size: 18px;
    text-align: center;
    margin-top: 0;
  }
  .total .box .copy_text {  
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.3;
  }
  .total .box .copy_text span {
    font-size: 44px;
  }
}

/*total_thanks*/
.total_thanks{
  background:#000;
  width: 100%;
  padding:40px 0 0;
  text-align: center;
  font-weight: bold;
}

.total_thanks h3{
  color:#fff!important;
  font-size: 180%!important;
}

/* sells */
.sells {
  width: 100%;
  text-align: center;
}

.sells .application {
  margin-top: 30px;
}

.sells .column_link li a img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.sells .column_link li a span{
  height: 142px;
  display: flex;
  align-items: center;
}
.sells .column_link li a{
  padding: 10px;
}
.sells .column_link li p{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* features */
.features {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.features .bg_grey {
  background-color: #fff !important;
}
.features .three_column li {

    height: 250px;
    margin-bottom: 20px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;

}
.features .three_column li:nth-child(3n) {
    border-right: 1px solid #ccc;
}
.features .three_column .circle_pic {
    width: 130px;
    height:auto;
    margin: 20px auto;
}
.features .three_column dl dt {
    font-size: 20px;
    font-weight: bold;
}
.features .three_column dl dd {
    font-size: 34px;
    font-weight: bold;
    padding:0px 0px 20px;
}
.features .three_column dl dd span {
    font-size: 20px;
}
.features .application{
    margin: 50px auto 0;
}

@media ( max-width: 768px ) {
  .sells .column_link li a span{
    height: 92px;
  }
  .features {
    margin-bottom: 30px;
  }
    .features section{
         padding: 50px 10px 50px 10px;
    }
    .features .three_column {
        margin: 0 auto;
    }
    .features .three_column li {
        float: left;
        width: 50%;
        height: auto;
        border-right: 1px solid  #ccc;
        border-left: 1px solid  #ccc;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .features .three_column li:nth-child(even) {
        border-left: 0;
    }
    .features .three_column li:last-child {
        margin-bottom: 0;
    }
    .features .three_column .circle_pic {
        width: 48%;
        margin-bottom: 0;
    }
    .features .three_column dl {
        padding: 5%;
    }
    .features .three_column dl dt,
    .features .three_column dl dd span {
        font-size: 100%;
    }
    .features .three_column dl dd {
        font-size: 120%;
    }
}



/*all_service*/
.all_service .column_link li dd {

  font-weight: 700;
  text-align: center;
  color: #ee0d5c;
  padding: 10px 0 10px;
}
.all_service span{
  font-size: 74%;
  color:#00BCD8;
}
.all_service .column_link li dt {
  text-align: center;
  padding: 5px 0 15px;
  font-size: 162%;
}
@media (max-width: 768px) {
  .all_service span{
    font-size: 82%;
  }
  .all_service .column_link li dd {
    font-size: 85%;
  }
  .all_service .column_link li dt {
    padding: 0 0 15px;
    font-size: 137%;
  }
}


/*usage*/
.usage {
  padding-bottom: 55px;
}
.usage .five_column li {
  position: relative;
  background-color: #fff;
  border: 2px solid #00bcd8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  width: 210px;
  margin-right: 30px;
  font-weight: 500;
  padding-bottom: 0;
}
.usage .five_column li:nth-child(5) {
  margin-right: 0px;
}
.usage .five_column li:before{
  content:"1";
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #00bcd8;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 137%;
  font-weight: 700;
  border-radius: 50%;
  line-height: 40px;
  z-index: 2;
}
.usage .five_column li.n2:before{
  content:"2";
}
.usage .five_column li.n3:before{
  content:"3";
}
.usage .five_column li.n4:before{
  content:"4";
}
.usage .five_column li.n5:before{
  content:"5";
}

.usage .five_column li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #00bcd8;
}
.usage .five_column li:nth-child(5):after{
  content:"";
  border: none;
}
.usage .five_column li > *{
  position: relative;
  z-index: 0;
}
.usage .five_column li dl {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  padding: 10px 0;
  box-sizing: border-box;
  height: 46%;
}
.usage .five_column li dt {
  font-size: 122%;
  font-weight: bold;
  margin-top: 10px;
}
.usage .five_column li dd {
  font-size: 87%;
  margin-top: 10px;
}

@media ( max-width: 768px ) {
  .usage {
    padding-bottom: 0;
  }
  .usage .five_column li {
    width: 100%;
    margin:0 0 30px 0;
    padding-bottom: 0;
  }

  .usage .five_column li:before{
    top: 50%;
    left: 110px;
    margin-top: -15px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    font-size: 122%;
    line-height: 30px;
  }

  .usage .five_column li:after{
    top: inherit;
    right: inherit;
    bottom: -25px;
    left: 50%;
    margin-top: inherit;
    margin-left: -15px;
    border-width: 15px 15px 0 15px;
    border-color: #00bcd8 transparent transparent transparent;
  }
  .usage .five_column li dl {
    height: 90px;
    margin-left:37vw;
    padding: 10px;
  }
  .usage .five_column li dt {
    font-size: 20px;
    margin-top:0px;
  }
  .usage .five_column li dd {
    font-size: 87%;
  }

  .usage .five_column li img {
    
    display:none;
   
  }
  .usage .five_column li:nth-of-type(2) img {
    margin-left: -5px;
  }
  .usage .five_column li:nth-child(1){
    background: url(/kaden/_assets/images/common/usage_01.webp) no-repeat #ffffff left -20px center;
    background-size: auto 100%;
  }
  .usage .five_column li:nth-child(2){
    background: url(/kaden/_assets/images/common/usage_02.webp) no-repeat #ffffff left -20px center;
    background-size: auto 100%;
  }
  .usage .five_column li:nth-child(3){
    background: url(/kaden/_assets/images/common/usage_03.webp) no-repeat #ffffff left -20px center;
    background-size: auto 100%;
  }
  .usage .five_column li:nth-child(4){
    background: url(/kaden/_assets/images/common/usage_04.webp) no-repeat #ffffff left -20px center;
    background-size: auto 100%;
  }
  .usage .five_column li:nth-child(5){
    background: url(/kaden/_assets/images/common/usage_05.webp) no-repeat #ffffff left -20px center;
    background-size: auto 100%;
  }
}

.usage .sub_conductor{
    text-align: center;
    margin: 40px auto 20px;
    font-weight:700;
}
@media ( max-width: 768px ) {
    .usage .sub_conductor {
        margin-top: 10px;
    }
    .usage .sub_conductor > a.sub_btn {
        width: 100%;
    }
}


/* ok_purchase*/

.ok_purchase dl{
  border:4px solid #00BCD8;
  padding:30px;
}
.ok_purchase dt{
  margin-bottom:15px;
}
.ok_purchase dd{
  padding-left:1em;
  text-indent: -1em;
  line-height: 1.5;
}
.ok_purchase li{
  padding-left: 1.2em;
  position: relative; 
  font-weight: bold;
  font-size: 112%;
  line-height: 1.5;
}
.ok_purchase li span{
  font-weight: normal;
  display: block;
}
.ok_purchase li:after{
  position: absolute;
  content:"\f00c";
  font-family: "Font Awesome 6 pro";
  font-weight: 500;
  display: block;
  font-size:1em;
  color:#00BCD8;
  top:0;
  left:0;

}


@media ( max-width: 768px ) {
  #ok_purchase section{
    padding: 0px 13px;
  }
  .ok_purchase h3 {
    font-size: 100% !important;
  }
  .ok_purchase dl{
    border:2px solid #00BCD8;
    padding:16px;
  }
  .ok_purchase dt {
    font-size: 100%;
  }

}


/* no_purchase*/
.no_purchase {
  padding: 0;
}
.no_purchase h3 {
  font-size: 112%;
}
.no_purchase .purchase_rule dt {
  background: #000;
  font-size: 112%;
  font-weight: 700;
  color: #fff;
  padding: 5px 0;
  margin: 30px 0;
  text-align: center;
}
.no_purchase .purchase_rule dd {
  text-align: center;
  font-weight:700;
}

.no_purchase .purchase_rule a.sub_btn {
    position: relative;
    display: inline-block;
    width: 370px;
    height: 40px;
    margin: 0 10px;
    line-height: 2.3;

    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: solid 2px #333333;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.no_purchase .purchase_rule a.sub_btn:hover{
    background-color:#000;
    border: solid 2px #fff;
    color: #fff;
}
.no_purchase .purchase_rule a.sub_btn:before {
    position: absolute;
    top: -3px;
    right: 11px;
    width: 18px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size: 120%;
}

@media ( max-width: 768px ) {
  #no_purchase section{
    padding: 40px 13px 0;
  }
  .no_purchase h3 {
    font-size: 100% !important;
  }
  .no_purchase .purchase_rule dt {
    font-size: 100%;
    margin: 20px 0 10px;
  }
  .no_purchase .purchase_rule a.sub_btn {
    width: 90%;
    height: 35px;
    margin: 10px 0;
    line-height: 2.3;
    box-sizing: border-box;
  }
}

/* purchase*/
.purchase section{
    width: 1190px;
    padding-bottom: 50px;
}


.purchase .purchase_pr {
  text-align: center;
  margin: 10px 0 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.purchase .purchase_pr p {
  position: relative;
  display: none;
  color: #ee0d5c;
  font-size: 62px;
  font-weight: 700;
  width: 100%;
  padding: 5px 0;
}
.purchase .purchase_pr p span {
  position: relative;
}
.purchase .purchase_pr p span::after {
  content: '';
  position: absolute;
  background: url(/kaden/_assets/images/common/bg_shadow_red.webp) no-repeat;
  background-size: 100% 14px;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (-ms-high-contrast: none){
  .purchase .purchase_pr p {
    font-family: inherit;
  }
}


.purchase .purchase_pr p.is-active {
  display: inline-block;
}
.purchase .purchase_pr em {
  display: inline-block;
  font-size: 100px;
  letter-spacing: -2px;
}
.purchase .purchase_pr .small {
  font-size: 50%;
}
.purchase .purchase_pr .pre {
  font-size: 60%;
  color: #fff;
  margin-right: 0.5em;
}

.purchase .logo_list_txt {
  color: #fff;

  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.purchase #purchase_list {
  margin-top: 50px;
}
.purchase #purchase_list li { 
  background: #fff;
}

@media (max-width: 768px) {
  .purchase .purchase_pr {
    margin: 10px 0;
  }
  .purchase .purchase_pr p span::after {
    content: '';
    background-size: 100% 0.25em;
    bottom: -10px;
  }
  .purchase .purchase_pr p {
    font-size: 4.5vw;
  }
  .purchase .purchase_pr em {
    font-size: 8.3vw;
  }
  .purchase .purchase_pr .pre {
    font-size: 70%;
  }
  .purchase .logo_list_txt {
    font-size: 3.5vw;
  }
  .purchase #purchase_list {
    margin-top: 30px;
  }
  
}
.purchase .four_column{
  display: flex;
  flex-wrap: wrap;
}
.purchase .four_column li {
  margin: 0 10px 20px;
  box-sizing:border-box;
  background: #fff;
  position: relative;
  width: calc((100% / 4) - 20px);
}


.purchase .five_column li {
  margin: 0 10px 20px;
  box-sizing:border-box;
  background: #fff;
}
.purchase .logo_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
.purchase .logo_list li {
  padding: 5px;
  box-sizing:border-box;
  
  margin: 0;
  width: calc((100% / 7) - 5px);
  margin-right: 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;


}
.purchase .logo_list li:nth-of-type(7n) {
  margin-right: 0;
}
.purchase .logo_list li:nth-of-type(n + 8) {
  margin-top: 5px;
}
.purchase .logo_list li:nth-of-type(n + 15) {
  display: none;
}


.purchase .logo_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size:18px;
  background: #fff;
  width:100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  font-weight:700;
  line-height:20px;

}
.purchase .logo_list li a em{
  font-size:10px;
  font-weight:200;
  text-align:center !important;
  display: block;
}
.purchase .logo_list li a span{
  padding: 5px 0;
  height:10px;
  margin:0 auto;
  display: flex;
  font-size:22px;
  font-weight:700;
  text-align:center !important;
}
.purchase .logo_list li a p{
  padding:3px;
  text-align:center !important;

}
@media all and (-ms-high-contrast: none){
    .purchase .logo_list li a {
      display: block;
      line-height: 100px;
    }
}
.purchase .logo_list li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}


.purchase .genre_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
.purchase .genre_list li {
  padding: 10px;
  box-sizing:border-box;
  font-size: 0;
  margin: 0;
  width: calc(25% - 15px);
  margin-right: 20px;
}

.purchase .genre_list li:nth-of-type(4n) {
  margin-right: 0;
}

.purchase .genre_list li:nth-of-type(n + 5) {
  margin-top: 15px
}
.purchase .genre_list li > a,
.purchase .genre_list li > div {
  background: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
}
.purchase .genre_list li > a:hover{
    opacity:0.6;
}
.purchase .genre_list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  height:70px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.purchase .genre_list li figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.purchase .genre_list li span {

  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  width: 65%;
}

.purchase .four_column .purchase_genre_content {
  height:210px;
  text-align: center;
  margin:0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase .four_column .purchase_genre_content img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.purchase .four_column .purchase_genre_content {
  height:210px;
  text-align: center;
  margin:0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase .four_column .purchase_genre_content img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.purchase .four_column dl {
    width: 100%;
    padding: 15px 15px 80px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}


.purchase .five_column .purchase_genre_content {
  width: 100%;
  text-align: center;
  margin:0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  
}
.purchase .five_column .purchase_genre_content img {
  max-width: 100%;
  width:auto;
  height:auto;
}
.purchase .five_column dl {
  width: 100%;
  padding: 10px;
  background: #f2f2f2;
  box-sizing: border-box;
}

.purchase .purchase_name {
  margin: 0;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.purchase .purchase_data {
    margin: 0px 0px 6px;
    font-size:75%;
}

.purchase .purchase_text {
    margin: 0px;
    font-size:100%;
}
.purchase .price_box{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  padding:10px 10px 16px;
}
.purchase .purchase_prise {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.purchase .purchase_prise span {
  font-size: 40px;
  display: inline-block;
  margin: 0 0 0 auto;
  z-index: 3;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.purchase .purchase_prise span.text{
  font-size: 32px;
  padding-bottom: 22px;
}
.purchase .purchase_prise .amount {
  width: 2em;
  font-size: 14px;
  margin: 0;
  position: relative;
  top: -15px;
}
.purchase .purchase_prise .tag,
.item-purchase .tag {
  position: relative;
  display: block;
  font-size:14px!important;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #ee0d5c;
  text-align: center;
  margin-top: 10px;
  padding: 7px 0 6px;
  margin: 0 0 0;
  width: 100%;
  z-index: 1;
  border-radius: 3px;
}

.purchase .purchase_prise .tag::after {
  content: '';
  position: absolute;
  background: url(/kaden/_assets/images/common/bg_shadow-yellow.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 18px;
  right: 0;
  top: -25px;
  right: 0;
  margin: auto;
  border-radius: 0 0 50% 50%;
  z-index: 0;
}
.purchase .price_box::after {
  content: '';
  position: absolute;
  background: url(/kaden/_assets/images/common/bg_shadow-yellow.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 18px;
  right: 0;
  top: 50px;
  right: 0;
  margin: auto;
  border-radius: 0 0 50% 50%;
  z-index: 0;
}

.purchase .purchase_prise2 {
    font-size:100%;
    font-weight: 700;
}


.purchase .purchase_prise2 span {
    font-size:148%;
}
.purchase .purchase_prise2 .tag,.item-purchase .tag {
    display: block;
    font-size:14px!important;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #ee0d5c;
    text-align: center;
    margin-top: 10px;
    padding: 7px 0 6px;
}

@media (max-width: 768px) {
  .purchase section{
    width: 100%;
    height: auto;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
  }
    
  
  .purchase .four_column li {
      padding: 0;
      margin: 0 5px 5px 0;
      box-sizing:border-box;
      width: calc(50% - 5px);
  }
.purchase .six_column .purchase_genre_content{
  height: 115px;
}
.purchase .six_column .purchase_genre_content img{
  margin-top:24px;
}
  #actual_list.purchase .six_column li {
    margin: 5px 4px 9px 0;
  }
  .purchase.four_column li:nth-child(even){
      float: right;
      margin: 0 0 9px 0;
  }
  #actual_list .purchase .six_column li:nth-child(even){
    margin: 5px 0 14px 0;
  }
  .purchase .genre_list li:nth-of-type(4n) {
    margin-right: 10px;
  }
  .purchase .four_column dl {
      padding: 5px 10px 80px;
  }
  
  .purchase .four_column .purchase_genre_content {
      height: 140px;
      margin:0;
      padding: 10px;
  }

  .purchase .five_column li {
      padding: 0;
      margin: 0 5px 14px 5px;
      box-sizing:border-box;
      width: 46.5%;
  }
  .purchase .five_column li:nth-child(even){
      float: right;
  }
  .purchase .five_column dl {
      padding: 10px;
  }
  
  .purchase .five_column .purchase_genre_content {
      height: auto;
      margin:0;
      padding: 0;
  }

  .purchase .purchase_name {
      margin: 0px 0px 10px;
      line-height: 1.4;
      word-wrap: break-word;
      overflow: hidden;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .purchase .purchase_name2 {
      line-height: 1.4;
      word-wrap: break-word;
      height:auto;
      overflow: hidden;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .purchase .purchase_data {
      margin: 0px 0px 5px;
  }
  .purchase .purchase_prise span.text{
    font-size: 20px;
    padding-bottom: 12px;
  }

  .purchase .purchase_prise {
      font-size: 100%;
      font-weight: 700;
      text-align: center;
  }
  .purchase .purchase_prise2 {
      font-size: 100%;
      font-weight: 700;
      text-align: center;
  }
  .purchase .logo_list {
    padding: 0;
    width: 100%;
  }
  .purchase .logo_list li {
    width: calc((100% / 3) - 5px);
    padding: 5px;
    margin: 0 5px 0 0;
  }
  .purchase .logo_list li:nth-of-type(3n) {
    margin: 0;
  }
  .purchase .logo_list li:nth-of-type(7n) {
    margin: 0 5px 0 0;
  }
  .purchase .logo_list li:nth-of-type(n + 4) {
    margin-top: 5px;
  }
  .purchase .logo_list li:nth-child(even) {
    float: left;
    margin: 0 5px 0 0;
  }
  .purchase .logo_list li:nth-child(4n) {
    margin: 5px 5px 0 0;
  }
  .purchase .logo_list li:nth-of-type(6n) {
    margin-top: 5px;
}
  .purchase .logo_list li figure {
    width:100%;
    height:50px;
    padding: 10px 15px;
  }
  .purchase .logo_list li figure img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
  }
  
.purchase .logo_list li a {
  font-size:14px;
  background: #fff;
  line-height:16px;

}
.purchase .logo_list li a em{
  font-size:10px;
  font-weight:200;
  text-align:center !important;
  display: block;
}
  
  .purchase .logo_list li a span{
  padding: 0;
  height:10px;
  margin:0 auto;
  font-size:16px;
}

  .purchase .purchase_prise span {
    font-size: 22px;
  }
  .purchase .purchase_prise .amount {
    width: 2em;
    font-size: 10px;
    top: -10px;
  }
  .purchase .purchase_prise .tag, .item-purchase .tag {
    margin: 0 0 0;
    font-size: 12px!important;
  }
  .purchase .purchase_prise .tag::after {
    background-size: contain;
    top: -20px;
  }
  .purchase .price_box::after {
    background-size: contain;
    top: 30px;
  }

  .purchase .genre_list {
    padding: 0;
    width: 100%;
  }
  .purchase .genre_list li {
    width: calc(33.3% - 7px);
    padding: 5px;
    margin: 0 10px 0 0 !important;
  }
  .purchase .genre_list li:nth-of-type(3n) {
    margin: 0 !important;
  }
  .purchase .genre_list li:nth-of-type(n + 4) {
    margin-top: 10px!important;
    
  }.purchase .genre_list li span
  .purchase .genre_list li:nth-of-type(4n) {
    margin-right: 10px;
}
/*
  .purchase .genre_list li:nth-child(even) {
    float: left;
  }*/
  .purchase .genre_list li > a,
  .purchase .genre_list li > div {
    height: 100%;
    padding: 5px;
    display: block;
  }
  .purchase .genre_list li figure {
    width: 100%;
    height: auto;
  }
  .purchase .genre_list li span {
    font-size: 12px;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
  }
}

.purchase .tab_changer {
    width: 996px;
    margin: 30px auto 50px;
    text-align: center;
    cursor: pointer;
}
.purchase .tab_changer li {

    float: left;
    width: 161px;
    height: 55px;
    margin-right: 5px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #CCCCCC;
    box-sizing: border-box;
    font-size: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
  .purchase .tab_changer {
      width: 100%;
      height: auto;
      margin: 0 5px 15px;
  }
  .purchase .tab_changer li {
      width: 31%;
      height: auto;
      font-size: 10px;
      letter-spacing: -1px;
      line-height: 1.2;
      min-height: 3em;
      padding-top: 1em;
  }
}
.purchase .tab_changer li:last-child {
    margin-right: 0;
}
.purchase .tab_changer li:hover,
.purchase .tab_changer li.current{
    color: #00bcd8;
    border-bottom: 3px solid  #00bcd8;
}

/*ゲーム機固有テキスト*/
.purchase #game_txt{
    display: none;
}
.purchase #game_txt.is-active{
    display: block;
}


/* 4.state
----------------------------------------*/
.is-current {
    color: #ee0d5c;
}



/*inputを非表示 & 閉じた時の位置調整*/
.open-box{
  position: relative;
}
input[type="checkbox"].on-off{
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
}

/*ラベル（「開く」ボタン）*/
.open-label{
  margin: 0 1.5em;
  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: 15px;
}
.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: "\f139";
    top:8px;
    right: 15px;
}
.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;
  }
}
.purchase_list {
  margin-top: -120px;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
#wrap .purchase_list h3 {
  border-top: 2px solid #00a5be;
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #00a5be;
  margin-bottom: 20px;
}
.purchase_list ul li {
  background: #fff;
  height: 120px;
}

.purchase_list ul li a {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.purchase_list ul li a span{
  height:40px;
  margin-bottom:16px;
  display: flex;
  align-items: center;
}
.purchase_list ul li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.purchase_list .btn {
  margin-top: 35px;
}
.purchase_list .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 40px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #000;
  padding-top: 5px;

}

.purchase_list .btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(30deg);
}

.purchase_list .btn a:hover {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}
.purchase_list .btn a:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .purchase_list {
    margin-top: 0;
  }
  #wrap .purchase_list h3 {
    font-size: 20px;
  }
  .purchase_list .-scroll {
    overflow-x: auto;
  } 
  .purchase_list ul {
    width: 850px;
    display: flex;
  }
  .purchase_list ul li {
    height: auto;
  }
  .purchase_list ul li:nth-of-type(n + 8) {
    margin-top: 0;
    display: none;
  }

  .purchase_list ul li a {
    padding: 10px;
  }

  .purchase_list ul li a p {
    font-size: 14px;
  }

  .purchase_list ul li.btn {
    background: transparent;
  }
  .purchase_list ul li.btn a {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: none;
    padding: 15px 15px 25px;
  }
  .purchase_list ul li.btn a:after {
    top: auto;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.searchbox {
  position: relative;
  width: 730px;
  border-radius: 10px;
  background: #00bcd8;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.15);
  padding: 25px 70px;
  margin: 0 auto;
  overflow: hidden;

}

.searchbox input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 6px 0 0 6px;
  box-shadow:0px 0px 8px 3px #ccc inset;
  width: 89%;
  height: 21px;
  padding: 15px 13px;
  margin-left: 0;
}

.searchbox input:focus {
  outline: none;
}
.searchbox .loupe {
  position: absolute;
  top: 24px;
  right: 65px;
  display: flex;
  background: #333333;
  width: 60px;
  height: 53px;
  justify-content: center;
  align-items: center;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.searchbox .loupe::after {
  position: absolute;
  content: "\f002";
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  font-size: 26px;
}

@media (max-width: 768px) {
  .search {
    padding: 40px 0;
  }
  .searchbox {
    width: auto;
    padding: 10px 15px;
    border-radius: 0;
  }
  .searchbox .loupe {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
  }

  .search dl {
    padding: 0 20px;
  }
  .searchbox input {
    margin-left: 0;
    height: 50px;
  }
}
#all_service .column_link li a {
  position: relative;
  display: block;
  padding: 15px 15px 45px;
}

#all_service .column_link li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  width: 20px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: skewX(30deg);
}
#all_service .column_link li a p {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#all_service .column_link li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #all_service .column_link li a p {
    font-size: 14px;
  }
}

.band.bg_white {
  background: #ffffff;
}



/* comparison*/
.comparison section {
    padding: 50px 0;
  }

.comparison_table {
  width: 100%;
  font-weight: 700;

}
.comparison_table th,
.comparison_table td {
  position: static;
  text-align: center;
  vertical-align: middle;
  height: 105px;
  box-sizing: border-box;
  padding: 3px;
}
.comparison_table tbody tr:nth-child(even) {
    background: #eee;
}
.comparison_table th:nth-child(1) {
  border-right: 0;
}
.comparison_table td:last-child {
  border-right: 0;
}
.comparison_table th:nth-child(2),
.comparison_table td:nth-child(2) {
  border-left: 7px solid #00bcd8;
  border-right: 7px solid #00bcd8;
}
.comparison_table thead th:nth-child(2) {
  background: #00bcd8;
  width: 31%;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.comparison_table thead th:nth-child(3),
.comparison_table thead th:last-child {
  color: #fff;
}
.comparison_table tbody tr:last-child td:nth-child(2) {
  border-bottom: 7px solid #00bcd8;
}
.comparison_table tbody tr:last-child td:nth-child(3),
.comparison_table tbody tr:last-child td:nth-child(4)  {
  padding-bottom: 20px;
}
.comparison_table tbody tr:last-child td:nth-child(3)::before,
.comparison_table tbody tr:last-child td:nth-child(4)::before  {
  border-bottom: 2px solid #666666;
  border-radius: 0 0 3px 3px;
}

.comparison_table thead th {
  width: 23%;
  height: 100px;
  position: relative;
  z-index: 2;
}
.comparison_table thead th span {
  display: block;
}
.comparison_table thead th:first-child,
.comparison_table tbody th {
  color: #333;
}
.comparison_table tbody td {
    position: relative;
  line-height: 1;
}
.comparison_table tbody td:first-of-type::before,
.comparison_table thead th:first-of-type::before,
.comparison_table thead th:nth-of-type(2)::before {
    content: none;
}
.comparison_table thead th::before {
    position: absolute;
    content: "";
    width: calc(100% - 11px);
    height: 100%;
    background: #666666;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}
.comparison_table tbody td::before {
    position: absolute;
    content: "";
    width: calc(100% - 15px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
    z-index: 2;
}
.comparison_table tbody td figure {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.comparison_table tbody td.recommend figure:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 2px;
  background: url(/kaden/_assets/images/common/ico_recommend.webp) no-repeat center top;
  background-size: contain;
  width: 80px;
  height: 40px;
}
.comparison_table img.logo {
  max-width: 70px;
}
.comparison_table img {
  max-width: 35px;
  width: auto;
  height: auto;
}
.comparison_table .strong {
  color: #ee0d5c;
  font-weight: 700;
  font-size: 175%;
  padding: 0;
}
.comparison_table p {
  padding-top: 4px;
  font-size: 92%;
  line-height: 1.4;
}

.comparison_text {
  background: url(/kaden/_assets/images/common/arrow_bottom.webp) no-repeat left 400px top;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  padding: 130px 0 0;
  margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none){
  .comparison_text {
    font-family: inherit;
  }
}
.comparison_text em {
  display: inline-block;
  font-size: 130%;
  padding-bottom: 2px;
  border-bottom: 2px solid #ee0d5c;
}
.comparison_text em.highlight {
  font-size: 155%;
  color: #ee0d5c;
  border-bottom: 0;
  padding: 8px 0;
}

@media (max-width: 768px) {
  .comparison section {
    padding: 40px 0 10px;
  }
  .comparison_table {
    border-width: 4px;
    font-size: 92%;
  }
  .comparison_table th,
  .comparison_table td {
    height: 105px;
  }
  .comparison_table th:nth-child(2),
  .comparison_table td:nth-child(2) {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .comparison_table thead th:nth-child(2) {
    border-top-width: 4px;
    width: 34%;
  }
  .comparison_table tbody tr:last-child td:nth-child(2) {
    border-bottom-width: 4px;
  }
  .comparison_table thead th {
    width: 22%;
    height: 100px;
  }
  
  .comparison_table tbody td::before {
    width: calc(100% - 11px);
  }
  .comparison_table tbody td.recommend figure:after {
    top: 0px;
    right: 1px;
    width: 25%;
    height: 50%;
  }
  .comparison_table img.logo {
    width: 55%;
    height: auto;
  }
  .comparison_table tbody img {
    width: 10vw;
    height: auto;
  }

  .comparison_text {
    background-position: left 40% top;
    background-size: 18vw;
    font-size: 3.8vw;
    line-height: 1.5;
    padding: 25vw 0 0;
    margin-bottom: 40px;
  }
  .comparison_text em {
    font-size: 105%;
  }
  .comparison_text em.highlight {
    font-size: 125%;
  }

}


.comparison_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
}

.comparison_wrap figure {
  position: relative;
  top: 0px;
}
.comparison_wrap figure img{
  width:300px;
}
@media (max-width: 768px) {
  .comparison_wrap {
    display: block;
    margin-top:0;
  }
  .comparison_wrap figure {
    top: 0;
  }
  .comparison_wrap figure img{
    width:90%;
  }
}

/* comparison2*/
.comparison2_table {
  border: 7px solid #cccccc;
  width: 100%;
}
.comparison2_table th {
  position: static;
  text-align: center;
  vertical-align: middle;
  height: 105px;
  width:250px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3px;
  font-weight:bold;
}
.comparison2_table td {
  position: static;
  text-align: left;
  vertical-align: middle;
  height: 105px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px 20px;
}
.comparison2_table tbody tr:last-child > * {
  border-bottom: 0;
}
.comparison2_table th:nth-child(1) {
  border-right: 0;
}
.comparison2_table td:last-child {
  border-right: 0;
}

.comparison2_table tbody th {
  color: #fff;
  background-color: #898989;
}
.comparison2_table tbody td {
  background-color: #fff;
  line-height: 1.5;
}

.comparison2_table p {
  padding-top: 4px;
  font-size: 92%;
  line-height: 1.4;
}


@media (max-width: 768px) {
  .comparison2_table {
    border-width: 4px;
    font-size: 92%;
    width: 90%;
    margin: auto;
  }
  .comparison2_table th {
    height: 105px;
    width:25%;
  }
  .comparison2_table td {
    height: 105px;
  padding: 10px 10px;
  }

}


#top .comparison_table tbody tr:nth-child(even) {
  background: #fff;
}

.all_service {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .all_service {
    padding-bottom: 50px;
  }
}
.link {
  padding-right: 10px;
}
.link::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 5px;
  top: -5px;
  margin-left: 5px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: skewX(30deg);
}

/* TOP */
#top .purchase_list  {
  margin-top: 0;
}

/* 買取強化カメラメーカー一覧 */
#maker_list li {
  display: inline-block;
  margin: 0 7px 5px;
}

#maker_list li a {
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
#maker_list li em{
  margin-left: 8px;
  font-size: 70%;
}

/* 買取実績 */

#actual_list.purchase .six_column .purchase_genre_content {
  position: relative;
  z-index: 0;
  height: 110px;
}
#actual_list .six_column li{
  position: relative;
}
#actual_list .six_column .purchase_genre_content::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 9px;
  width: 40px;
  height: 43px;
  background: url(/kaden/_assets/images/common/i_restrictions.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

#actual_list.purchase .six_column dl{
  position: relative;
   background: #fff;
   padding:0 15px 120px;
   margin:0;
}
#actual_list.purchase .logo_list li figure {
  height: 80px;
}

@media (max-width: 768px) {
  .purchase .logo_list li figure {
    height: 60px;
  }
  
  .purchase .logo_list li:nth-of-type(n + 10) {
    display: none;
  }
}

.open::before {
  background: linear-gradient(rgba(238, 238, 238, 0) 0%, #f2f2f2  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) {
  #purchase2 {
    padding: 0 0 ;
  }
  .open-label {
    width: 90%;
    left: 0;
  }
}

.purchase .purchase_data2 {
  margin: 10px 0 5px;
  font-size:75%;
  position: absolute;
  bottom:10px;
  left:16px;
  color:#666;
}

.purchase .purchase_data3 {
  margin: 0 0 8px;
  font-size: 75%;
}

.purchase .purchase_name2 {
  margin: 0 0 6px;
  font-weight: 700;
  height:auto;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.purchase .purchase_name3 {
  position: absolute;
  font-weight: 700;
  background: #00BCD8;
  width:4em;
  color:#ffffff;
  font-family: "Roboto";
  padding:5px 0 6px;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
}
.purchase .purchase_name3:before{
  content:"状態";
  z-index: 1;
  font-size:10px;
  margin:1px 4px 0 0px;
  color:#ffffff;
  top:4px;
  left:0;
  right:0;
  font-weight: normal;

}

.purchase .six_column .purchase_genre_content {
  position: relative;
  height:180px;
  text-align: center;
  margin:0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase .six_column .purchase_genre_content img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.purchase .six_column dl {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}


.purchase .six_column .purchase_prise2 {
    position: absolute;
    bottom:70px;
    left:0;
    right: 0;
    font-size:100%;
    font-weight: 700;
    z-index: 1;
    text-align: center;
}

.purchase .six_column .purchase_text {
  position: absolute;
  bottom:54px;
  left:0;
  right: 0;
  margin:auto;
  color: #FF0000;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
  text-align: center;
}

.purchase .purchase_prise2::after {
  content: '';
  position: absolute;
  background: url(/kaden/_assets/images/common/bg_shadow-yellow.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 20px;
  right: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}

.purchase .purchase_prise2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 181.1%;
  position: relative;
  z-index: 3;
}


@media (max-width: 768px) {
  #actual_list.purchase .six_column dl{
     padding:0 15px 100px;
  }

  .purchase .purchase_prise2 {
    font-size: 14px;
  }
  .purchase .purchase_prise2 span {
    font-size: 20px;
  }
  .purchase .purchase_prise2::after {
    background-size: contain;
    bottom: -10px;
  }
  .purchase .purchase_data2 {
    margin: 10px 0 3px;
    bottom:13px;
  }

  .purchase .purchase_data3 {
    top:-12vw;
  }

  .purchase .purchase_name2 {
    margin: 0 0 5px;
  }
  .purchase .purchase_name3 {
    right: 0;
  }
  .purchase .six_column .purchase_text {
    font-size: 12px;
  }

}



/* レビュー */
.yotpo .avg-score {
  width: 64px !important;
}

#top #ok_purchase_second{
  padding-bottom: 50px;
}



#search .searchbox .inner {
  position: relative;
  width: 1170px;
  margin: 18px auto 0;
  overflow: hidden;
}


/*こんな～でも*/

.ok_purchase_head h2{
width:100%;
padding:10px;
text-align:center;
font-size:60px !important;
font-weight:bold;
color:#00bcd8;
margin-top:30px !important;
margin-bottom:10px !important;
}

#ok_purchase_second .title_l2{
    margin:10px auto;
    padding:8px 8px 7px;
    background: #333;
    color:#fff;
    font-size:117%;
    text-align: center;
}
#ok_purchase_second .title_l3{
    margin:10px auto;
    padding:8px 3px 7px;
    background: #00bcd8;
    color:#fff;
    font-size:117%;
    text-align: center;
}
#ok_purchase_second .title_m2{
    margin:50px auto 15px;
    font-size:105%;
    text-align: left;
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {

.ok_purchase_head h2{
padding:10px;
text-align:center;
font-size:30px !important;
margin-top:20px !important;
margin-bottom:10px !important;
}
#ok_purchase_second .title_l2{
    font-size:70%;
}
#ok_purchase_second .title_l3{
    font-size:70%;
}
#ok_purchase_second .title_m2{
    margin:30px auto 15px;
    font-size:100%;
}

}

/* 6カラム 買取強化レイアウト */
.swiper{
  padding:0 !important;
    display: flex;
    flex-wrap: wrap;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.swiper-container {
  position: relative;
}
.swiper-pagination {
 bottom: 7px !important;
}


.swiper-slide img {
  width: 100%;
  height: auto;
}


@media (max-width: 768px) {
.swiper-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
}

/* 3カラム 買取強化レイアウト */
.three_column2:after {
    display: table;
    clear: both;
    content: "";
}
.three_column2 > * {
    float: left;
    width: 360px;
    margin-right: 20px;
}
.three_column2 > *:nth-child(3n) {
    margin-right: 0;
}

.three_column2 li {
  background: #ffffff;
  padding:10px;
  margin-top:20px;
}

.three_column2 img {
  width:150px;
  margin-right:20px;
}
.img_left {
float:left;
width:170px;
}

.text_right{
float:left;
width:190px;
margin-top:17px;

}

@media (max-width: 768px) {
  .three_column2 > * {
      width: 100%;
      margin-right: 10px;
  }
  .three_column2 > *:nth-child(2n)
   {
      margin-right: 0;
  }
  
.three_column2 li {
  margin-top:10px;
}
 
.three_column2 img {
  width:100%;
}
.img_left {
float:left;
width:37%;
  margin-right:20px;
}

.text_right{
float:left;
width:55%
}
}

/* faq*/
.faq2 {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-left:0px;
}

.faq2 dl{
  margin-bottom: 20px;
}
.faq2 dl dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-left: 50px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 12px 10px 12px 50px;
  background: #e1e1e1;
  border-radius: 10px;
  cursor: pointer;
}
.faq2 dl dt .title{
  width: 95%;
  text-align: left;
  margin: 0;
}
.faq2 dl dt span{
  margin-left: auto;
}
.faq2 dl dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/kaden/_assets/images/faq/icon_q.svg) no-repeat;
  display: block;
  content: "";
}


.faq2 dl dd {
  margin-top: 20px;
  padding: 0 30px 20px 80px;
  position: relative;
}

.faq2 dl dd:after{
  position: absolute;
  content: "";
  display: block;
  background:url(/kaden/_assets/images/faq/icon_a.svg) no-repeat;
  top: 0;
  left: 50px;
  width: 28px;
  height: 28px;
}

.faq2 dl dd > .text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 10px;
}

 .faq2 dl dd > .text span{
  color: #ff0000;
  font-weight: 700;
  display: block;
 }
.faq2 dl dd img{
  width: auto;
  height: auto;
}
.faq2 dl dd > .text a{
  color: #0093AA;
  text-decoration: underline;
}
.faq2 dl dd > .text a:hover{
  text-decoration: none;
}
.faq2 .hammenu_toggleicon{
  width: 3.2em;
}
.faq2 .hammenu_toggletext{
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
	.faq2 h3 {
    font-size: 150% !important;
  }
  .faq2,.faq2 dl {
    width: 100%;
  }
  .faq2 dl dt .title{
    width: 93%;
  }
  .faq2 dl dt {
    height: auto;
    font-size: 18px;
    text-align: left;
  }

  .faq2 dl dt small {
    display: contents;
    font-size: 16px;
  }

  .faq2 dl dt::after {
    right: 0;
    left: 0;
    margin: auto;
  }

  .faq2 dl dd {
    padding: 0 20px;
    display: block;
  }

  .faq2 dl dd:after{
    left: 10px;
  }
  .faq2 dl dd > .text {
    font-size: 14px;
    padding-left: 30px;
  }

  .faq2 dl_btn {
    margin-top: 20px;
  }

  .faq2 dl .btn {
    font-size: 16px;
  }


  .faq2 dl_cv .btn + a {
    margin-top: 60px;
  }
}

.faq2 .-close {
  display: none;
}

/* is-active */
.faq2 .is-active .-open {
  display: none;
}
.faq2 .is-active .-close {
  display: block;
}

/*キャンペーン日付*/
.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
---------*/
section.graph{
  padding:20px 0 0;
}
#wrap .graph h3.band{
  position: static;
  padding: 0;
}
#wrap .graph h3.band span{
  min-width: auto;
}
#wrap .graph h2.underline{
  margin: 30px 0 55px;
}

#wrap .graph h3.band::after{
  bottom: -173px;
}
.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;
}
.bg_grey .graph-recent {
  background:#fff;
}
.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;
  padding:0;
}


.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:70px !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;
}


}
