@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");

/*
==================================================
基本スタイル
==================================================
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
png:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*
==================================================
基本スタイル
==================================================
*/
body {
  background-color: #f6f2f2;
  color: #333333;
  font-family: 'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .title, dt {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
}
h2,h3,h4,h5,h6{
    overflow:hidden;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
}
p {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  body {
    background-color: #fff;
  }
}
/* リスト
==================================================
#main ul{
  list-style: outside none none;
  margin: 10px 0 10px 0px;
  padding: 0;
}
#main ul > li {
  color: #621b19;
  font-weight: 700;
  line-height: 1.7;
  margin: 12px 0;
  padding: 0 0 0 23px;
  position: relative;
}
#main ul > li:before {
  background-color: #fff;
  border: 3px solid #bb5d59;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 9px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 9px;
}
#main table ul li:before {
  top: 5px;
}
#main table ul,#main table ol{
  margin:10px 0;
}
#whatsnew ul li:before{
  display:none;
}
#main ol {
  counter-reset: number;
  list-style: outside none none;
  margin: 10px 0 10px 2px;
  padding: 0;
}
#main ol > li {
  color: #621b19;
  font-weight: 700;
  line-height: 1.7;
  margin: 12px 0;
  padding: 0 0 0 30px;
  position: relative;
}
#main ol > li::before {
  background-color: #b72e0e;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: counter(number,decimal);
  counter-increment: number;
  font-size: 12px;
  font-weight: normal;
  height: 19px;
  left: 0;
  letter-spacing: 0;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 19px;
}
@media screen and (min-width: 768px) {
  #main ul{
  }
  #main .grayline ul, #main .graybg ul, #main .grayline ul, #main .graybg ul {
    margin: 24px 0 24px 12px;
  }
  #main ul > li {
    padding: 0 0 0 24px;
  }
  #main ol {
    margin: 24px 0 24px 7px;
  }
  #main ol > li {
    padding: 0 0 0 32px;
  }
  #main ol > li::before {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    top: 3px;
    width: 20px;
  }
}
*/
/* リンク
==================================================
*/
a {
  color: #3598d9;
}
a img{background: none;}
@media screen and (min-width: 1000px) {
  a:hover {
    color: #44b4fd;
    text-decoration: none;
  }
  #main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
    left: 1px;
    position: relative;
    top: 1px;
  }
}
/*
==================================================
全体
==================================================
*/
/* レイアウト
==================================================
*/
#wrapper {
  overflow: hidden;
  position: relative;
}
#contents {
  padding: 0 8px;
  position: relative;
}
#siteNavi {
  color: #4d4d4d;
  font-size: 10px;
  line-height: 1.6;
  padding: 10px 0;
}
#siteNavi a {
  color: #922E0B;
}
@media screen and (min-width: 768px) {
  #contents {
    padding: 10px;
  }
  #contents::after {
    clear: both;
    content: '';
    display: block;
  }
  #siteNavi {
    margin: 0 0 8px;
    padding: 4px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  #wrapper {
    min-width: 1000px;
    overflow: visible;
  }
  #contents, #pr p {
    margin: 0 auto;
    padding: 24px 0 50px;
    width: 1000px;
  }
  #siteNavi {
    margin: 0 0 12px;
  }
  #siteNavi a:hover {
    color: #CF7C60;
  }
}
/* ページ上部へ戻る
==================================================
*/
#pagetop a {
  background-color: #b72e0e;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 12px 12px;
  padding: 18px 0 18px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#pagetop a::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 10px;
  left: 50%;
  margin-left: -36px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
@media screen and (min-width: 768px) {
  #pagetop::after {
    clear: both;
    content: '';
    display: block;
  }
  #pagetop a {
    float: right;
    height: 42px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
    text-indent: 200%;
    white-space: nowrap;
    width: 42px;
  }
  #pagetop a::before {
    height: 13px;
    left: 14px;
    margin: 0;
    top: 18px;
    width: 13px;
  }
}
@media screen and (min-width: 1000px) {
  #pagetop {
    margin: 0 auto;
    width: 1000px;
  }
  #pagetop a {
    height: 49px;
    margin-right: 0;
    width: 49px;
  }
  #pagetop a:hover {
    background-color: #CF7C60;
  }
  #pagetop a::before {
    height: 15px;
    left: 16px;
    top: 21px;
    width: 15px;
  }
}
/* 検索ボックス
==================================================
*/
#searchbox {
  line-height: 1;
}
#searchbox form {
  padding: 12px 8px;
  position: relative;
}
#searchbox form::before {
  border: 2px solid #b72e0e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 12px;
  position: absolute;
  right: 23px;
  top: 21px;
  width: 12px;
}
#searchbox form::after {
  background-color: #b72e0e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  content: '';
  height: 7px;
  position: absolute;
  right: 22px;
  top: 29px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 3px;
}
#searchbox input {
  -webkit-appearance: none;
}
#searchbox input[type="text"], #searchbox input[type="search"] {
  background-color: #fafafa;
  border: 1px solid #e3dddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  padding: 0 36px 0 8px;
  width: 100%;
}
#searchbox input[type="submit"] {
  background-color: transparent;
  border: medium none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 8px;
  text-indent: 200%;
  top: 12px;
  white-space: nowrap;
  width: 36px;
}
@media screen and (min-width: 768px) {
  #searchbox {
    right: 10px;
    position: absolute;
    top: 8px;
    width: 25%;
  }
  #searchbox form {
    padding: 0;
  }
  #searchbox form::before {
    border: 2px solid #cbcbcb;
    left: 8px;
    right: auto;
    top: 7px;
  }
  #searchbox form::after {
    background-color: #cbcbcb;
    left: 18px;
    right: auto;
    top: 15px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
    height: 28px;
    line-height: 28px;
    padding: 0 56px 0 32px;
  }
  #searchbox input[type="submit"] {
    background-color: #b72e0e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    right: 0;
    text-indent: 0;
    top: 0;
    white-space: normal;
    width: 48px;
  }
}
@media screen and (min-width: 1000px) {
  #searchbox {
    left: 50%;
    margin-left: 240px;
    right: auto;
    top: 18px;
    width: 260px;
  }
  #searchbox input[type="text"], #searchbox input[type="search"] {
    -moz-transition: border 0.15s ease-out 0s;
    -o-transition: border 0.15s ease-out 0s;
    -webkit-transition: border 0.15s ease-out;
    -webkit-transition-delay: 0s;
    transition: border 0.15s ease-out 0s;
  }
  #searchbox input[type="text"]:focus, #searchbox input[type="search"]:focus {
    background-color: #fff;
  }
  #searchbox input[type="submit"]:hover {
    background-color: #CF7C60;
  }
}
/* 回り込み・回り込み解除
==================================================
*/
.txt-img img {
  margin: 0 8px 8px 8px;
}
.center {
  margin: 5px 0;
  text-align: center;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.float-l img,
.float-r img {
  margin-bottom: 20px;
}
.float-l img {
  margin-right: 20px;
}
.float-r img {
  margin-left: 20px;
}
.clear, .FloatEnd {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
  background-color:#f4f4f4;
  border-bottom: 1px solid #ddd;
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
#top .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 45px;
  padding: 8px;
  width: 100%;
}
#top h1 {
  color: #c3bebd;
  font-size: 7px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
#top h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
#top h2 a {
  color: #922E0B;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
    #top {
        background-color: #fff;
        background-image: none;
        border-top: 5px solid #b72e0e;
        border-bottom: 1px solid #bbbbbb;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.15);
        position: relative;
        z-index: 1;
    }
    #top::before {
        background-image: url('data:image/png   +xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI +PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
        background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
        bottom: 0;
        content: '';
        height: 39%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
    }
    #top::after {
        background-image: url('data:image/png+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #adadad), color-stop(20%, #d6d6d6), color-stop(100%, #ffffff));
        background-image: -moz-linear-gradient(top, #adadad 0%, #d6d6d6 20%, #ffffff 100%);
        background-image: -webkit-linear-gradient(top, #adadad 0%, #d6d6d6 20%, #ffffff 100%);
        background-image: linear-gradient(to bottom, #adadad 0%, #d6d6d6 20%, #ffffff 100%);
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: -1;
    }
  #top .inner {
    display: block;
    height: auto;
    padding: 12px 290px 12px 10px;
  }
  #top h1 {
    font-size: 14px;
  }
  #top h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1000px) {
  #top .inner {
    left: 50%;
    margin-left: -500px;
    padding: 24px 0;
    position: relative;
    width: 668px;
  }
}
/* ヘッダー
==================================================
*/
#header {
  background-color: #fff;
  height: auto !important;
}
#header > img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #headerbox {
    background-color: #f1f1f1;
    padding: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #headerbox {
    padding: 24px 0;
  }
  #header {
    margin: 0 auto;
    width: 1000px;
  }
}
/* トップメニュー
==================================================
*/
#topmenubtn {
  background-color: #f2f2f2;
  border-left: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  line-height: 1;
  overflow: hidden;
  position: relative;
  right: 0;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 50px;
}
#topmenubtn::before, #topmenubtn::after {
  content: '';
  position: absolute;
  right: 15px;
  width: 19px;
}
#topmenubtn::before {
  border-bottom: 2px solid #922E0B;
  border-top: 2px solid #922E0B;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 5px;
  top: 15px;
}
#topmenubtn::after {
  border-top: 2px solid #922E0B;
  height: 0;
  top: 29px;
}
#topmenubox {
  display: table-row;
}
#topmenubox::after {
  background-color: rgba(0, 0, 0, 0.8);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
#topmenubox #topmenubox-inner {
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  width: 100%;
}
#topmenubox #topmenubox-inner::before {
  border-top: 1px solid #ddd;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
input#panel[type="checkbox"] {
  display: none;
}
input#panel[type="checkbox"] ~ #topmenubox::after,
input#panel[type="checkbox"] ~ #topmenubox #topmenubox-inner {
  -moz-transition: opacity 0.05s ease 0s;
  -o-transition: opacity 0.05s ease 0s;
  -webkit-transition: opacity 0.05s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.05s ease 0s;
  opacity: 0;
  z-index: -1;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before, input#panel[type="checkbox"]:checked + #topmenubtn::after {
  border-top: 2px solid #922E0B;
  right: 14px;
  top: 21px;
  width: 21px;
}
input#panel[type="checkbox"]:checked + #topmenubtn::before {
  border-bottom: none;
  height: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input#panel[type="checkbox"]:checked + #topmenubtn::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input#panel[type="checkbox"]:checked ~ #topmenubox::after {
  opacity: 1;
  z-index: 99;
}
input#panel[type="checkbox"]:checked ~ #topmenubox #topmenubox-inner {
  opacity: 1;
  z-index: 100;
}
#topmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topmenu ul li {
  border-top: 1px solid #e6e6e6;
}
#topmenu ul a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#topmenu ul a::before {
  border: 4px solid transparent;
  border-left: 6px solid #b72e0e;
  content: '';
  left: 19px;
  position: absolute;
  top: 19px;
}
#topsubmenu {
  background-color: #eaeaea;
}
#topsubmenu span {
  border-top: 1px solid #e6e6e6;
  display: block;
}
#topsubmenu span a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#topsubmenu span a::before {
  border: 4px solid transparent;
  border-left: 6px solid #a3a3a3;
  content: '';
  left: 19px;
  position: absolute;
  top: 19px;
}

