img {max-width:100%; height:auto; width:auto;}

h1 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h1:before {
  left: 7px;
}
h1:after {
  right: 7px;
}

h2 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

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

h3 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}

h4 {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
}

ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

/**************************
テーブル
**************************/ 

table {
  width:100%;
  font-size:14px;
  vertical-align:middle;
  border-collapse:collapse;


}

table td {
  vertical-align:middle;
  border:1px solid #CCCCCC;
  background-color:#FFF;
  padding-top:2px;
  padding-right:0px;
  padding-bottom:2px;
  padding-left:5px;
}

table th {
  background-color:#FCFCFC;
  padding:0x;
  vertical-align:middle;
  border:1px solid #CCCCCC;
  text-align:center;
}

.banner { clear:both;
  width:250px;
  margin-right:auto;
  margin-bottom:auto;
  margin-left:auto;
}

.point {
  float:left;
  border:2px solid #e7000c;
  font-size:14px;
  padding:2%;
  width:95%;
  margin-bottom:10px;
}

.point li {
  display:block;
  background:url('img/checkbox.gif')
  left top no-repeat;
  padding:0px 0px 8px 18px;
}

.hosoku	   {font-size:10px; margin:0px 0px 0px 2px;}
.hosoku_txt{font-size:12px; margin:0px 0px 5px 0px;}



/**************************
strong
**************************/ 
.carol {
    border-bottom: 2px solid #ff3333;
}
.amema {
    border-bottom: 2px solid #ff3333;
    font-size: 120%;
}
 /**** 丸角リンクユニット風リンク集  ****/
.link_unit {
    border-color: #06c;
    background-color: #ffffff;
    border: none;
}
.link_unit ul li:before {
    content: none;
}
.link_unit ul {
    flex-wrap: wrap;
    padding: 0;
}
.link_unit ul li {
    line-height: 1.5;
    list-style-type: none!important;
    text-align: center;
    padding:0;
    margin: 0;
}	
.link_unit ul li a{
    text-decoration: none;
    font-size: .8em;
    color: #0405d4;
    background: #fff;
    border: 1px solid #0405d4;
    border-radius: 2em;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    padding: .5em 0;
    margin: .2em 0;
    width: 100%;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    transition-duration: 300ms;
}

.link_unit ul li a:hover {
color:#fff;
background: #0405d4;
}


@media screen and (min-width: 487px){
.link_unit ul {
display: flex;
}
.link_unit ul li {
	 width: 47%;
	 margin: .2em .4em;
}
.link_unit ul li a{
padding: .2em 0;
margin: 0;
}
}