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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*基本レイアウト
------------------------------------------------------------------------------*/
html, body {
  font-size: 10px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}

/*基本フォント設定
------------------------------------------------------------------------------*/
body {
  position: relative;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.nocopy{
	-webkit-user-select: none;
	user-select: none;
}

/* コンバージョンタグによって生成されるページ下部の隙間解消 */
body > img,
body > iframe {
  display: block;
  height: 0px;
  overflow: hidden;
}

/* /コンバージョンタグによって生成されるページ下部の隙間解消 */
img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font: inherit;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}

textarea, input {
  font: inherit;
}

h1, h2, h3, h4, h5, h6, strong, th, .Bld {
  font-weight: bold;
  /*	font-family: 'ヒラギノ角ゴ Pro W6','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif' !important;*/
}

button {
  font-family: 'ヒラギノ角ゴ Pro W6','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif' !important;
}

.under {
  text-decoration: underline;
  color: #008BCC;
}

.under:hover {
  text-decoration: none;
}

p.under {
  color: #333;
}

a.linkno {
  color: #333;
}

/*共通の設定
------------------------------------------------------------------------------*/
/*■文字の設定*/
.font10 {
  font-size: 1.0rem !important;
}

.font11 {
  font-size: 1.1rem !important;
}

.font12 {
  font-size: 1.2rem !important;
}

.font13 {
  font-size: 1.3rem !important;
}

.font14 {
  font-size: 1.4rem !important;
}

.font16 {
  font-size: 1.6rem !important;
}

.font18 {
  font-size: 1.8rem !important;
}

.font20 {
  font-size: 2.0rem !important;
}

.font22 {
  font-size: 2.2rem !important;
}

.font24 {
  font-size: 2.4rem !important;
}

.font26 {
  font-size: 2.6rem !important;
}

.font28 {
  font-size: 2.8rem !important;
}

.font30 {
  font-size: 3.0rem !important;
}

.font32 {
  font-size: 3.2rem !important;
}

.font38 {
  font-size: 3.8rem !important;
}

.line-h {
  line-height: 1em !important;
}

.line-h12 {
  line-height: 1.2em !important;
}

.line-h13 {
  line-height: 1.3em !important;
}

.line-h14 {
  line-height: 1.4em !important;
}

.line-h15 {
  line-height: 1.5em !important;
}

.line-h16 {
  line-height: 1.6em !important;
}

.line-h18 {
  line-height: 1.8em !important;
}

.line-h20 {
  line-height: 2.0em !important;
}

.fontN {
  font-weight: normal !important;
}

.fontB {
  font-weight: bold !important;
}

.clr-red {
  color: #ff1e1e;
}

.clr-key {
  color: #ec6e3c;
}

.clr-blue {
  color: #20209D;
}

.clr-blue--type2 {
  color: #1F1F9D;
}

.clr-yellow {
  color: #FFFF00;
}

.clr-green {
  color: #878787;
}

.clr-green--type2 {
  color: #444444;
}

.clr-green--type3 {
  color: #138A13;
}

/*■配置の設定*/
/*縦位置*/
.vertical-t {
  vertical-align: top !important;
}

.vertical-m {
  vertical-align: middle !important;
}

.vertical-b {
  vertical-align: bottom !important;
}

/*横位置*/
.align-r {
  text-align: right !important;
}

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

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

/*■マージン、パディング設定*/
.mg-t5 {
  margin-top: 5px !important;
}

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

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

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

.mg-t25 {
  margin-top: 25px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-t35 {
  margin-top: 35px !important;
}

.mg-t40 {
  margin-top: 40px !important;
}

/*下マージ*/
.mg-b0 {
  margin-bottom: 0px !important;
}

.mg-b1 {
  margin-bottom: 1px !important;
}

.mg-b3 {
  margin-bottom: 3px !important;
}

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

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

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

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

.mg-b25 {
  margin-bottom: 25px !important;
}

.mg-b30 {
  margin-bottom: 30px !important;
}

.mg-b35 {
  margin-bottom: 35px !important;
}

.mg-b40 {
  margin-bottom: 40px !important;
}

.mg-b45 {
  margin-bottom: 45px !important;
}

.mg-b50 {
  margin-bottom: 50px !important;
}

.mg-b55 {
  margin-bottom: 55px !important;
}

.mg-b60 {
  margin-bottom: 60px !important;
}

.mg-b65 {
  margin-bottom: 65px !important;
}

.mg-b70 {
  margin-bottom: 70px !important;
}

.mg-b75 {
  margin-bottom: 75px !important;
}

.mg-b80 {
  margin-bottom: 80px !important;
}

.mg-b85 {
  margin-bottom: 85px !important;
}

.mg-b90 {
  margin-bottom: 90px !important;
}

.mg-b95 {
  margin-bottom: 95px !important;
}

.mg-b100 {
  margin-bottom: 100px !important;
}

.mg-b150 {
  margin-bottom: 150px !important;
}

.mg-b200 {
  margin-bottom: 200px !important;
}

/*右マージン*/
.mg-r5 {
  margin-right: 5px !important;
}

.mg-r10 {
  margin-right: 10px !important;
}

.mg-r15 {
  margin-right: 15px !important;
}

.mg-r20 {
  margin-right: 20px !important;
}

.mg-r30 {
  margin-right: 30px !important;
}

/*左右マージン*/
.mg-r-l5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mg-r-l10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mg-r-l15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mg-r-l20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mg-auto {
  margin: 0 auto;
}

/*全てのマージン*/
.pg {
  padding: 0 10px;
}

.pg-right10 {
  padding-right: 10px !important;
}

/*左右パディング*/
.pg-r-l5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pg-r-l10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pg-r-l15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pg-r-l20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pg-r-l30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/*上下パディング*/
.pg0 {
  padding: 0 !important;
}

.pg-t-b5 {
  padding: 5px 0 !important;
}

.pg-t-b10 {
  padding: 10px 0 !important;
}

.pg-t-b15 {
  padding: 15px 0 !important;
}

.pg-t-b20 {
  padding: 20px 0 !important;
}

/*■テキスト装飾設定*/
.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

/*■ハック関連*/
/*段落ち回避用ハック*/
.cfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cfix {
  display: inline-block;
}

/*段落ち回避用ハック*/
.cfixH::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}

.cfixH {
  display: inline-block;
}

.hidden {
  display: none;
}

.posiR {
  position: relative !important;
}

.posiA {
  position: absolute !important;
}

.font-google {
  font-family: 'Oswald', sans-serif;
}

.font-google2 {
  font-family: 'Ropa Sans', sans-serif;
}

/*■テキストリスト*/
ol.list_number > li {
  list-style: decimal outside;
  margin-left: 2em;
  padding: 0 0 0.5em 0;
}

.font-v {
  font-family: 'vijaya', sans-serif !important;
  font-weight: normal !important;
}