@media screen and (min-width: 768px) {
  #topmenubtn {
    display: none;
  }
  #topmenubox {
    display: inline;
  }
  #topmenubox::after {
    display: none;
  }
  #topmenubox #topmenubox-inner {
    background-color: transparent;
    display: inline;
    opacity: 1 !important;
    position: static;
  }
  #topmenubox #topmenubox-inner::before {
    display: none;
  }
    #topmenu {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    #topmenu::before {
        background-color: #e5e5e5;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
        bottom: 0;
        content: '';
        height: 5px;
        left: -10px;
        position: absolute;
        right: -10px;
        z-index: -1;
    }
    #topmenu ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    #topmenu ul li {
        border: none;
        border-left: 1px solid rgba(255, 255, 255, 0.75);
        border-right: 1px solid #e4e3e2;
        display: table-cell;
        position: relative;
    }
    #topmenu ul li:first-child {
        border-left: 1px solid #e4e3e2;
    }
    #topmenu ul a {
        color: #503e3e;
        font-size: 15px;
        padding: 10px 10px 16px;
        position: static;
        text-align: center;
    }
    #topmenu ul a::before, #topmenu ul a::after {
            display: none;
    }
  #topsubmenu {
    background-color: transparent;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 40px;
  }
  #topsubmenu span {
    border: none;
    display: inline;
  }
  #topsubmenu span:first-of-type::before {
    border-right: 1px solid #d8d1d1;
    content: '';
    display: inline-block;
    height: 16px;
    vertical-align: middle;
  }
  #topsubmenu span::after {
    border-right: 1px solid #d8d1d1;
    content: '';
    display: inline-block;
    height: 16px;
    vertical-align: middle;
  }
  #topsubmenu span a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 1em;
    padding: 0;
  }
  #topsubmenu span a::before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #topmenu ul {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    width: 1000px;
  }
  #topmenu ul li {
    padding-bottom: 0;
  }
  #topmenu ul a:hover {
    color: #922E0B;
  }
  #topmenu ul a:hover::after {
    background-color: #CF7C60;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    border: none;
    content: "";
    bottom: 0;
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    margin-top: auto;
    right: 0;
  }
  #topsubmenu {
    left: 50%;
    right: auto;
    top: 58px;
    width: 500px;
  }
  #topsubmenu span a {
    margin: 0 1.8em;
  }
  #topsubmenu span a:hover {
    color: #b72e0e;
    text-decoration: underline;
  }
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
  text-align: left;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
  background-color: #fff;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  #main {
    float: right;
  }
  #main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
    margin: 0 0 24px;
    padding: 10px;
  }
}
/* 見出し
==================================================
*/
#main h2,
#main h3 {
  background-color: #fff;
  border: 1px solid #d9d4d4;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1;
  margin: 20px auto 0;
  padding: 0;
  position: relative;
  z-index: 1;
  font-weight: bold;
  clear:both;
}
#main h2:before, #main h3:before {
    background-color: #b72e0e;
    content: "";
    width: 4px;
    height: 85%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
}
#main h2 span,
#main h3 span {
  background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);
  display: block;
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  padding: 5px 10px;
}
#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
  font-weight: bold;
  margin: 8px 0;
}
#main h4 {
  background-color: #fbfbfb;
  border: 1px solid #d3d3cf;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #1C1E21;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 16px;
  padding: 12px 6px;
  position: relative;
  z-index: 0;
  clear:both;
  font-weight: bold;
}
#main h4:before {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width:  100%;
  margin: auto;
  padding:  0;
}
#main h4:after {
  content: "";
  border: 1px solid #b72e0e;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 100%;
}
#main h5 {
  font-size: 17px;
  line-height: 1.5;
  margin: 20px 0 10px;
  overflow: hidden;
  padding: 0 0 0 14px;
  position: relative;
  font-weight: bold;
}
#main h5::before {
  background-color: #b72e0e;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  bottom: 2px;
  content: '';
  left: 0;
  position: absolute;
  top: 2px;
  width: 4px;
}
#main h6 {
  font-size: 16px;
  line-height: 1.8;
  margin: 10px auto;
  overflow: hidden;
  padding: 0 0 0 24px;
  position: relative;
}
#main h6::before {
  background-color: #b72e0e;
  background-image: url(img/h6.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 50%;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  content: '';
  height: 15px;
  left: 2px;
  position: absolute;
  top: 6px;
  width: 15px;
}
#main blockquote {
  background-color: #f7f7f7;
  border: 2px solid #cccccc;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
  //padding: 12px 10px 12px 38px;
  padding: 12px 10px 12px 10px;
  position: relative;
}
#main blockquote::before {
/*
  content: '\203b';
  font-size: 16px;
  font-weight: 500;
  left: 16px;
  position: absolute;
  top: 10px;
*/
}
@media screen and (min-width: 768px) {
  #main h2,
  #main h3 {
    margin: 0 0 10px;
    padding: 0;
  }
  #main h2 span,
  #main h3 span {
    font-size: 22px;
    line-height: 1.4;
  }
  #main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
    margin: 20px 0;
  }
  #main h4 {
    font-size: 19px;
    padding: 12px 10px 8px 10px;
  }
  #main h5 {
    font-size: 19px;
    padding: 0 0 0 16px;
  }
  #main h6 {
    font-size: 17px;
    line-height: 1.5;
    padding: 0 0 0 26px;
  }
  #main h6::before {
    top: 5px;
  }
/*
  #main blockquote {
    padding: 24px 16px 24px 50px;
  }
*/
/*
  #main blockquote::before {
    font-size: 18px;
    line-height: 1.3;
    left: 25px;
    top: 24px;
  }
*/
}
/*
==================================================
画像付きボックス
==================================================
*/
#main .alert, #main .accept, #main .attention, #main .thint {
  background-position: 12px 15px;
  background-repeat: no-repeat;
  background-size: 17px auto;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
  padding: 12px 10px 12px 38px;
  position: relative;
  z-index: 0;
}
#main .alert.noimage, #main .accept.noimage, #main .attention.noimage, #main .thint.noimage {
  background-image: none;
  padding: 12px 10px;
}
#main .attention {
  background-color: #fffff8;
  background-image: url(img/attention.png);
  border: 2px solid #d3b806;
  color: #B09B09;
}
#main .accept {
  background-color: #f8fbf8;
  background-image: url(img/accept.png);
  border: 2px solid #5ca25e;
  color: #5ba15d;
}
#main .alert {
  background-color: #fdf6f5;
  background-image: url(img/alert.png);
  border: 2px solid #d6272e;
  color: #d5262d;
}
#main .thint {
  background-color: #f6f9fd;
  background-image: url(img/thint.png);
  border: 2px solid #3284cb;
  color: #3183ca;
}
@media screen and (min-width: 768px) {
  #main .alert, #main .accept, #main .attention, #main .thint {
    background-position: 22px 20px;
    background-size: auto auto;
    margin: 20px 0;
    padding: 25px 16px 25px 78px;
  }
  #main .alert.noimage, #main .accept.noimage, #main .attention.noimage, #main .thint.noimage {
    padding: 18px 16px;
  }
}
#main .user1,
#main .user2 {
  background-color: #fff;
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: 65px auto;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 7px #c9c9c9 inset;
  -webkit-box-shadow: 0 0 7px #c9c9c9 inset;
  box-shadow: 0 0 7px #c9c9c9 inset;
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
  min-height: 79px;
  overflow: hidden;
  position: relative;
  padding: 20px 12px 20px 82px;
  _height: auto;
  z-index: 0;
}
#main .user1.noimage,
#main .user2.noimage {
  background-image: none;
  min-height: 0;
  padding: 14px 12px;
}
#main .user1 {
  background-image: url(img/user1.png);
}
#main .user2 {
  background-image: url(img/user2.png);
}
@media screen and (min-width: 768px) {
  #main .user1,
  #main .user2 {
    background-position: 10px 10px;
    background-size: 130px auto;
    margin: 30px 0;
    min-height: 150px;
    padding: 35px 20px 35px 170px;
  }
  #main .user1.noimage,
  #main .user2.noimage {
    padding: 20px 18px;
  }
}

