/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180831以上対応
Version: 20180831
*/


/***************************************
 *             ボタン表示・非表示
 * *************************************/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 1px 0px 1px;
    height: auto;
    opacity: 1;
}

/* ---------------------マーカー ------------------------- */

.marker_yellow{
	background: linear-gradient(transparent 50%, #ffff66 50%);
}

.marker_water {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
	background: linear-gradient(transparent 60%, #ff66ff 60%);
}

/* ----------------ボックスデザイン------------------ */

/* 黄色ボックス */

.yellowbox {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 2px #FFF799;
	background: #ffffcc;
}
.yellowbox p {
    margin: 0; 
    padding: 0;
}

/* 見出しボックス・青 */

.midasi_ao {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #7b9ad0;
}
.midasi_ao .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #7b9ad0;
    color: #ffffff;
    font-weight: bold;
}
.midasi_ao p {
    margin: 0; 
    padding: 0;
}

/* 見出しボックス・赤 */

.midasi_aka {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #d5848b;
}
.midasi_aka .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #d5848b;
    color: #ffffff;
    font-weight: bold;
}
.midasi_aka p {
    margin: 0; 
    padding: 0;
}

/* 紙風ボックス */

.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 p {
    margin: 0; 
    padding: 0;
}

/* 補足 */

.info {
  background-color: #eee;
  border: 1px solid #ccc;
  position: relative;
  padding: 1em 1em 1em 3.5em;
  margin-bottom: 10px;
}
.info::after {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: FontAwesome;
  content: '\f05a';
  color: #bbb;
  font-size: 230%;
}

/* -- 注意 -- */

.exclamation {
  background-color: #eee;
  border: 1px solid #ccc;
  position: relative;
  padding: 1em 1em 1em 3.5em;
  margin-bottom: 10px;
}
.exclamation::after {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: FontAwesome;
  content: '\f06a';
  color: #bbb;
  font-size: 230%;
}

/* --疑問-- */

.question {
  background-color: #eee;
  border: 1px solid #ccc;
  position: relative;
  padding: 1em 1em 1em 3.5em;
  margin-bottom: 10px;
}
.question::after {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: FontAwesome;
  content: '\f29c';
  color: #bbb;
  font-size: 230%;
}

/* --あわせて読みたいボックス-- */

.awasete {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px 0px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
.awasete p:last-child {
  margin-bottom: 0;
}
.awasete::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "あわせて読みたい";
  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.awasete::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #df8182;
  border-radius: 14px;
  line-height: 27px;
  text-align: center;
  content: "\f044";
  font-size: 17px;
  font-family: FontAwesome;
  color: #fff;
}

/* タイトル　アイコン　ボックス */
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

/* スマートなデザインボックス */

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

/* ---------------------- リストデザイン --------------- */

/* サルワカ　リスト シェブロンマーク */

ul.chevron {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.chevron li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.chevron li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}

/* サルワカ　リスト　 チェックマーク */

ul.check {
  border: solid 2px skyblue;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.check li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: skyblue; /*アイコン色*/
}

/* 番号付きリスト */

.suuzi{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #2994f6;
}
.suuzi li{
  border-bottom: dashed 1px #74baf9;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
.suuzi li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #2994f6;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  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%);
}
.suuzi li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}

/* --------------------- ボタンデザイン ---------------------------- */

/* 黄色ボタン */

