@charset "UTF-8";


/*
1.base
2.layout
3.module
4.state
----------------------------------------*/

/* 1.base
----------------------------------------*/

/*font*/
/*
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff") format("woff");
}


@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.woff") format("woff");
}


@font-face {
  font-family: "FontAwesome";
  src:  url("../fonts/fontawesome-webfont.woff") format("woff");
}
*/


/*---------------------------------------------
Common Style
---------------------------------------------*/

/*margin,padding*/

.m0  { margin: 0 !important; }
.mat0 { margin-top: 0 !important; }
.mat1 { margin-top: 1em !important; }
.mat5 { margin-top: 5px !important; }
.mat10 { margin-top: 10px !important; }
.mat15 { margin-top: 15px !important; }
.mat20 { margin-top: 20px !important; }
.mat25 { margin-top: 25px !important; }
.mat30 { margin-top: 30px !important; }
.mat35 { margin-top: 35px !important; }
.mat40 { margin-top: 40px !important; }
.mat45 { margin-top: 45px !important; }
.mat50 { margin-top: 50px !important; }
.mat60 { margin-top: 60px !important; }
.mat70 { margin-top: 70px !important; }
.mat80 { margin-top: 80px !important; }
.mat90 { margin-top: 90px !important; }
.mat100 { margin-top: 100px !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; }
.mar35 { margin-right: 35px !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; }
.mal35 { margin-left: 35px !important; }
.mal40 { margin-left: 40px !important; }
.mal60 { margin-left: 60px !important; }

.p0  { padding: 0 !important; }
.p10  { padding: 10px !important; }
.p15  { padding: 15px !important;}
.p20  { padding: 20px !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; }
.pat60 { padding-top: 60px !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; }
.step_mtb	{margin-top:50px;margin-bottom:50px;}
.smat70	{ margin-top: -70px !important; }
.smatm100	{ margin-top: -140px !important; }
.map50	{margin-left:27%;}
.smat40	{margin-top:0px;}
.w400	{width:400px;}
.w600	{width:600px;}
.w330	{width:350px;margin-left:25px;}
.w800	{width:940px;}
.w1000	{width:800px;}
.mars20	{margin-right:70px;}
.mat_text0	{margin-top:40px !important;font-size:130%;font-weight:bold;background:#014099;width:900px;text-align:center;padding:15px 0 10px;color:#ffffff;}
.mat_text0 span	{font-size:140%;}
.lh24	{line-height:26px;}
.bd1	{border:2px solid #e1e1e1;border-radius:10px;}
.fs14	{font-size:14px;}
.fs28	{font-size:28px;}
.underline span	{
font-weight:bold !important;
border-bottom: dotted 3px #014099;
}

.game_h a:hover	{
opacity:0.7;
}


@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_mal20 { margin-left: 20px !important; }
  .sp_pab0 { padding-bottom: 0px !important; }
	.smat100 { margin-top: 0px !important; }
.step_mtb	{margin-top:0px;margin-bottom:50px;}
.smat70	{ margin-top: -10px !important; }
.smatm100	{ margin-top: -50px !important; }
.map50	{margin-left:0%;}
.smat40	{margin-top:40px;}
.mars20	{margin-right:0px;}

.w400	{width:80%;}
.w600	{width:80%;}
.w330	{width:80%;margin-left:10%;}
.w800	{width:90%;}
.w1000	{width:90%;}
.mat_text0	{margin-top:20px !important;font-size:110%;font-weight:bold;width:100%;}
.mat_text0 span	{font-size:120%;}
.mat100 { margin-top: 30px !important; }
.fs14	{font-size:12px;}
.fs28	{font-size:18px;}
.note	{font-size:12px;}
.smab50	{padding-bottom:80px !important;}
}

/* font-size */
.fzxss { font-size: 53% !important; }
.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; }
.fzxll { font-size: 150% !important; }
.fzxlll { font-size: 175% !important; }
.fzxllll { font-size: 200% !important; }

/* font-weight */
.fwn { font-weight: normal;}
.fwb { font-weight: bold;}

/* color */
.f_orange      { color: #fc7408 !important;}
.f_pink      { color: #c50018 !important;}
.f_black     { color: #000 !important;}
.f_white     { color: #fff !important;}
.f_brown     { color: #835a00 !important;}
.f_blue	{color: #014099 !important;}
.f_yellow	{color: #fff20d !important;}
.bg_pink     { background-color: #c50018 !important;}
.bg_grey     { background-color: #eff2f4 !important;}
.bg_grey2     { background-color: #edede6 !important;}
.bg_black    { background-color: #000000 !important;}
.bg_gleen	{  background-color: #4c7c22 !important;}
.bg_blue	{  background-color: #014099 !important;}
.bg_blue2	{  background-color: #092253 !important;}
.bg_yellow	{  background-color: #fff20d !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; }

.cdbg	{color:#FFFFFF;background-color:red;font-size:110%;padding:10px;}




/*クーポン*/

#coupon
coupon_table {
  border-collapse: collapse;
}

.coupon {
  border: solid 1px #cccccc;
  text-align:left;
  padding:20px 40px;
  font-size:9px;

}
.title{
  color: #fff;
  background-color: #6eba26;
  text-align:center;
  padding:5px;
  font-size:10px;
}

@media (max-width: 768px) {

.coupon {
  border: solid 1px #cccccc;
  text-align:left;
  padding:10px 20px;
  font-size:6px;

}
.title{
  color: #fff;
  background-color: #6eba26;
  text-align:center;
  padding:7px;
  font-size:6.5px;
}



}

@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 !important; }
.sp { display: none !important; }

@media (max-width: 768px) {
.pc { display: none !important;}
.sp { display: block !important;}
}




/*ホバーを滑らかに処理*/
a {
  outline: none;
  -webkit-transition: .3s;
     -moz-transition: .3s;
    -ms-transition: .3s;
     -o-transition: .3s;
      transition: .3s;
}

a,
a:hover {
  color: #000 !important; 
  text-decoration: none;
}


img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}


/*---------------------------------------------
layout
---------------------------------------------*/

section {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  box-sizing: border-box;
}

#wrap {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: auto;
  /* min-width: 1200px; */
}

@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: 20px 10px;
  }
  #wrap {
    position: absolute;
    top: 40px !important;
    min-width: auto;
  }
}


/* カラムレイアウト
-----------------------------*/
/* 2カラム デフォルトレイアウト */
.two_column:after {
  display: table;
  clear: both;
  content: "";
}
.two_column > * {
  float: left;
  width: 585px;
  margin-right: 20px;
}
.two_column > *:nth-child(2n) {
  margin-right: 0;
}

/* 3カラム デフォルトレイアウト */
.three_column {
  display: flex;
  flex-direction: row;
}
.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: 270px;
  margin-right: 30px;
}
.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;
}

/* 6カラム デフォルトレイアウト */

@media (max-width: 768px) {


  .two_column > *,
  .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: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  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;
}
}

/* カラム系 リンク  gameで使用*/
.column_link li a {
  position: relative;
  padding: 14px 14px 40px;
  display: block;
}
.column_link li a:hover{
  opacity: 0.6;
}
.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:87.5%;
  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;
  transform: translateY(-50%);
  content: ">";
  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%;
    letter-spacing: 0em;
  }

  .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 {
  /*font-family: 'Noto Sans';*/
  font-size: 375%;
  font-weight: 500;
  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.sideline {
  font-size: 250%;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  background:url(/campaign/vsite/images/dot_green.png) repeat-x 2px bottom;
  text-align: center;
}
#wrap h2.sideline div {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 800px;
  line-height: 1.5;
  padding-top: 10px;
}
#wrap h2.sideline div::before,
#wrap h2.sideline div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 2.6em;
  background-color: #014099;
}
#wrap h2.sideline div::before {
  left: 0;
}
#wrap h2.sideline div::after {
  right: 0;
}

#wrap h2.sideline img {
  width: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  #wrap h2.sideline {
    font-size: 4.5vw;
  }
  #wrap h2.sideline div {
    width: 70%;
  }
  #wrap h2.sideline img {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  #wrap h2.sideline {
    background-size: 2%;
    margin: 4vw 0;
    font-size: 5.2vw;
  }
  #wrap h2.sideline div {
    width: 90%;
  }
  #wrap h2.sideline img {
    max-width: 80%;
  }
}


#wrap h3.underline {
  /*font-family: 'Noto Sans';*/
  font-size: 180%;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 25px 0;
  margin: 35px auto;
  background: url(../images/line_bk.png) no-repeat center bottom;
}
#wrap h3.underline.white {
  background-image: url(../images/line_wh.png);
}

@media (max-width: 1100px) {
  #wrap h3.underline {
    font-size: 5.0vw;
    margin: 5vw auto;
  }
}
@media (max-width: 768px) {
  
}



/* 買取申込ボタン */

.application {
  position: relative;
  display: table;
  width: 42.8%;
  height: 70px;
  text-align: center;
  margin: 0 auto;
}
.application > .app_btn {
  display: table-cell;
  width: 100%;
  height: 70px;
  color:#000;
  font-weight: bold;
  background: url(../images/common/bg_pattern.png) no-repeat;
  background-size:cover;
  line-height: 70px;
  font-size: 175%;
  /*font-family: 'Noto Sans';*/
  text-decoration: none;
  margin: 0;
  border-radius: 0px;
  vertical-align: middle;
  box-sizing: border-box;
}
.application > a.app_btn:hover{
  opacity:0.6;
}
.application > a.app_btn.shadow {
  box-shadow: 3px 5px 14px -7px rgba(0,0,0,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%;
  content: ">";

}

/*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-size: 135%;
  content: ">";
}
.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: #ffd800;
  border-radius: 0px;
}
@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: -8px;
  }
}

/* 申込ボタン附属テキスト付 */
.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%;
  content: ">";
}
@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: 42.8%;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub_conductor > a.sub_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  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;
  padding-top:3px;
}
.sub_conductor > a.sub_btn:hover{
  opacity: 0.7;
}
.sub_conductor > a.sub_btn.arrow_right {
  position: relative;
}
.sub_conductor > a.sub_btn.arrow_right:before {
  position: absolute;
  top: -3px;
  right: 11px;
  width: 18px;
  font-size: 120%;
  color:#fff !important;
  content: ">";




}
.sub_conductor > a.sub_btn.base_size {
  width: 370px;
  max-width: 100%;
}