/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1 {
  background-color: #f4f4f4;
  background-image: none;
  font-weight: normal;
  line-height: 1.9;
  margin: 15px 0;
  overflow: hidden;
  padding: 16px 16px 16px 48px;
  position: relative;
}
.question1::before,
.answer1::before {
  float: left;
  font-family: 'Helvetica Neue', Arial;
  font-size: 22px;
  margin: 0 0 0 -1.6em;
  text-align: center;
  width: 1.3em;
}
.question1 {
  font-size: 16px;
}
.question1::before {
  color: #b72e0e;
  content: 'Q.';
  line-height: 1.3;
}
.question1 + .answer1 {
  margin-top: -22px;
}
.question1 + .answer1::after {
  background-color: #cecece;
  content: '';
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.answer1 {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
}
.answer1::before {
  color: #737373;
  content: 'A.';
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .question1,
  .answer1 {
    margin: 30px 0;
    padding: 18px 26px 18px 66px;
  }
  .question1::before,
  .answer1::before {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 0 -1.5em;
  }
  .question1 {
    padding-top: 24px;
  }
  .question1 + .answer1 {
    margin-top: -36px;
  }
  .question1 + .answer1::after {
    left: 20px;
    right: 20px;
  }
  .answer1 {
    padding-bottom: 24px;
  }
}
.question2,
.answer2 {
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 16px 0 16px 46px;
  position: relative;
}
.question2::before,
.answer2::before {
  border: 1px solid #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Helvetica Neue', Arial;
  font-size: 19px;
  font-weight: normal;
  height: 30px;
  left: 4px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  top: 15px;
  width: 30px;
}
.question2 {
  border-top: 1px dashed #cfcfcf;
  font-weight: 700;
}
.question2::before {
  background-color: #b72e0e;
  content: 'Q';
}
.question2 + .answer2 {
  margin-top: -42px;
}
.answer2 {
  border: none;
  border-bottom: 1px dashed #cfcfcf;
}
.answer2::before {
  background-color: #a0a0a0;
  content: 'A';
}
@media screen and (min-width: 768px) {
  .question2,
  .answer2 {
    margin: 35px 0;
    padding: 22px 0 22px 46px;
  }
  .question2::before,
  .answer2::before {
    left: 0;
    top: 20px;
  }
  .question2 + .answer2 {
    margin-top: -66px;
  }
}
/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu {
  text-align: left;
}
#menu h4,
#menu .title,
#rmenu h4,
#rmenu .title {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#menu h4 + .menubox,
#menu .title + .menubox,
#rmenu h4 + .menubox,
#rmenu .title + .menubox {
  margin-top: -1px;
}
#menu h4,#rmenu h4, #menu .title, #rmenu .title {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(top, #fff, #fafafa);
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  border-top: 3px solid #b72e0e;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #dedede;
  color: #333;
  padding: 12px 15px;
}
#menu .menubox,
#rmenu .menubox {
  background-color: #eee;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 7px;
}
#menu .menulist,
#rmenu .menulist {
  background-color: #eee;
  padding: 4px;
}
#menu .menulist ul,
#rmenu .menulist ul, #submenu li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#menu .menulist li,
#rmenu .menulist li {
  background-color: #fff;
  border-bottom: 1px solid #f1ecec;
  margin-bottom: 3px;
}
#menu .menulist li:last-child,
#rmenu .menulist li:last-child {
  margin-bottom: 0;
}
#menu .menulist li a,
#rmenu .menulist li a {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 28px;
  position: relative;
  text-decoration: none;
}
#menu .menulist li a::before,
#rmenu .menulist li a::before {
  border: 4px solid transparent;
  border-left: 6px solid #b72e0e;
  content: '';
  left: 15px;
  position: absolute;
  top: 19px;
}
#menu .menulist .l2,
#menu .menulist .l3,
#rmenu .menulist .l2,
#rmenu .menulist .l3 {
  background-color: #fafafa;
  margin-top: -3px;
}
#menu .menulist .l2 a,
#menu .menulist .l3 a,
#rmenu .menulist .l2 a,
#rmenu .menulist .l3 a {
  font-size: 13px;
}
#menu .menulist .l2 a::before, #menu .menulist .l2 a::after,
#menu .menulist .l3 a::before,
#menu .menulist .l3 a::after,
#rmenu .menulist .l2 a::before,
#rmenu .menulist .l2 a::after,
#rmenu .menulist .l3 a::before,
#rmenu .menulist .l3 a::after {
  border: none;
  border-right: 1px solid #484848;
  border-top: 1px solid #484848;
  content: '';
  height: 5px;
  left: 30px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  width: 5px;
}
#menu .menulist .l2 a::after,
#menu .menulist .l3 a::after,
#rmenu .menulist .l2 a::after,
#rmenu .menulist .l3 a::after {
  left: 34px;
}
#menu .menulist .l2 a,
#rmenu .menulist .l2 a {
  padding-left: 48px;
}
#menu .menulist .l3 a,
#rmenu .menulist .l3 a {
  padding-left: 68px;
}
#menu .menulist .l3 a::before,
#rmenu .menulist .l3 a::before {
  left: 50px;
}
#menu .menulist .l3 a::after,
#rmenu .menulist .l3 a::after {
  left: 54px;
}
#menu .rankbox,
#rmenu .rankbox {
  border-bottom: 1px dashed #cfcfcf;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #menu h4,
  #menu .title,
  #rmenu h4,
  #rmenu .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
  #menu h4,
  #rmenu h4 {
    padding: 15px 16px;
  }
  #menu .title,
  #rmenu .title {
    padding: 14px 15px;
  }
  #menu .menulist,
  #rmenu .menulist {
    padding: 7px;
  }
  #menu {
    float: left;
  }
}
@media screen and (min-width: 1000px) {
  #menu h4,
  #rmenu h4 {
    padding: 16px 20px;
  }
  #menu .title,
  #rmenu .title {
    padding: 15px 19px;
  }
  #menu .menubox,
  #rmenu .menubox {
    margin-bottom: 16px;
  }
  #menu .menulist li a:hover,
  #rmenu .menulist li a:hover {
    color: #b72e0e;
    text-decoration: underline;
  }
  #menu .menulist li a:hover::before,
  #rmenu .menulist li a:hover::before {
    border-left-color: #b72e0e;
  }
  #menu .menulist .l2 a:hover::before, #menu .menulist .l2 a:hover::after,
  #menu .menulist .l3 a:hover::before,
  #menu .menulist .l3 a:hover::after,
  #rmenu .menulist .l2 a:hover::before,
  #rmenu .menulist .l2 a:hover::after,
  #rmenu .menulist .l3 a:hover::before,
  #rmenu .menulist .l3 a:hover::after {
    border-right-color: #b72e0e;
    border-top-color: #b72e0e;
  }
}
#submenu{margin-bottom:15px;}
/* バナー領域
==================================================
*/
.bannerbox {
  position: relative;
}
.bannerbox ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.bannerbox li {
  margin-bottom: 10px;
  text-align: center;
}
.bannerbox li a img {
  vertical-align: bottom;
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry, ul#entryarchive {
  background-color: #fff;
  list-style: outside none none;
  margin: -7px 0;
  padding: 0;
}
ul#newEntry li, ul#entryarchive li {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  line-height: 1.6;
  padding: 14px 0 14px 22px;
  position: relative;
}
ul#newEntry li:last-child, ul#entryarchive li:last-child {
    border-bottom: 5px solid #f5f5f5;
}
ul#newEntry li::before, ul#entryarchive li::before {
  border: 4px solid transparent;
  border-left: 6px solid #b72e0e;
  content: '';
  left: 9px;
  position: absolute;
  top: 20px;
}
ul#newEntry li a, ul#entryarchive li a {
  color: #922E0B;
}
@media screen and (min-width: 768px) {
  ul#newEntry, ul#entryarchive {
  }
}
@media screen and (min-width: 1000px) {
  ul#newEntry li a:hover, ul#entryarchive li a:hover {
    color: #CF7C60;
  }
}
/*
==================================================
フッター
==================================================
*/
#footer {
  background-color: #b72e0e;
  overflow: hidden;
  position: relative;
}
#footer .inner {
  letter-spacing: -.4em;
  padding: 16px 20px 0;
}
#footer span::before {
  border-left: 1px solid #fff;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 0.7em;
  vertical-align: middle;
}
#footer span:first-of-type::before {
  display: none;
}
#footer span a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#footer .desc {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 16px;
  text-align: left;
}
#footer span + .desc {
  margin-top: 16px;
}
#footer small {
  color: #fff;
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin: -16px 0 0;
  padding: 10px 0;
  text-align: center;
}
#footer span + small,
#footer .desc + small {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  #footer .desc {
    text-align: center;
  }
  #footer small {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1000px) {
  #footer .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px 0 0;
    width: 1000px;
  }
  #footer span::before {
    height: 18px;
    margin: 0 1.2em;
  }
  #footer span a {
    font-size: 13px;
  }
  #footer span a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  #footer .desc {
    font-size: 12px;
    margin: 0 0 24px;
  }
  #footer span + .desc {
    margin-top: 24px;
  }
  #footer small {
    font-size: 11px;
    margin: 0;
    padding: 0 0 24px;
  }
  #footer span + small,
  #footer .desc + small {
    margin-top: 24px;
  }
}
/*
==================================================
トップページ
==================================================
*/
#whatsnew {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    overflow: hidden;
}
#whatsnew .title {
  background-color: #b72e0e;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 13px 15px;
}
#whatsnew .title span {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
}
#whatsnew .title span::after {
  color: #fff;
  content: '\00a0\00a0/\00a0\00a0update\00a0record';
  font-size: 12px;
  letter-spacing: 0.05em;
}
#whatsnew ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 7px;
}
#whatsnew ul li {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    line-height: 1.6;
    margin: auto;
    padding: 16px 8px;
    width: auto;
}
#whatsnew ul li:first-child {
    border-top: 5px solid #f5f5f5;
}
#whatsnew ul li:last-child {
}
#whatsnew ul li span {
  display: block;
}
#whatsnew ul li span:first-of-type {
  color: #aa918f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
