@charset "utf-8";


.ranking-table-tabs__contents {
    display: none;
}


/****************************
  ▼プロフィールcss
****************************/

/**** ここから　PC表示 ****/

#prof_box_a{}

#prof_box_a .twitter-id:hover{
    text-decoration: none;
    opacity: 0.6;
}
#prof_box_a .author-inner{
    display: inline-block;
}
#prof_box_a .right {
    text-align: right;
    cursor: pointer;
    font-size: 18px;
    word-wrap: break-word;
}
#prof_box_a .boy-box{
    display: block;
    border: solid 2px #3399ff;
    border-radius: 10px;
    margin-bottom: 25px;
}
#prof_box_a .boy-heading{
    display: block;
    height: 40px;
    width: 30%;
    background-color: #3399ff;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px 0 10px 0;
}
#prof_box_a .girl-box{
    display: block;
    border: solid 2px #dc007f;
    border-radius: 10px;
    margin-bottom: 25px;
}
#prof_box_a .girl-heading{
    display: block;
    height: 40px;
    width: 30%;
    background-color: #dc007f;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px 0 10px 0;
}
#prof_box_a .author-heading p{
    font-weight: 600;
    padding-left: 15%;
    margin-bottom:0;
}
#prof_box_a .author-left {
    float:left;
    text-align: center;
    width: 30%;
    margin-left: 0px;
    top: 20px;
}
#prof_box_a .author-left {
    margin-left: 0px;
}

#prof_box_a .entry-content img {
    margin-bottom: 24px;
    z-index: 5;
}

#prof_box_a .author-photo {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    border: solid 2px #bdbdbd;
    border-radius: 50%;
}
#prof_box_a img {
    height: auto;
    max-width: 100%;
}

#prof_box_a .author-right {
    float:right;
    width:70%;
}

#prof_box_a .writer-name {
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#prof_box_a .writer-name {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

#prof_box_a a {
    font-size: 12px;
}


#prof_box_a .author-prof {
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    margin: 2%;
}
#prof_box_a .author-prof {
    font-size: 15px;
    padding: 0px 5%;
    line-height: 1.5;
}

#prof_box_a .author-sns {
    height: 40px;
    text-align: center;
    margin-top: 5%;
}
#prof_box_a .author-sns {
    height: 50px;
}

#prof_box_a .author-sns .hatena {
    color: #ffffff;
    background: #3D3F44;
    margin-left: 10px;
}

#prof_box_a .author-sns .hatena {
    color: #ffffff;
    background: #3D3F44;
}
#prof_box_a .author-sns .sns-box {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 7px;
}
#prof_box_a .sns-box a{
    font-size: 20px;
}
#prof_box_a .author-sns{
  position: relative; 
  overflow: hidden; 
}
#prof_box_a .author-sns ul{
  position: relative;
  left: 50%; 
  float: left;
}
#prof_box_a .author-sns ul li{
  position: relative;
  left: -50%; 
  float: left;
  list-style: n
}
#prof_box_a .author-sns ul li:hover {
  opacity: 0.6;
}
#prof_box_a .author-sns .twitter{
  background:#1DA1F2;
}
#prof_box_a .author-sns .twitter a{
  color: #fff;
}
#prof_box_a .author-sns .facebook{
  background:#3C5A99;
}
#prof_box_a .author-sns .facebook a{
  color: #fff;
}
#prof_box_a .author-sns .instagram{
  background: linear-gradient(-135deg, #b039db, #ffa915);
}
#prof_box_a .author-sns .instagram a{
  color: #fff;
}
#prof_box_a .fa{
    display: block;
}
/**** PC表示　ここまで ****/

/**** ここから　スマホ表示 ****/
@media (max-width: 680px) {
#prof_box_a .twitter-id:hover{
    text-decoration: none;
    opacity: 0.6;
}
#prof_box_a .right {
    text-align: right;
    cursor: pointer;
    font-size: 18px;
    word-wrap: break-word;
}
#prof_box_a .boy-box{
    display: block;
    border: solid 2px #3399ff;
    border-radius: 10px;
    margin-bottom: 25px;
}
#prof_box_a .boy-heading{
    width: 40%;
}
#prof_box_a .girl-box{
    display: block;
    border: solid 2px #dc007f;
    border-radius: 10px;
    margin-bottom: 25px;
}
#prof_box_a .girl-heading{
    display: block;
    height: 40px;
    width: 50%;
    background-color: #dc007f;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px 0 10px 0;
}
#prof_box_a .author-heading p{
    padding-top: 5%;
    font-weight: 600;
    padding-left: 15%;
    margin-bottom:0;
}
#prof_box_a .author-left {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    top: -20px;
}
#prof_box_a .author-left {
    margin-left: 0px;
}

#prof_box_a .entry-content img {
    margin-bottom: 24px;
    z-index: 5;
}

#prof_box_a .author-photo {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    border: solid 2px #bdbdbd;
    border-radius: 50%;
}
#prof_box_a img {
    height: auto;
    max-width: 100%;
}

#prof_box_a .author-right {
    top: -30px;
    width:100%;
}

#prof_box_a .writer-name {
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#prof_box_a .writer-name {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

#prof_box_a a {
    font-size: 12px;
}

#prof_box_a .author-prof {
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    margin: 2%;
}
#prof_box_a .author-prof {
    font-size: 15px;
    padding: 0px 5%;
    line-height: 1.5;
}

#prof_box_a .author-sns {
    height: 40px;
    text-align: center;
    margin-top: 5%;
}
#prof_box_a .author-sns {
    height: 50px;
}

#prof_box_a .author-sns .hatena {
    color: #ffffff;
    background: #3D3F44;
    margin-left: 10px;
}

#prof_box_a .author-sns .hatena {
    color: #ffffff;
    background: #3D3F44;
}
#prof_box_a .author-sns .sns-box {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 7px;
}
#prof_box_a .sns-box a{
    font-size: 20px;
}
#prof_box_a .author-sns{
  position: relative; 
  overflow: hidden; 
}
#prof_box_a .author-sns ul{
  position: relative;
  left: 50%; 
  float: left;
}
#prof_box_a .author-sns ul li{
  position: relative;
  left: -50%; 
  float: left;
  list-style: n
}
#prof_box_a .author-sns ul li:hover {
  opacity: 0.6;
}
#prof_box_a .author-sns .twitter{
  background:#1DA1F2;
}
#prof_box_a .author-sns .twitter a{
  color: #fff;
}
#prof_box_a .author-sns .facebook{
  background:#3C5A99;
}
#prof_box_a .author-sns .facebook a{
  color: #fff;
}
#prof_box_a .author-sns .instagram{
  background: linear-gradient(-135deg, #b039db, #ffa915);
}
#prof_box_a .author-sns .instagram a{
  color: #fff;
}
#prof_box_a .fa{
    display: block;
}
}
/**** スマホ表示　ここまで ****/

/****************************
   ▲プロフィールcss　ここまで
****************************/


/* CSS Document */

.top_return_link{
  font-weight:bold;
  margin-bottom:0px !important;
 text-align:right;
}
.top_return_link:before{
content: "\f077";
font-family:fontawesome;
font-size:16px;
}

/*--------------------------------------------

textdecoration

----------------------------------------------*/

/* emojideco */

.box_system{
border-radius:5px;
background:#fafafa;
padding:8px 4px;
margin-bottom:25px;
}

.box_system ul,
.box_system ol{
padding:0px 10px;
}

.box_system p:last-child,
.box_system ul:last-child,
.box_system ol:last-child{
margin-bottom:0px;
}


.magenta_box{
border:3px solid #C70063;
}

.cyaan_box{
border:3px solid #1C83CA;
}

.gold_box{
border:3px solid #E09C13;
}


p.emoji{
font-weight:bold;
font-size:130%;
margin-bottom:5px;
}

p.emoji:before{
  display: inline-block;
  width: 30px;
position:relative;
    left: 0px;
    top: 5px;
margin-right:5px;
}

