@charset "UTF-8";


/*
1.base
2.layout
3.module
4.state
----------------------------------------*/

/* 1.base
----------------------------------------*/

/*font*/
@font-face {
    font-family: "Roboto";
    src: url("/hikkigu/_assets/fonts/Roboto-Light.woff") format("woff");
}


@font-face {
    font-family: "Noto Sans";
    src: url("/hikkigu/_assets/fonts/NotoSans-Medium.woff") format("woff");
}

@font-face {
    font-family: "FontAwesome";
    src:  url("/hikkigu/_assets/fonts/fontawesome-webfont.woff") format("woff");
}

/*---------------------------------------------
Common Style
---------------------------------------------*/

/*margin,padding*/

.m0  { margin: 0 !important; }
.mat0 { margin-top: 0 !important; }
.mat1 { margin-top: 1em !important; }
.mat5 { margin-top: 5px !important; }
.mat10 { margin-top: 10px !important; }
.mat15 { margin-top: 15px !important; }
.mat20 { margin-top: 20px !important; }
.mat25 { margin-top: 25px !important; }
.mat30 { margin-top: 30px !important; }
.mat35 { margin-top: 35px !important; }
.mat40 { margin-top: 40px !important; }
.mat45 { margin-top: 45px !important; }
.mat50 { margin-top: 50px !important; }
.mat170 { margin-top: 170px !important; }
.mab0 { margin-bottom: 0 !important; }
.mab1 { margin-bottom: 1em !important; }
.mab5 { margin-bottom: 5px !important; }
.mab10 { margin-bottom: 10px !important; }
.mab15 { margin-bottom: 15px !important; }
.mab20 { margin-bottom: 20px !important; }
.mab25 { margin-bottom: 25px !important; }
.mab30 { margin-bottom: 30px !important; }
.mab40 { margin-bottom: 40px !important; }
.mab50 { margin-bottom: 50px !important; }
.mar0 { margin-right: 0 !important; }
.mar1 { margin-right: 1em !important; }
.mar10 { margin-right: 10px !important; }
.mar15 { margin-right: 15px !important; }
.mar20 { margin-right: 20px !important; }
.mar30 { margin-right: 30px !important; }
.mal0 { margin-left: 0 !important; }
.mal1 { margin-left: 1em !important; }
.mal10 { margin-left: 10px !important; }
.mal15 { margin-left: 15px !important; }
.mal20 { margin-left: 20px !important; }
.mal30 { margin-left: 30px !important; }

.p0  { padding: 0 !important; }
.pat0 { padding-top: 0 !important; }
.pat1 { padding-top: 1em !important; }
.pat5 { padding-top: 5px !important; }
.pat10 { padding-top: 10px !important; }
.pat15 { padding-top: 15px !important; }
.pat20 { padding-top: 20px !important; }
.pat25 { padding-top: 25px !important; }
.pat30 { padding-top: 30px !important; }
.pat40 { padding-top: 40px !important; }
.pat50 { padding-top: 50px !important; }
.pab0 { padding-bottom: 0 !important; }
.pab1 { padding-bottom: 1em !important; }
.pab5 { padding-bottom: 5px !important; }
.pab10 { padding-bottom: 10px !important; }
.pab15 { padding-bottom: 15px !important; }
.pab20 { padding-bottom: 20px !important; }
.pab25 { padding-bottom: 25px !important; }
.pab30 { padding-bottom: 30px !important; }
.pab40 { padding-bottom: 40px !important; }
.pab50 { padding-bottom: 50px !important; }
.par0 { padding-right: 0 !important; }
.par1 { padding-right: 1em !important; }
.par10 { padding-right: 10px !important; }
.par15 { padding-right: 15px !important; }
.par20 { padding-right: 20px !important; }
.par30 { padding-right: 30px !important; }
.pal0 { padding-left: 0 !important; }
.pal1 { padding-left: 1em !important; }
.pal10 { padding-left: 10px !important; }
.pal15 { padding-left: 15px !important; }
.pal20 { padding-left: 20px !important; }
.pal30 { padding-left: 30px !important; }

.smat100 { margin-top: 100px !important; }
.kaiu {cursor:pointer;cursor:hand;}
.kaiu :hover {  opacity:0.8;}

@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; }

/* font-weight */
.fwn { font-weight: normal;}
.fwb { font-weight: bold;}

/* color */
.f_pink          { color: #ee0d5c !important;}
.f_black         { color: #000 !important;}
.f_white         { color: #fff !important;}
.bg_pink         { background-color: #ee0d5c !important;}
.bg_grey         { background-color: #f2f2f2 !important;}
.bg_black        { background-color: #000000 !important;}


/*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; }
}

.hand { cursor: pointer !important; }

.bgGray { background: #777; color: #fff; }
.bgRed { background: #d54132; color: #fff; }
.ti  { text-indent: -1em; margin-left: 1em; }

.em {
 padding: 0 2px;
 font-size: 63%;
 font-weight: normal;
 vertical-align: super;
}


.pc { display: block; }
.sp { display: none; }

@media (max-width: 768px) {
.pc { display: none;}
.sp { display: block;}
}




/*ホバーを滑らかに処理*/
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;
}

.clearfix {
    display: block;
    clear: both;
    content: "";
}


/*---------------------------------------------
layout
---------------------------------------------*/

section {
    width: 1170px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}

#wrap {
    position: absolute;
    top: 149px;
    left: 0;
    width: 100%;
    height: auto;
}

@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 20px 40px 20px;
  }
  #wrap {
      position: absolute;
      top: 63px !important;
  }
}


/* カラムレイアウト
-----------------------------*/
/* 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:after {
    display: table;
    clear: both;
    content: "";
}
.five_column > * {
    float: left;
    width: 218px;
    margin-right: 20px;
}
.five_column > *:nth-child(5n) {
    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;
    }
}

/* カラム系 白背景 グレーボーダー */
.column_grey > li {
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
.column_grey > li {
    margin-bottom: 10px;
    background-color: #fff;
    border: 3px solid #ccc;
    box-sizing: border-box;
}
}

/* カラム系 リンク */
.column_link li a {
    position: relative;
    padding: 10px 10px 40px;
    display: block;
}
.column_link li a:hover{
    background-color:#eee;
}
.column_link li p,
.column_link li dt {
    font-family: 'Noto Sans';
    font-weight: 700;
    font-size:122%;
    padding: 10px 0 10px;
}
.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;
}
.column_link li a:after{
    position: absolute;
    left:0;
    right:0;
    bottom:12px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size:160%;
    text-align: center;
}


