@charset "UTF-8";

.ol_style {
 counter-reset: li;
 list-style: none;
 padding-left: 0;
}

.ol_style > li {
 line-height:1.5em;
 font-size: 14px;
 position: relative;
 margin-top: 1.5em;
 margin-bottom: 0.5em;
 padding-left: 2.5em;
}
.ol_style > li:before {
 content: counter(li) "";
 counter-increment: li;
 position: absolute;
 left: 0;
 width: 1.8em;
 height: 1.4em;
 background: #3498DB;
 border-radius: 50px;
 color: #fff;
 line-height: 1.4;
 text-align: center;
}


.divCount{
  display: block;
  position: relative;
  width: 400px;
  margin: 30px;
  padding: 20px 30px 10px 30px;
  border-radius: 5px;
  background: #cadbad;
  counter-increment: divCount;
  cursor: pointer
}
.divCount:nth-of-type(odd){
  margin: 30px 30px 30px 50px;
}
.divCount:nth-of-type(even){
  margin: 30px 50px 30px 30px;
}
.divCount:hover{
  background: #b4cb8a;
}
.divCount:hover a{
  color: #b50;
}
.divCount:before{
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 10px 5px;
  border-radius: 50%;
  background: #707332;
  color: #edeed8;
  font: normal 30px/1 'Luckiest Guy', cursive;
  text-align: center;
  content: counter(divCount);
}
.divCount:nth-of-type(odd):before{
  left: -20px;
}
.divCount:hover:before{
  background: #4d4f23;
  color: #dddfb4;
}



.li {
     line-height:2.2;
     font-size:13px;
     left: 3em;
     position: relative;
 }
.li::after,
.li::before {
    display: block;
    content: '';
    position: absolute;
}
.li::after {
    top: .64em;
    left: -1.5em;
    width: 10px;
    height: 10px;
    background-color: #3498db;
    border-radius: 100%;
}

.li2 {
    line-height:2.2;
    font-size:13px;
    left: 3em;
    position: relative;
}
.li2::after,
.li2::before {
    display: block;
    content: '';
    position: absolute;
}
.li2::after {
    top: .64em;
    left: -1.5em;
    width: 10px;
    height: 10px;
    background-color: #3498db;
    border-radius: 100%;
}

.heading {
  width:920px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: normal;
  border-bottom: 2px solid #ccc;
  clear: both;
}

.heading2 {
  width:920px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  clear: both;
}

.heading3 {
  width:920px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: normal;
}

.freetext {
  width:920px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}

.freetext_large {
  margin-left:1em;
  font-size: 15px;
}

.freetext_tab {
  margin-left:3em;
}

.subfreetext {
  margin: 0px 0px;
  line-height: 1.7;
  font-size: 12px;
}

.shadow01{
    /*影を入れる*/
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
}

img.example1 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right:auto;
  margin-left:auto;
  width: 920px;
  -ms-interpolation-mode: bicubic;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  padding: 2px;
  background: white;
  }

.example2 {
  margin-right:auto;
  margin-left:2em;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  -ms-interpolation-mode: bicubic;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  padding: 2px;
  background: white;
  }

.example3 {
  margin-right:auto;
  margin-left:1em;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 700px;
  -ms-interpolation-mode: bicubic;
  }

.example4 {
    margin-right:auto;
    margin-left:3em;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 800px;
    -ms-interpolation-mode: bicubic;
}

.example3left {float: left;
  margin-right:auto;
  margin-left:1em;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 400px;
  -ms-interpolation-mode: bicubic;
  }

.appIconBig{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.frame {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
table,td,th {
    margin-top: 30px;
    margin-bottom:30px;
    margin-left:10px;
    margin-right:20px;
    border:1px solid black;
    text-align: center;
    vertical-align: middle;
}
.aaa {
    margin-top: 20px;
    margin-bottom:10px;
    margin-left:30px;
    border:0px;
    text-align: left;
    vertical-align: middle;
}

