/* docomo_onlineshop.css */

table.standard{
	margin-top:1.75em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #B8B8B8;
	color: #000;
	margin-bottom:2em;
}
table.standard th,
table.standard td{
	padding:10px;
	border-collapse: collapse;
	color: #000;
	border: 1px solid #AAA;
	line-height: 1.6;
}
table.standard th{
	white-space: nowrap;
}
.tcenter{ text-align: center !important;}
.welcome-camp .blackBtn{ margin-bottom:2em;}

.ProductBox figure + figure{ margin-top:1.5rem;}

@media screen and (min-width: 751px) {

  /* 共通
  ------------------------------------- */ 
  .spOnly{
    display: none;
  }

  /* 赤背景
  ------------------------------------- */ 
  .bgRed{
    padding: 30px 0 40px;
    background: #cb0232;
  }
  .inner{
    width: 980px;
    margin: 0 auto;
    text-align: center;
  }
  .bgRed h1{
    margin-bottom: 30px;
  }

  /* ボックス
  ------------------------------------- */ 
  .bgGray{
    padding: 50px 0;
    background: #eaeaea;
  }
  .bgGray section{
    width: 980px;
    margin: 0 auto;
  }

  /* 3カラムボックス
  ------------------------------------- */ 
  .bgGray section .colThreeBox{
    display: flex;
    /*justify-content: space-between;*/
      justify-content: flex-start;
    flex-wrap: wrap;
  }
  .bgGray section .colThreeBox > li{
    display: flex;
    width: 32%;
    padding: 34px 0 30px;
    margin-bottom: 20px;
    margin-right:19px;
    background: #fff;
    box-sizing: border-box;
  }
  .bgGray section .colThreeBox > li:nth-child(3n){
    margin-right:0;
  }
/*  .bgGray section .colThreeBox > li:last-child{
    margin: 0 auto 20px;
  }*/
  .bgGray section .colThreeBox.variation > li{
    width:49%;
  }
  .bgGray section .colThreeBox li .txtBox{
    text-align: center;
  }
  .bgGray section .colThreeBox li .txtBox .priceTxt{
    margin-top: 55px;
  }
  .bgGray section .colProduct{
    display: flex;
    justify-content: space-between;
  }
  .bgGray section .colProduct li{
    text-align: center;
  }
  .bgGray section .ProductBox{
    margin: auto auto 0;
    text-align: center;
    position: relative;
  }
  .bgGray section .colThreeBox li .ProductBox.btm-set2{
    margin-top:95px;
  }
  .bgGray section .colThreeBox li .ProductBox.btm-set1{
    margin-top:70px;
  }
  .bgGray section .colThreeBox li .ProductBox.btm-set{
    margin-top:55px;
  }
/*   .bgGray section .colThreeBox li:nth-child(1) .ProductBox,
  .bgGray section .colThreeBox li:nth-child(2) .ProductBox,
  .bgGray section .colThreeBox li:nth-child(3) .ProductBox{
    margin-top:30px;
  }
 .bgGray section .colThreeBox li:last-child .ProductBox{
    margin-top:40px;
  }*/
  .bgGray section .colThreeBox > li.diff-colThreeBox-last-one{
    margin-left: auto;
    margin-right: auto;
  }
  .bgGray section .productType{
    margin-bottom: 10px;
    font-size: 1.0rem;
    line-height: 1.2;
    color: #333333;
  }

  /* 注記
  ------------------------------------- */ 
  .bgGray section .cautionTxt{
    margin-top: 50px;
    color: #333333;
    font-size: 0.85rem;
    line-height: 1.3;
  }
  .bgGray section .cautionTxt dl{
    display: flex;
  }
  .bgGray section .cautionTxt dl dt{
    white-space: nowrap;
  }
  .bgGray section .cautionTxt li + li{
    margin-top: 20px;
  }
  .bgGray section .cautionTxt p + p{
    margin-top: 15px;
  }
  .bgGray section .cautionTxt .txtLink{
    margin-top: 10px;
  }
  .bgGray section .cautionTxt .txtLink a{
    position: relative;
    padding-left: 13px;
    color: #2f3f8d;
    text-decoration: none;
  }
  .bgGray section .cautionTxt .txtLink a:hover{
    text-decoration: underline;
  }
  .bgGray section .cautionTxt .txtLink a::before{
    display:inline-block;
    content: "";
    position: absolute;
    top: 4.5px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #333;
  }

  /* 対象機種・ニューモデル追加
  ------------------------------------- */ 
  .bgGray section.bgWhite{
    background: #fff;
    box-sizing: border-box;
  }
  .bgGray section.bgWhite.newModels,
  .bgGray section.bgWhite.welcome-camp{
    padding: 44px 0 30px;
    margin-bottom:50px;
  }
  .bgGray section.bgWhite.welcome-camp{
    padding:44px 30px 30px;
  }
  .welcom-text{font-size:1.1rem;}
  .welcom-text sub{ font-size:75%;}
  .bgGray section.bgWhite.targetModel{
    margin-top: 50px;
    padding: 44px 0 30px;
  }
  .bgGray section.bgWhite.newModels h3,
  .bgGray section.bgWhite.targetModel h3,
  .bgGray section.bgWhite.welcome-camp h3{
    margin-bottom: 50px;
    text-align: center;
  }

  .bgGray section.bgWhite.newModels .colProduct{
    width: 42.5%;
    margin: 0 auto;
  }
  .bgGray section.bgWhite.targetModel .colProduct{
    width: 65%;
    margin: 0 auto;
  }
  .bgGray section.bgWhite.newModels .colProduct li{
    display: flex;
    flex-flow: column;
  }
  .bgGray section.bgWhite.newModels .colProduct li figure{
    margin-top:auto;
  }
  .newMark{ position: absolute; top:-5em;}
	.newMark.diff-newMark-mobile{ top:0;}

  /* メリット
  ------------------------------------- */ 
  .bgGray section.bgWhite.merit{
    margin-top: 30px;
    padding: 20px 20px 30px;
  }
  .bgGray section.bgWhite.merit h3{
    margin-bottom: 30px;
    padding: 16px 0 20px;
    border-radius: 4px;
    background: #CC0033;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .bgGray section.bgWhite.merit .colMerit{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
/*    width: 89%;*/
    margin: 0 auto;
  }
  .bgGray section.bgWhite.merit .colMerit li{
    width: 25%;
    text-align: center;
  }
  .bgGray section.bgWhite.merit .colMerit + .colMerit li{
    margin-top: 30px;
  }
  .bgGray section.bgWhite.merit .colMerit li dt{
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom:1rem;
  }
.text-2line{ padding-top: 15px; height: 1.7em;}
  .bgGray section.bgWhite.merit .colMerit li dd{
    margin-bottom: 1.5rem;
  }
  .bgGray section.bgWhite.merit .blackBtn{
    margin-top: 35px;
    text-align: center;
  }

  /* マンガバナー
  ------------------------------------- */ 
  .bgWhite .mangaBnr{
    padding: 50px 0;
    border-top: 1px solid #D2D2D2;
    text-align: center;
  }

  /* そのた
  ------------------------------------- */ 
  .bgGray:last-child .bgWhite{
    padding: 35px 0 30px;
  }
  .bgGray:last-child .bgWhite h3{
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #000;
  }
  .bgGray:last-child .bgWhite .colProduct{
    width: 42.5%;
    margin: 0 auto;
  }

  /* フッター
  ------------------------------------- */ 
  footer .ft-site-info{
    padding-top: 10px;
    border:none;
  }
}