.link-under {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.link-under::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.link-under:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.link-under-reverse {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.link-under-reverse::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.link-under-reverse:hover::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

/*レイアウトの設定
------------------------------------------------------------------------------*/
/* ページタイトルh1 */
body > h1 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}

.hover {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover:hover {
  opacity: 0.6;
}

em {
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.1em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input, button {
  -webkit-appearance: none;
  appearance: none;
}

/*********************************************************************************************
* 共通
*********************************************************************************************/
/*ヘッダー*/
header {
  border-bottom: 1px solid #e4e4e4;
}
header .header__top {
  background: #f6f6f6;
  color: #999;
  line-height: 23px;
}
header .header__top h1 {
  font-weight: normal;
}
header > .wrap {
  height: 80px;
}
header > .wrap h2 {
  position: absolute;
  top: 27px;
  left: 1px;
}
header > .wrap nav {
  position: absolute;
  top: 0px;
  right: 190px;
}
header > .wrap nav ul {
  overflow: hidden;
}
header > .wrap nav ul li {
position: relative;
  float: left;
  border-left: 1px solid #e4e4e4;
}
header > .wrap nav ul li a {
  display: block;
  width: 100px;
  height: 80px;
  padding-top: 53px;
  font-size: 1.1rem;
  color: #333;
  text-align: center;
}
	header > .wrap nav ul li a span{
		position: absolute;
		background: #ff0000;
		display: block;
		width: 18px;
		height: 18px;
		top: 50%;
		left: 50%;
		margin: -24px 0 0 6px;
		line-height: 18px;
		color: #fff;
		text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
	}
header > .wrap nav ul li:nth-child(1) a {
  background: url(/report/common/img/header/home.png) center 22px no-repeat;
}
header > .wrap nav ul li:nth-child(2) a {
  background: url(/report/common/img/header/history.png) center 22px no-repeat;
}
header > .wrap nav ul li:nth-child(3) a {
  background: url(/report/common/img/header/keep.png) center 22px no-repeat;
}
header > .wrap nav ul li:nth-child(4) a {
  background: url(/report/common/img/header/coupon.png) center 22px no-repeat;
}
header > .wrap .sns {
  position: absolute;
  top: 0px;
  right: 0px;
  display: table;
  border-left: 1px solid #e4e4e4;
  width: 190px;
  height: 80px;
  text-align: center;
}
header > .wrap .sns li {
  display: table-cell;
  vertical-align: middle;
}
header > .wrap .sns li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
header > .wrap .sns li:nth-child(1) {
  padding-left: 20px;
}
header > .wrap .sns li:nth-child(1) a {
  background: url(/report/common/img/header/instagram.png) center center no-repeat;
}
header > .wrap .sns li:nth-child(2) a {
  background: url(/report/common/img/header/facebook.png) center center no-repeat;
}
header > .wrap .sns li:nth-child(3) {
  padding-right: 20px;
}
header > .wrap .sns li:nth-child(3) a {
  background: url(/report/common/img/header/twitter.png) center center no-repeat;
}

footer .footer-head {
  height: 40px;
  background: #F6F6F6;
  border-bottom: 1px solid #e4e4e4;
}
footer .footer-head .wrap > a {
  font-size: 1.2rem;
  line-height: 40px;
}
footer .footer-head ul {
  float: right;
}
footer .footer-head ul li {
  float: left;
  margin-right: 15px;
}
footer .footer-head ul li a {
  display: block;
  height: 40px;
  font-size: 1.2rem;
  line-height: 40px;
  padding-left: 27px;
}
footer .footer-head ul li:nth-child(1) {
  background: url(/report/common/img/footer/home.png) left center no-repeat;
  padding-right: 10px;
}
footer .footer-head ul li:nth-child(2) {
  background: url(/report/common/img/footer/history.png) left center no-repeat;
  padding-right: 10px;
}
footer .footer-head ul li:nth-child(3) {
  background: url(/report/common/img/footer/keep.png) left center no-repeat;
}
footer .footer-head ul li:nth-child(4) {
  background: url(/report/common/img/footer/coupon.png) left center no-repeat;
}
footer .footer-foot {
  text-align: center;
  padding: 30px 0 25px;
}
footer .footer-foot figure {
  margin-bottom: 12px;
}
footer .footer-foot p {
  font-size: 1.1rem;
  color: #aaa;
}
footer .footer-foot p strong {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

#container {
  padding-bottom: 150px;
}

/*パンくず*/
.breadcrumb {
  padding: 15px 0 20px;
  letter-spacing: -0.4em;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1.5em;
  font-size: 1.1rem;
}
.breadcrumb li::after {
  position: absolute;
  top: 0px;
  right: -1.5em;
  content: "＞";
  width: 1em;
  height: 1em;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  font-size: 1.1rem;
}
.breadcrumb.detail {
  padding-top: 0px;
}

.breadcrumb-detail {
  overflow: hidden;
}
.breadcrumb-detail p {
  float: left;
  display: inline-block;
  padding: 5px 0.5em 4px;
  margin: 15px 0 7px;
  background: #ddd;
  font-size: 1.1rem;
  font-weight: bold;
  vertical-align: middle;
}
.breadcrumb-detail ol {
  padding: 19px 0 0px 75px;
  letter-spacing: -0.4em;
  vertical-align: middle;
}
.breadcrumb-detail ol li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1.5em;
  vertical-align: middle;
}
.breadcrumb-detail ol li::after {
  position: absolute;
  top: 0px;
  right: -1.5em;
  content: "＞";
  width: 1em;
  height: 1em;
}
.breadcrumb-detail ol li:last-child::after {
  display: none;
}
.breadcrumb-detail ol li a {
  font-size: 1.1rem;
  font-weight: bold;
}

#main {
  width: 800px;
}
#main .main-relation {
  width: 740px;
}

/*サイド*/
#side {
  width: 220px;
  /*アプリ*/
  /*商品情報*/
}

/* サイド検索（下層）*/
#side-search-box {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin-bottom: 15px;
}
#side-search-box .title {
  background: url(/report/common/img/search.png) 2px 0px no-repeat;
  padding-left: 33px;
  font-size: 1.3rem;
  line-height: 20px;
  color: #222;
  margin-bottom: 13px;
}
#side-search-box form {
  background: #fff;
  border: 1px solid #e4e4e4;
}
#side-search-box form input {
  border: none;
  width: 80%;
  height: 26px;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 0 5px;
}
#side-search-box form input:placeholder-shown {
  color: #bababa;
}
#side-search-box form input::-webkit-input-placeholder {
  color: #bababa;
}
#side-search-box form input:-moz-placeholder {
  color: #bababa;
}
#side-search-box form input::-moz-placeholder {
  color: #bababa;
}
#side-search-box form input:-ms-input-placeholder {
  color: #bababa;
}
#side-search-box form button {
  background: #fff url(/report/common/img/search-button.png) center center no-repeat;
  width: 20%;
  height: 26px;
  border: none;
  border-left: 1px solid #e4e4e4;
  vertical-align: top;
}


#side section {
  background: #f6f6f6;
}
#side section .side-title {
  background: #B7B7B7;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
