/* カスタム CSS をここに入力してください */

/* かへんする表 */
/* ヘッダーとデータ部分の設定 */


/* 溢れたらスクロール */


/*ここまで*/

.kamereon {
 color:#25262e; 
  
}

.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

 .midashi3 {
border-bottom: solid 3px #cce4ff !important;
position: relative !important;
}

.midashi3:after {
position: absolute !important;
content: " " !important;
display: block !important;
border-bottom: solid 3px #5472cd !important;
bottom: -3px !important;
width: 20% !important;
}

.midashi2 {
color: #fff !important;
text-shadow: 0 0 5px white !important;
border-left: solid 7px #ef9337 !important;
background: -webkit-repeating-linear-gradient(-45deg, #efc137,#efc137 3px,#efc137 3px, #efc137 7px) !important;
background: repeating-linear-gradient(-45deg, #efc137, #efc137 3px,#efc137 3px, #efc137 7px) !important;
}

.bold {
  font-weight:bold;
}

.red {
  font-weight:bold;
  color:#EC2222; 
}

.kakoi1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.kakoi1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.kakoi1 p {
    margin: 0; 
    padding: 0;
}

/*CVボタン */


/* アフィリリンク*/
.item-box {
  padding: 10px;
  border:  1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ccc;
}
.item-box:after {
    content: '';
    display: block;
    clear: both;
}

.item-box img {
  max-width: 100%;
}

.item-box > div {
  float:  left;
  width: 50%;
}

.item-box-left {
  padding-left: 0;
}

.item-box-right {
  position: relative;
}

.item-box-right h4 {
    margin: 0;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.item-box-right h4 a {
      letter-spacing: 1px;
  font-size:  20px;
  font-weight: bold;
  color:  #666;
  margin-top: 0;
  padding-top: 0;
}

.item-box-right p {
  font-size: 14px;
}

.item-box-right .item-btn {
    font-size:18px;
    text-decoration:none;
    letter-spacing: 1px;
    display:block;
    text-align:center;
    padding: 10px 20px;
    color:#fff;
    background-color:#4CAF50;
    border-radius:5px;
    box-shadow:2px 2px 0 #2E7D32, 0px 3px rgba(0,0,0,0.5);
}

.item-box-right .item-btn a {
  text-decoration: none;
  color:  #fff;
  display: block;
}

.item-box-right .item-label {
  background-image: url("http://ota-media.net/wp-content/uploads/2018/07/オタメディア_キャラクター.png");
  display: inline-block;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(10deg);
  box-shadow: 1px 1px 5px #ccc; 
}

/*アプリのダウンロードボタん*/
.download-link {
    margin: 20px 0;
  }

.download-link ul {
  list-style:none; 
}
  .download-link-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .download-link-list .iphone {
    padding-right: 8px;
  }

  .download-link-list li {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
　　　　　list-style:none;
  }

  .appstore-download {
    display: inline-block;
    color: #FFF;
    background-color: #001bb8;
    background-image: -moz-linear-gradient(top, #425eff 0%, #001bb8 100%);
    background-image: -o-linear-gradient(top, #425eff 0%, #001bb8 100%);
    background-image: -webkit-linear-gradient(top, #425eff 0%,#001bb8 100%);
    background-image: linear-gradient(to bottom, #425eff 0%,#001bb8 100%);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.9);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    width: 96%;

    display: inline-block;
    padding: 8px 0;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none !important;
  }

  .android-store-download {
    display: inline-block;
    color: #FFF;
    background-color: #86c700;
    background-image: -moz-linear-gradient(top, #9be600 0%, #86c700 100%);
    background-image: -o-linear-gradient(top, #9be600 0%, #86c700 100%);
    background-image: -webkit-linear-gradient(top, #9be600 0%,#86c700 100%);
    background-image: linear-gradient(to bottom, #9be600 0%,#86c700 100%);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
    box-shadow: 0 2px 4px rgba(0,0,0,0.8);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    width: 96%;

    display: inline-block;
    padding: 8px 0;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none !important;
  }

  .clearfix {
    zoom:1;
  }

/* アプリランキング */
.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;
}



@media screen and (max-width: 720px) {
  .item-box > div {
    width: 100%;
  }
  .item-box-right {
    margin-top: 40px;
  }

  .item-box-right .item-label {
    right: -20px;
  }
}

/*　アフィリンクここまで*/

.double_1 {
    border-bottom: double 6px #66CC66;
  
}

/* ランキングデザイン  */


.column-wrap {
     margin-left: -1%;     margin-right: -1%;
}

.clearfix::before, .clearfix::after, .cf::before, .comment-respond::before, .cf::after, .comment-respond::after {
    content: "";
    display: table;
}

.column-wrap {
    float: left;
    width: 50%;
    padding: 0 1%;
}

.col2 {
    float: left;
    width: 50%;
    padding: 0 1%;
}

.su-service {
    position: relative;
    margin: 0 0 1.5em 0;
}

.shortcode-star-rating {
    padding: 0 0.5em;
}

.dashicons {
    font-size: 20px;
    width: auto;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    vertical-align: middle;
}

.shortcode-star-rating [class^="dashicons dashicons-star-"]:before {
    color: #FCAE00;
}

.dashicons-star-filled:before {
    content: "\f155";
}

.su-service-title {
    display: block;
    margin-bottom: -15px;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    min-height: 32px;
    line-height: 32px;
}

.su-service-content {
    padding-left: 46px;
    line-height: 1.4;
}

/*.clearfix1 {
    display: table;
    content: " "
}*/

.su-clearfix:before, .su-clearfix:after {
    display: table;
    content: " ";
}

.su-clearfix:after {
    clear: both;
}

#content dl, #content ol, #content p, #content ul {
    letter-spacing: .025em;
}

.entry-content li {
    list-style: none;
    position: relative;
    padding-left: 1.15em;
    margin: 9px;
}
/* 飯山
.entry-content img {
    margin: 0 0 0.8em;
    max-width: 100%;
    height: auto;
}
*/

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
}

#content dl, #content ol, #content p, #content ul {
    letter-spacing: .025em;
}
.entry-content p {
    margin: 0 0 1.5em;
    line-height: 1.8;
}

@media only screen and (min-width: 768px)
.column-wrap p {
    margin-bottom: 0.5em;
}
.entry-content p {
    margin: 0 0 1.75em;
    line-height: 1.8;
}


.entry-content ul li:before {
    font-family: "fontawesome";
    content: "\f111";
    display: block;
    position: absolute;
    left: 2px;
    top: 1px;
    transform: scale(0.6);
    color: orangered;
}

.entry-content table {
    width: 100%;
    font-size: 95%;
    margin-bottom: 1.5em;
}

.entry-content th {
    background: rgba(0, 0, 0, 0.05);
    width: 25%;
}

.entry-content td, .entry-content th {
    padding: 5px;
    border: 1px solid #959595;
    line-height: 25px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


@media only screen and (max-width: 480px) {
.related_article {
    font-size: 0.8em;
}

.col2 {
    width:100%;
}

}

@media only screen and (min-width: 768px)
.column-wrap .col2, .column-wrap .col3 {
    float: left;
    width: 50%;
    padding: 0 1%;
}


/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: 60px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 1px solid #aaa;
border-radius: 50%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 3px solid #e0e0e0;
border-radius: 5px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}
.balloon-text-right {
border-color: #e0e0e0;
  background: #fdfdfd;
}
.balloon-text-left {
border-color: #e0e0e0;
background-color:#76f161;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}

.btn {
 display:inline-block;
 color: #ffffff;
 background: orangered;
 padding: 15px 30px;
 text-decoration: none;
}

.radius {
 border-radius: 5px;
}

.border {
  border: 2px solid orangered;
  padding:13px 30px;
}

.square_btn2 {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 16px;
    text-decoration: none;
    color: #FFF;
    background: orangered;
    transition: .4s;
    width: 80%;
    text-align: center;
    margin: 0 auto
  }

.square_btn2:hover {
    background: #1ec7bb;
}

/*amazonリンク  */
.nfx-amkr-box {
	border: 1px solid #ddd;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	margin: 2em 0;
	padding: 1em;
}
.nfx-amkr-image img {
	max-width: none;
}
.nfx-amkr-content {
	margin-left: 1em;
}
.nfx-amkr-title {
	font-weight: bold;
}
.nfx-amkr-credit {
	color: #666;
	font-size: .8em;
	text-align: right;
}
.nfx-amkr-desc {
	list-style: none;
}
.nfx-amkr-desc li {
	display: inline;
	margin-right: .8em;
}
.nfx-amkr-comment {
	color: #666;
	font-size: .9em;
}
.nfx-amkr-amzlink a {
	background-color: #666;
	box-shadow: none;
	color: #fff;
	display: block;
	padding: 1em;
	text-align: center;
	text-decoration: none;
}

/*-----New Share HTML----*/

.link-box {
	border:1px solid #e1e1e1;
	padding:10px;
	display:flex;
	margin:30px;
}

.link-box:hover {
	background-color:#f3f3f3;
	-webkit-transition:background-color .35s;
	transition:background-color .35s;
}

.img-box {
	width:25%;
	float:left;
}

.img-box div {
	min-height:170px;
	background-size:cover;
	background-position:center center;
}

.text-box {
	width:75%;
	float:left;
	padding-left:20px;
	line-height:1.7;
	margin:0;
}

.text-box .title {
	font-size:18px;
	font-weight:600;
	color:#428bca;
	padding:0;
	margin:0;
}

.text-box .description {
	font-size:15px;
	color:#333;
	padding:0;
	margin:0;
}

@media only screen and (max-width:479px) {

.img-box div {
	min-height:80px;
}

.text-box {
	margin-left:10px;
	line-height:1.5;
}

.text-box .title {
	font-size:13px;
	margin:0;
}

.text-box .description {
	font-size:11px;
	margin-top:5px;
}
}

.success-box,
.sp-success,
.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*ブートストラップのインフォメーションライクな囲みが表示される*/
.primary-box,
.sp-primary,
.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*インフォメッセージ*/
.info-box,
.sp-info,
.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*注意メッセージ*/
.warning-box,
.sp-warning,
.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*警告メッセージ*/
.danger-box,
.sp-danger,
.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*セカンダリー*/
.secondary-box {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*ライト*/
.light-box {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*ダーク*/
.dark-box {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*******************************
* 補足説明
********************************/
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
  padding: 20px 20px 20px 72px;
  border-radius: 4px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.information-box,
.information {
  background: #f3fafe;
  border: 1px solid #bde4fc;
}

.question-box,
.question {
  background: #fff7cc;
  border: 1px solid #ffe766;
}

.alert-box,
.alert {
  background: #fdf2f2;
  border: 1px solid #f6b9b9;
}

.memo-box {
  background: #ebf8f4;
  border: 1px solid #8dd7c1;
}

.comment-box {
  background: #fefefe;
  border: 1px solid #ccd;
}

.ok-box {
  background: #f2fafb;
  border: 1px solid #3cb2cc;
}

.ng-box {
  background: #ffe7e7;
  border: 1px solid #dd5454;
}

.good-box {
  background: #f7fcf7;
  border: 1px solid #98e093;
}

.bad-box {
  background: #fff1f4;
  border: 1px solid #eb6980;
}

.profile-box {
  background: #fefefe;
  border: 1px solid #ccd;
}

.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  top: -13px;
  left: 13px;
  padding-right: .15em;
  line-height: 1em;
  top: 50%;
  margin-top: -.5em;
  width: 44px;
  text-align: center;
}

.information-box::before,
.information::before {
  content: '\f05a';
  color: #87cefa;
  border-right: 1px solid #bde4fc;
}

.question-box::before,
.question::before {
  content: '\f059';
  color: gold;
  border-right: 1px solid #ffe766;
}

.alert-box::before,
.alert::before {
  content: '\f06a';
  color: #f3aca9;
  border-right: 1px solid #f6b9b9;
}


