@charset "UTF-8";
#yomimono,
#yomimonos * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#yomimono {
  color: #333;
  margin: 30px 0 60px;
  /*text-align*/
  /*font color*/
  /*margin*/
  /*slick*/
  /*縦になるのを防ぐ*/
}

@media screen and (max-width: 768px) {
  #yomimono {
    margin: 0 0 0px;
  }
}

#yomimono .wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #yomimono .wrap {
    width: 100%;
    padding: 20px;
  }
}

#yomimono b, #yomimono strong {
  font-weight: bold;
}

#yomimono img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  line-height: 0;
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  #yomimono img {
    width: 100%;
  }
}

#yomimono a:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

#yomimono .photo {
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  #yomimono .photo {
    margin: 20px auto;
  }
}

#yomimono .youtube {
  margin: 30px auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  #yomimono .youtube {
    margin: 20px auto;
  }
}

#yomimono .youtube iframe {
  width: 100%;
  height: 100%;
}

#yomimono h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #yomimono h1 {
    font-size: 5.4vw;
    margin-bottom: 20px;
  }
}

#yomimono h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 60px 0 30px;
  padding: 0.8em 1em;
  background: #FED8C2;
}

@media screen and (max-width: 768px) {
  #yomimono h2 {
    font-size: 4.2vw;
    padding: 0.8em 20px;
    margin: 40px -20px 20px;
  }
}

#yomimono h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 60px 0 30px;
  padding: .5em 0 .5em 1em;
  border-left: solid 5px #F04500;
}

@media screen and (max-width: 768px) {
  #yomimono h3 {
    font-size: 3.8vw;
    margin: 40px 0 20px;
  }
}

#yomimono h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 60px 0 30px;
}

#yomimono h4::before {
  content: "■";
  color: #F04500;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  #yomimono h4 {
    font-size: 3.8vw;
    margin: 40px 0 20px;
  }
}

#yomimono p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1.7em;
}

@media screen and (max-width: 768px) {
  #yomimono p {
    font-size: 3.7334vw;
  }
}

#yomimono small {
  font-size: 70%;
}

#yomimono .caution {
  color: #666;
  margin-bottom: 3em;
  line-height: 1.4;
}

#yomimono .caution a {
  color: #666;
}

#yomimono table {
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #yomimono table {
    font-size: 3.7334vw;
  }
}

#yomimono table.fs-small {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #yomimono table.fs-small {
    font-size: 3.7334vw;
  }
}

#yomimono table th {
  background-color: #EEE;
  font-weight: bold;
}

#yomimono table:not(.has-border-color) :where(th, td) {
  border: 1px solid #666;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  #yomimono table:not(.has-border-color) :where(th, td) {
    padding: 5px;
  }
}

#yomimono .box-01 {
  border: solid 2px #EE7960;
  background: #FCEAE9;
  padding: 15px;
  display: inline-block;
  margin: 20px auto;
  border-radius: 10px;
}

#yomimono .box-01 p, #yomimono .box-01 li {
  margin: 0;
  color: #EE7960;
  font-weight: bold;
}

#yomimono .box-02 {
  border: solid 2px #CCC;
  background-color: #FFFFDD;
  border-radius: 10px;
  display: inline-block;
  padding: 15px;
  margin: 20px auto;
}

#yomimono .box-02 p {
  margin: 0;
  word-break: break-all;
}

#yomimono .fixed-table {
  margin: 30px auto 0px;
}

#yomimono .scrollable-table {
  -webkit-overflow-scrolling: touch;
  margin: 30px auto 0;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

@media screen and (max-width: 768px) {
  #yomimono .scrollable-table {
    margin: 20px auto 0;
  }
}

#yomimono .scrollable-table table {
  min-width: 600px;
}

#yomimono .list ul {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #yomimono .list ul {
    font-size: 3.7334vw;
  }
}

#yomimono .list li {
  padding-left: 1em;
  text-indent: -1em;
}

#yomimono .list li + li {
  margin-top: 0.5em;
}

#yomimono .page-index {
  margin: 30px auto 0;
  display: inline-block;
  border: solid 2px #EE7960;
  background: #FCEAE9;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #yomimono .page-index {
    margin: 20px 0 0;
    padding: 15px;
  }
}

#yomimono .page-index .ttl {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1em;
  color: #F04500;
}

@media screen and (max-width: 768px) {
  #yomimono .page-index .ttl {
    font-size: 4.6vw;
  }
}