#side section .search-title {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding-left: 43px;
  font-size: 1.3rem;
  line-height: 48px;
  color: #222;
}
#side section .search-title.dosu {
  background: url(/report/common/img/side/dosu.png) 8px center no-repeat;
}
#side section .search-title.period {
  background: url(/report/common/img/side/period.png) 12px center no-repeat;
}
#side section .search-title.color {
  background: url(/report/common/img/side/color.png) 12px center no-repeat;
}
#side section .search-title.dia {
  background: url(/report/common/img/side/dia.png) 8px center no-repeat;
}
#side section .search-title.type {
  background: url(/report/common/img/side/type.png) 13px center no-repeat;
}
#side section .search-title.cdia {
  background: url(/report/common/img/side/cdia.png) 8px center no-repeat;
}
#side section .search-title.bc {
  background: url(/report/common/img/side/bc.png) 8px center no-repeat;
}
#side section .search-title.reporter {
  background: url(/report/common/img/side/reporter.png) 15px center no-repeat;
}
#side section .search-list {
  position: relative;
  border-right: 1px solid #e4e4e4;
}
#side section .search-list::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #e4e4e4;
}
#side section .search-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#side section .search-list li {
  position: relative;
  float: left;
  width: 50%;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#side section .search-list li.one {
  width: 100%;
}
#side section .search-list li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -1px;
  background: #e4e4e4;
}
#side section .search-list li a,
#side section .search-list li span {
  display: block;
  font-size: 1.2rem;
  line-height: 32px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
#side section .search-list li.active {
  position: relative;
}
#side section .search-list li.active span,
#side section .search-list li.active a {
  background: #999;
  color: #fff;
}
#side section .search-list li.active::after {
  content: "×";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
#side section .search-list-color {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 13px 10px 13px;
  overflow: hidden;
}
#side section .search-list-color li {
  position: relative;
  float: left;
  width: 25%;
  padding: 1px;
}
#side section .search-list-color li span,
#side section .search-list-color li a {
  display: block;
  width: 100%;
  padding: 50px 0 5px;
  text-align: center;
  color: #444;
  cursor: pointer;
}
#side section .search-list-color li.brown a {
  background: url(/report/common/img/side/color-type1.png) center 5px no-repeat;
}
#side section .search-list-color li.hazel a {
  background: url(/report/common/img/side/color-type2.png) center 5px no-repeat;
}
#side section .search-list-color li.black a {
  background: url(/report/common/img/side/color-type3.png) center 5px no-repeat;
}
#side section .search-list-color li.pink a {
  background: url(/report/common/img/side/color-type4.png) center 5px no-repeat;
}
#side section .search-list-color li.blue a {
  background: url(/report/common/img/side/color-type5.png) center 5px no-repeat;
}
#side section .search-list-color li.purple a {
  background: url(/report/common/img/side/color-type6.png) center 5px no-repeat;
}
#side section .search-list-color li.gray a {
  background: url(/report/common/img/side/color-type7.png) center 5px no-repeat;
}
#side section .search-list-color li.green a {
  background: url(/report/common/img/side/color-type8.png) center 5px no-repeat;
}
#side section .search-list-color li.brown span {
  background: url(/report/common/img/side/color-type1.png) center 5px no-repeat;
}
#side section .search-list-color li.hazel span {
  background: url(/report/common/img/side/color-type2.png) center 5px no-repeat;
}
#side section .search-list-color li.black span {
  background: url(/report/common/img/side/color-type3.png) center 5px no-repeat;
}
#side section .search-list-color li.pink span {
  background: url(/report/common/img/side/color-type4.png) center 5px no-repeat;
}
#side section .search-list-color li.blue span {
  background: url(/report/common/img/side/color-type5.png) center 5px no-repeat;
}
#side section .search-list-color li.purple span {
  background: url(/report/common/img/side/color-type6.png) center 5px no-repeat;
}
#side section .search-list-color li.gray span {
  background: url(/report/common/img/side/color-type7.png) center 5px no-repeat;
}
#side section .search-list-color li.green span {
  background: url(/report/common/img/side/color-type8.png) center 5px no-repeat;
}
#side section .search-list-color li.active a, #side section .search-list-color li.active span {
  color: #fff;
}
#side section .search-list-color li.active.brown a {
  background: #999 url(/report/common/img/side/color-type1.png) center 5px no-repeat;
}
#side section .search-list-color li.active.hazel a {
  background: #999 url(/report/common/img/side/color-type2.png) center 5px no-repeat;
}
#side section .search-list-color li.active.black a {
  background: #999 url(/report/common/img/side/color-type3.png) center 5px no-repeat;
}
#side section .search-list-color li.active.pink a {
  background: #999 url(/report/common/img/side/color-type4.png) center 5px no-repeat;
}
#side section .search-list-color li.active.blue a {
  background: #999 url(/report/common/img/side/color-type5.png) center 5px no-repeat;
}
#side section .search-list-color li.active.purple a {
  background: #999 url(/report/common/img/side/color-type6.png) center 5px no-repeat;
}
#side section .search-list-color li.active.gray a {
  background: #999 url(/report/common/img/side/color-type7.png) center 5px no-repeat;
}
#side section .search-list-color li.active.green a {
  background: #999 url(/report/common/img/side/color-type8.png) center 5px no-repeat;
}
#side section .search-list-color li.active.brown span {
  background: #999 url(/report/common/img/side/color-type1.png) center 5px no-repeat;
}
#side section .search-list-color li.active.hazel span {
  background: #999 url(/report/common/img/side/color-type2.png) center 5px no-repeat;
}
#side section .search-list-color li.active.black span {
  background: #999 url(/report/common/img/side/color-type3.png) center 5px no-repeat;
}
#side section .search-list-color li.active.pink span {
  background: #999 url(/report/common/img/side/color-type4.png) center 5px no-repeat;
}
#side section .search-list-color li.active.blue span {
  background: #999 url(/report/common/img/side/color-type5.png) center 5px no-repeat;
}
#side section .search-list-color li.active.purple span {
  background: #999 url(/report/common/img/side/color-type6.png) center 5px no-repeat;
}
#side section .search-list-color li.active.gray span {
  background: #999 url(/report/common/img/side/color-type7.png) center 5px no-repeat;
}
#side section .search-list-color li.active.green span {
  background: #999 url(/report/common/img/side/color-type8.png) center 5px no-repeat;
}
#side section .search-list-color li.active::after {
  content: "×";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
#side section .toggle-button {
  display: block;
  position: relative;
  background: #e4e4e4;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
}
#side section .search-list-reporter {
  border: 1px solid #e4e4e4;
  border-top: none;
}
#side section .search-list-reporter li {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
#side section .search-list-reporter li:last-child {
  border-bottom: none;
}
#side section .search-list-reporter li span,
#side section .search-list-reporter li a {
  display: table;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
#side section .search-list-reporter li span figure,
#side section .search-list-reporter li a figure {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}
#side section .search-list-reporter li span figure img,
#side section .search-list-reporter li a figure img{
	width: 100%;
}
#side section .search-list-reporter li span figure:nth-child(3),
#side section .search-list-reporter li a figure:nth-child(3) {
  width: 80px;
}
#side section .search-list-reporter li span figure:nth-child(1) img,
#side section .search-list-reporter li a figure:nth-child(1) img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#side section .search-list-reporter li span p,
#side section .search-list-reporter li a p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.3rem;
  color: #666;
}
#side section .search-list-reporter li.active {
  background: #999;
}
#side section .search-list-reporter li.active a p, #side section .search-list-reporter li.active span p {
  color: #fff;
}
#side section .search-list-reporter li.active::after {
  content: "×";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