p.emoji01:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_01.svg);
}
p.emoji02:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_02.svg);
}
p.emoji03:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_03.svg);
}
p.emoji04:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_04.svg);
}
p.emoji05:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_05.svg);
}
p.emoji06:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_06.svg);
}
p.emoji07:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_07.svg);
}
p.emoji08:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_08.svg);
}
p.emoji09:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_09.svg);
}
p.emoji10:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_10.svg);
}
p.emoji11:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_11.svg);
}
p.emoji12:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_12.svg);
}
p.emoji13:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_13.svg);
}
p.emoji14:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_14.svg);
}
p.emoji15:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_15.svg);
}
p.emoji16:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_16.svg);
}
p.emoji17:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_17.svg);
}
p.emoji18:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_18.svg);
}
p.emoji19:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_19.svg);
}
p.emoji20:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_20.svg);
}
p.emoji21:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_21.svg);
}
p.emoji22:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_22.svg);
}
p.emoji23:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_23.svg);
}
p.emoji24:before{
  content: url(https://jsbs2012.jp/img/svg/emoji_24.svg);
}

/*emojideco_end*/




.kanrenkiji .styleh4 {
    border: none;
    background: none;
    color: #000000;
    padding-left: 30px;
    font-size: 16px;
    padding: 30px 0px 20px 0px;
    font-size:18px;
    font-weight:bold;
    line-height: 100%;
    clear: both;
  }


 .kanrenkiji .styleh4:before {
    content: url(/image/icon_main.svg);
    display: inline-block;
    width: 22px;
    position: relative;
    top: 7px;
    margin-right: 8px;
  }

 .kanrenkiji .minibtn {
    display: inline-block;
    position: absolute;
    right: 0px;
    width: auto;
    padding: 0 5px;
    margin: 0 10px 0 0;
     background: #8a8a8a;
     border:none;
    -webkit-box-shadow: 0 0px 0 #006799;
    box-shadow: 0 0px 0 #2b6f90;
    font-weight:bold;
    font-size:14px !important;
  }
  .kanrenkiji .link_list {
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    border-radius:10px;
    background:#fafafa;
    font-weight:bold;
  }

  .kanrenkiji .link_list a {
    display:block;
    color:#000;
  }

.kanrenkiji li a{
  color:#333;
}


  .kanrenkiji .link_list:before {
   content: "\f054";
   font-family:fontawesome;
   display: inline;
   position:absolute;
   margin-left:-10px;
   top:14px;
   font-size:12px;
   
  }

  .kanrenkiji .link_list p {
    margin-bottom: 0;
  }

  .kanrenkiji .read_all_btn {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
        background-color: #3399ff;
    border-color: #3399ff;
    color:#fff;
    font-weight:bold;
    border-radius:10px;
    padding:7px 0px;
  }

.kanrenkiji ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.kanrenkiji li{
      border: 1px solid #aaa;
    padding: 10px 10px 10px 28px;
    margin:0px 0px 10px 0px !important;
    border-radius:10px;
    background:#fafafa;
    font-weight:bold;
}

.kanrenkiji li:before{

   content: "\f054";
   font-family:fontawesome;
   display: inline;
   position:absolute;
   margin-left:-18px;
   

}


.entry-content .list_sm_wrap {
  overflow-x: scroll;
    scrollbar-color: rebeccapurple green !important;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: flex;
  padding-bottom: 15px;
}

.entry-content .list_small {
  flex: 0 0 40%;
  padding: 0px 20px 0px 0px;
}

.entry-content .list_sm_inner {
  background: linear-gradient(0deg, #e4007f 50%, #00a1e9 50%);
  padding: 3px;
}

.entry-content .list_small p {
  padding: 0px;
  line-height: 150%;
  margin: 0px;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.entry-content .list_small img{
  margin-bottom:0px;
}
.listlink_title {
  font-size:16px;
font-weight:bold;
margin-bottom:10px;

}

.listlink_title:before{
  content: url(/image/icon_main.svg);
  display: inline-block;
  width: 22px;
  position: relative;
  top: 7px;
  margin-right: 8px;
}

@media screen and (max-width: 680px) {
  p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 28px;
    padding: 0px 8px
  }
}

/*診断２*/

.more-read,
.show-more {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background: #415573;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 25px;
}

.more-read:before,
.show-more:before {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.show-more {
display: none;
}

.sourcediv {
  padding-bottom: 15px;
  margin-top: -15px;
}

.shindan_start {
  margin: 0px 0 15px 0px;
  width: 100%;
  text-align: center;
  padding:10px 0px;
  cursor: pointer;
  color: #333;
  border-radius: 6px;
  background: #ff861f;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: bold;
  color: #fff;

}
.sd16btn {
  margin: 0px 0 15px 0px;
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  color: #333;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.sd16btn:hover {
  opacity: 0.7;
}

.sd16btn:active {
  padding-top: 0px;
  -webkit-box-shadow: 0 2px 0 #8a8a8a;
  right: -2px;
  top: 2px;
  background: #ddd;
}

.shindan_box .active, .shindan_box .active, .shindan_box .active {
  background: #949494;
  -webkit-box-shadow: 0 3px 0 #616161;
  box-shadow: 0 3px 0 #616161;
}

.shindan_a, .shindan_b, .shindan_c {
  padding: 15px;
  background: #E6E6E0;
  border-radius: 15px;
}

.shindan_box p {
  font-size: 20px;
  font-weight: bold;
}

.shindan_box .question {
  font-size: 25px;
  font-weight: bold;
  margin-right: 5px;
}

.shindan_box {
  position: relative;
}

.a1btn {
  width: 45%;
  height: 15%;
  font-size: 20px;
  z-index: 100;
  float: right;
  margin-bottom: 15px;
}

.a2btn {
  width: 45%;
  height: 15%;
  font-size: 20px;
  z-index: 100;
  margin-bottom: 15px;
}

.a3btn {
  width: 45%;
  height: 15%;
  font-size: 20px;
  z-index: 100;
  float: right;
  margin-bottom: 15px;
}

.a4btn {
  width: 45%;
  height: 15%;
  font-size: 20px;
  z-index: 100;
  margin-bottom: 15px;
}

.b1btn {
  width: 45%;
  height: 15%;
  font-size: 18px;
  z-index: 100;
  float: right;
  margin-bottom: 15px;
}

.b2btn {
  width: 45%;
  height: 15%;
  font-size: 18px;
  z-index: 100;
  margin-bottom: 15px;
}

.b3btn {
  width: 45%;
  height: 15%;
  font-size: 18px;
  z-index: 100;
  float: right;
  margin-bottom: 15px;
}

.b4btn {
  width: 45%;
  height: 15%;
  font-size: 18px;
  z-index: 100;
  margin-bottom: 15px;
}


/*カテゴリーページ用*/

.exp_review_wap {
  border: 4px double #a09a8e;
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.exp_review_wap .miniicon {
  width: 75px;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 8px;
  float: left;
}

.exp_review_wap:before, .exp_review_wap:after {
  display: block;
  z-index: 2;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
}

.exp_review_wap:before {
  top: -4px;
  right: -4px;
  border-top: 15px solid #a09a8e;
  border-right: 15px solid #a09a8e;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.exp_review_wap:after {
  bottom: -4px;
  left: -4px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #a09a8e;
  border-left: 15px solid #a09a8e;
}

.exp_review_writer_name {
  margin-bottom: 0px;
  position: relative;
  display: block;
  padding: 7px 10px;
  background: #eee;
  font-size: 12px;
  margin-left: 85px;
  z-index: 10;
  margin-bottom: 15px;
}

.exp_review_writer_name:before {
  content: "";
  position: absolute;
  top: 38px;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #eee;
}

h2.exp_review {
  padding: 10px 0px 0px 0px;
  margin-top: 0px !important;
  clear: both;
}

.exp_review_description {
  font-size: 12px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #aaa;
  color: #444;
}

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

.exp_review_description p:last-child {
  margin-bottom: 0px;
}

.link_card_exp {
  border-bottom: dashed 1px #aaa;
  font-size: 12px;
  padding: 10px 0px;
  height: 83px;
  clear: both;
}

.link_card_exp:after {
  content: "\f054";
  font-family: fontawesome;
  color: #777;
  position: absolute;
  right: 0;
  top: 35%;
  font-size: 15px;
}

.link_card_exp .photo img {
  width: 80px;
  float: left;
  margin-bottom: 0px !important;
}

.link_card_exp_title {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 3px;
  color: #000;
  font-size: 14px;
  margin-left: 85px;
  margin-right: 15px;
  line-height: 140%
}

.link_card_exp a {
  text-decoration: none;
}

.link_card_exp .exp_number {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}

.link_card_exp_text {
  margin-bottom: 0px;
  margin-left: 85px;
  line-height: 140%;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-right: 20px;
}

.exp_review_useapp_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.exp_review_useapp_title:before {
  content: "\f040";
  font-family: fontawesome;
  font-size: 20px;
  margin-right: 10px;
}

.exp_review_useapp_boxin {
  clear: both;
  background: #FDFBDD;
  padding: 5px 10px 10px 10px;
  margin-top: 10px;
}

.exp_review_useapp_boxin p {
  margin-bottom: 0px;
}

.exp_review_useapp_boxin .link {
  text-align: right;
  font-weight: bold;
}

.exp_review_icon {
  width: 70px;
  float: left;
  margin-right: 10px;
  font-size: 11px;
}

.exp_review_useapp_name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.exp_review_icon img {
  margin-bottom: 3px;
}

.exp_review_text {
  font-size: 12px;
  margin-left: 80px;
}


/*カテゴリーページinterview*/

.link_card_inter {
  border-bottom: dashed 1px #aaa;
  font-size: 12px;
  padding: 10px 0px;
  zheight: 130px;
  clear: both;
}

.link_card_inter:after {
  content: "\f054";
  font-family: fontawesome;
  color: #777;
  position: absolute;
  right: 0;
  top: 35%;
  font-size: 15px;
}

.link_card_inter .photo img {
  width: 85px;
  float: left;
  margin-bottom: 5px !important;
}

.link_card_inter_title {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 3px;
  color: #000;
  font-size: 14px;
  margin-left: 90px;
  margin-right: 15px;
  line-height: 140%
}

.link_card_inter a {
  text-decoration: none;
}

.link_card_inter .inter_number {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}

.link_card_inter_text {
  margin-bottom: 0px;
  margin-left: 85px;
  line-height: 140%;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-right: 20px;
}

.used_app {
  clear: both;
  float: none;
  display: block;
}

.used_app .used_app_title {
  display: inline-block;
  background: #445672;
  padding: 5px;
  font-size: 12px;
  height: 30px;
  width: 85px;
  text-align: center;
  line-height: 20px;
  margin: 0px;
  margin-right: 8px;
  color: #fff;
  border-radius: 8px;
}

.used_app .used_app_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

.used_app .used_app_icon {
  display: inline;
}

.used_app .used_app_icon img {
  height: 40px;
  margin-bottom: 0px;
  margin-right: 3px;
}


/*カテゴリーページ用*/


/*お悩み相談コンテンツ*/

.tokumei_wap .pagination {
  margin: 0px;
}

.tokumei_wap .pagination-wrapper {
  margin-top: 10px;
}

.tokumei_wap {
  padding: 10px;
  background: #F8F8F8;
  border-radius: 12px;
  margin-bottom: 25px;
  overflow: hidden;
  clear: both;
}

.tokumei_comment {
  padding-top: 15px;
  border-bottom: 1px dashed #aaa;
}

.tokumei_comment p {
  margin-left: 68px;
  font-size: 12px;
  margin-bottom: 15px;
}

.tokumei_comment figure.img-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.white_box {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
  border: dashed 1px #aaa;
}

.white_box p:last-child {
  margin-bottom: 0px;
}

.nayami_q_wap {
  padding: 10px;
  background: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 25px;
  overflow: hidden;
  clear: both;
}

.nayami_box_title {}

.nayami_box_title figure.img-thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.nayami_box_text {
  clear: both;
  float: none;
  margin-top: 15px;
}

.nayami_box_text h5::before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
}

.nayami_box_title_inner {
  color: #555;
  font-size: 16px;
  background: #cce7f9;
  margin-left: 85px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.nayami_box_title_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 18px solid #cce7f9;
}

.nayami_q_wap h2 {
  border: none;
  margin: 5px 3px;
  padding: 0px;
  font-size: 18px;
  border: none;
  background: none;
}

.nayami_q_wap h3 {
  background: #ffffff;
  font-size: 15px !important;
  margin-top: 0px !important;
  padding: 8px 10px;
}

.nayami_q_wap h4 {
  background: transparent;
  font-size: 15px !important;
  margin-top: 10px !important;
  padding: 0px;
  border-left: 0px;
}

.nayami-name {
  font-size: 13px;
  color: #666;
  text-align: right;
  display: block;
}

.nayami_q_wap .btn-sns li {
  font-size: 13px;
}

.nayami_q_wap .btn-sns li.btn-sns-kaitou {
  background-color: #DE003E;
  width: 180px;
}

.nayami_q_wap .btn-sns li.btn-sns-kaitou a span {
  display: inline;
}

.answer_footer {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.answer_footer .answer_post {
  background: #D70041;
  position: relative;
  padding-left: 28px;
}

.answer_footer .answer_post:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/svg/fukidasi_w.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.answer_footer ul {
  list-style: none;
}

.answer_footer li {
  float: left;
  overflow: hidden;
  margin-right: 0px;
  padding: 6px 10px;
  margin-left: 0px !important;
  margin-right: 8px;
}

.officialanswer {
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.officialanswer span {
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
  color: #9e7500;
  margin-left: 42px;
  line-height: 130%;
}

.officialanswer span:before {
  content: '';
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/img/svg/badge.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
}


/*コメントフォーム*/

.nl-comment-form-wrapper {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 10px
}

.nl-comment-form-wrapper label {
  margin-right: 15px;
}

.nl-comment-form-wrapper table {
  width: 100%;
}

.nl-comment-form-wrapper textarea {
  width: 100%;
}

.nl-comment-form-wrapper td {
  padding: 5px 3px;
}

.nl-comment-form-button {
  background-color: #CA0045;
  border-radius: 5px;
  border: none;
  display: block;
  width: 100%;
  padding: 6px;
  color: #fff;
  font-weight: bold;
}

.nl-comment-reply .nl-comment-form-entry-thumbnail {
  display: none;
}

.nl-comment-reply:before {
  content: "→ 編集部からの返信";
  font-weight: bold;
  margin-left: 5px;
  display: block;
  margin-left: 24px;
  position: relative;
  left: 45px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-pagination .pagination .page-item.active .page-link {
  background-color: #332300;
  border-color: #c6c3b6;
  color: #fff !important;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-content {
  float: none;
  margin-left: 70px;
  padding: 0;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-content {
  width: auto;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-ditail {
  font-size: 12px;
  text-align: right;
  color: #666;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-status {
  zfloat: right;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button {
  zfloat: left;
  zmargin-left: 10px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button ul {
  list-style: none;
  width: 100px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-good-button ul li {
  display: inline;
  margin: 0px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-thumbnail {
  float: left;
  background-color: #fff;
  border: 1px solid #e6e6e0;
  border-radius: 100px;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.nl-comment-form-entry-wrapper .nl-comment-form-entry-content p {
  margin: 0 0 20px 0;
}

.kutikomi_tool_shortcode .kuti_search_mun {
  display: none;
}


/*お悩み相談コンテンツend*/


/*記事下リンク*/

.prev_posts p, .next_posts p {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 130%;
  height: 4.9em;
  overflow: hidden;
}

.prev_posts figure.img-thumbnail, .next_posts figure.img-thumbnail {
  margin-right: 5px !important;
}

.next_posts {
  margin-top: 30px !important;
  width: 49%;
  float: right;
  position: relative;
  background: #fff;
  padding: 4px;
  border-radius: 5px 0px 5px 5px;
  border: 2px solid #445671;
  margin-bottom: 25px;
  background: #f8f8f8;
}

.next_posts:before {
  content: "次の記事→";
  position: absolute;
  top: -25px;
  right: -2px;
  background: #445671;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

.prev_posts {
  margin-top: 30px;
  width: 49%;
  float: left;
  position: relative;
  background: #fff;
  padding: 4px;
  border-radius: 0px 5px 5px 5px;
  border: 2px solid #445671;
  margin-bottom: 25px;
  background: #f8f8f8;
}

.prev_posts:before {
  content: "←前の記事";
  position: absolute;
  top: -25px;
  left: -2px;
  background: #445671;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

@media screen and (min-width: 480px) {
  .prev_posts p, .next_posts p {
    font-size: 14px;
    line-height: 150%;
  }
  .next_posts:before {
    top: -28px;
  }
  .prev_posts:before {
    top: -28px;
  }
}


/*記事下linkend*/


/*診断*/

.shindan_wrap {}

.shindan_q {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.shindanq_title {
  color: #fff;
  background: #DD007D;
  border-radius: 10px;
  padding: 0px 8px;
  margin-right: 8px;
}

.sindan_a {
  margin-bottom: 20px;
}

.sindan_a input {
  display: none;
}

.sindan_a label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  font-weight: normal;
}

.tool_design_a label{
  display:inline-block;
  
}

.sindan_a label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #ddd;
  border-radius: 50%;
}

.sindan_a input[type="radio"]:checked+label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #D7007C;
}

.sindan_b {
  margin-bottom: 20px;
}

.sindan_b input {
  display: none;
}

.sindan_b label {
  position: relative;
  cursor: pointer;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  font-weight: normal;
  z-index: 10;
}

.sindan_b label:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background: #e4e4e4;
  z-index: -1;
  border-radius: 10px;
  border-bottom: solid 2px #b3b3b3;
}

.sindan_b input[type="radio"]:checked+label:after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background: #8cc7ff;
  z-index: -1;
  border-radius: 10px;
}


/*clearfix*/

.clear {
  clear: both;
  float: none;
}

.clearfix:after {
  content: "";
  /* new clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}


/*SNSfollow*/

.sns_follow_box {
  margin-top: 28px;
}

.sns_follow_box .sns_icons {
  float: left;
  margin-right: 10px;
}

.sns_follow_box a:hover {
  text-decoration: none;
}

.sns_follow_box .sns_icons img {
  width: 80px;
  border-radius: 80px;
  border: #ddd 1px solid;
}

.sns_follow_box .twitter_prof {
  margin-left: 85px;
}

.sns_follow_box p {
  margin-bottom: 0px;
}

.sns_follow_box .sns_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 3px;
  display: block;
}

.sns_follow_box .sns_id {
  font-size: 12px;
  color: #999999;
  line-height: 100%;
  margin-bottom: 8px;
  display: block;
}

.twitter_follow_btn {
  margin-top: 10px;
  background: #64AEEC;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 8px;
}

.twitter_follow_btn::before {
  content: "\f099";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 18px;
}

.fb_follow_btn::before {
  content: "\f09a";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 18px;
}

.fb_follow_btn {
  float: none;
  clear: both;
  background: #5168AB;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  padding: 4px;
}


/*SNSbtn*/

.sns_follow {
  text-align: center;
  zbackground: #D9ECFD;
  padding: 10px;
  fotn-size: 16px;
  font-weight: bold
}

.sns_follow p {
  margin-bottom: 5px;
}

.sns_follow img {
  width: 40px;
  margin-right: 15px;
  margin-bottom: 10px;
}

/*アプリ紹介するリストボックス*/

.appbox_00 {
  background: #FDFBDD;
  border-radius: 10px;
  border: #e8e8e8 1px solid;
  margin-bottom: 20px;
}

.appbox_00_inner {
  border-bottom: 1px dashed #aaa;
  padding: 18px 10px
}

.appbox_00_inner:last-child {
  border-bottom: none;
}

.appbox_00_text {
  font-size: 13px;
}

.appbox_00_text ul{
  clear:both;
}

.appbox_00_text p.big {
  /* line-height: 60px; */
  margin-left: 70px;
    height: 50px;
    margin-bottom: 20px;
}

.appbox_00_text p.big a{
display: block;
    padding-top: 20px;
}

.appbox_00 .appbox_00_text p.big a{
padding-top:10px;
}

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



.appbox_00_text .app_title {
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
}

.appbox_00_inner img {
  width: 60px;
  float: left;
  margin-bottom: 5px;
}


/*パーツ系*/

.ranking-table-tabs {}

ul.ranking-table-tabs {
  border-bottom: 2px solid #445671;
}

.ranking-table-tabs li {
  float: right;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #aaa;
  padding: 5px 10px;
  border-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  background: #f0f0f0;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  font-size: 16px;
}

.ranking-table-tabs li.active {
  background: #445671;
  color: #fff;
}

.designbox_pink {
  border: #DD007E 3px solid;
  padding: 10px 10px 10px 10px;
  margin-bottom: 25px;
}

.designbox_pink p:last-child {
  margin-bottom: 0px;
}

.designbox_tile_pink {
  border-left: 9px solid #DD007E;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 130%;
  position: relative;
  margin-bottom: 10px;
}

.designbox_tile_pink span {
  display: block;
  color: #E65F77;
  font-size: 12px;
  font-weight: normal;
}


/**/

.designbox_blue {
  border: #37A2E5 3px solid;
  padding: 10px 10px 8px 10px;
  margin-bottom: 25px;
}

.designbox_blue p:last-child {
  margin-bottom: 0px;
}

.designbox_tile_blue {
  border-left: 9px solid #37A2E5;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 130%;
  position: relative;
  margin-bottom: 10px;
}

.designbox_tile_blue span {
  display: block;
  color: #464646;
  font-size: 12px;
  font-weight: normal;
}


/**/

.designbox_mark {
  border: #D7D7D7 3px solid;
  padding: 10px 10px 10px 10px;
  margin-bottom: 25px;
  background: #F7F7F7;
  border-radius: 10px;
}

.designbox_mark ul {
  margin-bottom: 0px;
}

.designbox_mark p:last-child {
  margin-bottom: 0px;
}

.designbox_mark_title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0px 0px 5px 25px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #ccc;
}

.designbox_mark_title:before {
  display: block;
  content: ' ';
  background-image: url('/img/svg/icon_bikkuri.svg');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
}


/**/

.point_box {
  border: #D7007D 3px solid;
  border-radius: 10px;
  position: relative;
  padding: 15px 15px 10px;
  margin-bottom: 25px;
}

.point_box ul:last-child {
  margin-bottom: 0px !important;
}

.point_box .title {
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 15px;
  padding: 3px 5px 3px 25px;
  color: #D7007D;
  font-weight: bold;
  font-size: 16px;
}

.point_box .title:before {
  display: block;
  content: ' ';
  background-image: url('/img/svg/icon_chui.svg');
  background-size: 20px 20px;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0px;
  top: -0px;
  border: #fff 3px solid;
}

.point_box p:last-child {
  margin-bottom: 0px;
}


/**/

.nostyle {
  font-size: 14px !important;
  font-weight: normal !important;
  border: none !important;
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.nostyle:before {
  content: none !important;
}

.point_box1_title {
  text-align: center;
  font-size: 20px !important;
  font-weight: bold !important;
  margin: 30px 0px 8px 0px !important;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
  color: #505050;
}

.point_box1_title span {
  background: linear-gradient(transparent 50%, #FCE49C 50%);
}

.point_box1 {
  background: #FFFAFA;
  border: #E65F77 3px solid;
  border-radius: 10px;
  padding: 0px 8px 0 8px;
  margin-bottom: 25px;
}


/**/

.check_box_round {
  border: #E65F77 3px solid;
  position: relative;
  padding: 25px 8px 0 8px;
  margin: 40px 0px 25px 0px;
}

.check_box_round .title {
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 32px;
  padding: 3px 10px;
  color: #E65F77;
  font-weight: bold;
  font-size: 16px;
}

.check_box_round p,.check_box_round ul {
  margin-bottom:10px;
}

.check_round {
  background: #E65F77;
  border: 3px #ffffff solid;
  box-sizing: border-box;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #FDFAB4;
  font-size: 10px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -28px;
  left: -10px;
  z-index: 10;
}


/**/

.link_mark {
  font-weight: bold;
  font-size: 110%;
}

.link_mark:after {
  content: url(/img/svg/external-link-alt_b.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  margin-left: 5px;
  color: #004cff;
}

.yellow_box {
  background:#fcfaee;
  padding: 15px;
  margin-bottom: 25px;
  border-radius:5px;
  border:1px solid #e5e5df;
}

.yellow_box p:last-child {
  margin-bottom: 0px;
}

.blue_box {
  background: #f0f4fb;
  padding: 15px;
  margin-bottom: 25px;
  border-radius:5px;
  border:1px solid #a9c9ea
  }


.blue_box p:last-child {
  margin-bottom: 0px;
}

.red_box {
  background: #ffe8e8;
  padding: 15px;
  margin-bottom: 25px;
}

.red_box p:last-child {
  margin-bottom: 0px;
}

.gray_box {
  margin: 0;
  border: 2px solid #c1c1c1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  max-width: 480px;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 25px;
}

.memo.alert {
  background: #fff;
  border:#ce2c72 2px solid;
  background:#fbf8fa;
}

.memo.alert .memo_ttl {
  color: #ce2c72;
  margin-bottom: 5px;
  font-size:18px;

  font-weight: bold;
}

.memo_ttl:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px 0 0;
  border-radius: 50%;
  background: #ce2c72;
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  content: "\f12a";
}

.memo.reference {
  background-color: #ffffff;
  border: 2px solid #ddd;
  padding: 12px;
  margin-bottom: 24px;
  border-radius: 10px;
}

.memo.reference p:last-child {
  margin-bottom: 0px;
}

.memo.reference .memo_ttl {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 30px;
}

.memo_ttl:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: ##ff0000;
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  content: "\f071";
  font-size:25px;
}

.comment_icon:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(https://jsbs2012.jp/img/svg/comment-dots.svg) left center no-repeat;
  background-size: 16px;
  padding-right: 20px;
}

.attention_icon:before {
  content: "\f071";
  font-family: fontawesome;
  color: #ce2c72;
  margin-right: 8px;
  font-size: 16px;
}

/**/

.list_parts_a {
  border-top: 3px solid #E6E6E6;
  border-bottom: 3px solid #E6E6E6;
  padding: 0px 10px;
  margin-bottom: 25px;
}

.list_parts_b {
  border: #e6e6e6 double 4px;
  background: #F8F8F8;
  padding: 0px 10px;
  margin-bottom: 25px;
}

.list ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px;
}

.list li {
  list-style: none;
  border-bottom: dotted 1px #a5a5a5;
  padding: 3px 0px;
}

.list li:last-child {
  border-bottom: none;
}

.list_sytle_typea li:before {
  content: "\f138";
  font-family: fontawesome;
  color: #E87086;
  margin-right: 5px;
}

.list_sytle_typeb li:before {
  content: "\f061";
  font-family: fontawesome;
  color: #E87086;
  margin-right: 5px;
}

.list_sytle_typec li:before {
  content: "\f14a";
  font-family: fontawesome;
  color: #E87086;
  margin-right: 5px;
}

.h_style {
  padding: 0px;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: bold;
}

.h_style:before {
  content: "\f138";
  font-family: fontawesome;
  color: #E87086;
  margin-right: 5px;
}


/**/

.y_back {
  background-color: #ffe8b7;
}


/**/

.box_character {
  padding: 0px;
  position: relative;
  margin: 60px 0px 25px 0px;
  padding: 70px 0px 0px 0px;
}

.box_character table {
  width:98%;
  margin-left:1%; 
}

.box_character p {
  margin-right: 10px;
  margin-left: 10px;
  clear: both;
}

.box_character ul {
  margin-right: 10px;
  margin-left: 10px;
  clear: both;
}

.chara_img_box {}

.chara_img.mamiicon {
  width: 60px;
  position: absolute;
  top: -40px;
  left: -10px;
  z-index: 10;
}

.box_character_title {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 40px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #fff !important;
  position: absolute;
  text-align: left !important;
  top: 0px;
}

.box_character.pink {
  border: #DD007E 3px solid;
}

.box_character_title.pink {
  background: #D7007D !important;
}

.box_character.gray {
  border: #445671 3px solid;
}

.box_character_title.gray {
  background: #445671 !important;
}


/*お気に入りポップアップ*/

#under_popup_content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 240px;
  z-index: 1000;
}

#under_popup_content img {
  margin-bottom: 0px;
}

.under_popup_content_inner, .under_popup_content_inner .message {
  border-radius: 6px;
}

.under_popup_content_inner:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto 35px auto;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333333;
}

.under_popup_content_inner .message {
  display: block;
  background: #333333;
  padding: 5px;
}

.under_popup_content_inner .close {
  display: block;
  z-index: 1001;
  font-size: 18px;
  background: #b7b7b7;
  color: #5c5051;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding: 1px 3px;
  position: absolute;
  right: -5px;
  top: -10px;
  text-align: center;
  opacity: 100;
}


/*ライター一覧*/

.t1 {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  padding: 5px 15px;
}

.t2 {
  background-color: #fff;
  max-width: 688px;
  padding: 15px;
  margin: 10px auto;
}

.t3 {
  padding: 5px 0;
}

.t4 {
  float: left;
  width: 18%;
}

.t5_name {
  float: left;
  width: 82%;
  padding-bottom: 5px;
  font-weight: bold;
}

.t5 {
  float: left;
  width: 78%;
  padding: 2%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  color: #707059;
}

.col-author2 {
  padding: 10px 10px 10px 10px;
  border: 0px solid #fff;
  background-color: #ECF2F3;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 35px;
}

.col-author-body .author-description2 {
  padding-bottom: 15px;
  font-size: 13px;
  float: right;
  max-width: 83%;
  padding: 2%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  line-height: 150%;
}

.col-author-body .author-description2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.col-author-header2 {
  float: left;
  overflow: hidden;
  width: 15%;
}

figure.author-thumbnail2 {
  float: left;
  max-width: 80px;
  height: auto;
  border-radius: 50%;
}

.col-author-header2 .author-name2 {
  line-height: 0;
  font-weight: bold;
}

.author-description2 .author-name2 {
  font-weight: bold;
  font-size: 15px;
}

.list-dotted2 li {
  padding: 5px 0;
  border-top: 1px dotted #a09a8e;
}

.list-posts2 li {
  font-size: 13px;
  list-style-type: disc;
}

.list-posts2 li>a:before {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f0da";
}

.list-posts2 li a, .sidebar-widget .menu li a {
  display: block;
  padding: 5px 0;
  color: #332300;
  line-height: 1.3;
  overflow: hidden;
}

.list_link {
  font-weight: bold;
  color: #000;
}

.list_link {
  font-weight: bold;
  color: #000;
}

.list_link a {
  font-weight: bold;
  color: #000;
}

.list_link a:hover {
  font-weight: bold;
  color: #000;
}

.txt_title {
  font-weight: bold;
  margin-top: 15px;
  clear: both;
  float: none;
  display: block;
}


/*対決CSS*/

.vs_table {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.vs_table img {
  margin-bottom: 8px;
}

.lose {
  font-size: 30px;
  font-weight: bold;
}

.lose:before {
  content: "×";
  margin-right: 5px;
  font-size: 34px
}

.lose_table {
  text-align: center;
  background: #d8d8d8;
  width: 43%;
  box-sizing: border-box;
  padding: 5px 0 10px 0px;
  border-bottom: #fff 5px solid;
}

.win {
  font-size: 30px;
  color: #e80000;
  font-weight: bold;
}

.win:before {
  content: "〇";
  margin-right: 5px;
  font-weight: bold;
  font-size: 34px;
}

.win_table {
  text-align: center;
  background: #ffeded;
  width: 43%;
  padding: 5px 0 10px 0px;
  border-bottom: #fff 5px solid;
  box-sizing: border-box;
}

.draw_table {
  text-align: center;
  background: #FEFDE6;
  width: 43%;
  border-radius: 10px;
  border: #fff 3px solid;
  box-sizing: border-box;
  padding: 15px 0 15px 0px;
}

.lose_table2 {
  text-align: center;
  background: #dfdfdf;
  width: 35%;
}

.win_table2 {
  text-align: center;
  background: #ffe2e5;
  width: 35%;
}

.draw_table2 {
  text-align: center;
  background: #fffee9;
  width: 35%;
}

.vs_name {
  font-size: 18px;
  font-weight: bold;
}

.vs_img {
  width: 14%;
}


/*知恵袋風*/

.qabox_wrap figure.img-thumbnail {
  width: 46px;
  height: 46px;
  border-radius: 30px;
  margin: 0px;
  padding: 0px;
}

.qabox_qtext {
  font-weight: bold;
  margin: 25px 0px 25px 55px;
}

.qabox_atext {
  margin: 25px 0px 25px 55px;
  ;
}


/*口コミボックス2*/

.review_box_wrap {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 12px;
  margin-bottom: 25px;
}

.review_box_title {}

.review_box_title figure.img-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.review_box_text {
  clear: both;
  float: none;
  margin-top: 15px;
}

.review_box_text h5 {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.review_box_text h5::before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
}

.review_box_title_inner {
  color: #555;
  font-size: 16px;
  background: #fff;
  margin-left: 80px;
  border-radius: 10px;
  padding: 10px;
}

.review_box_title_inner h4 {
  border: none;
  margin: 0px;
  padding: 0px;
}

.review_box_title_inner .user-name {
  font-size: 13px;
  color: #666;
}

.review_box_title_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}


/*口コミボックス２*/


/*引用*/

blockquote {
  position: relative;
  padding: 30px 10px 15px 10px;
  box-sizing: border-box;
  font-style: italic;
  background: #f4f4f4;
  border-radius: 12px;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 10px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 20px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.interview_qt {
  font-size: 15px;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.interview_qt::before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
}

.interview_a {
  padding-left: 35px;
}


/*引用*/

.taidan2 {
  margin-bottom: 20px;
}

.taidan2 dl {
  padding: 10px 0px;
  clear: both;
  position: relative;
}

.taidan2 dt {
  clear: left;
  float: left;
  width: 50px;
  text-align: center;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
}

.taidan2 dd {
  text-align: left;
  clear: right;
  font-size: 14px;
  line-height: 160%;
  min-height: 50px;
  border-bottom: dotted 1px #ddd;
  margin-bottom: 20px;
}


/*切り替えタブ1*/

.tabbtn {}

.tabbtn li {
  background: #fff;
  border: 2px #4C9BFA solid;
  float: left;
  margin: 3px;
  border-radius: 5px;
  padding: 0px;
}

.tabbtn li a {
  color: #4C9BFA;
  font-weight: bold;
  display: block;
  padding: 3px 15px 4px 15px;
}

.tabbtn li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 16px;
}

.tabbtn .active a {
  background: #4c9bfa !important;
  color: #fff;
}


/*切り替えタブ2*/

.tabbtn2 {}

.tabbtn2 ul {}

.tabbtn2 li {
  float: left;
  text-align: center;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.tabbtn2 li a {
  color: #fff;
  font-weight: bold;
  display: block;
  border: #aaa 2px solid;
  border-bottom: 0px;
  margin: 0 0px 0 10px;
  border-radius: 10px 10px 0px 0px;
  background: #666;
  padding: 10px 20px;
}

.tabbtn2 li a:before {
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 16px;
}

.tabbtn2 .active a {
  color: #000;
  background: #f4f4f4;
}

.tabbtn2 .active hover {}


/*overlay_mokuji_css*/

#overlay_head {
  text-align: center;
  margin: 0 auto 15px;
}

#overlay_head img {
  width: 180px;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
}

.overlay_btn {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 100;
}

.overlay_btn>div {
  background-color: #333;
  padding: 5px 5px;
  text-align: center;
  color: #FFF;
  width: 30px;
  line-height: 110%;
  cursor: pointer;
}

#overlay_mokuji {
  margin-top: 0px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0);
}

.overlay_wap {
  position: relative;
}

.overlay_inner {
  width: 90%;
  margin: 40px auto;
  background: #fafafa;
  padding: 15px;
  font-size: 12px;
  border-radius: 10px;
  border: #ddd 1px solid;
}

.overlay_inner .breadcrumbs {
  margin: 0px -15px;
}


/*アプリDL*/

.app_dl_box {
  display: none;
}

@media screen and (min-width: 480px) {
  .sp_off {
    display: none;
  }
  .overlay_inner {
    width: 60%;
    margin: 5% auto;
  }
  .overlay_inner .breadcrumbs {
    overflow-x: hidden;
  }
  .overlay_btn {
    bottom: 80px;
  }
}

.overlay_mokuji {}

.overlay_mokuji p {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

#mokuji2 p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 13px;
}

#mokuji2 .mokuji_indent1 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0px;
}


/*overlay_mokuji_css_end*/

.nonetable td {
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.bigining_box {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.bigining_box .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.bigining_box .faceicon img {
  width: 100%;
  height: auto;
  zborder: solid 3px #e1e8f6;
  border-radius: 50%;
  margin-bottom: 0px;
}

.bigining_box .square img {
  border-radius: 00%;
}

.bigining_box .chatting {
  width: 100%;
}

.bigining_text {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 95px;
  padding: 10px 10px;
  border-radius: 12px;
  background: #e1e8f6;
}

.bigining_text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #e1e8f6;
}

.bigining_text p {
  font-size: 14px;
  line-height: 160%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.bigining_text p:last-child, .bigining_text ul:last-child {
  margin: 0;
  padding: 0;
}


/*——————–
 吹き出しを作る
——————–*/

.converse {
  margin: 0 auto;
}

.converser_box {
  min-height: 80px;
}

.converseimg {
  width: 70px;
  float: left;
}

.converseimg img {
  margin-right: 5%;
  margin-bottom: 0px;
}

.converser_text_pink {
  margin-bottom: 20px;
  background: #e8f7fb;
  padding: 10px;
  border-radius: 10px;
  margin-left: 90px;
}

.converser_text_pink:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #e8f7fb;
}

.converse_text_gray {
  margin-bottom: 20px;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  margin-left: 90px;
}

.converse_text_gray:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #f0f0f0;
}

.converser_text_blue {
  margin-bottom: 20px;
  background: #e8f7fb;
  padding: 10px;
  border-radius: 10px;
  margin-left: 90px;
}

.converser_text_blue:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #e8f7fb;
}


/**/


/* 全体のスタイル */

.kaiwa {
  margin-bottom: 25px;
}


/* 左画像 */

.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}


/* 右画像 */

.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}

