@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - https://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

html, body {
  font-size: 62.5%;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 62.5%;
  }
}

*::selection {
  background-color: #8c9eff;
  color: #fff;
}

strong {
  color: #E83820;
}

img {
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 100%;
}

b {
  color: #78DA15;
}

.hutomozi {
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  .hutomozi {
    font-size: 1.5rem;
  }
}

a {
  color: #33bad2;
}

p.syouimg {
  margin-bottom: 30px;
}

aside {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

header {
  width: 100%;
  margin: 0 auto 5px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  header {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
}

.title {
  width: 1000px;
  font-size: 2.7rem;
  margin: 0 auto 20px;
  font-weight: bold;
}
.title:before {
  content: url(../images/logo2.jpg);
  display: inline-block;
  vertical-align: middle;
}
.title a {
  text-decoration: none;
  color: #333;
  margin-left: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #999;
}
@media screen and (max-width: 640px) {
  .title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
  }
  .title:before {
    content: url(../images/logo1.jpg);
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
  }
  .title a {
    text-decoration: none;
    color: #333;
    margin: 0;
    font-size: 1.6rem;
  }
}

.navibox {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.navibox .flexbox {
  display: flex;
  justify-content: space-between;
}
.navibox .flexbox .navilist {
  text-align: center;
  width: 20%;
  box-sizing: border-box;
}
.navibox .flexbox .navilist a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #A31A0A;
  transition: 0.3s;
  font-weight: bold;
  border-bottom: 2px solid #a31a0a;
  padding-bottom: 3px;
}
@media screen and (max-width: 640px) {
  .navibox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    background-color: #fff;
    z-index: 9999;
  }
  .navibox .flexbox {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navibox .flexbox .navilist {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .navibox .flexbox .navilist a {
    border: none;
    color: #333;
    font-weight: normal;
    padding: 12px;
  }
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
.flexbox li {
  text-align: center;
  width: 20%;
  box-sizing: border-box;
}
.flexbox li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
  transition: 0.3s;
}
.flexbox li a:hover {
  color: #A9170A;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .flexbox {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .flexbox li {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .flexbox li:last-child {
    border: none;
  }
  .flexbox li a {
    padding: 12px;
    display: block;
    font-weight: normal;
  }
}

.on-off {
  display: none;
}
@media screen and (max-width: 640px) {
  .on-off {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  label {
    background: #a31a0a;
    color: #fff;
    padding: 12px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.5rem;
  }

  input[type="checkbox"].on-off {
    display: none;
  }

  input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
  }

  input[type="checkbox"].on-off:checked + ul {
    height: 160px;
  }
}
h1 {
  font-size: 2.0rem;
  padding: 15px 0 15px 20px;
  margin-bottom: 20px;
  color: #333;
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.8rem;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
    color: #333;
    line-height: 1.5;
  }
}

.rank-midashi {
  font-size: 2.0rem;
  padding: 15px 0 15px 20px;
  margin-bottom: 20px;
  color: #333;
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 640px) {
  .rank-midashi {
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
    color: #333;
  }
}

h3 {
  font-size: 2rem;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 1.3rem;
  }
}

.maintext {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  color: #333;
}