/* 黒背景プラス */
.i_plus,
.i_minus {
  position: absolute;
}
.i_plus:before,
.i_minus:before {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  color: #000;
  font-size: 140%;
}
.i_plus:before {
  top: -7px;
  right: 13px;
  content: "";
  transform:rotate(90deg);

}
.i_minus:before {
  top: -8px;
  right: 13px;
  content: "";
  transform:rotate(270deg);

}

/*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: 100%;
  }
  .sub_conductor > a.sub_btn {
    
  }
  .sub_conductor > a.sub_btn.arrow_right:after {
    top: 41%;
  }

}


/* 黒右矢印 */
.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: #835a00;
  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 dt {
  /*font-family: 'Noto Sans';*/
  font-size: 112%;
  margin: 0 0 15px;
  padding-left: 15px;
  border-left: 5px solid #aaa;
  font-weight: bold;
}
.block_note dd {
  font-size: 100%;
}

.other_list_none.block_note p{
  /*font-family: 'Noto Sans';*/
  font-size:20px;
  font-weight: 700;
}

.other_list_none.block_note p .f_pink{
  font-size:28px;
}
.block_note .three_column > * {
  width:330px;
}
@media (max-width: 768px) {
  .block_note {
  padding: 10px;
  margin: 40px 0 10px;
  }
  .block_note dt {
  font-size: 108%;
  padding-left: 10px;
  }
  .other_lists_none.block_note p{
    font-size:16px;
  }
  .other_lists_none.block_note p .f_pink{
    font-size:22px;
  }

}


.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 #835a00;
  border-radius: 3px;
  padding: 50px 30px;
  line-height: 1.5;
  margin: 40px 0;
}
.block_sideimg dt {
  /*font-family: 'Noto Sans';*/
  font-size: 143%;
  color: #835a00;
  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: #c50018;
  /*font-family: 'Noto Sans';*/
  font-size: 62px;
  font-weight: 100;
  border-bottom: 2px solid #c50018;
  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 #c50018;
}

@media (max-width: 768px) {
  .emphasis {
  font-size: 4.5vw;
  margin: 0 0 20px 0;
  }
  .emphasis em {
  font-size: 8.3vw;
  }
}

.cdays {
  border:solid 1px #959595;
  padding:20px;
  width:600px;
  font-weight:bold;
  margin-bottom:50px !important;
}

@media (max-width: 768px) {
.cdays {
  padding:10px;
  width:90%;
  margin-bottom:20px !important;

}
}



/*----------------------------------------------
ヘッダー
-----------------------------------------------*/

header {
  position: relative;
  top: 0;
  padding: 0;
  z-index: 21;
  width: 100%;
  background-color: #092253;
  margin:0 auto;
  text-align:center;
}

header img{
  width:900px;
  text-align:center;
}


@media (max-width: 768px) {
header {
    padding: 0px 0 0 0;
  }
header img {
    width: 100%;
  }
}


/* sidebar */
.sidebar {
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 30;
  width: 70px;
}
.sidebar img{
  width:auto;
  height: auto;
}
.sidebar ul{
  width:auto;
}
.sidebar ul li{
  width: 70px;
  height: 80px;
  display: block;
  margin-bottom: 1px;
}
.sidebar ul li a{
  background-color: #014099;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.sidebar ul li:first-child a{
  border-top-left-radius: 6px;
}
.sidebar ul li:last-child a{
  background-color: #ff7200;
  border-bottom-left-radius: 6px;
}
.sidebar ul li a:hover{
  opacity:0.6;
}


@media screen and (max-width: 768px){
  .sidebar {
    position: fixed;
    right: 0;
    top:auto;
    bottom: 0px;
    z-index: 30;
    width: 100%;
    height: 60px;
    padding:0;
    box-sizing: border-box;
  }
  .sidebar img{
    width:auto;
    height: 100%;
    max-height: 100%;
  }
  .sidebar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
  }
  .sidebar ul li{
    width: 20%;
    height: 60px;
    display: block;
    margin-right: 1px;
    margin-bottom: 0;
  }
  .sidebar ul li:last-child{
    margin-right: 0;
  }
  .sidebar ul li a{
    padding: 8px;
  }
  .sidebar ul li:first-child a{
    border-top-left-radius: 0;
  }
  .sidebar ul li:last-child a{
    border-bottom-left-radius: 0;
  }
  .sidebar ul li a:hover{
    opacity:1;
  }
}



/*----------------------------------------------
フッター
-----------------------------------------------*/

#footer .pageup	{ clear:both; text-align:right; max-width: 1170px; margin: 0 auto; font-size: 0; }
#footer .pageup a { display: inline-block; background-color: #f4f4f4; padding: 9px 15px 4px 15px; border-radius: 4px 4px 0 0; border: solid 1px #e4e5e6; border-bottom: none; font-size: 11px; color: #666665; }
#footer	.pageup a:link		{ color:#666665; }
#footer	.pageup a:visited	{ color:#666665; }
#footer	.pageup a:hover, 
#footer	.pageup a:active	{ color:#666665; }

#footer						{ font-size: 75%; margin-top:40px; }
#footer	a			{ overflow:hidden; outline:none; }
#footer	a:link		{ color:#0748a1; text-decoration:none; }
#footer	a:visited	{ color:#0748a1; text-decoration:none; }
#footer	a:hover, 
#footer	a:active	{ color:#0066cc; text-decoration:underline; }

#footer .bo1				{ border-top:1px solid #e5e5e5; }
#footerMenuWrap				{ width: 100%; position:relative; margin:0 auto;  }
#footerMenu					{ width: 100%; margin:0 auto; padding:20px 30px; border:1px solid #e5e5e5; max-width:1170px; line-height: 1.6; box-sizing: border-box; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: row; }
#footerMenuWrap #footerLT	{ position:absolute; left:0; top:0; font-size:1%; }
#footerMenuWrap #footerRB	{ position:absolute; right:0; bottom:0; font-size:1%; }
#footerMenuWrap #footerLB	{ position:absolute; left:0; bottom:0; font-size:1%; }
#footerMenu dl dt			{ width: 100%; font-weight:bold; color:#000; text-align:left;text-indent: -0.5em; margin-bottom: 5px; }
#footerMenu dl dt span		{ color:#ccc; }
#footerMenu dl.buy			{ width:75%; border-right:1px solid #e5e5e5; margin-right: auto; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: row;flex-wrap: wrap; }
#footerMenu dl.buy dd		{ width:33%; text-align:left; }
#footerMenu dl.sell			{ width:20%; text-align:left; margin-left: auto; }
.otherLink					{ max-width: 1170px; margin:0 auto; padding:1em 0; text-align:center; line-height: 1.8; }
.otherLink li				{ display:inline-block; /display:inline; /zoom:1; padding:0 1em; line-height:1.1; border-right:1px solid #939393; }
.otherLink li:last-child			{ border-right:0; }

#copyrightWrap				{display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; padding: 15px 10px 0px;max-width: 1170px;margin: 0 auto;}
#copyrightWrap	.first		{ margin-right:6px; }
#copyrightWrap a			{ text-decoration:underline; }
#copyrightWrap a:hover		{ text-decoration:none; }
#footLogo					{margin: 0 10px 0 0;}
#footLogo .logo	{ background:url("../images/logo_netoff2.webp") no-repeat; background-size:auto; display:inline-block; width:153px; height:55px; }
#copyrightWrap #safety				{ margin:0; font-size: 90%; display: flex; flex-direction: row; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
#copyrightWrap #safety li			{ margin-right:5px; }
#copyrightWrap #safety li a:link		{ text-decoration:underline; }
#copyrightWrap #safety li a:hover		{ text-decoration:none; }
#copyrightWrap #safety .norton img	{ height:68px; width:94px; margin-top:-7px; }
#copyrightWrap address		{width: 100%; font-size:84%;color:#999;text-align:center;position: relative; padding: 0 0 15px; }

#footer .attention {background: #0c6d0e; width: 100%; height: 18px !important; line-height:18px; color: #FFFFFF; text-align:center;font-size:12px;}


@media screen and (max-width: 768px){
  #footer						{ font-size: 90%; }
  #footer .pageup	{ display: none; }
  #footerMenuWrap				{ padding: 0 20px;  }
  #footerMenu					{ padding:15px 15px; flex-direction: column; line-height: 1.7; }
  #footerMenu dl.buy			{ width:100%; border-right:0px; border-bottom: 1px solid #e5e5e5; padding-bottom: 5px; margin-bottom: 15px; }
  #footerMenu dl.buy dd		{ width:50%; margin-bottom: 10px; }
  #footerMenu dl.sell			{ width:100%; }
  .otherLink					{ padding:1em 20px; }

  #copyrightWrap				{padding-bottom: 70px; flex-direction: column;}
  #copyrightWrap address		{margin-top: 15px; }
  #footLogo					{margin-bottom: 10px;}
  #copyrightWrap #safety				{ text-align: center; line-height: 2; }
  #copyrightWrap #safety li			{ font-size: 95%; }

#footer .attention {background: #0c6d0e; width: 100%; height: 18px; line-height:18px; color: #FFFFFF; text-align:center;font-size:12px;}

}

#pagetop	{ position:fixed; right:0; bottom:0px; z-index:999; }

@media screen and (max-width: 768px){
#pagetop	{ position:fixed; right:0; bottom:59px; z-index:999; }
#pagetop img	{width:45px;}
}


/*---------------------------------------------
04. clearfix
---------------------------------------------*/
.clearfix,
footer,
section {
  *zoom: 1;
}
.clearfix:after,
footer:after,
section:after {
  content: " ";
  display: table;
  clear: both;
}



/* 2.layout
----------------------------------------*/



/*----------------------------------------------
共通
----------------------------------------------*/

.block {
  position: relative;
  padding: 0;
}

.btn_entry {
  display: block;
  margin: 10px auto 0;
  width: 688px;
  height: auto;
  transition: none;
  -webkit-transition: none;
}
.btn_entry:hover {
  opacity: 0.7;
}
.btn_entry img {
  width: 100%;
  height: auto;
}



.btn_entry2 {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: auto;
  transition: none;
  -webkit-transition: none;
}
.btn_entry2:hover {
  opacity: 0.9;
}
.btn_entry2 img {
  width: 400px !important;
  height: 70px;
  border-radius: 35px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .3);
}