.kaiwa figure img {
  width: 100%;
  height: 100%;
  zborder: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}


/* 画像の下のテキスト */

.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}


/* 左からの吹き出しテキスト */

.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #fdecec;
  margin-right: 2%;
  float: left;
}


/* 右からの吹き出しテキスト */

.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #D9ECFD;
  margin-left: 2%;
  float: right;
}

p.kaiwa-text {
  margin: 0 0 20px;
}

p.kaiwa-text:last-child {
  margin-bottom: 0;
}


/* 左の三角形を作る */

.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}

.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fdecec;
  top: 15px;
  left: -19px;
}


/* 右の三角形を作る */

.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}

.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #D9ECFD;
  top: 15px;
  right: -19px;
}


/* 回り込み解除 */

.kaiwa:after, .kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

.intro_blue {
  border: 2px solid #0d8dc7;
  background: #f8f9fb;
}

.intro_blue .title {
  background: #0d8dc7;
}

.intro_blue .title:after {
  border-color: transparent transparent transparent #0d8dc7;
}

.intro_pink {
  border: 2px solid #ce2b72;
  background: #fbf8fa;
}

.intro_pink .title {
  background: #ce2b72;
}

.intro_pink .title:after {
  border-color: transparent transparent transparent #ce2b72;
}

.intro_box {
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 50px;
  font-size: 13px;
  border-radius: 3px;
}
.intro_box a{
  font-size:110%;
  text-decoration:underline;
  font-weight:bold;
}


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