#whatsnew ul li a {
  color: #922E0B;
}
@media screen and (min-width: 768px) {
  #whatsnew {
    margin-bottom: 20px;
  }
  #whatsnew .title {
    border-bottom: none;
    padding: 14px 20px;
  }
  #whatsnew .title span {
    font-size: 18px;
  }
  #whatsnew .title span::after {
    font-style: italic;
    font-weight: lighter;
    letter-spacing: 0.1em;
  }
  #whatsnew ul {
    padding: 0;
  }
  #whatsnew ul li {
    padding: 15px 20px;
    width: 92%;
  }
  #whatsnew ul li:last-child {
    border-bottom: 5px solid #f5f5f5;
  }
  #whatsnew ul li span:first-of-type {
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1000px) {
  #whatsnew ul li a:hover {
    color: #CF7C60;
  }
}
/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 8px;
}
#categorylist .catbox {
  background-color: #fff;
  border: 1px solid #dbd2d2;
  margin: 0 0 8px;
  padding: 3px 0 0;
  position: relative;
  text-align: center;
  z-index: 0;
}
#categorylist .catbox::before {
  border-top: 4px solid #b72e0e;
  content: '';
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
#categorylist .catbox:last-of-type {
  margin-bottom: 0;
}
#categorylist .title {
  padding: 10px 12px;
  position: relative;
  text-align: left;
}
#categorylist .title::before {
  background-color: #b72e0e;
  bottom: 13px;
  content: '';
  left: 12px;
  position: absolute;
  top: 13px;
  width: 4px;
}
#categorylist .title a {
  color: #b72e0e;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 0 14px;
  position: relative;
  text-decoration: none;
}
#categorylist .body {
  border: 5px solid #eee;
  padding: 12px;
  text-align: center;
}
#categorylist .body::after {
  clear: both;
  content: '';
  display: block;
}
#categorylist .thumb {
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}
#categorylist .thumb img{
  display:block;
  margin:0 auto 10px auto;
}
#categorylist p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: left;
}
#categorylist .more {
  margin: 0 -12px -12px;
  padding: 11px;
}
#categorylist .more a {
  background-color: #b72e0e;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  text-decoration: none;
}
#categorylist .more a::after {
  border: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  bottom: 3px;
  content: '';
  position: absolute;
  right: 3px;
}
#main #pagelist {
  margin: 15px 0 5px;
  text-align: center;
}
#main #pagelist ul {
  letter-spacing: -.4em;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#main #pagelist li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 3px 10px !important;
  padding: 0 !important;
}
#main #pagelist li::before {
  display: none;
}
#main #pagelist a {
  background-color: #f6f1f1;
  color: #b72e0e;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding: 7px 11px;
  text-align: center;
  text-decoration: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #categorylist {
    background-color: transparent;
    margin: 20px 0;
    padding: 0;
  }
  #categorylist .catbox {
    margin: 0 0 16px;
  }
  #categorylist .catbox:last-of-type {
    margin-bottom: 16px;
  }
  #categorylist .title {
    padding: 14px 15px;
  }
  #categorylist .title::before {
    bottom: 16px;
    left: 15px;
    top: 16px;
  }
  #categorylist .title a {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 0 16px;
  }
  #categorylist .body {
    background-color: #fff;
    border: 5px solid #eee;
    padding: 18px 24px;
  }
  #categorylist p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  #categorylist .more {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  #categorylist .more a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  #main #pagelist {
    margin: 20px 0 10px;
  }
  #main #pagelist li {
    margin: 0 2px 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  #categorylist .title a:hover {
    color: #b72e0e;
    text-decoration: underline;
  }
  #categorylist .more a:hover {
    background-color: #CF7C60;
  }
  #main #pagelist a:hover {
    background-color: #b72e0e;
    color: #fff;
  }
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 0;
}
#entrylist h4 {
  background-color: #b72e0e;
  border: none;
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  margin: 0;
  padding: 12px 15px 9px;
}
#entrylist h4 span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 0 13px;
  position: relative;
}
#entrylist h4 span::before {
  background-color: #fff;
  bottom: 1px;
  content: '';
  left: 0;
  position: absolute;
  top: 1px;
  width: 3px;
}
#entrylist dl {
  margin: 0;
  padding: 0;
}
#entrylist dt {
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 15px 0 15px;
}
#entrylist dt .entry_title a {
  color: #922E0B;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 0 12px;
  position: relative;
}
#entrylist dt .entry_title a::before {
  border: 4px solid transparent;
  border-left: 6px solid #922E0B;
  content: '';
  left: 0;
  position: absolute;
  top: 7px;
}
#entrylist dd {
  color: #797979;
  font-size: 12px;
  line-height: 1.8;
  margin: -5px 0 15px;
  padding: 0 15px 5px 8px;
}
#entrylist dd:after {
  content: "";
  clear: both;
  display:  block;
}
#entrylist dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#entrylist dl div{
    overflow:hidden;
    border-top: 1px solid #ddd;
    padding:8px 0 0 4px;
}
#entrylist dl div:first-child{
    border:none;
}
#relNavigate {
  margin: 20px 0;
  text-align: center;
}
#relNavigate a {
  display: inline-block;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  #entrylist {
    margin-bottom: 20px;
    padding: 0;
    }
  #entrylist h4 {
    margin: 0;
    padding: 16px 0 10px 15px;
    color: #fff;
    }
  #entrylist h4 span {
    font-size: 15px;
    padding: 0 0 0 15px;
  }
  #entrylist dt .entry_title a {
    padding: 0 0 0 14px;
  }
  #entrylist dt .entry_title a::before {
    border-left-width: 7px;
  }
  #entrylist dd {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding: 0 15px 15px 30px;
    margin-bottom: 15px;
    }
  #relNavigate {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1000px) {
  #entrylist dt a:hover {
    color: #CF7C60;
  }
  #entrylist dt a:hover::before {
    border-left-color: #CF7C60;
  }
  #relNavigate a:hover {
    color: #CF7C60;
  }
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
  margin: 8px 0;
  overflow: hidden;
}
#sitemaps ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#sitemaps ul li {
  padding:0;
  margin:0;
  background-color: #fff;
  border-bottom: 1px solid #f1ecec;
  margin-bottom: 3px;
  padding: 0;
}
#sitemaps ul li:before{
  display:none;
}
#sitemaps li:last-child {
  margin-bottom: 0;
}
#sitemaps li a {
  color: #333333;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 13px 16px 13px 28px;
  position: relative;
  text-decoration: none;
}
#sitemaps li a::before {
  border: 4px solid transparent;
  border-left: 6px solid #b72e0e;
  content: '';
  left: 15px;
  position: absolute;
  top: 19px;
}
#sitemaps .l2,
#sitemaps .l3 {
  background-color: #fafafa;
  margin-top: -3px;
}
#sitemaps .l2 a,
#sitemaps .l3 a {
  font-size: 13px;
}
#sitemaps .l2 a::before, #sitemaps .l2 a::after,
#sitemaps .l3 a::before,
#sitemaps .l3 a::after {
  border: none;
  border-right: 1px solid #484848;
  border-top: 1px solid #484848;
  content: '';
  height: 5px;
  left: 30px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  width: 5px;
}
#sitemaps .l2 a::after,
#sitemaps .l3 a::after {
  left: 34px;
}
#sitemaps .l2 a {
  padding-left: 48px;
}
#sitemaps .l3 a {
  padding-left: 68px;
}
#sitemaps .l3 a::before {
  left: 50px;
}
#sitemaps .l3 a::after {
  left: 54px;
}
#sitemaps br {
  display: none;
}
@media screen and (min-width: 768px) {
  #sitemaps {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 10px;
  }
  #sitemaps li {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0;
  }
  #sitemaps li a {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 14px;
  }
  #sitemaps li a::before {
    border-left-width: 7px;
    left: 0;
    top: 7px;
  }
  #sitemaps .l1 {
    margin-top: 20px;
  }
  #sitemaps .l1:first-child {
    margin-top: 0;
  }
  #sitemaps .l2,
  #sitemaps .l3 {
    background-color: transparent;
    margin-top: 6px;
  }
  #sitemaps .l2 a,
  #sitemaps .l3 a {
    font-size: 15px;
    padding-left: 18px;
  }
  #sitemaps .l2 a::before, #sitemaps .l2 a::after,
  #sitemaps .l3 a::before,
  #sitemaps .l3 a::after {
    left: 0;
    top: 8px;
  }
  #sitemaps .l2 a::after,
  #sitemaps .l3 a::after {
    left: 4px;
  }
  #sitemaps .l2 {
    margin-left: 18px;
  }
  #sitemaps .l3 {
    margin-left: 38px;
  }
}
@media screen and (min-width: 1000px) {
  #sitemaps li a:hover {
    color: #b72e0e;
    text-decoration: underline;
  }
  #sitemaps li a:hover::before {
    border-left-color: #b72e0e;
  }
  #sitemaps .l2 a:hover::before, #sitemaps .l2 a:hover::after,
  #sitemaps .l3 a:hover::before,
  #sitemaps .l3 a:hover::after {
    border-right-color: #b72e0e;
    border-top-color: #b72e0e;
  }
}
/*
==================================================
フリースペース
==================================================
*/
#space3,#space4, #space5, #space6 {
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 10px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 12px;
}
.blog .thumb {
  float: left;
  margin-right: 15px;
}
.blog .thumb img {
  max-width: 100px;
}
.blog .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog .info {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.blog .info a {
  color: #9c9c9c;
}
.blog .body{
  clear:both;
  padding:10px 0;
}
.blog .more {
  text-align: right;
}
.blog .plist{padding:0 5px;}
.blog .plist a{margin:0 2px;}
.blog .plist::before{content:" | ";}
@media screen and (min-width: 768px) {
  .blog {
    border-bottom: 1px dashed #cfcfcf;
    margin: 10px 0;
    padding: 10px;
  }
  .blog .thumb {
    margin: 0 20px 20px 0;
  }
  .blog .thumb img {
    max-width: 200px;
  }
  .blog .title {
    font-size: 19px;
  }
  .blog .info {
    margin-bottom: 10px;
  }
  .blog .body {
    overflow: hidden;
    clear: none;
  }
  .blog .more {
    margin-top: 10px;
  }
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 12px;
}
#searchresult dl {
  margin: 0;
  padding: 0;
}
#searchresult dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 5px;
}
#searchresult dd {
  border-bottom: 1px dashed #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
  padding: 0 0 14px;
}
#searchresult dd:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#searchresult b {
  color: #b72e0e;
}
@media screen and (min-width: 768px) {
  #searchresult {
    margin: 0 0 20px;
    padding: 10px;
  }
  #searchresult dl {
    margin: 0 -10px;
  }
  #searchresult dt {
    padding: 0 10px;
  }
  #searchresult dd {
    margin: 0 0 20px;
    padding: 0 10px 20px;
  }
  #searchresult dd:last-of-type {
    border-bottom: 1px dashed #cfcfcf;
    margin: 0 0 20px;
    padding: 0 10px 20px;
  }
}
/*
==================================================
リンク集
==================================================
*/
#linklist {
  background-color: #fff;
  margin: 8px 0;
  overflow: hidden;
  padding: 12px;
}
#linklist dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 5px;
}
#linklist dd {
  border-bottom: 1px dashed #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
  padding: 0 0 14px;
}
#linklist dd:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #linklist {
    margin: 0 0 20px;
    padding: 10px 0;
  }
  #linklist dt {
    padding: 0 10px;
  }
  #linklist dd {
    margin: 0 0 20px;
    padding: 0 10px 20px;
  }
  #linklist dd:last-of-type {
    border-bottom: 1px dashed #cfcfcf;
    margin: 0 0 20px;
    padding: 0 10px 20px;
  }
}
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10, #menu .point1, #rmenu .point1, #menu .point2, #rmenu .point2, #menu .point3, #rmenu .point3, #menu .point4, #rmenu .point4, #menu .point5, #rmenu .point5, #menu .point6, #rmenu .point6, #menu .point7, #rmenu .point7, #menu .point8, #rmenu .point8, #menu .point9, #rmenu .point9, #menu .point10, #rmenu .point10 {
  border: none;
}
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 48px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 15px 0 5px;
  min-height: 32px;
  padding: 2px 0 0 56px;
}
#menu .point1, #rmenu .point1, #menu .point2, #rmenu .point2, #menu .point3, #rmenu .point3, #menu .point4, #rmenu .point4, #menu .point5, #rmenu .point5, #menu .point6, #rmenu .point6, #menu .point7, #rmenu .point7, #menu .point8, #rmenu .point8, #menu .point9, #rmenu .point9, #menu .point10, #rmenu .point10 {
  padding: 0 2px 0 40px;
  background-position:  left top;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
    background-size: auto auto;
    font-size: 20px;
    margin: 20px 0 10px;
    min-height: 40px;
    padding: 4px 0 0 70px;
  }
}
.point1 {
  background-image: url(img/point1.png);
}
.point2 {
  background-image: url(img/point2.png);
}
.point3 {
  background-image: url(img/point3.png);
}
.point4 {
  background-image: url(img/point4.png);
}
.point5 {
  background-image: url(img/point5.png);
}
.point6 {
  background-image: url(img/point6.png);
}
.point7 {
  background-image: url(img/point7.png);
}
.point8 {
  background-image: url(img/point8.png);
}
.point9 {
  background-image: url(img/point9.png);
}
.point10 {
  background-image: url(img/point10.png);
}
/*
==================================================
ランキング
==================================================
*/
/* メインコンテンツ用ランキング
==================================================
*/
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  border: none;
  height: auto;
}
.rank {
  background-color: #f9f9f9;
  margin: 0 0 25px;
}
.rank .rank-inner {
  padding: 15px 15px 5px;
}
.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10 {
  background-color:#FFF;
  //background-color: #237db9;
  background-position: 5px 5px;
  background-size: 2.08333em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  min-height: 1.5em;
  padding: 0.75em 15px 0.5em 2.66667em;
}
.rank .float-l,
.rank .float-r {
  background-color: #f2f2f2;
  float: none;
  text-align: center;
}
.rank .float-l img,
.rank .float-r img {
  margin: 10px 0;
  max-width:100%;
}
.rank .float-l img:last-child,
.rank .float-r img:last-child {
  margin-bottom: 10px;
}
.rank .float-l p img:last-child,
.rank .float-r p img:last-child {
  margin-bottom: 0;
}
.rank .float-l p:last-of-type img,
.rank .float-r p:last-of-type img {
  margin-bottom: 10px;
}
.rank .feature {
  color: #237db9;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.rank .rankbox .rnkbody {
  margin-bottom: 10px;
}
.rank .rank-table {
  margin: 10px 0;
  overflow: hidden;
}
.rank td,.rank th{
  padding:12px;
  font-size:15px;
}
.rank th{
  width:25%;
  background-color:#f7f7f7;
  text-align:center;
}
.rank .more{clear:both;}
.rank table,.rank .rank-table{clear:both;}
.rank table{
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
}
.rank .rank-table .rank-price {
  display: inline-block;
  font-family: Arial;
  font-size: 26px;
  line-height: 1.2;
  vertical-align: baseline;
}
.rank .comment {
  background-color: #ffffff;
  border-bottom: 2px solid #dddddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0;
}
.rank .comment .comment-tit {
  background-color: #237DB9;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  padding: 10px 15px 8px;
}
.rank .comment .comment-tit span {
  background-image: url(img/comment-tit.png);
  background-position: left 0.09091em;
  background-repeat: no-repeat;
  background-size: 1.27273em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  min-height: 1.22727em;
  padding: 0 0 0 2.04545em;
}
.rank .comment .comment-body {
  padding: 15px;
}
.rank .more {
  margin: 15px 0;
  position: relative;
  text-align: center;
}
.rank .more span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.rank .more span:last-child {
  margin-bottom: 0;
}
.rank .more span.official a {
  background-color: #f18001;
}
.rank .more span.official a::before {
  background-color: #C16601;
}
.rank .more a {
  background-color: #237db9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 25px;
  position: relative;
  text-decoration: none;
}
.rank .more a::before {
  background-color: #1C6494;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: -1;
}
.rank .more a::after {
  background-image: url(img/button_more.png);
  background-position: left 0.125em;
  background-repeat: no-repeat;
  background-size: 1.8125em auto;
  content: '';
  height: 100%;
  left: 30px;
  position: absolute;
  top: 12px;
  width: 100%;
}
.rank1, .rank2, .rank3 {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 40px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  height: auto;
  line-height: 1.5;
  margin: 8px 0;
  min-height: 1.8em;
  padding: 0.6em 0 0.6em 2.6em;
}
.rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 2.35em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 20px;
  height: auto;
  line-height: 1.5;
  margin: 8px 0;
  min-height: 1.8em;
  padding: 0.2em 0 0.4em 2.6em;
}
#menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10{
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 45px;
}
.rank1 {
  background-image: url(img/rank1.png);
}
.rank2 {
  background-image: url(img/rank2.png);
}
.rank3 {
  background-image: url(img/rank3.png);
}
.rank4 {
  background-image: url(img/rank4.png);
}
.rank5 {
  background-image: url(img/rank5.png);
}
.rank6 {
  background-image: url(img/rank6.png);
}
.rank7 {
  background-image: url(img/rank7.png);
}
.rank8 {
  background-image: url(img/rank8.png);
}
.rank9 {
  background-image: url(img/rank9.png);
}
.rank10 {
  background-image: url(img/rank10.png);
}
@media screen and (min-width: 768px) {
  .rank {
    margin: 0 0 36px;
  }
  .rank .float-l img,
  .rank .float-r img {
    margin: 16px 0;
  }
  .rank .float-l,
  .rank .float-r {
    margin-bottom: 10px;
  }
  .rank .comment .comment-tit {
    padding: 12px 20px 10px;
  }
  .rank .comment .comment-body {
    padding: 15px 20px;
  }
  .rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10 {
    background-position: left;
    background-size: 40px auto;
    font-size: 20px;
    line-height: 1.4;
    margin: 12px 0 6px;
    min-height: 1.76923em;
    padding: 0.625em 0 0.375em 2.61538em;
  }
}
@media screen and (min-width: 1000px) {
  .rank .rank1 a, .rank .rank2 a, .rank .rank3 a, .rank .rank4 a, .rank .rank5 a, .rank .rank6 a, .rank .rank7 a, .rank .rank8 a, .rank .rank9 a, .rank .rank10 a {
    -moz-transition: text-shadow 0.1s ease 0s;
    -o-transition: text-shadow 0.1s ease 0s;
    -webkit-transition: text-shadow 0.1s ease;
    -webkit-transition-delay: 0s;
    transition: text-shadow 0.1s ease 0s;
  }
  .rank .rank1 a:hover, .rank .rank2 a:hover, .rank .rank3 a:hover, .rank .rank4 a:hover, .rank .rank5 a:hover, .rank .rank6 a:hover, .rank .rank7 a:hover, .rank .rank8 a:hover, .rank .rank9 a:hover, .rank .rank10 a:hover {
    text-decoration: underline;
    //text-shadow: 0 3px 5px #264364;
  }
  .rank .float-l,.rank .float-r{
    float:left;
    background-color:transparent;
    padding:0 20px 10px 20px;
    max-width:30%;
  }
  #main .rank .more{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rank .more span{
    width:48%;
    margin-left:1%;
    margin-right:1%;
  }
  .rank .more span a {
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.1s ease 0s;
  }
  .rank .more span a:hover {
    background-color: #6EB8F0;
    background-image: none;
    left: 0;
    top: 2px;
  }
  .rank .more span a:hover::before {
    display: none;
  }
  .rank .more span.official a:hover {
    background-color: #FFBE22;
  }
}
/* メニュー用ランキング
==================================================
*/
#menu .rank1, #rmenu .rank1, #menu .rank2, #rmenu .rank2, #menu .rank3, #rmenu .rank3, #menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10 {
  background-image: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  margin: 0 0 10px;
  min-height: 26px;
  padding: 3px 0 0 40px;
  position: relative;
}
#menu .rank1::before, #rmenu .rank1::before, #menu .rank1::after, #rmenu .rank1::after, #menu .rank2::before, #rmenu .rank2::before, #menu .rank2::after, #rmenu .rank2::after, #menu .rank3::before, #rmenu .rank3::before, #menu .rank3::after, #rmenu .rank3::after, #menu .rank4::before, #rmenu .rank4::before, #menu .rank4::after, #rmenu .rank4::after, #menu .rank5::before, #rmenu .rank5::before, #menu .rank5::after, #rmenu .rank5::after, #menu .rank6::before, #rmenu .rank6::before, #menu .rank6::after, #rmenu .rank6::after, #menu .rank7::before, #rmenu .rank7::before, #menu .rank7::after, #rmenu .rank7::after, #menu .rank8::before, #rmenu .rank8::before, #menu .rank8::after, #rmenu .rank8::after, #menu .rank9::before, #rmenu .rank9::before, #menu .rank9::after, #rmenu .rank9::after, #menu .rank10::before, #rmenu .rank10::before, #menu .rank10::after, #rmenu .rank10::after {
  content: '';
  height: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