@media ( max-width: 768px ) {
  .column_link li a {
      padding: 6px 6px 30px;
  }
  .column_link li p {
      font-size: 100%;
  }
  .column_link li a:hover{
    background-color:none;
  }


  .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%;
      font-family: "Noto Serif";
  }

  .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-family: "Noto Sans";
    font-size: 375%;
    text-align: center;
}
#wrap h3 {
    color:#333333;
    font-family: "Noto Sans";
    font-size: 150%;
    font-weight: bold;
}
@media (max-width: 768px) {
    #wrap h2 {
        font-size: 187%;
        margin: -70px 0 40px 0;
    }
    #wrap h3 {
        font-size: 75%;
    }
}

/* 吹き出し見出し */

#wrap h2.underline {
    color: #08146d;
    margin: 50px 0;
    padding: 0 0 50px 0;
    background:url(/hikkigu/_assets/images/common/h2_underline.png) no-repeat center bottom;
}
#wrap h2.underline em {
    font-size: 125%;
}

@media (max-width: 768px) {
  #wrap h2.underline {
      margin: 15px 0 25px;
      padding: 0 0 30px 0;
  }
  #wrap h2.underline em {
      font-size: 125%;
  }
}

#wrap h2.exmark {
    margin: 10px 0 30px;
    padding: 120px 0 0;
    font-size: 310%;
    line-height: 1.6;
    background:url(/hikkigu/_assets/images/common/i_exmark.png) no-repeat center top;
}
#wrap h2.exmark span {
    font-size: 85%;
}

@media (max-width: 768px) {
  #wrap h2.exmark {
    margin: 0 0 10px;
    padding: 70px 0 0;
    font-size: 26px;
    background-size: 60px;
  }
  #wrap h2.exmark span {
    font-size: 80%;
  }
}


#wrap h2.simple {
    color: #08146d;
    margin: 50px 0 30px;
    padding: 0;
    font-size: 40px;
}

@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;
    border-top: 8px solid #08146d;
}
#wrap h3.band span {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 320px;
    height: 55px;
    background: url(/hikkigu/_assets/images/common/h3_pattern.svg) no-repeat center top;
    color: #08146d;
    padding: 8px 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
}

#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: 6px solid #333;
  }
  #wrap h3.band span {
      width: 220px;
      height: 30px;
      padding: 4px 0;
      font-size: 16px;
  }
  #wrap h3.band span:before {
      border-left: 15px solid transparent;
      border-top: 30px solid #333;
  }
  #wrap h3.band span:after {
      border-right: 15px solid transparent;
      border-top: 30px solid #333;
  }
}


/* 買取申込ボタン */

.application {
    position: relative;
    display: table;
    width: 50%;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}
.application > .app_btn {
    display: table-cell;
    width: 100%;
    height: 70px;
    color:#fff;
    background-color: #ee0d5c;
    line-height: 70px;
    font-size: 175%;
    font-family: 'Noto Sans';
    text-decoration: none;
    margin: 0;
    border-radius: 5px;
    vertical-align: middle;
}
.application > a.app_btn:hover{
    opacity:0.6;
}
.app_btn.arrow_right {
    position: absolute;
    padding-right: 25px;
}
.app_btn.arrow_right:before {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 120%;
    font-family: 'Fontawesome';
    content: "\f138";
}

/*IE 調整*/
@media all and (-ms-high-contrast: none){
    .application > .app_btn {
        font-family: inherit;
    }

    .application > .app_btn {
        font-family: inherit\9; /*IE10以下*/
    }
}

/*申込ボタンアニメーション*/

.app_btn.arrow_right.echo .inner_btn {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.app_btn.arrow_right.echo .inner_btn:before {
    position: absolute;
    top: -8px;
    right: 15px;
    font-family: 'Fontawesome';
    font-size: 135%;
    content: "\f138";
}
.app_btn.arrow_right.echo:before,
.app_btn.arrow_right.echo:after {
    content: none;
}
/* ボタンのアニメーション用ボックスとkeyframeを指定 */
.app_btn.arrow_right.echo:before {
    content: "";
    animation: echo 2s cubic-bezier(0.55, 0, 0.1, 1) infinite;
    animation-fill-mode: both;
    display: block;
    position: absolute;
    margin: auto;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background: #ee0d5c;
    border-radius: 5px;
}
@keyframes echo {
    0% {
        transform:scale(0);
        opacity:1;
        }
    70% {
        transform:scale(1.2, 1.3);
    }
    100% {
        transform:scale(1.25, 1.35);
        opacity:0;
    }
}


@media (max-width: 768px) {
    .application {
        width: 90%;
        height: 50px;
        margin: 0 auto;
    }
    .application > a.app_btn {
        line-height: 2.9;
    }
    .application > .app_btn {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 125%;

    }
    .app_btn.arrow_right:before {
        position: absolute;
        top: -4px;
        right: 15px;
    }
    .app_btn.arrow_right.echo .inner_btn:before {
        top: 1px !important;
        right: 15px;
    }
}

/* 申込ボタン附属テキスト付 */
.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%;
    font-family: 'Noto Sans';
	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;
}
.application_text .app_btn.arrow_right:before {
    position: absolute;
    top: 33px;
    right: 33px;
    font-size: 140%;
    font-family: 'Fontawesome';
    content: "\f138";
}
@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;
    }
    .application_text .app_btn.arrow_right:before {
        position: absolute;
        top: 11px;
		right: 17px;
    }
}
/* サブボタン */

