﻿.ribbon {
    position: relative;
    color: #ffffff ;
    background: -moz-linear-gradient(65deg, #F13F79, #FFC778);
    background: -webkit-linear-gradient(65deg, #F13F79, #ff789d);
    background: linear-gradient(25deg, #f13660, #fcf7f8);
    font-size: 19pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #ccc ;
    border-top:3px solid #ffe0e0;
    font-weight: bold;
}
.ribbon:after, .ribbon:before {
    content: &amp;quot;&amp;quot;;
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #bb2925;
}
.ribbon:after {
    left: 0;
    border-right: 5px solid #bb2925;
}
.ribbon:before {
    right: 0;
    border-left: 5px solid #bb2925;
}

.note {
  position: relative;
  background-color: #eee;
  padding: 1em;
    margin:20px;
}
.note h5 {
  position: absolute;
  top: -1em;
  background-color: rgba(100,100,100,0.4);
  padding: 0.6em 1em;
  color: black;
  transform: rotate(-4deg);
font-size: 13px;
}

.note2 {
  position: relative;
  background-color: #eee;
  padding: 1em;
}
.note2 h5 {
  position: absolute;
  top: -1em;
  background-color: rgba(183,42,73);
  padding: 0.25em 2em;
  color: #fff;
  transform: rotate(-4deg);
}

.note2 p {
  color: black;}

.box {
  margin: 15px 10px;
  float: left;
  width: 90%;
  background: #fff ;

}
.box img {
  max-width: 40%;
  float: left;
}
.box p {
  margin: 0;
  padding: 10px;
}
.right {
  width: 60%;
  float: left;
}


/* 123 List*/
ol {
  color: #000;
  list-style-type: none;
}

ol li {
  position: relative;
  margin-bottom: 20px;
}

/*li p {
  font: 12px/1.5 Helvetica, sans-serif;
  padding-left: 60px;
  color: #555;
}*/

span {
  position: absolute;
}

/* 構造に関する記述 */
.list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list-box {
  display: table-cell;
  padding: 5px;
  vertical-align: up;
}
.list-img {
  max-height: 70px;
  overflow: hidden;
  text-align: center;
}
.list-img img {
  width: 100px;
}

/* 中身のデザインに関する記述 */
.list-cat {
  background-color: #3ae;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
}
.list-date {
  color: #aaa;
  font-size: 10px;
  margin-left: 10px;
}
.list-text h2 {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 10px;
}

ol.custom-counter li {
  color: #696969;
  position: relative;
    font: bold 18px/1.5 Helvetica, Verdana, sans-serif;
    margin-left: 30px;
    !important;
}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    !important;
}

.custom-counter li {
    counter-increment: step-counter;
    !important;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    !important;
}


.frame {
  vertical-align: top;
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

img.top { vertical-align: top; }
.shadow04{
    position:relative;
}

.shadow02:after{
     z-index: -1;
     position: absolute;
     content:'';
     bottom: 10px;
     left: 10px;
     width: 70%;
     top: 80%;
     max-width:432px;
     background: #8d8c8c;
     /*影を入れる*/
     -webkit-box-shadow: 0 15px 10px #8d8c8c;
     -moz-box-shadow: 0 15px 10px #8d8c8c;
     box-shadow: 0 15px 10px #8d8c8c;
     /*回転させる*/
     -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
     -o-transform: rotate(-5deg);
     -ms-transform: rotate(-5deg);
     transform: rotate(-5deg);
}

div#link{border:1px solid #e9cad1;margin-bottom:15px;padding:1px 1px 10px 1px;position:relative;}

/* linkList01
------------------------------------------ */
ul.linkList01 {
  padding: 0 10px;
  margin: 0 0 20px;
  width: 100%
  padding-top:50px;
}
ul.linkList01 li{
  width: 100% !important;
}
ul.linkList01 li {
  margin: 0 0 10px;
  overflow: hidden;
  *zoom: 1;
}
ul.linkList01 li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #002266;
  height: 61px;
  padding: 10px 10px 10px 198px;
  background-image: url(../img/menubar_bg.jpg);
  border-bottom: 1px dotted #333333;
  padding-bottom: 15px;
}
ul.linkList01 li a:hover {
  text-decoration: none;
  background: #d8d8d8;
}
ul.linkList01 li a:hover .txt {
  text-decoration: underline;
}
ul.linkList01 li a span {
  float: left;
}
ul.linkList01 li a span.label {
  background: #003;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 4px 10px;
  margin: 0 10px 5px 0;
}

ul.linkList01 li a span.txt {
  display: block;
  clear: both;
  float: none;
  width: 512px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  position:relative !important;

}
ul.linkList01 li a span.img {
  clear: both;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
}


/* linkList01 ends
------------------------------------------ */

.title03 {
  margin-top: 10px;
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding: 0 0 10px 5px;
  margin-left: 5px;
}

.title03 .title03In {
  height: 24px;
  line-height: 24px !important;;
  padding: 0 0 0 10px;
  border-left: 8px solid #c04060;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.txtz {
  line-height : 1.75 ;
  margin-bottom : 3em ;
  margin: 20px 33px !important;
  font-size: 17px;
}

.imgmargin {
  margin: 22px !important;
}

.bars {
  border-left: 5px solid #FF6699;
  border-bottom: 1px solid #FF6699;
  padding-left: 20px; font-weight:
  bold;font-size: 19px;
   }

body{
      font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
   }

.centerarea {
  display: block;
  margin: 0 auto;
  margin-top:25px;
  margin-left: auto;/*これでもOK*/
  margin-right: auto;/*これでもOK*/
  margin-bottom: 40px;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
    bottom: 40px;
    color: #fff;
    background: rgba(0,0,0,0.39);
    width: 100%;
    padding: 1em 0;
    font-weight: bold;
}
.absolute p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 200%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.yellowbox {
    background-color: #fffdef!important;
    padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.redmarker {
    /* background: -webkit-linear-gradient( transparent 80%, #ffcedb 0% ); */
    background: linear-gradient( transparent 80%, #ffcedb 0% );
}