.button {
    width: 300px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.button a {
    padding: 11px 10px 8px;
    display: block;
    background: #e7ae00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 0 #b48800,0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    color: #fff;
    text-decoration: none;
}

.button a:hover {
    box-shadow: 0 3px 0 #ce9b00,0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background: #ffc71b;
}

/***** レッドボタン *****/

.red_button a {
  display: block;
  padding: 0.7em 1em;
  width: 90%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: auto;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#fd6767 0%, #e979f5 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #ca5e5e;
}

.red_button:active a {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.red_button:hover a {
	color:#4169e1;
}

.red_button a:after{
    font-family: "FontAwesome";
	font-size:0.9em;
    content: "\f08e";
    padding-left: 4px;
}

/*
.red_button {
    width: 90%;
	font-size: 15px;
    font-weight: bold;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.red_button a {
    padding: 20px 10px 20px 15px;
    display: block;
    background: #c81c14;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 5px 0 #80120d,0 10px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    color: #fff;
    text-decoration: none;
}

.red_button a:hover {
    box-shadow: 0 3px 0 #80120d,0 5px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
	background: #de1016;
}

.red_button a:after{
    font-family: "FontAwesome";
    content: "\f08e";
    margin-left: 3px;
}
*/

/***** ブルーボタン *****/

.blue_button a {
  display: block;
  padding: 0.7em 1em;
  width: 90%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: auto;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
}

.blue_button:active a {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.blue_button:hover a {
	color:#ff6347;
}

.blue_button a:after{
    font-family: "FontAwesome";
	font-size:0.9em;
    content: "\f08e";
    padding-left: 4px;
}

/*
.blue_button {
    width: 90%;
	font-size: 15px;
    font-weight: bold;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.blue_button a {
    padding: 20px 10px 20px 15px;
    display: block;
    background: #1c81e6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 5px 0 #1872cc,0 10px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    color: #fff;
    text-decoration: none;
}

.blue_button a:hover {
    box-shadow: 0 3px 0 #1872cc,0 5px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
	background: #059ee6;
}

.blue_button a:after{
    font-family: "FontAwesome";
    content: "\f08e";
    margin-left: 3px;
}

*/

/* 赤いボタン */

.akai_button a{
    box-shadow: 0 5px 0 #991423;
    font-size: 15px;
    position: relative;
    display: block;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 11px;
    padding: 15px 10px 15px 15px;
    color: #fff;
    background: #cd1b2f;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-decoration: none;
    height: 28px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 25px;
    transition: 0.3s;
}

.akai_button a:hover {
background: #cd1b2f;
	color: #fff;
-webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow:none;
}

.akai_button a:before{
    font-family: "FontAwesome";
    content: "\f101 ";
    margin-right: 5px;
}

/* --------------------- アイコン ---------------------------- */

/* リンクアイコン */
span.external-link:before {
    font-family: "FontAwesome";
    content: "\f08e ";
    margin-right: 4px;
    color:#f39800;
    font-size:100%;
}

/* 矢印アイコン */
span.fa-hand-o-right:before {
    font-family: "FontAwesome";
    content: "\f0a4 ";
    margin-right: 4px;
    color:#f39800;
    font-size:110%;
}

/* Font Awesomeのアイコン色変更 css */

.my-orange {color: #fecb81}

/* --------------------- その他 ---------------------------- */

/* Q＆A CSS　*/

.cp_qa dl{
	 font-size:14px;
     width:100%;
     /* margin-left:45px; */
     line-height:2.0;
     overflow: hidden;
     _zoom: 1;
}

.cp_qa dt{
     background:url(http://douga-service.com/wp-content/uploads/2018/12/ecalic019_001.png) no-repeat 15px 1px;
     margin-top:20px;
	 padding: 2px 20px 7px 50px;
     /* text-indent:1.5em; */
}

.cp_qa dd{
     /* width: 455px; */
     background: url(http://douga-service.com/wp-content/uploads/2018/12/ecalic019_012.png) no-repeat 15px 1px;
     margin: 5px 0 -1px 0;
     padding: 3px 20px 15px 50px;
     border-bottom: 1px #000 dotted;
}

/* スライドボックス 色・形変更 css */

.st-slidebox-c {
    padding: 10px 20px;
    background: #f2f2f2;
    margin-bottom: 20px;
    border-radius: 5px;
}

.sankou {
	font-size: 90%;
	background-color:#F57C00;
	color:#fff;
	padding:3px 4px;
	margin:0 5px;
	white-space: nowrap;
}

/* TOC+ CSS コピペ */

#toc_container{
	margin:20px auto 30px;
	background-color:rgba(44,153,181,.04); /* 目次全体の背景カラー */
	border:3px solid rgba(64,105,144,.2); /* 目次全体の枠線 */
	border-radius:3px;
	box-sizing:border-box;
	padding:38px 52px;
	display:table;
	min-width: 68%;
	counter-reset:li;
}
 
/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before{
	content:none;
	padding:0;
	margin:0;
	width:0;
	height:0;
	background:none;
	box-shadow:none;
}
 
/* 目次の見出しタイトル */
#toc_container .toc_title{
	text-align:center;
	font-weight:bold;
	font-size:118%;
	padding:0;
}
 
/* 表示／非表示トグル */
#toc_container .toc_toggle a{
	font-size:13px;
	font-weight:normal;
	padding:2px 4px;
}
 
/* 目次エリア */
#toc_container p.toc_title + ul.toc_list{
	padding:20px 0 0;
	margin:20px 0 0;
	border-top:1px solid #65ace4;
}
 
/* リスト共通スタイル */
#toc_container ul.toc_list li{
	position:relative;
	padding:0;
	margin:0;
}
 
/* 目次リンク共通スタイル */
#toc_container ul.toc_list li a{
	position:relative;
	font-size:94%;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	line-height:1.6;
	padding:3px 0;
	margin:5px 0;
	transition:all .3s ease;
}
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
	color:#5f7b96; /* リンクカラー */
}
/* マウスオーバー時 */
#toc_container ul.toc_list li a:hover{
	text-decoration:none;
	box-shadow:0 2px;
}
 
