.btn-border {
  display: inline-block !important;
  max-width: 250px !important;
  text-align: center !important;
  border: 2px solid #9ec34b !important;
  font-size: 18px !important;
  color: #9ec34b !important;
  text-decoration: none !important;
  font-weight: bold !important;
  margin-top:40px !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  transition: .4s !important;
}

.btn-border:hover {
  background-color: #9ec34b !important;
  border-color: #cbe585 !important;
  color: #FFF !important;
}
.nattou_dan {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 10px 40px;
    line-height: 1.6em;
}

.nattou_red{
    color: #FF3366;
}
.nattou_blue{
    color: #3366CC;
}
.nattou_brown{
    color: #CC6633;
}

.nattou_dan2{
    font-size: 120%;
    margin-bottom: 20px;
}
.nattou_dan2 b{
    font-size: 150%;
    background-color: yellow;
    color: #000;
    padding: 10px;
}

.nattou_01{
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #009999;
    position:relative;
height: 250px;
}

.nattou_01 img{
    float: left;
}
.nattou_01 p{
    margin: 20px 0 0 280px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_02{
    padding: 0.5em 1em;
    margin: 2em 0 7em 0;
    border: double 5px #9933CC;
    position:relative;
height: 250px;
}
.nattou_02 img{
    float: left;
}
.nattou_02 p{
    margin: 20px 0 0 280px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}

.nattou_03{
    padding: 0.5em 1em;
    margin: 2em 0 7em 0;
    border: double 5px #FF3333;
    position:relative;
height: 250px;
}

.nattou_03 img{
    float: left;
}
.nattou_03 p{
    margin: 20px 0 0 280px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_04{
    padding: 0.5em 1em;
    margin: 2em 0 4em 0;
    border: solid 10px #009999;
    position:relative;
height: 250px;
}
.nattou_04 img{
    float: left;
}
.nattou_04 p{
    margin: 20px 0 0 280px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}

.nattou_p01{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 120%!important;
}

.nattou_dan3{
    font-size: 140%;
    margin-bottom: 20px;
}
.nattou_dan3 span{
    font-size: 140%;
    font-weight: bold;
    color: #FF3366;
}
.nattou_05 {
    font-size: 150%;
    position: relative;
    margin: 50px 0 0;
    padding: 25px;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.nattou_05 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 150%;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.nattou_05 p {
    margin: 0; 
    padding: 0;
}
.nattou_05 b {
    display: block; 
    font-size: 140%;
}
.nattou_05 img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.br_nattousp{
display:none;
}
@media only screen and (max-width:640px){

.nattou_dan {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 10px 40px;
    line-height: 1.6em;
}

.nattou_red{
    color: #FF3366;
}
.nattou_blue{
    color: #3366CC;
}
.nattou_brown{
    color: #CC6633;
}

.nattou_dan2 {
    font-size: 120%;
    margin-bottom: 20px;
    text-align: center;
}
.nattou_dan2 b {
    font-size: 150%;
    background-color: yellow;
    color: #000;
    padding: 10px;
    display: block;
}

.nattou_01{
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #009999;
    /* position: relative; */
text-align: center;
    height: auto;
}

.nattou_01 img {
    float: none;
}
.nattou_02 img {
    float: none;
}
.nattou_03 img {
    float: none;
}
.nattou_04 img {
    float: none;
}
.nattou_01 p{
    margin: 20px 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_02{
    padding: 0.5em 1em;
    margin: 2em 0 7em 0;
    border: double 5px #9933CC;
    /* position: relative; */
text-align: center;
    height: auto;
}

.nattou_02 p{
    margin: 20px 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}

.nattou_03{
    padding: 0.5em 1em;
    margin: 2em 0 7em 0;
    border: double 5px #FF3333;
    /* position: relative; */
text-align: center;
    height: auto;
}

.nattou_03 p{
    margin: 20px 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_04{
    padding: 0.5em 1em;
    margin: 2em 0 4em 0;
    border: solid 10px #009999;
    /* position: relative; */
text-align: center;
    height: auto;
}

.nattou_04 p{
    margin: 20px 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.8em;
}

.nattou_p01{
    font-size: 120%!important;
    position: initial;
    /* bottom: 10px; */
    /* right: 10px; */
    /* font-size: 120%!important; */
}

.nattou_dan3{
    font-size: 140%;
    margin-bottom: 20px;
}
.nattou_dan3 span{
    font-size: 140%;
    font-weight: bold;
    color: #FF3366;
}
.nattou_05 {
    font-size: 150%;
    position: relative;
    margin: 50px 0 0;
    padding: 25px;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.nattou_05 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 150%;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.nattou_05 p {
    margin: 0; 
    padding: 0;
}
.nattou_05 b {
    display: block; 
    font-size: 140%;
}
.nattou_05 img {
    position: unset;
    bottom: 10px;
    right: 10px;
}

.br_nattousp{
display:block;
}
}

@media only screen and (max-width:420px){

.nattou_01 p {
    margin: 20px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_02 p {
    margin: 20px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_03 p {
    margin: 20px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.8em;
}
.nattou_04 p {
    margin: 20px 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.8em;
}











}