.wrapper {
  width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.left-box {
  float: left;
  width: 700px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .left-box {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
}

.rank_info {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.rank_info .rank-left img {
  width: 100%;
  height: auto;
}
.rank_info .rank-right {
  width: 67%;
}
.rank_info .rank-right h2 {
  font-size: 2rem;
  margin-left: 15px;
  line-height: 1.1;
  margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
  .rank_info {
    padding: 15px 0px 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  .rank_info .rank-left {
    width: 30%;
    height: auto;
  }
  .rank_info .rank-right {
    width: 65%;
    box-sizing: border-box;
  }
  .rank_info .rank-right h2 {
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 5px;
    text-align: center;
  }
}

.table1 {
  margin-bottom: 10px;
  margin-left: 0px;
}
.table1 .table1-midashi {
  width: 10%;
  font-size: 1.4rem;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 20px 5px;
  font-weight: bold;
}
.table1 .table1-koumoku {
  font-size: 1.3rem;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 20px 5px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .table1 {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .table1 .table1-midashi {
    width: 10%;
    font-size: 1.2rem;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: normal;
  }
  .table1 .table1-koumoku {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
  }
}

table {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}
table th {
  width: 26%;
  font-size: 15px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 19px;
}
@media screen and (max-width: 640px) {
  table {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  table th {
    width: 26%;
    font-size: 15px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 19px;
  }
}

.ranking-first {
  font-size: 2.3rem;
  font-weight: bold;
}
.ranking-first:before {
  content: url(../images/ranking1.jpg);
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: -7px;
}
@media screen and (max-width: 640px) {
  .ranking-first {
    font-size: 1.3rem;
  }
  .ranking-first:before {
    content: url(../images/ranking2.jpg);
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 5px;
    margin-left: -15px;
    font-size: 1.4rem;
  }
}

.button {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 25px;
}
.button .button-left {
  width: 49%;
  box-sizing: border-box;
  background-color: #009944;
  border-radius: 5px;
  box-shadow: 0 3px 0 #006428;
}
.button .button-left:hover {
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
  background-color: #00682d;
}
.button .button-left a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 15px;
}
.button .button-right {
  width: 48%;
  box-sizing: border-box;
  background-color: #E83820;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
  box-shadow: 0 3px 0 #910000;
}
.button .button-right:hover {
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
  background-color: #910000;
}
.button .button-right a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 15px;
}
.button .button-center {
  width: 90%;
  padding: 12px 15px;
  box-sizing: border-box;
  background-color: #E83820;
  border-radius: 5px;
  margin: 20px auto 0;
  transition: 0.3s;
  box-shadow: 0 3px 0 #910000;
}
.button .button-center:hover {
  transform: translate3d(0px, 3px, 1px);
  box-shadow: none;
}
.button .button-center a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .button {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
  }
  .button .button-left {
    width: 49%;
    box-sizing: border-box;
    background-color: #009944;
    border-radius: 5px;
    box-shadow: 0 3px 0 #006428;
  }
  .button .button-left a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 15px;
  }
  .button .button-right {
    width: 48%;
    box-sizing: border-box;
    background-color: #E83820;
    border-radius: 5px;
    box-shadow: 0 3px 0 #910000;
  }
  .button .button-right a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 15px;
    letter-spacing: 0;
  }
  .button .button-center {
    width: 100%;
    box-sizing: border-box;
    background-color: #E83820;
    border-radius: 5px;
    box-shadow: 0 3px 0 #910000;
  }
  .button .button-center a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 15px;
  }
}

