/* Reset */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
  font-size:250%;
  color:#4454b1;
  font-family: sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/* Reset */

body{
    margin:0 auto!important;
    background-color: #4454b1;
    font-family: Helvetica,"游ゴシック" ,YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

@media only screen and (max-width: 751px){
    body{
        width:100%!important;
        margin:0 auto!important;
        background-color: #4454b1;
    }
    main{
      width:98%!important;
  }
}

header{
    background-color:white;
    text-align: center;
}

main p#icatch_area{
margin-bottom: 10px!important;
}

main p#icatch_area img{
    width: 100%;
}

main{
  width:750px;
    background-color: white;
    margin:5px auto;
    border-radius: 20px;
}

h1{
    padding-top:1em;
    margin:0 10px 10px 10px;
    font-size: 90%;
    font-weight: bold;
    color:black;
}

#latest_date{
  color: #7f7f7f;
  font-size:80%;
  text-align: right;
  margin-right:20px;
}


#latest_date:before{
  vertical-align: middle;
  text-align: center;
  content: "\f6e2";
  font-family: "Font Awesome 5 Free";
  color: #7f7f7f;
  font-weight: 900;
  vertical-align: baseline;
}

/***********************************************/



#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: -50px;
  bottom: 20px;
  background: #4454b1;
  opacity: 0.9;
  border-radius: 50%;
  z-index:1;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.app_dl_btn img{
  vertical-align: middle;
}

.app_dl_btn {
  width: 90%;
  padding:20px 0;
  margin:20px auto;
  border-radius: 5px;
  display: block;
  position: relative;
  margin: 30px auto;
  background-color: #e24d4d;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.app_dl_btn:hover {
  text-decoration: none;
  color: #fff;
}
.app_dl_btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



