﻿@charset "utf-8";

.inner{
	padding-left: 1em;
}


h2{
	color:#00659B;
}
h2 small{
    display: inline-block;
    background-color: #00659B;
    color: #FFF;
    font-weight: normal;
    font-size: 60%;
    padding: 0.1em 0.3em 0.1em 0.1em;
    border-radius: 0.5em;
    margin-bottom: 0.1em;
}

h2+p{
	margin-top: 1em;
}


h3{
	background:#EFEFEF;
	padding:5px 1em;
	font-size:95%;
}

#close{
	margin: 1em 0;
	background-color:cornsilk;
	font-weight: bold;
	padding: 1em;
	text-align: center;
}



ol{
	margin:0 0 1em 2.8em;
	list-style-type:decimal;
}
ol li{
	list-style-type:decimal;
}

ul li{
	padding-left: 1em;
	text-indent: -1em;
}

.imp_red{
	color: red;
}

.big{
	font-size: 130%;
}

.green{
    color:#00C045;
}

/*box01*/
#box01{
	margin-top: 1em;
	background-color: cornsilk;
	padding:1em;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.8em;
}

.waku01{
    background-color:lightgoldenrodyellow;
    padding: 1em;
	text-align: center;
}



/****/
.btn{
	margin: 1em 0 0.5em;
}
.btn a{
	background-color:darkorange;
	border-radius:0.5em;
	padding:0.5em 2em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.btn a:hover{
	background-color:#ffd802;
}


/*btn_type02*/
.btn_type02{
  margin: 1em 0;
}
.btn_type02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 10em;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background-color:#019934;
  border-radius: 10em;
  text-decoration: none;
  text-align: center;
}
/*
.btn_type02 a img{
  height: 1.3em;
  vertical-align: middle;
  padding-bottom: 0.2em;
}
*/
.btn_type02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
.btn_type02 a:hover {
  text-decoration: none;
  background-color:#05D54B;
}