/* 親の目次 */
#toc_container ul.toc_list > li > a{
	font-size:104%;
	font-weight:bold;
	margin-left:40px;
}
 
/* 親の目次(左側の連番) */
#toc_container ul.toc_list > li::before,
#toc_container ul.toc_list > li::after{
	position:absolute;
	top:3px;
	left:0;
}
/* 連番背景 */
#toc_container ul.toc_list > li::before{
	content:'';
	display:inline-block;
	vertical-align:bottom;
	width:32px;
	height:32px;
	margin-right:7px;
	border-radius:16px;
	background-color: #65ace4;
}
/* 連番 */
#toc_container ul.toc_list > li::after{
	counter-increment:li;
	content:counter(li);
	width:32px;
	line-height:32px;
	font-family:'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
	font-weight:400;
	text-align:center;
	color:#fff;
}
 
/* 子の目次 */
#toc_container ul.toc_list > li > ul{
	margin-left:40px;
}
 
/* 子の目次の左側のアイコン */
#toc_container ul.toc_list > li ul li::before{
	position:absolute;
	top:3px;
	left:0;
	content:'\2023';
	display: inline-block;
	width:14px;
	height:28px;
	line-height:28px;
	font-size:18px;
	color:#5f7b96;
}
#toc_container ul.toc_list > li ul li a{
	font-weight: normal;
	margin-left:16px;
}
 
/* レスポンシブ設定(667px幅以下) */
@media only screen and (max-width: 667px){
	#toc_container{
		padding:20px 3vw;
		min-width:auto;
		width:100%!important;
	}
	#toc_container p.toc_title + ul.toc_list{
		padding:20px 0 0;
	}
	#toc_container ul.toc_list > li > ul{
		margin-left:30px;
	}
}

/* すごいもくじ css */