/*
基本は文字の長さに合わせてボタンのwidthも変わる
ボタンwidthを規定したい場合は、個別に指定すること

例）
#aaaaaaa .sub_conductor > a.sub_btn {
    width: 370px;
}

*/

.sub_conductor {
    position: relative;
    width: 50%;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}
.sub_conductor > a.sub_btn {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    line-height: 2.3;
    font-family: 'Noto Sans';
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border: solid 2px #333333;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_conductor > a.sub_btn:hover{
    background-color:#eee;
}
.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%;
}

/* 黒背景プラス */
.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;
    }
    .sub_conductor > a.sub_btn.arrow_right:after {
        top: 41%;
    }
    .sub_conductor > a.sub_btn:hover{
        background-color:#fff;
    }
}


/* 黒右矢印 */
.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;
    }
}
/* パンくずリスト */
#dir_path {
    background: #fff;
}
#dir_path section {
    padding: 6px 0;
}
#dir_path section ol {
    width: 100%;

}
#dir_path section ol li {
    float: left;
    width: auto;
    padding-right: 7px;
    line-height: 2;
}
#dir_path section ol li:after {
    display: inline-block;
    content: ">";
}
#dir_path section ol li:last-child:after {
    content: "";
}
#dir_path section ol li a {
    display: inline-block;
    width: auto;
    color: #08146d;
    margin-right: 7px;
}
@media (max-width: 768px) {
    #dir_path section {
        padding: 3px 0;
    }
    #dir_path section ol {
        padding-left: 5px;
    }
    #dir_path section ol li  {
        font-size: 85%;
    }
}




/*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-family: "Noto Sans";
  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 #08146d;
}
.block_note.highlight dt {
  font-size: 143%;
  border-left: 5px solid #08146d;
}
.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;
  line-height: 1.5;
  margin: 40px 0 0;
}

@media (max-width: 768px) {
  .block_line {
    border: 3px solid #000;
    padding: 12px;
    margin: 20px 0 0;
  }
}



.block_sideimg {
  display: flex;
  justify-content: center;
  align-content: center;
  border: 3px solid #08146d;
  border-radius: 3px;
  padding: 50px 30px;
  line-height: 1.5;
  margin: 40px 0;
}
.block_sideimg dt {
  font-family: "Noto Sans";
  font-size: 143%;
  color: #08146d;
  margin: 0 0 15px;
}
.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) {
  .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-family: "Noto Sans";
  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;
  }
}
.emphasis em {
  display: block;
  font-size: 100px;
  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;
  }
}


/*----------------------------------------------
ヘッダー
-----------------------------------------------*/

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    background-color: #fff;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px 0 0 0;
}


/* header */
#header section {
    padding: 0;
    position: relative;
    height: 92px;
}

#header .logo {
    width: 102px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#header .various {
    position: absolute;
    top: 5px;
    bottom: 0px;
    right: 0;
    left: 130px;
    box-sizing: border-box;
}

#header .first_row,
#header .second_row {
    width: 100%;
}

#header .first_row {
    height: 38px;
    margin-bottom: 10px;
}

#header .second_row {
    position: absolute;
    bottom: 0;
    height: 40px;
}

#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 .second_row > ul > li {
    float: left;
    width: 25%;
    height: 100%;
    margin-top:2px;
}

#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: #08146d;
    border-bottom: 3px solid #08146d;
}

#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: inline-block;
    top: 0;
    left: 50px;
    width: 71%;
    height:38px;
    line-height: 2.5;
    font-family: "Noto Sans";
    font-size: 15px;
    text-align: center;
    border-bottom: 3px solid #626262;
    box-sizing: border-box;
}
#header .second_row .active .nav_txt {
    color: #ee0d5c;
}


#header .third_row {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #333333;
    height: 40px;
}
#header .third_row.open {
    display: flex;
}
#header .third_row section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
#header .third_row ol {
    display: flex;
}
#header .third_row ol li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: 0;
    text-align: center;
    position: relative;
    padding: 0 15px;
    line-height: 1;
    border-left: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none){
  #header .third_row ol li {
    font-family: inherit;
  }
}
#header .third_row ol li:last-child {
    border-right: 1px solid #ccc;
}
/*
#header .third_row ol li:before{
    content:"";
    position: absolute;
    border-left: 1px solid #ccc;
    height:16px;
    width:1px;
    left:0px;
}
#header .third_row ol li:last-child:after{
    content:"";
    position: absolute;
    border-right: 1px solid #ccc;
    height:16px;
    width:1px;
    right:0px;
}
*/
#header .third_row ol li a,
#header .third_row ol li span {
    display: block;
    color: #fff;
    padding: 1px 10px;
}
#header .third_row ol li span {
    color: #999;
}
#header .third_row ol li a:hover,
#header .third_row ol li a.active {
    color: #08146d;
}