.mokuzi-box {
  width: 100%;
  border: 2px double #333;
  box-sizing: border-box;
  padding: 20px 20px 20px 50px;
  position: relative;
  margin-bottom: 20px;
}
.mokuzi-box .mokuzi {
  width: 250px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  position: absolute;
  top: -10px;
  left: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.mokuzi-box .mokuzi-list {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 3px;
  list-style: none;
}
.mokuzi-box .mokuzi-list a:hover {
  color: #E76741;
}
@media screen and (max-width: 640px) {
  .mokuzi-box {
    width: 100%;
    border: 3px double #333;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin: 15px auto 10px auto;
  }
  .mokuzi-box .mokuzi {
    width: 250px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    position: absolute;
    top: -8px;
    left: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .mokuzi-box .mokuzi-list {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.mokuzi-icon {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #F49C00;
  font-size: 20px;
}

.point {
  position: relative;
  margin-top: 30px;
}
.point .point-box {
  border: 2px solid #333;
  box-sizing: border-box;
  padding: 25px 30px 20px 30px;
  margin-bottom: 20px;
}
.point .point-list {
  font-size: 1.6rem;
  list-style: none;
  letter-spacing: 1px;
  margin: 0 0 5px 5px;
  line-height: 1.7;
  border-bottom: 1px dotted #cacaca;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .point {
    position: relative;
    margin-top: 20px;
  }
  .point .point-box {
    border: 2px solid #333;
    box-sizing: border-box;
    padding: 25px 20px 20px 20px;
    margin-bottom: 20px;
  }
  .point .point-box .point-list {
    font-size: 1.5rem;
    list-style: none;
    letter-spacing: 1px;
    margin: 0 0 5px 5px;
    line-height: 1.7;
    border-bottom: 1px dotted #cacaca;
    font-weight: bold;
  }
}

.p-text {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 10px;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-text {
    width: 70%;
    font-size: 1.6rem;
  }
}

.s-text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .s-text {
    width: 100%;
    padding: 5px;
    box-siszing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.8pt;
  }
}

.midashi-box {
  box-sizing: border-box;
  padding: 10px;
}
.midashi-box .midashi {
  font-size: 20px;
  padding: 15px 0 15px 20px;
  margin-bottom: 20px;
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
}
.midashi-box .text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333;
}
.midashi-box img {
  width: 100%;
  height: 100%;
}
.midashi-box h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding: 10px 0 10px 20px;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .midashi-box {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
  }
  .midashi-box .midashi {
    font-size: 1.6rem;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    letter-spacing: 0.8pt;
    letter-spacing: 1.5;
  }
  .midashi-box .text {
    font-size: 1.5rem;
    letter-spacing: 0.8pt;
    line-height: 2;
    margin-bottom: 25px;
  }
}

.main_table {
  border: 1px solid #ccc;
  width: 96%;
}
.main_table .sub_th {
  border: 1px solid #ccc;
  width: 33%;
  padding: 10px;
  font-size: 14px;
  background-color: #f4f4f4;
  vertical-align: middle;
}
.main_table .sub_td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .main_table {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 15px;
  }
  .main_table .sub_th {
    border: 1px solid #ccc;
    width: 33%;
    padding: 10px;
    font-size: 13px;
    background-color: #f4f4f4;
  }
  .main_table .sub_td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
    font-size: 13px;
  }
}