#side .app-navi {
  border: 1px solid #ddd;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
}
#side .app-navi p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: left;
  color: #666;
  padding: 0 20px;
}
#side .app-navi p strong {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  color: #333;
  margin: 0 auto;
}
#side .app-navi ul {
  letter-spacing: -0.4em;
}
#side .app-navi ul li {
  display: inline-block;
  margin: 0 6px;
}
#side .side-detail {
  border: 1px solid #ddd;
  padding: 20px 15px;
}
#side .side-detail h2 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}
#side .side-detail ul.spec {
  margin-bottom: 20px;
}
#side .side-detail ul.spec li {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ddd;
}
#side .side-detail ul.spec li:last-child {
  border-bottom: 1px solid #ddd;
}
#side .side-detail ul.spec li h3 {
  display: table-cell;
  width: 80px;
  padding: 10px;
  font-size: 1.2rem;
}
#side .side-detail ul.spec li p {
  display: table-cell;
  padding: 10px 0;
  font-size: 1.2rem;
}
#side .side-detail .keep-box {
  margin: 0 auto;
  width: 190px;
}
#side .side-detail .keep-box button {
  background: #fff url(/report/common/img/keep-off.png) 13px center no-repeat;
  border: none;
  width: 190px;
  height: 35px;
  padding-left: 40px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 33px;
  color: #999;
  text-align: left;
  border: 1px solid #999;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#side .side-detail .keep-box button.on {
  position: relative;
  display: none;
  width: 110px;
  margin: 0 auto;
  padding-left: 35px;
  background: #FF6598 url(/report/common/img/keep-on.png) 9px center no-repeat;
  color: #fff;
  border: 1px solid #FF6598;
}
#side .side-detail .keep-box.keep {
  position: relative;
}
#side .side-detail .keep-box.keep button.off {
  display: none;
}
#side .side-detail .keep-box.keep button.on {
  display: block;
}
#side .side-detail .keep-box.keep::after {
  content: "×";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -10px;
  right: 35px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
}
#side .side-detail .review {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 15px;
}
#side .side-detail .review .reviewCount {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 1.2rem;
}
#side .side-detail .review .star {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
#side .side-detail .review .star div {
  display: inline-block;
  background: url(/report/common/img/star-off.png) no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 1px;
}
#side .side-detail .review .star.type1 div:nth-child(1) {
  background: url(/report/common/img/star-half.png) no-repeat;
}
#side .side-detail .review .star.type2 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type3 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type3 div:nth-child(2) {
  background: url(/report/common/img/star-half.png) no-repeat;
}
#side .side-detail .review .star.type4 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type4 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type5 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type5 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type5 div:nth-child(3) {
  background: url(/report/common/img/star-half.png) no-repeat;
}
#side .side-detail .review .star.type6 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type6 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type6 div:nth-child(3) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type7 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type7 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type7 div:nth-child(3) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type7 div:nth-child(4) {
  background: url(/report/common/img/star-half.png) no-repeat;
}
#side .side-detail .review .star.type8 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type8 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type8 div:nth-child(3) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type8 div:nth-child(4) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type9 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type9 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type9 div:nth-child(3) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type9 div:nth-child(4) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type9 div:nth-child(5) {
  background: url(/report/common/img/star-half.png) no-repeat;
}
#side .side-detail .review .star.type10 div:nth-child(1) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type10 div:nth-child(2) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type10 div:nth-child(3) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type10 div:nth-child(4) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .star.type10 div:nth-child(5) {
  background: url(/report/common/img/star.png) no-repeat;
}
#side .side-detail .review .ratingValue {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: bold;
  color: #D9A300;
}
#side .side-detail .link {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#side .side-detail .product-link {
  padding-bottom: 10px;
}
#side .side-detail .product-link li {
  margin-bottom: 10px;
}
#side .side-detail .product-link li a {
  display: block;
  padding-top: 10px;
  text-align: center;
}
#side .side-detail .product-link li a p {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#side .side-detail .product-link li a p em {
  font-size: 1.4rem;
  font-weight: bold;
}
#side .side-detail .product-link li a span {
  position: relative;
  display: block;
  width: 190px;
  height: 35px;
  margin: 0 auto;
  background: #FF6598;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
#side .side-detail .product-link li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#side .side-detail .product-link.list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#side .side-detail .product-link.list li:last-child {
  border: none;
  padding-bottom: 0px;
}
#side .side__fix.fixed {
  position: fixed;
  top: 0px;
  width: 240px;
}
#side .side__fix.bottom {
  position: absolute;
  bottom: 60px;
}

/*ランキング*/
.side-ranking {
  background: transparent !important;
}
.side-ranking h2 {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.side-ranking h2::after {
  content: "";
  width: 28px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  background: url(/report/common/img/ranking1.png) no-repeat;
}
.side-ranking ol > li {
  position: relative;
  margin-bottom: 25px;
}
.side-ranking ol > li:last-child {
  margin-bottom: 15px;
}
.side-ranking ol > li h3 {
  position: absolute;
  top: -14px;
  left: -9px;
  background: #85C5DA;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.side-ranking ol > li:nth-child(1) h3 {
  background: #E2C21B;
}
.side-ranking ol > li:nth-child(2) h3 {
  background: #C0C0C0;
}
.side-ranking ol > li:nth-child(3) h3 {
  background: #C89A35;
}
.side-ranking ol > li figure {
  width: 240px;
  margin-bottom: 8px;
}
.side-ranking ol > li figure img {
  width: 100%;
  height: auto;
}
.side-ranking ol > li ul {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  margin-bottom: 8px;
  letter-spacing: -0.4em;
  text-align: center;
}
.side-ranking ol > li ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 2px;
}
.side-ranking ol > li p {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2em;
}
.side-ranking .link {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 40px;
}
.side-ranking .link a.link-under-reverse {
  font-size: 1.4rem;
}
.side-ranking .link a.link-under-reverse::after {
  background: #333;
}

.main-right {
  overflow: hidden;
}
.main-right #main {
  float: right;
}
.main-right #side {
  float: left;
}

.main-left {
  position: relative;
  overflow: hidden;
}
.main-left #main {
  float: left;
  width: 740px;
}
.main-left #side {
  float: right;
  width: 240px;
}

/*ページ遷移ボタン*/
#pagetop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop.open {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
#pagetop a {
  position: absolute;
  top: 64px;
  left: 0;
  background: #000;
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -4px 0 0 -8px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pagetop.open a {
  top: 0px;
}