.intro_box p:last-child {
  margin-bottom: 0px;
}

.intro_box ul, .intro_box ol {
  margin-bottom: 0px;
}

.intro_box .title {
  line-height: 1.0;
  padding: 8px 2px 4px 15px;
  color: #fff;
  font-size: 115%;
  display: inline-block;
  position: absolute;
  top: -32px;
  left: -2px;
  box-sizing: border-box;
  height: 32px;
  font-weight: bold;
  font-size: 14px;
}

.intro_box .title:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -32px;
  margin-left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 0 0 32px;
}

.intro_box .title:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 3px;
  margin-left: -5px;
  color: #fff;
}

.intro_box .icon{
width:60px;
float:left;
border-radius:60px;
margin-bottom:0px;
margin-right:10px;
}
.intro_box .big{
font-size:16px;
line-height:60px;
}

.cheryco_box {
  min-height: 125px;
  clear: both;
}

.cheryco_box .thamb {
  width: 150px;
  float: left;
  margin-top: -20px;
}

.cheryco_box p {
  margin-bottom: 15px;
  line-height: 160%;
}

.cheryco_box_in {
  position: relative;
  padding: 0 15px;
  width: auto;
  height: auto;
  color: #472a00;
  line-height: 40px;
  background: #ffeadb;
  z-index: 0;
  margin-left: 150px;
  border-radius: 15px;
  padding: 15px 15px 5px 15px;
  margin-top: 30px;
}

.cheryco_box_in:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffeadb transparent transparent;
}

.cheryco_box_in2 {
  position: relative;
  padding: 0 15px;
  width: auto;
  height: auto;
  color: #472a00;
  line-height: 40px;
  background: #ffeadb;
  z-index: 0;
  border-radius: 15px;
  padding: 15px 15px 5px 15px;
  margin-top: 30px;
}

.cheryco_box_in2:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffeadb transparent transparent;
}


/*-------------------------------------------*/

.table_cap {
  margin-top: -13px;
  font-size: 12px;
  text-align: right;
}

.minibtn {
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
  background: #3399ff;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 2px 0 #006799;
  box-shadow: 0 3px 0 #2b6f90;
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.minibtn_half {
  display: inline-block;
  width: 48%;
  margin-bottom: 7px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
  background: #3399ff;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 2px 0 #006799;
  box-shadow: 0 3px 0 #2b6f90;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.redbtn {
  background: #E50F3A;
  border-color: #aa0000 #990000 #990000;
  -webkit-box-shadow: 0 2px 0 #990000;
  box-shadow: 0 3px 0 #950120;
}

.minibtn a, .minibtn_half a {
  color: #FFF;
  display: block;
  width: 100%;
  padding: 8px 0px;
  line-height: 100%;
  font-size: 13px;
}

.minibtn a:hover {
  text-decoration: none
}


/*0016table*/

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 1px !important;
  right: 8px !important;
  font-size: 10px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
  padding-right: 0px;
  padding-top: 15px;
  padding-left: 0px;
  text-align: center;
}

.switch_wap {
  zborder-bottom: 3px solid #999
}

.switch {
  border: 2px solid #999;
  border-bottom: 0px;
  background: #fafafa;
  display: inline;
  padding: 5px 7px;
  color: #1111cc;
}

.tbl-overall {}

.tbl-price {}

.tbl-serious {}

.tbl-web i {
  font-size: 16px !important;
}

.tbl-user:after {
  content: "万人";
}

.tbl-newuser:after {
  content: "人";
}

.tbl-active:after {
  content: "人";
}

.tbl-genderrate {}

.tbl-age20 {}

.tbl-age30 {}

.tbl-age40 {}

.tbl-age50 {}

.tbl-private:after {
  content: "非公開";
}

.tbl-icon img {
  margin: 0px;
  width: 55px;
}

.lkc-internal-wrap {
  margin: 0;
  border: 2px solid #c1c1c1;
  padding: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /*SHADOW*/
  /*HEIGHT*/
  max-width: 600px;
  background-color: #f5f5f5;
  /*IN-IMAGE*/
  /*WRAP*/
}

.hyoka_box dl {}

.hyoka_box dt {
  width: 100px;
  float: left;
}

.hyoka_box dd {}

.hyoka_box .rate_ye {
  color: #ff7c00;
}

.hyoka_box .rate_bl {
  color: #b3b3b3;
  margin-left: -5px;
}

.mini {
  font-size: 12px;
}

.entry-content .no-margin {
  margin-bottom: 0px;
}


/*ブログカード*/

#sp_slide_menu .awasete .lkc-internal-wrap {
  background: #F8F8F8;
}