.number_title{display: flex;}
.number_title p,.number_title h2 {margin-bottom: 0!important;}
.app_ranking_no{counter-increment: number; background-color: #1d4fbc; padding:10px; color:white;}
.app_ranking_no:before{
  content: counter(number) " ";
  background-color: white;
  color:#4454b1;
  padding:3px 5px 3px 8px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 15px;
  border-radius:7px;
}
.number_title h2{margin-left:20px; padding:10px;}
.freebtn{background-color: #2e6c2e;font-weight: bold;color:white; padding:10px; border-radius: 10px;}



















img.imgcnt{display:inline-block;}
.voice .icon img{border-color:white!important;}
body{counter-reset: number;}
h5{margin-block-start:0; margin-block-end:0; line-height:1em;}
p.auto_no{background:black;color:white;margin-bottom:0!important;padding:5px 20px;font-weight:bold;display:inline-block;font-size:110%;border-radius:3px;counter-increment: number;}
p.auto_no:before{content: counter(number) " ";}
.slick-dots{bottom:-50px!important;}
ul.slick-dots li:before{width:0;}
.app_block p{margin-bottom:0!important; line-height:1.2em; margin-top:3px;}
p.post_discription{font-size:80%;background:#eee;padding:1em; border:1px dotted #ccc; margin-bottom:0;}
/* h2.app_h2{text-align:center; font-size:120%;border-top:1px solid #EEE;border-bottom:1px solid #EEE; background: rosybrown; color:#FFF;}*/
.app_block{border-top:1px solid #EEE; padding:1em 0 3em 0;display:flex;padding-left: 5px;}
h2.app_h2{padding:0; margin-top:0; border-left:0;font-size:100%;    margin-block-end: 0em;font-weight: bold;}
.app_block img{display:block; margin:0; border-radius:10px; width:85px; height:85px; margin-right:10px;}
h2.app_h2 a{color:#1d4fb5;}
.app_title{margin-left:10px;}
.app_category{display:flex; flex-wrap:wrap;}
.app_category a{text-decoration: none; color:inherit;}
.app_category{ margin-top:2px; margin-left:-5px;}
.app_category p{margin-right:3px; color:white; padding:5px 5px;font-size:70%; font-weight:bold;}
.app_block .app_category p{margin-bottom:5px!important;}
.app_category .voicez{background:#f0e9fa; color:white;}
.app_category .categoryz{border:solid gray 1px; color:gray;}
.app_category .playstylez{border:solid gray 1px; color:gray;}
.app_category .freez{border:solid gray 1px; color:gray;}
.app_category .themez{border:solid gray 1px; color:gray;}
.mgl0{margin-left:0!important;}
.font85{font-size:85%;}
img.mgb0{margin-bottom:0; vertical-align:baseline; margin-right:10px;}
.imgcenter{text-align:center;}
.imgcenter img{margin-bottom:0;}
h3.game_discription {
  position: relative;
text-align:center;
font-weight: bold;
color: #464646;
padding-bottom: 15px;
}
h3.game_discription:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
h3.game_discription:first-letter {
  font-size: 2em;
  color: #6ad1c8;
}
.review_text{margin-top:15px;font-size:90%;}
p.main_line_height{line-height: 1.6em;}
.kuchikomi p{font-size:80%;}
.kuchikomi_slide{border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:0;}
p.kuchikomi_next{text-align:right;font-size:70%;position:relative;top:-48px;color: #1d4fbc;}
div.kuchikomi {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #fff;
}
div.kuchikomi:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f11b";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6ad1c8;
    font-weight: 900;
}
div.kuchikomi:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #6ad1c8;
    border-right: 19px solid #6ad1c8;
    border-bottom: 10px solid transparent;
}
div.kuchikomi p.kuchikomi_star {
  margin-left:0!important;
}
div.kuchikomi p {
    position: relative;
    padding: 0;
    margin: 10px 0 10px -50px;
    z-index: 3;
    line-height: 1.7;
    margin-top:0;
}
div.kuchikomi cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.app_section{padding:0.5em; margin:10px 0;}
.banner_slide div img{width:100%;}
div.red_box ul li:before{background:bottom!important;}
ul li{padding-left:1.2em!important;}
.add .widget_text, .add.more{text-align:left!important;}
body{font-size:95%!important;}
#toc_container .toc_list > li:after{top:7px!important;}
a[target=”_blank”]:after{content:none!important;}
.voice .voicecomment{border:none!important;}
.voice.l .voicecomment:before{border-right:none!important;}
.img_comment{text-align:center; color:#607D8B;}
.tennokoe{color:#607D8B;}
p{
margin-bottom:1.5em!important;
}
.voice .icon img{
width:60px!important;
height:60px!important;
border:3px solid #fc1923;
}
.rich_pink i{
    padding-right:1em!important;
	color:lemonchiffon!important;
}

p.sub_text{
  width: 90%;
font-size:80%;
font-weight: bold;
padding:7px 0;
background-color: #f9dcdc;
    color:#e24d4d;
  text-align:center;
    margin-top:-0.5em!important;
    margin-bottom: 0!important;
}

p.copylights{
  font-size:70%;
      color:#bdbdbd;
    text-align:center;
      margin-top:3em!important;
      padding-bottom: 1em;
  }
  
.voice.icon_yellow .icon img{
border-color:#ecb640!important;
}

.search-title .fa-search, .acc-bc-before li:before{
   background:#ff7043!important;
}

#inner-content .hh25{
border-bottom:solid 3px #ff7043!important;
}

.st{
color:#e53935!important;
}

.st_big_lv2{
font-size:120%!important;
}

.st_bigcolor_lv2{
color:#e53935!important;
font-size:120%!important;
}

.st_big_lv3{
font-size:150%!important;
}

.st_bigcolor_lv3{
color:#e53935!important;
font-size:150%!important;
}

.st_big_lv4{
font-size:180%!important;
}

.st_bigcolor_lv4{
color:#e53935!important;
font-size:180%!important;
}

.st_big_lv5{
font-size:200%!important;
}

.st_bigcolor_lv5{
color:#e53935!important;
font-size:200%!important;
}

.org_btn_link{
display:block;
}
.org_btn{
background-color:#556fb5;
border-radius:30px;
text-align:center;
padding:15px 0;
color:white;
margin:0 auto!important;
width:80%;
}
.org_btn:Hover{
opacity:.5;
}
.org_btn i{
font-size:200%!important;
margin-right:15px!important;
vertical-align:sub;
}
.org_btn a{
color:white;
}
.org_btn a:Hover{
color:white;
text-decoration:none;
}
#appreach-box {
    border-radius: 5px;
    border: double 3px #ececec;
    margin-bottom: 10px;
}
.appreach-links{
    margin-bottom: 10px;
}
.appreach-footer{
    margin-bottom: 0;
    line-height: 0;
}
#appreach-box {
    border-radius: 5px;
    border: double 3px #ececec;
    margin-bottom: 10px;
}
.appreach-links{
    margin-bottom: 10px;
}
.appreach-footer{
    margin-bottom: 0;
    line-height: 0;
}
#toc_container .toc_title{
	font-size:21px!important;
}
div.chuo{
text-align:center;
}
/*--------------------------------------
wppでランキング順位を表示する
--------------------------------------*/
/* カウンタをリセット */
.my-widget.show_num {
    counter-reset: wpp-ranking;
}
/* 一覧の表示 */
.my-widget.show_num li {
    position: relative;
}
/* 順位を表示 */
.my-widget.show_num li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
 	display: inline-block;
 	position: absolute;
 	z-index: 1;
 	top: 0;
 	left: 0;
 	width: 25px;
 	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}
/* 1位 */
.my-widget.show_num li:nth-child(1):before {
	background: #ff7c26;
	color: #fff;
}
/* 2位 */
.my-widget.show_num li:nth-child(2):before {
	background: #ff7c26;
	color: #fff;
}
/* 3位 */
.my-widget.show_num li:nth-child(3):before {
	background: #ff7c26;
	color: #fff;
}
/* 4位以降の色 */
.my-widget.show_num li:nth-child(n + 4):before{
	background: #ff7c26;
	color: #fff;
}
table.hyoka th,table.hyoka td{
border-left:none;
border-right:none;
border-top:1px dotted #CCC;
}
table.hyoka th{
background-color:#EEE;
padding:15px 30px;
width:45%;
}
table.hyoka td{
color:#555;
padding:15px 30px;
width:55%;
}
.bd-last{
border-bottom:1px dotted #CCC;
}
.star{
color:#ffe500;
}
article#entry p{
margin-bottom:1.5em;
line-height:2;
}
ul.body_list{padding-left:1em!important; border:none!important;margin-top:-5px;}
ul li:before{list-style:none!important;}
ul.body_list li:before{
	content:"";
	width: 0;
	height: 0;
	background: #3E3E3E;
}
.td-all-center td{text-align:center;}
.matching-table{margin-bottom: 0.5em;}
.matching-table th{font-size:70%;}
.matching-table td{text-align:center;border:1px solid #CFCFCE;}
.matching-table td img{border-radius:15px; margin-bottom:0!important;}
.app-data-table{padding-bottom: 75px;}
.app-data-table th{font-size:70%; text-align: center;}
.app-data-table td{text-align:center;border:1px solid #CFCFCE; padding:10px 0;}
.app-data-table td img{border-radius:15px; margin-bottom:0!important;}
p.height-reset{margin-bottom:0!important;}
.profile_box_mens_color{border:1px solid #ecb640; margin-top:1em; margin-bottom:2em;}
.profile_box_girl_color{border:1px solid #fc1923; margin-top:1em; margin-bottom:2em;}
.profile_box_attention_color{border:1px solid #f999; margin-top:1em; margin-bottom:2em;}
.profile_box img{margin:2em auto 0 auto; text-align:center;border-radius:30px;}
.profile_box p.profile_name{font-size:100%; font-weight:bold; text-align:center;}
.profile_box p{font-size:80%;margin-bottom:2em;padding:0 2em;}
.st_red{color:#e53935!important;}
.st_blue{color:cornflowerblue!important;}
.st_green{color:darkcyan!important;}
.st_pink{color:pink!important;}
.st_yellow{color:burlywood!important;}
.st_orange{color:lightsalmon!important;}
.st_girl{color:crimson!important;}
.st_boy{color:darkcyan!important;}

table{
  width:100%;
  fot-size:1em;
  border:1px solid #efefef;
  margin-bottom:1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
table th{
  font-size:50%;
  background-color: rgba(0,0,0,0.1);
  border:1px solid #cfcfcf;
  padding:0.8em;
}
table td{
  text-align: center;
  font-size: 50%;
  display: table-cell;
  vertical-align: inherit;
}
.kome{
  font-size:80%;
  color: grey;
}

/*Serch Box*/
.cp_ipselect {
	position: relative;
	width: 26%;
	margin: 8px auto;
	text-align: center;
}
.cp_sl06 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 80%;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
  text-align: center;
}
.cp_sl06:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none;
  color:#7f7f7f;
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.cp_sl06_selectlabel {
	color: rgba(0,0,0, 0.5);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
  font-size:80%;
}
.cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
	color: #6ad7dd;
	top: -10px;
	transition: 0.2s ease all;
	font-size: 14px;
  font-weight: bold;
}
.cp_sl06_selectbar {
	position: relative;
	display: block;
	width: 100%;
}
.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #6ad7dd;
	transition: 0.2s ease all;
}
.cp_sl06_selectbar:before {
	left: 50%;
}
.cp_sl06_selectbar:after {
	right: 50%;
}
.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
	width: 50%;
}
.cp_sl06_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

#search_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app_search_submit_btn{
  background-color: #4454b1;
  color: white;
  text-align: center;
  width: 45%;
  padding:5px 0;
  font-weight: bold;
  margin:10px auto 20px auto;
  border-radius: 5px;
  display: block;
}

.kakomi-box {
  position: relative;
  margin: 3em auto;
  padding: 1.2em;
  width: 100%;
  color: #555555; /* 文字色 */
  background-color: #fff;
  border: 2px solid #e53935; /* 枠線の太さ・色 */
  box-shadow: 2px 2px 1px #ccc;/* 影の色 */
 }
 .title-box {
  position: absolute;
  padding: 0 .5em;
  left: 20px;
  top: -15px;
  font-weight: bold;
  background-color: #fff; /* タイトル背景色 */
  color: #e53935; /* タイトル文字色 */
 }

 ul.osusume_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.osusume_list li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 1em 0 0 0;
  font-size:90%;
  line-height: 1.5em;
}
ul.osusume_list li::before {
  position: absolute;
  left: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f14a';
  color: #e53935;
}












.kakomi-box-bad {
  position: relative;
  margin: 3em auto;
  padding: 1.2em;
  width: 100%;
  color: #555555; /* 文字色 */
  background-color: #fff;
  border: 2px solid #6ad1c8; /* 枠線の太さ・色 */
  box-shadow: 2px 2px 1px #ccc;/* 影の色 */
 }
 .title-box-bad {
  position: absolute;
  padding: 0 .5em;
  left: 20px;
  top: -15px;
  font-weight: bold;
  background-color: #fff; /* タイトル背景色 */
  color: #6ad1c8; /* タイトル文字色 */
 }

 ul.osusume_list-bad {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.osusume_list-bad li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 1em 0 0 0;
  font-size:90%;
  line-height: 1.5em;
}
ul.osusume_list-bad li::before {
  position: absolute;
  left: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f14a';
  color: #6ad1c8;
}

p.good_bad_text{
  margin-bottom: 3em!important;
  font-size:90%;
}





.mt5{
  margin-top:5px!important;
}

.mt10{
  margin-top:10px!important;
}

.mt15{
  margin-top:15px!important;
}

.mt20{
  margin-top:20px!important;
}

.mb5{
  margin-bottom:5px!important;
}

.mb10{
  margin-bottom:10px!important;
}

.mb15{
  margin-bottom:15px!important;
}

.mb20{
  margin-bottom:20px!important;
}

.search_result{
  font-size:90%;
  text-align: center;
  margin:20px 0 20px 0!important;
}

.search_result span{
  font-size:180%;
  color:#4454b1;
  font-weight: bold;
  padding-right: 3px;
}

p.kuchikomi_star{
  margin-top:4px!important;
}

.search_sort_box{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.search_sort_box div{
  width: 30%;
  text-align: center;
  border: 0.5px solid #b2b2b2;
  border-radius: 30px;
}

.sort_btn_center{
  margin:0px 10px; 
}

.search_sort_box div a p{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0!important;
  padding:10px 0;
}
.sort_active{
  background-color: #4454b1;
  color: white;
  font-weight: bold;
}
.search_sort_hosoku{
  display: flex;
  margin:5px 0 20px 0;
}
.search_sort_hosoku p{
  text-align: center;
  font-size:70%;
  color: grey;
  width: 33%;
}
footer{
  background-color: #4454b1;
  color:white;
  text-align: center;
  font-size:70%;
}

footer ul{
  width: 80%;
  margin:20px auto;
display: flex;
justify-content: space-between;
}
/* search box */






.apps_search_box{
  width:100%;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  font-size:10px;
}

.apps_search_boxs{
  width: 25%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 10px;
}

.apps_search_boxs p{
  margin-bottom: 0!important;
  font-size:80%;
  color:gray;
}

.apps_search_boxs select{
  padding:10px;
  width: 100%;
  -webkit-appearance:button!important;
  border-top:1px solid grey;
}

.about_page{
  padding:0 30px;
  line-height: 1.5em;
  padding-bottom: 30px;
}

.about_page h2{
  font-size:150%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
}

.about_page p{
  font-size:80%;
}

.about_page th{
  width: 30%;
}
.about_page td{
  width: 70%;
  text-align: left;
  padding-left: 10px;
}

section.app_rank_zone{
  margin-top:2em;
}

section.app_rank_zone h2{
  color: white;
  background-color: #4454b1;
  font-weight: bold;
  padding-top:2em;
  padding-bottom: 2em;
}

section.app_rank_zone h3{
  font-weight: bold;
  font-size:120%;
  padding-left: 5px;
  text-align: center;
  color:darkslategray;
  margin-bottom: 3em;
  line-height: 1.5em;
}

.app_main_img img{
  width: 100%;
}


/* radar*/

.radar-chart-002 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 35px;
  box-sizing: content-box;
  margin-top:2em;
}

.radar-chart-002 svg {
  width: 100%;
  height: 100%;
}

.radar-chart-002 dl {
  position: absolute;
  width: 100%;
  height: 100%;
}

.radar-chart-002 dl > div {
  position: absolute;
  color: #777;
  font-size: .6em;
  text-align: center;
}

.radar-chart-002 dl > div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.radar-chart-002 dl > div:nth-child(2) {
  top: 31%;
  right: 7%;
  transform: translateX(50%);
}

.radar-chart-002 dl > div:nth-child(3) {
  bottom: 6%;
  right: 25%;
  transform: translateX(50%);
}

.radar-chart-002 dl > div:nth-child(4) {
  bottom: 6%;
  left: 25%;
  transform: translateX(-50%);
}

.radar-chart-002 dl > div:nth-child(5) {
  top: 31%;
  left: 7%;
  transform: translateX(-50%);
}

.radar-chart-002 dd {
  margin: 0;
}

.user_app_review{
  background-color: #dcdff0;
  margin:3em 5px;
  text-align: center;
  border-radius: 10px;
  border:1px solid #dcdff0;
}

.user_app_review p.review_title{
  color: #4454b1;
  padding:2em 0;
  font-weight: bold;
  margin-bottom: 0!important;
}

.user_app_review_pick{
  background-color: white;
  border-radius: 10px;
  margin:0 10px 30px 10px;
  padding:1em 0;
}

.user_app_review_pick p{
  margin-bottom: 0!important;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
}

.user_app_review_pick_title{
  font-size:120%
}

.user_app_review_pick_star{
  color: #ffe500;
  margin:5px 0;
  padding-bottom: 10px;
  border-bottom:#4454b1 dotted 2px;
}

.user_app_review_pick_text{
  margin-top:20px;
  font-size:90%;
}








.reco_area{
  background-color: #f9dcdc;
  margin:3em 5px;
  text-align: center;
  border-radius: 10px;
  border:1px solid #f9dcdc;
}

.reco_area p.reco_title{
  color: #e24d4d;
  padding:2em 0;
  font-weight: bold;
  margin-bottom: 0!important;
}

.reco_area_pick{
  background-color: white;
  border-radius: 10px;
  margin:0 10px 30px 10px;
  padding:3em 0;
}

.reco_area_pick p{
  margin-bottom: 0!important;
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
}

.reco_area_pick ul{
}

.reco_area_pick ul li{
  list-style: disclosure-closed;
  text-align: left;
  padding-left: 0!important;
  margin-left:30px;
  margin-right: 30px;
  line-height:1.6em;
}

.reco_area_pick ul li::marker{
  color:#e24d4d;
}

.reco_seco{
  margin:3em 0;
}

.reco_st{
  font-size:160%;
  margin-left: 2px;
  vertical-align: initial;
}







/* 波紋 */
.btnripple2{
  /*波紋の基点とするためrelativeを指定*/
position: relative;
  /*波紋の形状*/
display:inline-block;
background:#333;
width:70px;
height:70px;
border-radius: 50%;
color:#ccc;
  outline: none;
  /*アニメーションの設定*/
  transition: all .3s;
}

/*hoverした際の背景色の設定*/
.btnripple2:hover{
background:#666;	
}

/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -25%;
  top: -25%;
  /*波形の形状*/
  border: 1px solid #333;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
  animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
0%{
  transform: scale(0.68);
}
100%{
  transform: scale(1.2);
  opacity: 0;
}
}

/*中央矢印*/
.btnripple2 span::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 38%;
  left: 45%;
  /*矢印の形状*/
  border: 14px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
}