/* 5.sprites
----------------------------------------*/
.sprites { background: url(/hikkigu/_assets/images/common/sprites.png) no-repeat; background-size:auto; display:inline-block;}

.genre01_icon        { background-position: 0px 0px; }
.genre02_icon          { background-position:-44px 0px; }
.genre03_icon          { background-position:-88px 0px; }
.campaign_icon      { background-position:-132px 0px; }

/*----------------------------------------*/




@media (max-width: 768px) {
    #header {
        padding: 0px 0 0 0;
        height:40px;
    }
    #header section{
        position: relative;
    }
    #header .logo {
        width: auto;
        padding:4px;
        height: 40px;
    }
    #header .logo img {
        width: auto;
        height: 100%;
    }
    #header .first_row {
        height: auto;
        margin-bottom: 0px;
    }

    #header .second_row {
        display: none;
    }
    #header .various {
      width: auto;
      left: 60px;
    }
    #header .description {
      width: 100%;
      font-size: 71%;
      padding: 2px 100px 0 0;
    }
    #header .btn_area {
        position: absolute;
        right: 0px;
        /*phase2 中階層ができた場合
        right: 41px;*/
       width: 40px;
    }


    .sp_gnav {
        position: absolute;
        width: 100%;
        top: 40px;
        background: #000;
    }
    .sp_gnav > ul {

    }
    .sp_gnav > ul > li {
        float: left;
        width: 24%;
        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 #08146d;
        font-family: "Noto Sans";
        white-space: nowrap;
        padding: 2px 0 3px;
        color: #fff;
        -webkit-tap-highlight-color: rgba(255, 102, 133, 0.8);
    }
}

#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-family: "Noto Sans";
    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: #000;
    color:#fff;
}

footer section{
    padding:0px;
}
footer section:first-of-type{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}

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;

}


/*sitemap*/
#footer .sitemap{
    padding:20px 20px 0;
}
#footer .sitemap li{
    float:left;
    width:auto;
    padding:2px 30px 0 0;
}
#footer .sitemap li.oneline {
    width:100%;
}

#footer .sitemap li:first-child{
    padding-top:0px;
}

#footer .sitemap p,#footer .sitemap dl{
    margin-bottom:30px;
}
#footer .sitemap p,#footer .sitemap dt{
    font-weight: 700;
    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 0 0 24px;
    /*text-indent: -1em;
    padding-left: 1em;*/
    display: inline-block;
}

#footer a:hover{
    text-decoration: none;
    opacity: 0.5;
}

#footer .sitemap p a:before,#footer .sitemap dt a:before {
  font-family: 'Fontawesome';
  content: "\f138";
  position: absolute;
  width:auto; height:auto;
  text-align: center;
  top:0%; left: 0px;

}

@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:40px 0 20px;
}
#footer .bottom ul{
    display: inline-block;
}
#footer .bottom ul:last-child{
    border-right: 1px solid #fff;
}
#footer .bottom li{
    display: inline-block;
    border-left:1px solid #fff;
    padding:0 20px;
    font-size:14px;
}

#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;
}
#footer .social-btn_fb img,
#footer .social-btn_tw img{
    width:36px;
    height:auto;
}

#footer .page-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 44%;
    width: 51px;
    height: 51px;
    margin-right: -576px;
}
#footer .page-top a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
}
#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);
}
#footer .page-top a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 51px;
    background: url("/hikkigu/_assets/images/common/pagetop.png") no-repeat center top;
    content: "";
}

.lh {line-height:22px !important;}

@media (max-width: 768px){
    footer section:first-of-type{
        border: 0;
    }


    /*sitemap*/
    #footer .sitemap li{
        width: auto;
    }
    #footer .sitemap li:nth-last-child(2){
        clear: both;
        padding-top: 0;
    }
    #footer .sitemap p,#footer .sitemap dl{
        margin-bottom: 20px;
    }
    #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;
    }
    #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: 0;
    width: 58px;
    height: 128px;
    right:5px;
        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{
    position: relative;
    margin-top:-45px;
    z-index: 0;
    width:100%;
    min-width:1280px;
    background:url(/hikkigu/_assets/images/common/main_bg.jpg) no-repeat center top;
    background-size: cover;
}
#main_visual{
    height:440px;
    width:100%;
    min-width:1170px;
    background:url(/hikkigu/_assets/images/common/main_visual.png) no-repeat calc(50% - 150px) 0;
}

#main_visual .inner{
    position: relative;
    display: block;
    width:1170px;
    text-align: center;
    margin:0 auto;
    z-index: 0;
}

#main_visual .headline{
    width: calc(100% - 390px);
    padding-top: 25px;
    font-family: "Noto Sans";
    font-weight: 700;
    font-size:40px;
    line-height: 1.2;
    letter-spacing: -0.08em;
}
#main_visual .headline span.diagonal_line{
    position: relative;
    padding: 0 60px;
    font-size: 36px;
    color: #08146d;
    text-align: center;
    letter-spacing: -0.06em;
    text-shadow:none;
    line-height: 2;
}
#main_visual .headline span.strong_line{
    position: relative;
    font-size: 64px;
}
#main_visual em{
    color: #08146d;
}
#main_visual span.diagonal_line:before,#main_visual span.diagonal_line:after{
    position: relative;
    font-weight: 400;
}
#main_visual span.diagonal_line:before{
    content:"＼";
    left: -15px;
}
#main_visual span.diagonal_line:after{
    content:"／";
    right: -15px;
}

#main_visual .points {
    width: 350px;
    margin-top: 10px;
}