.torihiki-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.torihiki-box .torihiki {
  width: 30%;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
.torihiki-box .torihiki .torihiki-title {
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 5px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-left: 0;
}
.torihiki-box .torihiki .tori-link {
  width: 100%;
  height: 120px;
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.torihiki-box .torihiki .tori-link .oh {
  overflow: hidden;
}
.torihiki-box .torihiki .tori-link .ica_img {
  width: 100%;
  transition: 0.3s;
  margin: 0;
}
.torihiki-box .torihiki .tori-link .ica_img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.torihiki-box .torihiki time {
  text-align: left;
  padding: 5px 10px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.torihiki-box .torihiki .tori-text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.torihiki-box .tuduki {
  display: block;
  text-align: right;
  box-sizing: border-box;
  padding: 0 10px 10px 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.torihiki-box .tuduki:hover {
  color: #E76741;
}
@media screen and (max-width: 640px) {
  .torihiki-box {
    display: block;
  }
  .torihiki-box .torihiki {
    width: 100%;
    margin-bottom: 15px;
    height: 370px;
  }
}

.tuduki-box .tuduki-itiran {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
}
.tuduki-box .tuduki-itiran:hover {
  color: #E76741;
}

aside {
  float: right;
  width: 272px;
}
aside .pick {
  margin-bottom: 20px;
}
aside .pick .hairo-k {
  position: relative;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 0 0 0.5em;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
}
aside .pick .hairo-k:after {
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c CHECK';
  background: #333;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
aside .pick .pick_img {
  margin-bottom: 15px;
  margin-top: 0;
  transition: 0.3s;
}
aside .pick .pick_img:hover {
  opacity: 0.7;
}
aside .side {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
aside .side .side-mi {
  position: relative;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
}
aside .side .side-mi:after {
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ CHECK';
  background: #333;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
aside .pickup {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
aside .pickup .pick-midashi {
  position: relative;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 0.7em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
}
aside .pickup .pick-midashi:after {
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ CHECK';
  background: #333;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
aside .pickup img {
  box-shadow: 0px 2px 6px -2px #333333;
}
aside .pickup img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  aside {
    float: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  aside .side {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 auto 20px;
  }
  aside .side .side-mi {
    position: relative;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
    font-size: 15px;
    letter-spacing: 1px;
  }
  aside .side .side-mi:after {
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0a7\ CHECK';
    background: #333;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  aside .side .side-li {
    line-height: 1.5;
  }
}

.sinchaku-box {
  margin-bottom: 10px;
}
.sinchaku-box .sinchakuimg {
  float: left;
  width: 30%;
}
.sinchaku-box .sinchakuimg img {
  width: 100%;
  height: 50%;
}
.sinchaku-box .newpostlist {
  list-style: none;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 1px;
  float: left;
  width: 65%;
  margin-left: 10px;
  margin-top: 10px;
}
.sinchaku-box .newpostlist a {
  text-decoration: none;
  color: #333;
}
.sinchaku-box .newpostlist a:hover {
  color: #FF4313;
}

.sinchakukizi {
  color: #333;
  display: block;
  text-align: right;
  letter-spacing: 1px;
  font-size: 1.3rem;
  margin-top: 10px;
}
.sinchakukizi:hover {
  color: #A30C01;
}

.categoryside .side-li {
  text-align: center;
}

.side-li {
  list-style: none;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.side-li:last-child {
  border-bottom: 1px solid #ccc;
}
.side-li:nth-of-type(1) .order {
  background-color: #dab413;
  width: 20px;
  height: 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  line-height: 17px;
  vertical-align: middle;
  transform: rotate(45deg);
}
.side-li:nth-of-type(1) .order:before {
  content: "1";
  display: inline-block;
  font-size: 1.0rem;
  transform: rotate(-45deg);
}
.side-li:nth-of-type(2) .order {
  background-color: #6e7b84;
  width: 20px;
  height: 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  line-height: 17px;
  vertical-align: middle;
  transform: rotate(45deg);
}
.side-li:nth-of-type(2) .order:before {
  content: "2";
  display: inline-block;
  font-size: 1.0rem;
  transform: rotate(-45deg);
}
.side-li:nth-of-type(3) .order {
  background-color: #a0541a;
  width: 20px;
  height: 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  line-height: 17px;
  vertical-align: middle;
  transform: rotate(45deg);
}
.side-li:nth-of-type(3) .order:before {
  content: "3";
  display: inline-block;
  font-size: 1.0rem;
  transform: rotate(-45deg);
}
.side-li a {
  font-size: 14px;
  display: inline-block;
  padding: 20px 5px 15px;
  color: #333;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.15s;
}
.side-li a:hover {
  color: #fff;
  background-color: #333;
}
.side-li .order {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  font-weight: bold;
  line-height: 17px;
  width: 20px;
  height: 20px;
}
.side-li .order:before {
  content: "";
  display: inline-block;
  font-size: 1.0rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .side-li {
    list-style: none;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .side-li:last-child {
    border: 1px solid #ccc;
  }
  .side-li a {
    font-size: 14px;
    display: block;
    padding: 15px;
    letter-spacing: 1px;
    text-align: left;
  }
}

footer {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
footer .footmain {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 20px auto 40px;
  box-sizing: border-box;
  padding: 0 10px;
}
footer .footmain .footbox {
  text-align: left;
  width: 30%;
}
footer .footmain .footbox p {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
footer .footmain .footbox li {
  line-height: 1.5;
}
footer .footmain .footbox li a {
  font-size: 1.5rem;
  text-decoration: none;
}
footer .footmain .footbox li a:hover {
  text-decoration: underline;
}
footer .menseki a {
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
footer small {
  line-height: 1.5;
  color: #fff;
  font-size: 13px;
}
footer a {
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer {
    line-height: 1.5;
    color: #fff;
    font-size: 12px;
    width: 100%;
  }
  footer .footmain {
    display: block;
    width: 100%;
  }
  footer .footmain .footbox {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footmain .footbox p {
    font-weight: bold;
  }
  footer .footmain .footbox li {
    list-style: none;
  }
  footer .footmain .footbox li a {
    font-size: 1.4rem;
  }
  footer .menseki a {
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
  }
}

.menseki-box {
  padding: 10px;
}
.menseki-box .menseki-text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.menseki-box .menseki-text:first-child {
  margin-bottom: 20px;
}

.article-box {
  box-sizing: border-box;
  padding: 20px;
  transition: 0.1s;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.article-box:hover {
  opacity: 0.8;
}
.article-box .article-img {
  float: left;
  width: 30%;
}
.article-box .article-img img {
  max-width: 100%;
  height: auto;
}
.article-box .arti-main {
  width: 65%;
  float: left;
  margin-left: 20px;
}
.article-box .arti-main .article-midashi {
  font-size: 1.7rem;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  color: #333;
  margin: 10px 0 0 0px;
}
.article-box .arti-main .article-credate {
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
.article-box .arti-main .subtext {
  text-decoration: none;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .article-box {
    width: 93%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
  }
  .article-box .article-img {
    float: none;
    width: 100%;
  }
  .article-box .article-img img {
    width: 100vw;
    height: 110px;
    margin-top: 0;
  }
  .article-box .arti-main {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .article-box .arti-main .article-midashi {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .article-box .arti-main .subtext {
    line-height: 1.7;
  }
}

.sentaku {
  box-sizing: border-box;
  border: 3px double #333;
  box-sizing: border-box;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
}
.sentaku li {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 3px;
  list-style: none;
}
.sentaku li a:hover {
  color: #E76741;
}
@media screen and (max-width: 640px) {
  .sentaku {
    padding: 20px;
  }
}

.merito-box {
  padding: 10px;
}
.merito-box .merito {
  position: relative;
  border: 3px solid #FB9D9D;
  float: left;
  width: 48%;
  box-sizing: border-box;
  padding: 30px 30px 20px 50px;
  margin-right: 10px;
}
.merito-box .merito:last-child {
  margin-right: 0;
}
.merito-box .merito li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
}
.merito-box .merito .m-text {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 10px;
  width: 50%;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .merito-box {
    padding: 0;
  }
  .merito-box .merito {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.demerito-box {
  padding: 10px;
}
.demerito-box .demerito {
  position: relative;
  border: 3px solid #FB9D9D;
  float: left;
  width: 48%;
  box-sizing: border-box;
  padding: 30px 30px 20px 50px;
  margin-right: 10px;
}
.demerito-box .demerito:last-child {
  margin-right: 0;
}
.demerito-box .demerito li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
}
.demerito-box .demerito .m-text {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 10px;
  width: 50%;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .demerito-box {
    padding: 0;
  }
  .demerito-box .demerito {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

#page-top {
  position: fixed;
  bottom: 55px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background-color: #a31a0a;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #page-top {
    bottom: 40px;
  }
}

.pagebox {
  margin: 30px 0;
}

.pagene {
  display: inline;
}
.pagene .mae, .pagene .tugi {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.pagene .tugi {
  float: right;
}
@media screen and (max-width: 640px) {
  .pagene .mae, .pagene .tugi {
    margin-left: 20px;
  }
  .pagene .tugi {
    margin-right: 20px;
  }
}

.t-text {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .t-text {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 15px;
  }
}

.kutikomibox {
  width: 90%;
  padding: 20px;
  border: 1px solid #000;
  margin: 0 auto 20px;
}
.kutikomibox .kutikomi-name {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #aaa;
}
.kutikomibox .kutikomi-text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.8pt;
}

.breadcrumb {
  margin-left: 0;
  padding: 2px 10px 26px;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline-block;
  list-style: none;
  margin-right: 2px;
  font-size: 1.2rem;
}
.breadcrumb li:after {
  font-family: FontAwesome;
  content: '\f101';
  padding: 0 3px;
  color: #8186a0;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #3f51b5;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
  }
  .breadcrumb li {
    line-height: 1.5;
  }
}

.breadcrumb li:first-child a:before {
  /*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

dl {
  border: 2px solid #333;
  box-sizing: border-box;
  padding: 25px 30px 20px 30px;
  margin-bottom: 20px;
  position: relative;
}
dl dt {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 10px;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
}
dl dd {
  font-size: 1.6rem;
  list-style: none;
  letter-spacing: 1px;
  margin: 0 0 5px 5px;
  line-height: 1.7;
  border-bottom: 1px dotted #cacaca;
  font-weight: bold;
  border: none;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  dl {
    padding: 30px 15px 10px;
  }
  dl dt {
    width: 50%;
  }
}

.hikaku-midashi {
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 3px solid #333;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px dotted #333;
  margin-bottom: 20px;
}

.hikaku-text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
  color: #333;
}
@media screen and (max-width: 640px) {
  .hikaku-text {
    line-height: 1.6;
  }
}

.hikakubox {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.hikakubox .hikaku-mi {
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.hikakubox .hikaku-mi a {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  padding: 20px;
  font-size: 1.5rem;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: bold;
  background: #f4f4f4;
  margin-left: 3px;
}
.hikakubox .hikaku-mi a:hover {
  background-color: #333;
  color: #eee;
  border-radius: 5px;
}
.hikakubox .hikaku-mi .haba {
  margin-right: 5px;
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  .hikakubox .hikaku-mi {
    width: 48%;
  }
}

.ninkizi {
  list-style: none;
  line-height: 1.5;
  padding: 5px;
  box-sizing: border-box;
}
.ninkizi a {
  font-size: 1.7rem;
}

.sinkizi {
  list-style: none;
  line-height: 1.5;
  padding: 5px;
  box-sizing: border-box;
}
.sinkizi a {
  font-size: 1.7rem;
}

.snsbtn {
  padding: 10px;
  box-sizing: border-box;
}

.update {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .update {
    margin: 15px 0 25px;
  }
}

.vcommentbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.vcommentbox .vcomment {
  width: 80%;
  vertical-align: middle;
  border: 3px solid #ccc;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 30px;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
}
.vcommentbox .vcomment :before {
  content: "";
  position: absolute;
  top: 36%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.vcommentbox .vcomment :after {
  content: "";
  position: absolute;
  top: 36%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #ccc;
  z-index: 1;
}
.vcommentbox .icon {
  width: 17%;
}
.vcommentbox .icon img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 640px) {
  .vcommentbox {
    padding: 0;
  }
  .vcommentbox .vcomment {
    font-size: 1.4rem;
    padding: 15px;
    width: 74%;
  }
  .vcommentbox .icon {
    width: 23%;
  }
  .vcommentbox .icon img {
    width: 100%;
    height: 85%;
    margin: 0;
  }
}

time {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 20px;
}

.panbox {
  margin-left: 0;
  width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .panbox {
    margin: 14px 0 7px 8px;
    width: 100%;
  }
}

.catename {
  background-color: #ffff73;
  font-size: 1.3rem;
  padding: 6px;
  box-sizing: border-box;
}
.catename:before {
  font-family: FontAwesome;
  content: '\f124';
  padding: 0 3px;
  color: #8186a0;
}
@media screen and (max-width: 640px) {
  .catename {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