@media (max-width: 768px) {

  .btn_entry {
    width: 95%;
    max-width: 500px;
    height: auto;
  }

  .btn_entry2 {
    width: 95% !important;
    max-width: 500px !important;
    height: auto;
  }
  
  
.btn_entry2 img {
  width: 100% !important;
  height: auto;
  border-radius: 35px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .3);
}

  
}


.lead_txt {
  /*font-family: 'Noto Sans';*/
  text-align: center;
  font-size: 140%;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .lead_txt {
    font-size: 3.5vw;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
}


.em_txt {
  text-align: center;
}
.em_txt p {
  /*font-family: 'Noto Sans';*/
  font-weight: 400;
  font-size: 120%;
  letter-spacing: -1px;
  line-height: 1.5;
}
.em_txt p em {
  /*font-family: 'Noto Sans';*/
  font-size: 110%;
  font-weight: 600;
}
.em_txt .dotline {
  /*font-family: 'Noto Sans';*/
  font-size: 200%;
  font-weight: 700;
  color: #d30000;
  position: relative;
  margin: 0.1em auto 0;
  width: 1000px;
  max-width: 100%;
  line-height: 1.0;
}
.em_txt .dotline p {
  position: relative;
  font-weight: 700;
  display:inline-block;
  font-size: 50%;
  line-height: 1.1;
  margin-bottom: 0.3em;
  background: url(../images/dot_yellow.png) repeat-x bottom left;
}

.em_txt .dotline p span{
  font-size: 153%;

}


.em_txt .dotline2 {
  /*font-family: 'Noto Sans';*/
  font-size: 280%;
  font-weight: 500;
  color: #fc7408;
  position: relative;
  margin: 0.3em auto 0;
  width: 1100px;
  max-width: 100%;
  line-height: 1.0;
}
.em_txt .dotline2 p {
  position: relative;
  display:inline-block;
  font-size: 90%;
  line-height: 1.1;
  margin-bottom: 0.3em;
  background: url(../images/dot_yellow.png) repeat-x bottom left;
}

}

@media all and (-ms-high-contrast: none) {
  .em_txt .dotline {
    margin-top: 0.8em;
  }
  .em_txt .dotline p {
  display:inline-block;
    line-height: 0.6;
    margin-bottom: 0.8em;
  }
  
    .em_txt .dotline2 {
    margin-top: 0.8em;
  }
  .em_txt .dotline2 p {
  display:inline-block;
    line-height: 0.6;
    margin-bottom: 0.8em;
  }

}

@media (max-width: 1100px) {
  .em_txt {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .em_txt {
    font-size: 1.8vw;
  }
  .em_txt p {
    font-size: 210%;
  }
  .em_txt .dotline p {
    background-size: 2.5%;
    font-size: 90%;
  }
  
  
  .em_txt .dotline p span{
  font-size: 135%;

}
  
  
  .em_txt .dotline p .pc {
    display: none;
  }
  .em_txt .dotline p .sp {
    display: block;
  }
  
  .em_txt .dotline2 p {
    background-size: 2.5%;
    font-size: 125%;
  }
  
  
  
  
  .em_txt .dotline2 p .pc {
    display: none;
  }
  .em_txt .dotline2 p .sp {
    display: block;
  }
  




}

.em_txt2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.em_txt2 p {
  /*font-family: 'Noto Sans';*/
  font-weight: 500;
  font-size: 300%;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #fff;
  text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.5);
}
.em_txt2 p em {
  /*font-family: 'Noto Sans';*/
  font-size: 110%;
  font-weight: 600;
}
.em_txt2 .dotline {
  /*font-family: 'Noto Sans';*/
  font-size: 420%;
  font-weight: 500;
  color: #ffea15;
  position: relative;
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
  line-height: 1.5;
}
.em_txt2 .dotline p {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.1;
  z-index: 1;
  background: url(../images/dot_lime.png) repeat-x bottom left;
}
@media all and (-ms-high-contrast: none) {
  .em_txt2 .dotline p {
    line-height: 0.6;
  }
}

.em_txt2 .dotline em {
  font-size: 140%;
  font-weight: 500;
}
.em_txt2 .note {
  color: #fff;
  /*font-family: 'Noto Sans';*/
  font-size: 90%;
  font-weight: 100;
  margin-top: 20px;
}
.em_txt2 .head img {
  width: auto;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .em_txt2 {
    font-size: 1.5vw;
  }
  .em_txt2 .note {
      font-size: 3.0vw;
  }
}
@media (max-width: 768px) {
  .em_txt2 {
    font-size: 2vw;
  }
  .em_txt2 .dotline p {
    background-size: 2.5%;
    
    
  }
  .em_txt2 .head img {
    width: 70vw;
    max-width: 367px;
    margin-bottom: 3vw;
  }
}


.entry_block {
  position: relative;
  text-align: center;
  margin: 50px 20px 10px;
}

.entry_block .period {
  position: relative;
  width: 100%;
  max-width: 490px;
  border: 2px solid #000;
  /*font-family: 'Noto Sans';*/
  font-size: 110%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
.entry_block .period::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000 transparent;
}
.entry_block .period dt {
  background-color: #000;
  width: 40%;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.entry_block .period dd {
  background-color: #ffcc00;
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  .entry_block .period dt,
  .entry_block .period dd {
    padding: 14px 10px 6px;
  }
}

@media (max-width: 768px) {
  .entry_block {
    margin: 5vw 20px 2vw;
  }

  .entry_block.wide {
    margin: 8vw 0 2vw;
  }
  .entry_block.wide .btn_entry {
    width: 100%;
  }
  .entry_block.wide .period {
    margin-top: 7vw;
    font-size: 3.5vw;
  }
}



/*----------------------------------------------
メインコンテンツ
-----------------------------------------------*/

/* main_visual */

#main_bg{
  position: relative;
  width:100%;
  margin-top:20px;
  background: #eff2f4;
  background-size: cover;

}

#main_bg2{
  position: relative;
  width:100%;
  margin-top:20px;
  background: #edede6;
  background-size: cover;

}
#main_visual{
  width:100%;
  height:480px;
  background:url(/campaign/vsite/images/vpointsite2_mv.png) no-repeat 50% 0;
  margin:0 auto;

}

#main_visual .period{
  position: absolute;
  top: 300px;
  left: 50%;
  /*font-family: "Noto Sans";*/
  font-size: 160%;
  font-weight: 700;
  margin-left: -10px;
  transform-origin: center -75% 0px; 
  -webkit-transform-origin: center -75% 0px; 
  transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  -webkit-transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
}


#main_visual2{
  width:100%;
  height:480px;
  background:url(/campaign/vsite/images/vpointsite_mv.png) no-repeat 50% 0;
  margin:0 auto;

}

#main_visual2 .period{
  position: absolute;
  top: 300px;
  left: 50%;
  /*font-family: "Noto Sans";*/
  font-size: 160%;
  font-weight: 700;
  margin-left: -10px;
  transform-origin: center -75% 0px; 
  -webkit-transform-origin: center -75% 0px; 
  transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  -webkit-transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
}


@media all and (-ms-high-contrast: none) {
  #main_visual .period {
    padding-top: 5px;
  }
  #main_visual2 .period {
    padding-top: 5px;
  }
}

#main_bg .btn_entry {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

#main_bg2 .btn_entry {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  #main_bg{
  margin-top:-3px;

  }
  #main_bg::before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  #main_bg2{
  margin-top:-3px;

  }
  #main_bg2::before {
    content: "";
    display: block;
    padding-top: 70%;
  }

  #main_visual{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    width:auto;
    min-width:auto;
    height:auto;
    background:url(/campaign/vsite/images/vpointsite2_mv_sp.png)  no-repeat;
    background-size:100%;
    background-position: top center;
  }
  #main_visual .period{
    font-size: 3.7vw;
    top: 75.5%;
    transform-origin: center -55px 0px; 
    -webkit-transform-origin: center -55px 0px; 
    transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
    -webkit-transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  }

  #main_visual2{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    width:auto;
    min-width:auto;
    height:auto;
    background:url(/campaign/vsite/images/vpointsite_mv_sp.png)  no-repeat;
    background-size:100%;
    background-position: top center;
  }
  #main_visual2 .period{
    font-size: 3.7vw;
    top: 75.5%;
    transform-origin: center -55px 0px; 
    -webkit-transform-origin: center -55px 0px; 
    transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
    -webkit-transform: matrix3d(1,0,0.00,0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1);
  }
  
  
  #main_bg .btn_entry {
    bottom: -8vw;
  }
}



/* lead */
.lead {
  padding: 0;
  position: relative;
}
.lead::before,
.lead::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/campaign/vsite/images/fig_lead01.png) no-repeat top left;
}
.lead::after {
  background-image: url(/campaign/vsite/images/fig_lead02.png);
  background-position: top right;
  left: inherit;
  right: 0;
}

.lead .dotline {
  font-size: 500%;
  font-weight: 500;
  letter-spacing: -2px;
}

@media (max-width: 768px) {
  .lead {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .lead::before,
  .lead::after {
    background-size: 80%;
      width: 50%;
      top:15%;
}
.lead .dotline {
  font-size: 380%;

  }
  .lead .dotline span::before{
    top: 27px;
    width: 350px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
}




/* purchase_section */
#purchase .purchase_section {
  position: relative;
  margin-top: 10px;
}

#purchase .purchase_head {
  position: relative;
}
#purchase .purchase_head .purchase_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1020px;
  margin: 0 auto 15px;
}
#purchase .purchase_head .purchase_top li {
  margin: 0 2px;
}
#purchase .purchase_head .purchase_top li img {
  width: auto;
  max-width: 100%;
}

#purchase .purchase_head .purchase_tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1020px;
  margin: 0 auto;
}
#purchase .purchase_head .purchase_tab li {
  margin: 0 2px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
}