/*記事一覧*/
.article-list {
  overflow: hidden;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
}
.article-list article {
  float: left;
  width: 260px;
  margin-right: 10px;
}
.article-list article a {
  display: block;
  padding: 10px 10px 14px;
}
.article-list article a figure {
  margin-bottom: 5px;
}
.article-list article a figure img {
  width: 100%;
  height: auto;
}
.article-list article a h3 {
  height: 4.2em;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.4em;
}
.article-list article ul {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  margin-bottom: 8px;
  letter-spacing: -0.4em;
  text-align: center;
}
.article-list article ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 2px;
}
.article-list .link {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 45px;
}
.article-list .link a.link-under-reverse {
  font-size: 1.4rem;
}
.article-list .link a.link-under-reverse::after {
  background: #333;
}
.article-list.history article {
  width: 140px;
}
.article-list.history article a {
  padding: 10px 0 0;
}

/*関連*/
.relation {
  position: relative;
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}
.relation .relation-left {
  float: left;
  width: 740px;
}
.relation .relation-right {
  float: right;
  width: 240px;
}
.relation .article-list article {
  width: 240px;
}
.relation .article-list article a {
  padding: 10px 0 0;
}
.relation .article-list.history article {
  width: 140px;
}

.link-black {
  background: #000;
  display: block;
  width: 346px;
  height: 39px;
  margin: 0 auto 35px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.link-block {
  text-align: right;
  margin-bottom: 45px;
}
.link-block a.link-under-reverse {
  position: relative;
  font-size: 1.4rem;
}
.link-block a.link-under-reverse::after {
  background: #333;
}
.link-block a.link-under-reverse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: -15px;
  background: url(/report/common/img/link-arrow.png) no-repeat;
}

.toggle-button {
  position: relative;
}
.toggle-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-button.open::after {
  margin-top: 0px;
  border: none;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
}

.toggle-contents {
  display: none;
}

/*********************************************************************************************
* TOPページ
*********************************************************************************************/
.headline-box {
  position: relative;
}
.headline-box .headline-s {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 26px;
  color: #999;
}
.headline-box.border {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.headline {
  position: relative;
  padding: 6px 0 5px 24px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.headline::after {
  content: "";
  width: 4px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FF6598;
}
.headline.border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.headline-ss {
  background: #f6f6f6;
  padding: 14px 24px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

/*新着レポ*/
.new-list {
  overflow: hidden;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-bottom: 20px;
}
.new-list article {
  position: relative;
  float: left;
  width: 260px;
  min-height: 260px;
  margin-right: 10px;
  border: 1px solid #e4e4e4;
  padding: 9px 9px 14px;
}
.new-list article time {
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 0 9px;
  font-size: 1.1rem;
  line-height: 20px;
  color: #fff;
  opacity: 0.8;
}
.new-list article time.now {
  background: rgba(255, 101, 152, 0.8);
}
.new-list article figure {
  margin-bottom: 8px;
}
	.new-list article figure img{
		width: 100%;
	}
.new-list article .title {
  height: 3.6em;
  padding: 0 8px;
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.2em;
}
.new-list article ul {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  letter-spacing: -0.4em;
  text-align: center;
}
.new-list article ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 6px;
}
.new-list article .link-black {
  width: 100%;
  margin-top: 100px;
}
.new-list .slick-dots {
  margin-top: 13px;
  text-align: center;
  letter-spacing: -0.4em;
}
.new-list .slick-dots li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px;
}
.new-list .slick-dots li button {
  display: block;
  background: #ccc;
  width: 12px;
  height: 12px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.new-list .slick-dots li.slick-active button {
  background: #999;
}
.new-list .slick-list {
  z-index: 1;
}
.new-list .slick-prev {
  background: rgba(102, 102, 102, 0.6);
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.new-list .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  margin-top: -4px;
  margin-left: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new-list .slick-next {
  background: rgba(102, 102, 102, 0.6);
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.new-list .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new-list .slick-prev.slick-disabled,
.new-list .slick-next.slick-disabled {
  display: none !important;
}

/*カラコンレポをキーワードから探す*/
#search-box {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  padding: 10px 30px;
  margin-bottom: 25px;
}
#search-box .title {
  background: url(/report/common/img/search.png) 4px 9px no-repeat;
  font-size: 1.6rem;
  line-height: 42px;
  padding-left: 34px;
}
#search-box .sub-title {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 42px;
  color: #999;
}
#search-box form {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
#search-box form input {
  border: none;
  width: 89%;
  height: 32px;
  vertical-align: top;
  font-size: 1.6rem;
  padding: 0 15px;
}
#search-box form input:placeholder-shown {
  color: #bababa;
}
#search-box form input::-webkit-input-placeholder {
  color: #bababa;
}
#search-box form input:-moz-placeholder {
  color: #bababa;
}
#search-box form input::-moz-placeholder {
  color: #bababa;
}
#search-box form input:-ms-input-placeholder {
  color: #bababa;
}
#search-box form button {
  background: #fff url(/report/common/img/search-button.png) center center no-repeat;
  width: 11%;
  height: 32px;
  border: none;
  border-left: 1px solid #e4e4e4;
  vertical-align: top;
}
#search-box .search-category {
  display: table;
  width: 100%;
}
#search-box .search-category h3 {
  display: table-cell;
  width: 238px;
  vertical-align: middle;
  border-right: 1px solid #e4e4e4;
}
#search-box .search-category h3 span {
  background: url(/report/common/img/popular.png) 10px 3px no-repeat;
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  padding-left: 35px;
}
#search-box .search-category nav {
  display: table-cell;
  width: 500px;
  vertical-align: middle;
  padding-left: 24px;
}
#search-box .search-category nav ul {
  letter-spacing: -0.4em;
}
#search-box .search-category nav ul li {
  display: inline-block;
  width: 33.3333%;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#search-box .search-category nav ul li a {
  position: relative;
  display: block;
  font-size: 1.1rem;
  line-height: 1.4em;
  padding: 0 10px;
  color: #666;
}
#search-box .search-category nav ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  border-left: 5px solid #666;
}