#menu .rank1::before, #rmenu .rank1::before, #menu .rank2::before, #rmenu .rank2::before, #menu .rank3::before, #rmenu .rank3::before, #menu .rank4::before, #rmenu .rank4::before, #menu .rank5::before, #rmenu .rank5::before, #menu .rank6::before, #rmenu .rank6::before, #menu .rank7::before, #rmenu .rank7::before, #menu .rank8::before, #rmenu .rank8::before, #menu .rank9::before, #rmenu .rank9::before, #menu .rank10::before, #rmenu .rank10::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu .rank1::after, #menu .rank2::after, #menu .rank3::after, #menu .rank4::after, #menu .rank5::after, #menu .rank6::after, #menu .rank7::after, #menu .rank8::after, #menu .rank9::after, #menu .rank10::after, #rmenu .rank1::after, #rmenu .rank2::after, #rmenu .rank3::after, #rmenu .rank4::after, #rmenu .rank5::after, #rmenu .rank6::after, #rmenu .rank7::after, #rmenu .rank8::after, #rmenu .rank9::after, #rmenu .rank10::after {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
#menu .rank1::before, #rmenu .rank1::before {
  background-color: #c0a248;
  border: 2px solid #d8c58d;
}
#menu .rank2::before, #rmenu .rank2::before {
  background-color: #aab4b8;
  border: 2px solid #cad0d3;
}
#menu .rank3::before, #rmenu .rank3::before {
  background-color: #ab6f3d;
  border: 2px solid #caa586;
}
#menu .rank4::before, #rmenu .rank4::before, #menu .rank5::before, #rmenu .rank5::before, #menu .rank6::before, #rmenu .rank6::before, #menu .rank7::before, #rmenu .rank7::before, #menu .rank8::before, #rmenu .rank8::before, #menu .rank9::before, #rmenu .rank9::before, #menu .rank10::before, #rmenu .rank10::before {
  background-color: #d8d8d8;
}
#menu .rank1::after, #rmenu .rank1::after {
  background-image: url(img/rank1.png);
}
#menu .rank2::after, #rmenu .rank2::after {
  background-image: url(img/rank2.png);
}
#menu .rank3::after, #rmenu .rank3::after {
  background-image: url(img/rank3.png);
}
#menu .rank4::after, #rmenu .rank4::after {
  background-image: url(img/rank4.png);
}
#menu .rank5::after, #rmenu .rank5::after {
  background-image: url(img/rank5.png);
}
#menu .rank6::after, #rmenu .rank6::after {
  background-image: url(img/rank6.png);
}
#menu .rank7::after, #rmenu .rank7::after {
  background-image: url(img/rank7.png);
}
#menu .rank8::after, #rmenu .rank8::after {
  background-image: url(img/rank8.png);
}
#menu .rank9::after, #rmenu .rank9::after {
  background-image: url(img/rank9.png);
}
#menu .rank10::after, #rmenu .rank10::after {
  background-image: url(img/rank10.png);
}
/*
==================================================
矢印アイコン
==================================================
*/

/* メニュー用 画像スタイルサイズ調整 */
#menu .point1, #rmenu .point1, #menu .point2, #rmenu .point2, #menu .point3, #rmenu .point3, #menu .point4, #rmenu .point4, #menu .point5, #rmenu .point5, #menu .point6, #rmenu .point6, #menu .point7, #rmenu .point7, #menu .point8, #rmenu .point8, #menu .point9, #rmenu .point9, #menu .point10, #rmenu .point10, #menu .rank1, #rmenu .rank1, #menu .rank2, #rmenu .rank2, #menu .rank3, #rmenu .rank3, #menu .rank4, #rmenu .rank4, #menu .rank5, #rmenu .rank5, #menu .rank6, #rmenu .rank6, #menu .rank7, #rmenu .rank7, #menu .rank8, #rmenu .rank8, #menu .rank9, #rmenu .rank9, #menu .rank10, #rmenu .rank10{
border:none;
background-size:36px auto;
background-position:top left;
height:auto;
min-height:36px;
}