#purchase .purchase_head .purchase_tab li a {
  position: relative;
  background-color: #e8ffd5;
  background-repeat: no-repeat;
  background-position: center bottom 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  /*font-family: 'Noto Sans';*/
  font-size: 100%;
  font-weight: 400;
  width: 100%;
  height: 125px;
}
#purchase .purchase_head .purchase_tab li a:hover {
  background-color: #d5fcb6;
}
#purchase .purchase_head .purchase_tab li a.active {
  background-color: #6cb132;
  color: #fff;
  height: 135px;
}
#purchase .purchase_head .purchase_tab li a::after {
  position: absolute;
  bottom: 15px;
  left: 48%;
  content: ">";
  transform:rotate(90deg);
  font-size: 120%;
  font-weight: bold;
  line-height: 0;
}
#purchase .purchase_head .purchase_tab li.manga a {
  background-image: url(/campaign/vsite/images/i_manga.webp);
}
#purchase .purchase_head .purchase_tab li.book a {
  background-image: url(/campaign/vsite/images/i_book.webp);
}
#purchase .purchase_head .purchase_tab li.dvd a {
  background-image: url(/campaign/vsite/images/i_film.webp);
}
#purchase .purchase_head .purchase_tab li.cd a {
  background-image: url(/campaign/vsite/images/i_cd.webp);
}
#purchase .purchase_head .purchase_tab li.game a {
  background-image: url(/campaign/vsite/images/i_gamepad.webp);
}
#purchase .purchase_head .purchase_tab li.game2 a {
  background-image: url(/campaign/vsite/images/i_gamepad2.webp);
}
#purchase .purchase_head .purchase_tab li.manga a.active {
  background-image: url(/campaign/vsite/images/i_manga_w.webp);
  color: #fff !important;
}
#purchase .purchase_head .purchase_tab li.book a.active {
  background-image: url(/campaign/vsite/images/i_book_w.webp);
  color: #fff !important;
}
#purchase .purchase_head .purchase_tab li.dvd a.active {
  background-image: url(/campaign/vsite/images/i_film_w.webp);
  color: #fff !important;
}
#purchase .purchase_head .purchase_tab li.cd a.active {
  background-image: url(/campaign/vsite/images/i_cd_w.webp);
  color: #fff !important;
}
#purchase .purchase_head .purchase_tab li.game a.active {
  background-image: url(/campaign/vsite/images/i_gamepad_w.webp);
  color: #fff !important;
}
#purchase .purchase_head .purchase_tab li.game2 a.active {
  background-image: url(/campaign/vsite/images/i_gamepad2_w.webp);
  color: #fff !important;
}

#purchase .purchase_head .purchase_tab li a span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}



#purchase .purchase_body {
  background-color: #6cb132;
  position: relative;
  padding: 40px 20px 30px;
  box-sizing: border-box;
}

#purchase .purchase_body section {
  padding: 0;
}
#purchase .purchase_body .purchase_items {
  margin: 0 auto;
}
#purchase .purchase_body .purchase_items .item_list {
  display: none;
}
#purchase .purchase_body .purchase_items .item_list.active {
  display: block;
}
#purchase .purchase_body .purchase_items .item_list ul {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#purchase .purchase_body .purchase_items .item_list ul::after,
#purchase .purchase_body .purchase_items .item_list ul::before {
  content: "";
  display: block;
  width: 18%;
  height: 0;
}
#purchase .purchase_body .purchase_items .item_list ul::before {
  order: 1;
}
#purchase .purchase_body .purchase_items .item_list ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 18%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_info {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 0;
  /*font-family: 'Noto Sans';*/
  font-weight: 400;
  line-height: 1.4;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_title {
  position: relative;
  margin: 20px 0 0;
  font-size: 100%;
  font-weight: 600;
  min-height: 2em;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_sub {
  position: relative;
  margin: 0 0 20px;
  font-size: 80%;
  font-weight: 400;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_price {
  position: relative;
  display: none;
  margin: 0;
  font-size: 80%;
  font-weight: 400;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_price2 {
  position: relative;
  margin: auto 0 0;
  color: #fe0000;
  font-size: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top:10px;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_price2::before {
  content: "買取価格";
  width: 2.5em;
  display: inline-block;
  font-size: 80%;
  padding-top:5px;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_price2 span {
  display: inline-block;
  margin: 0 0 0 auto;
}
#purchase .purchase_body .purchase_items .item_list ul li .item_price2 em {
  font-size: 170%;
  font-weight: 700;
  /*font-family: 'Century Gothic', 'Noto Sans';*/
  letter-spacing: -0.02em;
}


#purchase .purchase_body .purchase_items .item_list ul li .list_up {
  position: absolute;
  bottom:50px;
  width:100%;
  margin-top:20px;
  background:#ff6000;
  color:#ffffff;
  padding:1px 0;
  text-align:center;
  font-size:20px;
  font-weight:bold;

}



#purchase .purchase_body .purchase_foot {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 90%;
}



@media (max-width: 1000px) {
  #purchase .purchase_body .purchase_items .item_list ul::after,
  #purchase .purchase_body .purchase_items .item_list ul::before {
    width: 23%;
  }
  #purchase .purchase_body .purchase_items .item_list ul li {
    width: 23%;
  }
}
@media (max-width: 768px) {
  #purchase .purchase_section {
    margin-top: 5vw;
  }

  #purchase .purchase_body .purchase_items .item_list ul::after,
  #purchase .purchase_body .purchase_items .item_list ul::before {
    width: 48%;
  }
  #purchase .purchase_body .purchase_items .item_list ul li {
    width: 48%;
    margin-bottom: 3vw;
  }

  #purchase .purchase_head .purchase_tab li {
    height: 25vw;
  }
  #purchase .purchase_head .purchase_tab li a {
    height: 24vw;
    font-size: 2.2vw;
    background-size: 14vw;
    background-position: center bottom 9vw;
  }
  #purchase .purchase_head .purchase_tab li a.active {
    height: 25vw;
  }
  #purchase .purchase_head .purchase_tab li a::after {
    bottom: 2vw;
  }
  #purchase .purchase_head .purchase_tab li a span {
    bottom: 4.5vw;
  }

  #purchase .purchase_body {
    padding: 4vw 15px;
  }
  #purchase .purchase_body .purchase_foot {
    font-size: 2.8vw;
  }
  #purchase .purchase_body .purchase_items .item_list ul li .item_price2 em {
    font-size: 7.5vw;
  }
  
  #purchase .purchase_body .purchase_items .item_list ul li .list_up {
  bottom:35px;
  font-size:16px;

}

}


/* guarantee_section */
#purchase .guarantee_section {
  background-color: #4c7c22;
  position: relative;
}

#purchase .guarantee_section section {
  padding: 50px 0 20px;
}

#purchase .guarantee_section a {
  color: #fff;
}
#purchase .guarantee_section .sub_conductor {
  margin-top: 40px;
  z-index: 2;
}
#purchase .guarantee_section .sub_conductor > a.sub_btn {
  border-color: #fff;
  position: relative;
}


@media (max-width: 768px) {
  #purchase .guarantee_section section {
    padding: 12vw 0px 5vw;
    z-index: 2;

  }
}



/* guarantee */
#guarantee .entry_block {
  margin: 50px auto 80px;
}
#guarantee section {
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  padding: 10px 0 30px;
  margin-top: 50px;
  background: #fef157;
  text-align: center;
}
#guarantee section img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#guarantee .sub_conductor {
  margin: 15px auto 0;
}

@media (max-width: 768px) {
  #guarantee .entry_block {
    margin: 10vw 20px 15vw;
  }

  #guarantee section {
    max-height: inherit;
    padding: 0 20px 8vw;
    margin-top: 10vw;
  }
  #guarantee .sub_conductor {
    margin: 5vw auto 0;
  }
}



/* search */
#search {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  background: #eff2f4;
  box-sizing: border-box;
}
#search section {
  padding: 25px 0 40px;
  max-width: 970px;
}
.input_wrap {
  position: relative;
  display: flex;
  border-radius: 4px;
  border: 2px solid #000;
  height: 65px;
  background-color: #fff;
  overflow: hidden;
}
.input_wrap .input_txt {
  font-size: 140%;
  border: 0;
  width: 85%;
  box-sizing: border-box;
  padding-left: 60px;
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, .2);
  background: url(../images/i_search.png) no-repeat 20px center;
  outline: none;
}
.input_wrap .input_txt::placeholder {
  color: #999999;
}
.input_wrap .input_txt::-ms-input-placeholder {
  color: #999999;
}
.input_wrap .input_txt:-ms-input-placeholder {
  color: #999999;
}

.input_wrap .input_btn {
  position: relative;
  right: -1px;
  background-color: #000;
  border: 0;
  border-radius: 0;
  /*font-family: 'Noto Sans';*/
  font-size: 130%;
  font-weight: 500;
  color: #fff;
  width: 15%;
  box-sizing: border-box;
  cursor: pointer;
}
.input_wrap .input_btn:hover {
  background-color: #333;
}

.word_lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.word_lists > li {
  width: 22%;
  margin: 0 0 20px;
}
.word_lists::after,
.word_lists::before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
}
.word_lists::before {
  order: 1;
}
.word_lists > li a {
  background-color: #fff;
}


@media (max-width: 768px) {
  #search section {
    padding: 5vw 0 8vw;
  }

  .input_wrap {
    height: 50px;
  }
  .input_wrap .input_txt {
    font-size: 4vw;
    padding-left: 40px;
    background-position: 10px;
  }
  .input_wrap .input_btn {
    font-size: 4vw;
  }

  .word_lists > li {
    width: 48%;
    margin: 0 0 3vw;
  }
  .word_lists::after,
  .word_lists::before {
    width: 48%;
  }
}




/* flow */
#flow {
  padding-bottom:30px;
}
#flow .flow_section {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

#flow section {
  padding: 50px 0;
}
#flow .sub_conductor {
  margin: 40px auto 0;
  z-index:99999;
  font-weight:700;
}

#flow .six_column {
}
#flow .six_column:after {
  display: table;
  clear: both;
  content: "";
}

#flow .six_column > * {
   display: flex;
 float: left;
  margin-right: 10px;
}
#flow .six_column > *:nth-child(6n) {
  margin-right: 0;
}

#flow .six_column ul {
width:100%;
}

#flow .six_column li {
  position: relative;
  background-color: #014099;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  width: calc((100% - 0px) / 6.4);
  margin-right: 10px;
  height:220px;
}
  #flow .six_column li img{
    margin-top:0px;
    margin-bottom:10px;
  }

#flow .six_column li dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;

}
#flow .six_column li dd {
  font-size: 100%;
  font-weight: 700;
  padding:0 10px;

}
#flow .six_column li dd:last-child{
	margin-top:0px;
}