/*チェックリスト*/
.check-list {
  border: 1px solid #e4e4e4;
  padding: 24px 30px 30px;
  margin-bottom: 25px;
  overflow: hidden;
}
.check-list article {
  float: left;
  width: 160px;
  margin: 0 12px;
}
.check-list article figure {
  margin-bottom: 10px;
}
.check-list article figure img {
  width: 160px;
}
.check-list article .title {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4em;
}
.check-list .slick-list {
  z-index: 1;
}
.check-list .slick-prev {
  background: rgba(102, 102, 102, 0.6);
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.check-list .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  margin-top: -4px;
  margin-left: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-list .slick-next {
  background: rgba(102, 102, 102, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.check-list .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-list .slick-prev.slick-disabled,
.check-list .slick-next.slick-disabled {
  display: none !important;
}
.check-list .link-black {
  width: 100%;
  margin-top: 50px;
}

.ranking-link {
  position: absolute;
  top: 0px;
  right: 0px;
}
.ranking-link li {
  float: left;
  width: 120px;
  height: 25px;
  margin-left: 10px;
}
.ranking-link li a {
  display: block;
  height: 25px;
  font-size: 1.2rem;
  line-height: 23px;
  border: 1px solid #000;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.ranking-link li.active a {
  background: #000;
  color: #fff;
}

.ranking-list {
  margin-bottom: 25px;
}
.ranking-list article {
  border-top: 1px solid #e4e4e4;
  padding: 20px 0;
  overflow: hidden;
}
.ranking-list article figure {
  float: left;
  width: 200px;
}
.ranking-list article figure img {
  width: 200px;
}
.ranking-list article .info {
  float: right;
  position: relative;
  width: 580px;
  min-height: 128px;
  overflow: hidden;
}
.ranking-list article .info .head {
  letter-spacing: normal;
}
.ranking-list article .info em {
  display: inline-block;
  background: url(/report/common/img/ranking-other.png) no-repeat;
  min-width: 100px;
  height: 25px;
  padding-left: 35px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  font-family: "Rubik", sans-serif;
  color: #85C5DA;
  margin-bottom: 2px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.ranking-list article .info em.rank1 {
  background: url(/report/common/img/ranking1.png) no-repeat;
  color: #E1C11A;
}
.ranking-list article .info em.rank2 {
  background: url(/report/common/img/ranking2.png) no-repeat;
  color: #BBBBBB;
}
.ranking-list article .info em.rank3 {
  background: url(/report/common/img/ranking3.png) no-repeat;
  color: #C89A34;
}
.ranking-list article .info time {
  display: inline-block;
  height: 16px;
  font-size: 1.1rem;
  line-height: 16px;
  color: #999;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 10px;
}
.ranking-list article .info .type1, .ranking-list article .info .type2, .ranking-list article .info .type3, .ranking-list article .info .type4, .ranking-list article .info .type5 {
  display: inline-block;
  background: #FFAAFF;
  width: 80px;
  height: 16px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  letter-spacing: normal;
}
.ranking-list article .info .type2 {
  background: #00A3D9;
}
.ranking-list article .info .type3 {
  background: #C3D69B;
}
.ranking-list article .info .type4 {
  background: #22bb88;
}
.ranking-list article .info .type5{
  background: #e1c11a;
}
.ranking-list article .info .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.ranking-list article .info .title a:hover {
  text-decoration: underline;
}
.ranking-list article .info .author {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.1rem;
  color: #999;
}
.ranking-list article .info .text {
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #666;
  margin-bottom: 20px;
}
.ranking-list article .info ul {
  float: left;
  width: 370px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  letter-spacing: -0.4em;
  text-align: center;
}
.ranking-list article .info ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 13px;
  font-size: 1.1rem;
}
.ranking-list article .info .keep-box {
  float: right;
  margin-right: 10px;
}
.ranking-list article .info .keep-box button {
  background: #fff url(/report/common/img/keep-off.png) 9px 5px no-repeat;
  border: none;
  width: 110px;
  height: 24px;
  padding-left: 30px;
  font-size: 1.2rem;
  color: #999;
  text-align: left;
  border: 1px solid #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.ranking-list article .info .keep-box button.on {
  position: relative;
  display: none;
  background: #FF6598 url(/report/common/img/keep-on.png) 9px 5px no-repeat;
  color: #fff;
  border: 1px solid #FF6598;
}
.ranking-list article .info .keep-box.keep {
  position: relative;
}
.ranking-list article .info .keep-box.keep button.off {
  display: none;
}
.ranking-list article .info .keep-box.keep button.on {
  display: block;
}
.ranking-list article .info .keep-box.keep::after {
  content: "×";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -10px;
  right: -5px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
}
.ranking-list.none > li:first-child article {
  border-top: none;
}

/*ブランド一覧*/
.brand-list {
  display: table;
  border-collapse: collapse;
}
.brand-list li {
  display: table-cell;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
.brand-list li figure {
  display: table-cell;
  width: 100px;
  vertical-align: top;
}
.brand-list li figure img {
  width: 100%;
}
.brand-list li .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
}
.brand-list li .info h3 {
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.brand-list li .info p {
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #666;
}

.brand {
  background: #f6f6f6;
  padding: 20px 30px;
  margin-bottom: 40px;
  border: 1px solid #e4e4e4;
  border-top: none;
  letter-spacing: -0.4em;
}
.brand li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 5px;
}
.brand li a {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.5em;
  color: #666;
}
.brand li a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  border-left: 5px solid #666;
}

.model-list {
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.model-list li {
  float: left;
  width: 25%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.model-list li a {
  display: table;
  width: 100%;
  padding: 10px;
}
.model-list li a figure {
  display: table-cell;
  width: 80px;
}
.model-list li a figure img {
  width: 100%;
}
.model-list li a h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 10px;
}

/*********************************************************************************************
* 個別ページ
*********************************************************************************************/
.detail-sns {
  position: fixed;
  left: auto;
  top: 180px;
  background: #f3f3f3;
  width: 100px;
  padding: 15px 0;
  margin-left: -150px;
  text-align: center;
}
.detail-sns > p {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 12px 0;
}
.detail-sns .fb-like {
  margin-bottom: 15px;
}
.detail-sns .twitter-share-button {
  margin-bottom: 15px;
}

.article-detail {
  /*レポート繰り返し*/
  /*まとめ*/
}
.article-detail .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.article-detail .main-img {
  text-align: center;
}
.article-detail .main-img img {
  max-width: 640px;
  margin-bottom: 10px;
}
.article-detail .nav {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 20px;
}
.article-detail .nav li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 7px;
}
.article-detail .nav li:nth-child(2){
	text-align: left;
}
.article-detail .nav li.ov {
  overflow: hidden;
}
.article-detail .nav li .type1,
.article-detail .nav li .type2,
.article-detail .nav li .type3,
.article-detail .nav li .type4,
.article-detail .nav li .type5{
	display: block;
	background: #FFAAFF;
	width: 5em;
	height: 36px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.article-detail .nav li .type2{
  background: #00A3D9;
}
.article-detail .nav li .type3{
  background: #C3D69B;
}
.article-detail .nav li .type4{
  background: #22bb88;
}
.article-detail .nav li .type5{
  background: #e1c11a;
}
.article-detail .nav li .type5 span{
	font-size: 1.2rem;
}
.article-detail .nav li time {
  font-size: 1.2rem;
}
.article-detail .nav li .author {
  font-size: 1.1rem;
  color: #999;
}
.article-detail .nav li .fb-button,
.article-detail .nav li .tw-button{
/*  float: left;*/
  width: 76px;
  height: 36px;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.article-detail .nav li .hatena-button {
  width: 76px;
  height: 36px;
  overflow: hidden;
  vertical-align: middle;
}
.article-detail .nav li .hatena-button iframe{opacity: 0;}
.article-detail .nav li .fb-button img,
.article-detail .nav li .tw-button img,
.article-detail .nav li .hatena-bookmark-button img {
  opacity: 0;
}
.article-detail .nav li .fb-button {
  background: #395796 url(/report/common/img/facebook.png) center center no-repeat;
}
.article-detail .nav li .tw-button {
  background: #47B2F4 url(/report/common/img/twitter.png) center center no-repeat;
}
.article-detail .nav li .hatena-button {
  background: #00A3DD url(/report/common/img/hatena.png) center center no-repeat;
}
.article-detail .nav li .keep-box {
  width: 170px;
  position: relative;
}
.article-detail .nav li .keep-box button {
  background: #fff url(/report/common/img/keep-off.png) 9px 5px no-repeat;
  border: none;
  width: 170px;
  height: 26px;
  padding-left: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 23px;
  color: #999;
  text-align: left;
  border: 1px solid #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.article-detail .nav li .keep-box button.on {
  position: relative;
  display: none;
  width: 110px;
  margin: 0 auto;
  background: #FF6598 url(/report/common/img/keep-on.png) 9px 5px no-repeat;
  color: #fff;
  border: 1px solid #FF6598;
}
.article-detail .nav li .keep-box.keep {
  position: relative;
}
.article-detail .nav li .keep-box.keep button.off {
  display: none;
}
.article-detail .nav li .keep-box.keep button.on {
  display: block;
}
.article-detail .nav li .keep-box.keep::after {
  content: "×";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -10px;
  right: 25px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
}
.article-detail .spec {
  overflow: hidden;
  padding: 0 50px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.article-detail .spec table {
  display: table-cell;
  width: 300px;
  font-size: 1.3rem;
}
.article-detail .spec table tbody {
  width: 100%;
  display: table;
}
.article-detail .spec table th {
  border: 1px solid #ddd;
  background: #f6f6f6;
  width: 120px;
  padding: 8px 10px;
  font-weight: normal;
  text-align: left;
}
.article-detail .spec table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
}
.article-detail .spec .product-link {
  display: table-cell;
  width: 340px;
  padding-left: 40px;
  vertical-align: middle;
}
.article-detail .spec .product-link li {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.article-detail .spec .product-link li:last-child {
  margin-bottom: 0px;
}
.article-detail .spec .product-link li p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-detail .spec .product-link li a {
  position: relative;
  display: block;
  background: #FF6598;
  width: 100%;
  height: 39px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.article-detail .spec .product-link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-detail .text {
  margin: 0 30px 30px;
  padding: 10px 15px;
  background: #f6f6f6;
  font-size: 1.5rem;
  line-height: 1.4em;
}
.article-detail .text em{
  font-weight: bold;
  color: #FF6598;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}
.article-detail .report {
  font-size: 1.4rem;
  padding-bottom: 1.4em;
}
.article-detail .report h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 15px 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
	.article-detail .report h3 span.up,
	.article-detail .report h3 span.down,
	.article-detail .report h3 span.stay{
		display: inline-block;
		vertical-align: middle;
		font-size: 1.0rem;
		line-height: 18px;
		color: #777;
	}
	.article-detail .report h3 span.up{
		padding: 0 10px 0 30px;
		background: url(../img/icon_up.png) left center no-repeat;
		background-size: 25px;
	}
	.article-detail .report h3 span.down{
		padding: 0 10px 0 52px;
		background: url(../img/icon_down.png) left center no-repeat;
		background-size: 47px;
	}
	.article-detail .report h3 span.stay{
		padding: 0 10px 0 47px;
		background: url(../img/icon_stay.png) left center no-repeat;
		background-size: 42px;
	}
.article-detail .report > figure ,
.article-detail .summary > figure {
  text-align: center;
  margin-bottom: 0.5em;
}
.article-detail .report > figure img ,
.article-detail .summary > figure img {
  max-width: 740px;
}
.article-detail .report p {
  padding: 0 70px;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 1.4em;
}
.article-detail .report p i ,
.article-detail .report p em,
.article-detail .summary i ,
.article-detail .summary em {
  font-weight: bold;
  color: #FF6598;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}
.article-detail .report ul.image-list {
  margin-bottom: 0.5em;
}
.article-detail .report ul.image-list li {
  margin-bottom: 10px;
  text-align: center;
}
.article-detail .report ul.image-list li:last-child {
  margin-bottom: 0px;
}
.article-detail .report ul.category {
  width: 510px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
  margin: 0.8em auto 0.5em;
  letter-spacing: -0.4em;
  text-align: center;
}
.article-detail .report ul.category li {
  font-size: 1.3rem;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 15px;
}
.article-detail .report a.item {
  position: relative;
  display: block;
  width: 300px;
  height: auto;
  margin: -10px auto 55px;
  background: #FF6598;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
	padding: 10px;
}
.article-detail .report a.item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article-detail .report .link-line{
	text-align: center;
	letter-spacing: -0.4em;
}
	.article-detail .report .link-line a.item{
		width: 295px;
		display: inline-block;
		letter-spacing: normal;
		margin: -10px 5px 55px;
		vertical-align: top;
	}


.article-detail .report .link-page {
  text-align: right;
  margin-bottom: 20px;
}
.article-detail .summary {
  margin-bottom: 30px;
}
.article-detail .summary h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 15px 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.article-detail .summary h4 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 43px;
  margin-bottom: 5px;
}
.article-detail .summary h4::after {
  background: #FF6598;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.article-detail .summary ul {
  padding-left: 36px;
  margin-bottom: 25px;
}
.article-detail .summary ul li {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6em;
}
.article-detail .summary ul li::after {
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0px;
  left: -1em;
}
.article-detail .summary p {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.article-detail .summary p.bld {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.article-detail .summary p.time {
  font-size: 1.2rem;
  text-align: right;
}
.article-detail .wp-pagenavi {
  margin-bottom: 30px;
}
.article-detail p.time {
  padding: 0px;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin-bottom: 45px;
  text-align: right;
}
.article-detail table.table-spec {
  width: 600px;
  margin: 0 auto 25px;
  font-size: 1.3rem;
}
.article-detail table.table-spec th {
  background: #f6f6f6;
  width: 120px;
  border: 1px solid #ddd;
  padding: 10px 1em;
  text-align: left;
}
.article-detail table.table-spec td {
  width: 180px;
  border: 1px solid #ddd;
  padding: 10px 1em;
}
.article-detail > .author {
  width: 600px;
  margin: 0 auto 25px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px 0 15px;
}
.article-detail > .author a {
  display: block;
}
.article-detail > .author a .name {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 50px;
}
.article-detail > .author a .name p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.article-detail > .author a .name figure {
  display: table;
  margin-left: 15px;
}
.article-detail > .author a .name figure img {
  display: table-cell;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.article-detail > .author a .name figure figcaption {
  display: table-cell;
  font-size: 1.3rem;
  padding-left: 15px;
  vertical-align: middle;
}
.article-detail > .author a > figure {
  display: inline-block;
  vertical-align: middle;
}
.article-detail > .author a > figure img {
  width: 150px;
}
.article-detail .sns-share {
  padding-top: 30px;
  margin-bottom: 60px;
}
.article-detail .sns-share h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}
.article-detail .sns-share ul {
  overflow: hidden;
  margin-bottom: 30px;
}
.article-detail .sns-share ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.article-detail .sns-share ul li a {
  position: relative;
  display: block;
  height: 70px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 70px;
  color: #fff;
}
.article-detail .sns-share ul li:nth-child(1) a {
  background: #395796;
}
.article-detail .sns-share ul li:nth-child(1) a::after {
  content: "";
  width: 38px;
  height: 38px;
  background: #fff url(/report/common/img/facebook2.png) center center no-repeat;
  position: absolute;
  top: 16px;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.article-detail .sns-share ul li:nth-child(2) a {
  background: #1DA1F2;
}
.article-detail .sns-share ul li:nth-child(2) a::after {
  content: "";
  width: 38px;
  height: 38px;
  background: #fff url(/report/common/img/twitter2.png) center center no-repeat;
  position: absolute;
  top: 16px;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.article-detail .sns-share .box {
  display: table;
}
.article-detail .sns-share .box figure {
  display: table-cell;
  width: 300px;
}
.article-detail .sns-share .box figure img {
  width: 100%;
  height: auto;
}
.article-detail .sns-share .box .button {
  width: 440px;
  background: #f6f6f6;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.article-detail .sns-share .box .button p {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.article-detail .sns-share .box .button p strong {
  font-size: 1.6rem;
}
.article-detail .sns-share .box .button .fb-like {
  margin-bottom: 10px;
}
.article-detail .detail-page {
  position: relative;
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.article-detail .detail-page .page > a, .article-detail .detail-page .page > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 30px;
}
.article-detail .detail-page .page > span {
  color: #999;
}
.article-detail .detail-page > a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 32px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.article-detail .detail-page > a span.prev {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 52px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.article-detail .detail-page > a span.prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  margin-top: -4px;
  margin-left: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-detail .detail-page > a span.prev:hover {
  opacity: 0.6;
}
.article-detail .detail-page > a span.next {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.article-detail .detail-page > a span.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-detail .detail-page > a span.next:hover {
  opacity: 0.6;
}



/*リンクアンダー*/
.article-detail .text a,
.article-detail .summary p a,
.article-detail .report p a{
	color: #00a0d2;
	text-decoration: underline;
}
.article-detail .text a:hover,
.article-detail .summary p a:hover,
.article-detail .report p a:hover{text-decoration: none;}

/*********************************************************************************************
* 検索画面
*********************************************************************************************/
/*新着レポ*/
#head-ranking h2 {
  position: relative;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-bottom: 25px;
}
#head-ranking h2::after {
  content: "";
  width: 28px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
  background: url(/report/common/img/ranking1.png) no-repeat;
}
#head-ranking ol {
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-bottom: 15px;
  letter-spacing: -0.4em;
}
#head-ranking ol li {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-right: 10px;
  border: 1px solid #e4e4e4;
  padding: 9px 9px 14px;
  letter-spacing: normal;
  vertical-align: top;
}
#head-ranking ol li em {
  position: absolute;
  top: -12px;
  left: -7px;
  background: #85C5DA;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
#head-ranking ol li:nth-child(1) em {
  background: #E2C21B;
}
#head-ranking ol li:nth-child(2) em {
  background: #C0C0C0;
}
#head-ranking ol li:nth-child(3) em {
  background: #C89A35;
}
#head-ranking ol li figure {
  margin-bottom: 8px;
}
	#head-ranking ol li figure img{
		width: 100%;
	}
#head-ranking ol li .title {
  height: 3.9em;
  padding: 0 8px;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.tag-list {
  letter-spacing: -0.4em;
  padding: 0 20px 20px;
}
.tag-list li {
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 0 30px 0 15px;
  border: 1px solid #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  margin: 0 7px 7px 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 22px;
  color: #999;
  letter-spacing: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag-list li:hover {
  opacity: 0.6;
}
.tag-list li::after {
  content: "×";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0px;
  right: 10px;
  color: #000;
}

.tab {
  border-bottom: 2px solid #ddd;
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 30px;
}
.tab a,
.tab span {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 45px;
  margin: 0 5px;
  border: 2px solid #ddd;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  letter-spacing: normal;
}
.tab a {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-bottom: none;
  color: #aaa;
}
.tab span::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
}

.ranking-tab {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 30px;
}
.ranking-tab a,
.ranking-tab span {
  display: inline-block;
  width: 120px;
  height: 26px;
  margin: 0 5px;
  border: 1px solid #000;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  letter-spacing: normal;
}
.ranking-tab span {
  background: #000;
  color: #fff;
}

.page-view {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.result-list {
  margin-bottom: 25px;
}
.result-list article {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  overflow: hidden;
}
.result-list article:last-child {
  border-bottom: none;
}
.result-list article figure {
  float: left;
  width: 200px;
}
.result-list article figure img {
  width: 200px;
}
.result-list article .info {
  float: right;
  position: relative;
  width: 580px;
  min-height: 128px;
  padding-top: 5px;
  overflow: hidden;
}
.result-list article .info time {
  display: block;
  height: 16px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  line-height: 16px;
  color: #999;
}
.result-list article .info .type1, .result-list article .info .type2, .result-list article .info .type3, .result-list article .info .type4, .result-list article .info .type5 {
  position: absolute;
  top: 5px;
  left: 100px;
  background: #FFAAFF;
  width: 80px;
  height: 16px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.result-list article .info .type2 {
  background: #00A3D9;
}
.result-list article .info .type3 {
  background: #C3D69B;
}
.result-list article .info .type4 {
  background: #22bb88;
}
.result-list article .info .type5 {
  background: #e1c11a;
}
.result-list article .info .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.result-list article .info .title a:hover {
  text-decoration: underline;
}
.result-list article .info .author {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.1rem;
  color: #999;
}
.result-list article .info .text {
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #666;
  margin-bottom: 20px;
}
.result-list article .info ul {
  float: left;
  width: 370px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  letter-spacing: -0.4em;
  text-align: center;
}
.result-list article .info ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 13px;
  font-size: 1.1rem;
}
.result-list article .info .keep-box {
  float: right;
  margin-right: 10px;
}
.result-list article .info .keep-box button {
  background: #fff url(/report/common/img/keep-off.png) 9px 5px no-repeat;
  border: none;
  width: 110px;
  height: 24px;
  padding-left: 30px;
  font-size: 1.2rem;
  color: #999;
  text-align: left;
  border: 1px solid #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.result-list article .info .keep-box button.on {
  position: relative;
  display: none;
  background: #FF6598 url(/report/common/img/keep-on.png) 9px 5px no-repeat;
  color: #fff;
  border: 1px solid #FF6598;
}
.result-list article .info .keep-box.keep {
  position: relative;
}
.result-list article .info .keep-box.keep button.off {
  display: none;
}
.result-list article .info .keep-box.keep button.on {
  display: block;
}
.result-list article .info .keep-box.keep::after {
  content: "×";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -10px;
  right: -5px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
}

/*ページャー*/
.wp-pagenavi {
  position: relative;
  text-align: center;
  font-family: "Rubik", sans-serif;
  height: 32px;
  margin-bottom: 50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 32px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 52px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi span.previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  margin-top: -4px;
  margin-left: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi span.previouspostslink:hover {
  opacity: 0.6;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wp-pagenavi a.nextpostslink::after,
.wp-pagenavi span.nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.nextpostslink:hover {
  opacity: 0.6;
}
.wp-pagenavi span.current {
  color: #999;
}

@media screen and (max-width: 1300px) {
  .detail-sns {
    display: none;
  }
}


#set-history{
	display: none;
}