/*
Theme Name: adwlp
Author: m.s 
Description: original themes
Version: 1.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;

}

.customize-support{
    background-color: #ffffff;
}


/*Age Check*/
.Agechk {
	font-size: larger;
	color: deeppink;
	font-weight: bold;
}

.close_modalage{
	font-size: larger;
	font-weight: bold;
}

.close_exit{
	color: #000;
	font-size: small;
}

.modalage {
	position:fixed;
	display:none;
	z-index:9999;
	top:40%;
	left:0;
	width:100%;
	height:200px;
	margin:0 0 0 0;
	padding:0;
	text-align:center;
}

.modalage p { margin-bottom:10px; }

.modalage a { cursor:pointer; }

/*btn group btn-square-so-pop*/
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fa4141;/*ボタン色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #bd2130;/*濃枠*/
}

.btn-square-so-pop > span{
  font-size: 22px;
  color: #FFF;
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*btn group flat-bottom-border*/
.btn-flat-bottom-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 7px 10px 10px 10px;
  text-decoration: none;
  color: #FFF;
  background: #a180dc;
  transition: .4s;
}

.btn-flat-bottom-border > span {
  border-bottom: solid 2px #FFF;
  font-size: 22px;
  color: #FFF;
}

.btn-flat-bottom-border:hover {
  background: #91b5fb;
}

/*btn group circle-3d*/
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8181;
  color: #FFF !important;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}


td.star{
	color:#ffa500;
}



/*インストール ボタン*/
a.inst{
    font-family: Roboto, Noto Sans JP, sans-serif;
    color: #fff;
    line-height: 36px;
    border-radius: 4px;
    overflow: visible;
    text-transform: none;
    align-items: initial;
    min-width: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 7px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 36px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px;
	padding: 0.5rem 0.5rem 0.5rem 0.3rem;
}

/* top5 icon*/
img.top5icon{
	width: 100px;
}
/*top5 table css start*/

table.top5{
  width: 100%;
  border-collapse: collapse;
  background:#66cce6;
}

table thead.top5{
  text-align: left;
  width: 100%;
  padding: 10px;
}

table.top5 tr{
  border-bottom: solid 2px white;
}

table.top5 tr:last-child{
  border-bottom: none;
}

table.top5 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #37ab3c;
  color: white;
  text-align: center;
  padding: 5px;
}

table.top5 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.top5 td{
  width: 70%;
  text-align: center;
  background-color: #eee;
}

table.top5 td.appname {
	font-size: small;
}
/*top5 table css end*/

/* spec table start*/

table th.spec{
  padding : 10px 5px;
  text-align: center;
  color: white;
  font-weight: 700;
}

table td.spec{
  padding : 20px 10px;
}

.table td{
  padding: .15rem;
  text-align: center;
}

/* spec table end*/

/* rev area start*/
span.rev-star{
	color: #ffa500;
}

span.rev-icon:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  padding-left: 10px;
  width: 30px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(./images/rev-icon.png);
  background-size: contain;
  vertical-align: middle;
}

img.rev-icon{
	width: 50px;
    height: 50px;
}
/* rev area end*/
figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 30%;
}

.float_none {
	clear: both;
}


h1.blog-title{
    color: deeppink;
    font-size: medium;
}

p.blog-desc{
    color: white;
    font-size: smaller;
	text-align:center;
}

.container {
	margin-top: 60px;
}