#flow .six_column li dt {
  font-size: 90%;
  font-weight: 200;
  text-align:left;
  padding:10px;
}
#flow .six_column li .small {
  font-size: 80%;
  font-weight: 100;
}


@media ( max-width: 768px ) {
  #flow {
    margin-top: 30px;
  }
  #flow section {
    padding: 5vw 2.5%;
  }
 #flow .six_column > *{
    width: 48% !important;
    margin-right: 10px;
    margin-bottom:10px;
  }
  
 #flow   .six_column > *:nth-child(2n){
    margin-right: 0;
  }
  
  #flow .six_column li img{
    margin-top:-13px;
    margin-bottom:10px;
  }
  
  
}



/* cardboard */
#flow .cardboard_section {
  background-color: #4c7c22;
  position: relative;
}
#flow .cardboard_section::before,
#flow .cardboard_section::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  max-width: 400px;
  z-index: 0;
  background-image: url(../images/fig_box_l.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 80%;
}
#flow .cardboard_section::after {
  background-image: url(../images/fig_box_r.webp);
  background-position: bottom right;
  right: 0;
  left: inherit;
}

#flow .cardboard_section section {
  padding: 30px 20px 60px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}

#flow .cardboard_section h3 {
  color: #fff;
}

#flow .cardboard_section a {
  color: #fff;
}
#flow .cardboard_section .sub_conductor {
  margin-top: 40px;
  z-index: 2;
}
#flow .cardboard_section .sub_conductor > a.sub_btn {
  border-color: #fff;
}

@media ( max-width: 768px ) {
  #flow .cardboard_section::after {
    position: relative;
    width: 100%;
    height: 25vw;
    max-width: 100%;
    z-index: 0;
    background: url(../images/fig_box_sp.webp) no-repeat bottom center;
    background-size: contain;
  }
  #flow .cardboard_section::before {
    display: none;
  }
  #flow .cardboard_section section {
    padding: 3vw 20px 3vw;
  }
  #flow .em_txt2 .dotline .sp {
    display: inline-block !important;
  }
}


/* review */
#review .entry_block {
  margin: 0px auto 80px;
}

#review section{
  padding: 80px 20px 60px;
  box-sizing: border-box;
}

#review h3 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -40px;
  padding: 0 20px;
  box-sizing: border-box;
}

#review h3 img {
  width: auto;
  max-width: 100%;
}

#review #yotpoArea{
  padding: 50px 9%;
  border: 4px solid #ccc;
  box-sizing: border-box;
}

#review #yotpoArea .yotpo .yotpo-label-container {
  border-top: none !important;
}

@media ( max-width: 768px ) {
  #review .entry_block {
    margin: 0px auto 15vw;
  }
  #review section{
    padding: 5vw 20px 5vw;
  }
  #review h3 {
    margin-bottom: -40px;
    padding: 0 5px;
  }
  #review #yotpoArea{
    padding: 50px 20px;
    border: 3px solid #ccc;
  }

  #review #yotpoArea .bottom-line-items-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #review #yotpoArea .bottom-line-items {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
}


/*triplecrown*/
#triplecrown section {
  width: 100%;
  max-width: 100%;
  max-height: 580px;
  padding: 0;
  margin: 60px 0 100px;
  background: url(../images/fig_triplecrown_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#triplecrown section img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}


@media ( max-width: 768px ) {
  #triplecrown section {
    max-height: 100%;
    margin: 6vw 0 10vw;
  }
}



/* comparison*/
#comparison section {
  padding: 50px 20px 100px;
  box-sizing: border-box;
}
#comparison .em_txt {
  text-align: right;
  width: 95%;
  padding: 190px 0 10px;
}
#comparison .em_txt p {
  line-height: 1.6;
}
#comparison .em_txt .dotline {
  margin-right: 0;
  line-height: 1.7;
}
#comparison .em_txt .dotline span {
  width: auto;
  display: inline-block;
}
#comparison .em_txt .dotline span.pc {
  display: inline-block !important;
}
.comparison_bottom {
  position: relative;
}
.comparison_arw {
  position: absolute;
  top: 0;
  left: 25%;
  margin: 0;
}
.comparison_fig {
  position: absolute;
  top: 190px;
  left: 12%;
  margin: 0;
}

.comparison_table {
  border: 7px solid #cccccc;
  width: 100%;
  /*font-family: 'Noto Sans';*/
  font-weight: 500;
}
.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 #ff7200;
  border-right: 7px solid #ff7200;
  background-color: #f0f8e9;
}
.comparison_table thead th:nth-child(2) {
  border-top: 7px solid #ff7200;
  width: 20%;
}
.comparison_table tbody tr:last-child td:nth-child(2) {
  border-bottom: 7px solid #ff7200;
}
.comparison_table thead th {
  width: 20%;
  height: 100px;
  background-color: #f7f7f7;
}
.comparison_table thead th:first-child,
.comparison_table tbody th {
  color: #fff;
  background-color: #6eba26;
}
.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 img.logo {
  max-width: 70px;
}
.comparison_table img {
  max-width: 40px;
  width: auto;
  max-width: 100%;
}
.comparison_table .good {
  color: #ff7200;
}
.comparison_table p {
  padding-top: 4px;
  font-size: 92%;
  line-height: 1.4;
}


@media (max-width: 1100px) {
  #comparison .em_txt {
    padding-top: 18vw;
    font-size: 1.4vw;
    width: 100%;
  }
  .comparison_arw {
    width: 13vw;
  }
  .comparison_fig {
    top: 18vw;
    width: 28vw;
  }
}


@media (max-width: 768px) {
  #comparison section {
    padding: 5vw 20px 10vw;
  }

  .comparison_table {
    border-width: 4px;
    font-size: 3vw;
  }
  .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;
  }
  .comparison_table tbody tr:last-child td:nth-child(2) {
    border-bottom-width: 4px;
  }

  #comparison .em_txt {
    padding-top: 5vw;
    font-size: 1.8vw;
    text-align: center;
  }
  #comparison .em_txt .dotline {
      margin-top: 2vw;
  }
  #comparison .em_txt .dotline span {
    display: inline-block;
    margin-bottom: 0.1em;
  }
  #comparison .em_txt .dotline .pc {
    display: none !important;
  }
  #comparison .em_txt .dotline .sp {
    display: inline-block !important;
  }
  .comparison_arw {
    width: 13vw;
  }
  .comparison_fig {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 314px;
    padding-top: 19vw;
  }
}



/*voice*/
#voice section {
  width: 100%;
  max-width: 100%;
  padding: 0 0;
}
.voice_list {
  background-color: #e8ffd5;
  padding: 50px 20px;
  box-sizing: border-box;
}
.voice_list ul {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
.voice_list ul li {
  margin-left: 90px;
  padding: 10px 0;
}
.voice_list ul li:nth-of-type(2n) {
  margin-left: 0;
  margin-right: 90px;
  text-align: right;
}
.voice_list ul li p {
  display: inline-block;
  position: relative;
  background-color: #fff;
  /*font-family: 'Noto Sans';*/
  font-size: 140%;
  font-weight: 400;
  text-align: center;
  border-radius: 15px;
  width: 90%;
  max-width: 695px;
  padding: 17px;
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
@media all and (-ms-high-contrast: none) {
  .voice_list ul li p {
    padding: 20px 10px 10px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .2);
  }
}
.voice_list ul li p::before {
  content: "";
  display: block;
  width: 63px;
  height: 62px;
  background: url(../images/i_face.webp) no-repeat center;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
.voice_list ul li:nth-of-type(2n) p::before {
  right: -90px;
  left: inherit;
}
.voice_list ul li p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
.voice_list ul li:nth-of-type(2n) p::after {
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #ffffff;
  right: -17px;
  left:inherit;
}


@media (max-width: 768px) {
  .voice_list ul li p {
    font-size: 3.8vw;
    line-height: 1.5;
    padding: 15px 10px;
  }
}



/*outline*/
#outline section {
  padding: 50px 10px 100px;
}
#outline .em_txt {
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
#outline .balloon {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 320px;
  display: block;
  width: 153px;
  height: 150px;
  background: url(../images/fig_balloon.png) no-repeat center center;
  color: #fff;
  /*font-family: 'Noto Sans';*/
  font-size: 160%;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  padding: 30px 0 0;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  #outline .balloon {
    padding: 38px 0 0;
  }
}
#outline .balloon em {
  font-size: 200%;
  font-weight: 700;
}

.outline_table {
  border: 7px solid #cccccc;
  width: 100%;
  /*font-family: 'Noto Sans';*/
  font-weight: 100;

}
.outline_table th,
.outline_table td {
  position: static;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 12px;
  line-height: 1.6;
}
.outline_table th {
  color: #fff;
  background-color: #014099;
  width: 23%;
  font-weight:bold;

}
.outline_table td {
  background-color: #fff;
  width: 77%;
  text-align: left;
  font-size:90%;

}


@media (max-width: 768px) {
  #outline section {
    padding: 5vw 10px 15vw;
  }
  #outline .em_txt {
    padding-top: 14vw;
    margin-bottom: 10vw;
  }
  #outline .balloon {
    top: 0px;
    left: 50%;
    margin-left: 20%;
    width: 20vw;
    height: 20vw;
    background-size: contain;
    font-size: 160%;
    padding: 5.5vw 0 0;
  }

  .outline_table {
    border-width: 4px;

  }
  
  
.outline_table th,
.outline_table td {
  padding: 7px;
  line-height: 1.6;
}
.outline_table th {
  width: 30%;

}
.outline_table td {
  width: 70%;

}


}


/*explanation*/
#explanation section {
  padding: 50px 20px 100px;
}
#explanation .links {
  width: 100%;
  max-width: 970px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
#explanation .links li {
  display: inline-block;
  box-sizing: border-box;
}
#explanation .links li.criteria {
  width: 50%;
  padding-right: 15px;
}
#explanation .links li.identification {
  width: 50%;
  padding-left: 15px;
}
#explanation .links li.questions {
  width: 100%;
  margin-top: 30px;
}
#explanation .links li a {
  position: relative;
  display: flex;
  /*font-family: 'Noto Sans';*/
  font-weight: 500;
  font-size: 170%;
  border: 4px solid #000;
  border-radius: 43px;
  height: 86px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  #explanation .links li a {
    padding-top: 10px;
  }
}
#explanation .links li a:hover {
  background-color: #eee;
}
#explanation .links li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: ">";
  font-size: 150%;
}
#explanation .links li a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
#explanation .links li.criteria a:before {
  background-image: url(../images/i_ruler.png);
}
#explanation .links li.identification a:before {
  background-image: url(../images/i_card.png);
}
#explanation .links li.questions a:before {
  background-image: url(../images/i_question.png);
}
#explanation .links li a span {
  padding-left: 10px;
}