@media screen and (max-width: 750px) {

  /* 共通
  ------------------------------------- */ 
  .spOnly{
    display: block;
  }
  .pcOnly{
    display: none;
  }

  /* 赤背景
  ------------------------------------- */ 
  .bgRed{
    padding: 12px 0 13px;
    background: #cb0232;
  }
  .inner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .bgRed h1{
    margin-bottom: 5px;
  }
  .bgRed h1 img{
    width: 65%;
    height: auto;
  }
  .bgRed h2 img{
    width: 75%;
    height: auto;
    margin: 0 auto;
  }

  /* ボックス
  ------------------------------------- */ 
  .bgGray{
    padding: 23px 8px;
    background: #eaeaea;
  }
  .bgGray section{
    width: 100%;
    margin: 0 auto;
  }

  /* 3カラムボックス
  ------------------------------------- */ 
  .bgGray section .colThreeBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bgGray section .colThreeBox > li{
    width: 48%;
    padding: 18px 0 15px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
  }
/*  .bgGray section .colThreeBox > li:last-child{
    margin: 0 auto;
  }*/
  .bgGray section .colThreeBox .txtBox{
    margin-top:auto;
	  margin-bottom:20px;
	}
  .bgGray section .colThreeBox .specialTxt{
    text-align: center;
  }
  .bgGray section .colThreeBox .specialTxt img{
    width: 70%;
    height: auto;
  }
  .bgGray section .colThreeBox .priceTxt{
    margin-top: 30px;
  }
/*  .bgGray section .colThreeBox li:last-child .priceTxt{
    margin-top: 16px;
  }*/
  .bgGray section .colThreeBox .priceTxt img{
    width: 100%;
    height: auto;
  }
  .bgGray section .colProduct{
    display: flex;
    justify-content: space-between;
  }
  .bgGray section .colProduct li{
    width: 47.5%;
    text-align: center;
  }
  .bgGray section .colProduct li img{
    width: 100%;
    height: auto;
  }
  .bgGray section .ProductBox{
    margin-top: auto;
    text-align: center;
    position: relative;
  }
/*  .bgGray section .colThreeBox li:last-child .ProductBox{
    margin-top:20px;
  }*/
  .bgGray section .ProductBox figure img{
    width: 90%;
    height: auto;
  }
  .bgGray section .ProductBox .blackBtn img{
    /*width: 80%;
    height: auto;*/
	  width:auto;
	  height: 30px;
  }
  .bgGray section .productType{
    margin-bottom: 4px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #717171;
  }
  .bgGray section .ProductBox .newMark + figure{ margin-top:30px;}

  /* 注記
  ------------------------------------- */ 
  .bgGray section .cautionTxt{
    margin-top: 15px;
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .bgGray section .cautionTxt dl{
    display: flex;
  }
  .bgGray section .cautionTxt dl dt{
    white-space: nowrap;
  }
  .bgGray section .cautionTxt li + li{
    margin-top: 12px;
  }
  .bgGray section .cautionTxt p + p{
    margin-top: 15px;
  }
  .bgGray section .cautionTxt .txtLink{
    margin-top: 7px;
  }
  .bgGray section .cautionTxt .txtLink a{
    position: relative;
    padding-left: 10px;
    color: #2f3f8d;
    text-decoration: none;
  }
  .bgGray section .cautionTxt .txtLink a:hover{
    text-decoration: underline;
  }
  .bgGray section .cautionTxt .txtLink a::before{
    display:inline-block;
    content: "";
    position: absolute;
    top: 4.5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #333;
  }

  /* 対象機種
  ------------------------------------- */ 
  .bgGray section.bgWhite{
    background: #fff;
    box-sizing: border-box;
  }
  .bgGray section.bgWhite.newModels,
  .bgGray section.bgWhite.welcome-camp{
    margin-bottom: 25px;
    padding: 35px 12px 25px;
  }
  .bgGray section.bgWhite.targetModel{
    margin-top: 25px;
    padding: 35px 12px 25px;
  }
  .bgGray section.bgWhite.newModels h3,
  .bgGray section.bgWhite.targetModel h3,
  .bgGray section.bgWhite.welcome-camp h3{
    margin-bottom: 35px;
    text-align: center;
  }
  .bgGray section.bgWhite.newModels h3 img,
  .bgGray section.bgWhite.targetModel h3 img{
    width: 77%;
    height: auto;
  }
  .bgGray section.bgWhite.welcome-camp h3 img{
    width: 100%;
    height: auto;
  }
  .welcom-text{font-size:1.4rem;}
  .welcom-text sub{ font-size:75%;}
  .bgGray section.bgWhite.newModels .colProduct,
  .bgGray section.bgWhite.targetModel .colProduct{
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .bgGray section.bgWhite.newModels .colProduct li,
  .bgGray section.bgWhite.targetModel .colProduct li{
    width: 47.5%;
  }
  .bgGray section.bgWhite.targetModel .colProduct li:last-child{
    margin: 22px auto 0;
  }
  .bgGray section.bgWhite.newModels .colProduct li{
    display: flex;
    flex-flow: column;
  }
  .bgGray section.bgWhite.newModels .colProduct li figure{
    margin-top:auto;
  }
  .newMark{ position: absolute; left:1.5em; }

  /* メリット
  ------------------------------------- */ 
  .bgGray section.bgWhite.merit{
    margin-top: 30px;
    padding: 10px 12px 25px;
  }
  .bgGray section.bgWhite.merit h3{
    margin-bottom: 25px;
    padding: 8px 0 8px;
    border-radius: 4px;
    background: #CC0033;
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .bgGray section.bgWhite.merit .colMerit{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bgGray section.bgWhite.merit .colMerit li{
    width: 50%;
    text-align: center;
    overflow: hidden;
  }
  .bgGray section.bgWhite.merit .colMerit li:nth-child(3),
  .bgGray section.bgWhite.merit .colMerit + .colMerit li{
    margin-top: 25px;
  }
  .bgGray section.bgWhite.merit .colMerit li img{
    width: 90%;
    height: auto;
    margin-left:auto;
    margin-right:auto;
  }
  .bgGray section.bgWhite.merit .colMerit li dt{
    color: #333333;
    font-size: 1.15rem;
    line-height: 1.3;
  }
	.text-2line{ padding-top: 15px; height: 1em;}
  .bgGray section.bgWhite.merit .blackBtn{
    margin-top: 30px;
    text-align: center;
  }
  .bgGray section.bgWhite.merit .blackBtn img{
    width: 50%;
    height: auto;
  }

  /* マンガバナー
  ------------------------------------- */ 
  .bgWhite .mangaBnr{
    padding: 35px 0;
    border-top: 1px solid #D2D2D2;
    text-align: center;
  }
  .bgWhite .mangaBnr img{
    width: 70%;
    height: auto;
  }

  /* そのた
  ------------------------------------- */ 
  .bgGray:last-child{
    padding: 23px 0;
  }
  .bgGray:last-child .bgWhite{
    padding: 30px 23px 30px;
  }
  .bgGray:last-child .bgWhite h3{
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
  }
  .bgGray:last-child .bgWhite .colProduct li{
    width: 47.5%;
  }

  /* フッター
  ------------------------------------- */ 
  footer .ft-site-info{
    padding-top: 10px;
    border:none;
  }
}


@media screen and (max-width: 320px){
  .bgGray section .productType{
    font-size: 1.1rem;
  }
  .bgGray section.bgWhite.merit h3{
    font-size: 2rem;
  }
  .bgGray section.bgWhite.merit .colMerit li dd{
    font-size: 1rem;
  }
  .bgGray:last-child .bgWhite h3{
    font-size: 2rem;
  }
}


@media print{

  /* 共通
  ------------------------------------- */ 
  .spOnly{
    display: none;
  }

  /* 赤背景
  ------------------------------------- */ 
  .bgRed{
    padding: 30px 0 40px;
    background: #cb0232;
  }
  .inner{
    width: 980px;
    margin: 0 auto;
    text-align: center;
  }
  .bgRed h1{
    margin-bottom: 30px;
  }

  /* 3カラムボックス
  ------------------------------------- */ 
  .bgGray{
    padding: 50px 0;
    background: #eaeaea;
  }
  .bgGray section{
    width: 980px;
    margin: 0 auto;
  }
  .bgGray section .colThreeBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bgGray section .colThreeBox > li{
    width: 32%;
    padding: 34px 0 30px;
    background: #fff;
    box-sizing: border-box;
  }
  .bgGray section .colThreeBox li .txtBox{
    text-align: center;
  }
  .bgGray section .colThreeBox li .txtBox .priceTxt{
    margin-top: 55px;
  }
  .bgGray section .colThreeBox li:last-child .txtBox .priceTxt{
    padding-top: 48px;
  }
  .bgGray section .colProduct{
    display: flex;
    justify-content: space-between;
  }
  .bgGray section .colProduct li{
    text-align: center;
  }
/*  .bgGray section .ProductBox{
    margin-top: 25px;
    text-align: center;
  }*/
  .bgGray section .productType{
    margin-bottom: 10px;
    font-size: 1.0rem;
    line-height: 1.2;
    color: #333333;
  }

  /* 注記
  ------------------------------------- */ 
  .bgGray section .cautionTxt{
    margin-top: 18px;
    color: #333333;
    font-size: 0.85rem;
    line-height: 1.3;
  }
  .bgGray section .cautionTxt dl{
    display: flex;
  }
  .bgGray section .cautionTxt dl dt{
    white-space: nowrap;
  }
  .bgGray section .cautionTxt li + li{
    margin-top: 20px;
  }
  .bgGray section .cautionTxt p + p{
    margin-top: 15px;
  }
  .bgGray section .cautionTxt .txtLink{
    margin-top: 10px;
  }
  .bgGray section .cautionTxt .txtLink a{
    position: relative;
    padding-left: 13px;
    color: #2f3f8d;
    text-decoration: none;
  }
  .bgGray section .cautionTxt .txtLink a:hover{
    text-decoration: underline;
  }
  .bgGray section .cautionTxt .txtLink a::before{
    display:inline-block;
    content: "";
    position: absolute;
    top: 4.5px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #333;
  }

  /* 対象機種
  ------------------------------------- */ 
  .bgGray section.bgWhite{    
    background: #fff;
    box-sizing: border-box;
  }
  .bgGray section.bgWhite.targetModel{
    margin-top: 50px;
    padding: 44px 0 30px;;
  }
  .bgGray section.bgWhite.targetModel h3{
    margin-bottom: 50px;
    text-align: center;
  }
  .bgGray section.bgWhite.targetModel .colProduct{
    width: 65%;
    margin: 0 auto;
  }

  /* メリット
  ------------------------------------- */ 
  .bgGray section.bgWhite.merit{
    margin-top: 30px;
    padding: 20px 20px 30px;
  }
  .bgGray section.bgWhite.merit h3{
    margin-bottom: 30px;
    padding: 16px 0 20px;
    border-radius: 4px;
    background: #CC0033;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .bgGray section.bgWhite.merit .colMerit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 89%;
    margin: 0 auto;
  }
  .bgGray section.bgWhite.merit .colMerit li{
    width: 33.3%;
    text-align: center;
  }
  .bgGray section.bgWhite.merit .colMerit li:nth-of-type(n+4){
    margin-top: 30px;
  }
  .bgGray section.bgWhite.merit .colMerit li dd{
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .bgGray section.bgWhite.merit .blackBtn{
    margin-top: 35px;
    text-align: center;
  }

  /* マンガバナー
  ------------------------------------- */ 
  .bgWhite .mangaBnr{
    padding: 50px 0;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    text-align: center;
  }

  /* そのた
  ------------------------------------- */ 
  .bgGray:last-child .bgWhite{
    padding: 35px 0 30px;
  }
  .bgGray:last-child .bgWhite h3{
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #000;
  }
  .bgGray:last-child .bgWhite .colProduct{
    width: 42.5%;
    margin: 0 auto;
  }

  /* フッター
  ------------------------------------- */ 
  footer .ft-site-info{
    padding-top: 0;
  }
}