.btn_animate04 {
  margin: 0 auto;
  animation: vertical 3s linear infinite;
  transform-origin:center;
  cursor: pointer;
  }
  @keyframes vertical {
  0% {transform: translate(0px, 2px);}
  5% {transform: translate(0px, -2px);}
  10% {transform: translate(0px, 2px);}
  15% {transform: translate(0px, -2px);}
  20% {transform: translate(0px, 2px);}
  25% {transform: translate(0px, -2px);}
  30% {transform: translate(0px, 0px)}
  }

  /* aco */
  .accordion-wrap{
    border-bottom: 1px solid #4454b1;
    width: 90%;
    margin:0 auto;
}

.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
}

.accordion-text{
  width: 100%;
  
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }

 .fa{
  transition: ease-in-out 300ms;
 }

 .rotate-fa{
  transform: rotate(180deg);
 }


 .accordion-header .fa{
  float: right;
  line-height: 35px;
 }

 .accordion-gold{
  color: #4454b1;
 }

 .accordion-no-bar{
  border-bottom: 0;
}



.key_colors_code{
  color:#4454b1;
  color:#e24d4d;
  color:#dcdff0;
  color:#f9dcdc;
}

strong.point3{
  color:#e24d4d;
  font-size:120%;  
}

.app_dl_btn2{
  width: 100%!important;
  margin-top:0!important;
  border-radius: 0!important;
}

.app_prm{
  background-color: white;
}

.app_prm table{
  margin:0 auto;
  width: 80%;
}

.app_prm table th{
  width: 30%;
}

.app_prm table td{
  border-bottom: 1px solid #cfcfcf;
}

.app_prm table td.fst{
  border-top: 1px solid #cfcfcf;
}