#sp_slide_menu .awasete .lkc-title {
  padding-left: 20px;
  display: block;
}

.awasete_mini {
  margin-bottom: 25px;
}

.awasete_mini .linkcard .lkc-thumbnail {
  margin-right: 5px;
}

.awasete_mini .lkc-card {
  margin: 7px 0px;
}

.awasete_mini .lkc-thumbnail-img {
  width: 65px;
  border-radius: 0px;
}

.awasete_mini .linkcard {
  margin: 5px 0px 5px 0px;
}

.awasete_mini .lkc-internal-wrap {
  border: 0px;
  border-bottom: 1px dotted #aaa;
  background: #fff;
  border-radius: 0px;
  max-width: 100%;
}

.awasete_mini .lkc-info {
  display: none !important;
}

.awasete_mini .lkc-excerpt {
  display: none;
  font-size: 12px;
  color: #666;
}

.awasete_mini .lkc-content {
  height: 40px;
}

.awasete_mini .lkc-thumbnail {
  margin-bottom: 0px !important;
}

.awasete_mini .lkc-title {
  font-weight: normal;
  line-height: 130%;
}

.awasete {
  margin-bottom: 25px;
}

.awasete .linkcard {
  margin: 5px 0px 5px 0px;
}

.awasete .lkc-internal-wrap {
  border: 0px;
  border-bottom: 1px dotted #aaa;
  background: #fff;
  border-radius: 0px;
  max-width: 100%;
}

.awasete .lkc-info {
  display: none !important;
}

.awasete .lkc-excerpt {
  zdisplay: none;
  font-size: 13px;
  color: #666;
}

.awasete .lkc-content {
  height: auto;
}

.awasete .lkc-thumbnail {
  margin-bottom: 0px !important;
}

.awasete  .lkc-thumbnail,
.awasete  .lkc-thumbnail-img {
	max-width: 150px;
	max-height: 100px;
}

.awasete .lkc-url {
	word-break: break-all;
}

.lkc-card {
	padding: 10px;
}

img.lkc-favicon {
    margin: 0;
}

.lkc-content {
	overflow: hidden;
}

.lkc-content .lkc-url {
	word-break: break-all;
	display: none;
}

.ranking-table {}

.ranking-table p {
  font-size: 13px;
  line-height: 150%;
}

.ranking-table td {
  padding: 3px !important;
}

.ranking-table th {
  padding: 2px !important;
  text-align: center;
}

.ranking-table>thead>tr>th:nth-child(2) {
  width: 17%;
}

.ranking-table>thead>tr>th:nth-child(3) {
  width: 13%;
}

.ranking-table>thead>tr>th:nth-child(4) {
  width: 13%;
}

.ranking-table>thead>tr>th:nth-child(5) {
  width: 13%;
}

.ranking-table>thead>tr>th:nth-child(6) {
  width: 13%;
}

.ranking-table>thead>tr>th:nth-child(7) {
  width: 13%;
}

.ranking-table>thead>tr>th:nth-child(8) {
  width: 17%;
}

#ad_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 50px;
  z-index: 5000;
  display: none;
}

.hikakutb td {
  vertical-align: middle !important;
  font-size: 12px;
  text-align: center;
}

.hikakutb img {
  margin: 0px;
  padding: 0px;
}

.ad_close {
  position: fixed;
  bottom: 45px;
  left: 0px;
  color: #333;
  font-size: 16px;
}

.imgbanner {
  border: 1px solid #B0ACA2;
  margin-bottom: 15px;
}

.next_prev .col-xs-6:first-child {
  border-right: 1px dotted #B0ACA2;
}

.displaynone {
  display: none;
}

.app_icon_table {}

.app_icon_table .app_icons {
  width: 80px;
  font-size: 12px;
  text-align: center;
}

.app_icon_table .app_icons img {
  margin-bottom: 0px;
}

.app_icon_table .link_btns {
  width: 70px;
}

.app_icon_table .minibtn {
  text-align: center;
}

.app_icon_table .icons_table_lefts {}

table td p:last-child {
  margin-bottom: 0px;
}

.entry-content table td img {
  margin-bottom: 0px;
}

.tategaki {
  display: block;
  width: 1em;
  line-height: 110%;
}

.s_table {
  text-align: center;
  box-sizing: border-box;
}

.sss_table {
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
}

.ss_table {
  font-size: 12px;
  text-align: left !important;
}

.ss_table p {
  font-size: 12px;
  text-align: left !important;
  line-height: 150%;
  margin-bottom: 8px;
  padding: 0px;
}

.ss_table ul {
  margin: 0px 0px 0px 0px;
}

.ss_table ul li {
  margin: 0px 0px -5px 20px;
  line-height: 120%;
}

.table_center {
  text-align: center !important;
}

.table_left {
  text-align: left !important;
}

.s_table th {
  text-align: center;
}

.img_nomargin img {
  margin: 0px !important;
}

.app_inbox {
  margin: 0px 20px;
}

.app_info_box {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
  width: 80%;
}

.app_info_box dt {
  float: left;
  width: 5.8em;
  padding: 0px 3px;
  background: #555;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  margin-right: 8px;
}

.app_info_box dd {
  margin-bottom: 2px;
}

.app_inbox::before {
  content: "\f005" " このアプリに向いている人";
  color: #dc007f;
  font-weight: bold;
  font-family: FontAwesome, "メイリオ";
}

.dataTables_scroll {
  margin: 0px -5px;
}

.s_table td {
  vertical-align: middle;
}

.s_table th {
  font-size: 12px;
}

.s_table img {
  width: 50px;
  margin-bottom: 3px;
}

.sss_table img {
  width: 60px;
  margin-bottom: 3px;
}

.w60_table img {
  width: 60px;
}

.appicon_m img {
  width: 70px;
  margin-bottom: 3px;
}

.msize {
  font-size: 14px;
}

.s_table td {
  font-size: 12px;
}

.next_prev {
  margin-bottom: 20px;
}

.align_right {
  text-align: right;
}

.next_text, .pre_text {
  line-height: 1.3;
  margin: 5px 0px;
}

.next_text a {
  font-size: 12px;
  color: #333;
}

.pre_text a {
  font-size: 12px;
  color: #333;
}

.bbc {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.gaibu {
  font-size: 17px;
}

.ylw {
  color: #000;
  font-size: 1.0em;
  font-weight: bold;
  background: #ffee6c;
}

.right_02 {
  text-align: right;
  font-size: 120%;
}

.f120 {
  font-size: 120%;
  font-weight: bold;
}

.f110 {
  font-size: 110%;
  font-weight: bold;
}

.f130 {
  font-size: 130%;
  font-weight: bold;
}

.text-10px {
  font-size: 10px !important;
}

.text-11px {
  font-size: 11px !important;
}

.text-13px {
  font-size: 13px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-15px {
  font-size: 15px !important;
}

.text-16px {
  font-size: 16px !important;
}

.text-17px {
  font-size: 17px !important;
}

.text-18px {
  font-size: 18px !important;
}

.text-19px {
  font-size: 19px !important;
}

.text-20px {
  font-size: 20px !important;
}

.width-50px {
  width: 50px !important;
}

.width-60px {
  width: 60px !important;
}

.width-70px {
  width: 70px !important;
}

.width-80px {
  width: 80px !important;
}

.width-90px {
  width: 90px !important;
}

.width-100px {
  width: 100px !important;
}

.big {
  font-size: 150%;
  font-weight: bold;
}

.bigbig {
  font-size: 200%;
  font-weight: bold;
}

.big2 {
  font-size: 20px;
}

.bs {
  font-size: 10px;
}

.bb {
  font-weight: bold;
}

.blline {
  text-decoration: underline;
  font-weight: bold;
}

.open {
  text-align: right;
  font-weight: bold;
  color: #00f;
  cursor: pointer;
  margin-bottom: 0px;
}

.right {
  text-align: right;
  cursor: pointer;
  font-size: 16px;
  word-wrap: break-word;
font-weight: bold;
}

.right a {
  text-decoration: none;
}

.right_link {
  text-align: right;
  font-size: 20px;
}

.right_link a {
  text-decoration: none;
}

.movie {
  margin-bottom: 25px;
  width: 100%;
}

.movie span {
  font-size: 12px;
  text-align: center;
  display: block;
}

.kijiimg {
  float: right;
  margin: 0 0 20px 15px;
  max-width: 30%;
}

.kijiimgs {
  width: 100%;
  margin-bottom: 20px;
}

.center_img {
  display: block;
  margin: 0 auto;
}

.center {
  display: block;
  margin: 0 auto;
}

.center a {
  color: #666;
}

.center p {
  text-align: right;
  font-size: 10px;
  color: #666;
}

a:hover img.hoverImg {
  opacity: 0.9;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}

.bbline {
  color: #000;
  font-weight: bold;
  background: #ffee6c;
}

.bbr {
  color: #dc0000;
  font-weight: bold;
}

.bbbr {
  color: #dc0000;
  font-size: 1.5em;
  font-weight: bold;
}

.qaboxwap p, .qaboxwap ul, .qaboxwap ol {
  margin-left: 30px;
}

.questionmark, .answermark {
  font-weight: bold;
  position: relative;
  display: block;
}

.questionmark:before {
  background: #332300;
  content: "Q";
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: -33px;
  top: -5px;
}

.answermark:before {
  background: #e6aa33;
  content: "A";
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  left: -33px;
  top: -5px;
}

.blue_marker {
  background: #4C9BFA;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
  font-size: 13px;
  border-radius: 5px;
  margin-right: 8px;
}

.font02 {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #dc0000;
}

.s_yellow {
  color: #ffcc00;
}


/*口コミ*/

.arrow_answer, .arrow_question {
  position: relative;
  background-color: #fefdf2;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  width: 80%;
  padding: 3%;
}

.arrow_question {
  float: right;
}

.arrow_answer:after, .arrow_answer:before, .arrow_question:after, .arrow_question:before {
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_question:after, .arrow_question:before {
  right: 100%;
}

.arrow_answer:after, .arrow_answer:before {
  left: 100%;
}

.arrow_answer:after, .arrow_question:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-top: -8px;
}

.arrow_answer:after {
  border-left-color: #fff;
}

.arrow_question:after {
  border-right-color: #fff;
}

.arrow_answer:before, .arrow_question:before {
  border-color: rgba(200, 200, 200, 0);
  border-width: 9px;
  margin-top: -9px;
}

.arrow_answer:before {
  border-left-color: #c8c8c8;
}

.arrow_question:before {
  border-right-color: #c8c8c8;
}

.question_image {
  float: left;
  width: 10%;
}

.answer_image {
  float: right;
  width: 10%;
}

.answer_image img, .question_image img {
  border-radius: 50px;
  width: 100%
}

.question_Box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.question_Box p {
  margin: 0;
  padding: 0;
}

#copyButton{
  display:block;
  width:100%;
  border-radius:30px;
  padding:5px 0px;
  margin-top:10px;
  font-weight:bold;
  background:#f0f0f0;
  }

/*QA*/

#faq dl {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  _zoom: 1;
}

#faq dl dd, #faq dl dt {
  text-indent: -2.6em;
  padding: 0 20px 0px 50px;
}

#faq dl dt {
  margin: 20px 20px 0 0;
}

#faq dl dd:first-letter, #faq dl dt:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  font-family: 'Nunito', sans-serif;
}

#faq dl dd {
  margin: 10px 0 -1px 0;
  padding-bottom: 15px;
  border-bottom: 1px #000 dotted;
}

#faq dl dt:first-letter {
  color: #0F78E1;
}

#faq dl dd:first-letter {
  color: #ff6767;
}

#faq ul {
  margin-left: 25px;
}


/*余白　微調節*/

.mg_t20 {
  margin-top: 20px;
}

.next_btn {
  text-align: center;
  border: 1px solid #aaa;
  padding: 7px;
  background: #f8f8f8;
  border-radius: 10px;
  font-weight: bold;
  zcolor: #000bff;
  margin-bottom: 25px;
  cursor: pointer;
  width: 100%;
}

.next_btn:after {
  content: "\f103";
  font-family: fontawesome;
  font-size: 15px;
}


/*--------------------------------------------

box and styles

----------------------------------------------*/