/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 #menu,
#column1 #main {
  float: none;
  width: 100%;
  box-sizing:border-box;
}
@media screen and (min-width: 768px) {
  #column1 #menu .menulist ul,
  #column1 #rmenu .menulist ul {
    background-color: #fff;
    overflow: hidden;
    padding: 10px 19px 0;
  }
  #column1 #menu .menulist li,
  #column1 #rmenu .menulist li {
    border:none;
  }
  #column1 #menu .menulist li,
  #column1 #menu .menulist .l2,
  #column1 #menu .menulist .l3,
  #column1 #rmenu .menulist li,
  #column1 #rmenu .menulist .l2,
  #column1 #rmenu .menulist .l3 {
    background-color: transparent;
    border-bottom: none;
    float: left;
    margin: 0 20px 10px 0;
  }
  #column1 #menu .menulist li a,
  #column1 #menu .menulist .l2 a,
  #column1 #menu .menulist .l3 a,
  #column1 #rmenu .menulist li a,
  #column1 #rmenu .menulist .l2 a,
  #column1 #rmenu .menulist .l3 a {
    font-size: 13px;
    padding: 0 0 0 14px;
  }
  #column1 #menu .menulist li a::before,
  #column1 #menu .menulist .l2 a::before,
  #column1 #menu .menulist .l3 a::before,
  #column1 #rmenu .menulist li a::before,
  #column1 #rmenu .menulist .l2 a::before,
  #column1 #rmenu .menulist .l3 a::before {
    border-left-width: 7px;
    left: 0;
    top: 6px;
  }
  #column1 #menu .menulist .l2 a::before,
  #column1 #menu .menulist .l3 a::before,
  #column1 #rmenu .menulist .l2 a::before,
  #column1 #rmenu .menulist .l3 a::before {
    border: 4px solid transparent;
    border-left: 7px solid #b72e0e;
    height: auto;
    left: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 6px;
    width: auto;
  }
  #column1 #menu .menulist .l2 a::after,
  #column1 #menu .menulist .l3 a::after,
  #column1 #rmenu .menulist .l2 a::after,
  #column1 #rmenu .menulist .l3 a::after {
    display: none;
  }
  #column1 ul#newEntry, #column1 ul#entryarchive {
    overflow: hidden;
    padding: 10px 19px 0;
  }
  #column1 ul#newEntry li, #column1 ul#entryarchive li {
    border: none;
    float: left;
    font-size: 13px;
    margin: 0 20px 10px 0;
    padding: 0 0 0 14px;
  }
  #column1 ul#newEntry li::before, #column1 ul#entryarchive li::before {
    border-left-width: 7px;
    left: 0;
    top: 6px;
  }
  #column1 #categorylist .thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  #column1 #categorylist .thumb img {
    display: block;
    max-width: 200px;
  }
  #column1 #categorylist .more {
    float: right;
  }
  #column1 #categorylist .more a {
    width: 188px;
  }
  #column1 .rank .rank-inner {
    margin-top: 10px;
  }
  #column1 .rank .float-l,
  #column1 .rank .float-r {
    max-width: 200px;
    float: left;
  }
  #column1 .rank .float-l img,
  #column1 .rank .float-r img {
    margin: 0 10px 15px 0;
  }
  #column1 .rank .rank-table {
    clear: both;
    padding: 0 1px;
    margin: 15px 0;
  }
  #column1 .rank .more{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #column1 .rank .more span{
    width:46%;
    margin-left:2%;
    margin-right:2%;
  }
}
@media screen and (min-width: 1000px) {
  #column1 #menu .menulist .l2 a:hover::before,
  #column1 #menu .menulist .l3 a:hover::before,
  #column1 #rmenu .menulist .l2 a:hover::before,
  #column1 #rmenu .menulist .l3 a:hover::before {
    border-left-color: #b72e0e;
  }
  #column1 .rank .float-l img,
  #column1 .rank .float-r img {
    margin: 0 15px 20px 0;
  }
  #column1 .rank .rank-table {
    margin: 22px 0;
  }

}
/*
==================================================
２カラムレイアウト
==================================================
*/
@media screen and (min-width: 768px) {
  #column2 #main {
    width: 68%;
  }
  #column2 #menu {
    width: 30%;
  }
  #column2 #menu .menulist li a,
  #column2 #rmenu .menulist li a {
    font-size: 13px;
    padding: 16px 12px 16px 29px;
  }
  #column2 #menu .menulist li a::before,
  #column2 #rmenu .menulist li a::before {
    border-left-width: 7px;
    left: 15px;
    top: 22px;
  }
  #column2 #menu .menulist .l2 a::before, #column2 #menu .menulist .l2 a::after,
  #column2 #menu .menulist .l3 a::before,
  #column2 #menu .menulist .l3 a::after,
  #column2 #rmenu .menulist .l2 a::before,
  #column2 #rmenu .menulist .l2 a::after,
  #column2 #rmenu .menulist .l3 a::before,
  #column2 #rmenu .menulist .l3 a::after {
    top: 22px;
  }
  #column2 #menu .menulist .l2 a,
  #column2 #rmenu .menulist .l2 a {
    padding-left: 50px;
  }
  #column2 #menu .menulist .l2 a::before,
  #column2 #rmenu .menulist .l2 a::before {
    left: 30px;
  }
  #column2 #menu .menulist .l2 a::after,
  #column2 #rmenu .menulist .l2 a::after {
    left: 34px;
  }
  #column2 #menu .menulist .l3 a,
  #column2 #rmenu .menulist .l3 a {
    padding-left: 60px;
  }
  #column2 #menu .menulist .l3 a::before,
  #column2 #rmenu .menulist .l3 a::before {
    left: 40px;
  }
  #column2 #menu .menulist .l3 a::after,
  #column2 #rmenu .menulist .l3 a::after {
    left: 44px;
  }
  #column2 ul#newEntry li, #column2 ul#entryarchive li {
    font-size: 13px;
    padding: 14px 12px 14px 29px;
  }
  #column2 ul#newEntry li::before, #column2 ul#entryarchive li::before {
    border-left-width: 7px;
    left: 15px;
    top: 20px;
  }
  #column2 #categorylist .thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  #column2 #categorylist .thumb img {
    display: block;
    max-width: 200px;
  }
  #column2 #categorylist .more {
    float: right;
  }
  #column2 #categorylist .more a {
    width: 188px;
  }
  #column2 .rank .float-l img,
  #column2 .rank .float-r img {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1000px) {
  #column2 #main {
    width: 660px;
  }
  #column2 #menu {
    width: 300px;
  }
  #column2 #menu .menulist li:hover,
  #column2 #rmenu .menulist li:hover {
    background-color: #f1ecec;
    border-bottom-color: #f1ecec;
  }
  #column2 #menu .menulist li a,
  #column2 #rmenu .menulist li a {
    padding: 16px 12px 16px 35px;
  }
  #column2 #menu .menulist li a::before,
  #column2 #rmenu .menulist li a::before {
    left: 19px;
  }
  #column2 #menu .menulist .l2 a,
  #column2 #rmenu .menulist .l2 a {
    padding-left: 54px;
  }
  #column2 #menu .menulist .l2 a::before,
  #column2 #rmenu .menulist .l2 a::before {
    left: 34px;
  }
  #column2 #menu .menulist .l2 a::after,
  #column2 #rmenu .menulist .l2 a::after {
    left: 38px;
  }
  #column2 #menu .menulist .l3 a,
  #column2 #rmenu .menulist .l3 a {
    padding-left: 64px;
  }
  #column2 #menu .menulist .l3 a::before,
  #column2 #rmenu .menulist .l3 a::before {
    left: 44px;
  }
  #column2 #menu .menulist .l3 a::after,
  #column2 #rmenu .menulist .l3 a::after {
    left: 48px;
  }
  #column2 ul#newEntry li, #column2 ul#entryarchive li {
    background-color: #fff;
    border-top: 3px solid #eee;
    padding: 14px 12px 14px 35px;
  }
  #column2 ul#newEntry li:first-child, #column2 ul#entryarchive li:first-child {
    border-top: 5px solid #eee;
  }
  #column2 ul#newEntry li:last-child, #column2 ul#entryarchive li:last-child {
    border-bottom: 7px solid #eee;
  }
  #column2 ul#newEntry li::before, #column2 ul#entryarchive li::before {
    left: 19px;
  }
  #column2 .rank .rank-inner {
    margin-top: 10px;
  }
  #column2 .rank .float-l,
  #column2 .rank .float-r {
    max-width: 200px;
    float: left;
  }
  #column2 .rank .float-l img,
  #column2 .rank .float-r img {
    margin: 0 15px 20px 0;
  }
  #column2 .rank .rank-table {
    clear: both;
    padding: 0 1px;
    margin: 22px 0;
  }

}
/*
==================================================
メニュー用ランキング調整スタイル
==================================================
*/
@media screen and (min-width: 768px) {
    #menu .rank,
    #rmenu .rank{
        padding:0;
        margin:0 0 15px 0;
    }
    #menu .rank .float-l,
    #rmenu .rank .float-l{
        width:100%;
        text-align:center;
        float:none;
        padding:5px 0;
        max-width:100%;
    }
    #menu .rank th div,
    #rmenu .rank th div{
        font-size:13px;
    }
    #menu .rank td,
    #rmenu .rank td,
    #menu .rank th,
    #rmenu .rank th{
        padding:8px  !important;
        font-size:14px;
    }
    #menu .rank .rank-price,
    #rmenu .rank .rank-price{
        font-size:22px;
    }
    #menu .rank .float-l img,
    #rmenu .rank .float-l img{
        display:block;
        margin:auto;
    }
    #menu .rank .rank-inner,
    #rmenu .rank .rank-inner{
        padding:5px;
    }
    #menu .rank .comment .comment-inner,
    #rmenu .rank .comment .comment-inner{
        padding:0;
    }
    #menu .rank .more a,
    #rmenu .rank .more a{
        font-size:14px;
        padding:8px 5px;
        text-align:center;
    }
    #menu .rank .more span,
    #rmenu .rank .more span{
        width:100%;
        margin:8px 0 !important;
        float:none;
    }
    #menu .rank .comment .comment-tit span,
    #rmenu .rank .comment .comment-tit span{
        font-size:16px;
        min-height:16px;
    }
    #menu .rank .rank-inner::before,
    #rmenu .rank .rank-inner::before,
    #menu .rank .more a::before,
    #rmenu .rank .more a::before{
        display:none;
    }
    #menu .rank .more a::after,
    #rmenu .rank .more a::after{
        left:8%;
    }
    #column3 #menu .rank .more a:after,
    #column3 #rmenu .rank .more a:after{
        display:none;
    }
    #menu .rank .comment .comment-tit span,
    #rmenu .rank .comment .comment-tit span{
        padding:5px;
        background-image:none;
    }
    #menu .rank .comment .comment-body,
    #rmenu .rank .comment .comment-body{
        font-size:14px;
        border:none;
        padding:5px 10px;
    }
    #menu .rank .rank-inner,
    #rmenu .rank .rank-inner{
        margin-top:0;
    }
    #menu .rank .feature,
    #rmenu .rank .feature{
        font-size:14px;
    }
    #menu .rank .rankbox .rnkbody,
    #rmenu .rank .rankbox .rnkbody{
        font-size:14px;
        padding:0px 8px 5px;
    }
    #menu .rank .rank1,#menu .rank .rank2,#menu .rank .rank3,#menu .rank .rank4,#menu .rank .rank5,#menu .rank .rank6,#menu .rank .rank7,#menu .rank .rank8,#menu .rank .rank9,#menu .rank .rank10,#rmenu .rank .rank1,#rmenu .rank .rank2,#rmenu .rank .rank3,#rmenu .rank .rank4,#rmenu .rank .rank5,#rmenu .rank .rank6,#rmenu .rank .rank7,#rmenu .rank .rank8,#rmenu .rank .rank9,#rmenu .rank .rank10{
        box-shadow:none;
        margin:5px;
        padding-top:6px;
        background-color:transparent;
        text-decoration:underline;
    }
    #column1 .rank .more {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

/*
==================================================
レイアウト切り替え用スタイル
==================================================
*/

#headerbox {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  #main,
  #menu,
  #rmenu,
  #layoutbox {
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  #top .inner {
    
  }
  #topsubmenu {
    top: 8px;
  }
}
@media screen and (min-width: 1000px) {
  #top .inner {
    
  }
  #topsubmenu {
    top: 18px;
  }
}
#contents #main .txt-border {
  background-position: left 12px;
  margin: 8px 0;
  padding: 12px !important;
  position: relative;
  z-index: 0;
}
#contents #main .txt-border::before {
  border: 12px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#contents #main .txt-grayback {
  background-color: #e6e6e6;
  margin: 8px 0;
}
#contents #main .txt-colorback {
  background-color: #ffe591;
  margin: 8px 0;
}
#contents #main .txt-frame,
#contents #main .txt-colorframe {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 8px 0;
}
#contents #main .txt-rndbox {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 8px 0;
}
#contents #main .txt-decbox1,
#contents #main .txt-decbox2 {
  margin: 8px 0;
}
#contents #main .txt-decbox1 .top h3,
#contents #main .txt-decbox2 .top h3 {
  box-shadow: none;
}
#contents #main .txt-decbox1 .top h3 span,
#contents #main .txt-decbox2 .top h3 span {
  display: block;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #contents #main .txt-border {
    margin: 0 0 20px;
  }
  #contents #main .txt-border::before {
    display: none;
  }
  #contents #main .txt-grayback,
  #contents #main .txt-colorback,
  #contents #main .txt-frame,
  #contents #main .txt-colorframe,
  #contents #main .txt-rndbox {
    margin: 0 0 20px;
  }
  #contents #main .txt-decbox1,
  #contents #main .txt-decbox2 {
    margin: 0 0 20px;
  }
  #contents #main .txt-decbox1 .body h3,
  #contents #main .txt-decbox2 .body h3 {
    margin: 20px 0 !important;
  }
  #contents #main .txt-frame .top {
    background-image: url("img/frame_t.gif"), url("img/frame_t.gif"), url("img/frame_t.gif");
    background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-frame .bottom {
    background-image: url("img/frame_b.gif"), url("img/frame_b.gif"), url("img/frame_b.gif");
    background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-colorframe .top {
    background-image: url("img/colorframe_t.gif"), url("img/colorframe_t.gif"), url("img/colorframe_t.gif");
    background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-colorframe .bottom {
    background-image: url("img/colorframe_b.gif"), url("img/colorframe_b.gif"), url("img/colorframe_b.gif");
    background-position: left top, 893px top, 1786px top;
  }
  #contents #main .txt-rndbox .top {
    background-image: url("img/round_t.gif"), url("img/round_t.gif"), url("img/round_t.gif");
    background-position: left top, 885px top, 1770px top;
  }
  #contents #main .txt-rndbox .bottom {
    background-image: url("img/round_b.gif"), url("img/round_b.gif"), url("img/round_b.gif");
    background-position: left top, 885px top, 1770px top;
  }
  #contents #main .txt-decbox1 .top {
    background-image: url("img/decbox_t.gif"), url("img/decbox_t.gif"), url("img/decbox_t.gif");
    background-position: left top, 850px top, 1700px top;
  }
  #contents #main .txt-decbox1 .bottom {
    background-image: url("img/decbox_b.gif"), url("img/decbox_b.gif"), url("img/decbox_b.gif");
    background-position: left top, 850px top, 1700px top;
  }
  .txt-decbox2 {
    position: relative;
    z-index: 0;
  }
  .txt-decbox2::before, .txt-decbox2::after {
    background-image: url("img/decbox2_r.gif");
    background-position: left bottom;
    background-repeat: repeat-y;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 880px;
    z-index: -2;
  }
  .txt-decbox2::before {
    right: 900px;
  }
  .txt-decbox2::after {
    right: 1780px;
  }
  .txt-decbox2 .body {
    z-index: 1;
  }
  .txt-decbox2 .top,
  .txt-decbox2 .bottom {
    position: relative;
  }
  .txt-decbox2 .top::before, .txt-decbox2 .top::after,
  .txt-decbox2 .bottom::before,
  .txt-decbox2 .bottom::after {
    background-repeat: no-repeat;
    content: '';
    height: 16px;
    position: absolute;
    z-index: -1;
  }
  .txt-decbox2 .top::before,
  .txt-decbox2 .bottom::before {
    right: 900px;
  }
  .txt-decbox2 .top::before, .txt-decbox2 .top::after {
    background-image: url("img/decbox2_tr.gif");
    background-position: left top;
    top: 0;
    width: 890px;
  }
  .txt-decbox2 .top::after {
    right: 1790px;
  }
  .txt-decbox2 .bottom::before, .txt-decbox2 .bottom::after {
    background-image: url("img/decbox2_br.gif");
    background-position: left bottom;
    bottom: 0;
    width: 730px;
  }
  .txt-decbox2 .bottom::after {
    right: 1630px;
  }
}
#main .txt-frame, #main .txt-colorframe,#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
    padding: 0 !important;
}
body{
}
//#header{ height: 613px; }
#headerbox {height:613px; }
#header h2 ,#header .title {
}
#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited, #top .title a, #top .title a:visited{}
#headertext {

}

