﻿
.box01 {
    background-color: #eeeeee;
   	padding: 10px;
   	border: solid 1px #0165a0;
}

.box02 {
	color: #fff;
	background-color: #0165a0;
	padding: 5px;
}
.box03 {
	color: #fff;
	background-color: #c12802;
	padding: 5px;
}

.box04 {
	padding: 5px;
    background-color: #ffd2bd;
}

.step01 {
	text-align: center;
    font-size: 130%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.step02 {
    padding-top: 5px;
    padding-bottom: 5px;

}

.adress01 {
	background-color: #fff;
    color: #878787;
    text-align: left;
    padding: 5px;
}

.adress02 {
	text-align: center;
    font-size: 130%;
	margin-bottom: 5px;
}


.strong01 {
    color: #ef8d5b;
}

.ready01 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.img01 {
	background-color: #fff;
}

.sentense01 {
	text-align: center;
}

.sentense02 {
	text-align: center;
	font-size: 90%;
}

.last {
	color: #c12802;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

.link a {
  background: #fff;
  display: block;
  border-bottom: 5px solid #008bd1;
  padding: 0.5rem 1rem;
}
.link a:hover {
  text-decoration: none;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex > img {
  width: 40%;
}
.flex > p {
  margin: 1rem;
  font-weight: bold;
}

.jump .first {
  max-width: 5rem;
}
.jump .h2 {
  line-height: 1.6;
  font-size: 2rem;
}
.jump .link a {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.jump .link a i {
  margin-right: 1rem;
}
.fz-s {
  font-size: 1.6rem;
}
.fz-m {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.fz-l {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 900px) {
  .fz-s {
    font-size: 2rem;
  }
  .fz-m {
    font-size: 2.4rem;
  }
  .fz-l {
    font-size: 3rem;
  }
  .link a {
    max-width: 60%;
    margin: auto;
  }
}