.topic {
  background-image: url(http://jsbs2012.jp/img/topic.jpg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-size: 5%;
  height: 40px;
}

.topic p {
  margin-left: 45px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
}

.graybg {
  background-color: #EBEBEB;
}

.dottbox {
  border: dotted 1px #666;
  padding: 20px;
  margin-bottom: 25px;
}

.r_box {
  border: solid 1px #ff3b3b;
  padding: 20px;
  margin-bottom: 25px;
}

.b_box {
  border: solid 1px #000000;
  padding: 20px;
  margin-bottom: 25px;
}

.a_box {
  padding: 20px;
  margin-bottom: 25px;
  background: #f4f4f4;
  border-left: solid 6px #5bb7ae;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.number li {
  list-style: none;
  margin-left: 0;
}

.dottbox p, .b_box p, .a_box p, .r_box p {
  margin-bottom: 0px;
}

.dottbox ul, .b_box ul, .dottbox ol, .a_box ul, .a_box ol, .r_box ul, .r_box ol, .yellow_box ul, .yellow_box ol, .red_box ul, .red_box ol, .blue_box ul, .blue_box ol, .gray_box ul, .gray_box ol {
  margin-bottom: 0px;
}

.dottbox_maru {
  border: dotted 1px #666;
  padding: 0px 15px;
  padding-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

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

.dottbox_maru p.kuchi_men:first-letter {
  color: #0F78E1;
}

.dottbox_maru p.kuchi_women:first-letter {
  color: #ff69c9;
}

.dottbox_maru p.kuchi_men:first-letter, .dottbox_maru p.kuchi_women:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  font-family: 'Nunito', sans-serif;
}

.nmlbox {
  border: 4px solid #e4e4e4;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  overflow: hidden;
  padding: 10px;
  margin-bottom: 25px;
}

.mokujibox {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #E3E3E3;
  box-sizing: border-box;
  clear: both;
  margin: 20px 0;
  padding: 10px 15px;
}

.mokujibox p {
  margin-bottom: 0px;
}

.mokujibox p a {
  text-decoration: none;
}

.overlay_mokuji .mokuji_indent1 {
  margin-left: 1.5em;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 130%;
}

.overlay_mokuji .mokuji_indent2 {
  margin-left: 1.5em;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 130%;
}

.mokuji_indent1::before {
  content: "L ";
  position: absolute;
  left: 10px;
}

.mokuji_indent2::before {
  content: "L ";
  position: absolute;
  left: 10px;
}

.mokuji_indent1 a {}

.mokuji_top {
  font-weight: bold;
  padding-top: 15px;
}

.nmlbox ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nmlbox h4 {
  margin-top: 15px;
  margin-left: 10px
}

.nmlbox p {
  margin-bottom: 0px;
}

.ylwbox {
  background-color: #FFFFD2;
  border: 2px solid #CC0000;
}

.ryokinbox {
  width: 50%;
}


/****
旧デザイン
****/

// 会話スタイル .f_right {
background-color: #F8E3E3;
padding: 8px;
position: relative;
margin-left: 20px;
margin-right: 20px;
border-radius: 8px;
margin-bottom: 10px;
display: inline-block;

}
.f_right:after {
  border-left: 12px solid #F8E3E3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -12px;
  top: 50%;
}
.f_left {
  background-color: #EDF6F8;
  padding: 8px;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: inline-block;
}
.f_left:after {
  border-right: 12px solid #EDF6F8;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}
.f_right {
  background-color: #F8E3E3;
  padding: 8px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: inline-block;
}
.f_right:after {
  border-left: 12px solid #F8E3E3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -12px;
  top: 50%;
}
// タブ+口コミ /* タブ */
.tabwap {}
.tabwap .tab {
  overflow: hidden;
  padding-left: 25px;
  margin-bottom: 0px;
}
.tabwap .tab ul {
  margin-bottom: 0px;
  list-style-image: none;
}
.tabwap .tab li {
  float: left;
  width: 30%;
  margin-right: 0px;
  background: #fff;
  cursor: pointer;
  list-style: none;
  list-style-image: none;
  padding: 5px 0px 5px 0px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #ddd;
  border-bottom: 0px;
  margin-right: 10px;
  background: #ddd;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabwap .tab li.select {
  font-weight: bold;
  background: #036;
  color: #fff;
}
#main .tabwap .tab li::before {
  content: none;
  color: #fff;
}
.content {
  border-top: #036 8px solid;
  margin-top: 0px;
  z-index: 100;
}
.content li {
  background: #fff;
}
#main .tabwap .content li:before {
  content: none;
}
.hide {
  display: none;
}
.danjo {
  clear: both;
}
.button_01 {
  border: 3px solid #002c58;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 18px;
  font-family: arial, helvetica, sans-serif;
  padding: 5px 0;
  width: 35%;
  display: inline-block;
  margin: 20px 10px 0px 0px;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  clear: both;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #003366;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#main .user1, .user2, .user3, .user4, .user5 {
  color: #333;
  padding: 15px 12px 15px 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-color: #fefdf2;
  border: 1px solid #ffd7a7;
  min-height: 110px;
  _height: 70px;
  _zoom: 1;
  /* overflow: hidden; */
  /* border-radius: 10px; */

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#main .user1 {
  background-image: url(./img/user1.png);
}
#main .user2 {
  background-image: url(./img/user2.png);
}
#main .user3 {
  background-image: url(./img/user3.png);
}
#main .user4 {
  background-image: url(./img/user4.png);
}
#main .user5 {
  background-image: url(./img/user5.png);
}
#main .noimage {
  padding-left: 12px;
  background-image: none;
  min-height: 15px;
}
.open_inner {
  display: none;
  margin-left: -90px;
}
.kutikomi {
  background-color: #fefdf2;
  border: 1px solid #ffd7a7;
  border-radius: 10px;
  padding: 20px 15px 0;
  margin-bottom: 20px;
}
.kutikomi ul {
  margin-bottom: 20px;
}
.voice_info_box {
  vertical-align: top;
  font-size: 12px;
}
.voice_info_box dt {
  float: left;
  width: 5.8em;
  padding: 0px 3px;
  background: #445671;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  margin-right: 8px;
}
.voice_info_box dd {
  margin-bottom: 5px;
}
.username_top {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #445671;
  padding-bottom: 5px;
}
.appbox {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.appicon {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.apptxt {
  font-size: 18px;
  font-weight: bold;
}
.apptxt span {
  font-size: 12px;
  color: #666666;
}
.pc {
  display: block;
}
.box_r {
  float: right;
  padding: 0px 20px 0px 0px;
  width: 60%;
  margin: 0 auto;
}
.result {
  width: 100%;
  /* border: 1px solid #CCC; */

  -moz-box-shadow: 0px 0px 5px #ccc;
  /* -webkit-box-shadow: 0px 0px 5px #ccc; */
  /* box-shadow: 0px 0px 5px #ccc; */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccc');
  box-sizing: border-box;
  position: relative;
  margin: 15px 0px;
  background: #fff;
  padding-bottom: 10px;
  overflow: hidden;
  clear: both;
}
.result a {
  text-decoration: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 479px) {
  /*アプリDL*/

  .app_dl_box {
    display: block;
    font-size: 12px;
  }

  .harlf_img {
    width: 49%;
  }
  /*スマホ下メニュー*/

  .overlay_btn {
    display: none;
  }

  .sp_footer_menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 1000;
  }

  .sp_footer_menu ul {
    margin: 0px;
    padding: 0px;
  }

  .sp_footer_menu li {
    width: 25%;
    float: left;
    list-style: none;
    margin: 0 0 0 0 !important;
    padding: 7px 0 15px !important;
    text-align: center;
    border-right: 1px solid #bbb;
    background: #445671;
    color: #fff;
    line-height: 140%;
    height: auto;
    font-size: 12px;
    pointer: cursor;
  }

  .sp_footer_menu li a {
    color: #fff;
  }

  .sp_footer_menu li:last-child {
    border-right: 0px solid #bbb;
  }

  .sp_footer_menu .spsearch:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
  }

  .sp_footer_menu .spcopy:after {
    content: "\f0c5";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
  }

  .sp_footer_menu .spmenu:after {
    content: "\f141";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
  }

  .sp_footer_menu .spmokuji:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
  }

  .sp_footer_menu .sptop:after {
    content: "\f139";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
  }

  .app_dl_box dt {
    background: #e6e6e0;
    color: #000;
    font-size: 12px;
  }

  .app_dl_box dd {
    margin-bottom: 5px;
  }

  .app_dl_box img {
    margin: 0px;
  }

  .sss_table imgm, .ss_table img {
    zwidth: 45px;
    margin-bottom: 3px;
  }

  .awasete .lkc-excerpt {
    display: none;
  }

  .awasete .lkc-title {
    font-size: 13px;
    font-weight: bold;
  }

  .sp {
    display: block;
  }

  .sss_table {
    font-size: 10px;
  }

  .app_inbox {
    margin: 0px 10px;
  }

  .appbox {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
    padding: 10px;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .apptxt {
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
  }

  .apptxt span {
    font-size: 12px;
    color: #666666;
  }

  .pc {
    display: none;
  }

  .pc_off {
    display: none;
  }

  .result {
    clear: none;
    border: none;
    box-shadow: none;
  }

  .result .img {
    float: none;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box_r {
    float: none;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
}

/*mediaend*/

/** 座談会 **/
.taidan {
  margin-bottom: 20px;
}
.taidan h2 {
  margin-top: 50px
}
.taidan .dialogue-listener {
  font-weight: bold;
}
.taidan .dialogue-listener:before {
  position: relative;
  content: "----";
  letter-spacing: -0.1em;
}
.taidan dt img {
  width: 50px;
}
.taidan dl {
  padding: 10px 0px;
  border-bottom: dotted 1px #ddd;
  clear: both;
  position: relative;
}
.taidan dt {
  clear: left;
  float: left;
  width: 50px;
  text-align: center;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
}
.taidan dd {
  text-align: left;
  margin-left: 55px;
  clear: right;
  font-size: 14px;
  line-height: 160%;
  min-height: 50px;
}
.taidan dd p:last-child {
  margin-bottom: 0px;
}

/**参加者**/
.user01 {
  color: #189c01;
  font-weight: bold;
}
.user02 {
  color: #f12fbc;
  font-weight: bold;
}
.user03 {
  color: #F60;
  font-weight: bold;
}
.user04 {
  color: #835aff;
  font-weight: bold;
}
.user05 {
  color: #17ab05;
  font-weight: bold;
}
.user06 {
  color: #777371;
  font-weight: bold;
}
.small2 {
  font-size: 12px;
  line-height: 140%;
}
.small2 p {
  margin-bottom: 10px;
}
.tbl-icon {
  width: 65px;
}

/**－－－－－－－－－－－－－－－－－－－－－－－－－－SP－－－－－－－－－－－－－－－－－－－－－－－－－－**/
@media (max-width: 380px) {
  /* twitter */

  .twitter-timeline {
    width: 95%!important;
    margin-left: -10px!important;
  }

  .minibtn {
    font-size: 10px !important;
    text-align: center;
  }

  .f10 {
    font-size: 10px;
  }

  .cheryco_box {
    font-size: 13px;
  }

  .cheryco_box .thamb {
    width: 100px !important;
    margin-top: 0px;
  }

  .cheryco_box_in {
    margin-left: 100px !important;
    padding: 8px 8px 5px 8px;
  }
}
/*--------------------------------------------

リンクカード

----------------------------------------------*/
.link_reference {
padding-bottom: 5px;
    clear: both;
    float: none;
    margin-bottom: 30px !important;
    font-size: 110%;
    border: #1e4198 2px solid;
    padding: 10px;
    border-radius: 4px;
    background: #fafafa;
    zbox-shadow: 5px 5px #e1e8f6;
    overflow: hidden;
}
.link_reference a {
text-decoration: underline;
    font-weight: bold;
}
.link_reference dt {
  background: #1e4198;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}
.link_reference dd {
  margin-left:50px;
  line-height:150%;
}


/*今までのリンクカード*/
.linkcard-wrap {
  border-radius: 4px;
  border: 2px solid #ccc;
  background: #f8f8f8;
  padding: 8px 12px;
  position: relative;
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}
.linkcard-mimi {
  background: #ccc;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: -10px;
  border-radius: 5px 5px 0px 0px;
  margin-left: 0px;
  font-weight: bold;
}
.linkcard-wrap a {
  text-decoration: none;
}
.linkcard-wrap figure.img-thumbnail {
  width: 120px;
  height: 100px;
  margin-top: 0px;
  background: none;
  border: none;
}

.linkcard-wrap .linkcard-title:before {
  content:"参考になる人気記事";
 margin-left:130px;
  display:block;
  padding:2px 3px;
  font-size:13px;
  border-bottom:dashed 1px #aaa;
  margin-bottom:7px;
  color:#DA006C; 
}

.linkcard-wrap .linkcard-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 140%;
}
.linkcard-wrap .linkcard-excerpt {
  font-size: 11px;
  color: #777;
  margin-left: 130px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
.link_card_title {
  background: #699EF2;
  color: #fff;
  font-weight: bold;
  display: inline;
  padding: 5px 10px;
  position: absolute;
  top: -32px;
  left: -2px;
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
}
.link_card06 a:hover {
  text-decoration: none;
}
.link_card06 {
  position: relative;
  min-height: 100px;
  margin: 50px 0px 20px;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(93, 157, 246);
  border-image: initial;
  background: rgb(255, 255, 255);
}
.link_card06 .photo img {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.link_card06 .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 5px;
  color: #000;
}
.link_card06 .text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 150%;
  color: #666666;
}
.link_card06 .text a {
  color: #666666;
}
.link_card06 .btnlink {
  text-align: right;
  color: #2C0DD8;
  margin-top: 5px;
}
.link_card06 .btnlink:before {
  content: "\f061";
  font-family: fontawesome;
  color: #2C0DD8;
}
.link_card05 {
  width: 49%;
  margin-bottom: 15px;
  background: #fff;
  padding: 2px 2px 5px 2px;
  display: inline-block;
}
.link_card05 .title {
  padding: 3px 5px;
}
.link_card05:nth-child(odd) {
  margin-right: 2%;
}
.link_card05 img {
  margin-bottom: 5px;
  border-radius: 6px;
  border: 1px solid #eee;
}
.link_card05 .title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 130%;
  color: #333;
  font-size: 13px;
  height: 4em;
}
.link_card05 .btnlink {
  /* float: right; */

  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #4C9BFA;
  padding: 5px;
  /* border: 2px solid #aaa; */

  border-radius: 10px;
  margin-top: 10px;
}
.link_card05 .btnlink a {
  color: #ffffff;
}
.link_card03 {
  border: 2px solid #699EF2;
  background: #fff;
  margin: 50px 0px 25px 0px;
  padding: 0px 10px;
}
.link_card03 ul {
  margin-bottom: 0px;
}
.link_card03 li, .link_card04 li {
  border-bottom: 1px solid #ddd;
  padding: 0px;
  margin: 0px;
}
.link_card03 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.link_card04 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
}
.link_card04 ul {
  margin-bottom: 0px;
}
.link_card04 li:first-child {
  border-top: 1px solid #ddd;
}
.link_card04 li:first-child {
  border-top: 1px solid #ddd;
}
.link_card03 li:last-child {
  border-bottom: 0px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.link_card02 {
  position: relative;
  margin: 40px 0px 20px 0px;
  padding: 10px;
  border: solid 2px #5D9DF6;
  background: #f5fdff;
  min-height: 100px;
}
.link_card02 .photo {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.link_card02 .photo-sm {
  width: 50px;
  float: left;
  margin-right: 15px;
}
.link_card02 .photo img {
  margin-bottom: 10px;
}
.link_card02 .title {
  line-height: 130%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.link_card02 .text {
  clear: both;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #666;
}
.link_card02 a {
  text-decoration: none;
}
.link_card02 .btnlink {
  text-align: right;
  color: #4B0DD8;
  margin-top: 5px;
}
.link_card02 .btnlink:before {
  content: "\f061";
  font-family: fontawesome;
  color: #4B0DD8;
}

/*-------------------------------*/
.link_card01 {
  overflow: hidden;
  border-radius: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  zborder: 2px solid #ddd;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
  ztransition: all 0.25s ease-in;
  zborder-bottom: 5px solid transparent;
  border-radius: 10px;
  position: relative;
  background: #f0f0f0;
}
.link_card01 .photo img {
  zheight: 200px;
  overflow: hidden;
  margin-bottom: 0px;
}
.link_card01 .category p {
  zfont-size: 0.8em;
  zpadding: 3px 8px;
  cursor: pointer;
  /* width: 8em; */

  display: inline;
  margin: 0;
  zborder-radius: 10px;
  zbackground: #00BCD4;
  text-align: center;
  zcolor: #ffffff;
}
.link_card01 .description {
  padding: 0 10px;
  overflow: hidden;
}
.link_card01 .description .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 130%;
  margin-top: 10px;
}
.link_card01 .description .text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #666;
}
.link_card01 .description .btnlink {
  /* float: right; */

  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #4C9BFA;
  padding: 5px;
  /* border: 2px solid #aaa; */

  border-radius: 10px;
  margin-top: 10px;
}
.link_card01 .description .btnlink:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: '\f061';
  color: #fff;
}
.link_card01 .description a:hover:after {
  zmargin-left: 5px;
  zopacity: 1;
}
.link_card01 a:hover {
  text-decoration: none;
}
.link_card01 .tag {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -3px;
  z-index: 10;
  left: 0px;
}
.link_card01 .tag span {
  background: #DD007E;
  padding: 1px 2px;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}

