@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 5px;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2b98f2;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section__inner {
  padding: 20px;
}

/* ツールバー */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}

/* ヘッダー */
.section--shopname {
  padding-top: 65px;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}
.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #e0e0e0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}

.copyright {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--left2 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
}
.u-moreinfo--active {
  max-height: none;
}
.section--info .button--more {
  margin: 20px auto 0;
}
.section--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.box .box__inner {
  display: block;
  padding: 10px 10px 6px;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 5px;
  color: #212121;
}
.box .box__price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
  clear: left;
}

.section--slide h2, .section--main h2 {
  padding: 20px 20px 0;
}

.section--together .box {
  width: 33.33%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 10px 10px 0;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #2b98f2;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}

/*フリーページ用*/
.seminar1 {
padding: .5em;
position: relative;
}

.seminar1:after {
content: "";
width:100%;
height:4px;
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(to right, #7ED1E6, rgba(255,255,255,0) 100%);
}

.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 10px;
}

.btn-push {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.btn-push2 {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #23b843;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #198530;
}

.btn-push2:active {
    transform: translateY(4px);
    border-bottom: none;
}

.midashi1 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #32cd32;/*左線*/
}

.midashi1-2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
background: transparent;/*背景透明に*/
border-left: solid 5px #ffe4e1;/*左線*/
}

.midashi_beginner {
border-bottom: double 3px #364e96;
/*線の種類（二重線）太さ 色*/
}

.ss {text-align:center;}

/* 16px black */
.icon-b.icon-list {
  background-position: -192px -96px;
}
/* 16px white */
.icon-w.icon-list {
  background-position: -192px -96px;
}
/* 24px black */
.icon-lg-b.icon-list {
  background-position: -288px -144px;
}
/* 24px white */
.icon-lg-w.icon-list {
  background-position: -288px -144px;
}

/* 16px black */
.icon-b.icon-mail {
  background-position: -64px -0px;
}
/* 16px white */
.icon-w.icon-mail {
  background-position: -64px -0px;
}
/* 24px black */
.icon-lg-b.icon-mail {
  background-position: -96px -0px;
}
/* 24px white */
.icon-lg-w.icon-mail {
  background-position: -96px -0px;
}

.box1 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #FFF5EE; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
 border-radius: 8px; /*角の丸み*/ 
}

.box2 {
 margin: 2em auto; 
 padding: 1em 1.5em;
 width: 85%; /*幅の調節*/
 color: #777777; /* 文字色 */
 background-color: #fff; /* 背景色 */
 border: 4px solid #f6bfbc; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: solid;
    border: solid 3px #000000;
}

.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: solid;
    border: solid 2px #696969;
  border-radius: 8px; /*角の丸み*/ 
}

#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 0px;
  /*border-radius: 30px;*/
  width: 45px;
  height: 45px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  font-size: x-large;
  /*text-decoration: none;*/
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 95%;
}

/*セミナーページ用*/
.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title2 {
    font-size: 1em;
    background: #5fb3f5;
    padding: 10px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    font-size: 1.5em;
    padding: 15px 20px;
    margin: 0;
}

.sentence2 {
  font-size: 19px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 line-height: 1.4;
 /*padding-left:5px;*/
   width: 95%;
 margin: 0 auto;
}

.sentence3 {
  font-size: 17px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 line-height: 1.4;
     width: 97%;
 margin: 0 auto;
}

.sentence4 {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.5;
    width: 95%;
   padding-left:5px;
/*  margin-left: 30px;*/
}

ul.toc {
  background-color: #f5f5f5; /* 背景色 */
  border: solid 1px #000000;
  border-radius: 15px;
}

.midashi3-1 {
border-bottom: double 5px #364e96;
/*線の種類（二重線）太さ 色*/
}

.midashi4 {
 position: relative;
 padding-left: 38px;
 font-size:22px;
 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
 color: #325A8C;
}
.midashi4::before,
.midashi4::after{
 content: "□";
 position: absolute;
}
.midashi4::before{
 left:0;
 top:-3px;
}
.midashi4::after{
 left: 10px;
 top: 3px;
 color: #A1B8D1;
}

ul.list01 li {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  border: solid 2px #000000;
}

ol.list01 {
  border: solid 2px #000000;
  border-radius: 15px;
}

ol.list01 li {
  margin: 5px;
  padding: 5px;
  line-height: 1.5;
}

.list02 {
  border: solid 1px #000000;
  border-radius: 15px;
  margin: 5px;
  padding: 5px;
}

.list02 p {
  margin: 5px;
  padding: 5px;
}  