@media (max-width: 768px) {
  #main_bg{
      width:auto;
      height:auto;
      min-width:auto;
      background-position: right -150px top;
      background-size: 900px 600px;
      margin-top: 0px;
  }
  #figure #main_bg{
      background: none;
  }
  #main_visual{
      width:auto;
      min-width:auto;
      height:550px;
      background:url(/hikkigu/_assets/images/common/main_visual_sp.png) no-repeat center top 175%;
      background-size:100%;
      padding-bottom: 0px;
  }
  #main_visual .inner{
  top: -15px;
      width: auto;
  }
  #main_visual .headline{
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","モトヤ";
      font-weight: 700;
      width: auto;
      padding-top: 50px;
      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;
  }
  #main_visual .headline span.strong_line {
      font-size: calc(32px + 3vw);
  }
  #main_visual .points {
      width: 230px;
      margin-top: 10px;
  }

}

/*----------------------------------------------
トップビジュアル検索枠
-----------------------------------------------*/

#top_search{
    position:absolute;
    top:130px;
    right:10px;
    width:360px;
    background: #08146d;
    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:#08146d;
    font-size:40px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#top_search h2{
    margin:0;
    color:#fff;
    font-size:137%;
    font-family: 'Noto Sans';
    font-weight: 400;
}
#top_search h2 em{
    font-size:100%;
}
#top_search .search_box{
    background-color: #fff;
    margin:15px 14px 2px;
    padding:28px 25px 17px;
    box-sizing: border-box;
    -webkit-border-radius: 6px 6px 0px 0px; -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;
    -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 .search_box input[type="text"]{
    width:100%;
    height:46px;
    line-height: 1.8;
}
#top_search .search_box input[type="submit"]{
    width:200px;
}
#top_search .search_box .btn_toggle {
    display: block;
    position: relative;
    font-size:75%;
    padding-left:20px;
    text-align: left;
    background: url(/moetaku/_assets/images/common/i_plus.png) no-repeat left 1em top 1.4em;
    background-size: 13px;
    padding:16px 0 16px 30px;
    margin-bottom:20px;
    border-bottom: 1px solid #ccc;
}
#top_search .search_box .btn_toggle.active {
    background: url(/moetaku/_assets/images/common/i_minus.png) no-repeat left 1em top 1.4em;
    background-size: 13px;
}

#top_search .search_box .select-wrap{
    display: none;
    margin-bottom: 20px;
}

#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{
    color:#08146d;
    font-size:120%;
    font-family: 'Noto Sans';
    font-weight: 400;
    margin:0 0 16px!important;
    padding:0;
    line-height: 1.6;

}
#top_search .app_box h3 em {
    font-size: 150%;
    font-weight: 400;

}
#top_search .app_box .application  {
    width: 84%;
}
#top_search .app_box .application > .app_btn {
    width: 280px;
    height: 50px;
    line-height: 2.3;
    font-size:137%;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
}

#top_search .app_box .app_btn.arrow_right:before {
    top: 25%;
    right: 20px;
    width: 25px;
    height: 25px;

}
#top_search .app_box .app_btn.arrow_right:after {
    top: 40%;
    right: 29px;
    width: 8px;
    height: 8px;
}

@media (max-width: 768px) {
    #top_search{
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        margin: 120px 20px 0;
        padding: 5px 5px 7px;
        position: relative;
    }
    #top_search:before{
        content:"▲";
        top:-16px;
        left:0;
        right:0;
        font-size:20px;
        margin-top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #top_search h2{
        font-size:150%;
    }
    #top_search h2 em{
        font-size:100%;
    }
    #top_search .app_box{
        margin:10px 10px;
        padding:8px 0 8px;
    }

    #top_search .app_box h3{
        font-size:120%;
        margin:0 0 5px!important;
    }

    #top_search .app_box .application > .app_btn {
        width: 100%;
        line-height: 2.6em;
    }



    #top_search .app_box .app_btn.arrow_right:before {
        top: 25%;
        right: 20px;
        width: 25px;
        height: 25px;

    }
    #top_search .app_box .app_btn.arrow_right:after {
        top: 40%;
        right: 29px;
        width: 8px;
        height: 8px;
    }
}


/*----------------------------------------------
お知らせ枠 TOP
----------------------------------------------*/
#top .news			{ display: table; background-color:#f2f2f2; height:auto; width: 100%; box-sizing: border-box; font-weight:bold; }
#top .news_header	{ display: table-cell; width:22%;background-color:#08146d;text-align:right;color:#ffffff;padding:10px 20px 10px 0; box-sizing: border-box; }
#top .news_main		{ display: table-cell; width:78%;padding:10px 20px; box-sizing: border-box; }

@media (max-width: 768px) {
  #top .news_header	{ width:26%; font-size: 12px; text-align:center; padding:10px 0; }
  #top .news_main		{ width:74%; padding:10px; }

}
/*----------------------------------------------

#top .info2			{ background-color:#f2f2f2; height:60px; }
#top .info2 span		{ font-weight:bold; }
#top .info2_header	{ float:left;width:30%;background-color:#08146d;text-align:center;color:#ffffff;padding:9px 5px; }
#top .info2_main		{ float:left;width:65%;padding:10px;}
@media (max-width: 768px) {
#top .info2			{ background-color:#f2f2f2; height:55px;}
#top .info2 span		{ font-weight:bold; }
#top .info2_header	{ width:100%;background-color:#08146d;text-align:center;color:#ffffff;padding:8px; }
#top .info2_main		{ width:100%;padding:8px; margin-bottom:30px !important;background-color:#f2f2f2;}

/*----------------------------------------------
キャンペーンバナー TOP
----------------------------------------------*/
#campaign {
    background: #fff;
}
#campaign section {
    padding:0 20px;
    text-align:center;
    max-height:300px;
}
img.campaign_bnr {
    width:auto !important;
    max-width: 100%;
    max-height:300px;
    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 {
      width: 100% !important;
    }
    a:hover img.campaign_bnr{
        opacity:1;
    }

}