@media (max-width: 768px) {
  #explanation section {
    padding: 5vw 20px 15vw;
  }
  #explanation .links li.criteria {
    width: 100%;
    padding-right: 0;
  }
  #explanation .links li.identification {
    width: 100%;
    margin-top: 3vw;
    padding-left: 0;
  }
  #explanation .links li.questions {
    width: 100%;
    margin-top: 3vw;
  }
  #explanation .links li a {
    font-size: 3.8vw;
    border-radius: 30px;
    height: 60px;
  }
  #explanation .links li a:before {
    width: 6vw;
    height: 6vw;
    top: 50%;
    left: 4vw;
  }
  #explanation .links li a span {
    padding-left: 1vw;
  }
}



/*inquiry*/
#inquiry section {
  padding: 50px 20px 100px;
}
#inquiry .phone {
  text-align: center;
}
#inquiry .phone img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}


@media (min-width: 769px) {
  #inquiry .phone a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  #inquiry section {
    padding: 5vw 20px 15vw;
  }
}





/*modal*/
html.modal_open { overflow:hidden; height:100%; }
html.modal_open body { position:relative;overflow:hidden;height:100%; }
html.modal_open .wrapper { position:relative;overflow:hidden;height:100%; }

#colorbox, #cboxOverlay{position:fixed; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0); }
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; /* -webkit-overflow-scrolling: touch; */ }
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:rgba(0, 0, 0, 0.7); opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;overflow: visible !important;}

/* #cboxContent{position: relative; background:#fff; overflow:visible; border-radius: 10px; border:none;margin: 40px 0;} */
#modal_item2 #modalscanedlist li                     { width: 100%; margin-left:0;}

.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{position: relative; margin-bottom:0px; }
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{
  position:absolute;
  top :10px;
  left :20px;
  background:url(../images/angle-left.svg) no-repeat left top -4px;
  background-size: contain;
  width:100px;
  padding-left:20px;
  height:25px;
  color:#000;
  z-index: 10;
  text-align: left;
  font-weight: 700;
}
#cboxPrevious:before,#cboxPager:before{
  content:"";
  position: absolute;
  display: block;
  width:100%;
  height:100%;
  padding:5px;
  background:rgba(255,255,255,0.8);
  z-index:-1;
}
#cboxPrevious:before{
    background-color:transparent;
}
#cboxPager{
  position:absolute;
  display: block;
  top:45%;
  font-size: 87.5%;
  right:10px;
  width:100px;
  color:#000;
  z-index: 10;
  text-align: right;
  font-weight: 300;
  line-height: 2;
}
#cboxPager a:hover{
  color:#835a00;
}
#cboxNext{position:absolute; bottom:0; left:27px; background:url() no-repeat -50px 0; width:25px; height:25px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; top:-35px; right:0px; background:url(../images/i_close.png) no-repeat 0 0; width:29px; height:28px; text-indent:-9999px;}
#cboxClose:hover,#cboxPrevious:hover{opacity: 0.5;}


/*modal design*/

.modal_content{
  position: relative;
  box-sizing: border-box;
  padding:40px; 
  text-align: center;

  /*font-family: 'Noto Sans';*/
  font-size: 100%;
  font-weight: 100;
  line-height: 1.5;
}

.modal_content img {
  width: auto;
  max-width: 100%;
}
.modal_content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 20px;
}
.modal_content h2 {
  color: #ff6000;
  font-size: 150%;
  font-weight: 500;
}
.modal_content h2.tit_slash  {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
}
.modal_content h2.tit_slash::before,
.modal_content h2.tit_slash::after  {
  content: "＼";
  margin-right: 5px;
}
.modal_content h2.tit_slash::after  {
  content: "／";
  margin-left: 5px;
}

.modal_content .note_box {
  background-color: #f2f2f2;
  font-size: 90%;
  padding: 10px;
  margin: 20px 0 0;
}
.modal_content .note_block {
  background-color: #f2f2f2;
  font-size: 85%;
  padding: 15px;
  margin: 0;
  text-align: left;
}
.modal_content .note_block .note_sub {
  padding: 1em;
}

.modal_content .note_block .label{
  display: block;
  padding: 6px;
  border: 1px solid #ccc;
  background-color:#fff ;
  margin: 5px 0;
  }
  
.point_block {
  border: 2px solid #70ba2d;
}
.point_block dt {
  background-color: #70ba2d;
  color: #fff;
  padding: 5px;
}
.point_block dd {
  background-color: #fff;
  color: #70ba2d;
  padding: 10px;
}

.modal_content .small {
  font-size: 90%;
}
.modal_content em {
  font-size: 100%;
  font-weight: 700;
}
.modal_content figure {
  margin: 0;
}

.modal_content .btn_signup,
.modal_content .btn_login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 180%;
  font-weight: 600;
  height: 70px;
  box-sizing: border-box;
  border-radius: 35px;
  background-color: #6cb132;
  margin: 10px auto 40px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .3);
}
@media all and (-ms-high-contrast: none) {
  .modal_content .btn_signup,
  .modal_content .btn_login {
    padding-top: 10px;
  }
}
.modal_content .btn_login {
  background-color: #ff6000;
}
.modal_content .btn_signup::before,
.modal_content .btn_login::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 120%;
  font-weight: normal;
  content: ">";
  line-height: 0;
}
.modal_content .btn_signup:hover,
.modal_content .btn_login:hover {
  opacity: 0.8;
}

#modal_entry {
  padding: 40px 85px;
}

#cboxLoadedContent {
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#cboxLoadedContent::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
#cboxLoadedContent.no_scroll {
    overflow: hidden;
}
#cboxLoadedContent.no_scroll .modal_content .q_content {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .modal_content{
    padding:4vw 4vw 4vw;
    font-size: 3vw;
  }
  .modal_content h2 {
    margin-bottom: 3vw;
  }

  .modal_content .btn_signup,
  .modal_content .btn_login {
    font-size: 4.5vw;
    height: 60px;
    border-radius: 30px;
    margin: 3vw auto 7vw;
  }

  #modal_entry {
    padding: 5vw 30px;
  }
  #modal_entry h2 .icon {
    width: 7vw;
  }
}


.bgBlockA01{
	background: #ddd;
	padding: 10px;
	min-width: 1000px;
	text-align: center;
}
.categoryList01{
	text-align: center;
}
.categoryList01 li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	width: 181px;
	padding: 17px 0 16px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ff6d00;
}
.categoryList01 li.camTtl{
	width: 196px;
	padding: 6px 16px 5px 0;
	background: #ff6d00 url(../images/i_flow_arrow_w.png) 96% center no-repeat;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
}
.categoryList01 li.bookCate{
	padding: 17px 0 16px 25px;
	background: #fff url(../images/i_book_orange.png) 45px 42% no-repeat;
}
.categoryList01 li.gameCate{
	padding: 17px 0 16px 35px;
	background: #fff url(../images/i_gamepad_orange.png) 15px 45% no-repeat;
}
.categoryList01 li.dvdCate{
	padding: 17px 0 16px 33px;
	background: #fff url(../images/i_film_orange.png) 5px 45% no-repeat;
}
.categoryList01 li.cdCate{
	padding: 16px 0 15px 20px;
	background: #fff url(../images/i_cd_orange.png) 45px 45% no-repeat;
	font-size: 16px;
}


.info2			{ background-color:#f2f2f2; height:60px;font-size:14px;}
.info2 span		{ font-weight:bold; }
.info2_header	{ float:left;width:30%;background-color:#387704;text-align:center;color:#ffffff;padding:10px;height:40px; }
.info2_main		{ float:left;width:65%;padding:10px;height:60px;white-space: nowrap;}

@media (max-width: 768px) {




.info2			{ background-color:#f2f2f2; font-size:12px; width:100%;}
.info2 span		{ font-weight:bold; }
.info2_header	{ width:100%;background-color:#387704;text-align:center;color:#ffffff;padding:10px;height:50px; }
.info2_main		{ width:100%;padding:10px; background-color:#f2f2f2;white-space: normal;height:auto;}


}

/*モーダルボタン*/


.ModalScreen {
  position : fixed;
  top : 0px;
  left : 0px;
  width : 100%;
  height : 120%;
  z-index : 100;
  background-color : rgba(0, 0, 0, 0.7);
  opacity : 0;
  visibility : hidden;
  transition-duration : 0.3s;
  transition-timing-function : ease;
  transition-delay : 0s;
  transition-property : all;
}

.ModalScreen.active {
  opacity : 1;
  visibility : visible;
}

.ModalRequest {
  position : relative;
  top : 10%;
  margin : 0px 4%;
  padding : 10px 20px;
  background : rgb(255, 255, 255);
  z-index : 101;
  opacity : 0;
  visibility : hidden;
  transition-duration : 0.3s;
  transition-timing-function : ease;
  transition-delay : 0s;
  transition-property : all;
}

.ModalRequest.active {
  opacity : 1;
  visibility : visible;
}

.ModalContentBoxArea {
  padding : 18px 0px;
}

.mdalh2 {
  /*font-family: "Noto Sans";*/
  font-weight : 500;
  font-size : 20px !important;
}

.ModalBtn-blue {
  background : linear-gradient(rgb(255, 118, 0), rgb(255, 118, 0));
}

.ModalBtn-big {
  margin : 0px 5%;
  font-size : 22px;
  font-weight : bold;
  border-radius : 35px;
  color:#ffffff;
}

.ModalBtnArea a {
  display : block;
  text-decoration-line : none;
  text-decoration-thickness : initial;
  text-decoration-style : initial;
  text-decoration-color : initial;
  color:#ffffff !important;
}

.ModalBtn-blue a {
  color : rgb(255, 255, 255);
}

.ModalBtn-blue a:hover {
  color : rgb(252, 255, 204);
}

.ModalBtn-big .ModalBtn {
  padding : 18px 0px;
  display : block;
  text-align : center;
  text-shadow : black 1px 0px 1px;
  color:#ffffff !important;
}

.ModalContentHeading {
  padding : 0px 0px 6px 0px;
  font-size : 20px;
  text-align : center;
}


#varea {
  text-align:center;
   width:100%;
   margin:0 auto;
   padding:20px 0;

}

#varea img{
   width:850px;

}
#varea .y_btn img{
   width:300px;
}
#varea .y_btn a:hover{
   opacity:0.5;
}

#varea .y_text img{
  width:15px;
  position:relative;
  margin-bottom:5px !important;
  margin-right:5px !important;
  }