@media screen and (min-width: 768px) {
#main{ float: left; }
#column2 #menu,#column3 #menu{ float: right; }
#column3 #rmenu { float: left; }
#column3 #layoutbox { float: right; }
#column3 #main { float: left; }
}

*{
  margin: 0;
  padding: 0;
}
/*pタグデコレーション*/
p{margin-bottom: 20px;}

/*margin padding*/
.mt0{margin-top: 0; }
.mt10{margin-top: 10px; }
.mt20{margin-top: 20px; }
.mt30{margin-top: 30px; }
.mt40{margin-top: 40px; }
.mr0{margin-right: 0; }
.mr10{margin-right: 10px; }
.mr20{margin-right: 20px; }
.mr30{margin-right: 30px; }
.mr40{margin-right: 40px; }
.mb0{margin-bottom: 0; }
.mb10{margin-bottom: 10px!important; }
.mb20{margin-bottom: 20px; }
.mb30{margin-bottom: 30px; }
.mb40{margin-bottom: 40px; }
.ml0{margin-left: 0; }
.ml10{margin-left: 10px; }
.ml20{margin-left: 20px; }
.ml30{margin-left: 30px; }
.ml40{margin-left: 40px; }
.pt0{padding-top: 0; }
.pt10{padding-top: 10px; }
.pt20{padding-top: 20px; }
.pt30{padding-top: 30px; }
.pt40{padding-top: 40px; }
.pr0{padding-right: 0; }
.pr10{padding-right: 10px; }
.pr20{padding-right: 20px; }
.pr30{padding-right: 30px; }
.pr40{padding-right: 40px; }
.pb0{padding-bottom: 0; }
.pb10{padding-bottom: 10px; }
.pb20{padding-bottom: 20px; }
.pb30{padding-bottom: 30px; }
.pb40{padding-bottom: 40px; }
.pl0{padding-left: 0; }
.pl10{padding-left: 10px; }
.pl20{padding-left: 20px; }
.pl30{padding-left: 30px; }
.pl40{padding-left: 40px; }

/*width*/
.w40p{width: 40%; }
.w60p{width: 60%; }
.w100p{width: 100%; }