/*owabi*/
.owabi {
    text-align:center;
    width: 100%;
}

@media (max-width: 768px) {
    .owabi{
        background-size: 100%;
        height:auto;
        padding-bottom:85%;
    }

}

/*ヘッダーテキスト*/
.h_text {
		position:fixed;
		top:20px;
		z-index:99999 !important;
		text-align:left;
		color:#000;
		font-size:12px;
		}

@media (max-width: 768px) {
    .h_text{
        position:fixed;
        top:8px;
        left:60px;
        z-index:99999 !important;
        text-align:left;
        color:#000;
        font-size:10px;
    }

}



/*----------------------------------------------
メインコンテンツ
-----------------------------------------------*/



/*total*/
.total{
   background:url(/hikkigu/_assets/images/common/total.jpg) no-repeat center top #eeeeee;
   width: 100%;
   height:800px;
   text-align: center;
}

@media (max-width: 768px) {
  .total{
    background-size: 100%;
    height:auto;
    padding-bottom:57%;
  }
}

/*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 li{
    padding:12px;
}
.sells li:after{
    content:"";
    display: block;
    clear: both;
}
.sells li img{
    float: left;
    width:240px;
    height:240px;
}
.sells li dl{
    float: left;
    width:820px;
    margin-left:20px;
}

.sells li dl dt{
    text-align: left;
    position: relative;
    z-index: 0;
}

/*
.sells li dl dt.off:after{
    content:"";
    background: url(/hikkigu/_assets/images/common/icon_off.png) no-repeat center center;
    position: absolute;
    display: block;
    width:174px;
    height: 29px;
    top:8px;
    right:10px;
    z-index: 1;
}
*/
.sells li dl dd{
    font-size: 14px;
}
.sells .column_link li a{
    padding: 10px;
}
.sells .column_link li a:after {
    text-align: right;
    left:1100px;
    right:auto;
    top: -130px;
    clear: both;
    display: block;
    position: relative;
    width:20px;
    height: 20px;
}

@media ( max-width: 768px ) {
    .sells li{
        width:100%;
    }
       .sells li img{
        float: none;
        width:60%;
        height:auto;
    }
    .sells li dl{
        float: none;
        width:auto;
        margin:auto;
    }

    .sells li dl dt{
        text-align: center;
        font-size: 16px;
        margin-bottom:50px;
    }
    .sells li dl dt.off:after{
            top:40px;
            left:0px;
            right:0px;
            margin:auto;
        }
    .sells li dl dd{
        font-size: 12px;
    }
    .sells .column_link li a:after {
    text-align: center;
    left:0px;
    right:0;
    top: 0px;
    margin:auto;

}

}



/* features */
.features {
    width: 100%;
    text-align: center;
}
.features .three_column li {
    font-family: "Noto Sans";
    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 ) {
    .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-family: "Noto Sans";
  font-weight: 700;
  text-align: center;
  color: #ee0d5c;
  padding: 10px 0 10px;
}
.all_service .column_link li dt {
  text-align: center;
  padding: 5px 0 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 162%;
}
@media (max-width: 768px) {
  .all_service .column_link li dd {
    font-size: 85%;
  }
  .all_service .column_link li dt {
    padding: 0 0 15px;
    font-size: 137%;
  }
}


/*usage*/
.usage .five_column li {
  position: relative;
  background-color: #000;
  border: 3px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  width: 210px;
  min-height: 300px;
  margin-right: 30px;
}
.usage .five_column li:nth-child(5) {
  margin-right: 0px;
}
.usage .five_column li:before{
  content:"1";
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #08146d;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 137%;
  font-weight: 700;
  border-radius: 3px;
  line-height: 40px;
}
.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: -26px;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #08146d;
}
.usage .five_column li:nth-child(5):after{
  content:"";
  border: none;
}
.usage .five_column li dl {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  padding: 10px 0;
  box-sizing: border-box;
  height: 95px;
}
.usage .five_column li dt {
  font-size: 122%;
}
.usage .five_column li dd {
  font-size: 87%;

}
@media ( max-width: 768px ) {
  .usage .five_column li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .usage .five_column li:before{
    top: 50%;
    left: -15px;
    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: #08146d transparent transparent transparent;
  }
  .usage .five_column li dl {
    height: 90px;
    padding: 10px;
  }
  .usage .five_column li dt {
    font-size: 122%;
  }
  .usage .five_column li dd {
    font-size: 87%;
  }
  .usage .five_column li img {
    width: 90px;
    height: 90px;
    float: left;
  }
}

.usage .sub_conductor{
    text-align: center;
    margin:60px auto 30px;
}
@media ( max-width: 768px ) {
    .usage .sub_conductor {
        margin-top: 10px;
    }
    .usage .sub_conductor > a.sub_btn {
        width: 100%;
    }
    .usage .sub_conductor > a.sub_btn.arrow_right:after {
        top: 41%;
        right: 27px;
    }
}

/* campaign*/
.campaign .campaign_note {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.5;
}
.campaign .campaign_note em {
  font-size: 120%;
  font-weight: 700;
}

@media ( max-width: 768px ) {
  .campaign .campaign_note {
    margin: 20px 0 0;
    text-align: left;
  }
  .campaign .campaign_note em {
    font-size: 110%;
  }
}

/* no_purchase*/
.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;
}

