footer .copySection p:nth-child(2) {
    display:none !important;
}

/* テキストエディタ用(pc版)
---------------------------------------- */
.s10 {
    margin: 10px 0px 0px;
}

.s30 {
    margin: 30px 0px 0px;
}

.s50 {
    margin: 50px 0px 0px;
}

.s100 {
    margin: 100px 0px 0px;
}

.fs20{
    font-size: 20px;
}

.fs25{
    font-size: 25px;
}

.fs30{
    font-size: 30px;
}

.kihonwaku{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
    border: 1px solid #808080;
    background: #fdfdfd;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
}

.tenmida {
    font-size: 20px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: dashed 2px #cccccc;
	font-weight: bold;
}

.checkbox {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 5px;
    position: relative;
}
.checkbox::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.ullist1 {
    border: double 4px #21b384;
    padding: 0.5em 1em 0.5em 2.3em !important;
    position: relative;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.ullist1  li {
   line-height: 1.5;
   padding: 0.5em 0;
   list-style-type: none!important;/*ポチ消す*/
}
.ullist1  li:before {
   font-family: FontAwesome;
   content: "\f0a4";
   position: absolute;
   left : 1em; /*左端からのアイコンまで*/
   color: #21b384; /*アイコン色*/
}

.number1 {
   counter-reset:number; /*数字をリセット*/
   list-style-type: none!important; /*数字を一旦消す*/
   padding:0.5em !important;
   border: dashed 1px gray;   
   margin-top: 30px;
   margin-bottom: 30px;
}

.number1 li{
   position: relative;
   line-height: 1.5em;
   padding: 0.5em 0.5em 0.5em 30px;
}

.number1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/* 商品リンク(pc版)
---------------------------------------- */
.link-box {
    border: 2px solid #CCCCCC;
    padding: 20px;
    width: 100%;
    max-width:800px;
	margin:50px 0px 50px 0px;
	text-align:left;
	padding-bottom:20px;
	font-size:small;
	overflow: hidden;
}
.link-image {
    width:20%;
    float: left;
	margin:0 15px 10px 0;
}
.link-image a img {
    width:100%;
}
.link-info {
    width:70%;
    margin-left: 2em;
    float: left;
}
.link-name {
    font-size: 16px;
    color: #256CC5;
    text-decoration: underline;
	line-height:120%;
	margin-bottom:10px;
}

.link1 {
    margin-top: 1em;
}
.link1 div {
    margin-right: 5px;
    margin-bottom:3px;
    text-align: center;
    float:left;
    width: 30%;
}
.link1 div:active {
    border-top:3px solid #FFFFFF;
    margin-bottom: none;
    box-shadow:none;
}
.link1 div a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display:block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.link2 {
    margin-top: 1em;
}
.link2 div {
    margin-right: 5px;
    margin-bottom:3px;
    text-align: center;
    float:left;
	width: 100%;
}
.link2 div:active {
    border-top:3px solid #FFFFFF;
    margin-bottom: none;
    box-shadow:none;
}
.link2 div a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display:block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.shoplinkamazon {
    background: #FF9900;
    box-shadow: 0 3px #B16A00;
}
.shoplinkamazon:hover {
    background: #FFB23F;
}
.shoplinkkindle {
    background: #0079BA;
    box-shadow: 0 3px #015684;
}
.shoplinkkindle:hover {
    background: #2797D4;
}
.shoplinkrakuten {
    background: #BF0000;
    box-shadow: 0 3px #7B0101;
}
.shoplinkrakuten:hover {
    background: #DC3939;
}
.shoplinkkakakucom {
    background: #25388E;
    box-shadow: 0 3px #081658;
}
.shoplinkkakakucom:hover {
    background: #485CB7;
}
.shoplinkyahoo {
    background: #750992;
    box-shadow: 0 3px #3F0250;
}
.shoplinkyahoo:hover {
    background: #8F0FB3;
}

/* 商品リンク（スマホ版）
---------------------------------------- */
@media screen and (max-width: 991px){
	
.link-box {
    border: 2px solid #CCCCCC;
	padding: 5px;
	width: 100%;
	margin:50px 0px 50px 0px;
}
.link-image {
	width:50%;
    margin:0 auto;
    text-align:center;
}
.link-info {
	width:90%;
    margin:10px auto;
    padding-top:10px;
	float: none;
}
.link-name {
    font-size: 16px;
    color: #256CC5;
    text-decoration: underline;
}

.link1 {
    margin-top: 1em;
}
.link1 div {
    margin:5px auto;
    text-align: center;
    width: 100%;
}
.link1 div a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    display:block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.shoplinkamazon {
    background: #FF9900;
}
.shoplinkkindle {
    background: #0079BA;
}
.shoplinkrakuten {
    background: #BF0000;
}
.shoplinkkakakucom {
    background: #25388E;
}
.shoplinkyahoo {
    background: #750992;
}
}

/* Youtube動画用（PC版）
---------------------------------------- */
.yumida{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 4px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #00048a), color-stop(0.01, #8bc8f9));
background: -webkit-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: -moz-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: -o-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: -ms-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: linear-gradient(to bottom, #8bc8f9 1%, #00048a 88%);

}

.yuwaku {
        border: 1px solid #dde4e6;
    background: #fdfdfd;
    margin-top: 10px;
    margin-bottom: 10px;
 width: 320px;
}

.box-1{
margin: 1px 10px 1px 30px;
float: left;
}


.box-2{
    width: 50px;
    text-align: center;
    height: 50px;
    float: left;
}

.boxContainer {
	overflow: hidden;
}

/* Youtube動画用（スマホ版）
---------------------------------------- */

@media screen and (max-width: 991px){
	
.yumida{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 4px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #00048a), color-stop(0.01, #8bc8f9));
background: -webkit-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: -moz-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: -o-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: -ms-linear-gradient(top, #8bc8f9 1%, #00048a 88%);
background: linear-gradient(to bottom, #8bc8f9 1%, #00048a 88%);

}

.yuwaku {
           border: 1px solid #dde4e6;
    background: #fdfdfd;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 300px;
}

.box-1{
margin: 1px 1px 1px 1px;
float: left;
}


.box-2{
    width: 50px;
    text-align: center;
    height: 50px;
    float: left;
}

.boxContainer {
	overflow: hidden;
}
}