#yomimono .page-index ul {
  margin-top: 0;
}

#yomimono .page-index li {
  padding: 0.2em 0 0.2em 1em;
  border-bottom: 1px solid #F04500;
  text-indent: 0em !important;
  position: relative;
}

#yomimono .page-index li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #3d3d3d;
  content: "";
}

#yomimono .page-index .child {
  margin-left: 1em;
  font-size: 90%;
}

#yomimono .page-index a {
  text-decoration: none;
}

#yomimono .page-index a:hover {
  text-decoration: underline;
}

#yomimono .marker-y {
  background-color: #FFFF99;
}

#yomimono .btn {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  #yomimono .btn {
    margin: 20px auto;
  }
}

#yomimono .btn a {
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #F04500;
  border: 2px solid #F04500;
  border-radius: 30px;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  #yomimono .btn a {
    font-size: 3.7334vw;
    padding: 0.5em 1em;
  }
}

#yomimono .btn a:hover {
  background: #F04500;
  color: #FFF;
}

#yomimono .btn a.blue {
  color: #1eb9ee;
  border-color: #1eb9ee;
}

#yomimono .btn a.blue:hover {
  background: #1eb9ee;
  color: #FFF;
}

#yomimono .bn_supli {
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  #yomimono .bn_supli {
    margin: 20px auto;
  }
}

#yomimono .related_contents {
  margin-top: 100px;
  border: solid 5px #DDD;
  border-radius: 10px;
  padding: 15px 30px;
}

@media screen and (max-width: 768px) {
  #yomimono .related_contents {
    margin-top: 60px;
    padding: 15px 15px;
    border-width: 3px;
  }
}

#yomimono .related_contents .ttl {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.5em 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -15px;
  color: #FFF;
  background: #1eb9ee;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #yomimono .related_contents .ttl {
    font-size: 4.6vw;
  }
}

#yomimono .related_contents .contents_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#yomimono .related_contents .contents_box {
  width: 48%;
  margin-bottom: 2em;
}

#yomimono .related_contents .contents_box .thumbnail {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

#yomimono .related_contents .contents_box .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

#yomimono .related_contents .contents_box .thumbnail a:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#yomimono .related_contents .contents_box .text {
  margin-top: 0.5em;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #yomimono .related_contents .contents_box .text {
    font-size: 3.2vw;
  }
}

#yomimono .underlink {
  text-decoration: underline;
  color: #0000ff;
}

#yomimono .underlink:hover {
  text-decoration: none;
}

#yomimono .alC {
  text-align: center;
}

#yomimono .alL {
  text-align: left;
}

#yomimono .alR {
  text-align: right;
}

#yomimono .fc_brown {
  color: #786000 !important;
}

#yomimono .fc_pink {
  color: #ec6d74 !important;
}

#yomimono .fc_blue {
  color: #1eb9ee !important;
}

#yomimono .fc_orange {
  color: #f39800 !important;
}

#yomimono .fc_black {
  color: #333 !important;
}

#yomimono .mt0 {
  margin-top: 0 !important;
}

#yomimono .mb0 {
  margin-bottom: 0 !important;
}

#yomimono .mt01em {
  margin-top: .1em !important;
}

#yomimono .mt02em {
  margin-top: .2em !important;
}

#yomimono .mt05em {
  margin-top: .5em !important;
}

#yomimono .mt10em {
  margin-top: 1.0em !important;
}

#yomimono .mt15em {
  margin-top: 1.5em !important;
}

#yomimono .mt20em {
  margin-top: 2.0em !important;
}

#yomimono .mb01em {
  margin-bottom: .1em !important;
}

#yomimono .mb02em {
  margin-bottom: .2em !important;
}

#yomimono .mb05em {
  margin-bottom: .5em !important;
}

#yomimono .mb10em {
  margin-bottom: 1em !important;
}

#yomimono .mb15em {
  margin-bottom: 1.5em !important;
}

#yomimono .mb20em {
  margin-bottom: 2.0em !important;
}

#yomimono .mb25em {
  margin-bottom: 2.5em !important;
}

#yomimono .mb30em {
  margin-bottom: 3.0em !important;
}

#yomimono .mb35em {
  margin-bottom: 3.5em !important;
}

#yomimono .mb40em {
  margin-bottom: 4.0em !important;
}

#yomimono .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#yomimono .slick-slider *:focus {
  outline: none;
}