.bl-box03 {
 padding: 0.5em;
 margin-right: 5px;
 background-color: #fffaf0; /* 背景色 */
 box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
/* box-shadow: 0 0 3px 1px #ccc;*/ /* 影 */
 border-radius: 10px; /*角の丸み*/
 /*text-align: justify;*/
}

.bl-box04 {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.3em 0.3em 0.3em 0.5em;
  margin-right: 5px;
  /*text-align: justify;*/
}

.bl-box05 {
 margin: 5px;
 padding: 5px;
 width: 300px;
 border: solid 1px #000000;
 border-radius: 15px; /*角の丸み*/
}
  
.bl-box06 {
    /*width: 100%;*/
    margin:auto;
    padding: 10px;
    background: #eef7dc;
    border-radius: 10px;
 }

.bl-box06 .box-title {
    font-size: 1.2rem;
    background: #005588;
    margin:auto;
    padding: 10px 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px;
    position: relative;
    top:10px;

 }


.nanagou {
  font-size: 20px;
  font-weight:bold;
  display: inline-block;
  margin: 0px 5px 0px 10px;
  /*margin: 10px;*/
  padding: 0px 5px 5px 10px;
  /*padding: 10px;*/  
  border-bottom: dotted 2px #696969;
  width: 210px;
}

.bl_gw {
  font-size: 17px;
  width: 95%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin: 0 auto;
}


.star-rating {
  position: relative;
  display:inline-block;
  font-size: 20px;
}
.star-rating .star-rating-item{
  position:absolute;
  overflow: hidden;
}
.star-rating .star-rating-item:before{
  content:"★★★★★";
  color: #ffcc33;
}
.star-rating:after {
  content:"★★★★★";
  color: #ccc;
}

