* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

h1 {
  margin: 20px auto;
}

.title-text {
  background-color: #f0f0e1;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

.wrapper {
  display: block;
  font-family: 'メイリオ', sans-serif;
  line-height: 150%;
  margin: 0 auto;
  width: 989px;
}

a:hover img {
  opacity: 0.6;
  filter: alpha('opacity=60');
  -moz-opacity: 0.6;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-point {
  font-size: 15px;
}

.btn-basic {
  background-color: #e5140f;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  transition: none;
  text-decoration: none;
}

.apply-btn {
  width: 70%;
  margin: 0 auto;
  box-shadow: 5px 5px 2px darkred;
}

.apply-fin {
  width: 80%;
  margin: 20px auto;
  background-color: rgb(102, 102, 102);
}

.w-35 {
  width: 35%;
}

.red {
  color: red;
}

.apply-before {
  font-size: 30px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: solid 5px;
  border-radius: 10px;
  text-align: center;
}

.mv-container img{
    width: 100%;
}

.about-container, .example-container{
    margin: 0 auto 30px;
    width: 800px;
}

.about-content-box{
    display: flex;
    justify-content: center;
}

.about-content-box div p{
    font-weight: bold;
    font-size: 1.3rem;
}

.section-ttl-box{
    display: inline-flex;
    align-items: center;
    margin: 40px auto;
}

/* 左アイコン背景 */
.ttl-icon-box{
    background-color: #019380;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* アイコン */
.ttl-icon-box img{
    height: 68px;
}

/* 右タイトル枠 */
.ttl-text-box{
    flex: 1;
    border: 2px solid #019380;
    border-left: none;
    padding: 20px 20px;
    background-color: #fff;
    width: 300px;
}

/* タイトル文字 */
.ttl-text-box h2{
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.about-info-box{
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-kerning: auto;
    font-size: 1.2rem;
}

.about-attention-txt{
    color: #019380;
    font-size: 150%;

}

/* 各ブロック */
.about-content-box > div{
    text-align: center;
    width: 210px;
}

/* アイコン丸 */
.about-content-box img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* テキスト */
.about-content-box p{
    font-size: 14px;
    line-height: 1.5;
}

.example-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 50px;
    padding: 20px 10px;
}

.example-box:nth-child(odd){
    background-color: #f5f5f5;
}

.example-green-bar{
    background-color: #019380;
    width: 10px;
    height: 240px;
}

.example-ttl-box{
    margin-bottom: 2rem;
}

.example-ttl-number{
    color: #019380;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

/* テキスト */
.example-txt-box{
    flex: 1;
}

.example-attention-txt{
    color: #019380;
    font-size: 1.2em;
}

/* 画像 */
.example-img-box{
    width: 200px;
    flex-shrink: 0;
}

.example-img-box img{
    width: 100%;
    height: auto;
    display: block;
}

.jisseki-img-box{
    display: flex;
    margin: 0 auto 30px;
    justify-content: center;
}

.jisseki-img-box img{
    width: 80%;
}