#varea .y_box	{
background:#ffffff;
padding:20px;
width:850px;
margin:20px auto 0;
}


@media (max-width: 768px) {

#varea {
  text-align:center;
   width:100%;
   margin:0 auto;
   padding:20px 0;

}

#varea img{
   width:90%;

}
#varea .y_btn img{
   width:250px;
}

#varea .y_text img{
  width:15px;
  position:relative;
  margin-bottom:5px !important;
  margin-right:5px !important;
  }
#varea .y_box	{
background:#ffffff;
padding:20px;
width:100%;
margin:20px auto 0;
}

}


.sec02 {
	background: url(/campaign/vsite/images/bg_sec02.jpg) no-repeat left top #fff130;
	background-size: 100%;
	padding-top: 5%;
	position: relative;
	z-index: 3;
}

.tokuten {
	text-align: center;
	font-weight:700 !important;
	font-size:40px !important;
	background:#014099;
	padding:10px 0 5px;
	width:100%;
	margin:0 auto;
	color:#ffffff;
}
.tokuten::after {
  content: "";
  display: block;
  position: absolute;
  top:100;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 27.5px 0 27.5px;
  border-color: #014099 transparent transparent transparent;
}
@media (max-width: 768px) {


.tokuten {
	font-size:20px !important;
	padding:10px 0 5px;
	width:100%;
}
.tokuten::after {
  border-width: 20px 25.5px 0 25.5px;
}
}




.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .c-step {
    display: block;
  }
}

.c-step__col {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .c-step__col {
    margin-right: 0;
  }
}

.c-step__col:last-of-type {
  margin-right: 0;
}

.c-step__col:last-of-type [class=c-step__image]:after {
  display: none;
}

@media (max-width: 768px) {
  .c-step__col:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.c-step__col:first-of-type [class=c-step__image]:before {
  width: 154px;
  height: 117px;
  background: url(/campaign/vsite/images/pict-illust-step1.webp) no-repeat 50%/contain;
  left: calc(50% - 77px);
  bottom: -6px;
}

@media (max-width: 768px) {
  .c-step__col:first-of-type [class=c-step__image]:before {
    width: 204px;
    height: 137px;
    background: url(/campaign/vsite/images/pict-illust-step1-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 102px);
    bottom: 0;
  }
}

.c-step__col:nth-of-type(2) [class=c-step__image]:before {
  width: 184px;
  height: 102px;
  background: url(/campaign/vsite/images/pict-illust-step2.webp) no-repeat 50%/contain;
  left: calc(50% - 92px);
}

@media (max-width: 768px) {
  .c-step__col:nth-of-type(2) [class=c-step__image]:before {
    width: 204px;
    height: 148px;
    background: url(/campaign/vsite/images/pict-illust-step2-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 102px);
  }
}

[data-pagetype=general] .c-step__col:nth-of-type(2) [class=c-step__image]:before {
  background: url(/campaign/vsite/images/pict-illust-step2-general.webp) no-repeat 50%/contain;
}

@media (max-width: 768px) {
  [data-pagetype=general] .c-step__col:nth-of-type(2) [class=c-step__image]:before {
    background: url(/campaign/vsite/images/pict-illust-step2-general-sp.webp) no-repeat 50%/contain;
  }
}

.c-step__col:nth-of-type(3) [class=c-step__image]:before {
  width: 187px;
  height: 143px;
  background: url(/campaign/vsite/images/pict-illust-step3.webp) no-repeat 50%/contain;
  left: calc(50% - 94.5px);
  bottom: -25px;
}

@media (max-width: 768px) {
  .c-step__col:nth-of-type(3) [class=c-step__image]:before {
    width: 224px;
    height: 147px;
    background: url(/campaign/vsite/images/pict-illust-step3-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 113px);
    bottom: 0;
  }
}

.c-step__col:nth-of-type(4) [class=c-step__image]:before {
  width: 176px;
  height: 117px;
  background: url(/campaign/vsite/images/pict-illust-step4.webp) no-repeat 50%/contain;
  left: calc(50% - 88px);
}

@media (max-width: 768px) {
  .c-step__col:nth-of-type(4) [class=c-step__image]:before {
    width: 204px;
    height: 147px;
    background: url(/campaign/vsite/images/pict-illust-step4-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 102px);
  }
}

@media (min-width: 768px) {
  .c-step__col:nth-of-type(4) [class=c-step__image]:after {
    display: none;
  }
}

.c-step__image {
  padding: 66px 0 80px;
  border: 2px solid #014099;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .c-step__image {
    padding: 48px 0 68px;
  }
}


.c-step__image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}

.c-step__image:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #014099;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  position: absolute;
  right: -20px;
  top: calc(50% - 25px);
}

@media (max-width: 768px) {
  .c-step__image:after {
    border-width: 25px 35px 0;
    border-color: #014099 transparent transparent;
    bottom: -25px;
    right: calc(50% - 35px);
    top: auto;
  }
}


.c-step__image-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc(50% - 20px);
  top: 21px;
}

@media (max-width: 768px) {
  .c-step__image-num {
    top: 12px;
  }
}

.c-step__image-num>span:first-of-type {
  font-size: 1.0rem;
  line-height: 1;
  color: #014099;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .c-step__image-num>span:first-of-type {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}


.c-step__image-num>span:last-of-type {
  font-size: 1.2rem;
  line-height: 1;
  color: #014099;
  font-weight: 700;
  background: #fff20d;
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .c-step__image-num>span:last-of-type {
    font-size: 1.5rem;
    width: 32px;
    height: 32px;
  }
}


.c-step__image-text {
  min-height: 155px;
  padding: 22px 12px 12px;
  background: #014099;
  text-align: center;
}

@media (max-width: 768px) {
  .c-step__image-text {
    min-height: 110px;
    padding: 23px 10px 36px;
  }
}


.c-step__image-text>p {
  font-size: 1.4rem;
  color: #fff20d;
  letter-spacing: .075em;
  line-height: 1.333;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .c-step__image-text>p {
    font-size: 1.7rem;
  }
}

.c-step__image-text>p:not(:first-of-type) {
  font-size: 1.0rem;
  line-height: 1.375;
  color: #ffffff;
  margin-top: 7px;
  text-align:left;
}

@media (max-width: 768px) {
  .c-step__image-text>p:not(:first-of-type) {
    font-size: 1.0rem;
    letter-spacing: .1em;
  }
}

[data-pagetype=brand] .c-step__image-text>p:not(:first-of-type),[data-pagetype=general] .c-step__image-text>p:not(:first-of-type) {
  color: #fff;
}

.c-step__image-text>p:first-child {
  margin-top: 0;
}

.c-step__image-text>p:last-child {
  margin-bottom: 0;
}

.c-step__text {
  font-size: 1.4rem;
  margin-top: 15px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .c-step__text {
    padding: 0;
    margin-top: 30px;
  }
}

.c-step__text-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .c-step__text-heading {
    margin-bottom: 0;
  }
}

.c-step__text-heading+*,.c-step__text>:first-child {
  margin-top: 0;
}

.c-step__text>:last-child {
  margin-bottom: 0;
}

.c-step-lg {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .c-step-lg {
    margin-bottom: 55px;
  }
}

.c-step-lg__anker {
  padding: 0;
  margin: 0 auto 97px;
  border: 2px solid #c4c4c4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 768px) {
  .c-step-lg__anker {
    margin-bottom: 78px;
  }
}

.c-step-lg__anker>li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-step-lg__anker>li:not(:last-of-type) {
  border-right: 2px solid #c4c4c4;
}

.c-step-lg__anker>li>a {
  padding: 18px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
}

@media (min-width: 768px) {
  .c-step-lg__anker>li>a:hover {
    opacity: .6;
  }
}

@media (max-width: 768px) {
  .c-step-lg__anker>li>a {
    padding: 12px 5px 26px;
  }
}

.c-step-lg__anker>li>a:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #196e15;
  position: absolute;
  top: calc(50% - 11.5px);
  right: 20px;
}

@media (max-width: 768px) {
  .c-step-lg__anker>li>a:before {
    width: 16px;
    height: 16px;
    top: auto;
    bottom: 6px;
    right: calc(50% - 8px);
  }
}

.c-step-lg__anker>li>a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 26px;
}

@media (max-width: 768px) {
  .c-step-lg__anker>li>a:after {
    width: 7px;
    height: 7px;
    top: auto;
    bottom: 12px;
    right: calc(50% - 3.5px);
  }
}

.c-step-lg__anker-number {
  display: inline-block;
  padding: 5px 28px 3px;
  border-radius: 15px;
  background: #71b349;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #f5ff00;
  font-weight: 700;
}

@media (max-width: 768px) {
  .c-step-lg__anker-number {
    font-size: .9rem;
    padding: 3px 10px 2px;
  }
}

.c-step-lg__anker-text {
  font-size: 2.6rem;
  color: #196e15;
  font-weight: 700;
}

@media (max-width: 768px) {
  .c-step-lg__anker-text {
    font-size: 1.3rem;
    margin-top: 7px;
  }
}

@media (max-width: 575px) {
  .c-step-lg__anker-text {
    font-size: 3.46667vw;
  }
}

.c-step-lg__content {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-step-lg__content>li {
  padding: 0 54px 36px 44px;
  border: 4px solid #71b349;
  border-radius: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .c-step-lg__content>li {
    padding: 0 14px 31px;
  }
}

.c-step-lg__content>li:not(:last-of-type) {
  margin-bottom: 105px;
}

@media (max-width: 768px) {
  .c-step-lg__content>li:not(:last-of-type) {
    margin-bottom: 82px;
  }
}

.c-step-lg__content>li:not(:last-of-type):after,.c-step-lg__content>li:not(:last-of-type):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 55px 0;
  position: absolute;
  left: calc(50% - 55px);
}