/*-------------------------*/
.link_card00 {
  overflow: hidden;
  border-radius: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  border: 2px solid #ddd;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  ztransition: all 0.25s ease-in;
  zborder-bottom: 5px solid transparent;
  border-radius: 10px;
  position: relative;
}
.link_card00 .photo img {
  zheight: 200px;
  overflow: hidden;
  margin-bottom: 0px;
}
.link_card00 .description {
  padding: 0 10px;
  overflow: hidden;
}
.link_card00 .description .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 130%;
  margin-top: 10px;
}
.link_card00 .description .text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #666;
}
.link_card00 .description .btnlink {
  /* float: right; */

  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #4C9BFA;
  padding: 5px;
  /* border: 2px solid #aaa; */

  border-radius: 10px;
  margin-top: 10px;
}
.link_card00 .description .btnlink:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: '\f061';
  color: #fff;
}
.link_card00 a:hover {
  text-decoration: none;
}
.link_card00 .tag {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -3px;
  z-index: 10;
  left: 0px;
}
.link_card00 .tag span {
  background: #DD007E;
  padding: 1px 2px;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}
.link_card07 {
  border-bottom: 1px dashed #aaa;
  overflow: hidden;
  padding: 10px 0px
}
.link_card07 a {
  color: #000;
}
.link_card07 .photo img {
  width: 85px;
  float: left;
  margin-bottom: 0px;
  border: 1px solid #eee;
  margin-right: 10px;
}
.link_card07 .07title {
  color: #333;
}
.link_card07:last-child {
  border-bottom: none;
}
@media screen and (min-width:450px) {
  .link_card00, .link_card01, .link_card02, .link_card03, .link_card06 {
    width: 370px;
  }

  .link_card04 {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width:760px) {
  .link_card_title {
    top: -35px;
  }
}

/*横スクロールのテーブル*/
.scroll_box2 {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.scroll_box2_inner {
  max-width: 1500px;
  display: table;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.scroll_box2_inner_parts {
  display: table-cell;
  border-right: 1px solid #ddd;
  vertical-align: middle;
  padding: 5px 8px;
  table-layout: fixed;
}
.scroll_box2_inner_parts:last-child {
  border-right: 0px solid #ddd;
}
.app_icon2 {
  text-align: center;
  padding: 5px 1px;
  font-size: 12px;
}
.app_icon2 img {
  margin-bottom: 8px;
  display: inline-block;
}
.app_icon2 .minibtn {
  margin: 3px;
  width: 90px;
display: block;
}
.app_icon2 .minibtn a {
  padding: 5px;
}
.app_icon2 img {
  width: 90px;
  margin: 5px 0px;
}

/**テーブルをスクロールさせる**/
.scroll_table {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}
.scroll_table::-webkit-scrollbar {
  height: 0px;
}
.scroll_table::-webkit-scrollbar-track {
  background: #ffffff;
}
.scroll_table::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.scroll_table table {
  margin-bottom: 5px;
}

/**/
.scroll_box {}
.scroll_header {
  background: #868686;
  color: #fff;
  font-weight: bold;
  height: 48px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
}
.scroll_header p {
  display: table-cell;
  zwidth: 80px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 8px;
}
.sp_head {
  width: 930px;
}
.app_list {
  float: left;
  width: 100px;
  zborder: 1px solid #fafafa;
  text-aling: center;
  font-size: 12px;
}
.app_list p {
  width: 100px;
  height: 48px;
  border: none;
}
.app_icon {
  height: 100px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 5px 1px;
}
.app_icon img {
  margin-bottom: 8px;
  display: inline-block;
}
.app_icon .minibtn {
  margin: 3px;
  width: 85px;
}
.app_icon .minibtn a {
  padding: 5px;
}
.app_icon img {
  width: 40px;
  margin-bottom: 0px;
}
.spec_list {
  overflow-x: scroll;
  overflow-y: hidden;
  zborder: 1px solid #aaa;
  -webkit-overflow-scrolling: touch;
}
.app_icon:nth-child(2n) {
  background: #f0f0f0;
}
.spec:nth-child(2n) {
  background: #f0f0f0;
}
.scroll_header p {
  padding-top: 5px;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 0px;
}
.spec {
  width: 930px;
}
.spec p {
  display: table-cell;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 100px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 120%;
  padding: 5px 8px;
  table-layout: fixed;
}
.w_l {
  width: 150px;
  text-align: left;
}
.w_m {
  width: 110px;
  text-align: center;
}
.w_s {
  width: 90px;
  text-align: center;
}

/*********
 続きをよむスタイル 7/17
 ********/
.kaihei label {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
  color: rgb(17, 17, 204);
}
.kaihei label::after {
  content: '[ひらく]';
  color: rgb(17, 17, 204);
  font-size: 13px;
  margin-left: 10px;
}
.kaihei input:checked~label::after {
  content: "[とじる]";
  color: rgb(17, 17, 204);
  font-size: 13px;
  margin-left: 10px;
}
.kaihei input:checked {
  color: #ffffff;
}
.kaihei input {
  display: none;
}
.kaihei .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5);
}
.kaihei input:checked~div {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.kaihei input:checked~div.cp_container {
  height: auto;
}
.iwe-border img {
  border: 1px solid #b6b6b6;
}
.twitter-tweet {
  margin-bottom: 20px;
}

/*mami0016san*/
.toc_box .bigining_box .faceicon {
  margin-right: -60px;
  width: 60px;
  margin-top: 5px;
}
.toc_box .bigining_text {
  margin: 5px 0 0 65px;
  padding: 6px 8px;
}
.toc_box .bigining_text p:last-child, .toc_box .bigining_text ul:last-child {
  font-size: 13px;
  line-height: 150%;
}
.toc_box {
  background-image: linear-gradient( -45deg, #f5eeed 25%, #f4e2de 25%, #f4e2de 50%, #f5eeed 50%, #f5eeed 75%, #f4e2de 75%, #f4e2de);
  background-size: 20px 20px;
  background-attachment: fixed;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
}
.toc_box p {
  font-size: 14px;
  line-height: 165%;
}
.toc_inner {
  padding: 10px;
  background: #fff;
}
.toc_intitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.toc_pickup {
  text-align: center;
  font-weight: bold;
}
.toc_pickup:before {
  font-family: FontAwesome;
  content: "\f107";
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: rotate(50deg) translateY(-50%);
  -moz-transform: rotate(50deg) translateY(-50%);
  -ms-transform: rotate(50deg) translateY(-50%);
  -o-transform: rotate(50deg) translateY(-50%);
  transform: rotate(50deg) translateY(-50%);
}
.toc_pickup:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}
.answerbox {}
.table_fixed {
  table-layout: fixed;
}


/*目次新スタイル*/
.table_of_contents{
  background:#F4F3F4;
  padding:15px;
  margin-bottom:35px;
}

.table_of_contents p{
margin-bottom:0px;
line-height:120%;
}

.table_of_contents .toc_title{
font-weight:bold;
font-size:20px;
margin-bottom:10px;
border-bottom:dotted 1px #999;
padding:0px 0px 7px 0px;
}

.table_of_contents .toc_title:before{
   content: "\f002";
   font-family:fontawesome;
   display: inline;
   color:#C60063;
   margin-right:5px;
}


.table_of_contents ul{
  list-style-type: decimal;
  font-size:15px;
  font-weight:bold;
  margin:0px;
}
.table_of_contents ul li{
  line-height:130%;
  margin-bottom:10px;
}

.table_of_contents ul li:last-child{
  margin-bottom:0px;
}

.table_of_contents ul li a{
  color:#154799;
  margin-bottom:5px;
}

.table_of_contents ul li ul{
  list-style:none;
  font-size:14px;
  font-weight:normal;
}

.table_of_contents ul li ul a{
  color:#000;

}
.table_of_contents ul li ul li{
  margin:6px 3px 0px 0px;
  line-height:100%;
}

.table_of_contents ul li ul li:before{
   content: "\f054";
   font-family:fontawesome;
   display: inline;
   font-size:8px;
   margin-right:5px;
   margin-left:-12px;
   color:#999;
}


#overlay_mokuji .table_of_contents{
padding:0px;
margin:0px;
background:transparent;
}

@media screen and (min-width: 500px) {
.table_of_contents br{
display:none;
}
}

/*目次新スタイルend*/



/* アプリ診断 */
#app-shindan{
	background: url(/wp-content/uploads/shindan_bg.jpg) 0 0 repeat;
	background-size: 90%;
	padding: 60px 40px;
	text-align: center;
}

#app-shindan .app-shindan-sec{
	border: 6px #e4007f solid;
	border-radius: 20px;
	background: #fff;
	padding: 0 30px;
	background-image: url(/wp-content/uploads/shindan_bg_dot01.jpg),url(/wp-content/uploads/shindan_bg_dot02.jpg);
	background-repeat: no-repeat;
	background-position: -20% 90%, 125% 110%;
	background-size: 45%;
}

#app-shindan .app-shindan-sec .subtitle{
	width: 290px;
	background: #e4007f;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
	padding: 12px 30px;
}

#app-shindan .app-shindan-sec .subtitle img{
	width: 235px;
	height: auto;
}

#app-shindan .app-shindan-sec .ttl-area{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 30px -65px -50px 0;
	padding: 0 10px;
}

#app-shindan .app-shindan-sec .ttl-area h2{
	margin-top: 0;
	padding: 0;
  background: transparent;
  border-top: 0;
}

#app-shindan .app-shindan-sec .ttl-area .ttl-sub{
	margin-top: 20px;
}

#app-shindan .app-shindan-sec p{
	text-align: left;
}