.no_purchase .purchase_rule a.sub_btn {
    position: relative;
    display: inline-block;
    width: 370px;
    height: 40px;
    margin: 0 10px;
    line-height: 2.3;
    font-family: 'Noto Sans';
    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:#eee;
}
.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 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 {
  display: none;
  color: #ee0d5c;
  font-family: "Noto Sans";
  font-size: 62px;
  font-weight: 700;
  border-bottom: 2px solid #ee0d5c;
  width: 100%;
  padding: 5px 0;
}
@media all and (-ms-high-contrast: none){
  .purchase .purchase_pr p {
    font-family: inherit;
  }
}

.purchase .purchase_pr.noborder_top{
    margin-bottom: 0;
}
.purchase .purchase_pr.noborder_top p,
.purchase .purchase_pr p.noborder_top {
  border-top: 0;
  border-bottom:none;
}
.purchase .purchase_pr.noborder_top em {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.purchase .purchase_pr p.is-active {
  display: inline-block;
}
.purchase .purchase_pr em {
  display: block;
  font-size: 100px;
  letter-spacing: -2px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #ee0d5c;
}
.purchase .purchase_pr .small {
  font-size: 50%;
}
.purchase .purchase_pr .pre {
  font-size: 60%;
  color: #000;
  margin-right: 0.5em;
}

.purchase .logo_list_txt {
  font-family: "Noto Sans";
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.purchase .logo_list_txt.align_r {
  text-align: right;
}
.purchase #purchase_list {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .purchase .purchase_pr {
    margin: 10px 0;
  }
  .purchase .purchase_pr p {
    font-size: 4.5vw;
    border-bottom: 2px solid #ee0d5c;
  }
  .purchase .purchase_pr em {
    font-size: 8.3vw;
    border-bottom: 2px solid #ee0d5c;
  }
  .purchase .purchase_pr .pre {
    font-size: 70%;
  }
  .purchase .logo_list_txt {
    font-size: 3.5vw;
  }
  .purchase #purchase_list {
    margin-top: 30px;
  }
}

.purchase .four_column li {
  margin: 0 10px 20px;
  box-sizing:border-box;
}
.purchase .logo_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
.purchase .logo_list li {
  padding: 10px;
  box-sizing:border-box;
  font-size: 0;
  margin: 0;
  width: 25%;
}
.purchase .logo_list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width:100%;
  height:100px;
  padding: 15px 20px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
@media all and (-ms-high-contrast: none){
    .purchase .logo_list li figure {
      display: block;
      line-height: 100px;
    }
}
.purchase .logo_list li figure img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 90%;
}

.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: 25%;
}
.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-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  width: 65%;
}

.purchase .four_column .purchase_genre_content {
  width: 100%;
  text-align: center;
  margin:0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
}
.purchase .four_column .purchase_genre_content img {
  max-width: 100%;
  width:auto;
  height:auto;
}
.purchase .four_column dl {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.purchase .purchase_name {
    margin: 0px 0px 20px;
    font-weight: 700;
}

.purchase .purchase_data {
    margin: 0px 0px 10px;
    font-size:75%;
}

.purchase .purchase_prise {
    font-size:110%;
    font-weight: 700;
}

.purchase .purchase_prise span {
    font-size:148%;
}
.purchase .purchase_prise .tag {
    display: block;
    font-size:14px;
    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: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }


  .purchase .four_column li {
      padding: 0;
      margin: 0 5px 14px 5px;
      box-sizing:border-box;
      width: 46.5%;
  }
  .purchase .four_column li:nth-child(even){
      float: right;
  }
  .purchase .four_column dl {
      padding: 10px;
  }

  .purchase .four_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;
  }
  .purchase .purchase_data {
      margin: 0px 0px 10px;
  }
  .purchase .purchase_prise {
      font-size: 100%;
      font-weight: 700;
      text-align: center;
  }
  .purchase .logo_list {
    padding: 0;
    width: 100%;
  }
  .purchase .logo_list li {
    width: 33.3%;
    padding: 5px;
    margin: 0;
  }
  .purchase .logo_list li:nth-child(even) {
    float: left;
  }
  .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 .genre_list {
    padding: 0;
    width: 100%;
  }
  .purchase .genre_list li {
    width: 33.3%;
    padding: 5px;
    margin: 0;
  }
  .purchase .genre_list li:nth-child(even) {
    float: left;
  }
  .purchase .genre_list li > a,
  .purchase .genre_list li > div {
    height: 14vw;
    padding: 5px;
  }
  .purchase .genre_list li figure {
    width: 25%;
    height: 100%;
  }
  .purchase .genre_list li span {
    font-size: 2.5vw;
    padding: 8px;
    width: 75%;
  }
}

.purchase .tab_changer {
    width: 996px;
    margin: 30px auto 50px;
    text-align: center;
    cursor: pointer;
}
.purchase .tab_changer li {
    font-family: "Noto Sans";
    float: left;
    width: 490px;
    height: 60px;
    margin-right: 5px;
    color: #999;
    font-weight: bold;
    border-bottom: 3px solid #999;
    box-sizing: border-box;
    white-space: nowrap;
    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: #08146d;
    border-bottom: 3px solid  #08146d;
}

/*ゲーム機固有テキスト*/
.purchase #game_txt{
    display: none;
}
.purchase #game_txt.is-active{
    display: block;
}


/* 4.state
----------------------------------------*/
.is-current {
    color: #ee0d5c;
}





/*-------------------------------------
高価買取下テーブル
--------------------------------------*/