.star-rating2 {
  position: relative;
  display:inline-block;
  font-size: 20px;
}
.star-rating2 .star-rating-item{
  position:absolute;
  overflow: hidden;
}
.star-rating2 .star-rating-item:before{
  content:"★★★★";
  color: #ffcc33;
}
.star-rating2:after {
  content:"★★★★";
  color: #ccc;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

blockquote {
    position: relative;
    padding: 10px 15px;
    /*box-sizing: border-box;*/
    font-style: normal;
    color: #464646;
    border: solid 3px #72ccf4;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 0 0 30px;
    content: "\f10d";
    font-family: FontAwesome;
    background: #72ccf4;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #616161;
    font-size: 1.0em;
}

.frame_set{
  /*background: #f5f2ed;*/
  padding: 10px;
  text-align: left;
  border: 1px solid #915da3;
  line-height: 1.7;
  margin: 0 5px;
}

.frame_set .title1 {
  width: 100%;
  font-size: 120%;
  margin: -10px -10px 10px -10px;
  padding: 10px;
  color: #fff;
  background: #915da3;
}

.frame_set p{
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.frame_set cite{
    display: block;
    text-align: right;
    color: #616161;
    font-size: 1.0em;
}  

.card {
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.14),
	0px 2px 1px rgba(0,0,0,.12),
		0px 1px 3px rgba(0,0,0,.20);
	border-radius: 4px;
  margin:5px;
}

.card__img-wrapper {
	position: relative;
	padding-top: 50.25%; 
	overflow: hidden; 
}

.card__img {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.card__body {
	padding: 0px 16px 16px 16px;
}

.card__body > *:last-child {
	margin-bottom: 0;
	}

.card__title {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.card__excerpt {
	color: #575757;
    /*font-size: 1.0em*/
	font-size: 14px;
    line-height: 150%;
}

.card__link {
	text-align: right;
	color: #616161;
  font-size: 14px;
  line-height: 150%;
}

/*カードグループCSS*/

/*１カラム*/
.card-group1{
  margin-left: auto;
  margin-right: auto;
  
  max-width: 640px;
  width: 90%;
  height: auto;
  
   /* 注目 */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card1{
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

.card1__imgframe{
  width: 100%;
  height: auto;
  /*padding-top: 56.25%;*/
  /*background: #000;*/
  box-sizing: border-box;
}

.card1__textbox{
  width: 100%;
  height: auto;
  padding: 10px 18px;
  background: #fff;
  box-sizing: border-box;
}

.card1__textbox > * + *{
  margin-top: 10px;
}

.card1__titletext{
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
  margin-bottom:10px;
}

.card1__overviewtext{
  font-size: 14px;
  line-height: 150%;
}

.card1__link {
	text-align: right;
	color: #616161;
  font-size: 14px;
  line-height: 150%;
}

/*２カラム*/
.card-group2{
  margin-left: auto;
  margin-right: auto;
  
  max-width: 640px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-group2 > :nth-child(2n){
  margin-left: 15px;
}  

.card-group2 > :nth-child(n+3){
  margin-top: 15px;
}  

.card2{
   width: calc((100% - 15px * 1) / 2);  
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

.card2__imgframe{
  width: 100%;
  height: auto;
  /*padding-top: 56.25%;*/
  /*background: #000;*/
  box-sizing: border-box;
}

.card2__textbox{
  width: 100%;
  height: auto;
  padding: 10px 18px;
  background: #fff;
  box-sizing: border-box;
}

.card2__textbox > * + *{
  margin-top: 10px;
}

.card2__titletext{
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
  margin-bottom:5px;
}

.card2__overviewtext{
  font-size: 12px;
  line-height: 150%;
}

.card-group3{
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 90%;
  height: auto;
  /* 注目 */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* 注目 */
.card-group3 > :nth-child(2n){
  margin-left: 20px;
}  
/* 注目 */
.card-group3 > :nth-child(n+3){
  margin-top: 20px;
}  

.card3{
   /* 注目 */
  width: calc((100% - 20px * 1) / 2);  
    height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

.card3__imgframe{
  width: 100%;
  height: auto;
  /*padding-top: 56.25%;*/
  /*background: #000;*/
  box-sizing: border-box;
}

.card3__textbox{
  width: 100%;
  height: auto;
  padding: 10px 10px;
  background: #fff;
  box-sizing: border-box;
}

.card3__textbox > * + *{
  margin-top: 10px;
}

.card3__titletext{
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
  margin-bottom:10px;
}

.card3__overviewtext{
  font-size: 12px;
  line-height: 150%;
}
.card3__link {
	text-align: right;
	color: #616161;
  font-size: 12px;
  line-height: 150%;
}

/*Pickupセクション*/

.card-container{
  margin-left: auto;
  margin-right: auto;
    max-width: 400px;
    width: 90%;
    /*box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);*/
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  border-radius: 8px;
  /*background: #dcdcdc;*/
}

.card_midashi {
     position: relative;
     top:10px;
     margin:0 auto;
     color: white;
     padding:0.5em 0.5em 0.5em 1.4em;
     background-color: #9fc24d;
     /*border-radius: 5px;*/
     width:85%;
     font-weight: bold;
}
 
.card_midashi::after {
     position: absolute;
     top: 50%;
     left:0.6em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:20px;
     background-color:white;
}

.card-container img{
  float: left;
  width:45%;
  max-width:500px;
  height:auto;
  /*max-height:100px;*/
  padding: 20px;
  box-sizing: border-box;
  /*margin:5px;*/
}

.card-container a{
    text-decoration: none;
    /*color: #cddc39;*/
}

.card-container p{
    font-size: 13px;
    padding:20px 20px 10px 20px;
    /*padding-bottom:0px;*/
    line-height: 150%;
 }

.pickup_btn_section {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom:15px;
}
a.pickup_btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9fc24d;
  border: 1px solid #9fc24d;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 6% 0 12%;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.pickup_btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

.top_image1{
	max-width: 640px;
	width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

.top_image2{
	max-width: 640px;
	width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
	overflow: hidden;
	/*border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,.2)*/
}

.sf_midashi1{
  max-width: 640px;
  width: 90%;
  margin:0 auto;
  line-height: 110%;
}

.sf_midashi1 h2{
  border-left:12px solid #88aa00ff;  
  padding:.4em .5em  
}




ul.item_category_sf{
  padding: 0 20px;
	/*padding: 10px;*/
  font: 14px/1.6 'arial narrow', sans-serif;
  width:90%;
  max-width:640px;
  list-style: none;
  margin:0 auto;

}
ul.item_category_sf li{
  position: relative;
  padding: 7px 5px 7px 35px;
  margin-bottom:5px;
  /*background: #32cd32;*/
  border: 1px solid #696969; /*線の太さ・色*/
  font-family: YuGothic,'Yu Gothic',sans-serif;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  border-radius: 8px;
}

ul.item_category_sf a{
  text-decoration: none;
  color: #333333;
}

ul.item_category_sf li:before{
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #32cd32;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_sf1 {
  padding: 0.3rem 0.5rem;
  /*border-left: 10px solid #000;*/
  background: #88aa00ff;
  max-width:640px;
  width:95%;
  margin:0 auto;
  color:#FFF;
  font-size:13px;
}

.news_sf1 a {
  color: inherit;
  text-decoration: none;
}

.news_sf1 a:visited {
  color: inherit;
  text-decoration: none;
}

.news_sf2 {
  padding: 0.3rem 0.5rem;
  /*border-left: 10px solid #000;*/
  background: #ea553a;
  max-width:640px;
  width:95%;
  margin:0 auto;
  color:#FFF;
  font-size:13px;
}

.top_information:hover{
    color:#FFF;
}

.top_information:visited{
    color:#FFF;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  text-align: center
}
.tbl_calendar th, .tbl_calendar td {
  padding: 10px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.pagedetail_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #3aa120;
	background: #3aa120;
	color: #fff;
	border-radius: 10px;
	transition: 0.5s;
}


.heading-017 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: .5em .7em;
    overflow: hidden;
    border: 2px solid #325A8C;
    border-radius: 5px;
    color: #333333;
    width:90%;
    font-size: 18px;
  margin-bottom:10px;
}

.heading-017:before {
    position: absolute;
    top: -50%;
    left: -30px;
    z-index: -1;
    transform: rotate(25deg);
    width: 75px;
    height: 200%;
    background-color: #325A8C;
    content: '';
}

.heading-017 span {
    margin-right: 1.7em;
    color: #fff;
     font-size: 18px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.interview_midashi1{
  font-size:22px;
  padding-left:10px;
  color: #333333;
  border-bottom: 2px solid #333333;
  width:95%;
  margin:auto;
 }

ol.interview_flame {
   padding: 1em 1.5em;
    margin: 1em 0;
    background: linear-gradient(to bottom, #ffffff, #eeeeee);/*背景色*/
    background: -webkit-linear-gradient(top, #fffff, #eeeeee);/*背景色*/
    border: 1px solid #eeeeee;/*枠線*/
    border-top: 5px solid #00008b;/*上の線*/
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  width:90%;
}

li.interview_text {
  font-size: 18px;
  margin-left: 8px;
}

ul.present01 {
  border: 2px solid #333333;/*枠線*/
  padding: 0.5em 1.5em;
  margin: 1em 0;
  max-width:90%;
  border-radius: 5px;
}

li.present01_text {
  font-size: 18px;
  margin-left: 10px;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 95%;
	margin: auto;
	margin-top:40px;
}

.sencho_contents_box{
  display: block;
  max-width: 80%;
  border: 1px solid #cdcdcd;
  padding: 25px;
  margin: auto; 
}

.sencho_contents_box h2{
  border-bottom: double 5px #364e96;
  /*font-size:x-large;*/
  padding: 0 0.5em;
}

.sencho_contents_box2{
  display: block;
  max-width: 85%;
  border: 1px solid #cdcdcd;
  padding: 15px;
  margin: auto; 
}

.sencho_contents_box2 h2{
  border-bottom: double 5px #364e96;
  /*font-size:large;*/
  font-size:18px;
  padding: 0 0.5em;
}

.sencho_contents_box2 h3{
  border-bottom: double 5px #364e96;
  padding: 0 0.5em;
  margin-bottom:20px;
}

.sencho_contents_box2 li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.sencho_contents_box2 p{
  border-bottom: double 5px #364e96;
  font-size:large;
  padding: 0 0.5em;
}

.midashi7gou{
  border-bottom: double 5px #364e96;
  font-size:x-large;
  padding: 0 0.5em;
  max-width:90%;
  margin:10px;
}

.content_main2{
  max-width:95%;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper {
    display: flex;
    flex-wrap: wrap;
    /*gap: 1rem;*/
    gap:20px;
    padding: 10px;
    /*padding: 1.0rem;*/
    justify-content: space-between;
}

.content_card {
    /*display: flex;
    flex-direction: column;*/
    flex-basis: 46%;
    /*padding: 1rem;*/
    padding: 10px;
    word-wrap: break-word;
    background-color: #fff;
    box-sizing: border-box;
    /*border-radius: 0.25rem;*/
    border: 1px solid #cdcdcd;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    /*width: calc((1000px - 10px * 1) / 3);*/ 
}

.content_card-box {
    padding: 5px 10px;
    /*padding: 0.5rem 0;*/
}

.content_card-image {
    width: 100%;
    object-fit: contain;
}

.contet_card-title {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    font-weight: bold;
}

.contet_card-description {
    line-height: 1.2  ;
    /*text-align:center;*/
}

.content_card:hover {
    box-shadow: 0 10px 20px #999;
}

.content_wrapper:after{
    content: "";
    display: block;
    flex-basis: 31%;
}

.writer{
  max-width: 95%;
  text-align:right;
  font-size:16px;
  font-weight:  bold;
}

.p-product-body__share-buttons2 {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.p-product-body__share-buttons2 li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}