a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}

h1 {
  position: relative;
  text-align: center;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h2 {
  position: relative;
  padding-left: 25px;
}

h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

h3 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h3: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%);
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
  	font-size: 1.5em;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.end {
  color: #010079;
  font-size: 1.5em;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  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);
}

.TopChara {
  position: relative;
  }
  
.TopChara h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
  /*文字の装飾*/
  	font-size: 2.8em;
  	color: #ffffff;
	text-shadow: 5px 2px 3px #000000;
	}

.TopChara img {
  width: 100%;
  }


.col2-menu {
  display: flex;
}

.col2-menu li {
  width: calc(100% / 2);
}

ul,
li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

li {
  background: #ffffff;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #f0f0f0;
}

.foot {
  display: flex;
}

.foot li {
  width: calc(100% / 2);
}

ul,
li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

li {
  background: #ffffff;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #ffffff;
}


p { font-size : 20px ; }

@media screen and (max-width: 480px) {
p { font-size : 15px ; }
}

img { width : 480px ; }

@media screen and (max-width: 480px) {
img { width : 180px ; }
}

.center{
  text-align: center;
  /* border: 1px dashed #999;  わかりやすくボーターを付けておきます */
}