/*

#st_toc_container{
  padding: 0!important;
  margin: 2em 0;
}
#st_toc_container .st_toc_title{
  border-bottom: none;
  background: #65ace4;
  line-height: 2.2em;
  display: block;
}
.post #st_toc_container ul, .post #st_toc_container ol, #st_toc_container.only-toc .st_toc_list{
  padding: 0em 1em 1em 5em;
}
#st_toc_container.only-toc li{
  list-style-type: none;
  border: none;
}
#st_toc_container.only-toc ul a{
  padding: 0px 0px 10px;
}
.post #st_toc_container ul ul{
  padding: 6px 0px;
  padding-left: 2em!important;
}
#st_toc_container li li{
  padding: 0;
  line-height: 1;
}
#st_toc_container ul li li a {
    padding-left: 0px;
    line-height: 1.1!important;
}
#st_toc_container ul a{
  border-bottom: none;
  line-height: 1.2!important;
}
ul.st_toc_list >li{
  counter-increment: item;
}
ul.st_toc_list >li>ul>li{
  counter-increment: item2;
}
#st_toc_container li{
  position: relative;
}
ul.st_toc_list >li:before{
  content: counters(item,"-")" ";
position: absolute;
left: -30px;
top: -4px;
background: #65ace4;
width: 18px;
height: 18px;
line-height: 18px;
padding: 3px;
font-size: 13px;
text-align: center;
color: #fff;
border-radius: 33px;
}
ul.st_toc_list >li>ul>li:before{
  content: counters(item2,"-")" ";
position: absolute;
left: -30px;
top: -1px;
background: #65ace4;
min-width: 14px;
height: 14px;
line-height: 14px;
padding: 3px;
font-size: 13px;
text-align: center;
color: #ffffff;
}
@media only screen and (max-width: 600px) {
.post #st_toc_container ul, .post #st_toc_container ol{
    padding: 0 1em 1em 3.5em;
  }
}

.st_toc_title{
	font-size: 16px;
}

*/

/* ステップテキスト　位置指定 */

.st-step-box {
    position: absolute;
    top: calc(100% - 3.2em);
    left: -5px;
    display: block;
}

/*********************************
 *  タグクラウド デザインcss
*********************************/

.tagcloud a {
	font-size: 14px !important; /* 文字のサイズ */
	font-weight: bold;
	line-height: 1em;
	background: #fff; /* 背景色 */
	color: #87ceeb; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; /* 文字周りの余白 */
	margin-top: 3px; /* タグ同士の余白 */
	border-radius: 4px; /* 角を少し丸く */
	text-decoration: none;
}
.tagcloud a:before {
        font-family: "FontAwesome";
        content: "\f02b";
	padding-right: 4px;
}

/* --基本のフォントサイズ-- */

p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */
 {
	font-size: 14px;
	line-height: 25px;
}

/* --基本のフォントサイズ-- */


/* --テーブル-- */
/*
.post table {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
}

table tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	line-height: 18px;
}

table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}

.post table tr td {
	font-size: 13px;
	line-height: 18px;
}

.post table tr:nth-child(even) {
	background-color: rgba(220,220,220,0.2);
}

#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}
*/
/* --テーブル-- */

/* --アプリーチCSS -- */

#appreach-box {
  max-width: 500px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
}

#appreach-box br {
  display: none;
}

#appreach-image {
  margin-right: 15px !important;
  margin-bottom: 0 !important;
}

#appreach-appname {
  color: #3a3a3a;
  font-size: 1.35em;
  font-weight: bold;
}

#appreach-developer, #appreach-price, .appreach-powered {
  color: #888;
  font-size: 11px !important;
}

#appreach-box .appreach-links {
  margin-top: 10px;
}

#appreach-itunes-link {
  margin-right: 10px;
}

#appreach-box .appreach-links img:hover {
  opacity: 0.8;
}

/* --アプリーチCSS -- */

/* --アプリーチ 新コードCSS -- */

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

/* --アプリーチ 新コードCSS -- */

/* -- カエレバ・ヨメレバ　レスポンシブ --*/

.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}

/* -- カエレバ・ヨメレバ　レスポンシブ --*/

/* --スマホ用フッターメニュー-- */

#st-footermenubox {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width:100%;
  	height:auto;
  	box-sizing:border-box;
  	padding:5px 10px;
  	background:#fff;  
	box-shadow:0px 0px 5px;
	z-index:9999;
}

#st-footermenubox a {
	text-decoration: none;
}

#st-footermenubox ul.menu  {
	display:table;
	table-layout: fixed;
	width:100%;
}

#st-footermenubox ul.menu li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
}

#st-footermenubox ul.menu li .fa{
	font-size:13px;
}

#st-footermenubox ul.menu li .fa{
	font-size:18px;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	
/* ステップテキスト　位置指定 */

.st-step-box {
    position: absolute;
    top: calc(100% - 4.1em);
    left: -5px;
    display: block;
}


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}
