@charset "UTF-8";
/* 文字設定
-------------------------------- */
#yuka-ona {
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 100%;
}
#yuka-ona p {
  font-size: 109%;
}

/*
-------------------------------- */
.yuka-ona p {
  margin-bottom: 1em;
}
.yuka-ona hr {
  height: 1;
  margin: 20px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

/* メニュー(CONTENTS)
-------------------------------- */
.yukaona-section-menu {
  padding: 20px 25px;
  margin-bottom: 20px;
  background-color: #f00;
  font-size: 134%;
}
.yukaona-section-menu h3 {
  margin: 10px 0 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
}
.yukaona-section-menu li {
  margin-bottom: 10px;
}
.yukaona-section-menu li a {
  width: 540px;
  display: block;
  height: 26px;
  padding: 12px 0 12px 160px;
  background: url("images/bg_menu.png") no-repeat 0 0;
  font-weight: bold;
  position: relative;
  color: #000;
}
.yukaona-section-menu li a:hover {
  text-decoration: none;
}

.yukaona-section-menu .lesson-1 a {
  background-position: 0 0px;
}

.yukaona-section-menu .lesson-2 a {
  background-position: 0 -50px;
}

.yukaona-section-menu .lesson-3 a {
  background-position: 0 -100px;
}

.yukaona-section-menu .lesson-4 a {
  background-position: 0 -150px;
}

.yukaona-section-menu .lesson-5 a {
  background-position: 0 -200px;
}

.yukaona-section-menu .lesson-1 a:hover {
  background-position: 0 -250px;
}

.yukaona-section-menu .lesson-2 a:hover {
  background-position: 0 -300px;
}

.yukaona-section-menu .lesson-3 a:hover {
  background-position: 0 -350px;
}

.yukaona-section-menu .lesson-4 a:hover {
  background-position: 0 -400px;
}

.yukaona-section-menu .lesson-5 a:hover {
  background-position: 0 -450px;
}

/* ページトップへ戻るボタン
-------------------------------- */
.box-btn-toptop {
  margin: 15px 0;
  text-align: right;
}

a.btn-totop, a.btn-totop:visited {
  padding: 0 0 1px 15px;
  background: url("images/img_top_symbol.jpg") no-repeat 0 0;
  border-bottom: 1px solid #1d2088;
  text-decoration: none;
  color: #1d2088;
}

a.btn-totop:hover {
  text-decoration: none;
  border-bottom: none;
}

/*-----------------------------------------------------------------------------
　各レッスン
-----------------------------------------------------------------------------*/
.yukaona-section {
  margin-bottom: 40px;
}

/* レッスンタイトル
-------------------------------- */
.yukaona-section-title {
  background-color: #ffe6e6;
  overflow: hidden;
  margin-bottom: 20px;
}
.yukaona-section-title img {
  margin-right: 20px;
  float: left;
}
.yukaona-section-title h3 {
  width: 640px;
  height: 50px;
  margin-top: 10px;
  background: url("images/section_title_h3.png") no-repeat 0 0;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.yukaona-section-title p {
  margin-bottom: 0;
}

#yukaona-section-1 .yukaona-section-title h3 {
  background-position: 0 0px;
}

#yukaona-section-2 .yukaona-section-title h3 {
  background-position: 0 -50px;
}

#yukaona-section-3 .yukaona-section-title h3 {
  background-position: 0 -100px;
}

#yukaona-section-4 .yukaona-section-title h3 {
  background-position: 0 -150px;
}

#yukaona-section-5 .yukaona-section-title h3 {
  background-position: 0 -200px;
}

/* レッスンタイトルの説明文
-------------------------------- */
.yukaona-section-title p {
  width: 640px;
  height: 90px;
  background: url("images/section_title_desc.png") no-repeat 0 0;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

#yukaona-section-1 .yukaona-section-title p {
  background-position: 0 0px;
}

#yukaona-section-2 .yukaona-section-title p {
  background-position: 0 -90px;
}

#yukaona-section-3 .yukaona-section-title p {
  background-position: 0 -180px;
}

#yukaona-section-4 .yukaona-section-title p {
  background-position: 0 -270px;
}

#yukaona-section-5 .yukaona-section-title p {
  background-position: 0 -360px;
}

/* 
-------------------------------- */
.yukaona-block {
  margin-bottom: 20px;
  overflow: hidden;
}
.yukaona-block .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 2px solid #f00;
  padding: 5px;
  margin-bottom: 10px;
  color: #f00;
  font-size: 184%;
  font-weight: bold;
}
.yukaona-block .title-border {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f00;
  color: #f00;
  font-size: 184%;
  font-weight: bold;
}

/* 知らなきゃやばい　コラム
-------------------------------- */
.yukaona-column {
  border: 2px solid #f00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.yukaona-column .yukaona-block {
  padding: 20px;
  margin: 0;
}

.yukaona-column-title {
  width: 746px;
  height: 110px;
  background: url("images/bg_column_title.gif") no-repeat 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.title-select {
  height: 80px;
  padding-left: 110px;
  padding-top: 20px;
  margin-bottom: 30px;
  background: url("images/icon_select.gif") no-repeat 0 center;
  color: #f00;
  font-size: 217%;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.25;
}
.title-select img {
  float: left;
}

/* 動画
-------------------------------- */
.block-video {
  float: left;
  width: 470px;
  margin-right: 20px;
  border: 1px solid #ccc;
}

/* 症例
-------------------------------- */
.yukaona-block-left, .yukaona-block-right {
  width: 48%;
  border: 2px solid #f00;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.yukaona-block-left h5, .yukaona-block-right h5 {
  width: 100%;
  height: 100px;
  background: url("images/title_case.gif") no-repeat 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.yukaona-block-left p, .yukaona-block-right p {
  padding: 20px;
}

.yukaona-block-left {
  float: left;
}

.yukaona-block-right {
  float: right;
}
.yukaona-block-right h5 {
  background-position: 0 -100px;
}

/* 商品一覧
-------------------------------- */
.yukaona-list-items {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.yukaona-list-items li {
  width: 229px;
  padding: 0 10px;
  margin-bottom: 30px;
  border-right: 1px solid #ccc;
  /*float: left;*/
  position: relative;
}
.yukaona-list-items li.last {
  width: 230px;
  border-right: none;
}
.yukaona-list-items a img {
width: 229px;
height: 229px;
margin-top: 20px;
max-height: 249px;
/*  margin-bottom: 20px;*/
}
.yukaona-list-items a img.mt_none {
margin-top: 0 !important;
}
a:hover .icon_item span img {
filter: alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.icon_item span img {
width: 67px;
height: 67px;
position: absolute;
top:0;
left: 10px;
margin-top: 0;
}
.icon_item span:nth-child(2) img {
width: 67px;
height: 67px;
position: absolute;
top:0;
left: 81px;
margin-top: 0;
}
.icon_item span:nth-child(3) img {
width: 67px;
height: 67px;
position: absolute;
top:0;
left: 152px;
margin-top: 0;
}
.yukaona-list-items .title {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.2;
}
.yukaona-list-items .title-2line {
  height: 2.2em;
}
.yukaona-list-items .price {
  margin-bottom: .5em;
  font-size: 100%;
}
.yukaona-list-items .price strong {
  font-size: 134%;
}

video{border: none !important;}