@media (max-width: 768px) {
  .c-step-lg__content>li:not(:last-of-type):after,.c-step-lg__content>li:not(:last-of-type):before {
    border-width: 28px 37px 0;
    left: calc(50% - 37px);
  }
}

.c-step-lg__content>li:not(:last-of-type):before {
  border-color: #71b349 transparent transparent;
  bottom: -40px;
}

@media (max-width: 768px) {
  .c-step-lg__content>li:not(:last-of-type):before {
    bottom: -28px;
  }
}

.c-step-lg__content>li:not(:last-of-type):after {
  border-color: #fff transparent transparent;
  bottom: -35px;
}

@media (max-width: 768px) {
  .c-step-lg__content>li:not(:last-of-type):after {
    bottom: -23px;
  }
}

.c-step-lg__content-number {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background: #f5ff00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #196e15;
  line-height: 2.6rem;
}

@media (max-width: 768px) {
  .c-step-lg__content-number {
    min-width: 48px;
    min-height: 48px;
    line-height: 1.8rem;
  }
}

.c-step-lg__content-number-sm {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .c-step-lg__content-number-sm {
    font-size: 1rem;
  }
}

.c-step-lg__content-number-lg {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .c-step-lg__content-number-lg {
    font-size: 2.1rem;
  }
}

.c-step-lg__content-title {
  margin: -41px 0 48px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .c-step-lg__content-title {
    margin-bottom: 8px;
  }
}

.c-step-lg__content-title-outside {
  padding: 13px 48px 13px 30px;
  border-radius: 12px;
  background: #71b349;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .c-step-lg__content-title-outside {
    max-width: 472px;
  }
}

@media (max-width: 768px) {
  .c-step-lg__content-title-outside {
    padding: 7px 26px 10px 22px;
  }
}

.c-step-lg__content-title-outside:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #f5ff00;
  position: absolute;
  right: -12px;
  bottom: -9px;
  z-index: -10;
}

@media (max-width: 768px) {
  .c-step-lg__content-title-outside:before {
    right: -8px;
    bottom: -8px;
  }
}

.c-step-lg__content-title-outside:after {
  content: "";
  display: block;
  width: 30px;
  height: 45px;
  background: url(/resource/img/sell/reason/bg-steplg-title-kira.webp) no-repeat 50%/contain;
  position: absolute;
  top: 22px;
  right: 30px;
}

@media (max-width: 768px) {
  .c-step-lg__content-title-outside:after {
    width: 17px;
    height: 28px;
    background-image: url(/resource/img/sell/reason/bg-steplg-title-kira-sp.webp);
    top: 9px;
    right: 11px;
  }
}

.c-step-lg__content-title-main {
  font-size: 4.4rem;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .c-step-lg__content-title-main {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .c-step-lg__content-text-area {
    padding: 0 10px 0 20px;
  }
}

.c-step-lg__content-text-heading {
  margin-bottom: 26px;
  font-size: 3.2rem;
  letter-spacing: .03em;
  font-weight: 700;
  color: #196e15;
  line-height: 1.0625;
}

@media (max-width: 768px) {
  .c-step-lg__content-text-heading {
    margin-bottom: 6px;
    font-size: 2.2rem;
    line-height: 1.54545;
  }
}

.c-step-lg__content-text-sub-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .c-step-lg__content-text-sub-heading {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

@media (min-width: 768px) {
  .c-step-lg__content-image {
    width: 346px;
    float: right;
  }
}

@media (max-width: 768px) {
  .c-step-lg__content-image {
    width: 291px;
    max-width: 100%;
    margin: 0 auto 24px;
  }
}

.c-step-lg__content-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.c-step-lg__content a.c-button__link-md {
  padding: 19px 40px;
}

.c-step-lg__content a.c-button__link-md:not(:last-of-type) {
  margin-right: 20px;
}



.c-table-criterion {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

@media (max-width: 768px) {
  .c-table-criterion {
    display: block;
  }
}

.c-table-criterion__head {
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
  font-weight:bold;
}

@media (max-width: 768px) {
  .c-table-criterion__head {
    display: none;
  }
}

.c-table-criterion__head th {
  padding: 1em;
  position: relative;
}

.c-table-criterion__head th:nth-of-type(2) {
  color: #014099;
}

.c-table-criterion__head th:before {
  content: "";
  display: block;
  height: calc(100% - 2em);
  border-left: 1px solid #2e2e2e;
  position: absolute;
  left: 0;
  top: 1em;
}

.c-table-criterion__body {
  font-size: 0.8rem;
  line-height: 1.625;
  background:#ffffff;
}

@media (max-width: 768px) {
  .c-table-criterion__body {
    display: block;
  }
}

.c-table-criterion__body td,.c-table-criterion__body th {
  padding: 5px 15px;
  border: 1px solid #c5c5c5;
  vertical-align: baseline;
  
}

@media (max-width: 768px) {
  .c-table-criterion__body td,.c-table-criterion__body th {
    display: block;
  }
  .c-table-criterion__body td:not(:last-child),.c-table-criterion__body th:not(:last-child) {
    border-bottom: none;
  }
}

.c-table-criterion__body th {
  text-align: left;
  font-weight:bold;
  font-size: 1.0rem;

}

@media (max-width: 768px) {
  .c-table-criterion__body th:first-child {
    background: #014099;
    color: #fff;
  font-size: 1.2rem;
  }
}

.c-table-criterion__body td:first-of-type {
  background: #eef2f5;
}

@media (max-width: 768px) {
  .c-table-criterion__body td:first-of-type {
    background: none;
  }
}

.c-table-criterion__body td ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-table-criterion__body td ul:not(:last-of-type) {
  margin-bottom: 20px;
}

.c-table-criterion__body td>:first-child {
  margin-top: 0;
}

.c-table-criterion__body td>:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .c-table-criterion__body tr {
    display: block;
  }
  .c-table-criterion__body tr:not(:last-of-type) {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .c-table-criterion__sphead {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-table-criterion__sphead {
    padding: 10px 15px;
    border-bottom: 1px solid #c5c5c5;
    background: #eff2f4;
    font-weight: 700;
  }
}

.kindAttent {
    margin: 50px 0 0 0;
    padding: 25px 0 20px 120px;
    background: #ffffff url(/campaign/vsite/images/bg_exclamation.gif) no-repeat 44px 20px;
    font-weight: 700;
    text-align: left;}
    
.kindAttent span{
    font-weight: 200;
    
    }
.img_attent	{
position:absolute;
width:300px;
top:0;
right:0;

}


.whyTop {
    width: 950px;
    margin: 50px auto 0;
    background: url(/campaign/vsite/images/img_vpointsite_05.png) no-repeat #ffffff right bottom;
    background-size:200px;
}
    
.whyBtm {
    padding-bottom: 30px;
}    
    
.why {
    padding: 26px 190px 0 42px;
}

.why dl {
    padding: 0px 0 0px 80px;
    background: url(/campaign/include/img/bg_exclamation.gif) no-repeat;
}

.why dt {
    margin-bottom: 15px;
    font-weight: 700;

}


@media (max-width: 768px) {

.kindAttent {
    margin: 50px 0 0 0;
    padding: 10px 10px 10px 50px;
    background: #ffffff url(/campaign/vsite/images/bg_exclamation.gif) no-repeat 10px;
    background-size:30px;
	}

.img_attent	{
position:absolute;
width:300px;
top:0;
right:0;

}

.whyTop {
    width: 100%;
    margin: 50px auto 0;
    background: url(/campaign/vsite/images/img_vpointsite_05.png) no-repeat #ffffff right 10px  bottom;
    background-size:80px;
}
    
.whyBtm {
    padding-bottom: 50px;
}    
    
.why {
    padding: 10px 0 0 10px;
}

.why dl {
    padding: 0px 10px 0px 40px;
    background: url(/campaign/include/img/bg_exclamation.gif) no-repeat;
    background-size:30px;
}

.why dt {
    margin-bottom: 15px;
    font-weight: 700;

}

}





#at2 .atList {
  font-size:14px;
}

#at2 .atList li {
  padding-left: 17px;
  background: url("/campaign/vsite/images/i_rd.gif") no-repeat left 0.5em;
  line-height: 1.5;
  text-align:left;
  margin-top:10px;
}


.atList2 li {
  background: url("/campaign/vsite/images/img_tsite_parts_24.gif") no-repeat left 0.5em;
  padding-left: 17px;
}


.three_column li {
  position: relative;
  background: #014099;
  box-sizing: border-box;
  border-radius: 5px;
  color: #000;
  text-align: center;
  /*font-family: 'Noto Sans';*/
  width: calc((100% - 0px) / 3);
  margin-right:20px;
}
@media all and (-ms-high-contrast: none) {
.three_column li {
    width: auto;
  }
}

.three_column li:nth-child(3) {
  margin-right: 0px;
}
.three_column li:before{
  /*content:"1";*/
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #6eba26;
  color: #fff;
  /*font-family: 'Noto Sans';*/
  font-size: 137%;
  font-weight: 700;
  border-radius: 3px;
  line-height: 40px;
  box-sizing: border-box;
}


@media all and (-ms-high-contrast: none) {
.three_column li:before {
    padding-top: 5px;
  }
}


three_column li.n2:before{
  /*content:"2";*/
}
.three_column li.n3:before{
  /*content:"3";*/
}

.three_column li dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.three_column li dt {
  font-size: 122%;
  font-weight: 700;
}
.three_column li dd {
  font-size: 100%;
  font-weight: 700;

}
.three_column li .small {
  font-size: 80%;
  font-weight: 100;
}

@media ( max-width: 768px ) {
.three_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:-40px;
  }
.three_column li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    min-height: auto;
    margin-right: 0;
  }
.three_column li:before{
    
  }
  
.three_column li dl {
    width: 100% !important;
    height: auto;
  }
.three_column li img {
    width: 100% !important;
  }
.three_column li dt {
    font-size: 14px;
  }
.three_column li dd {
    font-size: 14px;
    line-height:20px;
  }
.three_column li img {
    width: 65%;
    margin: 0 auto 0 0;
    
  }
.sub_conductor {
    margin: 0 auto 3vw;
  }
.n1	{margin-bottom:10px !important;}  
.n2	{margin-bottom:10px !important;}  
  
}