#app-shindan .app-shindan-sec .app-shindan-start{
	width: 230px;
	margin: 35px auto 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

#app-shindan .app-shindan-sec .app-shindan-start:hover{
	opacity: 0.8;
}

#app-shindan .app-shindan-sec.contents h2{
	height: 94px;
	border-top: 0;
	border-bottom: 4px #e4007f solid;
	padding: 7px 10px;
	margin: 0 -30px;
	background: transparent;
}

#app-shindan .app-shindan-sec.contents h2 img{
	margin: 0 -35px 0 0;
}

#app-shindan .app-shindan-sec.contents .label{
	margin: 0 auto;
	width: 120px;
	height: 60px;
	text-align: center;
	background: #e4007f;
	border-radius: 0 0  60px 60px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

#app-shindan .app-shindan-sec.contents .question{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 0 0;
}

#app-shindan .app-shindan-sec.contents .question .sp{
	display: none;
}

#app-shindan .app-shindan-sec.contents .q-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0 30px;
}


#app-shindan .app-shindan-sec.contents .q-box > div{
	margin: 0px 0 30px 0px;
  width: 48%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: 3px #00a0e9 solid;
  border-radius: 28px;
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

#app-shindan .app-shindan-sec.contents .q-box > div:hover {
  background: #00a0e9;
  color: #fff;

}

#app-shindan .app-shindan-sec.result{
	background-image: none;
}

#app-shindan .app-shindan-sec.result .result-subttl{
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

#app-shindan .app-shindan-sec.result .result-ttl{
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
}

#app-shindan .app-shindan-sec.result .arrow > div{
	display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px auto 20px;
  border-bottom: 2px solid #e4007f;
  border-right: 2px solid #e4007f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  20% {
    -webkit-transform: rotate(45deg) translate(10px, 10px);
  }
}
@keyframes sdb {
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
}

#app-shindan .app-shindan-sec.result .app-name{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
}

#app-shindan .app-shindan-sec.result .app-name .app-img{
	width: 60px;
	margin-right:  15px;	
}

#app-shindan .app-shindan-sec.result .app-name .app-img img{
	margin: 0;
	}

#app-shindan .app-shindan-sec.result .result-img{
	margin-top: 20px;
	border: 1px #e5e5e5 solid;
}

#app-shindan .app-shindan-sec.result table{
	width: 100%;
	margin-top: 20px;
	border: 1px #e5e5e5 solid;
}

#app-shindan .app-shindan-sec.result tr{
	border-bottom: 2px #ccc dotted;
}

#app-shindan .app-shindan-sec.result tr:last-child{
	border-bottom: 0;
}

#app-shindan .app-shindan-sec.result th{
	width: 20%;
	background: #e5e5e5;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}

#app-shindan .app-shindan-sec.result td{
	text-align: left;
	padding: 5px 20px;
}

#app-shindan .app-shindan-sec.result .result-reason{
	text-align: left;
}

#app-shindan .app-shindan-sec.result .result-reason .ttl{
	margin: 40px 0 0 -30px;
	width: 50%;
}

#app-shindan .app-shindan-sec.result .reason-area{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 20px;
}

#app-shindan .app-shindan-sec.result .reason-area img{
	margin: 0!important;
}


#app-shindan .app-shindan-sec.result .reason-area .icon{
	width: 90px;
	margin-right: 20px;
}


#app-shindan .app-shindan-sec.result .reason-area .comment{
	position: relative;
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 6px;
  margin: 0;
}


#app-shindan .app-shindan-sec.result .reason-area .comment img{
	margin: 0!important;
}

#app-shindan .app-shindan-sec.result .reason-area.woman .comment{background: #fcdddd;}
#app-shindan .app-shindan-sec.result .reason-area.man .comment{background: #ddedfc;}

#app-shindan .app-shindan-sec.result .reason-area .comment:before{
	content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin: -15px 0 0 0;
  border: 15px solid transparent;
}

#app-shindan .app-shindan-sec.result .reason-area.woman .comment:before{border-right: 20px solid #fcdddd;}
#app-shindan .app-shindan-sec.result .reason-area.man .comment:before{border-right: 20px solid #ddedfc;}

#app-shindan .app-shindan-sec.result .btn-area{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 50px;
}

#app-shindan .app-shindan-sec.result .btn-area a{
	width: 100%;
	display: inline-block;
  line-height: 54px;
  color: #fff;
	font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
}

#app-shindan .app-shindan-sec.result .btn-area a:nth-child(1){
	background: #ca1331;
	border-bottom: solid 6px #b0112b;
}

#app-shindan .app-shindan-sec.result .btn-area a:nth-child(2){
	background: #1263c8;
	border-bottom: solid 6px #0d4a95;
}

#app-shindan .app-shindan-sec.result .btn-area a:hover{
	color: #fff;
	opacity: 0.8;
}



@media screen and (max-width: 680px) {
	#app-shindan{
		background-size: 100%;
		padding: 30px 15px;
		margin: 0 -15px;
	}

	#app-shindan .app-shindan-sec{
		border: 4px #e4007f solid;
		border-radius: 10px;
		padding: 0 15px;
		background-position: -45% 90%, 160% 100%;
		background-size: 60%;
	}

	#app-shindan .app-shindan-sec .subtitle{
		width: 200px;
		border-radius: 0 0 10px 10px;
		padding: 10px 20px;
	}

	#app-shindan .app-shindan-sec .subtitle img{
		width: auto;
		height: auto;
	}

	#app-shindan .app-shindan-sec .ttl-area{
		margin: 20px -35px -40px 0;
		padding: 0 10px;
	}

	#app-shindan .app-shindan-sec .ttl-area h2{
	}

	#app-shindan .app-shindan-sec .ttl-area .ttl-sub{
		margin-top: 10px;
		padding: 0;
	}

	#app-shindan .app-shindan-sec .app-shindan-start{
		width: 200px;
		margin: -10px auto 10px;
	}

	#app-shindan .app-shindan-sec .app-shindan-start:hover{
		opacity: 0.8;
	}

	#app-shindan .app-shindan-sec.contents h2{
		height: 56px;
		border-bottom: 2px #e4007f solid;
		padding: 7px 5px;
		margin: 0 -15px;
	}

	#app-shindan .app-shindan-sec.contents h2 img{
		margin: 0 -15px 0 0;
	}

	#app-shindan .app-shindan-sec.contents .label{
		width: 80px;
		height: 40px;
		border-radius: 0 0  40px 40px;
		font-size: 21px;
	}

	#app-shindan .app-shindan-sec.contents .question{
		font-size: 16px;
		padding: 0;
		margin: 20px 0;
	}

	#app-shindan .app-shindan-sec.contents .question .sp{
		display: inline-block;
	}

	#app-shindan .app-shindan-sec.contents .q-box{
		display: block;
		padding:  0 10px 10px;
	}

	#app-shindan .app-shindan-sec.contents .q-box > div{
		margin: 0px 0 15px 0px;
	  width: 100%;
	  line-height: 40px;
	  cursor: pointer;
	  border: 3px #00a0e9 solid;
	  border-radius: 23px;
	  color: #00a0e9;
	  font-size: 16px;
	  font-weight: bold;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  transition: all  0.3s ease;
	}

	#app-shindan .app-shindan-sec.contents .q-box > div:hover {
	  background: #00a0e9;
	  color: #fff;
	}

	#app-shindan .app-shindan-sec.result .result-subttl{
		width: 70%;
	}

	#app-shindan .app-shindan-sec.result .result-ttl{
		width: 90%;
		margin: 10px auto 0;
	}

	#app-shindan .app-shindan-sec.result .arrow > div{
	  width: 30px;
	  height: 30px;
	  margin: 10px auto 20px;
	}

	#app-shindan .app-shindan-sec.result .app-name{
		font-size: 18px;
	}

	#app-shindan .app-shindan-sec.result .app-name .app-img{
		width: 30px;
		margin-right: 10px;	
	}

	#app-shindan .app-shindan-sec.result .result-img{
		margin-top: 10px;
	}

	#app-shindan .app-shindan-sec.result td{
		padding: 5px 10px;
	}

	#app-shindan .app-shindan-sec.result .result-reason .ttl{
		margin: 30px 0 0 -18px;
		width: 60%;
	}

	#app-shindan .app-shindan-sec.result .reason-area .icon{
		margin-right: 20px;
	}

	#app-shindan .app-shindan-sec.result .btn-area{
		margin: 30px 0;
	}

	#app-shindan .app-shindan-sec.result .btn-area a{
		width: 100%;
	  line-height: 40px;
	}

	#app-shindan .app-shindan-sec.result .btn-area a:nth-child(1){
		background: #ca1331;
		border-bottom: solid 6px #b0112b;
	}

	#app-shindan .app-shindan-sec.result .btn-area a:nth-child(2){
		background: #1263c8;
		border-bottom: solid 6px #0d4a95;
	}

	#app-shindan .app-shindan-sec.result .btn-area a:hover{
		color: #fff;
		opacity: 0.8;
	}

}

.under_line {
    text-decoration: underline;
}

.under_line_hover {
    text-decoration: underline;
}

.under_line_hover:hover, a.under_line_hover:hover{
    text-decoration: none;
}

p.party_title{
height:3em;
}


/****************
  横並びボタン
****************/

.towrow_btn {
    display: flex;
    justify-content: space-between;
    margin: 0 3% 20px;
}

.towrow_btn a{
    color: #fff;

}

.towrow_btn-left,
.towrow_btn-right {
    width: 49%;
    text-align: center;
font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding:  5px 0;
}

.towrow_btn-left {
    background-color: #C9005D;
    color: #fff;
    box-shadow:0px 3px 0px 1px #751427;
}
.towrow_btn-left span{
    background: linear-gradient(transparent 65%,#F13BA5 10%);
font-size: 14px;
    padding: 0 5px;

}

.towrow_btn-right {
    background-color: #1976DE;
    color: #fff;
    box-shadow:0px 3px 0px 1px #1f4b42;
}
.towrow_btn-right span{
    background: linear-gradient(transparent 65%,#3FA4FF 10%);
font-size: 14px;
    padding: 0 5px;
}




/**************
 改善テスト用のクラス
**************/

.honmei{
    font-size:16px;
    font-weight:bold;
}

/*おすすめボックス3連*/


.box1-osusume-app {
    margin: 2em auto;
    background: #fafafa;
    border-radius: 5px;
    max-width: 600px;
    position: relative;
margin-bottom:25px;

}

.osusume-app-blue{
    border: 3px solid #1C83CA;
}
.box1-osusume-app .box-title-blue{
    background: #1C83CA;
} 

.osusume-app-yellow{
    border: 3px solid #E09C13;
}

.box1-osusume-app .box-title-yellow{
    background: #E09C13;
} 

.osusume-app-pink{
    border: 3px solid #C70063;
}

.box1-osusume-app .box-title-pink{
    background: #C70063;
} 


.box1-osusume-app  .box-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}

.box1-osusume-app  .app-list {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    text-align: center;
}


.box1-osusume-app  img{
margin-top: 8px;
}

.box1-osusume-app  .mokuteki_mark{
border:1px solid #333;
border-radius:5px;
padding:5px;
font-weight:bold;
margin-bottom:5px;
font-size:120%;
}

.box1-osusume-app  .app-list a{
text-aling:center;
font-size:120%;
font-weight:bold;
}

.entry-content img.large-img {
  margin: 0;
}

.large-img__app-icon {
  padding: 20px;
  background-color: #02c1c8;
}

/****************************
   フッタースタイル
****************************/

.banner-link {
width: 1110px;
margin: 0 auto;
}

.banner-link p{
    font-size: 16px;
font-weight: bold;
  margin: 0 0 10px;
}

.banner-link__body {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-link__body p {
  width: 200px;
}
.banner-link__body img {
  width: 100%;
}
@media screen and (max-width: 1199px){
.banner-link {
    width: 95%;
}
.banner-link__body {
    justify-content: space-around;
}
.banner-link__body p {
    width: 32%;
}
}

@media screen and (max-width: 991px){
}
@media screen and (max-width: 680px){
.banner-link p{
    font-size: 14px;
font-weight: bold;
}
.banner-link__body {
  justify-content: space-between;
}

.banner-link__body p {
  width: 50%;
}
}

/*auther*/

.author_info{}

.author_prof{
    text-align: center;
}

.author_prof img{
    border-radius: 250px;
    width: 200px;
}

.author_prof p{
font-size:28px;
font-weight:bold;

}

.author_info h2{
    border-top: none;
    background: #fff;
    border-left: 10px solid #415573;
    font-size: 18px;
    line-height: 150%;
}

/* メディア実績のスタイル */
.media_jisseki_wrap {
	height: 550px;
	overflow-y: scroll;
	padding: 10px 0;
	margin: 0 0 2em;
}

@media(max-width:767px) {
	.media_jisseki_wrap {
		height: 450px;
	}
} 

.media_jisseki dt {
	background: #3A4C67;
	display: inline;
	color: #fff;
	padding: 5px 8px;
	border-radius: 20px;
}

.media_jisseki dd {
	margin-top: 10px;
	border-bottom: 1px dashed #cacaca;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