#yomimono .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#yomimono .slick-list:focus {
  outline: none;
}

#yomimono .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#yomimono .slick-slider .slick-track, #yomimono .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#yomimono .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

#yomimono .slick-track:before, #yomimono .slick-track:after {
  display: table;
  content: '';
}

#yomimono .slick-track:after {
  clear: both;
}

#yomimono .slick-loading .slick-track {
  visibility: hidden;
}

#yomimono .slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  margin: 0 0px;
}

#yomimono [dir='rtl'] .slick-slide {
  float: right;
}

#yomimono .slick-slide img {
  display: block;
  height: auto;
  margin: 0 auto;
}

#yomimono .slick-slide.slick-loading img {
  display: none;
}

#yomimono .slick-slide.dragging img {
  pointer-events: none;
}

#yomimono .slick-initialized .slick-slide {
  display: block;
}

#yomimono .slick-loading .slick-slide {
  visibility: hidden;
}

#yomimono .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#yomimono .slick-arrow.slick-hidden {
  display: none;
}

#yomimono .slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

#yomimono .slick-prev, #yomimono .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 56px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #yomimono .slick-prev, #yomimono .slick-next {
    width: 28px;
    height: 30px;
  }
}

#yomimono .slick-prev {
  left: -10px;
  background: url(../images/common/arrow_prev.png) no-repeat left center;
  background-size: contain;
}

#yomimono .slick-next {
  right: -10px;
  background: url(../images/common/arrow_next.png) no-repeat right center;
  background-size: contain;
}

#yomimono .slick-prev, #yomimono .slick-next {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#yomimono .slick-prev:hover, #yomimono .slick-next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#yomimono .slick-slide a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#yomimono .slick-slide a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#yomimono .slick-slider {
  text-align: center;
}

#yomimono .slick-slider.slick-dotted {
  margin-bottom: 30px;
}

#yomimono .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}

#yomimono .slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

#yomimono .slick-dots li button {
  display: block;
  background: #CCC;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: 0px;
  width: 13px;
  height: 13px;
  background: #CCC;
  border-radius: 13px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

#yomimono .slick-dots li.slick-active button {
  background: #333;
  outline: none;
}

#yomimono .slick-slide {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#yomimono .slider {
  display: none;
}

#yomimono .slider.slick-initialized {
  display: block;
}

#yomimono .pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #yomimono .pc {
    display: none !important;
  }
}

#yomimono .sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #yomimono .sp {
    display: block !important;
  }
}

#yomimono .caltool {
  margin: 1em 0;
  display: inline-block;
  border: solid 3px #1eb9ee;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #yomimono .caltool {
    font-size: 4.2vw;
    display: block;
  }
}

#yomimono .caltool .inner {
  padding: 1em;
}

@media screen and (max-width: 768px) {
  #yomimono .caltool .inner {
    padding-top: 0.5em;
  }
}

#yomimono .caltool .ttl {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  background: #1eb9ee;
  color: #FFF;
  padding: 0.5em;
}

#yomimono .caltool .input_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #yomimono .caltool .input_box {
    width: auto;
  }
}

#yomimono .caltool .input_box li {
  min-width: 12em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #yomimono .caltool .input_box li {
    width: 9em;
    min-width: initial;
  }
}

#yomimono .caltool .input_box input {
  display: inline-block;
  width: 6em;
  vertical-align: middle;
  padding: 0.5em 0.2em;
  text-align: center;
  border: solid 1px #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #yomimono .caltool .input_box input {
    width: 4em;
  }
}

#yomimono .caltool .result .kekka {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  color: #C00;
}

#yomimono .caltool .result ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

#yomimono .caltool .result ul li {
  width: 30%;
  white-space: nowrap;
}

#yomimono .caltool .result ul dl {
  text-align: center;
}

#yomimono .caltool .result ul dt {
  font-size: 90%;
  font-weight: bold;
  padding-bottom: 0.2em;
}

#yomimono .caltool .result ul dd {
  font-weight: bold;
  border: solid 1px #F00;
  background: #FFFF66;
  border-radius: 5px;
  padding: 0.5em 0.2em;
  color: #F00;
}

#yomimono .caltool button {
  display: block;
  background: #027a08;
  color: #FFF;
  padding: 0.7em 1em;
  border-radius: 5px;
  margin: 1em auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: bold;
}

#yomimono .caltool button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
/*# sourceMappingURL=style.css.map */