/* 見出し */
h3#midasi3c{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-top: 3px double #C29FAB;
    border-bottom: 3px double #C29FAB;
    font-size: 1.143em;
    font-weight: bold;
}

h4#midasi4c{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em 0 0.8em 2.5em;
    border: 1px solid #c29fab;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
 
h4#midasi4c:before {
    content: "";
    position: absolute;
    background: #c29fab;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #c29fab inset;
    -moz-box-shadow: 1px 1px 1px #c29fab inset;
    -webkit-box-shadow: 1px 1px 1px #c29fab inset;
    -o-box-shadow: 1px 1px 1px #c29fab inset;
    -ms-box-shadow: 1px 1px 1px #c29fab inset;
}

h5#midasi5c{
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #c29fab;
  font-weight: bold;
}
h5#midasi5c::before,
h5#midasi5c::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h5#midasi5c::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(232,183,222,0.5);
}
h5#midasi5c::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(232,183,222,0.3);
}

.head_test {
	  margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  30px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-bottom: solid 4px rgba(76, 175, 80, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
p {
    margin:  0;         /* デフォルトCSS打ち消し */
    line-height: 2;     /* 行間調整 */
}

/* シンプル 枠（影）1 */
.kakomi-box3 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 border: 1px solid #e8b7de; /* 枠線 */
 background-color: #fff; /* 背景色 */
 border-radius: 8px; /*角の丸み*/ 
 box-shadow: 1px 1px 2px #ccc;
}

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 1.5rem .5rem;
  background-color: #e22939;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_02_a:hover {
  background: #000000;
}
a.btn_02_a span {
  position: relative;
  padding-left: 36px;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
a.btn_02_a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #e22939;
  border-right: 3px solid #e22939;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

/* リンクボタン */
.button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #D86F7C;
  border: 2px solid #D86F7C;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.button:hover {
  background-color: #fff;
  color: #333;
}
.post-contents .button01:hover::after {
  border-left-color: #333;
}

/*　講座フォーム */
a.bt-samp32{
  display: block;
  text-decoration: none;
  height:35px;
  width: 150px;
  line-height: 37px;
  text-align: center;
  color: #917e7c; /*　文字色 */
  border:solid 1px #d9bdbb;　/*　ボーダー */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp32:hover{
  background: #917e7c;　/*　オンマウス */
  color: #fff;
}

/*　セッションご予約フォーム */
a.bt-samp33{
  display: block;
  text-decoration: none;
  height:35px;
  width: 150px;
  line-height: 37px;
  text-align: center;
  color: #ca7e86;
  border:solid 1px #71383e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp33:hover{
  background: #ca7e86;
  color: #fff;
}

/*　学びたい方（角丸） */
a.bt-samp34{
  display: block;
  text-decoration: none;
  height:35px;
  width: 180px;
  line-height: 37px;
  text-align: center;
  color: #a60101;
  border:solid 1px #a65401;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp34:hover{
  background: #a60101;
  color: #fff;
}

/*　角丸講座 */
a.bt-samp36{
  display: block;
  text-decoration: none;
  height:35px;
  width: 150px;
  line-height: 37px;
  text-align: center;
  background: #a99391;
  color: #fff;
  border:solid 1px #a99391;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp36:hover{
  background: #fff;
  color:#a99391;
}

/*　角丸講座（白） */
a.bt-samp37{
  display: block;
  text-decoration: none;
  height:35px;
  width: 150px;
  line-height: 37px;
  text-align: center;
  color: #a99391;
  border:solid 1px #a99391;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp37:hover{
  background: #a99391;
  color: #fff;
}

/* マーカー線・緑 */
.marker10{
background:linear-gradient(transparent 75%, #b2ffb2 75%);
font-weight:bold; 
}

/* マーカー線・紫 */
.marker24{
background:linear-gradient(transparent 75%, #eed9ff 75%);
font-weight:bold; 
}

/* マーカー線・オレンジ */
.marker19{
background:linear-gradient(transparent 75%, #ffe0c1 75%);
font-weight:bold; 
}

/*マーカー*/
.pinkline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}
.yellowline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;}
.blueline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;}

/* 見出し付きBOX */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #eed9ff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #CB8CFF;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* 見出し付きBOX付箋風 */
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

/* BOXめくれたテープ風 */
.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

/* 講座テーブル */
table {
 width: 100%;
 margin: 10px auto;
}
.tbl-r02 th {
  background: #F0DCCE;
  border: solid 1px #CCBBAF;
  color: #000;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #CCBBAF;
  padding: 10px;
}
 
@media screen and (max-width: 480px) {
  .last td:last-child {
    border-bottom: solid 1px #CCBBAF;
    width: 90%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 90%;
  }
}

.toc_depth_2, .toc_depth_3, .toc_depth_4, .toc_depth_5 {display:none;}

@media only screen and (max-width: 480px) {
#index_content2 .headline {
    font-size: 15px !important;
}
} 


/* 番号リスト */
.list207 ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.list207 ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
}
.list207 ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ee8992;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
/* 番号リスト2 */
.list209 ol{
  padding: 0;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.list209 ol li{
  position:relative;
  padding:0 0 0 50px; 
  background: #fef9fb;
  border: 2px solid #e6e6fa;
  border-radius: 2px;
  margin: 0 0 5px -15px;
}
.list209 ol li:after{
  content: counter(number);
  counter-increment: number;
  position: absolute;	
  left: 0px;
  top: 0px;
  background: #e6e6fa;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
.list209 ol li:before{
  content:''; 
  display:block; 
  position:absolute; 
  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
  top: 6px;
  left: 30px;
  height:0; 
  width:0; 
  border-top: 10px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #e6e6fa;
}

/* リスト丸矢印 */
.list206 ul {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}
.list206 ul li {
  position:relative;
  padding: 0.3em 0 0.3em 1.4em;
  line-height: 1.5;
}
.list206 ul li::after,
.list206 ul li::before {
  content: '';
  position: absolute;
}
.list206 ul li::after {
  left: -0.2em;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #ee8992;
  border-radius: 50%;
}
.list206 ul li::before {
  z-index: 2;
  left: 3px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #E3D0C3; }
 