#other_lists {
  width: 100%;
}
#other_lists h4.message_title {
  margin: 0 auto 15px;;
}
#other_lists p {
  font-size: 73%;
  padding: 0 5px 5px 0;
  text-align: right;
}
.other_header {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #5c5c5c;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.other_header li {
  float: left;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.other_header li:first-child,
.other_list li:first-child {
  width: 230px;
}
.other_header li:nth-child(2),
.other_list li:nth-child(2) {
  width: 615px;
}
.other_header li:nth-child(3),
.other_list li:nth-child(3) {
  width: 310px;
}
.other_header li:last-child,
.other_list li:last-child {
  width: 150px;
  display: none;
}
.other_list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.other_list {
  max-height: 1000px;
  transition: max-height 500ms;
  overflow: hidden;
}
.other_list:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: linear-gradient(rgba(242, 242, 242, 0) 40%, rgba(242, 242, 242, 0.8) 95%, rgba(242, 242, 242, 1));
  content: "";
}
.other_list.more_active {
  max-height: 100%;
}
.other_list.more_active:after {
  background: none;
}



.other_list ul {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
}
.other_list ul:nth-child(odd) {
  background: #f2f2f2;
}
.other_list ul:nth-child(even) {
  background: #fff;
}
.other_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 92%;
  box-sizing: border-box;
}
.other_list .price {
  color:#ee0d5c;
  font-weight:900;
  font-size: 100%;
  padding: 12px 10px;
  text-align: right;
}
.other_list .price span {
  font-size: 165%;
}

.other_list .price span.tag {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size:13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #ee0d5c;
    text-align: center;
    padding: 6px 6px 5px;
    margin: 0 0 5px 5px;
}

.other_list .jan {
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 768px) {
  #other_lists h4.message_title {
    margin: 0 auto 10px;
  }
  #other_lists p {
    font-size: 85%;
  }

  .other_header li:first-child {
    width: 29%;
  }
  .other_header li:nth-child(2),
  .other_list li:nth-child(2) {
      width: 40%;
    }
  .other_header li:nth-child(3) {
    width: 29%;
  }
  .other_list {
    max-height: 400px;
    transition: max-height 500ms;
    overflow: hidden;
  }
  .other_list:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 95%, rgba(255, 255, 255, 1));
    content: "";
  }
  .other_list.more_active {
    max-height: 100%;
  }
  .other_list.more_active:after {
    background: none;
  }
  .other_list ul {
    height: 100%;
  }
  .other_list li {
    display: block;
    float: left;
    font-size: 80%;
  }
  .other_list .info {
    float: left;
    width: 40% !important;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
  }
  .other_list .vendor {
    float: left;
    width: 25% !important;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
  }
  .other_list .price {
    width: 35% !important;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .other_list .price span {
    font-size: 130%;
  }
  .other_list .price span.tag {
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 4px 3px;
    margin: 0;
  }
  .other_list .jan {
    display: none;
  }
  #js_more_btn.sub_btn {
    padding: 0 20px;
    line-height: 2.6;
  }
}


/* comparison*/
.comparison_table {
  border: 7px solid #cccccc;
  width: 100%;
  font-family: 'Noto Sans';
  font-weight: 100;
}
.comparison_table th,
.comparison_table td {
  position: static;
  text-align: center;
  vertical-align: middle;
  height: 105px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3px;
}
.comparison_table tbody tr:last-child > * {
  border-bottom: 0;
}
.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 #ee0d5c;
  border-right: 7px solid #ee0d5c;
  background-color: #e5f8fb;
}
.comparison_table thead th:nth-child(2) {
  border-top: 7px solid #ee0d5c;
  width: 31%;
}
.comparison_table tbody tr:last-child td:nth-child(2) {
  border-bottom: 7px solid #ee0d5c;
}
.comparison_table thead th {
  width: 23%;
  height: 100px;
  background-color: #f7f7f7;
}
.comparison_table thead th:first-child,
.comparison_table tbody th {
  color: #fff;
  background-color: #898989;
}
.comparison_table tbody td {
  background-color: #fff;
  line-height: 1;
}
.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(/hikkigu/_assets/images/common/ico_recommend.png) 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(/hikkigu/_assets/images/common/arrow_bottom.png) no-repeat left 400px top;
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  padding: 195px 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_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.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%;
  }
}

.faq dl{
    margin-bottom:40px;
}
.faq dt{
    display: block;
    border-bottom:2px solid #08146d;
    padding: 8px 16px 8px 66px;
    position: relative;
    color:#000;
    font-size:125%;
    line-height: 1.6;
    margin-bottom:40px;
    font-weight: bold;
}
.faq dt:after{
    content:"Q";
    display: block;
    position: absolute;
    width:50px;
    height:50px;
    line-height: 48px;
    font-size: 150%;
    font-weight: bold;
    background-color:#08146d;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    font-family: "Roboto";
    font-weight: 700;
    bottom:0;
    left:0;
}
.faq dd{
    display: block;
    padding:0;
    border-left:2px solid #a0a0a0;
    margin-left:100px;
    padding:8px 8px 8px 16px;
    position: relative;
}
.faq dd:after{
    content:"A";
    display: block;
    position: absolute;
    width:30px;
    height:30px;
    font-family: "Roboto";
    font-weight: 700;
    bottom:0;
    left:0;
    font-size: 150%;
    color:#08146d;
    top:5px;
    left:-30px;
}

@media (max-width: 768px) {
    .faq dt{

    vertical-align: middle;
    font-size:100%;
    line-height: 1.4;
    margin-bottom:20px;
    min-height:46px;
}
    .faq dd{
    margin-left:40px;
    padding:8px 0px 8px 16px;
    position: relative;
}
}