@charset "UTF-8";
body {width:900px; margin:0 auto; 
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
      @media (max-width: 1020px) and (min-width: 768px) { body {width:98%;margin:0 1%;} }
      @media (max-width: 767px) { body{width:auto;} }
    p{margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; 
/*font: 16.0px 'Hiragino Sans';*/
	line-height:2;}
/*    li.li1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 16.0px 'Hiragino Sans'}*/
span.s1 {font-kerning: none; color: #18083d; background-color: #ffff88}
    span.s2 {color: #000000}
    span.s3 {font-kerning: none; background-color: #ffffff}
    span.Apple-tab-span {white-space:pre}
    ol.ol1 {list-style-type: decimal}
    span.y {background:linear-gradient(transparent 60%, yellow 50%);}
    span.b {background:linear-gradient(transparent 60%, skyblue 50%);}
    span.r {background:linear-gradient(transparent 60%, pink 50%);}
    span.p {background:linear-gradient(transparent 60%, pink 50%);}
    span.g {background:linear-gradient(transparent 60%, lightgreen 50%);}
/*    span.y {background-color:rgba(255,255,96,.5);}
    span.r {background-color:rgba(255,102,204,.5);}
    span.b {background-color:rgba(102,204,255, .5);}
    span.g {background-color:rgba(102,255,102,.5);}
	span.yy{font: 16.0px 'Hiragino Sans'; color:yellow;}*/

h1 {
  position: relative;
  color: #158b2b;
  font-size: 28px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2 {
/*	font: 24.0px 'Hiragino Sans';*/
  font-size: 24px;
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
h2:before{
	transform: translate(10px);
	content: attr(data-num);
	display: inline-block;
	background-color: #00f;
	color: #fff;
	text-align: center;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.8rem;
	margin-right: 2.2rem;
	border-radius: 50%;
	flex-shrink: 0;
}
h2>span{
	font: 16.0px 'Hiragino Sans';
}

h3 {
  font-size: 20px;
/*font: 20.0px 'Hiragino Sans';*/
border-left: 10px solid #ff0000;
border-bottom: 1px solid #000;
padding: 5px 20px;
}

h4 {
	font: 20.0px 'Hiragino Sans';
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}

h4:before, h3:after {
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #eb6100;
}

h4:before {
  left: 0;
  content: '\f101';
}

h4:after {
  right: 0;
  content: '\f100';
}

img{max-width:600px; max-height:600px; }

.button {
 background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  width: 65px;
  height: 30px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  background-image: ;
}
.button_gray {
 background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #6b6b6b;
  font-size: 14px;
  border-radius: 40px;
  width: 65px;
  height: 30px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  background-image: ;
}
.button:hover {
  transform: translate(2px,2px);
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}