.container h1 {
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

/*おすすめリスト*/
.junban{
	margin-right:5px;
	margin-left: 5px;
}

span.no1:before {
  content: url(./images/no1.png);
  /*display: inline-block;*/
  vertical-align: middle;
}

span.no2:before {
  content: url(./images/no2.png);
  /*display: inline-block;*/
  vertical-align: middle;
}

span.no3:before {
  content: url(./images/no3.png);
  /*display: inline-block;*/
  vertical-align: middle;
}

span.best:before {
  content: url(./images/best.png);
  /*display: inline-block;*/
  vertical-align: middle;
}
 
/*osusume*/
span.osusume:before {
  content: url(./images/osusume.png);
  /*display: inline-block;*/
  width: 5px;
  height: 5px;
}

h5.card-header{
	font-size:1.3em;
	padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

h4.card-title{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
}

ul.list-group li.list-group-item::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:red;
	padding-right: 5px;
}

ul.list-group li.list-group-item-title{
	list-style: none;
	margin-bottom: 20px;
}

/*スペシャルレコメンド*/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.sticky_table th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

/*評価エリア*/
.eval_area {
    margin: 10px 0;
}

.eval_area ul li .count {
    padding: 5px;
    background: #fff;
    font-weight: bold;
}

.eval_area ul li {
    width: 49%;
    height: auto;
    display: inline-block;
    text-align: center;
    background: #f3c301;
    border-radius: 3px;
    padding: 10px 5px;
}


    header .container {
      margin-top: 23%;
    }
    
    header .midashi-btn {
      border: 1px solid #fff;
      color: #fff;
      border-radius: 0;
    }
    
    header .midashi-btn:hover {
      color: #0089ff;
      border-color: #0089ff;
    }
    
    .navbar-form {
      padding-right: 30px;
    }

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

/*テーブルフォント*/
.table thead th {
	font-size: 0.8em;
	background: #52c2d0;
}

.table tr td {
	font-size: 0.7em;
}

.form-control { font-size:0.8em; }

h5{	font-size:0.8em; }

.excerpt{ font-size:0.6em; }

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.page-link {
    color: #000;
}

//*コメント吹き出し*//
.com_area{
  margin-top: 20px;
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;
}

h5.who{
	font-size:0.7em;
}

p.comment_desc{
	font-size:0.5em;
}


/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:16px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #8BC34A; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  /*opacity: 0;*/
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #8BC34A; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}



/*問い合わせ*/
h1.entry-title {
    position: relative;
    line-height: 1.4;
    padding: .25em .5em;
    margin: 2em 0 .5em;
    border-radius: 0 5px 5px 5px;
    font-size: 13px;
    text-shadow: initial;
    margin: 13px 0 1em;
    padding: .3em;
    color: white;
    background: #cc1452;
}
.article-header h1 {
    top: 0;
    left: 0;
}

input.wpcf7-text {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: 100%;
}


textarea {
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: 100%;
}

.container input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background-color: #f5f8fa;
}

input.wpcf7-submit {
    line-height: 1.6em;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

div.wpcf7{
	padding-top: 30px;
}

.btn-outline-warning {
    color: #fa4141;
    border-color: #fa4141;
}

/*公式サイトボタン　アンドロイド*/
/*その他と主な共通部分は省略*/

a.btn--green,a.btn--blue,a.btn--black {
  color: #fff;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--blue:hover {
  color: #fff;
  background: #3478f5;
}

a.btn--black:hover {
  color: #fff;
  background: #000;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--blue.btn--cubic {
  border-bottom: 5px solid #024d9e;
}

a.btn--black.btn--cubic {
  border-bottom: 5px solid #000;
}


a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn--blue.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #024d9e;
}

a.btn--black.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #000;
}

a.btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 0.3rem;
  width:100%;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.andbtn{
  background-color: #689f38;
}

a.iosbtn{
  background-color: #3478f5;
}

a.pcbtn{
  background-color: #000;
}
/*おすすめボタンエリア*/
button.item{
  margin-top: 10px;
}

div.button-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-around;
}

em.p{
	color:deeppink;
}
em.o{
	color:orange;
}
em.r{
	color:red;
}
em.bv{
	color:blueviolet;
}
em.do{
	color:#FF8C00;
}
em.g{
	color:#008000;
}
em.b{
	color:#0000ff;
}
em.br{
	color:#8b4513;
}

/*ピックアップレビュー*/
h2.pickuprev {
    color: darkblue;
    position: relative;
    padding: 1rem 1rem 1rem 4em;
    background: lavenderblush;
}

h2.pickuprev span {
  position: absolute;
  top: -10px;
  left: 0px;
  display: inline-block;
  width: 32px;
  height: 50px;
  text-align: center;
  background: #fa4141;
}

h2.pickuprev span:before,
h2.pickuprev span:after {
  position: absolute;
  content: '';
}

h2.pickuprev span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d90606;
}

h2.pickuprev span:after {
  top: 50%;
  left: 0;
  display: block;
  height: 50%;
  border: 1em solid #fa4141;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

h2.pickuprev span i {
  position: relative;
  z-index: 1;
  color: #fff;
}

/*3ポイント*/
h2.point {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: darkblue;
  background: lavenderblush;
}

h2.point:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  position: absolute;
  top: -15px;
  left: 0;
  height: 15px;
  padding: 0 1em;
  content: '\f0a4  POINT';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #fa4141;
}