/*color*/
.pink{font-weight: bold; color: #F33; }
.red{font-weight: bold; color: #F00; }
.blue{font-weight: bold; color: #00F; }
.gray{color: #aaa; }

/*注釈用*/
.fss.gray{display: inline-block; }

/*text-align*/
.tal{text-align: left; width: 100%;}
.tar{text-align: right; width: 100%;}
.tac{text-align: center; width: 100%;}

/*vertical-align*/
.vat{vertical-align: top; }
.vac{vertical-align: center; }
.vab{vertical-align: bottom; }

/*font-size*/
.fss{font-size: 11px!important; }
.fsn{font-size: 14px; line-height: 14px; }
.fsb{font-size: 30px; }
.fwb{font-weight: bold;}

/*border*/
.bt{border-top: 1px #aaa solid;}
.bb{border-bottom: 1px #aaa solid;}

/*コンテンツ設定*/
.line{font-weight: bold; background-color: #ff0; }
.con{display: inline-block; clear: both; width: 100%;}
.con .w50p{width: 49%; float: left; margin-bottom: 20px;}
.con .w50p:first-of-type{margin-right: 2%;}

/*画像サイズ*/
p img{width: 100%; display: inline-block; }
p.mSize img{width: 60%; }
p.sSize img{width: 30%; }

/*表示切り替え*/
.pc_disp{display: inherit; }
.sp_disp{display: none; }

/*こだわり検索フォームエリア*/
.search-form form{display: table; padding: 0!important; width: 100%; }
.search-item {float: inherit!important; width: 100%; margin: 0; margin-right: 0!important; padding: 0; border-bottom: 1px #ccc solid; }
.search-item-name {padding: 10px 0 !important; display: table-cell!important; width: 110px; text-align: center; background-color: #ffe5da; border-right: 1px #b1a9a9 solid; }
.search-item-value{display: table-cell!important; padding-left: 6px; }
.search-item.checkbox-item{width: 100%; }
.search-button {float: inherit!important; text-align: center; padding: 10px 0 !important; }
.search-button input {width: 80%!important; padding: 10px 0; font-size: 20px; letter-spacing: 20px; text-indent: 20px; }

/*こだわり検索フォームエリア*/
.search-button{float: left; padding: 0; width: 100%; text-align: center; margin: 0; }
.search-button input{width: 80%!important; padding: 20px 0; background-color: #95BE35; border: none; color: #FFF; font-weight: bold; text-align: center; border-radius: 5px; box-shadow: 0 2px 5px #555; cursor: pointer; font-size: 20px; letter-spacing: 15px; }
.search-item-value label span{margin-right: 10px; width: 70%; }

/*ランキングテーブル*/
.review_table td {margin: 5px; font-size: 11px;}
.review_table tr.type td img{margin-bottom: 5px;}
.review_table td p{margin-bottom: 0; }
.review_table th{width: 12%; }
.review_table th, .review_table td{text-align: center; padding: 10px 5px; }
.review_table tr.rank_area td {background-color: #ffffee; background-position: 50%; border-right: 1px #ccc solid; padding: 10px 0; }
.review_table tr.rank_area td img{width: 40%;}
.review_table tr.score_symbol td img{margin-bottom: 10px}
.review_table tr.score_area img{width: 70%; }
.review_table tr.btn_area img{width: 80%; }
.review_table tr.product_img{vertical-align: top;}
.review_table td span.score, .review_table td span.price {font-size: 16px; color: #ec1818; font-weight: bold; line-height: 0; }
.review_table span.flavor.strong, .review_table span.gender.woman {width: 100%; display: inline-block; border-radius: 3px; background-color: #fbc1c1; }
.review_table span.flavor.weak, .review_table span.gender.man {width: 100%; display: inline-block; border-radius: 3px; background-color: #c1fbfa; }
.review_table span.flavor.normal, .review_table span.gender.both {width: 100%; display: inline-block; border-radius: 3px; background-color: #fbe8c1; }
.review_table td span.campaign{background-color: #ec1818; color: #fff; border-radius: 3px; padding: 3px 5px; font-weight: bold; font-size: 10px; }

/*サイドバナー*/
.nav_banner{
  border: 1px #aaa solid;
  margin-bottom: 20px;
}

/*口コミデザイン*/
.pst_rev {margin-top: 20px; padding: 15px; border: 1px #ddd solid; border-radius: 3px;}
.pst_rev p.rev_tit {font-size: 18px; font-weight: bold; margin-bottom: 0 !important; }
.pst_rev .rev_scr {font-size: 12px; border-bottom: 1px #ddd solid; margin-bottom: 20px;}
.pst_rev .rev_scr img {width: 90px; position: relative; top: -2px; }
.pst_rev .rev_scr span {color: #f00; font-weight: bold; margin-left: 10px; }
.rev_img_area {width: 100%; position: relative; display: inline-block; clear: both; margin-bottom: 20px; }
.rev_img_area .img_cell {width: 19%; margin-right: 1.2%; float: left; }
.rev_img_area .img_cell img {border-radius: 3px; }
.pst_rev .cnt_area {border-bottom: 1px #ddd solid; }
.cnt_txt{margin-bottom: 20px;}
.dtl_rev {margin-top: 10px; position: relative; }
.dtl_rev span.day:before{ content: "\f040"; font-family: FontAwesome; font-weight: normal; font-size: 1.1em; position: relative; right: 5px; }
#main .dtl_rev span.profile {font-size: 14px; color: #aaa; margin: 0 10px; border: none; }
.dtl_rev span.day {right: 5px; font-size: 14px; color: #aaa; position: relative; padding-left: 18px; margin-left: 10px; }
.pst_dtl {width: 100%; position: absolute; text-align: right; right: 0; top: 5px; display: inline-block; }
.cnt_dtl_link {margin-top: 20px; }
.dtl_rev img {width: 40px; }
#main .cnt_dtl_link a {width: 100%; display: inline-block; text-align: center; text-decoration: none; padding: 20px 0; border: 1px #ddd solid; border-radius: 3px; color: #6b6b6b; }
.cnt_dtl_link a span {position: relative; }
.cnt_dtl_link a span:before {content: "\f086"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; left: -20px; top: 7px; }
span.annotation{font-size: 11px; color: #999; }
p.annotation{font-size: 11px; color: #999; line-height: 11px; }
.detail_ranking img{border: none;}

/*コンテンツデコレーション[.column_point]*/
.column_point {position: relative; margin: 1.5em 0 1em; padding: 0.5em 1em; border: solid 3px #e38524; border-radius: 8px; }
.column_point .box-title {position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 9px; line-height: 1; font-size: 19px; background: #FFF; color: #e38524; font-weight: bold; }

.column_point p {margin: 0; padding: 10px 0; margin-bottom: 0 !important; }
.product_component_list{width: 100%; display: inline-block; border: 1px #ccc solid; margin-bottom: 20px; }
.product_component_list p.tit{text-align: center; vertical-align: middle; font-weight: bold; width: 100%; border-bottom: 1px #ccc solid; box-sizing: border-box; background-color: #ffffee; padding: 10px 0; }
.product_component_list p.commentary{margin: 20px; }
.product_component_list p.commentary span.red{color: #f00; font-weight: bold; }
.column_point_box{background-color: #f5e9f4; margin: 20px 0 30px; }
.column_point_box ul li{background-image: url(./img/ul2.png)!important; }
.column_point_box2{background-color: #e9f3f5; margin: 20px 0 30px; }
.column_point_box2 ul li{background-image: url(./img/ul3.png)!important; }

/*タブレットサイズ設定*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  .con .w50p:first-of-type{display: inline-block; width: 100%; margin-right: 0%; float: none;}
  .con .w50p:last-of-type{display: inline-block; width: 100%; margin-left: 0%; float: none; }
  .pc_disp{display: inherit; }
  .sp_disp{display: none; }
}

/*スマートフォンサイズ設定*/
@media screen and (max-width: 479px) {
  .con .w50p:first-of-type{display: inline-block; width: 100%; margin-right: 0%; margin-bottom: 20px; float: none;}
  .con .w50p:last-of-type{display: inline-block; width: 100%; margin-left: 0%; float: none; }
  .con .w30p:first-of-type{display: inline-block; width: 100%; margin-right: 0%; margin-bottom: 20px; float: left; }
  .con .w70p:last-of-type{display: inline-block; width: 100%; margin-left: 0%; float: left; }
  .con2 .w50p:first-of-type{display: inline-block; width: 96%; margin: 20px 2% 5px 2%; float: left; }
  .con2 .w50p:last-of-type{display: inline-block; width: 96%; margin: 5px 2% 20px 2%; float: left; }
  .pc_disp{display: none; }
  .sp_disp{display: inherit; }

  /*width*/
  .w40p{width: 100%; }
  .w60p{width: 100%; }

  /*商品詳細エリア*/
  .article04_rankList .article04_imgarea {display: inline-block; width: 100%; margin-right: 0; margin-bottom: 10px;}
  .article04_rankList .article04_txtarea {display: inline-block; width: 100%;}
}

/*ボタン設定*/
.btn-cv {padding: .5em 0; overflow: hidden; position: relative; } #main .btn-cv a {border: solid #fff 10px; /* ? border-radius: 12px; */ border-radius: 50px; /*  box-shadow: 1px 1px 10px 0 #a1a1a1;*/ box-shadow: 0 0 0 1px #999, 3px 3px 5px 0 #a1a1a1; color: #fff; display: block; font-size: 1.6em; font-weight: bold; line-height: 1.3; margin: 0.5em auto; /*  padding: 1em 2em .8em;*/ padding: 1em 0 .8em; position: relative; text-align: center; text-decoration: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; vertical-align: middle; width: 85%; } .btn-cv.is-fz20 a {font-size: 20px; } .btn-cv a img {vertical-align: middle; } .btn-cv a:after {content: ' ' !important; } /* ボタン内のアイコン */ .btn-cv a:before {content: "\f138"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; right: 15px; top: 50%; } .btn-cv a:hover {box-shadow: 1px 1px 2px 0 #a1a1a1; filter: alpha(opacity=70); opacity: .7; } /* 2つ連続で並べる場合の余白 */ .btn-cv + .btn-cv a {margin-top: 0; } /* 緑ボタン */ .btn-cv a {background: #00a23f; /*   background: -webkit-linear-gradient(#00a23f, #39900a); background: linear-gradient(#00a23f, #39900a);*/ background: -webkit-linear-gradient(#77e83a, #39900a); background: linear-gradient(#77e83a, #39900a); text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1); } /* ボタンの光沢 */ .is-reflection a {overflow: hidden; } .is-reflection a:after {-moz-animation: is-reflection 4s ease-in-out infinite; -moz-transform: rotate(45deg); -ms-animation: is-reflection 4s ease-in-out infinite; -ms-transform: rotate(45deg); -o-animation: is-reflection 4s ease-in-out infinite; -o-transform: rotate(45deg); -webkit-animation: is-reflection 4s ease-in-out infinite; -webkit-transform: rotate(45deg); animation: is-reflection 4s ease-in-out infinite; background-color: #fff; content: " "; height: 100%; left: 0; opacity: 0; position: absolute; top: -180px; transform: rotate(45deg); width: 30px; } /* アニメーションを遅延させる */ .is-reflection + .is-reflection a:after {-webkit-animation-delay: .3s; animation-delay: .3s; } @keyframes is-reflection {0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; } 80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; } 81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; } 100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; } } @-webkit-keyframes is-reflection {0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; } 80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; } 81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } 100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; } } /* CVボタン矢印揺れ */ .is-trembling a:before {-webkit-animation-name:is-trembling; -webkit-animation-duration:.8s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease; -moz-animation-name:is-trembling; -moz-animation-duration:1s; -moz-animation-iteration-count:infinite; -moz-animation-timing-function:ease; } @-webkit-keyframes is-trembling {0% {-webkit-transform:translate(-3px, 0);} 100% {-webkit-transform:translate(0, 0);} } /* ボタンをバウンドさせる */ .is-bounce {animation: bounce 4s infinite; -moz-animation: bounce 4s infinite; -webkit-animation: bounce 4s infinite; -webkit-animation-delay: 4s; animation-delay: 4s; } @-webkit-keyframes bounce {0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);} 5% {-webkit-transform: translateY(-6px);} 12% {-webkit-transform: translateY(-4px);} } @keyframes bounce {20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);} 25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);} 32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);} } /* アニメーションを遅延させる */ .is-bounce + .is-bounce {-webkit-animation-delay: .5s; animation-delay: .5s; } /* ぷるるるるん！ */ .is-purun {-webkit-animation: is-purun 5s infinite; -moz-animation: is-purun 5s infinite; animation: is-purun 5s infinite; } @-webkit-keyframes is-purun {0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); } 4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); } 8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); } 12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); } 18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); } 25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); } } @keyframes is-purun {0% { transform: scale(1.0, 1.0) translate(0%, 0%); } 4% { transform: scale(0.9, 0.9) translate(0%, 3%); } 8% { transform: scale(1.1, 0.8) translate(0%, 7%); } 12% { transform: scale(0.9, 0.9) translate(0%, -7%); } 18% { transform: scale(1.1, 0.9) translate(0%, 3%); } 25% { transform: scale(1.0, 1.0) translate(0%, 0%); } } /* アニメーションを遅延させる */ .is-purun + .is-purun {-webkit-animation-delay: .5s; animation-delay: .5s; } @keyframes horizontal {0% { transform:translateX( -5px); } 100% { transform:translateX(  0px); } } .yurayura {animation: horizontal 1s ease-in-out infinite alternate; } @media screen and (max-width: 1050px) {.btn-cv a {width: 94%; } } @media screen and (max-width: 500px) {.btn-cv a {font-size: 1.4em; border: solid #fff 7px; } } @media screen and (max-width: 360px) {.btn-cv a {font-size: 1.2em; } /*  .btn-cv a:before {content: none; } */ }
@media screen and (max-width: 479px) {#main .btn-cv a { font-size: 1.3em;}}

.tenmetsu {
    animation: flash 2s linear infinite;
    color: #FF0A0A;
    font-size: 15px;
    font-weight: bold;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}


.kokuti{
  display: block;
  text-align: center;
  padding: 3px 0;
  border-radius: 3px;
  background-color: #e73861;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
}

.top_rank_simple{
    width: 100%;
    display: inline-block;
    clear: both;
    background-color: #ebe9dc;
    padding: 1% 0;
}

.top_rank_simple .trs_box{
    width:30%;
    float: left;
    margin-left: 1%;
    padding: 1%;
    padding-bottom: 10px;
    background-color: #fff;
}

.trs_box .txt_con{
    font-size:13px;
    text-align: center;
}


#main .trs_box a{
    width: 94%;
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    background-color: #eb6100;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 5px solid #b84c00;
}

.trs_box a {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 640px) {
    .top_rank_simple{
        display: flex;
    overflow-x: scroll;
    }
    .top_rank_simple .trs_box{
        width: 80%;
        margin: 1%;
    flex-shrink: 0;
    }
    .top_rank_simple .trs_box:first-child{
    margin-left: 2%;
    }
    .top_rank_simple .trs_box:last-child{
    margin-right: 2%;
    }
    .trs_box .img_con{
        width: 50%;
        margin: auto;
        display: block;
    }
    .trs_box .txt_con{
        font-size: initial;
    }
}

/*エアコンクリーニング会社詳細エリア*/

p.total_score{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px !important;
    background: repeating-linear-gradient( 45deg, #ffffff, #fff 3px, #f5f0e9 3px, #f6f2eb 6px );
    border-radius: 3px;
    padding: 10px 0 5px 10px;
}

p.total_score span.score_area{
    position: absolute;
    right: 10px;
    top: -2px;
}

p.total_score span.score_area span.sum{
    color: #f00;
    font-size: 1.7em;
}

p.total_score img{
    width: 50%;
    position: relative;
    top: -2px;
}

.chara_area{
    width: 100%;
}

.chara_area p.tit, .list_area p.tit, .kuchikomi_area p.tit, p.regi_tit{
    font-weight: bold;
    background-color: #eeeeff;
    border-left: 3px #237db9 solid;
    padding: 5px 10px;
}

.chara_area img{
    margin: 10px 0;
}

.chara_area table{
    width: 100%;
}

.chara_area table th{
    text-align: center;
}

.list_area{
    width: 49%;
    float: left;
}

.list_area ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.list_area li{
    font-size: 12px;
    width: 50%;
    float: left;
}

table.big_chara th{
    text-align: center;
}

.service_chara{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    p.total_score span.score_area{
        top: 10px;
        right: 5px;
    }
    p.total_score span.score_area span.sum{
        font-size: 1em;
    }
    p.total_score span.score_area span.total{
        display: none;
    }

    p.midium_img{
        width: 100%;
    }

    .pc_disp{
        display: none;
    }

    .sp_disp{
        display: inherit;
    }
}

.review_area{
    position: relative;
    padding: 30px 10px;
    background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
    background-size: auto 2.5em;
    line-height: 2.5em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
}

#main .review_area p.tit{
    transform: rotate(-1deg);
    position: absolute;
    top: 20px;
    width: 14.5rem;
    height: 1rem;
    padding: 0.5em 1.5em 1.2em 2.5em;
    font-weight: bold;
    overflow: hidden;
    box-shadow: .25rem 0 .25rem hsla(0, 0%, 0%, .1);
    background-image:
    linear-gradient(90deg, hsla(0, 0%, 45%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
    , linear-gradient(90deg, hsla(60, 100%, 85%, 1), hsla(60, 100%, 85%, 1));
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    border:none;
}

.review_area p.tit:before{
    content: "";
    padding: 0 10px;
    background-size: 15px;
    background-image: url(./img/review_tit_icon.png);
    background-repeat: no-repeat;
}

.review_area p.sub_tit{
    font-weight: bold;
    color: #f96f1e;
    position: relative;
    margin: 54px 0 0 0;
}

.review_area p.sub_tit.more{
    margin-top: 38px;
}

/*口コミ評価一覧*/
.review_score{
  display: inline-block;
  width: 100%;
}

#main .review_score ul{
  clear: both;
}
#main .review_score p{
  text-align: center;
  background-color: #ffd485;
  font-size: 13px;
  border-radius: 3px;
  padding: 3px 0;
  margin-top: 10px;
}

#main .review_score ul > li{
  padding: 0;
  width: 24.25%;
  margin-right:1%;
  float: left;
  color: #333;
}


#main .review_score ul > li:before{
  content: none;
}
#main .review_score ul > li:last-child{
  margin-right: 0%;
}

.demo_list{
  list-style-type:none;
  margin:0;
  padding:0;
}

.graph_box{
  padding:5px;
  box-sizing: border-box;
}
.graph_box_wrap{
  position: relative;
  width: 100px;
  height: 100px;
  margin:0 auto;
}
.graph_box_wrap.white:after{
  content:"";
  position:absolute;
  display: block;
  width: 70px;
  height: 70px;
  background:#fff;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  border-radius: 50% 50%;
}
.graph_box_percent{
  position: absolute;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  top: 50%;
  left:0;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
}
.graph_box_percent span{
  font-size: 20px;
}


.review_matome{
  width: 100%;
  display: inline-block;
  clear: both;
}

#main .review_matome ul{
  margin-right: 10px;
}

@media screen and (max-width: 479px) {
  #main .review_score ul > li{
    width: 49.5%;
  }
  #main .review_score ul > li:nth-child(2n){
    margin-right: 0;
  }
  #main .review_score ul > li:last-child{
    margin-right: 0;
  }
  .review_matome .rev_good{
    width: 100%;
    margin-right: none;
    margin-bottom: 10px
  }
  .review_matome .rev_bad{
    width: 100%;
  }
}

#main ol.service_point{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  margin-bottom: 0;
}
ol.service_point li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 0px;
  font-weight: bold;
  font-size:18px;
  border-bottom:dashed 1px #F6A38B;
}
ol.service_point li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.sepa3{
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 30px;
}

ul.sepa3 li{
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    display: block;
    float: left;
}

ul.sepa3 li:nth-child(3n){
    margin-right: 0;
}

@media screen and (max-width: 479px) {
    ul.sepa3 li{
        width: 100%;
    }
}

#pr{
	border-bottom: 1px #ddd solid;
}

#pr p{
	padding: 0;
	text-align: left;
}

#pr p span{
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

/*youtube*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*2分割*/
.sepa2{display: inline-block; width: 100%; margin-bottom: 20px;}
.sepa2 .sepa_cell{width: 49.5%; margin-right: 1%; float:left;}
.sepa2 .sepa_cell:nth-child(2n){margin-right: 0%;}
#main .sepa2 img, #main .sepa2 p{margin-bottom: 10px; line-height: 1.1em;}

@media screen and (max-width: 479px) {
.sepa2 .sepa_cell{width: 100%; margin-right: 0%;}
}

/*3分割*/
.sepa3{display: inline-block; width: 100%; margin-bottom: 0px;}
.sepa3 .sepa_cell{width: 32.4%; margin-right: 1.4%; float:left;}
.sepa3 .sepa_cell:nth-child(3){margin-right: 0%;}
#main .sepa3 img, #main .sepa3 p{margin-bottom: 5px; line-height: 1.1em;}

@media screen and (max-width: 479px) {
.sepa3{margin-bottom: 0px;}
.sepa3 .sepa_cell{width: 100%; margin-right: 0%; margin-bottom: 20px;}
.sepa3 .sepa_cell:nth-child(3){margin-bottom: 0;}
}